.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Abel', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 2.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Padauk', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- 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: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6592e6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #400000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !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: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !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: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #400000 !important;
  border-color: #400000 !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #6592e6;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: #2260d2 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #400000;
  color: #400000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #400000 !important;
  border-color: #400000 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #6592e6 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #400000 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !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: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #400000;
}
.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: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ff2626;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #6592e6;
}
/* 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: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.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: #6592e6;
  border-bottom-color: #6592e6;
}
.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: #6592e6 !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: #ff6666 !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='%236592e6' %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-tw0vKBEcgd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tw0vKBEcgd nav.navbar {
  position: fixed;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tw0vKBEcgd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tw0vKBEcgd .dropdown-item:hover,
.cid-tw0vKBEcgd .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tw0vKBEcgd .dropdown-item:hover span {
  color: white;
}
.cid-tw0vKBEcgd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tw0vKBEcgd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tw0vKBEcgd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tw0vKBEcgd .nav-link {
  position: relative;
}
.cid-tw0vKBEcgd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .container {
    flex-wrap: nowrap;
  }
}
.cid-tw0vKBEcgd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown-menu,
.cid-tw0vKBEcgd .navbar.opened {
  background: #222158 !important;
}
.cid-tw0vKBEcgd .nav-item:focus,
.cid-tw0vKBEcgd .nav-link:focus {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tw0vKBEcgd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tw0vKBEcgd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.opened {
  transition: all 0.3s;
}
.cid-tw0vKBEcgd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tw0vKBEcgd .navbar .navbar-logo img {
  width: auto;
}
.cid-tw0vKBEcgd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar.collapsed {
  justify-content: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tw0vKBEcgd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tw0vKBEcgd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tw0vKBEcgd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tw0vKBEcgd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tw0vKBEcgd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tw0vKBEcgd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tw0vKBEcgd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tw0vKBEcgd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tw0vKBEcgd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown-item.active,
.cid-tw0vKBEcgd .dropdown-item:active {
  background-color: transparent;
}
.cid-tw0vKBEcgd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tw0vKBEcgd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tw0vKBEcgd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tw0vKBEcgd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tw0vKBEcgd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tw0vKBEcgd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar {
    height: 70px;
  }
  .cid-tw0vKBEcgd .navbar.opened {
    height: auto;
  }
  .cid-tw0vKBEcgd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t7yl5U4kkA {
  background-image: url("../../../assets/images/unsplash-4dx5cw-tuvs.png");
}
.cid-t7yl5U4kkA .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-t7yl5U4kkA .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-t7yl5U4kkA .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-t7yl5U4kkA .mbr-section-title {
  color: #ffffff;
}
.cid-t7yn78hVNY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t7JNqqmG1C {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/ggg0.png");
}
.cid-t7JNqqmG1C .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-t7JNqqmG1C .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-t7JNqqmG1C .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-t7JNqqmG1C .mbr-section-title {
  color: #ffffff;
}
.cid-t7JNqqmG1C .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t7JNt0Nr7o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-t7JNt0Nr7o .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-t7JOkNFz0M {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t7JOkNFz0M .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-t7JOkNFz0M .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-t7JOkNFz0M .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-t6S1YoPsMx {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-t6S1YoPsMx .carousel {
    min-height: 500px;
  }
  .cid-t6S1YoPsMx .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t6S1YoPsMx .carousel {
    min-height: 325px;
  }
  .cid-t6S1YoPsMx .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-t6S1YoPsMx .carousel {
    min-height: 275px;
  }
  .cid-t6S1YoPsMx .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-t6S1YoPsMx .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-t6S1YoPsMx .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-t6S1YoPsMx .carousel,
.cid-t6S1YoPsMx .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t6S1YoPsMx .item-wrapper {
  width: 100%;
}
.cid-t6S1YoPsMx .carousel-caption {
  bottom: 40px;
}
.cid-t6S1YoPsMx .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-t6S1YoPsMx .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-t6S1YoPsMx .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-t6S1YoPsMx .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-t6S1YoPsMx .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t6S1YoPsMx .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t6S1YoPsMx .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t6S1YoPsMx .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t6S1YoPsMx .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t6S1YoPsMx .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t6S1YoPsMx .carousel-indicators li.active,
.cid-t6S1YoPsMx .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t6S1YoPsMx .carousel-indicators li::after,
.cid-t6S1YoPsMx .carousel-indicators li::before {
  content: none;
}
.cid-t6S1YoPsMx .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t6S1YoPsMx .carousel-indicators {
    display: none !important;
  }
}
.cid-t6S1YoPsMx P {
  color: #000000;
}
.cid-t8ihKN7sai {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-t8ihKN7sai .row-links {
  width: 100%;
  justify-content: center;
}
.cid-t8ihKN7sai .social-row {
  width: 100%;
  justify-content: center;
}
.cid-t8ihKN7sai .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-t8ihKN7sai .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t8ihKN7sai .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t8ihKN7sai .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t8ihKN7sai .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-t8ihKN7sai .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t8ihKN7sai .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t8ihKN7sai .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-t8ihKN7sai .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t8ihKN7sai .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t8ihKN7sai .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t8ihKN7sai .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t8ihKN7sai foot-menu-item {
  text-align: right;
}
.cid-tw0vKBEcgd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tw0vKBEcgd nav.navbar {
  position: fixed;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tw0vKBEcgd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tw0vKBEcgd .dropdown-item:hover,
.cid-tw0vKBEcgd .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tw0vKBEcgd .dropdown-item:hover span {
  color: white;
}
.cid-tw0vKBEcgd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tw0vKBEcgd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tw0vKBEcgd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tw0vKBEcgd .nav-link {
  position: relative;
}
.cid-tw0vKBEcgd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .container {
    flex-wrap: nowrap;
  }
}
.cid-tw0vKBEcgd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown-menu,
.cid-tw0vKBEcgd .navbar.opened {
  background: #222158 !important;
}
.cid-tw0vKBEcgd .nav-item:focus,
.cid-tw0vKBEcgd .nav-link:focus {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tw0vKBEcgd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tw0vKBEcgd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.opened {
  transition: all 0.3s;
}
.cid-tw0vKBEcgd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tw0vKBEcgd .navbar .navbar-logo img {
  width: auto;
}
.cid-tw0vKBEcgd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar.collapsed {
  justify-content: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tw0vKBEcgd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tw0vKBEcgd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tw0vKBEcgd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tw0vKBEcgd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tw0vKBEcgd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tw0vKBEcgd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tw0vKBEcgd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tw0vKBEcgd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tw0vKBEcgd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown-item.active,
.cid-tw0vKBEcgd .dropdown-item:active {
  background-color: transparent;
}
.cid-tw0vKBEcgd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tw0vKBEcgd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tw0vKBEcgd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tw0vKBEcgd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tw0vKBEcgd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tw0vKBEcgd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar {
    height: 70px;
  }
  .cid-tw0vKBEcgd .navbar.opened {
    height: auto;
  }
  .cid-tw0vKBEcgd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t7J7S4M4Qz {
  background-image: url("../../../assets/images/unsplash-jh8yvv39r74.png");
}
.cid-t7J7S4M4Qz .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-t7J7S4M4Qz .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-t7J7S4M4Qz .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-t7J7S4M4Qz .mbr-section-title {
  color: #ffffff;
}
.cid-t7J7S4M4Qz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t7J88z34UV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t7J88z34UV .mbr-text {
  text-align: left;
}
.cid-t7JP98Fbjk {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/ggg0.png");
}
.cid-t7JP98Fbjk .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-t7JP98Fbjk .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-t7JP98Fbjk .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-t7JP98Fbjk .mbr-section-title {
  color: #ffffff;
}
.cid-t7JP98Fbjk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t7JPc1YiBs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-t7JPc1YiBs .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-t7JR8U65c1 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t7JR8U65c1 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-t7JR8U65c1 .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-t7JR8U65c1 .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-t6S6cM8yzO {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-t6S6cM8yzO .carousel {
    min-height: 600px;
  }
  .cid-t6S6cM8yzO .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t6S6cM8yzO .carousel {
    min-height: 390px;
  }
  .cid-t6S6cM8yzO .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-t6S6cM8yzO .carousel {
    min-height: 330px;
  }
  .cid-t6S6cM8yzO .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-t6S6cM8yzO .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-t6S6cM8yzO .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-t6S6cM8yzO .carousel,
.cid-t6S6cM8yzO .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t6S6cM8yzO .item-wrapper {
  width: 100%;
}
.cid-t6S6cM8yzO .carousel-caption {
  bottom: 40px;
}
.cid-t6S6cM8yzO .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-t6S6cM8yzO .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-t6S6cM8yzO .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-t6S6cM8yzO .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-t6S6cM8yzO .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t6S6cM8yzO .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t6S6cM8yzO .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t6S6cM8yzO .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t6S6cM8yzO .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t6S6cM8yzO .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t6S6cM8yzO .carousel-indicators li.active,
.cid-t6S6cM8yzO .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t6S6cM8yzO .carousel-indicators li::after,
.cid-t6S6cM8yzO .carousel-indicators li::before {
  content: none;
}
.cid-t6S6cM8yzO .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t6S6cM8yzO .carousel-indicators {
    display: none !important;
  }
}
.cid-t8ihKN7sai {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-t8ihKN7sai .row-links {
  width: 100%;
  justify-content: center;
}
.cid-t8ihKN7sai .social-row {
  width: 100%;
  justify-content: center;
}
.cid-t8ihKN7sai .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-t8ihKN7sai .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t8ihKN7sai .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t8ihKN7sai .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t8ihKN7sai .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-t8ihKN7sai .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t8ihKN7sai .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t8ihKN7sai .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-t8ihKN7sai .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t8ihKN7sai .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t8ihKN7sai .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t8ihKN7sai .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t8ihKN7sai foot-menu-item {
  text-align: right;
}
.cid-tw0vKBEcgd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tw0vKBEcgd nav.navbar {
  position: fixed;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tw0vKBEcgd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tw0vKBEcgd .dropdown-item:hover,
.cid-tw0vKBEcgd .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tw0vKBEcgd .dropdown-item:hover span {
  color: white;
}
.cid-tw0vKBEcgd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tw0vKBEcgd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tw0vKBEcgd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tw0vKBEcgd .nav-link {
  position: relative;
}
.cid-tw0vKBEcgd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .container {
    flex-wrap: nowrap;
  }
}
.cid-tw0vKBEcgd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown-menu,
.cid-tw0vKBEcgd .navbar.opened {
  background: #222158 !important;
}
.cid-tw0vKBEcgd .nav-item:focus,
.cid-tw0vKBEcgd .nav-link:focus {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tw0vKBEcgd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tw0vKBEcgd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.opened {
  transition: all 0.3s;
}
.cid-tw0vKBEcgd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tw0vKBEcgd .navbar .navbar-logo img {
  width: auto;
}
.cid-tw0vKBEcgd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar.collapsed {
  justify-content: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tw0vKBEcgd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tw0vKBEcgd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tw0vKBEcgd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tw0vKBEcgd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tw0vKBEcgd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tw0vKBEcgd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tw0vKBEcgd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tw0vKBEcgd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tw0vKBEcgd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown-item.active,
.cid-tw0vKBEcgd .dropdown-item:active {
  background-color: transparent;
}
.cid-tw0vKBEcgd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tw0vKBEcgd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tw0vKBEcgd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tw0vKBEcgd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tw0vKBEcgd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tw0vKBEcgd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar {
    height: 70px;
  }
  .cid-tw0vKBEcgd .navbar.opened {
    height: auto;
  }
  .cid-tw0vKBEcgd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t7J93Xp3QR {
  background-image: url("../../../assets/images/unsplash-rxnuc0klxh8.png");
}
.cid-t7J93Xp3QR .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-t7J93Xp3QR .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-t7J93Xp3QR .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-t7J93Xp3QR .mbr-section-title {
  color: #ffffff;
}
.cid-t7J93Xp3QR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t7J97LmnuV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t7J97LmnuV .mbr-text {
  text-align: left;
}
.cid-t7JQs6Q70r {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/ggg0.png");
}
.cid-t7JQs6Q70r .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-t7JQs6Q70r .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-t7JQs6Q70r .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-t7JQs6Q70r .mbr-section-title {
  color: #ffffff;
}
.cid-t7JQs6Q70r .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t7JQtA4Npe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-t7JQtA4Npe .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-t7JQTWZgVw {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t7JQTWZgVw .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-t7JQTWZgVw .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-t7JQTWZgVw .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-t6S6j14aEm {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-t6S6j14aEm .carousel {
    min-height: 500px;
  }
  .cid-t6S6j14aEm .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t6S6j14aEm .carousel {
    min-height: 325px;
  }
  .cid-t6S6j14aEm .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-t6S6j14aEm .carousel {
    min-height: 275px;
  }
  .cid-t6S6j14aEm .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-t6S6j14aEm .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-t6S6j14aEm .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-t6S6j14aEm .carousel,
.cid-t6S6j14aEm .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t6S6j14aEm .item-wrapper {
  width: 100%;
}
.cid-t6S6j14aEm .carousel-caption {
  bottom: 40px;
}
.cid-t6S6j14aEm .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-t6S6j14aEm .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-t6S6j14aEm .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-t6S6j14aEm .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-t6S6j14aEm .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t6S6j14aEm .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t6S6j14aEm .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t6S6j14aEm .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t6S6j14aEm .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t6S6j14aEm .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t6S6j14aEm .carousel-indicators li.active,
.cid-t6S6j14aEm .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t6S6j14aEm .carousel-indicators li::after,
.cid-t6S6j14aEm .carousel-indicators li::before {
  content: none;
}
.cid-t6S6j14aEm .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t6S6j14aEm .carousel-indicators {
    display: none !important;
  }
}
.cid-t8ihKN7sai {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-t8ihKN7sai .row-links {
  width: 100%;
  justify-content: center;
}
.cid-t8ihKN7sai .social-row {
  width: 100%;
  justify-content: center;
}
.cid-t8ihKN7sai .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-t8ihKN7sai .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t8ihKN7sai .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t8ihKN7sai .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t8ihKN7sai .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-t8ihKN7sai .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t8ihKN7sai .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t8ihKN7sai .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-t8ihKN7sai .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t8ihKN7sai .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t8ihKN7sai .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t8ihKN7sai .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t8ihKN7sai foot-menu-item {
  text-align: right;
}
.cid-tw0vKBEcgd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tw0vKBEcgd nav.navbar {
  position: fixed;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tw0vKBEcgd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tw0vKBEcgd .dropdown-item:hover,
.cid-tw0vKBEcgd .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tw0vKBEcgd .dropdown-item:hover span {
  color: white;
}
.cid-tw0vKBEcgd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tw0vKBEcgd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tw0vKBEcgd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tw0vKBEcgd .nav-link {
  position: relative;
}
.cid-tw0vKBEcgd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .container {
    flex-wrap: nowrap;
  }
}
.cid-tw0vKBEcgd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown-menu,
.cid-tw0vKBEcgd .navbar.opened {
  background: #222158 !important;
}
.cid-tw0vKBEcgd .nav-item:focus,
.cid-tw0vKBEcgd .nav-link:focus {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tw0vKBEcgd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tw0vKBEcgd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.opened {
  transition: all 0.3s;
}
.cid-tw0vKBEcgd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tw0vKBEcgd .navbar .navbar-logo img {
  width: auto;
}
.cid-tw0vKBEcgd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar.collapsed {
  justify-content: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tw0vKBEcgd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tw0vKBEcgd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tw0vKBEcgd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tw0vKBEcgd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tw0vKBEcgd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tw0vKBEcgd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tw0vKBEcgd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tw0vKBEcgd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tw0vKBEcgd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown-item.active,
.cid-tw0vKBEcgd .dropdown-item:active {
  background-color: transparent;
}
.cid-tw0vKBEcgd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tw0vKBEcgd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tw0vKBEcgd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tw0vKBEcgd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tw0vKBEcgd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tw0vKBEcgd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar {
    height: 70px;
  }
  .cid-tw0vKBEcgd .navbar.opened {
    height: auto;
  }
  .cid-tw0vKBEcgd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t7JacVvyo3 {
  background-image: url("../../../assets/images/unsplash-xrk-foeuisi.png");
}
.cid-t7JacVvyo3 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-t7JacVvyo3 .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-t7JacVvyo3 .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-t7JacVvyo3 .mbr-section-title {
  color: #ffffff;
}
.cid-t7JacVvyo3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t7J9UXj2XK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t7J9UXj2XK .mbr-text {
  text-align: left;
}
.cid-t802fi7Szw {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/ggg0.png");
}
.cid-t802fi7Szw .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-t802fi7Szw .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-t802fi7Szw .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-t802fi7Szw .mbr-section-title {
  color: #ffffff;
}
.cid-t802fi7Szw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t801LcWJA3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-t801LcWJA3 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-t802hZNOdn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t802hZNOdn .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-t802hZNOdn .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-t802hZNOdn .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-t6S6kkHfMp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-t6S6kkHfMp .carousel {
    min-height: 600px;
  }
  .cid-t6S6kkHfMp .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t6S6kkHfMp .carousel {
    min-height: 390px;
  }
  .cid-t6S6kkHfMp .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-t6S6kkHfMp .carousel {
    min-height: 330px;
  }
  .cid-t6S6kkHfMp .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-t6S6kkHfMp .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-t6S6kkHfMp .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-t6S6kkHfMp .carousel,
.cid-t6S6kkHfMp .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t6S6kkHfMp .item-wrapper {
  width: 100%;
}
.cid-t6S6kkHfMp .carousel-caption {
  bottom: 40px;
}
.cid-t6S6kkHfMp .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-t6S6kkHfMp .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-t6S6kkHfMp .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-t6S6kkHfMp .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-t6S6kkHfMp .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t6S6kkHfMp .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t6S6kkHfMp .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t6S6kkHfMp .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t6S6kkHfMp .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t6S6kkHfMp .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t6S6kkHfMp .carousel-indicators li.active,
.cid-t6S6kkHfMp .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t6S6kkHfMp .carousel-indicators li::after,
.cid-t6S6kkHfMp .carousel-indicators li::before {
  content: none;
}
.cid-t6S6kkHfMp .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t6S6kkHfMp .carousel-indicators {
    display: none !important;
  }
}
.cid-t8ihKN7sai {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-t8ihKN7sai .row-links {
  width: 100%;
  justify-content: center;
}
.cid-t8ihKN7sai .social-row {
  width: 100%;
  justify-content: center;
}
.cid-t8ihKN7sai .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-t8ihKN7sai .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t8ihKN7sai .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t8ihKN7sai .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t8ihKN7sai .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-t8ihKN7sai .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t8ihKN7sai .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t8ihKN7sai .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-t8ihKN7sai .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t8ihKN7sai .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t8ihKN7sai .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t8ihKN7sai .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t8ihKN7sai foot-menu-item {
  text-align: right;
}
.cid-tw0vKBEcgd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tw0vKBEcgd nav.navbar {
  position: fixed;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tw0vKBEcgd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tw0vKBEcgd .dropdown-item:hover,
.cid-tw0vKBEcgd .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tw0vKBEcgd .dropdown-item:hover span {
  color: white;
}
.cid-tw0vKBEcgd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tw0vKBEcgd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tw0vKBEcgd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tw0vKBEcgd .nav-link {
  position: relative;
}
.cid-tw0vKBEcgd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .container {
    flex-wrap: nowrap;
  }
}
.cid-tw0vKBEcgd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown-menu,
.cid-tw0vKBEcgd .navbar.opened {
  background: #222158 !important;
}
.cid-tw0vKBEcgd .nav-item:focus,
.cid-tw0vKBEcgd .nav-link:focus {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tw0vKBEcgd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tw0vKBEcgd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.opened {
  transition: all 0.3s;
}
.cid-tw0vKBEcgd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tw0vKBEcgd .navbar .navbar-logo img {
  width: auto;
}
.cid-tw0vKBEcgd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar.collapsed {
  justify-content: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tw0vKBEcgd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tw0vKBEcgd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tw0vKBEcgd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tw0vKBEcgd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tw0vKBEcgd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tw0vKBEcgd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tw0vKBEcgd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tw0vKBEcgd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tw0vKBEcgd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown-item.active,
.cid-tw0vKBEcgd .dropdown-item:active {
  background-color: transparent;
}
.cid-tw0vKBEcgd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tw0vKBEcgd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tw0vKBEcgd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tw0vKBEcgd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tw0vKBEcgd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tw0vKBEcgd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar {
    height: 70px;
  }
  .cid-tw0vKBEcgd .navbar.opened {
    height: auto;
  }
  .cid-tw0vKBEcgd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t7JFaWnZf1 {
  background-image: url("../../../assets/images/unsplash-ztlbat4qr8m.png");
}
.cid-t7JFaWnZf1 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-t7JFaWnZf1 .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-t7JFaWnZf1 .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-t7JFaWnZf1 .mbr-section-title {
  color: #ffffff;
}
.cid-t7JFaWnZf1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t7JFjJHhz2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t7JJbg6Eg6 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/ggg0.png");
}
.cid-t7JJbg6Eg6 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-t7JJbg6Eg6 .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-t7JJbg6Eg6 .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-t7JJbg6Eg6 .mbr-section-title {
  color: #ffffff;
}
.cid-t7JJbg6Eg6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t7JJs8JGlI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-t7JJs8JGlI .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-t7JKSHxmep {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t6S6lbF4lQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-t6S6lbF4lQ .carousel {
    min-height: 600px;
  }
  .cid-t6S6lbF4lQ .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t6S6lbF4lQ .carousel {
    min-height: 390px;
  }
  .cid-t6S6lbF4lQ .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-t6S6lbF4lQ .carousel {
    min-height: 330px;
  }
  .cid-t6S6lbF4lQ .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-t6S6lbF4lQ .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-t6S6lbF4lQ .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-t6S6lbF4lQ .carousel,
.cid-t6S6lbF4lQ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t6S6lbF4lQ .item-wrapper {
  width: 100%;
}
.cid-t6S6lbF4lQ .carousel-caption {
  bottom: 40px;
}
.cid-t6S6lbF4lQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-t6S6lbF4lQ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-t6S6lbF4lQ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-t6S6lbF4lQ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-t6S6lbF4lQ .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t6S6lbF4lQ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t6S6lbF4lQ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t6S6lbF4lQ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t6S6lbF4lQ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t6S6lbF4lQ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t6S6lbF4lQ .carousel-indicators li.active,
.cid-t6S6lbF4lQ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t6S6lbF4lQ .carousel-indicators li::after,
.cid-t6S6lbF4lQ .carousel-indicators li::before {
  content: none;
}
.cid-t6S6lbF4lQ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t6S6lbF4lQ .carousel-indicators {
    display: none !important;
  }
}
.cid-t8ihKN7sai {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-t8ihKN7sai .row-links {
  width: 100%;
  justify-content: center;
}
.cid-t8ihKN7sai .social-row {
  width: 100%;
  justify-content: center;
}
.cid-t8ihKN7sai .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-t8ihKN7sai .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t8ihKN7sai .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t8ihKN7sai .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t8ihKN7sai .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-t8ihKN7sai .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t8ihKN7sai .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t8ihKN7sai .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-t8ihKN7sai .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t8ihKN7sai .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t8ihKN7sai .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t8ihKN7sai .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t8ihKN7sai foot-menu-item {
  text-align: right;
}
.cid-tw0vKBEcgd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tw0vKBEcgd nav.navbar {
  position: fixed;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tw0vKBEcgd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tw0vKBEcgd .dropdown-item:hover,
.cid-tw0vKBEcgd .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tw0vKBEcgd .dropdown-item:hover span {
  color: white;
}
.cid-tw0vKBEcgd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tw0vKBEcgd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tw0vKBEcgd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tw0vKBEcgd .nav-link {
  position: relative;
}
.cid-tw0vKBEcgd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .container {
    flex-wrap: nowrap;
  }
}
.cid-tw0vKBEcgd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown-menu,
.cid-tw0vKBEcgd .navbar.opened {
  background: #222158 !important;
}
.cid-tw0vKBEcgd .nav-item:focus,
.cid-tw0vKBEcgd .nav-link:focus {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tw0vKBEcgd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tw0vKBEcgd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.opened {
  transition: all 0.3s;
}
.cid-tw0vKBEcgd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tw0vKBEcgd .navbar .navbar-logo img {
  width: auto;
}
.cid-tw0vKBEcgd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar.collapsed {
  justify-content: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tw0vKBEcgd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tw0vKBEcgd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tw0vKBEcgd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tw0vKBEcgd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tw0vKBEcgd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tw0vKBEcgd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tw0vKBEcgd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tw0vKBEcgd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tw0vKBEcgd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown-item.active,
.cid-tw0vKBEcgd .dropdown-item:active {
  background-color: transparent;
}
.cid-tw0vKBEcgd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tw0vKBEcgd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tw0vKBEcgd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tw0vKBEcgd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tw0vKBEcgd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tw0vKBEcgd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar {
    height: 70px;
  }
  .cid-tw0vKBEcgd .navbar.opened {
    height: auto;
  }
  .cid-tw0vKBEcgd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t7JHuIA4Sf {
  background-image: url("../../../assets/images/unsplash-anow1uznxeo-1.png");
}
.cid-t7JHuIA4Sf .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-t7JHuIA4Sf .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-t7JHuIA4Sf .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-t7JHuIA4Sf .mbr-section-title {
  color: #ffffff;
}
.cid-t7JHuIA4Sf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t8hxC2my5F {
  background-image: url("../../../assets/images/ggg0.png");
}
.cid-t8hxC2my5F .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-t8hxC2my5F .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-t8hxC2my5F .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-t8hxC2my5F .mbr-section-title {
  color: #ffffff;
}
.cid-t7K1V9YicY {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/ggg0.png");
}
.cid-t7K1V9YicY .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-t7K1V9YicY .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-t7K1V9YicY .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-t7K1V9YicY .mbr-section-title {
  color: #ffffff;
}
.cid-t7K1V9YicY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t7K2hhcHFr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-t7K2hhcHFr .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-t7K3inlr4z {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t7K3inlr4z .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-t7K3inlr4z .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-t7K3inlr4z .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-t6S6mrsNPZ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-t6S6mrsNPZ .carousel {
    min-height: 600px;
  }
  .cid-t6S6mrsNPZ .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t6S6mrsNPZ .carousel {
    min-height: 390px;
  }
  .cid-t6S6mrsNPZ .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-t6S6mrsNPZ .carousel {
    min-height: 330px;
  }
  .cid-t6S6mrsNPZ .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-t6S6mrsNPZ .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-t6S6mrsNPZ .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-t6S6mrsNPZ .carousel,
.cid-t6S6mrsNPZ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t6S6mrsNPZ .item-wrapper {
  width: 100%;
}
.cid-t6S6mrsNPZ .carousel-caption {
  bottom: 40px;
}
.cid-t6S6mrsNPZ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-t6S6mrsNPZ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-t6S6mrsNPZ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-t6S6mrsNPZ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-t6S6mrsNPZ .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t6S6mrsNPZ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t6S6mrsNPZ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t6S6mrsNPZ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t6S6mrsNPZ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t6S6mrsNPZ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t6S6mrsNPZ .carousel-indicators li.active,
.cid-t6S6mrsNPZ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t6S6mrsNPZ .carousel-indicators li::after,
.cid-t6S6mrsNPZ .carousel-indicators li::before {
  content: none;
}
.cid-t6S6mrsNPZ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t6S6mrsNPZ .carousel-indicators {
    display: none !important;
  }
}
.cid-t8ihKN7sai {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-t8ihKN7sai .row-links {
  width: 100%;
  justify-content: center;
}
.cid-t8ihKN7sai .social-row {
  width: 100%;
  justify-content: center;
}
.cid-t8ihKN7sai .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-t8ihKN7sai .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t8ihKN7sai .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t8ihKN7sai .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t8ihKN7sai .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-t8ihKN7sai .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t8ihKN7sai .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t8ihKN7sai .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-t8ihKN7sai .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t8ihKN7sai .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t8ihKN7sai .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t8ihKN7sai .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t8ihKN7sai foot-menu-item {
  text-align: right;
}
.cid-tw0vKBEcgd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tw0vKBEcgd nav.navbar {
  position: fixed;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tw0vKBEcgd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tw0vKBEcgd .dropdown-item:hover,
.cid-tw0vKBEcgd .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tw0vKBEcgd .dropdown-item:hover span {
  color: white;
}
.cid-tw0vKBEcgd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tw0vKBEcgd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tw0vKBEcgd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tw0vKBEcgd .nav-link {
  position: relative;
}
.cid-tw0vKBEcgd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .container {
    flex-wrap: nowrap;
  }
}
.cid-tw0vKBEcgd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown-menu,
.cid-tw0vKBEcgd .navbar.opened {
  background: #222158 !important;
}
.cid-tw0vKBEcgd .nav-item:focus,
.cid-tw0vKBEcgd .nav-link:focus {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tw0vKBEcgd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tw0vKBEcgd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.opened {
  transition: all 0.3s;
}
.cid-tw0vKBEcgd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tw0vKBEcgd .navbar .navbar-logo img {
  width: auto;
}
.cid-tw0vKBEcgd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar.collapsed {
  justify-content: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tw0vKBEcgd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tw0vKBEcgd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tw0vKBEcgd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tw0vKBEcgd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tw0vKBEcgd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tw0vKBEcgd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tw0vKBEcgd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tw0vKBEcgd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tw0vKBEcgd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown-item.active,
.cid-tw0vKBEcgd .dropdown-item:active {
  background-color: transparent;
}
.cid-tw0vKBEcgd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tw0vKBEcgd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tw0vKBEcgd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tw0vKBEcgd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tw0vKBEcgd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tw0vKBEcgd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar {
    height: 70px;
  }
  .cid-tw0vKBEcgd .navbar.opened {
    height: auto;
  }
  .cid-tw0vKBEcgd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t7K3wYHrEb {
  background-image: url("../../../assets/images/unsplash-qmq0ckjmlhg.png");
}
.cid-t7K3wYHrEb .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-t7K3wYHrEb .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-t7K3wYHrEb .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-t7K3wYHrEb .mbr-section-title {
  color: #ffffff;
}
.cid-t7K3wYHrEb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t7K3JslHPi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t7K3JslHPi .mbr-text {
  text-align: left;
}
.cid-t7K4avJ8ih {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/ggg0.png");
}
.cid-t7K4avJ8ih .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-t7K4avJ8ih .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-t7K4avJ8ih .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-t7K4avJ8ih .mbr-section-title {
  color: #ffffff;
}
.cid-t7K4avJ8ih .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t7K4gmaiK1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-t7K4gmaiK1 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-t7K4WGEfhn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t7K4WGEfhn .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-t7K4WGEfhn .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-t7K4WGEfhn .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-t6S6nrSBBJ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-t6S6nrSBBJ .carousel {
    min-height: 600px;
  }
  .cid-t6S6nrSBBJ .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t6S6nrSBBJ .carousel {
    min-height: 390px;
  }
  .cid-t6S6nrSBBJ .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-t6S6nrSBBJ .carousel {
    min-height: 330px;
  }
  .cid-t6S6nrSBBJ .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-t6S6nrSBBJ .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-t6S6nrSBBJ .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-t6S6nrSBBJ .carousel,
.cid-t6S6nrSBBJ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t6S6nrSBBJ .item-wrapper {
  width: 100%;
}
.cid-t6S6nrSBBJ .carousel-caption {
  bottom: 40px;
}
.cid-t6S6nrSBBJ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-t6S6nrSBBJ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-t6S6nrSBBJ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-t6S6nrSBBJ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-t6S6nrSBBJ .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t6S6nrSBBJ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t6S6nrSBBJ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t6S6nrSBBJ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t6S6nrSBBJ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t6S6nrSBBJ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t6S6nrSBBJ .carousel-indicators li.active,
.cid-t6S6nrSBBJ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t6S6nrSBBJ .carousel-indicators li::after,
.cid-t6S6nrSBBJ .carousel-indicators li::before {
  content: none;
}
.cid-t6S6nrSBBJ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t6S6nrSBBJ .carousel-indicators {
    display: none !important;
  }
}
.cid-t8ihKN7sai {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-t8ihKN7sai .row-links {
  width: 100%;
  justify-content: center;
}
.cid-t8ihKN7sai .social-row {
  width: 100%;
  justify-content: center;
}
.cid-t8ihKN7sai .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-t8ihKN7sai .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t8ihKN7sai .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t8ihKN7sai .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t8ihKN7sai .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-t8ihKN7sai .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t8ihKN7sai .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t8ihKN7sai .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-t8ihKN7sai .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t8ihKN7sai .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t8ihKN7sai .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t8ihKN7sai .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t8ihKN7sai foot-menu-item {
  text-align: right;
}
.cid-tw0vKBEcgd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tw0vKBEcgd nav.navbar {
  position: fixed;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tw0vKBEcgd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tw0vKBEcgd .dropdown-item:hover,
.cid-tw0vKBEcgd .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tw0vKBEcgd .dropdown-item:hover span {
  color: white;
}
.cid-tw0vKBEcgd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tw0vKBEcgd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tw0vKBEcgd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tw0vKBEcgd .nav-link {
  position: relative;
}
.cid-tw0vKBEcgd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .container {
    flex-wrap: nowrap;
  }
}
.cid-tw0vKBEcgd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown-menu,
.cid-tw0vKBEcgd .navbar.opened {
  background: #222158 !important;
}
.cid-tw0vKBEcgd .nav-item:focus,
.cid-tw0vKBEcgd .nav-link:focus {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tw0vKBEcgd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tw0vKBEcgd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.opened {
  transition: all 0.3s;
}
.cid-tw0vKBEcgd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tw0vKBEcgd .navbar .navbar-logo img {
  width: auto;
}
.cid-tw0vKBEcgd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar.collapsed {
  justify-content: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tw0vKBEcgd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tw0vKBEcgd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tw0vKBEcgd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tw0vKBEcgd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tw0vKBEcgd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tw0vKBEcgd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tw0vKBEcgd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tw0vKBEcgd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tw0vKBEcgd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown-item.active,
.cid-tw0vKBEcgd .dropdown-item:active {
  background-color: transparent;
}
.cid-tw0vKBEcgd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tw0vKBEcgd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tw0vKBEcgd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tw0vKBEcgd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tw0vKBEcgd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tw0vKBEcgd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar {
    height: 70px;
  }
  .cid-tw0vKBEcgd .navbar.opened {
    height: auto;
  }
  .cid-tw0vKBEcgd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t7K5cng0GS {
  background-image: url("../../../assets/images/unsplash-t2j6mxvofly.png");
}
.cid-t7K5cng0GS .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-t7K5cng0GS .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-t7K5cng0GS .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-t7K5cng0GS .mbr-section-title {
  color: #ffffff;
}
.cid-t7K5cng0GS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t7K5kSvqiW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t7K5kSvqiW .mbr-text {
  text-align: left;
}
.cid-t7K5jJZG3Z {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/ggg0.png");
}
.cid-t7K5jJZG3Z .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-t7K5jJZG3Z .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-t7K5jJZG3Z .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-t7K5jJZG3Z .mbr-section-title {
  color: #ffffff;
}
.cid-t7K5jJZG3Z .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t7ZXZKJwmC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-t7ZXZKJwmC .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-t7ZZaPJ1vb {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t7ZZaPJ1vb .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-t7ZZaPJ1vb .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-t7ZZaPJ1vb .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-t6S6p2ipax {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-t6S6p2ipax .carousel {
    min-height: 600px;
  }
  .cid-t6S6p2ipax .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t6S6p2ipax .carousel {
    min-height: 390px;
  }
  .cid-t6S6p2ipax .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-t6S6p2ipax .carousel {
    min-height: 330px;
  }
  .cid-t6S6p2ipax .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-t6S6p2ipax .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-t6S6p2ipax .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-t6S6p2ipax .carousel,
.cid-t6S6p2ipax .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t6S6p2ipax .item-wrapper {
  width: 100%;
}
.cid-t6S6p2ipax .carousel-caption {
  bottom: 40px;
}
.cid-t6S6p2ipax .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-t6S6p2ipax .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-t6S6p2ipax .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-t6S6p2ipax .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-t6S6p2ipax .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t6S6p2ipax .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t6S6p2ipax .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t6S6p2ipax .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t6S6p2ipax .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t6S6p2ipax .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t6S6p2ipax .carousel-indicators li.active,
.cid-t6S6p2ipax .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t6S6p2ipax .carousel-indicators li::after,
.cid-t6S6p2ipax .carousel-indicators li::before {
  content: none;
}
.cid-t6S6p2ipax .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t6S6p2ipax .carousel-indicators {
    display: none !important;
  }
}
.cid-t8ihKN7sai {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-t8ihKN7sai .row-links {
  width: 100%;
  justify-content: center;
}
.cid-t8ihKN7sai .social-row {
  width: 100%;
  justify-content: center;
}
.cid-t8ihKN7sai .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-t8ihKN7sai .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t8ihKN7sai .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t8ihKN7sai .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t8ihKN7sai .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-t8ihKN7sai .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t8ihKN7sai .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t8ihKN7sai .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-t8ihKN7sai .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t8ihKN7sai .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t8ihKN7sai .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t8ihKN7sai .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t8ihKN7sai foot-menu-item {
  text-align: right;
}
.cid-tw0vKBEcgd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tw0vKBEcgd nav.navbar {
  position: fixed;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tw0vKBEcgd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tw0vKBEcgd .dropdown-item:hover,
.cid-tw0vKBEcgd .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tw0vKBEcgd .dropdown-item:hover span {
  color: white;
}
.cid-tw0vKBEcgd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tw0vKBEcgd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tw0vKBEcgd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tw0vKBEcgd .nav-link {
  position: relative;
}
.cid-tw0vKBEcgd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .container {
    flex-wrap: nowrap;
  }
}
.cid-tw0vKBEcgd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown-menu,
.cid-tw0vKBEcgd .navbar.opened {
  background: #222158 !important;
}
.cid-tw0vKBEcgd .nav-item:focus,
.cid-tw0vKBEcgd .nav-link:focus {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tw0vKBEcgd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tw0vKBEcgd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.opened {
  transition: all 0.3s;
}
.cid-tw0vKBEcgd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tw0vKBEcgd .navbar .navbar-logo img {
  width: auto;
}
.cid-tw0vKBEcgd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar.collapsed {
  justify-content: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tw0vKBEcgd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tw0vKBEcgd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tw0vKBEcgd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tw0vKBEcgd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tw0vKBEcgd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tw0vKBEcgd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tw0vKBEcgd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tw0vKBEcgd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tw0vKBEcgd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown-item.active,
.cid-tw0vKBEcgd .dropdown-item:active {
  background-color: transparent;
}
.cid-tw0vKBEcgd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tw0vKBEcgd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tw0vKBEcgd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tw0vKBEcgd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tw0vKBEcgd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tw0vKBEcgd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar {
    height: 70px;
  }
  .cid-tw0vKBEcgd .navbar.opened {
    height: auto;
  }
  .cid-tw0vKBEcgd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t80coDVsgg {
  background-image: url("../../../assets/images/unsplash-vez09kgvny8.png");
}
.cid-t80coDVsgg .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-t80coDVsgg .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-t80coDVsgg .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-t80coDVsgg .mbr-section-title {
  color: #ffffff;
}
.cid-taL2oMtoUk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-taL2oMtoUk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-taL2oMtoUk .row {
  flex-direction: row-reverse;
}
.cid-taL2oMtoUk img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-taL2oMtoUk .text-wrapper {
    padding: 2rem;
  }
}
.cid-taKNlwOUff {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-taKNlwOUff .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-taKNlwOUff .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-taKNlwOUff .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-taKNlwOUff .card-wrapper {
    padding: 4rem;
  }
}
.cid-taKNlwOUff .mbr-text,
.cid-taKNlwOUff .mbr-section-btn {
  color: #000000;
}
.cid-taKNlwOUff .card-title,
.cid-taKNlwOUff .card-box {
  text-align: center;
}
.cid-taL2pV25u3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-taL2pV25u3 .video-wrapper iframe {
  width: 100%;
}
.cid-taL2pV25u3 .mbr-section-title,
.cid-taL2pV25u3 .mbr-section-subtitle,
.cid-taL2pV25u3 .mbr-text {
  text-align: center;
}
.cid-taL2pV25u3 .mbr-section-title {
  color: #ffffff;
}
.cid-taL2qKukF5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-taL2qKukF5 .video-wrapper iframe {
  width: 100%;
}
.cid-taL2qKukF5 .mbr-section-title,
.cid-taL2qKukF5 .mbr-section-subtitle,
.cid-taL2qKukF5 .mbr-text {
  text-align: center;
}
.cid-taL2qKukF5 .mbr-section-title {
  color: #232323;
}
.cid-t8ihKN7sai {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-t8ihKN7sai .row-links {
  width: 100%;
  justify-content: center;
}
.cid-t8ihKN7sai .social-row {
  width: 100%;
  justify-content: center;
}
.cid-t8ihKN7sai .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-t8ihKN7sai .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t8ihKN7sai .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t8ihKN7sai .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t8ihKN7sai .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-t8ihKN7sai .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t8ihKN7sai .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t8ihKN7sai .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-t8ihKN7sai .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t8ihKN7sai .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t8ihKN7sai .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t8ihKN7sai .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t8ihKN7sai foot-menu-item {
  text-align: right;
}
.cid-tw0vKBEcgd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tw0vKBEcgd nav.navbar {
  position: fixed;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tw0vKBEcgd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tw0vKBEcgd .dropdown-item:hover,
.cid-tw0vKBEcgd .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tw0vKBEcgd .dropdown-item:hover span {
  color: white;
}
.cid-tw0vKBEcgd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tw0vKBEcgd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tw0vKBEcgd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tw0vKBEcgd .nav-link {
  position: relative;
}
.cid-tw0vKBEcgd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .container {
    flex-wrap: nowrap;
  }
}
.cid-tw0vKBEcgd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown-menu,
.cid-tw0vKBEcgd .navbar.opened {
  background: #222158 !important;
}
.cid-tw0vKBEcgd .nav-item:focus,
.cid-tw0vKBEcgd .nav-link:focus {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tw0vKBEcgd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tw0vKBEcgd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.opened {
  transition: all 0.3s;
}
.cid-tw0vKBEcgd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tw0vKBEcgd .navbar .navbar-logo img {
  width: auto;
}
.cid-tw0vKBEcgd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar.collapsed {
  justify-content: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tw0vKBEcgd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tw0vKBEcgd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tw0vKBEcgd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tw0vKBEcgd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tw0vKBEcgd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tw0vKBEcgd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tw0vKBEcgd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tw0vKBEcgd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tw0vKBEcgd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown-item.active,
.cid-tw0vKBEcgd .dropdown-item:active {
  background-color: transparent;
}
.cid-tw0vKBEcgd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tw0vKBEcgd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tw0vKBEcgd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tw0vKBEcgd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tw0vKBEcgd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tw0vKBEcgd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar {
    height: 70px;
  }
  .cid-tw0vKBEcgd .navbar.opened {
    height: auto;
  }
  .cid-tw0vKBEcgd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t86if1uYc8 {
  background-image: url("../../../assets/images/unsplash-zhx6lfqjog0.png");
}
.cid-t86if1uYc8 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-t86if1uYc8 .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-t86if1uYc8 .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-t86if1uYc8 .mbr-section-title {
  color: #ffffff;
}
.cid-t8orSj6iTq {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/unsplash-vwz-rj3gh5c.png");
}
.cid-t8orSj6iTq .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-t8orSj6iTq .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-t8orSj6iTq .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-t8orSj6iTq .mbr-section-title {
  color: #ffffff;
}
.cid-t8orSj6iTq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t8orGIBOry {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-t8orGIBOry .img-wrapper {
  text-align: center;
}
.cid-t8orGIBOry img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-t8orGIBOry .row {
  align-items: flex-start;
}
.cid-t8orGIBOry .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 992px) {
  .cid-t8orGIBOry .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-t8orGIBOry .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t8orGIBOry .card-wrapper {
    padding: 1rem;
  }
}
.cid-t8ibA6M2FJ {
  background-image: url("../../../assets/images/unsplash-sekg7dgdjxe.png");
}
.cid-t8ibA6M2FJ .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-t8ibA6M2FJ .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-t8ibA6M2FJ .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-t8ibA6M2FJ .mbr-section-title {
  color: #ffffff;
}
.cid-t8ihKN7sai {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-t8ihKN7sai .row-links {
  width: 100%;
  justify-content: center;
}
.cid-t8ihKN7sai .social-row {
  width: 100%;
  justify-content: center;
}
.cid-t8ihKN7sai .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-t8ihKN7sai .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t8ihKN7sai .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t8ihKN7sai .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t8ihKN7sai .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-t8ihKN7sai .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t8ihKN7sai .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t8ihKN7sai .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-t8ihKN7sai .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t8ihKN7sai .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t8ihKN7sai .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t8ihKN7sai .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t8ihKN7sai foot-menu-item {
  text-align: right;
}
.cid-tw0vKBEcgd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tw0vKBEcgd nav.navbar {
  position: fixed;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tw0vKBEcgd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tw0vKBEcgd .dropdown-item:hover,
.cid-tw0vKBEcgd .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tw0vKBEcgd .dropdown-item:hover span {
  color: white;
}
.cid-tw0vKBEcgd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tw0vKBEcgd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tw0vKBEcgd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tw0vKBEcgd .nav-link {
  position: relative;
}
.cid-tw0vKBEcgd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .container {
    flex-wrap: nowrap;
  }
}
.cid-tw0vKBEcgd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown-menu,
.cid-tw0vKBEcgd .navbar.opened {
  background: #222158 !important;
}
.cid-tw0vKBEcgd .nav-item:focus,
.cid-tw0vKBEcgd .nav-link:focus {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tw0vKBEcgd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tw0vKBEcgd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.opened {
  transition: all 0.3s;
}
.cid-tw0vKBEcgd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tw0vKBEcgd .navbar .navbar-logo img {
  width: auto;
}
.cid-tw0vKBEcgd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar.collapsed {
  justify-content: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tw0vKBEcgd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tw0vKBEcgd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tw0vKBEcgd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tw0vKBEcgd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tw0vKBEcgd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tw0vKBEcgd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tw0vKBEcgd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tw0vKBEcgd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tw0vKBEcgd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown-item.active,
.cid-tw0vKBEcgd .dropdown-item:active {
  background-color: transparent;
}
.cid-tw0vKBEcgd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tw0vKBEcgd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tw0vKBEcgd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tw0vKBEcgd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tw0vKBEcgd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tw0vKBEcgd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar {
    height: 70px;
  }
  .cid-tw0vKBEcgd .navbar.opened {
    height: auto;
  }
  .cid-tw0vKBEcgd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-twtVSy6f4t {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background2-6.jpg");
  position: relative;
  overflow: hidden;
}
.cid-twtVSy6f4t .mbr-fallback-image.disabled {
  display: none;
}
.cid-twtVSy6f4t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twtVSy6f4t .bg-frame {
  position: absolute;
  top: 10%;
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
  opacity: 0.7;
  width: 20vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #aafc75;
  box-shadow: 0 0 40px #aafc75;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-twtVSy6f4t .bg-frame {
    width: 40vw;
  }
}
@media (min-width: 1600px) {
  .cid-twtVSy6f4t.mbr-fullscreen {
    align-items: flex-end !important;
  }
}
.cid-twtVSy6f4t .row {
  position: relative;
  z-index: 3;
}
.cid-twtVSy6f4t .mbr-section-title {
  color: #ffffff;
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-twtVSy6f4t .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-twtVSy6f4t .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-twtVSy6f4t .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-twtVSy6f4t .mbr-text {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-twtVSy6f4t .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .cid-twtVSy6f4t .mbr-section-btn {
    margin-top: 90px;
  }
}
@media (max-width: 767px) {
  .cid-twtVSy6f4t .mbr-section-btn {
    margin-top: 60px;
  }
}
@media (max-width: 575px) {
  .cid-twtVSy6f4t .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-tw0qtjbctL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #4479d9;
}
.cid-tw0qtjbctL .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-tw0qtjbctL .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-tw0qtjbctL .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-tw0qtjbctL .mbr-section-title {
  color: #ffffff;
}
.cid-tw0qtjbctL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t7ZWvXeZ4X {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #65a643;
}
.cid-t7ZWvXeZ4X .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-t7ZWvXeZ4X .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-t7ZWvXeZ4X .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-t7ZWvXeZ4X .mbr-section-title {
  color: #ffffff;
}
.cid-t7ZWvXeZ4X .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t8ihKN7sai {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-t8ihKN7sai .row-links {
  width: 100%;
  justify-content: center;
}
.cid-t8ihKN7sai .social-row {
  width: 100%;
  justify-content: center;
}
.cid-t8ihKN7sai .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-t8ihKN7sai .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t8ihKN7sai .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t8ihKN7sai .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t8ihKN7sai .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-t8ihKN7sai .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t8ihKN7sai .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t8ihKN7sai .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-t8ihKN7sai .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t8ihKN7sai .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t8ihKN7sai .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t8ihKN7sai .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t8ihKN7sai foot-menu-item {
  text-align: right;
}
.cid-tw0vKBEcgd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tw0vKBEcgd nav.navbar {
  position: fixed;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tw0vKBEcgd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tw0vKBEcgd .dropdown-item:hover,
.cid-tw0vKBEcgd .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tw0vKBEcgd .dropdown-item:hover span {
  color: white;
}
.cid-tw0vKBEcgd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tw0vKBEcgd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tw0vKBEcgd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tw0vKBEcgd .nav-link {
  position: relative;
}
.cid-tw0vKBEcgd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .container {
    flex-wrap: nowrap;
  }
}
.cid-tw0vKBEcgd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown-menu,
.cid-tw0vKBEcgd .navbar.opened {
  background: #222158 !important;
}
.cid-tw0vKBEcgd .nav-item:focus,
.cid-tw0vKBEcgd .nav-link:focus {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tw0vKBEcgd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tw0vKBEcgd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.opened {
  transition: all 0.3s;
}
.cid-tw0vKBEcgd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tw0vKBEcgd .navbar .navbar-logo img {
  width: auto;
}
.cid-tw0vKBEcgd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar.collapsed {
  justify-content: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tw0vKBEcgd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tw0vKBEcgd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tw0vKBEcgd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tw0vKBEcgd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tw0vKBEcgd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tw0vKBEcgd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tw0vKBEcgd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tw0vKBEcgd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tw0vKBEcgd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown-item.active,
.cid-tw0vKBEcgd .dropdown-item:active {
  background-color: transparent;
}
.cid-tw0vKBEcgd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tw0vKBEcgd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tw0vKBEcgd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tw0vKBEcgd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tw0vKBEcgd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tw0vKBEcgd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar {
    height: 70px;
  }
  .cid-tw0vKBEcgd .navbar.opened {
    height: auto;
  }
  .cid-tw0vKBEcgd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-twtZ7HyBvn {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/webbanner-2-1620x911.png");
}
.cid-twtZ7HyBvn .mbr-section-title {
  color: #ffffff;
}
.cid-t6So4dHCO9 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/unsplash-hunenpcng84-1280x775.png");
}
@media (max-width: 767px) {
  .cid-t6So4dHCO9 .row {
    flex-direction: column-reverse;
  }
  .cid-t6So4dHCO9 .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t6So4dHCO9 .google-map {
  height: 100%;
  position: relative;
}
.cid-t6So4dHCO9 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t6So4dHCO9 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-t6So4dHCO9 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t6So4dHCO9 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-t6So4dHCO9 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-t6So4dHCO9 .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #e6de9a;
}
.cid-t6So4dHCO9 .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-t6So4dHCO9 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t6So4dHCO9 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-t6So4dHCO9 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-t6So4dHCO9 .mbr-section-title {
  color: #fafafa;
  text-align: right;
}
.cid-t6So4dHCO9 .mbr-section-subtitle {
  color: #fafafa;
  text-align: right;
}
.cid-t8ihKN7sai {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-t8ihKN7sai .row-links {
  width: 100%;
  justify-content: center;
}
.cid-t8ihKN7sai .social-row {
  width: 100%;
  justify-content: center;
}
.cid-t8ihKN7sai .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-t8ihKN7sai .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t8ihKN7sai .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t8ihKN7sai .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t8ihKN7sai .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-t8ihKN7sai .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t8ihKN7sai .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t8ihKN7sai .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-t8ihKN7sai .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t8ihKN7sai .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t8ihKN7sai .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t8ihKN7sai .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t8ihKN7sai foot-menu-item {
  text-align: right;
}
.cid-tw0vKBEcgd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tw0vKBEcgd nav.navbar {
  position: fixed;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tw0vKBEcgd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tw0vKBEcgd .dropdown-item:hover,
.cid-tw0vKBEcgd .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tw0vKBEcgd .dropdown-item:hover span {
  color: white;
}
.cid-tw0vKBEcgd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tw0vKBEcgd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tw0vKBEcgd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tw0vKBEcgd .nav-link {
  position: relative;
}
.cid-tw0vKBEcgd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .container {
    flex-wrap: nowrap;
  }
}
.cid-tw0vKBEcgd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown-menu,
.cid-tw0vKBEcgd .navbar.opened {
  background: #222158 !important;
}
.cid-tw0vKBEcgd .nav-item:focus,
.cid-tw0vKBEcgd .nav-link:focus {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tw0vKBEcgd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tw0vKBEcgd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.opened {
  transition: all 0.3s;
}
.cid-tw0vKBEcgd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tw0vKBEcgd .navbar .navbar-logo img {
  width: auto;
}
.cid-tw0vKBEcgd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar.collapsed {
  justify-content: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tw0vKBEcgd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tw0vKBEcgd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tw0vKBEcgd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tw0vKBEcgd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tw0vKBEcgd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tw0vKBEcgd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tw0vKBEcgd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tw0vKBEcgd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tw0vKBEcgd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown-item.active,
.cid-tw0vKBEcgd .dropdown-item:active {
  background-color: transparent;
}
.cid-tw0vKBEcgd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tw0vKBEcgd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tw0vKBEcgd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tw0vKBEcgd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tw0vKBEcgd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tw0vKBEcgd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar {
    height: 70px;
  }
  .cid-tw0vKBEcgd .navbar.opened {
    height: auto;
  }
  .cid-tw0vKBEcgd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t7yiChXETx {
  background-image: url("../../../assets/images/unsplash-nua-h3uva4.png");
}
.cid-t7yiChXETx .mbr-section-title {
  color: #000000;
}
.cid-t6SkxdqHcI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-t6SkxdqHcI .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-t6SkxdqHcI .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t6SkxdqHcI .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t6SkxdqHcI .card-wrapper {
    padding: 4rem;
  }
}
.cid-t6SkxdqHcI .mbr-text,
.cid-t6SkxdqHcI .mbr-section-btn {
  color: #000000;
}
.cid-t6SkxdqHcI .card-title,
.cid-t6SkxdqHcI .card-box {
  text-align: center;
}
.cid-t8ihKN7sai {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-t8ihKN7sai .row-links {
  width: 100%;
  justify-content: center;
}
.cid-t8ihKN7sai .social-row {
  width: 100%;
  justify-content: center;
}
.cid-t8ihKN7sai .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-t8ihKN7sai .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t8ihKN7sai .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t8ihKN7sai .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t8ihKN7sai .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-t8ihKN7sai .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t8ihKN7sai .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t8ihKN7sai .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-t8ihKN7sai .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t8ihKN7sai .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t8ihKN7sai .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t8ihKN7sai .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t8ihKN7sai foot-menu-item {
  text-align: right;
}
.cid-tw0vKBEcgd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tw0vKBEcgd nav.navbar {
  position: fixed;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tw0vKBEcgd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tw0vKBEcgd .dropdown-item:hover,
.cid-tw0vKBEcgd .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tw0vKBEcgd .dropdown-item:hover span {
  color: white;
}
.cid-tw0vKBEcgd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tw0vKBEcgd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tw0vKBEcgd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tw0vKBEcgd .nav-link {
  position: relative;
}
.cid-tw0vKBEcgd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .container {
    flex-wrap: nowrap;
  }
}
.cid-tw0vKBEcgd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown-menu,
.cid-tw0vKBEcgd .navbar.opened {
  background: #222158 !important;
}
.cid-tw0vKBEcgd .nav-item:focus,
.cid-tw0vKBEcgd .nav-link:focus {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tw0vKBEcgd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tw0vKBEcgd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.opened {
  transition: all 0.3s;
}
.cid-tw0vKBEcgd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tw0vKBEcgd .navbar .navbar-logo img {
  width: auto;
}
.cid-tw0vKBEcgd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar.collapsed {
  justify-content: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tw0vKBEcgd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tw0vKBEcgd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tw0vKBEcgd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tw0vKBEcgd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tw0vKBEcgd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tw0vKBEcgd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tw0vKBEcgd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tw0vKBEcgd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tw0vKBEcgd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown-item.active,
.cid-tw0vKBEcgd .dropdown-item:active {
  background-color: transparent;
}
.cid-tw0vKBEcgd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tw0vKBEcgd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tw0vKBEcgd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tw0vKBEcgd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tw0vKBEcgd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tw0vKBEcgd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar {
    height: 70px;
  }
  .cid-tw0vKBEcgd .navbar.opened {
    height: auto;
  }
  .cid-tw0vKBEcgd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-twtHqGkCUZ {
  background-image: url("../../../assets/images/wechat-image-20190923212753.jpeg");
}
.cid-twtHqGkCUZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-twtHqGkCUZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twtHqGkCUZ .mbr-section-title {
  color: #FFFFFF;
}
.cid-twtHqGkCUZ .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-twtHqGkCUZ .mbr-section-btn {
  margin-top: 30px;
}
.cid-t7JWqEXYmc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9966;
}
.cid-t7JWqEXYmc .mbr-text {
  text-align: left;
}
.cid-t7JWTbnu0s {
  background-image: url("../../../assets/images/wechat-image-20190923212728.jpg");
}
.cid-t7JWTbnu0s .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-t7JWTbnu0s .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-t7JWTbnu0s .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-t7JWTbnu0s .mbr-section-title {
  color: #ffffff;
}
.cid-t7JWTbnu0s .mbr-section-subtitle {
  color: #ffffff;
}
.cid-twtACXz9Qe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffb18a;
  position: relative;
}
.cid-twtACXz9Qe .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f5ff7d;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-twtACXz9Qe .mbr-section-head {
  width: 100%;
  margin-bottom: 3.4vw;
}
@media (max-width: 767px) {
  .cid-twtACXz9Qe .mbr-section-head {
    margin-bottom: 6.93vw;
  }
}
.cid-twtACXz9Qe .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  width: 100%;
}
.cid-twtACXz9Qe .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 0;
  color: #000000;
}
.cid-twtACXz9Qe .item {
  display: flex;
  align-items: stretch;
  margin-bottom: 1.4vw;
  overflow: visible;
}
@media (max-width: 767px) {
  .cid-twtACXz9Qe .item {
    margin-bottom: 0.75rem;
  }
}
.cid-twtACXz9Qe .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: 0.3s all;
  overflow: visible;
}
.cid-twtACXz9Qe .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 0.83333333;
  border-radius: 26px;
  overflow: hidden;
  transition: 0.3s all;
}
.cid-twtACXz9Qe .item-img:hover {
  transform: translateY(-3px);
}
.cid-twtACXz9Qe .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-twtACXz9Qe .item-content {
  width: 100%;
  margin-top: 1.75rem;
}
.cid-twtACXz9Qe .item-title {
  color: #000000;
  margin-right: auto;
  width: 100%;
}
.cid-twtACXz9Qe .mbr-text {
  color: #000000;
  margin-top: 0.75rem;
}
.cid-twtACXz9Qe .mbr-section-btn {
  margin-top: 1rem;
}
.cid-twtAIcJfyY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9966;
  position: relative;
}
.cid-twtAIcJfyY .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f5ff7d;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-twtAIcJfyY .mbr-section-head {
  width: 100%;
  margin-bottom: 3.4vw;
}
@media (max-width: 767px) {
  .cid-twtAIcJfyY .mbr-section-head {
    margin-bottom: 6.93vw;
  }
}
.cid-twtAIcJfyY .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  width: 100%;
}
.cid-twtAIcJfyY .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 0;
  color: #000000;
}
.cid-twtAIcJfyY .item {
  display: flex;
  align-items: stretch;
  margin-bottom: 1.4vw;
  overflow: visible;
}
@media (max-width: 767px) {
  .cid-twtAIcJfyY .item {
    margin-bottom: 0.75rem;
  }
}
.cid-twtAIcJfyY .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: 0.3s all;
  overflow: visible;
}
.cid-twtAIcJfyY .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 0.83333333;
  border-radius: 26px;
  overflow: hidden;
  transition: 0.3s all;
}
.cid-twtAIcJfyY .item-img:hover {
  transform: translateY(-3px);
}
.cid-twtAIcJfyY .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-twtAIcJfyY .item-content {
  width: 100%;
  margin-top: 1.75rem;
}
.cid-twtAIcJfyY .item-title {
  color: #000000;
  margin-right: auto;
  width: 100%;
}
.cid-twtAIcJfyY .mbr-text {
  color: #000000;
  margin-top: 0.75rem;
}
.cid-twtAIcJfyY .mbr-section-btn {
  margin-top: 1rem;
}
.cid-t8ihKN7sai {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-t8ihKN7sai .row-links {
  width: 100%;
  justify-content: center;
}
.cid-t8ihKN7sai .social-row {
  width: 100%;
  justify-content: center;
}
.cid-t8ihKN7sai .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-t8ihKN7sai .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t8ihKN7sai .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t8ihKN7sai .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t8ihKN7sai .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-t8ihKN7sai .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t8ihKN7sai .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t8ihKN7sai .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-t8ihKN7sai .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t8ihKN7sai .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t8ihKN7sai .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t8ihKN7sai .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t8ihKN7sai foot-menu-item {
  text-align: right;
}
.cid-tw0vKBEcgd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tw0vKBEcgd nav.navbar {
  position: fixed;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tw0vKBEcgd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tw0vKBEcgd .dropdown-item:hover,
.cid-tw0vKBEcgd .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tw0vKBEcgd .dropdown-item:hover span {
  color: white;
}
.cid-tw0vKBEcgd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tw0vKBEcgd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tw0vKBEcgd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tw0vKBEcgd .nav-link {
  position: relative;
}
.cid-tw0vKBEcgd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .container {
    flex-wrap: nowrap;
  }
}
.cid-tw0vKBEcgd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown-menu,
.cid-tw0vKBEcgd .navbar.opened {
  background: #222158 !important;
}
.cid-tw0vKBEcgd .nav-item:focus,
.cid-tw0vKBEcgd .nav-link:focus {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tw0vKBEcgd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tw0vKBEcgd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.opened {
  transition: all 0.3s;
}
.cid-tw0vKBEcgd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tw0vKBEcgd .navbar .navbar-logo img {
  width: auto;
}
.cid-tw0vKBEcgd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar.collapsed {
  justify-content: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tw0vKBEcgd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tw0vKBEcgd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tw0vKBEcgd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tw0vKBEcgd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tw0vKBEcgd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tw0vKBEcgd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tw0vKBEcgd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tw0vKBEcgd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tw0vKBEcgd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown-item.active,
.cid-tw0vKBEcgd .dropdown-item:active {
  background-color: transparent;
}
.cid-tw0vKBEcgd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tw0vKBEcgd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tw0vKBEcgd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tw0vKBEcgd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tw0vKBEcgd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tw0vKBEcgd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar {
    height: 70px;
  }
  .cid-tw0vKBEcgd .navbar.opened {
    height: auto;
  }
  .cid-tw0vKBEcgd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t7JZVfcfZV {
  background-image: url("../../../assets/images/unsplash-bwjvfuh6fnq-1.png");
}
.cid-t7JZVfcfZV .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-t7JZVfcfZV .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-t7JZVfcfZV .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-t7JZVfcfZV .mbr-section-title {
  color: #ffffff;
}
.cid-t7JZVfcfZV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t87dpQTk4F {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-t87dpQTk4F .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t87dpQTk4F .row {
  flex-direction: row-reverse;
}
.cid-t87dpQTk4F img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t87dpQTk4F .text-wrapper {
    padding: 2rem;
  }
}
.cid-t87doUg3XK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t87doUg3XK .video-wrapper iframe {
  width: 100%;
}
.cid-t87doUg3XK .mbr-section-title,
.cid-t87doUg3XK .mbr-section-subtitle,
.cid-t87doUg3XK .mbr-text {
  text-align: center;
}
.cid-t87doUg3XK .mbr-section-title {
  color: #ffffff;
}
.cid-t87dph8OJq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t87dph8OJq .video-wrapper iframe {
  width: 100%;
}
.cid-t87dph8OJq .mbr-section-title,
.cid-t87dph8OJq .mbr-section-subtitle,
.cid-t87dph8OJq .mbr-text {
  text-align: center;
}
.cid-t87dph8OJq .mbr-section-title {
  color: #232323;
}
.cid-t8ihKN7sai {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-t8ihKN7sai .row-links {
  width: 100%;
  justify-content: center;
}
.cid-t8ihKN7sai .social-row {
  width: 100%;
  justify-content: center;
}
.cid-t8ihKN7sai .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-t8ihKN7sai .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t8ihKN7sai .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t8ihKN7sai .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t8ihKN7sai .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-t8ihKN7sai .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t8ihKN7sai .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t8ihKN7sai .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-t8ihKN7sai .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t8ihKN7sai .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t8ihKN7sai .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t8ihKN7sai .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t8ihKN7sai foot-menu-item {
  text-align: right;
}
.cid-tw0vKBEcgd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tw0vKBEcgd nav.navbar {
  position: fixed;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tw0vKBEcgd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tw0vKBEcgd .dropdown-item:hover,
.cid-tw0vKBEcgd .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tw0vKBEcgd .dropdown-item:hover span {
  color: white;
}
.cid-tw0vKBEcgd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tw0vKBEcgd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tw0vKBEcgd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tw0vKBEcgd .nav-link {
  position: relative;
}
.cid-tw0vKBEcgd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .container {
    flex-wrap: nowrap;
  }
}
.cid-tw0vKBEcgd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown-menu,
.cid-tw0vKBEcgd .navbar.opened {
  background: #222158 !important;
}
.cid-tw0vKBEcgd .nav-item:focus,
.cid-tw0vKBEcgd .nav-link:focus {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tw0vKBEcgd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tw0vKBEcgd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.opened {
  transition: all 0.3s;
}
.cid-tw0vKBEcgd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tw0vKBEcgd .navbar .navbar-logo img {
  width: auto;
}
.cid-tw0vKBEcgd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar.collapsed {
  justify-content: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tw0vKBEcgd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tw0vKBEcgd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tw0vKBEcgd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tw0vKBEcgd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tw0vKBEcgd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tw0vKBEcgd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tw0vKBEcgd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tw0vKBEcgd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tw0vKBEcgd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown-item.active,
.cid-tw0vKBEcgd .dropdown-item:active {
  background-color: transparent;
}
.cid-tw0vKBEcgd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tw0vKBEcgd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tw0vKBEcgd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tw0vKBEcgd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tw0vKBEcgd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tw0vKBEcgd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar {
    height: 70px;
  }
  .cid-tw0vKBEcgd .navbar.opened {
    height: auto;
  }
  .cid-tw0vKBEcgd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-taDJnyo7PA {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/ticketgalainvitation-1-2000x1333.jpg");
}
.cid-taDJnyo7PA .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-taDJnyo7PA .head_wrap:hover .mbr-section-title a {
  color: #ff6666 !important;
}
.cid-taDJnyo7PA .mbr-section-title,
.cid-taDJnyo7PA .wrap {
  text-align: left;
}
.cid-taE6vwjzff {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-taE6vwjzff .content {
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .cid-taE6vwjzff .content {
    flex-wrap: wrap;
  }
}
.cid-taE6vwjzff h2,
.cid-taE6vwjzff h3,
.cid-taE6vwjzff h4,
.cid-taE6vwjzff p {
  margin: 0;
}
.cid-taE6vwjzff ul {
  padding: 0;
  list-style-type: none;
}
.cid-taE6vwjzff .text-wrap {
  width: 50%;
}
@media (max-width: 1024px) {
  .cid-taE6vwjzff .text-wrap {
    width: 100%;
  }
}
.cid-taE6vwjzff .image-wrap {
  width: 50%;
}
@media (max-width: 1024px) {
  .cid-taE6vwjzff .image-wrap {
    width: 100%;
  }
}
.cid-taE6vwjzff .image-wrap img {
  width: 100%;
  height: auto;
}
.cid-taE6vwjzff .first-section {
  width: 414px;
}
@media (max-width: 473px) {
  .cid-taE6vwjzff .first-section {
    width: 100%;
  }
}
.cid-taE6vwjzff .second-section {
  margin-top: 70px;
}
@media (max-width: 1024px) {
  .cid-taE6vwjzff .second-section {
    margin-bottom: 55px;
  }
}
@media (max-width: 767px) {
  .cid-taE6vwjzff .second-section {
    margin-top: 53px;
  }
}
.cid-taE6vwjzff .mbr-first-section-title {
  color: #000000;
  margin-bottom: 14px;
}
.cid-taE6vwjzff .mbr-section-subtitle {
  color: #6b6b6b;
}
.cid-taE6vwjzff .mbr-first-section-text {
  color: #000000;
  text-align: left;
}
.cid-taE6vwjzff .mbr-second-section-title {
  color: #000000;
}
.cid-taE6vwjzff .list {
  margin: 10px 0;
  color: #6b6b6b;
}
.cid-taE6vwjzff .mbr-card-text {
  margin: 10px 0;
}
.cid-taE6vwjzff .mbr-card-text::before {
  content: "* ";
  display: inline;
}
.cid-ur1B8BZaXf {
  overflow: hidden;
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #e6eaf1;
}
.cid-ur1B8BZaXf .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-ur1B8BZaXf .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #6592e6;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-ur1B8BZaXf .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-ur1B8BZaXf .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-ur1B8BZaXf svg {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.5);
  overflow: hidden;
  pointer-events: none;
}
.cid-ur1B8BZaXf #e2_shape {
  fill: #ffffff !important;
}
.cid-ur1B8BZaXf .mbr-section-title {
  text-align: left;
  color: #404040;
}
.cid-ur1B8BZaXf .mbr-section-title.display-1 {
  font-size: 42px;
  line-height: 1.214;
  letter-spacing: 0px;
}
.cid-ur1B8BZaXf .mbr-text {
  color: #404040;
  text-align: left;
}
.cid-ur1B8BZaXf .mbr-text.display-5 {
  font-size: 25px;
  letter-spacing: 0px;
  line-height: 1.36;
}
.cid-ur1B8BZaXf .icon-wrap {
  border-radius: 50%;
  margin: auto;
  text-align: left;
  transition: all 0.3s;
}
.cid-ur1B8BZaXf .mbr-media span {
  font-size: 1rem;
  cursor: pointer;
  position: relative;
  padding-left: 5px;
  display: inline-block;
  opacity: 0.9;
  transition: all 0.25s;
  color: #000000 !important;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04) !important;
}
.cid-ur1B8BZaXf .mbr-media span:hover {
  opacity: 1;
  color: #000000 !important;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5) !important;
}
.cid-ur1B8BZaXf .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-ur1B8BZaXf .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ur1B8BZaXf .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ur1B8BZaXf .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ur1B8BZaXf a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-ur1B8BZaXf a.close:hover {
  color: #ffffff;
}
.cid-ur1B8BZaXf .play {
  display: inline-block;
  width: 52px;
  height: 52px;
  line-height: 3.5rem !important;
  text-align: center;
  border-radius: 100%;
  background: #ffffff;
  transition: all 200ms ease-in-out;
  cursor: pointer;
}
.cid-ur1B8BZaXf .play-text {
  margin-bottom: 0 !important;
  padding-left: 10px;
  display: inline-block;
}
.cid-ur1B8BZaXf .play-text.display-4 {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 992px) {
  .cid-ur1B8BZaXf svg {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-ur1B8BZaXf .show-modal {
    margin-bottom: 20px;
  }
}
.cid-ur1C1p0Bfc {
  overflow: hidden;
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #e6eaf1;
}
.cid-ur1C1p0Bfc .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-ur1C1p0Bfc .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #6592e6;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-ur1C1p0Bfc .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-ur1C1p0Bfc .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-ur1C1p0Bfc svg {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.5);
  overflow: hidden;
  pointer-events: none;
}
.cid-ur1C1p0Bfc #e2_shape {
  fill: #ffffff !important;
}
.cid-ur1C1p0Bfc .mbr-section-title {
  text-align: left;
  color: #404040;
}
.cid-ur1C1p0Bfc .mbr-section-title.display-1 {
  font-size: 42px;
  line-height: 1.214;
  letter-spacing: 0px;
}
.cid-ur1C1p0Bfc .mbr-text {
  color: #404040;
  text-align: left;
}
.cid-ur1C1p0Bfc .mbr-text.display-5 {
  font-size: 25px;
  letter-spacing: 0px;
  line-height: 1.36;
}
.cid-ur1C1p0Bfc .icon-wrap {
  border-radius: 50%;
  margin: auto;
  text-align: left;
  transition: all 0.3s;
}
.cid-ur1C1p0Bfc .mbr-media span {
  font-size: 1rem;
  cursor: pointer;
  position: relative;
  padding-left: 5px;
  display: inline-block;
  opacity: 0.9;
  transition: all 0.25s;
  color: #000000 !important;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04) !important;
}
.cid-ur1C1p0Bfc .mbr-media span:hover {
  opacity: 1;
  color: #000000 !important;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5) !important;
}
.cid-ur1C1p0Bfc .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-ur1C1p0Bfc .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ur1C1p0Bfc .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ur1C1p0Bfc .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ur1C1p0Bfc a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-ur1C1p0Bfc a.close:hover {
  color: #ffffff;
}
.cid-ur1C1p0Bfc .play {
  display: inline-block;
  width: 52px;
  height: 52px;
  line-height: 3.5rem !important;
  text-align: center;
  border-radius: 100%;
  background: #ffffff;
  transition: all 200ms ease-in-out;
  cursor: pointer;
}
.cid-ur1C1p0Bfc .play-text {
  margin-bottom: 0 !important;
  padding-left: 10px;
  display: inline-block;
}
.cid-ur1C1p0Bfc .play-text.display-4 {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 992px) {
  .cid-ur1C1p0Bfc svg {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-ur1C1p0Bfc .show-modal {
    margin-bottom: 20px;
  }
}
.cid-t8ihKN7sai {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-t8ihKN7sai .row-links {
  width: 100%;
  justify-content: center;
}
.cid-t8ihKN7sai .social-row {
  width: 100%;
  justify-content: center;
}
.cid-t8ihKN7sai .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-t8ihKN7sai .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t8ihKN7sai .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t8ihKN7sai .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t8ihKN7sai .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-t8ihKN7sai .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t8ihKN7sai .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t8ihKN7sai .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-t8ihKN7sai .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t8ihKN7sai .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t8ihKN7sai .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t8ihKN7sai .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t8ihKN7sai foot-menu-item {
  text-align: right;
}
.cid-tw0vKBEcgd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tw0vKBEcgd nav.navbar {
  position: fixed;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tw0vKBEcgd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tw0vKBEcgd .dropdown-item:hover,
.cid-tw0vKBEcgd .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tw0vKBEcgd .dropdown-item:hover span {
  color: white;
}
.cid-tw0vKBEcgd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tw0vKBEcgd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tw0vKBEcgd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tw0vKBEcgd .nav-link {
  position: relative;
}
.cid-tw0vKBEcgd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .container {
    flex-wrap: nowrap;
  }
}
.cid-tw0vKBEcgd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown-menu,
.cid-tw0vKBEcgd .navbar.opened {
  background: #222158 !important;
}
.cid-tw0vKBEcgd .nav-item:focus,
.cid-tw0vKBEcgd .nav-link:focus {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tw0vKBEcgd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tw0vKBEcgd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.opened {
  transition: all 0.3s;
}
.cid-tw0vKBEcgd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tw0vKBEcgd .navbar .navbar-logo img {
  width: auto;
}
.cid-tw0vKBEcgd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar.collapsed {
  justify-content: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tw0vKBEcgd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tw0vKBEcgd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tw0vKBEcgd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tw0vKBEcgd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tw0vKBEcgd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tw0vKBEcgd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tw0vKBEcgd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tw0vKBEcgd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tw0vKBEcgd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown-item.active,
.cid-tw0vKBEcgd .dropdown-item:active {
  background-color: transparent;
}
.cid-tw0vKBEcgd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tw0vKBEcgd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tw0vKBEcgd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tw0vKBEcgd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tw0vKBEcgd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tw0vKBEcgd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar {
    height: 70px;
  }
  .cid-tw0vKBEcgd .navbar.opened {
    height: auto;
  }
  .cid-tw0vKBEcgd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-taKBT1pkcz {
  background-image: url("../../../assets/images/unsplash-2yn10khntzm-1921x1081.png");
}
.cid-taKBT1pkcz .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-taKBT1pkcz .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-taKBT1pkcz .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-taKBT1pkcz .mbr-section-title {
  color: #ffffff;
}
.cid-t6MYN7QuIS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t6MYN7QuIS .google-map {
  height: 350px;
  position: relative;
}
.cid-t6MYN7QuIS .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t6MYN7QuIS .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-t6MYN7QuIS .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t6MYN7QuIS .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v01KQ5nSWw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-v01KQ5nSWw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v01KQ5nSWw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v01KQ5nSWw .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-v01KQ5nSWw .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-v01KQ5nSWw .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-v01KQ5nSWw .google-map {
  margin-right: 40px;
  margin-right: 0;
  margin-left: 40px;
}
@media (max-width: 992px) {
  .cid-v01KQ5nSWw .google-map {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v01KQ5nSWw .google-map {
    margin-left: 0;
  }
}
.cid-v01KQ5nSWw .google-map iframe {
  height: 550px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v01KQ5nSWw .google-map iframe {
    height: 350px;
  }
}
.cid-v01KQ5nSWw .content-wrapper .address-wrap {
  margin-bottom: 6px;
}
.cid-v01KQ5nSWw .content-wrapper .address-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-v01KQ5nSWw .content-wrapper .address-wrap .mbr-address {
  margin-bottom: 0;
}
.cid-v01KQ5nSWw .content-wrapper .contacts-wrap {
  margin-top: 16px;
}
.cid-v01KQ5nSWw .content-wrapper .contacts-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-v01KQ5nSWw .content-wrapper .contacts-wrap .list {
  padding: 0;
  list-style-position: inside;
  margin: 0;
}
.cid-v01KQ5nSWw .content-wrapper .contacts-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-v01KQ5nSWw .content-wrapper .contacts-wrap .list .item-wrap:hover,
.cid-v01KQ5nSWw .content-wrapper .contacts-wrap .list .item-wrap:focus {
  color: #ff8576;
}
.cid-v01KQ5nSWw .content-wrapper .contacts-wrap .list .item-wrap::marker {
  color: #ff8576;
}
.cid-v01KQ5nSWw .card {
  justify-content: center;
}
.cid-v01KQ5nSWw .mbr-section-title {
  color: #212529;
}
.cid-v01KQ5nSWw .mbr-desc {
  color: #51565c;
}
.cid-v01KQ5nSWw .mbr-address {
  color: #212529;
}
.cid-v01KQ5nSWw .list {
  color: #212529;
}
.cid-t7ZU8ShUiD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t7ZU8ShUiD .card-box {
  padding: 2rem;
  width: 58.33%;
}
.cid-t7ZU8ShUiD .img-wrapper {
  width: 41.66%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t7ZU8ShUiD .img1 {
  background: #ffe161;
}
.cid-t7ZU8ShUiD .img2 {
  background: #6592e6;
}
.cid-t7ZU8ShUiD .mbr-iconfont {
  display: block;
  font-size: 8rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-t7ZU8ShUiD .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-t7ZU8ShUiD .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-t7ZU8ShUiD .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t7ZU8ShUiD .card-wrapper {
    flex-direction: column;
  }
  .cid-t7ZU8ShUiD .card-box {
    padding: 1rem;
  }
  .cid-t7ZU8ShUiD .card-box,
  .cid-t7ZU8ShUiD .img-wrapper {
    width: 100%;
  }
  .cid-t7ZU8ShUiD .img-wrapper {
    padding: 4rem 1rem;
  }
  .cid-t7ZU8ShUiD .mbr-flex {
    flex-direction: column-reverse;
  }
}
.cid-t7ZU8ShUiD .card-subtitle {
  color: #0077ff;
}
.cid-t7ZU8ShUiD .mbr-text,
.cid-t7ZU8ShUiD .link-wrap {
  color: #555555;
}
.cid-uW4ydHSe5k {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uW4ydHSe5k .card-box {
  padding: 2rem;
  width: 58.33%;
}
.cid-uW4ydHSe5k .img-wrapper {
  width: 41.66%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uW4ydHSe5k .img1 {
  background: #ffe161;
}
.cid-uW4ydHSe5k .img2 {
  background: #6592e6;
}
.cid-uW4ydHSe5k .mbr-iconfont {
  display: block;
  font-size: 8rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-uW4ydHSe5k .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-uW4ydHSe5k .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uW4ydHSe5k .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uW4ydHSe5k .card-wrapper {
    flex-direction: column;
  }
  .cid-uW4ydHSe5k .card-box {
    padding: 1rem;
  }
  .cid-uW4ydHSe5k .card-box,
  .cid-uW4ydHSe5k .img-wrapper {
    width: 100%;
  }
  .cid-uW4ydHSe5k .img-wrapper {
    padding: 4rem 1rem;
  }
  .cid-uW4ydHSe5k .mbr-flex {
    flex-direction: column-reverse;
  }
}
.cid-uW4ydHSe5k .card-subtitle {
  color: #0077ff;
}
.cid-uW4ydHSe5k .mbr-text,
.cid-uW4ydHSe5k .link-wrap {
  color: #555555;
}
.cid-t8ihKN7sai {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-t8ihKN7sai .row-links {
  width: 100%;
  justify-content: center;
}
.cid-t8ihKN7sai .social-row {
  width: 100%;
  justify-content: center;
}
.cid-t8ihKN7sai .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-t8ihKN7sai .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t8ihKN7sai .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t8ihKN7sai .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t8ihKN7sai .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-t8ihKN7sai .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t8ihKN7sai .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t8ihKN7sai .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-t8ihKN7sai .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t8ihKN7sai .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t8ihKN7sai .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t8ihKN7sai .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t8ihKN7sai foot-menu-item {
  text-align: right;
}
.cid-tw0vKBEcgd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tw0vKBEcgd nav.navbar {
  position: fixed;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tw0vKBEcgd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tw0vKBEcgd .dropdown-item:hover,
.cid-tw0vKBEcgd .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tw0vKBEcgd .dropdown-item:hover span {
  color: white;
}
.cid-tw0vKBEcgd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tw0vKBEcgd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tw0vKBEcgd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tw0vKBEcgd .nav-link {
  position: relative;
}
.cid-tw0vKBEcgd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .container {
    flex-wrap: nowrap;
  }
}
.cid-tw0vKBEcgd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown-menu,
.cid-tw0vKBEcgd .navbar.opened {
  background: #222158 !important;
}
.cid-tw0vKBEcgd .nav-item:focus,
.cid-tw0vKBEcgd .nav-link:focus {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tw0vKBEcgd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tw0vKBEcgd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.opened {
  transition: all 0.3s;
}
.cid-tw0vKBEcgd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tw0vKBEcgd .navbar .navbar-logo img {
  width: auto;
}
.cid-tw0vKBEcgd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar.collapsed {
  justify-content: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tw0vKBEcgd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tw0vKBEcgd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tw0vKBEcgd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tw0vKBEcgd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tw0vKBEcgd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tw0vKBEcgd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tw0vKBEcgd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tw0vKBEcgd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tw0vKBEcgd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown-item.active,
.cid-tw0vKBEcgd .dropdown-item:active {
  background-color: transparent;
}
.cid-tw0vKBEcgd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tw0vKBEcgd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tw0vKBEcgd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tw0vKBEcgd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tw0vKBEcgd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tw0vKBEcgd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar {
    height: 70px;
  }
  .cid-tw0vKBEcgd .navbar.opened {
    height: auto;
  }
  .cid-tw0vKBEcgd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tahB1CZ6S4 {
  background-image: url("../../../assets/images/closingposter-1-1296x857.png");
}
.cid-tahB1CZ6S4 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-tahB1CZ6S4 .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-tahB1CZ6S4 .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-tahB1CZ6S4 .mbr-section-title {
  color: #ffffff;
}
.cid-tahB1CZ6S4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tahATlhHeI {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #8c0000;
}
.cid-tahATlhHeI .card-subtitle {
  margin: 0;
}
.cid-tahATlhHeI .card-img {
  z-index: 2;
  position: relative;
  width: 100%;
  transition: all 0.3s;
  padding-top: 2rem;
}
.cid-tahATlhHeI .card-img img {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.cid-tahATlhHeI .icon {
  width: 60px;
  height: 60px;
  background: #fbbe36;
  font-size: 1.2rem;
  transform: translatey(1.2rem);
  margin: auto;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  color: #0e0e0e !important;
}
.cid-tahATlhHeI .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 9px;
  transition: all 0.3s;
  cursor: pointer;
  overflow: visible;
}
.cid-tahATlhHeI .item-wrapper svg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.cid-tahATlhHeI .item-wrapper svg path {
  fill: #ffffff;
  transition: all 0.3s;
  stroke: #461824;
}
.cid-tahATlhHeI h4,
.cid-tahATlhHeI h6,
.cid-tahATlhHeI h5 {
  margin: 0;
}
.cid-tahATlhHeI .mbr-text {
  transition: all 0.3s;
}
.cid-tahATlhHeI .btn-white-outline {
  color: #6592e6 !important;
}
.cid-tahATlhHeI .card-box {
  z-index: 1;
  position: relative;
}
.cid-tahATlhHeI .price {
  color: #0e0e0e;
  transition: all 0.3s;
}
.cid-tahATlhHeI img {
  transition: all 0.3s;
  width: 170px;
  height: 170px;
  object-fit: cover;
}
.cid-tahATlhHeI .card {
  cursor: pointer;
  transition: all 0.3s;
  max-width: 291px;
  margin-bottom: 4rem;
}
.cid-tahATlhHeI .card:hover {
  transform: translateY(-2rem);
}
.cid-tahATlhHeI .card:hover .item-wrapper {
  color: #ffffff !important;
}
.cid-tahATlhHeI .card:hover .item-wrapper .price {
  color: #ffffff !important;
}
.cid-tahATlhHeI .card:hover .item-wrapper .mbr-text {
  color: #ffffff !important;
}
.cid-tahATlhHeI .card:hover .item-wrapper path {
  fill: #461824;
}
.cid-tahATlhHeI .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tahATlhHeI .wrapper {
    flex-direction: column;
  }
  .cid-tahATlhHeI .icon-padding {
    padding-left: 0rem;
  }
  .cid-tahATlhHeI .card-box {
    padding: 0;
  }
}
.cid-tahATlhHeI .mbr-text,
.cid-tahATlhHeI .mbr-section-btn,
.cid-tahATlhHeI .card-img {
  color: #808080;
}
.cid-tahATlhHeI H2 {
  color: #e7272d;
}
.cid-t8ihKN7sai {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-t8ihKN7sai .row-links {
  width: 100%;
  justify-content: center;
}
.cid-t8ihKN7sai .social-row {
  width: 100%;
  justify-content: center;
}
.cid-t8ihKN7sai .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-t8ihKN7sai .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t8ihKN7sai .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t8ihKN7sai .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t8ihKN7sai .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-t8ihKN7sai .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t8ihKN7sai .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t8ihKN7sai .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-t8ihKN7sai .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t8ihKN7sai .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t8ihKN7sai .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t8ihKN7sai .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t8ihKN7sai foot-menu-item {
  text-align: right;
}
.cid-tw0vKBEcgd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tw0vKBEcgd nav.navbar {
  position: fixed;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tw0vKBEcgd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tw0vKBEcgd .dropdown-item:hover,
.cid-tw0vKBEcgd .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tw0vKBEcgd .dropdown-item:hover span {
  color: white;
}
.cid-tw0vKBEcgd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tw0vKBEcgd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tw0vKBEcgd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tw0vKBEcgd .nav-link {
  position: relative;
}
.cid-tw0vKBEcgd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .container {
    flex-wrap: nowrap;
  }
}
.cid-tw0vKBEcgd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown-menu,
.cid-tw0vKBEcgd .navbar.opened {
  background: #222158 !important;
}
.cid-tw0vKBEcgd .nav-item:focus,
.cid-tw0vKBEcgd .nav-link:focus {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tw0vKBEcgd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tw0vKBEcgd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.opened {
  transition: all 0.3s;
}
.cid-tw0vKBEcgd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tw0vKBEcgd .navbar .navbar-logo img {
  width: auto;
}
.cid-tw0vKBEcgd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar.collapsed {
  justify-content: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tw0vKBEcgd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tw0vKBEcgd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tw0vKBEcgd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tw0vKBEcgd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tw0vKBEcgd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tw0vKBEcgd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tw0vKBEcgd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tw0vKBEcgd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tw0vKBEcgd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown-item.active,
.cid-tw0vKBEcgd .dropdown-item:active {
  background-color: transparent;
}
.cid-tw0vKBEcgd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tw0vKBEcgd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tw0vKBEcgd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tw0vKBEcgd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tw0vKBEcgd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tw0vKBEcgd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar {
    height: 70px;
  }
  .cid-tw0vKBEcgd .navbar.opened {
    height: auto;
  }
  .cid-tw0vKBEcgd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t8004kREwK {
  background-image: url("../../../assets/images/unsplash-hvisi8hlbma.png");
}
.cid-t8004kREwK .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-t8004kREwK .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-t8004kREwK .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-t8004kREwK .mbr-section-title {
  color: #ffffff;
}
.cid-t800pH1Bir {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #161515;
}
.cid-t800pH1Bir .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-t800pH1Bir .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-t800pH1Bir .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-t800pH1Bir .mbr-section-title {
  color: #ffffff;
}
.cid-t6SqNyLht6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #161515;
}
.cid-t6SqNyLht6 .video-wrapper iframe {
  width: 100%;
}
.cid-t6SqNyLht6 .mbr-section-title,
.cid-t6SqNyLht6 .mbr-section-subtitle,
.cid-t6SqNyLht6 .mbr-text {
  text-align: center;
}
.cid-t800Lj52P4 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ab2525;
}
.cid-t800Lj52P4 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-t800Lj52P4 .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-t800Lj52P4 .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-t800Lj52P4 .mbr-section-title {
  color: #ffffff;
}
.cid-t6SqbDAJON {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ab2525;
}
@media (min-width: 992px) {
  .cid-t6SqbDAJON .carousel {
    min-height: 800px;
  }
  .cid-t6SqbDAJON .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t6SqbDAJON .carousel {
    min-height: 520px;
  }
  .cid-t6SqbDAJON .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-t6SqbDAJON .carousel {
    min-height: 440px;
  }
  .cid-t6SqbDAJON .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-t6SqbDAJON .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-t6SqbDAJON .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-t6SqbDAJON .carousel,
.cid-t6SqbDAJON .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t6SqbDAJON .item-wrapper {
  width: 100%;
}
.cid-t6SqbDAJON .carousel-caption {
  bottom: 40px;
}
.cid-t6SqbDAJON .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-t6SqbDAJON .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-t6SqbDAJON .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-t6SqbDAJON .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-t6SqbDAJON .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t6SqbDAJON .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t6SqbDAJON .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t6SqbDAJON .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t6SqbDAJON .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t6SqbDAJON .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t6SqbDAJON .carousel-indicators li.active,
.cid-t6SqbDAJON .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t6SqbDAJON .carousel-indicators li::after,
.cid-t6SqbDAJON .carousel-indicators li::before {
  content: none;
}
.cid-t6SqbDAJON .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t6SqbDAJON .carousel-indicators {
    display: none !important;
  }
}
.cid-t8ihKN7sai {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-t8ihKN7sai .row-links {
  width: 100%;
  justify-content: center;
}
.cid-t8ihKN7sai .social-row {
  width: 100%;
  justify-content: center;
}
.cid-t8ihKN7sai .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-t8ihKN7sai .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t8ihKN7sai .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t8ihKN7sai .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t8ihKN7sai .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-t8ihKN7sai .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t8ihKN7sai .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t8ihKN7sai .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-t8ihKN7sai .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t8ihKN7sai .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t8ihKN7sai .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t8ihKN7sai .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t8ihKN7sai foot-menu-item {
  text-align: right;
}
.cid-tw0vKBEcgd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tw0vKBEcgd nav.navbar {
  position: fixed;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tw0vKBEcgd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tw0vKBEcgd .dropdown-item:hover,
.cid-tw0vKBEcgd .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tw0vKBEcgd .dropdown-item:hover span {
  color: white;
}
.cid-tw0vKBEcgd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tw0vKBEcgd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tw0vKBEcgd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tw0vKBEcgd .nav-link {
  position: relative;
}
.cid-tw0vKBEcgd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .container {
    flex-wrap: nowrap;
  }
}
.cid-tw0vKBEcgd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown-menu,
.cid-tw0vKBEcgd .navbar.opened {
  background: #222158 !important;
}
.cid-tw0vKBEcgd .nav-item:focus,
.cid-tw0vKBEcgd .nav-link:focus {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tw0vKBEcgd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tw0vKBEcgd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.opened {
  transition: all 0.3s;
}
.cid-tw0vKBEcgd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tw0vKBEcgd .navbar .navbar-logo img {
  width: auto;
}
.cid-tw0vKBEcgd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar.collapsed {
  justify-content: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tw0vKBEcgd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tw0vKBEcgd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tw0vKBEcgd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tw0vKBEcgd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tw0vKBEcgd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tw0vKBEcgd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tw0vKBEcgd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tw0vKBEcgd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tw0vKBEcgd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown-item.active,
.cid-tw0vKBEcgd .dropdown-item:active {
  background-color: transparent;
}
.cid-tw0vKBEcgd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tw0vKBEcgd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tw0vKBEcgd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tw0vKBEcgd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tw0vKBEcgd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tw0vKBEcgd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar {
    height: 70px;
  }
  .cid-tw0vKBEcgd .navbar.opened {
    height: auto;
  }
  .cid-tw0vKBEcgd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ureXChJR5B {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #09080e;
}
@media (min-width: 992px) {
  .cid-ureXChJR5B .carousel {
    min-height: 900px;
  }
  .cid-ureXChJR5B .carousel img {
    max-height: 900px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ureXChJR5B .carousel {
    min-height: 585px;
  }
  .cid-ureXChJR5B .carousel img {
    max-height: 585px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-ureXChJR5B .carousel {
    min-height: 495px;
  }
  .cid-ureXChJR5B .carousel img {
    max-height: 495px;
    object-fit: contain;
  }
  .cid-ureXChJR5B .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-ureXChJR5B .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-ureXChJR5B .carousel,
.cid-ureXChJR5B .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ureXChJR5B .item-wrapper {
  width: 100%;
}
.cid-ureXChJR5B .carousel-caption {
  bottom: 40px;
}
.cid-ureXChJR5B .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-ureXChJR5B .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ureXChJR5B .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ureXChJR5B .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-ureXChJR5B .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ureXChJR5B .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ureXChJR5B .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ureXChJR5B .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ureXChJR5B .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-ureXChJR5B .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ureXChJR5B .carousel-indicators li.active,
.cid-ureXChJR5B .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ureXChJR5B .carousel-indicators li::after,
.cid-ureXChJR5B .carousel-indicators li::before {
  content: none;
}
.cid-ureXChJR5B .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ureXChJR5B .carousel-indicators {
    display: none !important;
  }
}
.cid-v2hLhgu7VJ {
  background-image: url("../../../assets/images/13th-annual-coming-soon-2000x1000.png");
}
.cid-v2hLhgu7VJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2hLhgu7VJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0zVdIOE5V {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #9cf182;
}
.cid-v0zVdIOE5V .video-wrapper iframe {
  width: 100%;
}
.cid-v0zVdIOE5V h2,
.cid-v0zVdIOE5V h4,
.cid-v0zVdIOE5V p {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-v0zVdIOE5V .col-md-6 {
    width: 100%;
  }
}
.cid-v0zVdIOE5V .mbr-section-head {
  margin-bottom: 2rem;
}
@media (min-width: 993px) {
  .cid-v0zVdIOE5V .mbr-section-head {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-v0zVdIOE5V .mbr-section-head {
    text-align: center;
  }
}
.cid-v0zVdIOE5V .mbr-section-title {
  color: #ffffff;
  margin-bottom: 1rem;
}
.cid-v0zVdIOE5V .mbr-section-subtitle {
  color: #6b6b6b;
  margin-bottom: 6px;
}
.cid-v0zVdIOE5V .mbr-text {
  color: #fafafa;
}
.cid-v0zVemoEZC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ff8a8a;
}
.cid-v0zVemoEZC .video-wrapper iframe {
  width: 100%;
}
.cid-v0zVemoEZC h2,
.cid-v0zVemoEZC h4,
.cid-v0zVemoEZC p {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-v0zVemoEZC .col-md-6 {
    width: 100%;
  }
}
.cid-v0zVemoEZC .mbr-section-head {
  margin-bottom: 2rem;
}
@media (min-width: 993px) {
  .cid-v0zVemoEZC .mbr-section-head {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-v0zVemoEZC .mbr-section-head {
    text-align: center;
  }
}
.cid-v0zVemoEZC .mbr-section-title {
  color: #ffffff;
  margin-bottom: 1rem;
}
.cid-v0zVemoEZC .mbr-section-subtitle {
  color: #6b6b6b;
  margin-bottom: 6px;
}
.cid-v0zVemoEZC .mbr-text {
  color: #ffffff;
}
.cid-v1DrURqNyZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/films-pic-1280x678.png");
}
.cid-v1DrURqNyZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1DrURqNyZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1DrURqNyZ .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-v1DrURqNyZ .container-fluid {
    padding: 0;
  }
}
.cid-v1DrURqNyZ .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v1DrURqNyZ .container {
    padding: 0 20px;
  }
}
.cid-v1DrURqNyZ .row {
  justify-content: center;
  margin: 0;
}
.cid-v1DrURqNyZ .item {
  padding: 0;
}
.cid-v1DrURqNyZ .item a:hover .item-wrapper .item-img img {
  transform: scale(1.07);
}
.cid-v1DrURqNyZ .item a:hover .item-wrapper .item-img .item-content .title-wrap .item-title {
  transform: translateX(0);
  opacity: 1;
}
.cid-v1DrURqNyZ .item a:hover .item-wrapper .item-img .item-content .subtitle-wrap .item-subtitle {
  transform: translateX(0);
  opacity: 1;
}
.cid-v1DrURqNyZ .item a .item-wrapper {
  overflow: hidden;
  border-radius: 20px !important;
}
.cid-v1DrURqNyZ .item a .item-wrapper .item-img {
  position: relative;
  height: 960px;
}
@media (max-width: 992px) {
  .cid-v1DrURqNyZ .item a .item-wrapper .item-img {
    height: 450px;
  }
}
.cid-v1DrURqNyZ .item a .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-out;
  pointer-events: visible;
}
.cid-v1DrURqNyZ .item a .item-wrapper .item-img .item-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 768px) {
  .cid-v1DrURqNyZ .item a .item-wrapper .item-img .item-content {
    padding: 25px;
  }
}
.cid-v1DrURqNyZ .item a .item-wrapper .item-img .item-content .title-wrap {
  pointer-events: visible;
}
.cid-v1DrURqNyZ .item a .item-wrapper .item-img .item-content .title-wrap .item-title {
  display: inline-flex;
  padding: 10px 20px;
  background-color: #000000;
  margin-bottom: 0;
  opacity: 0;
  transform: translateX(1rem);
  transition: all 0.3s ease-out;
}
@media (max-width: 992px) {
  .cid-v1DrURqNyZ .item a .item-wrapper .item-img .item-content .title-wrap .item-title {
    opacity: 1;
    transform: translateX(0);
  }
}
.cid-v1DrURqNyZ .item a .item-wrapper .item-img .item-content .subtitle-wrap {
  pointer-events: visible;
  margin-top: 5px;
}
.cid-v1DrURqNyZ .item a .item-wrapper .item-img .item-content .subtitle-wrap .item-subtitle {
  display: inline-flex;
  padding: 6px 20px;
  background-color: #161616;
  margin-bottom: 0;
  opacity: 0;
  transform: translateX(1rem);
  transition: all 0.3s ease-out;
}
@media (max-width: 992px) {
  .cid-v1DrURqNyZ .item a .item-wrapper .item-img .item-content .subtitle-wrap .item-subtitle {
    opacity: 1;
    transform: translateX(0);
  }
}
.cid-v1DrURqNyZ .item-title {
  color: #ffffff;
}
.cid-v1DrURqNyZ .item-subtitle {
  color: #D2D3D5;
}
.cid-v012Xqhr0h {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #00123f;
}
.cid-v012Xqhr0h img,
.cid-v012Xqhr0h .item-img {
  width: 100%;
  max-height: 500px;
}
.cid-v012Xqhr0h .item:focus,
.cid-v012Xqhr0h span:focus {
  outline: none;
}
.cid-v012Xqhr0h .item-wrapper {
  position: relative;
}
.cid-v012Xqhr0h .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v012Xqhr0h .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v012Xqhr0h .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v012Xqhr0h .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v012Xqhr0h .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v012Xqhr0h .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v012Xqhr0h .mbr-section-title {
  color: #ffffff;
}
.cid-v012Xqhr0h .mbr-text,
.cid-v012Xqhr0h .mbr-section-btn {
  text-align: left;
}
.cid-v012Xqhr0h .item-title {
  text-align: left;
}
.cid-v012Xqhr0h .item-subtitle {
  text-align: left;
}
.cid-v012Xqhr0h .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-v012Xqhr0h .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v012Xqhr0h .embla__button--next,
.cid-v012Xqhr0h .embla__button--prev {
  display: flex;
}
.cid-v012Xqhr0h .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-v012Xqhr0h .embla__button {
    display: none;
  }
}
.cid-v012Xqhr0h .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v012Xqhr0h .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v012Xqhr0h .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v012Xqhr0h .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v012Xqhr0h .embla__button {
    top: auto;
  }
}
.cid-v012Xqhr0h .embla {
  position: relative;
  width: 100%;
}
.cid-v012Xqhr0h .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v012Xqhr0h .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v012Xqhr0h .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v012Xqhr0h .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v0123jl19o {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v0123jl19o .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0123jl19o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0123jl19o .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-v0123jl19o .container-fluid {
    padding: 0;
  }
}
.cid-v0123jl19o .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v0123jl19o .container {
    padding: 0 20px;
  }
}
.cid-v0123jl19o .row {
  justify-content: center;
  margin: 0;
}
.cid-v0123jl19o .item {
  padding: 0;
}
.cid-v0123jl19o .item a:hover .item-wrapper .item-img img {
  transform: scale(1.07);
}
.cid-v0123jl19o .item a:hover .item-wrapper .item-img .item-content .title-wrap .item-title {
  transform: translateX(0);
  opacity: 1;
}
.cid-v0123jl19o .item a:hover .item-wrapper .item-img .item-content .subtitle-wrap .item-subtitle {
  transform: translateX(0);
  opacity: 1;
}
.cid-v0123jl19o .item a .item-wrapper {
  overflow: hidden;
}
.cid-v0123jl19o .item a .item-wrapper .item-img {
  position: relative;
  height: 960px;
}
@media (max-width: 992px) {
  .cid-v0123jl19o .item a .item-wrapper .item-img {
    height: 450px;
  }
}
.cid-v0123jl19o .item a .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-out;
  pointer-events: visible;
}
.cid-v0123jl19o .item a .item-wrapper .item-img .item-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 768px) {
  .cid-v0123jl19o .item a .item-wrapper .item-img .item-content {
    padding: 25px;
  }
}
.cid-v0123jl19o .item a .item-wrapper .item-img .item-content .title-wrap {
  pointer-events: visible;
}
.cid-v0123jl19o .item a .item-wrapper .item-img .item-content .title-wrap .item-title {
  display: inline-flex;
  padding: 10px 20px;
  background-color: #000000;
  margin-bottom: 0;
  opacity: 0;
  transform: translateX(1rem);
  transition: all 0.3s ease-out;
}
@media (max-width: 992px) {
  .cid-v0123jl19o .item a .item-wrapper .item-img .item-content .title-wrap .item-title {
    opacity: 1;
    transform: translateX(0);
  }
}
.cid-v0123jl19o .item a .item-wrapper .item-img .item-content .subtitle-wrap {
  pointer-events: visible;
  margin-top: 5px;
}
.cid-v0123jl19o .item a .item-wrapper .item-img .item-content .subtitle-wrap .item-subtitle {
  display: inline-flex;
  padding: 6px 20px;
  background-color: #161616;
  margin-bottom: 0;
  opacity: 0;
  transform: translateX(1rem);
  transition: all 0.3s ease-out;
}
@media (max-width: 992px) {
  .cid-v0123jl19o .item a .item-wrapper .item-img .item-content .subtitle-wrap .item-subtitle {
    opacity: 1;
    transform: translateX(0);
  }
}
.cid-v0123jl19o .item-title {
  color: #ffffff;
}
.cid-v0123jl19o .item-subtitle {
  color: #D2D3D5;
}
.cid-v18SATjqOC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #00123f;
}
.cid-v18SATjqOC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v18SATjqOC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v18SATjqOC .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-v18SATjqOC .team-card:hover {
  transform: translateY(-10px);
}
.cid-v18SATjqOC .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-v18SATjqOC .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-v18SATjqOC .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-v18SATjqOC .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v18SATjqOC .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-v18SATjqOC .social-row {
  text-align: center;
}
.cid-v18SATjqOC .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-v18SATjqOC .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-v18SATjqOC .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v18SATjqOC .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-v18SATjqOC .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-v18SATjqOC .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v18SATjqOC .embla__button--next,
.cid-v18SATjqOC .embla__button--prev {
  display: flex;
}
.cid-v18SATjqOC .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-v18SATjqOC .embla__button {
    display: none;
  }
}
.cid-v18SATjqOC .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v18SATjqOC .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v18SATjqOC .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v18SATjqOC .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v18SATjqOC .embla__button {
    top: auto;
  }
}
.cid-v18SATjqOC .embla {
  position: relative;
  width: 100%;
}
.cid-v18SATjqOC .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v18SATjqOC .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v18SATjqOC .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v18SATjqOC .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v18SATjqOC .mbr-section-title {
  color: #ffffff;
}
.cid-uIFvM4FVqK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #29285c;
}
.cid-uIFvM4FVqK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIFvM4FVqK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIFvM4FVqK .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uIFvM4FVqK .team-card:hover {
  transform: translateY(-10px);
}
.cid-uIFvM4FVqK .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uIFvM4FVqK .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uIFvM4FVqK .card-wrap .image-wrap {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.cid-uIFvM4FVqK .card-wrap .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
}
@media (min-width: 768px) {
  .cid-uIFvM4FVqK .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uIFvM4FVqK .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uIFvM4FVqK .social-row {
  text-align: center;
}
.cid-uIFvM4FVqK .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uIFvM4FVqK .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uIFvM4FVqK .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uIFvM4FVqK .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uIFvM4FVqK .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
  height: 300px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .cid-uIFvM4FVqK .embla__slide {
    min-width: 70%;
    max-width: none;
    height: auto;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uIFvM4FVqK .embla__button--next,
.cid-uIFvM4FVqK .embla__button--prev {
  display: flex;
}
.cid-uIFvM4FVqK .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uIFvM4FVqK .embla__button {
    display: none;
  }
}
.cid-uIFvM4FVqK .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uIFvM4FVqK .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uIFvM4FVqK .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uIFvM4FVqK .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uIFvM4FVqK .embla__button {
    top: auto;
  }
}
.cid-uIFvM4FVqK .embla {
  position: relative;
  width: 100%;
}
.cid-uIFvM4FVqK .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uIFvM4FVqK .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uIFvM4FVqK .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uIFvM4FVqK .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uIFvM4FVqK .mbr-section-title {
  color: #ffffff;
}
.cid-v1ykdecHPa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #29285c;
}
.cid-v1ykdecHPa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1ykdecHPa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1ykdecHPa .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-v1ykdecHPa .team-card:hover {
  transform: translateY(-10px);
}
.cid-v1ykdecHPa .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-v1ykdecHPa .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-v1ykdecHPa .card-wrap .image-wrap {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.cid-v1ykdecHPa .card-wrap .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
}
@media (min-width: 768px) {
  .cid-v1ykdecHPa .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1ykdecHPa .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-v1ykdecHPa .social-row {
  text-align: center;
}
.cid-v1ykdecHPa .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-v1ykdecHPa .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-v1ykdecHPa .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v1ykdecHPa .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-v1ykdecHPa .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
  height: 300px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .cid-v1ykdecHPa .embla__slide {
    min-width: 70%;
    max-width: none;
    height: auto;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v1ykdecHPa .embla__button--next,
.cid-v1ykdecHPa .embla__button--prev {
  display: flex;
}
.cid-v1ykdecHPa .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-v1ykdecHPa .embla__button {
    display: none;
  }
}
.cid-v1ykdecHPa .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v1ykdecHPa .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v1ykdecHPa .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1ykdecHPa .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1ykdecHPa .embla__button {
    top: auto;
  }
}
.cid-v1ykdecHPa .embla {
  position: relative;
  width: 100%;
}
.cid-v1ykdecHPa .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v1ykdecHPa .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v1ykdecHPa .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v1ykdecHPa .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v1ykdecHPa .mbr-section-title {
  color: #ffffff;
}
.cid-t86eyG6zKA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ff8a8a;
}
.cid-t86eyG6zKA .mbr-section-title {
  color: #ffffff;
}
.cid-t86eyG6zKA .mbr-text,
.cid-t86eyG6zKA .mbr-section-btn {
  color: #ffffff;
}
.cid-t8ihKN7sai {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-t8ihKN7sai .row-links {
  width: 100%;
  justify-content: center;
}
.cid-t8ihKN7sai .social-row {
  width: 100%;
  justify-content: center;
}
.cid-t8ihKN7sai .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-t8ihKN7sai .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t8ihKN7sai .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t8ihKN7sai .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t8ihKN7sai .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-t8ihKN7sai .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t8ihKN7sai .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t8ihKN7sai .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-t8ihKN7sai .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t8ihKN7sai .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t8ihKN7sai .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t8ihKN7sai .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t8ihKN7sai foot-menu-item {
  text-align: right;
}
.cid-tw0vKBEcgd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tw0vKBEcgd nav.navbar {
  position: fixed;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tw0vKBEcgd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tw0vKBEcgd .dropdown-item:hover,
.cid-tw0vKBEcgd .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tw0vKBEcgd .dropdown-item:hover span {
  color: white;
}
.cid-tw0vKBEcgd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tw0vKBEcgd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tw0vKBEcgd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tw0vKBEcgd .nav-link {
  position: relative;
}
.cid-tw0vKBEcgd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .container {
    flex-wrap: nowrap;
  }
}
.cid-tw0vKBEcgd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown-menu,
.cid-tw0vKBEcgd .navbar.opened {
  background: #222158 !important;
}
.cid-tw0vKBEcgd .nav-item:focus,
.cid-tw0vKBEcgd .nav-link:focus {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tw0vKBEcgd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tw0vKBEcgd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.opened {
  transition: all 0.3s;
}
.cid-tw0vKBEcgd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tw0vKBEcgd .navbar .navbar-logo img {
  width: auto;
}
.cid-tw0vKBEcgd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar.collapsed {
  justify-content: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tw0vKBEcgd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tw0vKBEcgd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tw0vKBEcgd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tw0vKBEcgd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tw0vKBEcgd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tw0vKBEcgd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tw0vKBEcgd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tw0vKBEcgd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tw0vKBEcgd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown-item.active,
.cid-tw0vKBEcgd .dropdown-item:active {
  background-color: transparent;
}
.cid-tw0vKBEcgd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tw0vKBEcgd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tw0vKBEcgd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tw0vKBEcgd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tw0vKBEcgd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tw0vKBEcgd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar {
    height: 70px;
  }
  .cid-tw0vKBEcgd .navbar.opened {
    height: auto;
  }
  .cid-tw0vKBEcgd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t8o1y1Nr2Z {
  background-image: url("../../../assets/images/unsplash-l2thdvvpd30.png");
}
.cid-t8o1y1Nr2Z .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-t8o1y1Nr2Z .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-t8o1y1Nr2Z .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-t8o1y1Nr2Z .mbr-section-title {
  color: #ffffff;
}
.cid-t8o2BnvLdk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-t8o2BnvLdk .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-t8o2BnvLdk .item .icon-wrap {
  text-align: center;
}
.cid-t8o2BnvLdk .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-t8o2BnvLdk .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #6592e6;
}
.cid-t8o2BnvLdk .item.first:before {
  display: none;
}
.cid-t8o2BnvLdk .item.five:before {
  display: none;
}
.cid-t8o2BnvLdk .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-t8o2BnvLdk .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-t8o2BnvLdk .mbr-iconfont {
  color: #6592e6 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-t8o2BnvLdk .item:before {
    display: none;
  }
  .cid-t8o2BnvLdk .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t8o2BnvLdk .icon-title,
.cid-t8o2BnvLdk .item .icon-wrap {
  color: #ffffff;
}
.cid-t8o2BnvLdk .card-title,
.cid-t8o2BnvLdk .card-box {
  color: #ffffff;
}
.cid-t8o2BnvLdk .text-box .mbr-text {
  color: #ffffff;
}
.cid-t8oQT7JQno {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/ggg0.png");
}
.cid-t8oQT7JQno .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-t8oQT7JQno .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-t8oQT7JQno .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-t8oQT7JQno .mbr-section-title {
  color: #ffffff;
}
.cid-t8oQT7JQno .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t8os3d3HEw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-t8os3d3HEw .img-wrapper {
  text-align: center;
}
.cid-t8os3d3HEw img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-t8os3d3HEw .row {
  align-items: flex-start;
}
.cid-t8os3d3HEw .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 992px) {
  .cid-t8os3d3HEw .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-t8os3d3HEw .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t8os3d3HEw .card-wrapper {
    padding: 1rem;
  }
}
.cid-t8o1y27Vpe {
  background-image: url("../../../assets/images/unsplash-sekg7dgdjxe.png");
}
.cid-t8o1y27Vpe .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-t8o1y27Vpe .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-t8o1y27Vpe .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-t8o1y27Vpe .mbr-section-title {
  color: #ffffff;
}
.cid-t8o1y2jxrM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-t8o1y2jxrM .row-links {
  width: 100%;
  justify-content: center;
}
.cid-t8o1y2jxrM .social-row {
  width: 100%;
  justify-content: center;
}
.cid-t8o1y2jxrM .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-t8o1y2jxrM .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t8o1y2jxrM .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t8o1y2jxrM .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t8o1y2jxrM .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-t8o1y2jxrM .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t8o1y2jxrM .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t8o1y2jxrM .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-t8o1y2jxrM .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t8o1y2jxrM .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t8o1y2jxrM .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t8o1y2jxrM .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t8o1y2jxrM foot-menu-item {
  text-align: right;
}
.cid-tw0vKBEcgd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tw0vKBEcgd nav.navbar {
  position: fixed;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tw0vKBEcgd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tw0vKBEcgd .dropdown-item:hover,
.cid-tw0vKBEcgd .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tw0vKBEcgd .dropdown-item:hover span {
  color: white;
}
.cid-tw0vKBEcgd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tw0vKBEcgd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tw0vKBEcgd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tw0vKBEcgd .nav-link {
  position: relative;
}
.cid-tw0vKBEcgd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .container {
    flex-wrap: nowrap;
  }
}
.cid-tw0vKBEcgd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown-menu,
.cid-tw0vKBEcgd .navbar.opened {
  background: #222158 !important;
}
.cid-tw0vKBEcgd .nav-item:focus,
.cid-tw0vKBEcgd .nav-link:focus {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tw0vKBEcgd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tw0vKBEcgd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.opened {
  transition: all 0.3s;
}
.cid-tw0vKBEcgd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tw0vKBEcgd .navbar .navbar-logo img {
  width: auto;
}
.cid-tw0vKBEcgd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar.collapsed {
  justify-content: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tw0vKBEcgd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tw0vKBEcgd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tw0vKBEcgd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tw0vKBEcgd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tw0vKBEcgd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tw0vKBEcgd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tw0vKBEcgd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tw0vKBEcgd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tw0vKBEcgd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown-item.active,
.cid-tw0vKBEcgd .dropdown-item:active {
  background-color: transparent;
}
.cid-tw0vKBEcgd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tw0vKBEcgd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tw0vKBEcgd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tw0vKBEcgd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tw0vKBEcgd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tw0vKBEcgd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar {
    height: 70px;
  }
  .cid-tw0vKBEcgd .navbar.opened {
    height: auto;
  }
  .cid-tw0vKBEcgd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-taJTXq7zFD {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/ticketgalainvitation-2000x1333.jpg");
}
.cid-taJTXq7zFD .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-taJTXq7zFD .head_wrap:hover .mbr-section-title a {
  color: #ff6666 !important;
}
.cid-taJTXq7zFD .mbr-section-title,
.cid-taJTXq7zFD .wrap {
  text-align: left;
}
.cid-tLF5SL5Vt6 {
  background-color: #980c0c;
  overflow: hidden;
  position: relative;
}
.cid-tLF5SL5Vt6 .container,
.cid-tLF5SL5Vt6 .container-fluid {
  position: static;
}
.cid-tLF5SL5Vt6 .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 20px;
}
.cid-tLF5SL5Vt6 .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-tLF5SL5Vt6 .mbr-section-title {
  color: #ffffff;
  margin-bottom: 15px;
}
.cid-tLF5SL5Vt6 .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tLF5SL5Vt6 .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 40px;
}
@media (min-width: 1400px) {
  .cid-tLF5SL5Vt6 .mbr-text {
    padding-right: 48px;
  }
}
.cid-tLF5SL5Vt6 .cards-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-tLF5SL5Vt6 .card {
  display: flex;
  align-items: flex-start;
  position: relative;
  width: 100%;
  margin-top: 30px;
  padding: 25px 25px 25px 95px;
  padding: 25px 25px 25px 25px;
  background: #ffffff;
  box-shadow: -20px 20px 50px rgba(0, 40, 99, 0.05);
  border-radius: 10px;
}
.cid-tLF5SL5Vt6 .card:hover .card-number {
  background: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.cid-tLF5SL5Vt6 .card-number {
  width: 45px;
  height: 45px;
  border: 1px solid #CECECE;
  border-radius: 50%;
  line-height: 43px;
  text-align: center;
  font-size: 18px;
  color: #913bff;
  position: absolute;
  top: 27px;
  left: 25px;
  transition: all 0.3s ease-in-out;
}
.cid-tLF5SL5Vt6 .card-title {
  color: #010d4c;
  margin-bottom: 8px;
}
.cid-tLF5SL5Vt6 .card-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-tLF5SL5Vt6 .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-tLF5SL5Vt6 .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tLF5SL5Vt6 .mbr-section-btn .btn:before {
  display: none;
}
.cid-tLF5SL5Vt6 .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tLF5SL5Vt6 .image-wrapper {
  max-height: 100%;
  position: relative;
  z-index: 2;
}
.cid-tLF5SL5Vt6 .image-wrapper img {
  max-width: 75%;
  margin-left: auto!important;
}
@media (min-width: 768px) {
  .cid-tLF5SL5Vt6 .image-wrapper {
    position: absolute;
    z-index: 2;
    top: 24%;
    width: 38.65%;
    right: 6%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tLF5SL5Vt6 .image-wrapper {
    top: 37%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tLF5SL5Vt6 .image-wrapper {
    top: 31%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tLF5SL5Vt6 .image-wrapper {
    top: 42%;
    right: 1%;
  }
}
@media (max-width: 767px) {
  .cid-tLF5SL5Vt6 .image-wrapper {
    max-width: 474px !important;
    margin: 80px auto 0;
  }
}
.cid-tLF5SL5Vt6 .bg-round {
  position: absolute;
  top: 10%;
  padding: 0;
}
.cid-tLF5SL5Vt6 .bg-round svg {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-tLF5SL5Vt6 .bg-round {
    width: 56%;
    right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .cid-tLF5SL5Vt6 .bg-round {
    width: 56%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tLF5SL5Vt6 .bg-round {
    width: 68%;
  }
}
@media (max-width: 767px) {
  .cid-tLF5SL5Vt6 .bg-round {
    top: auto;
    bottom: -10%;
  }
  .cid-tLF5SL5Vt6 .bg-round svg {
    height: 100%;
  }
}
.cid-tLF5SL5Vt6 .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-tLF5SL5Vt6 .col-text {
    margin-right: auto;
  }
}
.cid-t8ihKN7sai {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-t8ihKN7sai .row-links {
  width: 100%;
  justify-content: center;
}
.cid-t8ihKN7sai .social-row {
  width: 100%;
  justify-content: center;
}
.cid-t8ihKN7sai .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-t8ihKN7sai .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t8ihKN7sai .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t8ihKN7sai .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t8ihKN7sai .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-t8ihKN7sai .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t8ihKN7sai .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t8ihKN7sai .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-t8ihKN7sai .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t8ihKN7sai .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t8ihKN7sai .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t8ihKN7sai .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t8ihKN7sai foot-menu-item {
  text-align: right;
}
.cid-tw0vKBEcgd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tw0vKBEcgd nav.navbar {
  position: fixed;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tw0vKBEcgd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tw0vKBEcgd .dropdown-item:hover,
.cid-tw0vKBEcgd .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tw0vKBEcgd .dropdown-item:hover span {
  color: white;
}
.cid-tw0vKBEcgd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tw0vKBEcgd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tw0vKBEcgd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tw0vKBEcgd .nav-link {
  position: relative;
}
.cid-tw0vKBEcgd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .container {
    flex-wrap: nowrap;
  }
}
.cid-tw0vKBEcgd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown-menu,
.cid-tw0vKBEcgd .navbar.opened {
  background: #222158 !important;
}
.cid-tw0vKBEcgd .nav-item:focus,
.cid-tw0vKBEcgd .nav-link:focus {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tw0vKBEcgd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tw0vKBEcgd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.opened {
  transition: all 0.3s;
}
.cid-tw0vKBEcgd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tw0vKBEcgd .navbar .navbar-logo img {
  width: auto;
}
.cid-tw0vKBEcgd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar.collapsed {
  justify-content: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tw0vKBEcgd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tw0vKBEcgd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tw0vKBEcgd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tw0vKBEcgd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tw0vKBEcgd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tw0vKBEcgd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tw0vKBEcgd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tw0vKBEcgd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tw0vKBEcgd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown-item.active,
.cid-tw0vKBEcgd .dropdown-item:active {
  background-color: transparent;
}
.cid-tw0vKBEcgd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tw0vKBEcgd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tw0vKBEcgd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tw0vKBEcgd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tw0vKBEcgd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tw0vKBEcgd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar {
    height: 70px;
  }
  .cid-tw0vKBEcgd .navbar.opened {
    height: auto;
  }
  .cid-tw0vKBEcgd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-taDAwbLR51 {
  background-image: url("../../../assets/images/masterclass-6-1296x1728.png");
}
.cid-taDAwbLR51 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-taDAwbLR51 .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-taDAwbLR51 .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-taDAwbLR51 .mbr-section-title {
  color: #ffffff;
}
.cid-taDAwbLR51 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-taDAqqr4mU {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #c95353;
}
.cid-taDAqqr4mU .card-subtitle {
  margin: 0;
}
.cid-taDAqqr4mU .card-img {
  z-index: 2;
  position: relative;
  width: 100%;
  transition: all 0.3s;
  padding-top: 2rem;
}
.cid-taDAqqr4mU .card-img img {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.cid-taDAqqr4mU .icon {
  width: 60px;
  height: 60px;
  background: #fbbe36;
  font-size: 1.2rem;
  transform: translatey(1.2rem);
  margin: auto;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  color: #0e0e0e !important;
}
.cid-taDAqqr4mU .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 9px;
  transition: all 0.3s;
  cursor: pointer;
  overflow: visible;
}
.cid-taDAqqr4mU .item-wrapper svg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.cid-taDAqqr4mU .item-wrapper svg path {
  fill: #ffffff;
  transition: all 0.3s;
  stroke: #a9a4a4;
}
.cid-taDAqqr4mU h4,
.cid-taDAqqr4mU h6,
.cid-taDAqqr4mU h5 {
  margin: 0;
}
.cid-taDAqqr4mU .mbr-text {
  transition: all 0.3s;
}
.cid-taDAqqr4mU .btn-white-outline {
  color: #6592e6 !important;
}
.cid-taDAqqr4mU .card-box {
  z-index: 1;
  position: relative;
}
.cid-taDAqqr4mU .price {
  color: #0e0e0e;
  transition: all 0.3s;
}
.cid-taDAqqr4mU img {
  transition: all 0.3s;
  width: 170px;
  height: 170px;
  object-fit: cover;
}
.cid-taDAqqr4mU .card {
  cursor: pointer;
  transition: all 0.3s;
  max-width: 291px;
  margin-bottom: 4rem;
}
.cid-taDAqqr4mU .card:hover {
  transform: translateY(-2rem);
}
.cid-taDAqqr4mU .card:hover .item-wrapper {
  color: #ffffff !important;
}
.cid-taDAqqr4mU .card:hover .item-wrapper .price {
  color: #ffffff !important;
}
.cid-taDAqqr4mU .card:hover .item-wrapper .mbr-text {
  color: #ffffff !important;
}
.cid-taDAqqr4mU .card:hover .item-wrapper path {
  fill: #7c6e72;
}
.cid-taDAqqr4mU .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-taDAqqr4mU .wrapper {
    flex-direction: column;
  }
  .cid-taDAqqr4mU .icon-padding {
    padding-left: 0rem;
  }
  .cid-taDAqqr4mU .card-box {
    padding: 0;
  }
}
.cid-taDAqqr4mU .mbr-text,
.cid-taDAqqr4mU .mbr-section-btn,
.cid-taDAqqr4mU .card-img {
  color: #808080;
}
.cid-taDAqqr4mU H2 {
  color: #ffffff;
}
.cid-t8ihKN7sai {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-t8ihKN7sai .row-links {
  width: 100%;
  justify-content: center;
}
.cid-t8ihKN7sai .social-row {
  width: 100%;
  justify-content: center;
}
.cid-t8ihKN7sai .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-t8ihKN7sai .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t8ihKN7sai .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t8ihKN7sai .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t8ihKN7sai .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-t8ihKN7sai .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t8ihKN7sai .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t8ihKN7sai .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-t8ihKN7sai .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t8ihKN7sai .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t8ihKN7sai .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t8ihKN7sai .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t8ihKN7sai foot-menu-item {
  text-align: right;
}
.cid-tw0vKBEcgd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tw0vKBEcgd nav.navbar {
  position: fixed;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tw0vKBEcgd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tw0vKBEcgd .dropdown-item:hover,
.cid-tw0vKBEcgd .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tw0vKBEcgd .dropdown-item:hover span {
  color: white;
}
.cid-tw0vKBEcgd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tw0vKBEcgd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tw0vKBEcgd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tw0vKBEcgd .nav-link {
  position: relative;
}
.cid-tw0vKBEcgd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .container {
    flex-wrap: nowrap;
  }
}
.cid-tw0vKBEcgd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown-menu,
.cid-tw0vKBEcgd .navbar.opened {
  background: #222158 !important;
}
.cid-tw0vKBEcgd .nav-item:focus,
.cid-tw0vKBEcgd .nav-link:focus {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tw0vKBEcgd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tw0vKBEcgd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.opened {
  transition: all 0.3s;
}
.cid-tw0vKBEcgd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tw0vKBEcgd .navbar .navbar-logo img {
  width: auto;
}
.cid-tw0vKBEcgd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar.collapsed {
  justify-content: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tw0vKBEcgd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tw0vKBEcgd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tw0vKBEcgd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tw0vKBEcgd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tw0vKBEcgd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tw0vKBEcgd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tw0vKBEcgd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tw0vKBEcgd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tw0vKBEcgd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown-item.active,
.cid-tw0vKBEcgd .dropdown-item:active {
  background-color: transparent;
}
.cid-tw0vKBEcgd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tw0vKBEcgd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tw0vKBEcgd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tw0vKBEcgd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tw0vKBEcgd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tw0vKBEcgd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar {
    height: 70px;
  }
  .cid-tw0vKBEcgd .navbar.opened {
    height: auto;
  }
  .cid-tw0vKBEcgd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-taL3b4PbLs {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/ticketgalainvitation-2000x1333.jpg");
}
.cid-taL3b4PbLs .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-taL3b4PbLs .head_wrap:hover .mbr-section-title a {
  color: #ff6666 !important;
}
.cid-tLF9lTw8P8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #980c0c;
}
.cid-tLF9lTw8P8 img {
  display: inline;
  border: 8px solid #ffffff;
  border-radius: 25px;
}
.cid-tLF9lTw8P8 .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.cid-tLF9lTw8P8 .first {
  transform: rotate(10deg);
  max-height: 317px;
  width: auto;
}
.cid-tLF9lTw8P8 .second {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tLF9lTw8P8 .third {
  transform: rotate(5deg);
  max-height: 476px;
  width: auto;
  z-index: 10;
}
.cid-tLF9lTw8P8 .fourth {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tLF9lTw8P8 .fifth {
  transform: rotate(350deg);
  max-height: 317px;
  width: auto;
}
@media (max-width: 1400px) {
  .cid-tLF9lTw8P8 .first {
    max-height: 250px;
  }
  .cid-tLF9lTw8P8 .second {
    max-height: 323px;
  }
  .cid-tLF9lTw8P8 .third {
    max-height: 408px;
  }
  .cid-tLF9lTw8P8 .fourth {
    max-height: 323px;
  }
  .cid-tLF9lTw8P8 .fifth {
    max-height: 250px;
  }
}
@media (max-width: 1100px) {
  .cid-tLF9lTw8P8 .first {
    max-height: 200px;
  }
  .cid-tLF9lTw8P8 .second {
    max-height: 270px;
  }
  .cid-tLF9lTw8P8 .third {
    max-height: 350px;
  }
  .cid-tLF9lTw8P8 .fourth {
    max-height: 270px;
  }
  .cid-tLF9lTw8P8 .fifth {
    max-height: 200px;
  }
}
@media (max-width: 900px) {
  .cid-tLF9lTw8P8 .first {
    display: none;
  }
  .cid-tLF9lTw8P8 .second {
    max-height: 323px;
  }
  .cid-tLF9lTw8P8 .third {
    max-height: 408px;
  }
  .cid-tLF9lTw8P8 .fourth {
    max-height: 323px;
  }
  .cid-tLF9lTw8P8 .fifth {
    display: none;
  }
}
@media (max-width: 765px) {
  .cid-tLF9lTw8P8 .second {
    max-height: 250px;
  }
  .cid-tLF9lTw8P8 .third {
    max-height: 340px;
  }
  .cid-tLF9lTw8P8 .fourth {
    max-height: 250px;
  }
}
@media (max-width: 650px) {
  .cid-tLF9lTw8P8 .second {
    max-height: 180px;
  }
  .cid-tLF9lTw8P8 .third {
    max-height: 270px;
  }
  .cid-tLF9lTw8P8 .fourth {
    max-height: 180px;
  }
}
@media (max-width: 465px) {
  .cid-tLF9lTw8P8 .second {
    display: none;
  }
  .cid-tLF9lTw8P8 .third {
    max-height: initial;
    width: 90%;
  }
  .cid-tLF9lTw8P8 .fourth {
    display: none;
  }
}
.cid-tLF9sitRp6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tLF9sitRp6 .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-tLF9sitRp6 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tLF9sitRp6 .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tLF9sitRp6 .mbr-section-title {
  color: #000000;
}
.cid-tLF9sitRp6 .mbr-text {
  color: #232323;
}
.cid-tLF9sitRp6 .mbr-description {
  color: #6c7577;
}
.cid-v08ZJYNvjR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v08ZJYNvjR .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-v08ZJYNvjR img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v08ZJYNvjR .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v08ZJYNvjR .mbr-section-title {
  color: #000000;
}
.cid-v08ZJYNvjR .mbr-text {
  color: #232323;
}
.cid-v08ZJYNvjR .mbr-description {
  color: #6c7577;
}
.cid-v07UBKo5w4 {
  overflow: hidden;
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #e6eaf1;
}
.cid-v07UBKo5w4 .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-v07UBKo5w4 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #6592e6;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-v07UBKo5w4 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-v07UBKo5w4 .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-v07UBKo5w4 svg {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.5);
  overflow: hidden;
  pointer-events: none;
}
.cid-v07UBKo5w4 #e2_shape {
  fill: #ffffff !important;
}
.cid-v07UBKo5w4 .mbr-section-title {
  text-align: left;
  color: #404040;
}
.cid-v07UBKo5w4 .mbr-section-title.display-1 {
  font-size: 42px;
  line-height: 1.214;
  letter-spacing: 0px;
}
.cid-v07UBKo5w4 .mbr-text {
  color: #404040;
  text-align: left;
}
.cid-v07UBKo5w4 .mbr-text.display-5 {
  font-size: 25px;
  letter-spacing: 0px;
  line-height: 1.36;
}
.cid-v07UBKo5w4 .icon-wrap {
  border-radius: 50%;
  margin: auto;
  text-align: left;
  transition: all 0.3s;
}
.cid-v07UBKo5w4 .mbr-media span {
  font-size: 1rem;
  cursor: pointer;
  position: relative;
  padding-left: 5px;
  display: inline-block;
  opacity: 0.9;
  transition: all 0.25s;
  color: #000000 !important;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04) !important;
}
.cid-v07UBKo5w4 .mbr-media span:hover {
  opacity: 1;
  color: #000000 !important;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5) !important;
}
.cid-v07UBKo5w4 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-v07UBKo5w4 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-v07UBKo5w4 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-v07UBKo5w4 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-v07UBKo5w4 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-v07UBKo5w4 a.close:hover {
  color: #ffffff;
}
.cid-v07UBKo5w4 .play {
  display: inline-block;
  width: 52px;
  height: 52px;
  line-height: 3.5rem !important;
  text-align: center;
  border-radius: 100%;
  background: #ffffff;
  transition: all 200ms ease-in-out;
  cursor: pointer;
}
.cid-v07UBKo5w4 .play-text {
  margin-bottom: 0 !important;
  padding-left: 10px;
  display: inline-block;
}
.cid-v07UBKo5w4 .play-text.display-4 {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 992px) {
  .cid-v07UBKo5w4 svg {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-v07UBKo5w4 .show-modal {
    margin-bottom: 20px;
  }
}
.cid-v07UBKo5w4 .mbr-text,
.cid-v07UBKo5w4 .mbr-section-btn {
  text-align: left;
}
.cid-ureKzjXlJg {
  overflow: hidden;
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #e6eaf1;
}
.cid-ureKzjXlJg .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-ureKzjXlJg .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #6592e6;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-ureKzjXlJg .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-ureKzjXlJg .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-ureKzjXlJg svg {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.5);
  overflow: hidden;
  pointer-events: none;
}
.cid-ureKzjXlJg #e2_shape {
  fill: #ffffff !important;
}
.cid-ureKzjXlJg .mbr-section-title {
  text-align: left;
  color: #404040;
}
.cid-ureKzjXlJg .mbr-section-title.display-1 {
  font-size: 42px;
  line-height: 1.214;
  letter-spacing: 0px;
}
.cid-ureKzjXlJg .mbr-text {
  color: #404040;
  text-align: left;
}
.cid-ureKzjXlJg .mbr-text.display-5 {
  font-size: 25px;
  letter-spacing: 0px;
  line-height: 1.36;
}
.cid-ureKzjXlJg .icon-wrap {
  border-radius: 50%;
  margin: auto;
  text-align: left;
  transition: all 0.3s;
}
.cid-ureKzjXlJg .mbr-media span {
  font-size: 1rem;
  cursor: pointer;
  position: relative;
  padding-left: 5px;
  display: inline-block;
  opacity: 0.9;
  transition: all 0.25s;
  color: #000000 !important;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04) !important;
}
.cid-ureKzjXlJg .mbr-media span:hover {
  opacity: 1;
  color: #000000 !important;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5) !important;
}
.cid-ureKzjXlJg .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-ureKzjXlJg .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ureKzjXlJg .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ureKzjXlJg .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ureKzjXlJg a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-ureKzjXlJg a.close:hover {
  color: #ffffff;
}
.cid-ureKzjXlJg .play {
  display: inline-block;
  width: 52px;
  height: 52px;
  line-height: 3.5rem !important;
  text-align: center;
  border-radius: 100%;
  background: #ffffff;
  transition: all 200ms ease-in-out;
  cursor: pointer;
}
.cid-ureKzjXlJg .play-text {
  margin-bottom: 0 !important;
  padding-left: 10px;
  display: inline-block;
}
.cid-ureKzjXlJg .play-text.display-4 {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 992px) {
  .cid-ureKzjXlJg svg {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-ureKzjXlJg .show-modal {
    margin-bottom: 20px;
  }
}
.cid-t8ihKN7sai {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-t8ihKN7sai .row-links {
  width: 100%;
  justify-content: center;
}
.cid-t8ihKN7sai .social-row {
  width: 100%;
  justify-content: center;
}
.cid-t8ihKN7sai .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-t8ihKN7sai .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t8ihKN7sai .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t8ihKN7sai .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t8ihKN7sai .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-t8ihKN7sai .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t8ihKN7sai .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t8ihKN7sai .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-t8ihKN7sai .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t8ihKN7sai .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t8ihKN7sai .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t8ihKN7sai .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t8ihKN7sai foot-menu-item {
  text-align: right;
}
.cid-tw0vKBEcgd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tw0vKBEcgd nav.navbar {
  position: fixed;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tw0vKBEcgd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tw0vKBEcgd .dropdown-item:hover,
.cid-tw0vKBEcgd .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tw0vKBEcgd .dropdown-item:hover span {
  color: white;
}
.cid-tw0vKBEcgd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tw0vKBEcgd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tw0vKBEcgd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tw0vKBEcgd .nav-link {
  position: relative;
}
.cid-tw0vKBEcgd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .container {
    flex-wrap: nowrap;
  }
}
.cid-tw0vKBEcgd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown-menu,
.cid-tw0vKBEcgd .navbar.opened {
  background: #222158 !important;
}
.cid-tw0vKBEcgd .nav-item:focus,
.cid-tw0vKBEcgd .nav-link:focus {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tw0vKBEcgd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tw0vKBEcgd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.opened {
  transition: all 0.3s;
}
.cid-tw0vKBEcgd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tw0vKBEcgd .navbar .navbar-logo img {
  width: auto;
}
.cid-tw0vKBEcgd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar.collapsed {
  justify-content: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tw0vKBEcgd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tw0vKBEcgd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tw0vKBEcgd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tw0vKBEcgd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tw0vKBEcgd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tw0vKBEcgd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tw0vKBEcgd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tw0vKBEcgd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tw0vKBEcgd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown-item.active,
.cid-tw0vKBEcgd .dropdown-item:active {
  background-color: transparent;
}
.cid-tw0vKBEcgd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tw0vKBEcgd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tw0vKBEcgd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tw0vKBEcgd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tw0vKBEcgd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tw0vKBEcgd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar {
    height: 70px;
  }
  .cid-tw0vKBEcgd .navbar.opened {
    height: auto;
  }
  .cid-tw0vKBEcgd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-taL3fcATdg {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/pic-20240814-1920x1001.png");
}
.cid-taL3fcATdg .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-taL3fcATdg .head_wrap:hover .mbr-section-title a {
  color: #ff6666 !important;
}
.cid-ufqfmx2Wlt {
  background-color: #232323;
  overflow: hidden;
  position: relative;
}
.cid-ufqfmx2Wlt .container,
.cid-ufqfmx2Wlt .container-fluid {
  position: static;
}
.cid-ufqfmx2Wlt .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 20px;
}
.cid-ufqfmx2Wlt .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-ufqfmx2Wlt .mbr-section-title {
  color: #ffffff;
  margin-bottom: 15px;
}
.cid-ufqfmx2Wlt .colored-text {
  color: #4479d9;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-ufqfmx2Wlt .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 40px;
}
@media (min-width: 1400px) {
  .cid-ufqfmx2Wlt .mbr-text {
    padding-right: 48px;
  }
}
.cid-ufqfmx2Wlt .cards-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-ufqfmx2Wlt .card {
  display: flex;
  align-items: flex-start;
  position: relative;
  width: 100%;
  margin-top: 30px;
  padding: 25px 25px 25px 95px;
  padding: 25px 25px 25px 25px;
  background: #ffffff;
  box-shadow: -20px 20px 50px rgba(0, 40, 99, 0.05);
  border-radius: 10px;
}
.cid-ufqfmx2Wlt .card:hover .card-number {
  background: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.cid-ufqfmx2Wlt .card-number {
  width: 45px;
  height: 45px;
  border: 1px solid #CECECE;
  border-radius: 50%;
  line-height: 43px;
  text-align: center;
  font-size: 18px;
  color: #913bff;
  position: absolute;
  top: 27px;
  left: 25px;
  transition: all 0.3s ease-in-out;
}
.cid-ufqfmx2Wlt .card-title {
  color: #010d4c;
  margin-bottom: 8px;
}
.cid-ufqfmx2Wlt .card-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-ufqfmx2Wlt .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-ufqfmx2Wlt .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-ufqfmx2Wlt .mbr-section-btn .btn:before {
  display: none;
}
.cid-ufqfmx2Wlt .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-ufqfmx2Wlt .image-wrapper {
  max-height: 100%;
  position: relative;
  z-index: 2;
}
.cid-ufqfmx2Wlt .image-wrapper img {
  max-width: 75%;
  margin-left: auto!important;
}
@media (min-width: 768px) {
  .cid-ufqfmx2Wlt .image-wrapper {
    position: absolute;
    z-index: 2;
    top: 24%;
    width: 38.65%;
    right: 6%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-ufqfmx2Wlt .image-wrapper {
    top: 37%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-ufqfmx2Wlt .image-wrapper {
    top: 31%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ufqfmx2Wlt .image-wrapper {
    top: 42%;
    right: 1%;
  }
}
@media (max-width: 767px) {
  .cid-ufqfmx2Wlt .image-wrapper {
    max-width: 474px !important;
    margin: 80px auto 0;
  }
}
.cid-ufqfmx2Wlt .bg-round {
  position: absolute;
  top: 0%;
  padding: 0;
}
.cid-ufqfmx2Wlt .bg-round svg {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-ufqfmx2Wlt .bg-round {
    width: 56%;
    right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .cid-ufqfmx2Wlt .bg-round {
    width: 56%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ufqfmx2Wlt .bg-round {
    width: 68%;
  }
}
@media (max-width: 767px) {
  .cid-ufqfmx2Wlt .bg-round {
    top: auto;
    bottom: -10%;
  }
  .cid-ufqfmx2Wlt .bg-round svg {
    height: 100%;
  }
}
.cid-ufqfmx2Wlt .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-ufqfmx2Wlt .col-text {
    margin-right: auto;
  }
}
.cid-ufqfmx2Wlt .mbr-section-title DIV {
  text-align: left;
}
.cid-taKOdxlXLz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #9e0000;
}
@media (min-width: 1500px) {
  .cid-taKOdxlXLz .container {
    max-width: 1400px;
  }
}
.cid-taKOdxlXLz .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-taKOdxlXLz .mbr-section-subtitle.display-4 {
  line-height: 1.375;
}
.cid-taKOdxlXLz .main-title {
  margin-bottom: 56px;
  color: #ffffff;
}
.cid-taKOdxlXLz .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #6592e6;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-taKOdxlXLz .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-taKOdxlXLz img {
  width: 100%;
}
.cid-t8ihKN7sai {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-t8ihKN7sai .row-links {
  width: 100%;
  justify-content: center;
}
.cid-t8ihKN7sai .social-row {
  width: 100%;
  justify-content: center;
}
.cid-t8ihKN7sai .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-t8ihKN7sai .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t8ihKN7sai .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t8ihKN7sai .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t8ihKN7sai .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-t8ihKN7sai .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t8ihKN7sai .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t8ihKN7sai .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-t8ihKN7sai .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t8ihKN7sai .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t8ihKN7sai .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t8ihKN7sai .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t8ihKN7sai foot-menu-item {
  text-align: right;
}
.cid-tw0vKBEcgd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tw0vKBEcgd nav.navbar {
  position: fixed;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tw0vKBEcgd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tw0vKBEcgd .dropdown-item:hover,
.cid-tw0vKBEcgd .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tw0vKBEcgd .dropdown-item:hover span {
  color: white;
}
.cid-tw0vKBEcgd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tw0vKBEcgd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tw0vKBEcgd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tw0vKBEcgd .nav-link {
  position: relative;
}
.cid-tw0vKBEcgd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .container {
    flex-wrap: nowrap;
  }
}
.cid-tw0vKBEcgd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown-menu,
.cid-tw0vKBEcgd .navbar.opened {
  background: #222158 !important;
}
.cid-tw0vKBEcgd .nav-item:focus,
.cid-tw0vKBEcgd .nav-link:focus {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tw0vKBEcgd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tw0vKBEcgd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.opened {
  transition: all 0.3s;
}
.cid-tw0vKBEcgd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tw0vKBEcgd .navbar .navbar-logo img {
  width: auto;
}
.cid-tw0vKBEcgd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar.collapsed {
  justify-content: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tw0vKBEcgd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tw0vKBEcgd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tw0vKBEcgd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tw0vKBEcgd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tw0vKBEcgd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tw0vKBEcgd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tw0vKBEcgd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tw0vKBEcgd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tw0vKBEcgd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown-item.active,
.cid-tw0vKBEcgd .dropdown-item:active {
  background-color: transparent;
}
.cid-tw0vKBEcgd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tw0vKBEcgd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tw0vKBEcgd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tw0vKBEcgd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tw0vKBEcgd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tw0vKBEcgd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar {
    height: 70px;
  }
  .cid-tw0vKBEcgd .navbar.opened {
    height: auto;
  }
  .cid-tw0vKBEcgd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-taL3lCNLUQ {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/ticketgalainvitation-2000x1333.jpg");
}
.cid-taL3lCNLUQ .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-taL3lCNLUQ .head_wrap:hover .mbr-section-title a {
  color: #ff6666 !important;
}
.cid-tLF6uPsS4g {
  background-color: #232323;
  overflow: hidden;
  position: relative;
}
.cid-tLF6uPsS4g .container,
.cid-tLF6uPsS4g .container-fluid {
  position: static;
}
.cid-tLF6uPsS4g .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 20px;
}
.cid-tLF6uPsS4g .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-tLF6uPsS4g .mbr-section-title {
  color: #ffffff;
  margin-bottom: 15px;
}
.cid-tLF6uPsS4g .colored-text {
  color: #4479d9;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tLF6uPsS4g .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 40px;
}
@media (min-width: 1400px) {
  .cid-tLF6uPsS4g .mbr-text {
    padding-right: 48px;
  }
}
.cid-tLF6uPsS4g .cards-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-tLF6uPsS4g .card {
  display: flex;
  align-items: flex-start;
  position: relative;
  width: 100%;
  margin-top: 30px;
  padding: 25px 25px 25px 95px;
  padding: 25px 25px 25px 25px;
  background: #ffffff;
  box-shadow: -20px 20px 50px rgba(0, 40, 99, 0.05);
  border-radius: 10px;
}
.cid-tLF6uPsS4g .card:hover .card-number {
  background: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.cid-tLF6uPsS4g .card-number {
  width: 45px;
  height: 45px;
  border: 1px solid #CECECE;
  border-radius: 50%;
  line-height: 43px;
  text-align: center;
  font-size: 18px;
  color: #913bff;
  position: absolute;
  top: 27px;
  left: 25px;
  transition: all 0.3s ease-in-out;
}
.cid-tLF6uPsS4g .card-title {
  color: #010d4c;
  margin-bottom: 8px;
}
.cid-tLF6uPsS4g .card-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-tLF6uPsS4g .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-tLF6uPsS4g .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tLF6uPsS4g .mbr-section-btn .btn:before {
  display: none;
}
.cid-tLF6uPsS4g .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tLF6uPsS4g .image-wrapper {
  max-height: 100%;
  position: relative;
  z-index: 2;
}
.cid-tLF6uPsS4g .image-wrapper img {
  max-width: 75%;
  margin-left: auto!important;
}
@media (min-width: 768px) {
  .cid-tLF6uPsS4g .image-wrapper {
    position: absolute;
    z-index: 2;
    top: 24%;
    width: 38.65%;
    right: 6%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tLF6uPsS4g .image-wrapper {
    top: 37%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tLF6uPsS4g .image-wrapper {
    top: 31%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tLF6uPsS4g .image-wrapper {
    top: 42%;
    right: 1%;
  }
}
@media (max-width: 767px) {
  .cid-tLF6uPsS4g .image-wrapper {
    max-width: 474px !important;
    margin: 80px auto 0;
  }
}
.cid-tLF6uPsS4g .bg-round {
  position: absolute;
  top: 0%;
  padding: 0;
}
.cid-tLF6uPsS4g .bg-round svg {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-tLF6uPsS4g .bg-round {
    width: 56%;
    right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .cid-tLF6uPsS4g .bg-round {
    width: 56%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tLF6uPsS4g .bg-round {
    width: 68%;
  }
}
@media (max-width: 767px) {
  .cid-tLF6uPsS4g .bg-round {
    top: auto;
    bottom: -10%;
  }
  .cid-tLF6uPsS4g .bg-round svg {
    height: 100%;
  }
}
.cid-tLF6uPsS4g .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-tLF6uPsS4g .col-text {
    margin-right: auto;
  }
}
.cid-tLF6uPsS4g .mbr-section-title DIV {
  text-align: left;
}
.cid-t8ihKN7sai {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-t8ihKN7sai .row-links {
  width: 100%;
  justify-content: center;
}
.cid-t8ihKN7sai .social-row {
  width: 100%;
  justify-content: center;
}
.cid-t8ihKN7sai .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-t8ihKN7sai .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t8ihKN7sai .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t8ihKN7sai .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t8ihKN7sai .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-t8ihKN7sai .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t8ihKN7sai .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t8ihKN7sai .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-t8ihKN7sai .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t8ihKN7sai .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t8ihKN7sai .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t8ihKN7sai .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t8ihKN7sai foot-menu-item {
  text-align: right;
}
.cid-tw0vKBEcgd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tw0vKBEcgd nav.navbar {
  position: fixed;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tw0vKBEcgd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tw0vKBEcgd .dropdown-item:hover,
.cid-tw0vKBEcgd .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tw0vKBEcgd .dropdown-item:hover span {
  color: white;
}
.cid-tw0vKBEcgd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tw0vKBEcgd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tw0vKBEcgd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tw0vKBEcgd .nav-link {
  position: relative;
}
.cid-tw0vKBEcgd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .container {
    flex-wrap: nowrap;
  }
}
.cid-tw0vKBEcgd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown-menu,
.cid-tw0vKBEcgd .navbar.opened {
  background: #222158 !important;
}
.cid-tw0vKBEcgd .nav-item:focus,
.cid-tw0vKBEcgd .nav-link:focus {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tw0vKBEcgd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tw0vKBEcgd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.opened {
  transition: all 0.3s;
}
.cid-tw0vKBEcgd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tw0vKBEcgd .navbar .navbar-logo img {
  width: auto;
}
.cid-tw0vKBEcgd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar.collapsed {
  justify-content: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tw0vKBEcgd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tw0vKBEcgd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tw0vKBEcgd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tw0vKBEcgd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tw0vKBEcgd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tw0vKBEcgd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tw0vKBEcgd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tw0vKBEcgd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tw0vKBEcgd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown-item.active,
.cid-tw0vKBEcgd .dropdown-item:active {
  background-color: transparent;
}
.cid-tw0vKBEcgd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tw0vKBEcgd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tw0vKBEcgd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tw0vKBEcgd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tw0vKBEcgd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tw0vKBEcgd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar {
    height: 70px;
  }
  .cid-tw0vKBEcgd .navbar.opened {
    height: auto;
  }
  .cid-tw0vKBEcgd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tahSG6vevl {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/event-schedule-1296x1728.png");
}
.cid-tahSG6vevl .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-tahSG6vevl .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-tahSG6vevl .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-tahSG6vevl .mbr-section-title {
  color: #ffffff;
}
.cid-tahSG6vevl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ureN6ZYfYV {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #840f0f;
}
.cid-ureN6ZYfYV .card-subtitle {
  margin: 0;
}
.cid-ureN6ZYfYV .card-img {
  z-index: 2;
  position: relative;
  width: 100%;
  transition: all 0.3s;
  padding-top: 2rem;
}
.cid-ureN6ZYfYV .card-img img {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.cid-ureN6ZYfYV .icon {
  width: 60px;
  height: 60px;
  background: #fbbe36;
  font-size: 1.2rem;
  transform: translatey(1.2rem);
  margin: auto;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  color: #0e0e0e !important;
}
.cid-ureN6ZYfYV .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 9px;
  transition: all 0.3s;
  cursor: pointer;
  overflow: visible;
}
.cid-ureN6ZYfYV .item-wrapper svg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.cid-ureN6ZYfYV .item-wrapper svg path {
  fill: #ffffff;
  transition: all 0.3s;
  stroke: #461824;
}
.cid-ureN6ZYfYV h4,
.cid-ureN6ZYfYV h6,
.cid-ureN6ZYfYV h5 {
  margin: 0;
}
.cid-ureN6ZYfYV .mbr-text {
  transition: all 0.3s;
}
.cid-ureN6ZYfYV .btn-white-outline {
  color: #6592e6 !important;
}
.cid-ureN6ZYfYV .card-box {
  z-index: 1;
  position: relative;
}
.cid-ureN6ZYfYV .price {
  color: #0e0e0e;
  transition: all 0.3s;
  text-align: center;
}
.cid-ureN6ZYfYV img {
  transition: all 0.3s;
  width: 170px;
  height: 170px;
  object-fit: cover;
}
.cid-ureN6ZYfYV .card {
  cursor: pointer;
  transition: all 0.3s;
  max-width: 291px;
  margin-bottom: 4rem;
}
.cid-ureN6ZYfYV .card:hover {
  transform: translateY(-2rem);
}
.cid-ureN6ZYfYV .card:hover .item-wrapper {
  color: #ffffff !important;
}
.cid-ureN6ZYfYV .card:hover .item-wrapper .price {
  color: #ffffff !important;
}
.cid-ureN6ZYfYV .card:hover .item-wrapper .mbr-text {
  color: #ffffff !important;
}
.cid-ureN6ZYfYV .card:hover .item-wrapper path {
  fill: #461824;
}
.cid-ureN6ZYfYV .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ureN6ZYfYV .wrapper {
    flex-direction: column;
  }
  .cid-ureN6ZYfYV .icon-padding {
    padding-left: 0rem;
  }
  .cid-ureN6ZYfYV .card-box {
    padding: 0;
  }
}
.cid-ureN6ZYfYV .mbr-text,
.cid-ureN6ZYfYV .mbr-section-btn,
.cid-ureN6ZYfYV .card-img {
  color: #808080;
  text-align: center;
}
.cid-ureN6ZYfYV H2 {
  color: #e7272d;
}
.cid-ureN6ZYfYV .card-title,
.cid-ureN6ZYfYV .card-img {
  text-align: center;
}
.cid-t8ihKN7sai {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-t8ihKN7sai .row-links {
  width: 100%;
  justify-content: center;
}
.cid-t8ihKN7sai .social-row {
  width: 100%;
  justify-content: center;
}
.cid-t8ihKN7sai .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-t8ihKN7sai .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t8ihKN7sai .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t8ihKN7sai .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t8ihKN7sai .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-t8ihKN7sai .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t8ihKN7sai .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t8ihKN7sai .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-t8ihKN7sai .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t8ihKN7sai .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t8ihKN7sai .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t8ihKN7sai .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t8ihKN7sai foot-menu-item {
  text-align: right;
}
.cid-tw0vKBEcgd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tw0vKBEcgd nav.navbar {
  position: fixed;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tw0vKBEcgd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tw0vKBEcgd .dropdown-item:hover,
.cid-tw0vKBEcgd .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tw0vKBEcgd .dropdown-item:hover span {
  color: white;
}
.cid-tw0vKBEcgd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tw0vKBEcgd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tw0vKBEcgd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tw0vKBEcgd .nav-link {
  position: relative;
}
.cid-tw0vKBEcgd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .container {
    flex-wrap: nowrap;
  }
}
.cid-tw0vKBEcgd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown-menu,
.cid-tw0vKBEcgd .navbar.opened {
  background: #222158 !important;
}
.cid-tw0vKBEcgd .nav-item:focus,
.cid-tw0vKBEcgd .nav-link:focus {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tw0vKBEcgd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tw0vKBEcgd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.opened {
  transition: all 0.3s;
}
.cid-tw0vKBEcgd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tw0vKBEcgd .navbar .navbar-logo img {
  width: auto;
}
.cid-tw0vKBEcgd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar.collapsed {
  justify-content: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tw0vKBEcgd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tw0vKBEcgd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tw0vKBEcgd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tw0vKBEcgd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tw0vKBEcgd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tw0vKBEcgd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tw0vKBEcgd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tw0vKBEcgd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tw0vKBEcgd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown-item.active,
.cid-tw0vKBEcgd .dropdown-item:active {
  background-color: transparent;
}
.cid-tw0vKBEcgd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tw0vKBEcgd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tw0vKBEcgd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tw0vKBEcgd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tw0vKBEcgd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tw0vKBEcgd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar {
    height: 70px;
  }
  .cid-tw0vKBEcgd .navbar.opened {
    height: auto;
  }
  .cid-tw0vKBEcgd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t8oUUnlS6v {
  background-image: url("../../../assets/images/6411655140180-.pic-1620x1079.jpg");
}
.cid-t8oUUnlS6v .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-t8oUUnlS6v .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-t8oUUnlS6v .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-t8oUUnlS6v .mbr-section-title {
  color: #ffffff;
}
.cid-t8oUV9mjer {
  background-image: url("../../../assets/images/unsplash-ya631mqq7ng.png");
}
.cid-t8oUV9mjer .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-t8oUV9mjer .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-t8oUV9mjer .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-t8oUV9mjer .mbr-section-title {
  color: #ffffff;
}
.cid-t8ihKN7sai {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-t8ihKN7sai .row-links {
  width: 100%;
  justify-content: center;
}
.cid-t8ihKN7sai .social-row {
  width: 100%;
  justify-content: center;
}
.cid-t8ihKN7sai .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-t8ihKN7sai .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t8ihKN7sai .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t8ihKN7sai .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t8ihKN7sai .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-t8ihKN7sai .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t8ihKN7sai .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t8ihKN7sai .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-t8ihKN7sai .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t8ihKN7sai .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t8ihKN7sai .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t8ihKN7sai .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t8ihKN7sai foot-menu-item {
  text-align: right;
}
.cid-tw0vKBEcgd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tw0vKBEcgd nav.navbar {
  position: fixed;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tw0vKBEcgd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tw0vKBEcgd .dropdown-item:hover,
.cid-tw0vKBEcgd .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tw0vKBEcgd .dropdown-item:hover span {
  color: white;
}
.cid-tw0vKBEcgd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tw0vKBEcgd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tw0vKBEcgd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tw0vKBEcgd .nav-link {
  position: relative;
}
.cid-tw0vKBEcgd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .container {
    flex-wrap: nowrap;
  }
}
.cid-tw0vKBEcgd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown-menu,
.cid-tw0vKBEcgd .navbar.opened {
  background: #222158 !important;
}
.cid-tw0vKBEcgd .nav-item:focus,
.cid-tw0vKBEcgd .nav-link:focus {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tw0vKBEcgd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tw0vKBEcgd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.opened {
  transition: all 0.3s;
}
.cid-tw0vKBEcgd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tw0vKBEcgd .navbar .navbar-logo img {
  width: auto;
}
.cid-tw0vKBEcgd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar.collapsed {
  justify-content: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tw0vKBEcgd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tw0vKBEcgd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tw0vKBEcgd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tw0vKBEcgd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tw0vKBEcgd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tw0vKBEcgd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tw0vKBEcgd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tw0vKBEcgd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tw0vKBEcgd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown-item.active,
.cid-tw0vKBEcgd .dropdown-item:active {
  background-color: transparent;
}
.cid-tw0vKBEcgd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tw0vKBEcgd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tw0vKBEcgd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tw0vKBEcgd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tw0vKBEcgd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tw0vKBEcgd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar {
    height: 70px;
  }
  .cid-tw0vKBEcgd .navbar.opened {
    height: auto;
  }
  .cid-tw0vKBEcgd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tcDyy15z4l {
  background-image: url("../../../assets/images/3x8bannerprint-1-1346x505.png");
}
.cid-tcDyy15z4l .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-tcDyy15z4l .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-tcDyy15z4l .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-tcDyy15z4l .mbr-section-title {
  color: #ffffff;
}
.cid-tcDyyWvoEF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-tcDyyWvoEF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcDyyWvoEF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcDyyWvoEF .col-title {
  margin-bottom: 2.5rem;
}
.cid-tcDyyWvoEF .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tcDyyWvoEF .mbr-section-subtitle {
  color: #1F1D1A;
  margin-top: 1.5rem;
}
.cid-tcDyyWvoEF .cards-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 0.25rem;
  column-gap: 1rem;
}
.cid-tcDyyWvoEF .card {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 192px;
  height: 96px;
}
.cid-tcDyyWvoEF .card img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-tcDyyWvoEF .mbr-section-btn {
  margin-top: 46px;
}
.cid-tcDyyWvoEF .bg-img {
  position: absolute;
  width: 100%;
  background-color: #ffffff;
  aspect-ratio: 1;
  border-radius: 9999px;
  left: 0;
  top: 0;
  transform: translateY(-50%);
}
.cid-tcDyzVJNlT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-tcDyzVJNlT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcDyzVJNlT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcDyzVJNlT .col-title {
  margin-bottom: 2.5rem;
}
.cid-tcDyzVJNlT .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tcDyzVJNlT .mbr-section-subtitle {
  color: #1F1D1A;
  margin-top: 1.5rem;
}
.cid-tcDyzVJNlT .cards-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 0.25rem;
  column-gap: 1rem;
}
.cid-tcDyzVJNlT .card {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 192px;
  height: 96px;
}
.cid-tcDyzVJNlT .card img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-tcDyzVJNlT .mbr-section-btn {
  margin-top: 46px;
}
.cid-tcDyzVJNlT .bg-img {
  position: absolute;
  width: 100%;
  background-color: #ffffff;
  aspect-ratio: 1;
  border-radius: 9999px;
  left: 0;
  top: 0;
  transform: translateY(-50%);
}
.cid-tcZYhUrcFV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-tcZYhUrcFV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcZYhUrcFV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcZYhUrcFV .col-title {
  margin-bottom: 2.5rem;
}
.cid-tcZYhUrcFV .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tcZYhUrcFV .mbr-section-subtitle {
  color: #1F1D1A;
  margin-top: 1.5rem;
}
.cid-tcZYhUrcFV .cards-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 0.25rem;
  column-gap: 1rem;
}
.cid-tcZYhUrcFV .card {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 192px;
  height: 96px;
}
.cid-tcZYhUrcFV .card img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-tcZYhUrcFV .mbr-section-btn {
  margin-top: 46px;
}
.cid-tcZYhUrcFV .bg-img {
  position: absolute;
  width: 100%;
  background-color: #ffffff;
  aspect-ratio: 1;
  border-radius: 9999px;
  left: 0;
  top: 0;
  transform: translateY(-50%);
}
.cid-ureEUqCXqi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-ureEUqCXqi .mbr-fallback-image.disabled {
  display: none;
}
.cid-ureEUqCXqi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ureEUqCXqi .col-title {
  margin-bottom: 2.5rem;
}
.cid-ureEUqCXqi .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ureEUqCXqi .mbr-section-subtitle {
  color: #1F1D1A;
  margin-top: 1.5rem;
}
.cid-ureEUqCXqi .cards-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 0.25rem;
  column-gap: 1rem;
}
.cid-ureEUqCXqi .card {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 192px;
  height: 96px;
}
.cid-ureEUqCXqi .card img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-ureEUqCXqi .mbr-section-btn {
  margin-top: 46px;
}
.cid-ureEUqCXqi .bg-img {
  position: absolute;
  width: 100%;
  background-color: #ffffff;
  aspect-ratio: 1;
  border-radius: 9999px;
  left: 0;
  top: 0;
  transform: translateY(-50%);
}
.cid-tdogFzUKSP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-tdogFzUKSP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tdogFzUKSP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tdogFzUKSP .col-title {
  margin-bottom: 2.5rem;
}
.cid-tdogFzUKSP .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tdogFzUKSP .mbr-section-subtitle {
  color: #1F1D1A;
  margin-top: 1.5rem;
}
.cid-tdogFzUKSP .cards-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 0.25rem;
  column-gap: 1rem;
}
.cid-tdogFzUKSP .card {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 192px;
  height: 96px;
}
.cid-tdogFzUKSP .card img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-tdogFzUKSP .mbr-section-btn {
  margin-top: 46px;
}
.cid-tdogFzUKSP .bg-img {
  position: absolute;
  width: 100%;
  background-color: #ffffff;
  aspect-ratio: 1;
  border-radius: 9999px;
  left: 0;
  top: 0;
  transform: translateY(-50%);
}
.cid-tdogGC0BBx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-tdogGC0BBx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tdogGC0BBx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tdogGC0BBx .col-title {
  margin-bottom: 2.5rem;
}
.cid-tdogGC0BBx .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tdogGC0BBx .mbr-section-subtitle {
  color: #1F1D1A;
  margin-top: 1.5rem;
}
.cid-tdogGC0BBx .cards-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 0.25rem;
  column-gap: 1rem;
}
.cid-tdogGC0BBx .card {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 192px;
  height: 96px;
}
.cid-tdogGC0BBx .card img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-tdogGC0BBx .mbr-section-btn {
  margin-top: 46px;
}
.cid-tdogGC0BBx .bg-img {
  position: absolute;
  width: 100%;
  background-color: #ffffff;
  aspect-ratio: 1;
  border-radius: 9999px;
  left: 0;
  top: 0;
  transform: translateY(-50%);
}
.cid-t8ihKN7sai {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-t8ihKN7sai .row-links {
  width: 100%;
  justify-content: center;
}
.cid-t8ihKN7sai .social-row {
  width: 100%;
  justify-content: center;
}
.cid-t8ihKN7sai .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-t8ihKN7sai .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t8ihKN7sai .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t8ihKN7sai .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t8ihKN7sai .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-t8ihKN7sai .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t8ihKN7sai .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t8ihKN7sai .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-t8ihKN7sai .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t8ihKN7sai .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t8ihKN7sai .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t8ihKN7sai .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t8ihKN7sai foot-menu-item {
  text-align: right;
}
.cid-tw0vKBEcgd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tw0vKBEcgd nav.navbar {
  position: fixed;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tw0vKBEcgd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tw0vKBEcgd .dropdown-item:hover,
.cid-tw0vKBEcgd .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tw0vKBEcgd .dropdown-item:hover span {
  color: white;
}
.cid-tw0vKBEcgd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tw0vKBEcgd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tw0vKBEcgd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tw0vKBEcgd .nav-link {
  position: relative;
}
.cid-tw0vKBEcgd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .container {
    flex-wrap: nowrap;
  }
}
.cid-tw0vKBEcgd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown-menu,
.cid-tw0vKBEcgd .navbar.opened {
  background: #222158 !important;
}
.cid-tw0vKBEcgd .nav-item:focus,
.cid-tw0vKBEcgd .nav-link:focus {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tw0vKBEcgd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tw0vKBEcgd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.opened {
  transition: all 0.3s;
}
.cid-tw0vKBEcgd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tw0vKBEcgd .navbar .navbar-logo img {
  width: auto;
}
.cid-tw0vKBEcgd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar.collapsed {
  justify-content: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tw0vKBEcgd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tw0vKBEcgd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tw0vKBEcgd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tw0vKBEcgd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tw0vKBEcgd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tw0vKBEcgd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tw0vKBEcgd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tw0vKBEcgd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tw0vKBEcgd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown-item.active,
.cid-tw0vKBEcgd .dropdown-item:active {
  background-color: transparent;
}
.cid-tw0vKBEcgd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tw0vKBEcgd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tw0vKBEcgd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tw0vKBEcgd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tw0vKBEcgd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tw0vKBEcgd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar {
    height: 70px;
  }
  .cid-tw0vKBEcgd .navbar.opened {
    height: auto;
  }
  .cid-tw0vKBEcgd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tdEZI2xXzE {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #171717;
}
.cid-tdEZI2xXzE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tdEZI2xXzE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tdEZI2xXzE .mbr-section-title {
  text-align: center;
}
.cid-tdEZI2xXzE .mbr-text,
.cid-tdEZI2xXzE .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tdEZI2xXzE .dot {
  width: 6px;
  height: 6px;
  background: currentColor;
}
.cid-tdEZI2xXzE .dot-right {
  margin-right: 0;
  margin-left: auto;
}
.cid-tdEZI2xXzE .mbr-section-title,
.cid-tdEZI2xXzE .dot {
  color: #ffffff;
  text-align: center;
}
.cid-tdEZI2xXzE .mbr-section-subtitle {
  text-align: center;
}
.cid-tdEZGXOY8m {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #171717;
}
.cid-tdEZGXOY8m .mbr-fallback-image.disabled {
  display: none;
}
.cid-tdEZGXOY8m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tdEZGXOY8m .mbr-section-title {
  text-align: center;
}
.cid-tdEZGXOY8m .mbr-text,
.cid-tdEZGXOY8m .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tdEZGXOY8m .dot {
  width: 6px;
  height: 6px;
  background: currentColor;
}
.cid-tdEZGXOY8m .dot-right {
  margin-right: 0;
  margin-left: auto;
}
.cid-tdEZGXOY8m .mbr-section-title,
.cid-tdEZGXOY8m .dot {
  color: #ffffff;
  text-align: center;
}
.cid-tdEZGXOY8m .mbr-section-subtitle {
  text-align: center;
}
.cid-t8ihKN7sai {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-t8ihKN7sai .row-links {
  width: 100%;
  justify-content: center;
}
.cid-t8ihKN7sai .social-row {
  width: 100%;
  justify-content: center;
}
.cid-t8ihKN7sai .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-t8ihKN7sai .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t8ihKN7sai .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t8ihKN7sai .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t8ihKN7sai .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-t8ihKN7sai .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t8ihKN7sai .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t8ihKN7sai .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-t8ihKN7sai .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t8ihKN7sai .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t8ihKN7sai .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t8ihKN7sai .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t8ihKN7sai foot-menu-item {
  text-align: right;
}
.cid-tw0vKBEcgd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tw0vKBEcgd nav.navbar {
  position: fixed;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tw0vKBEcgd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tw0vKBEcgd .dropdown-item:hover,
.cid-tw0vKBEcgd .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tw0vKBEcgd .dropdown-item:hover span {
  color: white;
}
.cid-tw0vKBEcgd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tw0vKBEcgd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tw0vKBEcgd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tw0vKBEcgd .nav-link {
  position: relative;
}
.cid-tw0vKBEcgd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .container {
    flex-wrap: nowrap;
  }
}
.cid-tw0vKBEcgd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown-menu,
.cid-tw0vKBEcgd .navbar.opened {
  background: #222158 !important;
}
.cid-tw0vKBEcgd .nav-item:focus,
.cid-tw0vKBEcgd .nav-link:focus {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tw0vKBEcgd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tw0vKBEcgd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.opened {
  transition: all 0.3s;
}
.cid-tw0vKBEcgd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tw0vKBEcgd .navbar .navbar-logo img {
  width: auto;
}
.cid-tw0vKBEcgd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar.collapsed {
  justify-content: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tw0vKBEcgd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tw0vKBEcgd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tw0vKBEcgd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tw0vKBEcgd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tw0vKBEcgd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tw0vKBEcgd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tw0vKBEcgd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tw0vKBEcgd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tw0vKBEcgd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown-item.active,
.cid-tw0vKBEcgd .dropdown-item:active {
  background-color: transparent;
}
.cid-tw0vKBEcgd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tw0vKBEcgd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tw0vKBEcgd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tw0vKBEcgd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tw0vKBEcgd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tw0vKBEcgd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar {
    height: 70px;
  }
  .cid-tw0vKBEcgd .navbar.opened {
    height: auto;
  }
  .cid-tw0vKBEcgd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tw08puo1o2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
}
.cid-tw08puo1o2 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-tw08puo1o2 .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-tw08puo1o2 .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-tw08puo1o2 .mbr-section-title {
  color: #ffffff;
}
.cid-tw08puo1o2 .mbr-text,
.cid-tw08puo1o2 .mbr-section-btn,
.cid-tw08puo1o2 .social-row {
  color: #ffffff;
  text-align: right;
}
.cid-tw08pvjQVf .modal-body .close {
  background: #1b1b1b;
}
.cid-tw08pvjQVf .modal-body .close span {
  font-style: normal;
}
.cid-tw08pvjQVf .carousel-inner > .active,
.cid-tw08pvjQVf .carousel-inner > .next,
.cid-tw08pvjQVf .carousel-inner > .prev {
  display: flex;
}
.cid-tw08pvjQVf .carousel-control .icon-next,
.cid-tw08pvjQVf .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tw08pvjQVf .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tw08pvjQVf .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tw08pvjQVf .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tw08pvjQVf .boxed-slider > div {
  position: relative;
}
.cid-tw08pvjQVf .container img {
  width: 100%;
}
.cid-tw08pvjQVf .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-tw08pvjQVf .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tw08pvjQVf .mbr-table-cell {
  padding: 0;
}
.cid-tw08pvjQVf .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tw08pvjQVf .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tw08pvjQVf .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tw08pvjQVf .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-tw08pvjQVf .carousel-item.active.right,
.cid-tw08pvjQVf .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tw08pvjQVf .carousel-item.active.left,
.cid-tw08pvjQVf .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tw08pvjQVf .carousel-item.active,
.cid-tw08pvjQVf .carousel-item.next.left,
.cid-tw08pvjQVf .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-tw08pvjQVf .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-tw08pvjQVf .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tw08pvjQVf .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tw08pvjQVf .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-tw08pvjQVf .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tw08pvjQVf .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tw08pvjQVf .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-tw08pvjQVf .mbr-slider .carousel-indicators li.active,
.cid-tw08pvjQVf .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-tw08pvjQVf .mbr-slider .carousel-indicators li::after,
.cid-tw08pvjQVf .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tw08pvjQVf .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tw08pvjQVf .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tw08pvjQVf .mbr-slider > .container img {
  width: 100%;
}
.cid-tw08pvjQVf .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tw08pvjQVf .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tw08pvjQVf .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tw08pvjQVf .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tw08pvjQVf .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tw08pvjQVf .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-tw08pvjQVf .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tw08pvjQVf .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tw08pvjQVf .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tw08pvjQVf .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tw08pvjQVf .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tw08pvjQVf .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tw08pvjQVf .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tw08pvA4ov {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #6c0000;
}
.cid-tw08pvA4ov .row {
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .cid-tw08pvA4ov .row {
    padding-bottom: 40px;
  }
}
.cid-tw08pvA4ov .mbr-section-head {
  display: flex;
}
@media (min-width: 992px) {
  .cid-tw08pvA4ov .mbr-section-head {
    padding-right: 20px;
  }
}
.cid-tw08pvA4ov .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.08);
  text-align: left;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
}
@media (min-width: 992px) {
  .cid-tw08pvA4ov .text-container {
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .cid-tw08pvA4ov .text-container {
    padding: 60px;
  }
}
@media (max-width: 575px) {
  .cid-tw08pvA4ov .text-container {
    text-align: center!important;
  }
}
.cid-tw08pvA4ov .mbr-section-title {
  color: #ffffff;
}
.cid-tw08pvA4ov .mbr-section-subtitle {
  margin-top: 20px;
  color: #ffffff;
  opacity: 0.5;
}
.cid-tw08pvA4ov .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 575px) {
  .cid-tw08pvA4ov .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tw08pvA4ov .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tw08pvA4ov .col-video {
  height: auto;
  display: flex;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .cid-tw08pvA4ov .col-video {
    margin-top: 0;
    padding-left: 20px;
  }
}
.cid-tw08pvA4ov .col-video .box {
  display: flex;
  height: 100%;
  width: 100%;
  border-radius: 1rem;
}
.cid-tw08pvA4ov .col-video .mbr-media {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  border-radius: 1rem;
}
.cid-tw08pvA4ov .col-video .mbr-media img {
  height: 360px;
  flex-grow: 1;
  border-radius: 1rem;
}
@media (min-width: 992px) {
  .cid-tw08pvA4ov .col-video .mbr-media img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .cid-tw08pvA4ov .col-video .mbr-media img {
    height: auto;
  }
}
.cid-tw08pvA4ov .col-video .mbr-media a:hover {
  background-image: none !important;
}
.cid-tw08pvA4ov .mbr-media {
  position: relative;
}
.cid-tw08pvA4ov .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tw08pvA4ov .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tw08pvA4ov .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tw08pvA4ov .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tw08pvA4ov .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tw08pvA4ov .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tw08pvA4ov .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tw08pvA4ov .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tw08pw01CF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ab2525;
}
.cid-tw08pw01CF .timeline-element {
  position: relative;
}
.cid-tw08pw01CF .timelines-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
.cid-tw08pw01CF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tw08pw01CF .mbr-section-title,
.cid-tw08pw01CF .mbr-section-subtitle,
.cid-tw08pw01CF .timeline-date {
  text-align: center;
}
.cid-tw08pw01CF .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  margin-left: -9px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-tw08pw01CF .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-tw08pw01CF .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-tw08pw01CF .row:after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-tw08pw01CF .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-tw08pw01CF .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tw08pw01CF .timeline-date-wrapper,
  .cid-tw08pw01CF .timeline-text-wrapper,
  .cid-tw08pw01CF .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-tw08pw01CF .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-tw08pw01CF .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tw08pw01CF .timeline-date-wrapper,
  .cid-tw08pw01CF .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tw08pw01CF .timeline-date-wrapper,
  .cid-tw08pw01CF .timeline-text-wrapper,
  .cid-tw08pw01CF .image-wrapper {
    padding: 2rem;
  }
}
.cid-tw08pw01CF .mbr-section-title {
  color: #ffffff;
}
.cid-tw08pw01CF .mbr-text {
  color: #ffffff;
}
.cid-tw08pw01CF .mbr-timeline-title {
  color: #ffffff;
}
.cid-tw08pw01CF .mbr-timeline-date {
  color: #ffffff;
}
.cid-tw08pwJccK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ab2525;
}
.cid-tw08px3OrG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-tw08px3OrG .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tw08px3OrG .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tw08px3OrG .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tw08px3OrG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tw08px3OrG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tw08px3OrG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tw08px3OrG .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-tw08px3OrG .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tw08px3OrG .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tw08px3OrG .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tw08px3OrG .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tw08px3OrG .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tw08px3OrG .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tw08px3OrG .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tw08px3OrG foot-menu-item {
  text-align: right;
}
.cid-tw0vKBEcgd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tw0vKBEcgd nav.navbar {
  position: fixed;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tw0vKBEcgd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tw0vKBEcgd .dropdown-item:hover,
.cid-tw0vKBEcgd .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tw0vKBEcgd .dropdown-item:hover span {
  color: white;
}
.cid-tw0vKBEcgd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tw0vKBEcgd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tw0vKBEcgd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tw0vKBEcgd .nav-link {
  position: relative;
}
.cid-tw0vKBEcgd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .container {
    flex-wrap: nowrap;
  }
}
.cid-tw0vKBEcgd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown-menu,
.cid-tw0vKBEcgd .navbar.opened {
  background: #222158 !important;
}
.cid-tw0vKBEcgd .nav-item:focus,
.cid-tw0vKBEcgd .nav-link:focus {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tw0vKBEcgd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tw0vKBEcgd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.opened {
  transition: all 0.3s;
}
.cid-tw0vKBEcgd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tw0vKBEcgd .navbar .navbar-logo img {
  width: auto;
}
.cid-tw0vKBEcgd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar.collapsed {
  justify-content: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tw0vKBEcgd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tw0vKBEcgd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tw0vKBEcgd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tw0vKBEcgd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tw0vKBEcgd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tw0vKBEcgd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tw0vKBEcgd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tw0vKBEcgd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tw0vKBEcgd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown-item.active,
.cid-tw0vKBEcgd .dropdown-item:active {
  background-color: transparent;
}
.cid-tw0vKBEcgd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tw0vKBEcgd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tw0vKBEcgd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tw0vKBEcgd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tw0vKBEcgd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tw0vKBEcgd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar {
    height: 70px;
  }
  .cid-tw0vKBEcgd .navbar.opened {
    height: auto;
  }
  .cid-tw0vKBEcgd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tw0qMdxijI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tw0qMdxijI .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tw0qMdxijI form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tw0qMdxijI form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tw0qMdxijI form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tw0qMewDmM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-tw0qMewDmM .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tw0qMewDmM .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tw0qMewDmM .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tw0qMewDmM .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tw0qMewDmM .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tw0qMewDmM .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tw0qMewDmM .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-tw0qMewDmM .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tw0qMewDmM .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tw0qMewDmM .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tw0qMewDmM .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tw0qMewDmM .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tw0qMewDmM .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tw0qMewDmM .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tw0qMewDmM foot-menu-item {
  text-align: right;
}
.cid-tw0vKBEcgd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tw0vKBEcgd nav.navbar {
  position: fixed;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tw0vKBEcgd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tw0vKBEcgd .dropdown-item:hover,
.cid-tw0vKBEcgd .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tw0vKBEcgd .dropdown-item:hover span {
  color: white;
}
.cid-tw0vKBEcgd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tw0vKBEcgd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tw0vKBEcgd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tw0vKBEcgd .nav-link {
  position: relative;
}
.cid-tw0vKBEcgd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .container {
    flex-wrap: nowrap;
  }
}
.cid-tw0vKBEcgd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown-menu,
.cid-tw0vKBEcgd .navbar.opened {
  background: #222158 !important;
}
.cid-tw0vKBEcgd .nav-item:focus,
.cid-tw0vKBEcgd .nav-link:focus {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tw0vKBEcgd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tw0vKBEcgd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.opened {
  transition: all 0.3s;
}
.cid-tw0vKBEcgd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tw0vKBEcgd .navbar .navbar-logo img {
  width: auto;
}
.cid-tw0vKBEcgd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar.collapsed {
  justify-content: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tw0vKBEcgd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tw0vKBEcgd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tw0vKBEcgd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tw0vKBEcgd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tw0vKBEcgd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tw0vKBEcgd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tw0vKBEcgd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tw0vKBEcgd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tw0vKBEcgd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown-item.active,
.cid-tw0vKBEcgd .dropdown-item:active {
  background-color: transparent;
}
.cid-tw0vKBEcgd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tw0vKBEcgd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tw0vKBEcgd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tw0vKBEcgd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tw0vKBEcgd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tw0vKBEcgd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar {
    height: 70px;
  }
  .cid-tw0vKBEcgd .navbar.opened {
    height: auto;
  }
  .cid-tw0vKBEcgd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-taRx4KXQof {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/moviebackground-01-1-1920x1001.png");
}
.cid-taRx4KXQof .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-taRx4KXQof .head_wrap:hover .mbr-section-title a {
  color: #ff6666 !important;
}
.cid-tcU6wghxzg {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tcU6wghxzg .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-tcU6wghxzg .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tcU6wghxzg .image-block:hover:before {
  opacity: 0.4;
}
.cid-tcU6wghxzg .image-block:hover .wrap {
  opacity: 1;
}
.cid-tcU6wghxzg .image-block:hover img {
  transform: scale(1.05);
}
.cid-tcU6wghxzg .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-tcU6wghxzg h4 {
  letter-spacing: 2px;
}
.cid-tcU6wghxzg figcaption {
  position: relative;
}
.cid-tcU6wghxzg figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tcU6wghxzg img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-tcU6wghxzg .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-tcU6wghxzg .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-tcU6wghxzg .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-tcU6wghxzg .image-block:before {
    opacity: 0.4;
  }
  .cid-tcU6wghxzg .image-block .wrap {
    opacity: 1;
  }
}
.cid-tcU6x2aOUr {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tcU6x2aOUr .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-tcU6x2aOUr .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tcU6x2aOUr .image-block:hover:before {
  opacity: 0.4;
}
.cid-tcU6x2aOUr .image-block:hover .wrap {
  opacity: 1;
}
.cid-tcU6x2aOUr .image-block:hover img {
  transform: scale(1.05);
}
.cid-tcU6x2aOUr .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-tcU6x2aOUr h4 {
  letter-spacing: 2px;
}
.cid-tcU6x2aOUr figcaption {
  position: relative;
}
.cid-tcU6x2aOUr figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tcU6x2aOUr img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-tcU6x2aOUr .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-tcU6x2aOUr .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-tcU6x2aOUr .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-tcU6x2aOUr .image-block:before {
    opacity: 0.4;
  }
  .cid-tcU6x2aOUr .image-block .wrap {
    opacity: 1;
  }
}
.cid-tcU6xRlY6X {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tcU6xRlY6X .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-tcU6xRlY6X .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tcU6xRlY6X .image-block:hover:before {
  opacity: 0.4;
}
.cid-tcU6xRlY6X .image-block:hover .wrap {
  opacity: 1;
}
.cid-tcU6xRlY6X .image-block:hover img {
  transform: scale(1.05);
}
.cid-tcU6xRlY6X .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-tcU6xRlY6X h4 {
  letter-spacing: 2px;
}
.cid-tcU6xRlY6X figcaption {
  position: relative;
}
.cid-tcU6xRlY6X figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tcU6xRlY6X img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-tcU6xRlY6X .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-tcU6xRlY6X .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-tcU6xRlY6X .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-tcU6xRlY6X .image-block:before {
    opacity: 0.4;
  }
  .cid-tcU6xRlY6X .image-block .wrap {
    opacity: 1;
  }
}
.cid-tcU6ywOCWW {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tcU6ywOCWW .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-tcU6ywOCWW .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tcU6ywOCWW .image-block:hover:before {
  opacity: 0.4;
}
.cid-tcU6ywOCWW .image-block:hover .wrap {
  opacity: 1;
}
.cid-tcU6ywOCWW .image-block:hover img {
  transform: scale(1.05);
}
.cid-tcU6ywOCWW .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-tcU6ywOCWW h4 {
  letter-spacing: 2px;
}
.cid-tcU6ywOCWW figcaption {
  position: relative;
}
.cid-tcU6ywOCWW figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tcU6ywOCWW img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-tcU6ywOCWW .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-tcU6ywOCWW .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-tcU6ywOCWW .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-tcU6ywOCWW .image-block:before {
    opacity: 0.4;
  }
  .cid-tcU6ywOCWW .image-block .wrap {
    opacity: 1;
  }
}
.cid-tcV8nkkuFE {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tcV8nkkuFE .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-tcV8nkkuFE .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tcV8nkkuFE .image-block:hover:before {
  opacity: 0.4;
}
.cid-tcV8nkkuFE .image-block:hover .wrap {
  opacity: 1;
}
.cid-tcV8nkkuFE .image-block:hover img {
  transform: scale(1.05);
}
.cid-tcV8nkkuFE .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-tcV8nkkuFE h4 {
  letter-spacing: 2px;
}
.cid-tcV8nkkuFE figcaption {
  position: relative;
}
.cid-tcV8nkkuFE figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tcV8nkkuFE img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-tcV8nkkuFE .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-tcV8nkkuFE .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-tcV8nkkuFE .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-tcV8nkkuFE .image-block:before {
    opacity: 0.4;
  }
  .cid-tcV8nkkuFE .image-block .wrap {
    opacity: 1;
  }
}
.cid-tcV8vzeYIY {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tcV8vzeYIY .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-tcV8vzeYIY .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tcV8vzeYIY .image-block:hover:before {
  opacity: 0.4;
}
.cid-tcV8vzeYIY .image-block:hover .wrap {
  opacity: 1;
}
.cid-tcV8vzeYIY .image-block:hover img {
  transform: scale(1.05);
}
.cid-tcV8vzeYIY .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-tcV8vzeYIY h4 {
  letter-spacing: 2px;
}
.cid-tcV8vzeYIY figcaption {
  position: relative;
}
.cid-tcV8vzeYIY figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tcV8vzeYIY img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-tcV8vzeYIY .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-tcV8vzeYIY .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-tcV8vzeYIY .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-tcV8vzeYIY .image-block:before {
    opacity: 0.4;
  }
  .cid-tcV8vzeYIY .image-block .wrap {
    opacity: 1;
  }
}
.cid-tcU6zEfRlA {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tcU6zEfRlA .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-tcU6zEfRlA .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tcU6zEfRlA .image-block:hover:before {
  opacity: 0.4;
}
.cid-tcU6zEfRlA .image-block:hover .wrap {
  opacity: 1;
}
.cid-tcU6zEfRlA .image-block:hover img {
  transform: scale(1.05);
}
.cid-tcU6zEfRlA .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-tcU6zEfRlA h4 {
  letter-spacing: 2px;
}
.cid-tcU6zEfRlA figcaption {
  position: relative;
}
.cid-tcU6zEfRlA figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tcU6zEfRlA img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-tcU6zEfRlA .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-tcU6zEfRlA .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-tcU6zEfRlA .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-tcU6zEfRlA .image-block:before {
    opacity: 0.4;
  }
  .cid-tcU6zEfRlA .image-block .wrap {
    opacity: 1;
  }
}
.cid-tcV8wvZAqx {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tcV8wvZAqx .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-tcV8wvZAqx .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tcV8wvZAqx .image-block:hover:before {
  opacity: 0.4;
}
.cid-tcV8wvZAqx .image-block:hover .wrap {
  opacity: 1;
}
.cid-tcV8wvZAqx .image-block:hover img {
  transform: scale(1.05);
}
.cid-tcV8wvZAqx .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-tcV8wvZAqx h4 {
  letter-spacing: 2px;
}
.cid-tcV8wvZAqx figcaption {
  position: relative;
}
.cid-tcV8wvZAqx figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tcV8wvZAqx img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-tcV8wvZAqx .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-tcV8wvZAqx .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-tcV8wvZAqx .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-tcV8wvZAqx .image-block:before {
    opacity: 0.4;
  }
  .cid-tcV8wvZAqx .image-block .wrap {
    opacity: 1;
  }
}
.cid-tcU6AHLsMA {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tcU6AHLsMA .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-tcU6AHLsMA .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tcU6AHLsMA .image-block:hover:before {
  opacity: 0.4;
}
.cid-tcU6AHLsMA .image-block:hover .wrap {
  opacity: 1;
}
.cid-tcU6AHLsMA .image-block:hover img {
  transform: scale(1.05);
}
.cid-tcU6AHLsMA .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-tcU6AHLsMA h4 {
  letter-spacing: 2px;
}
.cid-tcU6AHLsMA figcaption {
  position: relative;
}
.cid-tcU6AHLsMA figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tcU6AHLsMA img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-tcU6AHLsMA .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-tcU6AHLsMA .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-tcU6AHLsMA .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-tcU6AHLsMA .image-block:before {
    opacity: 0.4;
  }
  .cid-tcU6AHLsMA .image-block .wrap {
    opacity: 1;
  }
}
.cid-tcU6Bftq4A {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tcU6Bftq4A .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-tcU6Bftq4A .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tcU6Bftq4A .image-block:hover:before {
  opacity: 0.4;
}
.cid-tcU6Bftq4A .image-block:hover .wrap {
  opacity: 1;
}
.cid-tcU6Bftq4A .image-block:hover img {
  transform: scale(1.05);
}
.cid-tcU6Bftq4A .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-tcU6Bftq4A h4 {
  letter-spacing: 2px;
}
.cid-tcU6Bftq4A figcaption {
  position: relative;
}
.cid-tcU6Bftq4A figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tcU6Bftq4A img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-tcU6Bftq4A .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-tcU6Bftq4A .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-tcU6Bftq4A .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-tcU6Bftq4A .image-block:before {
    opacity: 0.4;
  }
  .cid-tcU6Bftq4A .image-block .wrap {
    opacity: 1;
  }
}
.cid-tcV8xt7nkj {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tcV8xt7nkj .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-tcV8xt7nkj .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tcV8xt7nkj .image-block:hover:before {
  opacity: 0.4;
}
.cid-tcV8xt7nkj .image-block:hover .wrap {
  opacity: 1;
}
.cid-tcV8xt7nkj .image-block:hover img {
  transform: scale(1.05);
}
.cid-tcV8xt7nkj .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-tcV8xt7nkj h4 {
  letter-spacing: 2px;
}
.cid-tcV8xt7nkj figcaption {
  position: relative;
}
.cid-tcV8xt7nkj figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tcV8xt7nkj img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-tcV8xt7nkj .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-tcV8xt7nkj .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-tcV8xt7nkj .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-tcV8xt7nkj .image-block:before {
    opacity: 0.4;
  }
  .cid-tcV8xt7nkj .image-block .wrap {
    opacity: 1;
  }
}
.cid-tcU6Ccx2ch {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tcU6Ccx2ch .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-tcU6Ccx2ch .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tcU6Ccx2ch .image-block:hover:before {
  opacity: 0.4;
}
.cid-tcU6Ccx2ch .image-block:hover .wrap {
  opacity: 1;
}
.cid-tcU6Ccx2ch .image-block:hover img {
  transform: scale(1.05);
}
.cid-tcU6Ccx2ch .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-tcU6Ccx2ch h4 {
  letter-spacing: 2px;
}
.cid-tcU6Ccx2ch figcaption {
  position: relative;
}
.cid-tcU6Ccx2ch figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tcU6Ccx2ch img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-tcU6Ccx2ch .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-tcU6Ccx2ch .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-tcU6Ccx2ch .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-tcU6Ccx2ch .image-block:before {
    opacity: 0.4;
  }
  .cid-tcU6Ccx2ch .image-block .wrap {
    opacity: 1;
  }
}
.cid-tcU6CHRGfU {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tcU6CHRGfU .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-tcU6CHRGfU .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tcU6CHRGfU .image-block:hover:before {
  opacity: 0.4;
}
.cid-tcU6CHRGfU .image-block:hover .wrap {
  opacity: 1;
}
.cid-tcU6CHRGfU .image-block:hover img {
  transform: scale(1.05);
}
.cid-tcU6CHRGfU .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-tcU6CHRGfU h4 {
  letter-spacing: 2px;
}
.cid-tcU6CHRGfU figcaption {
  position: relative;
}
.cid-tcU6CHRGfU figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tcU6CHRGfU img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-tcU6CHRGfU .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-tcU6CHRGfU .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-tcU6CHRGfU .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-tcU6CHRGfU .image-block:before {
    opacity: 0.4;
  }
  .cid-tcU6CHRGfU .image-block .wrap {
    opacity: 1;
  }
}
.cid-tcU6D8v9S1 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tcU6D8v9S1 .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-tcU6D8v9S1 .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tcU6D8v9S1 .image-block:hover:before {
  opacity: 0.4;
}
.cid-tcU6D8v9S1 .image-block:hover .wrap {
  opacity: 1;
}
.cid-tcU6D8v9S1 .image-block:hover img {
  transform: scale(1.05);
}
.cid-tcU6D8v9S1 .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-tcU6D8v9S1 h4 {
  letter-spacing: 2px;
}
.cid-tcU6D8v9S1 figcaption {
  position: relative;
}
.cid-tcU6D8v9S1 figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tcU6D8v9S1 img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-tcU6D8v9S1 .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-tcU6D8v9S1 .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-tcU6D8v9S1 .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-tcU6D8v9S1 .image-block:before {
    opacity: 0.4;
  }
  .cid-tcU6D8v9S1 .image-block .wrap {
    opacity: 1;
  }
}
.cid-tcU6DI6kpI {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tcU6DI6kpI .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-tcU6DI6kpI .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tcU6DI6kpI .image-block:hover:before {
  opacity: 0.4;
}
.cid-tcU6DI6kpI .image-block:hover .wrap {
  opacity: 1;
}
.cid-tcU6DI6kpI .image-block:hover img {
  transform: scale(1.05);
}
.cid-tcU6DI6kpI .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-tcU6DI6kpI h4 {
  letter-spacing: 2px;
}
.cid-tcU6DI6kpI figcaption {
  position: relative;
}
.cid-tcU6DI6kpI figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tcU6DI6kpI img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-tcU6DI6kpI .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-tcU6DI6kpI .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-tcU6DI6kpI .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-tcU6DI6kpI .image-block:before {
    opacity: 0.4;
  }
  .cid-tcU6DI6kpI .image-block .wrap {
    opacity: 1;
  }
}
.cid-tcU6EhrcxF {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tcU6EhrcxF .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-tcU6EhrcxF .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tcU6EhrcxF .image-block:hover:before {
  opacity: 0.4;
}
.cid-tcU6EhrcxF .image-block:hover .wrap {
  opacity: 1;
}
.cid-tcU6EhrcxF .image-block:hover img {
  transform: scale(1.05);
}
.cid-tcU6EhrcxF .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-tcU6EhrcxF h4 {
  letter-spacing: 2px;
}
.cid-tcU6EhrcxF figcaption {
  position: relative;
}
.cid-tcU6EhrcxF figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tcU6EhrcxF img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-tcU6EhrcxF .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-tcU6EhrcxF .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-tcU6EhrcxF .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-tcU6EhrcxF .image-block:before {
    opacity: 0.4;
  }
  .cid-tcU6EhrcxF .image-block .wrap {
    opacity: 1;
  }
}
.cid-tcV4A7yYBG {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tcV4A7yYBG .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-tcV4A7yYBG .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tcV4A7yYBG .image-block:hover:before {
  opacity: 0.4;
}
.cid-tcV4A7yYBG .image-block:hover .wrap {
  opacity: 1;
}
.cid-tcV4A7yYBG .image-block:hover img {
  transform: scale(1.05);
}
.cid-tcV4A7yYBG .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-tcV4A7yYBG h4 {
  letter-spacing: 2px;
}
.cid-tcV4A7yYBG figcaption {
  position: relative;
}
.cid-tcV4A7yYBG figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tcV4A7yYBG img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-tcV4A7yYBG .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-tcV4A7yYBG .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-tcV4A7yYBG .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-tcV4A7yYBG .image-block:before {
    opacity: 0.4;
  }
  .cid-tcV4A7yYBG .image-block .wrap {
    opacity: 1;
  }
}
.cid-tcVke7z9ni {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tcVke7z9ni .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-tcVke7z9ni .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tcVke7z9ni .image-block:hover:before {
  opacity: 0.4;
}
.cid-tcVke7z9ni .image-block:hover .wrap {
  opacity: 1;
}
.cid-tcVke7z9ni .image-block:hover img {
  transform: scale(1.05);
}
.cid-tcVke7z9ni .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-tcVke7z9ni h4 {
  letter-spacing: 2px;
}
.cid-tcVke7z9ni figcaption {
  position: relative;
}
.cid-tcVke7z9ni figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tcVke7z9ni img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-tcVke7z9ni .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-tcVke7z9ni .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-tcVke7z9ni .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-tcVke7z9ni .image-block:before {
    opacity: 0.4;
  }
  .cid-tcVke7z9ni .image-block .wrap {
    opacity: 1;
  }
}
.cid-tcVzZ0Mw79 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tcVzZ0Mw79 .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-tcVzZ0Mw79 .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tcVzZ0Mw79 .image-block:hover:before {
  opacity: 0.4;
}
.cid-tcVzZ0Mw79 .image-block:hover .wrap {
  opacity: 1;
}
.cid-tcVzZ0Mw79 .image-block:hover img {
  transform: scale(1.05);
}
.cid-tcVzZ0Mw79 .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-tcVzZ0Mw79 h4 {
  letter-spacing: 2px;
}
.cid-tcVzZ0Mw79 figcaption {
  position: relative;
}
.cid-tcVzZ0Mw79 figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tcVzZ0Mw79 img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-tcVzZ0Mw79 .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-tcVzZ0Mw79 .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-tcVzZ0Mw79 .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-tcVzZ0Mw79 .image-block:before {
    opacity: 0.4;
  }
  .cid-tcVzZ0Mw79 .image-block .wrap {
    opacity: 1;
  }
}
.cid-t8ihKN7sai {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-t8ihKN7sai .row-links {
  width: 100%;
  justify-content: center;
}
.cid-t8ihKN7sai .social-row {
  width: 100%;
  justify-content: center;
}
.cid-t8ihKN7sai .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-t8ihKN7sai .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t8ihKN7sai .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t8ihKN7sai .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t8ihKN7sai .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-t8ihKN7sai .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t8ihKN7sai .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t8ihKN7sai .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-t8ihKN7sai .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t8ihKN7sai .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t8ihKN7sai .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t8ihKN7sai .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t8ihKN7sai foot-menu-item {
  text-align: right;
}
.cid-tKkDruiaMQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tKkDruiaMQ nav.navbar {
  position: fixed;
}
.cid-tKkDruiaMQ .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-tKkDruiaMQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tKkDruiaMQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tKkDruiaMQ .dropdown-item:hover,
.cid-tKkDruiaMQ .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tKkDruiaMQ .dropdown-item:hover span {
  color: white;
}
.cid-tKkDruiaMQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tKkDruiaMQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tKkDruiaMQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tKkDruiaMQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tKkDruiaMQ .nav-link {
  position: relative;
}
.cid-tKkDruiaMQ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tKkDruiaMQ .container {
    flex-wrap: nowrap;
  }
}
.cid-tKkDruiaMQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tKkDruiaMQ .dropdown-menu,
.cid-tKkDruiaMQ .navbar.opened {
  background: #222158 !important;
}
.cid-tKkDruiaMQ .nav-item:focus,
.cid-tKkDruiaMQ .nav-link:focus {
  outline: none;
}
.cid-tKkDruiaMQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tKkDruiaMQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tKkDruiaMQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tKkDruiaMQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKkDruiaMQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tKkDruiaMQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tKkDruiaMQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #222158;
}
.cid-tKkDruiaMQ .navbar.opened {
  transition: all 0.3s;
}
.cid-tKkDruiaMQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tKkDruiaMQ .navbar .navbar-logo img {
  width: auto;
}
.cid-tKkDruiaMQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tKkDruiaMQ .navbar.collapsed {
  justify-content: center;
}
.cid-tKkDruiaMQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tKkDruiaMQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tKkDruiaMQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tKkDruiaMQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tKkDruiaMQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tKkDruiaMQ .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-tKkDruiaMQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tKkDruiaMQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tKkDruiaMQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tKkDruiaMQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tKkDruiaMQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tKkDruiaMQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tKkDruiaMQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tKkDruiaMQ .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-tKkDruiaMQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tKkDruiaMQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tKkDruiaMQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tKkDruiaMQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tKkDruiaMQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tKkDruiaMQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tKkDruiaMQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tKkDruiaMQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tKkDruiaMQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tKkDruiaMQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tKkDruiaMQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tKkDruiaMQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tKkDruiaMQ .dropdown-item.active,
.cid-tKkDruiaMQ .dropdown-item:active {
  background-color: transparent;
}
.cid-tKkDruiaMQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tKkDruiaMQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tKkDruiaMQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tKkDruiaMQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #222158;
}
.cid-tKkDruiaMQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tKkDruiaMQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tKkDruiaMQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tKkDruiaMQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tKkDruiaMQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tKkDruiaMQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tKkDruiaMQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tKkDruiaMQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKkDruiaMQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKkDruiaMQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tKkDruiaMQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKkDruiaMQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tKkDruiaMQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tKkDruiaMQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKkDruiaMQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tKkDruiaMQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tKkDruiaMQ .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-tKkDruiaMQ .navbar {
    height: 70px;
  }
  .cid-tKkDruiaMQ .navbar.opened {
    height: auto;
  }
  .cid-tKkDruiaMQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tKkDrqZfGu {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/moviebackground-01-1-1920x1001.png");
}
.cid-tKkDrqZfGu .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tKkDrqZfGu .head_wrap:hover .mbr-section-title a {
  color: #ff6666 !important;
}
.cid-tKkDrr8joG {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tKkDrr8joG .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-tKkDrr8joG .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tKkDrr8joG .image-block:hover:before {
  opacity: 0.4;
}
.cid-tKkDrr8joG .image-block:hover .wrap {
  opacity: 1;
}
.cid-tKkDrr8joG .image-block:hover img {
  transform: scale(1.05);
}
.cid-tKkDrr8joG .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-tKkDrr8joG h4 {
  letter-spacing: 2px;
}
.cid-tKkDrr8joG figcaption {
  position: relative;
}
.cid-tKkDrr8joG figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tKkDrr8joG img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-tKkDrr8joG .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-tKkDrr8joG .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-tKkDrr8joG .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-tKkDrr8joG .image-block:before {
    opacity: 0.4;
  }
  .cid-tKkDrr8joG .image-block .wrap {
    opacity: 1;
  }
}
.cid-tKkDrrhjH9 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tKkDrrhjH9 .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-tKkDrrhjH9 .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tKkDrrhjH9 .image-block:hover:before {
  opacity: 0.4;
}
.cid-tKkDrrhjH9 .image-block:hover .wrap {
  opacity: 1;
}
.cid-tKkDrrhjH9 .image-block:hover img {
  transform: scale(1.05);
}
.cid-tKkDrrhjH9 .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-tKkDrrhjH9 h4 {
  letter-spacing: 2px;
}
.cid-tKkDrrhjH9 figcaption {
  position: relative;
}
.cid-tKkDrrhjH9 figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tKkDrrhjH9 img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-tKkDrrhjH9 .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-tKkDrrhjH9 .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-tKkDrrhjH9 .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-tKkDrrhjH9 .image-block:before {
    opacity: 0.4;
  }
  .cid-tKkDrrhjH9 .image-block .wrap {
    opacity: 1;
  }
}
.cid-tKkDrrq1Ve {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tKkDrrq1Ve .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-tKkDrrq1Ve .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tKkDrrq1Ve .image-block:hover:before {
  opacity: 0.4;
}
.cid-tKkDrrq1Ve .image-block:hover .wrap {
  opacity: 1;
}
.cid-tKkDrrq1Ve .image-block:hover img {
  transform: scale(1.05);
}
.cid-tKkDrrq1Ve .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-tKkDrrq1Ve h4 {
  letter-spacing: 2px;
}
.cid-tKkDrrq1Ve figcaption {
  position: relative;
}
.cid-tKkDrrq1Ve figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tKkDrrq1Ve img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-tKkDrrq1Ve .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-tKkDrrq1Ve .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-tKkDrrq1Ve .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-tKkDrrq1Ve .image-block:before {
    opacity: 0.4;
  }
  .cid-tKkDrrq1Ve .image-block .wrap {
    opacity: 1;
  }
}
.cid-tKkDrrzUki {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tKkDrrzUki .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-tKkDrrzUki .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tKkDrrzUki .image-block:hover:before {
  opacity: 0.4;
}
.cid-tKkDrrzUki .image-block:hover .wrap {
  opacity: 1;
}
.cid-tKkDrrzUki .image-block:hover img {
  transform: scale(1.05);
}
.cid-tKkDrrzUki .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-tKkDrrzUki h4 {
  letter-spacing: 2px;
}
.cid-tKkDrrzUki figcaption {
  position: relative;
}
.cid-tKkDrrzUki figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tKkDrrzUki img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-tKkDrrzUki .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-tKkDrrzUki .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-tKkDrrzUki .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-tKkDrrzUki .image-block:before {
    opacity: 0.4;
  }
  .cid-tKkDrrzUki .image-block .wrap {
    opacity: 1;
  }
}
.cid-tKkDrrIB2m {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tKkDrrIB2m .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-tKkDrrIB2m .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tKkDrrIB2m .image-block:hover:before {
  opacity: 0.4;
}
.cid-tKkDrrIB2m .image-block:hover .wrap {
  opacity: 1;
}
.cid-tKkDrrIB2m .image-block:hover img {
  transform: scale(1.05);
}
.cid-tKkDrrIB2m .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-tKkDrrIB2m h4 {
  letter-spacing: 2px;
}
.cid-tKkDrrIB2m figcaption {
  position: relative;
}
.cid-tKkDrrIB2m figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tKkDrrIB2m img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-tKkDrrIB2m .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-tKkDrrIB2m .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-tKkDrrIB2m .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-tKkDrrIB2m .image-block:before {
    opacity: 0.4;
  }
  .cid-tKkDrrIB2m .image-block .wrap {
    opacity: 1;
  }
}
.cid-tKkDrrQLwc {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tKkDrrQLwc .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-tKkDrrQLwc .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tKkDrrQLwc .image-block:hover:before {
  opacity: 0.4;
}
.cid-tKkDrrQLwc .image-block:hover .wrap {
  opacity: 1;
}
.cid-tKkDrrQLwc .image-block:hover img {
  transform: scale(1.05);
}
.cid-tKkDrrQLwc .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-tKkDrrQLwc h4 {
  letter-spacing: 2px;
}
.cid-tKkDrrQLwc figcaption {
  position: relative;
}
.cid-tKkDrrQLwc figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tKkDrrQLwc img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-tKkDrrQLwc .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-tKkDrrQLwc .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-tKkDrrQLwc .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-tKkDrrQLwc .image-block:before {
    opacity: 0.4;
  }
  .cid-tKkDrrQLwc .image-block .wrap {
    opacity: 1;
  }
}
.cid-tKkDrrZPQr {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tKkDrrZPQr .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-tKkDrrZPQr .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tKkDrrZPQr .image-block:hover:before {
  opacity: 0.4;
}
.cid-tKkDrrZPQr .image-block:hover .wrap {
  opacity: 1;
}
.cid-tKkDrrZPQr .image-block:hover img {
  transform: scale(1.05);
}
.cid-tKkDrrZPQr .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-tKkDrrZPQr h4 {
  letter-spacing: 2px;
}
.cid-tKkDrrZPQr figcaption {
  position: relative;
}
.cid-tKkDrrZPQr figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tKkDrrZPQr img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-tKkDrrZPQr .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-tKkDrrZPQr .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-tKkDrrZPQr .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-tKkDrrZPQr .image-block:before {
    opacity: 0.4;
  }
  .cid-tKkDrrZPQr .image-block .wrap {
    opacity: 1;
  }
}
.cid-tKkDrs8bDq {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tKkDrs8bDq .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-tKkDrs8bDq .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tKkDrs8bDq .image-block:hover:before {
  opacity: 0.4;
}
.cid-tKkDrs8bDq .image-block:hover .wrap {
  opacity: 1;
}
.cid-tKkDrs8bDq .image-block:hover img {
  transform: scale(1.05);
}
.cid-tKkDrs8bDq .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-tKkDrs8bDq h4 {
  letter-spacing: 2px;
}
.cid-tKkDrs8bDq figcaption {
  position: relative;
}
.cid-tKkDrs8bDq figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tKkDrs8bDq img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-tKkDrs8bDq .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-tKkDrs8bDq .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-tKkDrs8bDq .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-tKkDrs8bDq .image-block:before {
    opacity: 0.4;
  }
  .cid-tKkDrs8bDq .image-block .wrap {
    opacity: 1;
  }
}
.cid-tKkDrsh9iF {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tKkDrsh9iF .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-tKkDrsh9iF .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tKkDrsh9iF .image-block:hover:before {
  opacity: 0.4;
}
.cid-tKkDrsh9iF .image-block:hover .wrap {
  opacity: 1;
}
.cid-tKkDrsh9iF .image-block:hover img {
  transform: scale(1.05);
}
.cid-tKkDrsh9iF .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-tKkDrsh9iF h4 {
  letter-spacing: 2px;
}
.cid-tKkDrsh9iF figcaption {
  position: relative;
}
.cid-tKkDrsh9iF figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tKkDrsh9iF img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-tKkDrsh9iF .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-tKkDrsh9iF .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-tKkDrsh9iF .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-tKkDrsh9iF .image-block:before {
    opacity: 0.4;
  }
  .cid-tKkDrsh9iF .image-block .wrap {
    opacity: 1;
  }
}
.cid-tKkDrsqqKL {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tKkDrsqqKL .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-tKkDrsqqKL .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tKkDrsqqKL .image-block:hover:before {
  opacity: 0.4;
}
.cid-tKkDrsqqKL .image-block:hover .wrap {
  opacity: 1;
}
.cid-tKkDrsqqKL .image-block:hover img {
  transform: scale(1.05);
}
.cid-tKkDrsqqKL .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-tKkDrsqqKL h4 {
  letter-spacing: 2px;
}
.cid-tKkDrsqqKL figcaption {
  position: relative;
}
.cid-tKkDrsqqKL figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tKkDrsqqKL img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-tKkDrsqqKL .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-tKkDrsqqKL .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-tKkDrsqqKL .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-tKkDrsqqKL .image-block:before {
    opacity: 0.4;
  }
  .cid-tKkDrsqqKL .image-block .wrap {
    opacity: 1;
  }
}
.cid-tKkDrszWxX {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tKkDrszWxX .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-tKkDrszWxX .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tKkDrszWxX .image-block:hover:before {
  opacity: 0.4;
}
.cid-tKkDrszWxX .image-block:hover .wrap {
  opacity: 1;
}
.cid-tKkDrszWxX .image-block:hover img {
  transform: scale(1.05);
}
.cid-tKkDrszWxX .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-tKkDrszWxX h4 {
  letter-spacing: 2px;
}
.cid-tKkDrszWxX figcaption {
  position: relative;
}
.cid-tKkDrszWxX figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tKkDrszWxX img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-tKkDrszWxX .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-tKkDrszWxX .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-tKkDrszWxX .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-tKkDrszWxX .image-block:before {
    opacity: 0.4;
  }
  .cid-tKkDrszWxX .image-block .wrap {
    opacity: 1;
  }
}
.cid-tKkDrsIspc {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tKkDrsIspc .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-tKkDrsIspc .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tKkDrsIspc .image-block:hover:before {
  opacity: 0.4;
}
.cid-tKkDrsIspc .image-block:hover .wrap {
  opacity: 1;
}
.cid-tKkDrsIspc .image-block:hover img {
  transform: scale(1.05);
}
.cid-tKkDrsIspc .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-tKkDrsIspc h4 {
  letter-spacing: 2px;
}
.cid-tKkDrsIspc figcaption {
  position: relative;
}
.cid-tKkDrsIspc figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tKkDrsIspc img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-tKkDrsIspc .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-tKkDrsIspc .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-tKkDrsIspc .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-tKkDrsIspc .image-block:before {
    opacity: 0.4;
  }
  .cid-tKkDrsIspc .image-block .wrap {
    opacity: 1;
  }
}
.cid-tKkDrsTVZu {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tKkDrsTVZu .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-tKkDrsTVZu .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tKkDrsTVZu .image-block:hover:before {
  opacity: 0.4;
}
.cid-tKkDrsTVZu .image-block:hover .wrap {
  opacity: 1;
}
.cid-tKkDrsTVZu .image-block:hover img {
  transform: scale(1.05);
}
.cid-tKkDrsTVZu .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-tKkDrsTVZu h4 {
  letter-spacing: 2px;
}
.cid-tKkDrsTVZu figcaption {
  position: relative;
}
.cid-tKkDrsTVZu figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tKkDrsTVZu img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-tKkDrsTVZu .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-tKkDrsTVZu .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-tKkDrsTVZu .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-tKkDrsTVZu .image-block:before {
    opacity: 0.4;
  }
  .cid-tKkDrsTVZu .image-block .wrap {
    opacity: 1;
  }
}
.cid-tKkDrt3V59 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tKkDrt3V59 .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-tKkDrt3V59 .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tKkDrt3V59 .image-block:hover:before {
  opacity: 0.4;
}
.cid-tKkDrt3V59 .image-block:hover .wrap {
  opacity: 1;
}
.cid-tKkDrt3V59 .image-block:hover img {
  transform: scale(1.05);
}
.cid-tKkDrt3V59 .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-tKkDrt3V59 h4 {
  letter-spacing: 2px;
}
.cid-tKkDrt3V59 figcaption {
  position: relative;
}
.cid-tKkDrt3V59 figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tKkDrt3V59 img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-tKkDrt3V59 .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-tKkDrt3V59 .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-tKkDrt3V59 .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-tKkDrt3V59 .image-block:before {
    opacity: 0.4;
  }
  .cid-tKkDrt3V59 .image-block .wrap {
    opacity: 1;
  }
}
.cid-tKkDrtdeY9 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tKkDrtdeY9 .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-tKkDrtdeY9 .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tKkDrtdeY9 .image-block:hover:before {
  opacity: 0.4;
}
.cid-tKkDrtdeY9 .image-block:hover .wrap {
  opacity: 1;
}
.cid-tKkDrtdeY9 .image-block:hover img {
  transform: scale(1.05);
}
.cid-tKkDrtdeY9 .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-tKkDrtdeY9 h4 {
  letter-spacing: 2px;
}
.cid-tKkDrtdeY9 figcaption {
  position: relative;
}
.cid-tKkDrtdeY9 figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tKkDrtdeY9 img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-tKkDrtdeY9 .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-tKkDrtdeY9 .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-tKkDrtdeY9 .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-tKkDrtdeY9 .image-block:before {
    opacity: 0.4;
  }
  .cid-tKkDrtdeY9 .image-block .wrap {
    opacity: 1;
  }
}
.cid-tKkDrtn6tL {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tKkDrtn6tL .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-tKkDrtn6tL .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tKkDrtn6tL .image-block:hover:before {
  opacity: 0.4;
}
.cid-tKkDrtn6tL .image-block:hover .wrap {
  opacity: 1;
}
.cid-tKkDrtn6tL .image-block:hover img {
  transform: scale(1.05);
}
.cid-tKkDrtn6tL .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-tKkDrtn6tL h4 {
  letter-spacing: 2px;
}
.cid-tKkDrtn6tL figcaption {
  position: relative;
}
.cid-tKkDrtn6tL figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tKkDrtn6tL img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-tKkDrtn6tL .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-tKkDrtn6tL .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-tKkDrtn6tL .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-tKkDrtn6tL .image-block:before {
    opacity: 0.4;
  }
  .cid-tKkDrtn6tL .image-block .wrap {
    opacity: 1;
  }
}
.cid-tKkDrtyxHM {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tKkDrtyxHM .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-tKkDrtyxHM .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tKkDrtyxHM .image-block:hover:before {
  opacity: 0.4;
}
.cid-tKkDrtyxHM .image-block:hover .wrap {
  opacity: 1;
}
.cid-tKkDrtyxHM .image-block:hover img {
  transform: scale(1.05);
}
.cid-tKkDrtyxHM .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-tKkDrtyxHM h4 {
  letter-spacing: 2px;
}
.cid-tKkDrtyxHM figcaption {
  position: relative;
}
.cid-tKkDrtyxHM figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tKkDrtyxHM img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-tKkDrtyxHM .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-tKkDrtyxHM .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-tKkDrtyxHM .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-tKkDrtyxHM .image-block:before {
    opacity: 0.4;
  }
  .cid-tKkDrtyxHM .image-block .wrap {
    opacity: 1;
  }
}
.cid-tKkDrtJH7B {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tKkDrtJH7B .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-tKkDrtJH7B .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tKkDrtJH7B .image-block:hover:before {
  opacity: 0.4;
}
.cid-tKkDrtJH7B .image-block:hover .wrap {
  opacity: 1;
}
.cid-tKkDrtJH7B .image-block:hover img {
  transform: scale(1.05);
}
.cid-tKkDrtJH7B .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-tKkDrtJH7B h4 {
  letter-spacing: 2px;
}
.cid-tKkDrtJH7B figcaption {
  position: relative;
}
.cid-tKkDrtJH7B figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tKkDrtJH7B img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-tKkDrtJH7B .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-tKkDrtJH7B .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-tKkDrtJH7B .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-tKkDrtJH7B .image-block:before {
    opacity: 0.4;
  }
  .cid-tKkDrtJH7B .image-block .wrap {
    opacity: 1;
  }
}
.cid-tKlxC4soH3 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tKlxC4soH3 .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-tKlxC4soH3 .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tKlxC4soH3 .image-block:hover:before {
  opacity: 0.4;
}
.cid-tKlxC4soH3 .image-block:hover .wrap {
  opacity: 1;
}
.cid-tKlxC4soH3 .image-block:hover img {
  transform: scale(1.05);
}
.cid-tKlxC4soH3 .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-tKlxC4soH3 h4 {
  letter-spacing: 2px;
}
.cid-tKlxC4soH3 figcaption {
  position: relative;
}
.cid-tKlxC4soH3 figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tKlxC4soH3 img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-tKlxC4soH3 .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-tKlxC4soH3 .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-tKlxC4soH3 .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-tKlxC4soH3 .image-block:before {
    opacity: 0.4;
  }
  .cid-tKlxC4soH3 .image-block .wrap {
    opacity: 1;
  }
}
.cid-tKlxSbIevg {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tKlxSbIevg .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-tKlxSbIevg .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tKlxSbIevg .image-block:hover:before {
  opacity: 0.4;
}
.cid-tKlxSbIevg .image-block:hover .wrap {
  opacity: 1;
}
.cid-tKlxSbIevg .image-block:hover img {
  transform: scale(1.05);
}
.cid-tKlxSbIevg .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-tKlxSbIevg h4 {
  letter-spacing: 2px;
}
.cid-tKlxSbIevg figcaption {
  position: relative;
}
.cid-tKlxSbIevg figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tKlxSbIevg img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-tKlxSbIevg .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-tKlxSbIevg .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-tKlxSbIevg .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-tKlxSbIevg .image-block:before {
    opacity: 0.4;
  }
  .cid-tKlxSbIevg .image-block .wrap {
    opacity: 1;
  }
}
.cid-tKly39cwj7 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tKly39cwj7 .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-tKly39cwj7 .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tKly39cwj7 .image-block:hover:before {
  opacity: 0.4;
}
.cid-tKly39cwj7 .image-block:hover .wrap {
  opacity: 1;
}
.cid-tKly39cwj7 .image-block:hover img {
  transform: scale(1.05);
}
.cid-tKly39cwj7 .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-tKly39cwj7 h4 {
  letter-spacing: 2px;
}
.cid-tKly39cwj7 figcaption {
  position: relative;
}
.cid-tKly39cwj7 figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tKly39cwj7 img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-tKly39cwj7 .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-tKly39cwj7 .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-tKly39cwj7 .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-tKly39cwj7 .image-block:before {
    opacity: 0.4;
  }
  .cid-tKly39cwj7 .image-block .wrap {
    opacity: 1;
  }
}
.cid-tKkDru319g {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-tKkDru319g .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tKkDru319g .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tKkDru319g .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tKkDru319g .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tKkDru319g .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tKkDru319g .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tKkDru319g .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-tKkDru319g .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tKkDru319g .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tKkDru319g .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tKkDru319g .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tKkDru319g .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tKkDru319g .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tKkDru319g .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tKkDru319g foot-menu-item {
  text-align: right;
}
.cid-tw0vKBEcgd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tw0vKBEcgd nav.navbar {
  position: fixed;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tw0vKBEcgd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tw0vKBEcgd .dropdown-item:hover,
.cid-tw0vKBEcgd .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tw0vKBEcgd .dropdown-item:hover span {
  color: white;
}
.cid-tw0vKBEcgd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tw0vKBEcgd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tw0vKBEcgd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tw0vKBEcgd .nav-link {
  position: relative;
}
.cid-tw0vKBEcgd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .container {
    flex-wrap: nowrap;
  }
}
.cid-tw0vKBEcgd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown-menu,
.cid-tw0vKBEcgd .navbar.opened {
  background: #222158 !important;
}
.cid-tw0vKBEcgd .nav-item:focus,
.cid-tw0vKBEcgd .nav-link:focus {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tw0vKBEcgd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tw0vKBEcgd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.opened {
  transition: all 0.3s;
}
.cid-tw0vKBEcgd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tw0vKBEcgd .navbar .navbar-logo img {
  width: auto;
}
.cid-tw0vKBEcgd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar.collapsed {
  justify-content: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tw0vKBEcgd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tw0vKBEcgd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tw0vKBEcgd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tw0vKBEcgd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tw0vKBEcgd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tw0vKBEcgd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tw0vKBEcgd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tw0vKBEcgd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tw0vKBEcgd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown-item.active,
.cid-tw0vKBEcgd .dropdown-item:active {
  background-color: transparent;
}
.cid-tw0vKBEcgd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tw0vKBEcgd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tw0vKBEcgd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tw0vKBEcgd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tw0vKBEcgd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tw0vKBEcgd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar {
    height: 70px;
  }
  .cid-tw0vKBEcgd .navbar.opened {
    height: auto;
  }
  .cid-tw0vKBEcgd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-taWHQeBBIe {
  background-color: #004cd5;
}
.cid-taWHQeBBIe section {
  overflow: hidden;
}
.cid-taWHQeBBIe .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-taWHQeBBIe .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-taWHQeBBIe .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-taWHQeBBIe .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-taWHQeBBIe .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-taWHQeBBIe .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-taWHQeBBIe .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-taWHQeBBIe .container-fluid {
    padding: 0;
  }
  .cid-taWHQeBBIe .text-wrapper {
    max-width: 700px;
  }
  .cid-taWHQeBBIe .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-taWHQeBBIe .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-taWI7WDZNd {
  background-color: #004cd5;
}
.cid-taWI7WDZNd section {
  overflow: hidden;
}
.cid-taWI7WDZNd .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-taWI7WDZNd .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-taWI7WDZNd .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-taWI7WDZNd .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-taWI7WDZNd .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-taWI7WDZNd .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-taWI7WDZNd .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-taWI7WDZNd .container-fluid {
    padding: 0;
  }
  .cid-taWI7WDZNd .text-wrapper {
    max-width: 700px;
  }
  .cid-taWI7WDZNd .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-taWI7WDZNd .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-taWIG5W2jT {
  background-color: #004cd5;
}
.cid-taWIG5W2jT section {
  overflow: hidden;
}
.cid-taWIG5W2jT .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-taWIG5W2jT .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-taWIG5W2jT .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-taWIG5W2jT .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-taWIG5W2jT .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-taWIG5W2jT .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-taWIG5W2jT .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-taWIG5W2jT .container-fluid {
    padding: 0;
  }
  .cid-taWIG5W2jT .text-wrapper {
    max-width: 700px;
  }
  .cid-taWIG5W2jT .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-taWIG5W2jT .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-taWJkTgOHG {
  background-color: #004cd5;
}
.cid-taWJkTgOHG section {
  overflow: hidden;
}
.cid-taWJkTgOHG .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-taWJkTgOHG .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-taWJkTgOHG .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-taWJkTgOHG .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-taWJkTgOHG .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-taWJkTgOHG .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-taWJkTgOHG .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-taWJkTgOHG .container-fluid {
    padding: 0;
  }
  .cid-taWJkTgOHG .text-wrapper {
    max-width: 700px;
  }
  .cid-taWJkTgOHG .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-taWJkTgOHG .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-taWJPQ1Beg {
  background-color: #004cd5;
}
.cid-taWJPQ1Beg section {
  overflow: hidden;
}
.cid-taWJPQ1Beg .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-taWJPQ1Beg .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-taWJPQ1Beg .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-taWJPQ1Beg .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-taWJPQ1Beg .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-taWJPQ1Beg .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-taWJPQ1Beg .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-taWJPQ1Beg .container-fluid {
    padding: 0;
  }
  .cid-taWJPQ1Beg .text-wrapper {
    max-width: 700px;
  }
  .cid-taWJPQ1Beg .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-taWJPQ1Beg .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-taWKh19mB6 {
  background-color: #004cd5;
}
.cid-taWKh19mB6 section {
  overflow: hidden;
}
.cid-taWKh19mB6 .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-taWKh19mB6 .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-taWKh19mB6 .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-taWKh19mB6 .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-taWKh19mB6 .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-taWKh19mB6 .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-taWKh19mB6 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-taWKh19mB6 .container-fluid {
    padding: 0;
  }
  .cid-taWKh19mB6 .text-wrapper {
    max-width: 700px;
  }
  .cid-taWKh19mB6 .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-taWKh19mB6 .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-taWKzoTsVL {
  background-color: #004cd5;
}
.cid-taWKzoTsVL section {
  overflow: hidden;
}
.cid-taWKzoTsVL .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-taWKzoTsVL .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-taWKzoTsVL .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-taWKzoTsVL .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-taWKzoTsVL .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-taWKzoTsVL .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-taWKzoTsVL .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-taWKzoTsVL .container-fluid {
    padding: 0;
  }
  .cid-taWKzoTsVL .text-wrapper {
    max-width: 700px;
  }
  .cid-taWKzoTsVL .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-taWKzoTsVL .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tb2lcmqtKV {
  background-color: #004cd5;
}
.cid-tb2lcmqtKV section {
  overflow: hidden;
}
.cid-tb2lcmqtKV .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tb2lcmqtKV .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tb2lcmqtKV .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tb2lcmqtKV .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tb2lcmqtKV .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tb2lcmqtKV .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tb2lcmqtKV .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tb2lcmqtKV .container-fluid {
    padding: 0;
  }
  .cid-tb2lcmqtKV .text-wrapper {
    max-width: 700px;
  }
  .cid-tb2lcmqtKV .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tb2lcmqtKV .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tb2lcN5oc9 {
  background-color: #004cd5;
}
.cid-tb2lcN5oc9 section {
  overflow: hidden;
}
.cid-tb2lcN5oc9 .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tb2lcN5oc9 .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tb2lcN5oc9 .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tb2lcN5oc9 .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tb2lcN5oc9 .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tb2lcN5oc9 .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tb2lcN5oc9 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tb2lcN5oc9 .container-fluid {
    padding: 0;
  }
  .cid-tb2lcN5oc9 .text-wrapper {
    max-width: 700px;
  }
  .cid-tb2lcN5oc9 .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tb2lcN5oc9 .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tb2ldg2Mrf {
  background-color: #004cd5;
}
.cid-tb2ldg2Mrf section {
  overflow: hidden;
}
.cid-tb2ldg2Mrf .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tb2ldg2Mrf .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tb2ldg2Mrf .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tb2ldg2Mrf .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tb2ldg2Mrf .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tb2ldg2Mrf .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tb2ldg2Mrf .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tb2ldg2Mrf .container-fluid {
    padding: 0;
  }
  .cid-tb2ldg2Mrf .text-wrapper {
    max-width: 700px;
  }
  .cid-tb2ldg2Mrf .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tb2ldg2Mrf .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tb2ldFdtQt {
  background-color: #004cd5;
}
.cid-tb2ldFdtQt section {
  overflow: hidden;
}
.cid-tb2ldFdtQt .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tb2ldFdtQt .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tb2ldFdtQt .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tb2ldFdtQt .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tb2ldFdtQt .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tb2ldFdtQt .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tb2ldFdtQt .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tb2ldFdtQt .container-fluid {
    padding: 0;
  }
  .cid-tb2ldFdtQt .text-wrapper {
    max-width: 700px;
  }
  .cid-tb2ldFdtQt .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tb2ldFdtQt .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tb2le2P6zk {
  background-color: #004cd5;
}
.cid-tb2le2P6zk section {
  overflow: hidden;
}
.cid-tb2le2P6zk .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tb2le2P6zk .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tb2le2P6zk .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tb2le2P6zk .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tb2le2P6zk .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tb2le2P6zk .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tb2le2P6zk .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tb2le2P6zk .container-fluid {
    padding: 0;
  }
  .cid-tb2le2P6zk .text-wrapper {
    max-width: 700px;
  }
  .cid-tb2le2P6zk .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tb2le2P6zk .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tb2lepj1Fr {
  background-color: #004cd5;
}
.cid-tb2lepj1Fr section {
  overflow: hidden;
}
.cid-tb2lepj1Fr .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tb2lepj1Fr .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tb2lepj1Fr .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tb2lepj1Fr .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tb2lepj1Fr .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tb2lepj1Fr .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tb2lepj1Fr .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tb2lepj1Fr .container-fluid {
    padding: 0;
  }
  .cid-tb2lepj1Fr .text-wrapper {
    max-width: 700px;
  }
  .cid-tb2lepj1Fr .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tb2lepj1Fr .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tb2lfqIJbb {
  background-color: #004cd5;
}
.cid-tb2lfqIJbb section {
  overflow: hidden;
}
.cid-tb2lfqIJbb .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tb2lfqIJbb .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tb2lfqIJbb .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tb2lfqIJbb .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tb2lfqIJbb .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tb2lfqIJbb .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tb2lfqIJbb .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tb2lfqIJbb .container-fluid {
    padding: 0;
  }
  .cid-tb2lfqIJbb .text-wrapper {
    max-width: 700px;
  }
  .cid-tb2lfqIJbb .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tb2lfqIJbb .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tb2lgxnARf {
  background-color: #004cd5;
}
.cid-tb2lgxnARf section {
  overflow: hidden;
}
.cid-tb2lgxnARf .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tb2lgxnARf .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tb2lgxnARf .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tb2lgxnARf .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tb2lgxnARf .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tb2lgxnARf .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tb2lgxnARf .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tb2lgxnARf .container-fluid {
    padding: 0;
  }
  .cid-tb2lgxnARf .text-wrapper {
    max-width: 700px;
  }
  .cid-tb2lgxnARf .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tb2lgxnARf .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tb2lgS68Ia {
  background-color: #004cd5;
}
.cid-tb2lgS68Ia section {
  overflow: hidden;
}
.cid-tb2lgS68Ia .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tb2lgS68Ia .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tb2lgS68Ia .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tb2lgS68Ia .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tb2lgS68Ia .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tb2lgS68Ia .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tb2lgS68Ia .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tb2lgS68Ia .container-fluid {
    padding: 0;
  }
  .cid-tb2lgS68Ia .text-wrapper {
    max-width: 700px;
  }
  .cid-tb2lgS68Ia .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tb2lgS68Ia .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tb2lhe3mfS {
  background-color: #004cd5;
}
.cid-tb2lhe3mfS section {
  overflow: hidden;
}
.cid-tb2lhe3mfS .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tb2lhe3mfS .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tb2lhe3mfS .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tb2lhe3mfS .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tb2lhe3mfS .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tb2lhe3mfS .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tb2lhe3mfS .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tb2lhe3mfS .container-fluid {
    padding: 0;
  }
  .cid-tb2lhe3mfS .text-wrapper {
    max-width: 700px;
  }
  .cid-tb2lhe3mfS .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tb2lhe3mfS .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tb2lhsbOJv {
  background-color: #004cd5;
}
.cid-tb2lhsbOJv section {
  overflow: hidden;
}
.cid-tb2lhsbOJv .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tb2lhsbOJv .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tb2lhsbOJv .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tb2lhsbOJv .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tb2lhsbOJv .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tb2lhsbOJv .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tb2lhsbOJv .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tb2lhsbOJv .container-fluid {
    padding: 0;
  }
  .cid-tb2lhsbOJv .text-wrapper {
    max-width: 700px;
  }
  .cid-tb2lhsbOJv .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tb2lhsbOJv .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tb2lhLx5sF {
  background-color: #004cd5;
}
.cid-tb2lhLx5sF section {
  overflow: hidden;
}
.cid-tb2lhLx5sF .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tb2lhLx5sF .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tb2lhLx5sF .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tb2lhLx5sF .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tb2lhLx5sF .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tb2lhLx5sF .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tb2lhLx5sF .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tb2lhLx5sF .container-fluid {
    padding: 0;
  }
  .cid-tb2lhLx5sF .text-wrapper {
    max-width: 700px;
  }
  .cid-tb2lhLx5sF .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tb2lhLx5sF .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tb2li2FtiC {
  background-color: #004cd5;
}
.cid-tb2li2FtiC section {
  overflow: hidden;
}
.cid-tb2li2FtiC .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tb2li2FtiC .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tb2li2FtiC .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tb2li2FtiC .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tb2li2FtiC .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tb2li2FtiC .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tb2li2FtiC .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tb2li2FtiC .container-fluid {
    padding: 0;
  }
  .cid-tb2li2FtiC .text-wrapper {
    max-width: 700px;
  }
  .cid-tb2li2FtiC .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tb2li2FtiC .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tb2liikELW {
  background-color: #004cd5;
}
.cid-tb2liikELW section {
  overflow: hidden;
}
.cid-tb2liikELW .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tb2liikELW .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tb2liikELW .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tb2liikELW .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tb2liikELW .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tb2liikELW .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tb2liikELW .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tb2liikELW .container-fluid {
    padding: 0;
  }
  .cid-tb2liikELW .text-wrapper {
    max-width: 700px;
  }
  .cid-tb2liikELW .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tb2liikELW .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tb2lizcdC2 {
  background-color: #004cd5;
}
.cid-tb2lizcdC2 section {
  overflow: hidden;
}
.cid-tb2lizcdC2 .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tb2lizcdC2 .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tb2lizcdC2 .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tb2lizcdC2 .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tb2lizcdC2 .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tb2lizcdC2 .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tb2lizcdC2 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tb2lizcdC2 .container-fluid {
    padding: 0;
  }
  .cid-tb2lizcdC2 .text-wrapper {
    max-width: 700px;
  }
  .cid-tb2lizcdC2 .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tb2lizcdC2 .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tb2liR21GQ {
  background-color: #004cd5;
}
.cid-tb2liR21GQ section {
  overflow: hidden;
}
.cid-tb2liR21GQ .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tb2liR21GQ .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tb2liR21GQ .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tb2liR21GQ .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tb2liR21GQ .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tb2liR21GQ .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tb2liR21GQ .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tb2liR21GQ .container-fluid {
    padding: 0;
  }
  .cid-tb2liR21GQ .text-wrapper {
    max-width: 700px;
  }
  .cid-tb2liR21GQ .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tb2liR21GQ .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tb2lj8cv8x {
  background-color: #004cd5;
}
.cid-tb2lj8cv8x section {
  overflow: hidden;
}
.cid-tb2lj8cv8x .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tb2lj8cv8x .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tb2lj8cv8x .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tb2lj8cv8x .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tb2lj8cv8x .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tb2lj8cv8x .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tb2lj8cv8x .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tb2lj8cv8x .container-fluid {
    padding: 0;
  }
  .cid-tb2lj8cv8x .text-wrapper {
    max-width: 700px;
  }
  .cid-tb2lj8cv8x .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tb2lj8cv8x .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tb2lfKfPCr {
  background-color: #004cd5;
}
.cid-tb2lfKfPCr section {
  overflow: hidden;
}
.cid-tb2lfKfPCr .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tb2lfKfPCr .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tb2lfKfPCr .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tb2lfKfPCr .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tb2lfKfPCr .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tb2lfKfPCr .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tb2lfKfPCr .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tb2lfKfPCr .container-fluid {
    padding: 0;
  }
  .cid-tb2lfKfPCr .text-wrapper {
    max-width: 700px;
  }
  .cid-tb2lfKfPCr .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tb2lfKfPCr .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tb2lf7ehH5 {
  background-color: #004cd5;
}
.cid-tb2lf7ehH5 section {
  overflow: hidden;
}
.cid-tb2lf7ehH5 .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tb2lf7ehH5 .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tb2lf7ehH5 .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tb2lf7ehH5 .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tb2lf7ehH5 .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tb2lf7ehH5 .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tb2lf7ehH5 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tb2lf7ehH5 .container-fluid {
    padding: 0;
  }
  .cid-tb2lf7ehH5 .text-wrapper {
    max-width: 700px;
  }
  .cid-tb2lf7ehH5 .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tb2lf7ehH5 .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tb2leJqlxZ {
  background-color: #004cd5;
}
.cid-tb2leJqlxZ section {
  overflow: hidden;
}
.cid-tb2leJqlxZ .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tb2leJqlxZ .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tb2leJqlxZ .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tb2leJqlxZ .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tb2leJqlxZ .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tb2leJqlxZ .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tb2leJqlxZ .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tb2leJqlxZ .container-fluid {
    padding: 0;
  }
  .cid-tb2leJqlxZ .text-wrapper {
    max-width: 700px;
  }
  .cid-tb2leJqlxZ .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tb2leJqlxZ .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tb2nVRBX5i {
  background-color: #004cd5;
}
.cid-tb2nVRBX5i section {
  overflow: hidden;
}
.cid-tb2nVRBX5i .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tb2nVRBX5i .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tb2nVRBX5i .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tb2nVRBX5i .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tb2nVRBX5i .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tb2nVRBX5i .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tb2nVRBX5i .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tb2nVRBX5i .container-fluid {
    padding: 0;
  }
  .cid-tb2nVRBX5i .text-wrapper {
    max-width: 700px;
  }
  .cid-tb2nVRBX5i .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tb2nVRBX5i .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tb2nWcwLls {
  background-color: #004cd5;
}
.cid-tb2nWcwLls section {
  overflow: hidden;
}
.cid-tb2nWcwLls .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tb2nWcwLls .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tb2nWcwLls .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tb2nWcwLls .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tb2nWcwLls .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tb2nWcwLls .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tb2nWcwLls .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tb2nWcwLls .container-fluid {
    padding: 0;
  }
  .cid-tb2nWcwLls .text-wrapper {
    max-width: 700px;
  }
  .cid-tb2nWcwLls .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tb2nWcwLls .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tb2nWsrqH3 {
  background-color: #004cd5;
}
.cid-tb2nWsrqH3 section {
  overflow: hidden;
}
.cid-tb2nWsrqH3 .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tb2nWsrqH3 .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tb2nWsrqH3 .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tb2nWsrqH3 .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tb2nWsrqH3 .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tb2nWsrqH3 .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tb2nWsrqH3 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tb2nWsrqH3 .container-fluid {
    padding: 0;
  }
  .cid-tb2nWsrqH3 .text-wrapper {
    max-width: 700px;
  }
  .cid-tb2nWsrqH3 .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tb2nWsrqH3 .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tb2nWGRMCe {
  background-color: #004cd5;
}
.cid-tb2nWGRMCe section {
  overflow: hidden;
}
.cid-tb2nWGRMCe .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tb2nWGRMCe .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tb2nWGRMCe .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tb2nWGRMCe .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tb2nWGRMCe .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tb2nWGRMCe .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tb2nWGRMCe .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tb2nWGRMCe .container-fluid {
    padding: 0;
  }
  .cid-tb2nWGRMCe .text-wrapper {
    max-width: 700px;
  }
  .cid-tb2nWGRMCe .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tb2nWGRMCe .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tb2nWVfMl0 {
  background-color: #004cd5;
}
.cid-tb2nWVfMl0 section {
  overflow: hidden;
}
.cid-tb2nWVfMl0 .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tb2nWVfMl0 .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tb2nWVfMl0 .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tb2nWVfMl0 .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tb2nWVfMl0 .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tb2nWVfMl0 .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tb2nWVfMl0 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tb2nWVfMl0 .container-fluid {
    padding: 0;
  }
  .cid-tb2nWVfMl0 .text-wrapper {
    max-width: 700px;
  }
  .cid-tb2nWVfMl0 .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tb2nWVfMl0 .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tb2nXb7ngF {
  background-color: #004cd5;
}
.cid-tb2nXb7ngF section {
  overflow: hidden;
}
.cid-tb2nXb7ngF .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tb2nXb7ngF .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tb2nXb7ngF .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tb2nXb7ngF .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tb2nXb7ngF .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tb2nXb7ngF .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tb2nXb7ngF .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tb2nXb7ngF .container-fluid {
    padding: 0;
  }
  .cid-tb2nXb7ngF .text-wrapper {
    max-width: 700px;
  }
  .cid-tb2nXb7ngF .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tb2nXb7ngF .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tb2nXq6Q2q {
  background-color: #004cd5;
}
.cid-tb2nXq6Q2q section {
  overflow: hidden;
}
.cid-tb2nXq6Q2q .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tb2nXq6Q2q .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tb2nXq6Q2q .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tb2nXq6Q2q .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tb2nXq6Q2q .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tb2nXq6Q2q .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tb2nXq6Q2q .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tb2nXq6Q2q .container-fluid {
    padding: 0;
  }
  .cid-tb2nXq6Q2q .text-wrapper {
    max-width: 700px;
  }
  .cid-tb2nXq6Q2q .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tb2nXq6Q2q .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tb2nXF1fO9 {
  background-color: #004cd5;
}
.cid-tb2nXF1fO9 section {
  overflow: hidden;
}
.cid-tb2nXF1fO9 .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tb2nXF1fO9 .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tb2nXF1fO9 .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tb2nXF1fO9 .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tb2nXF1fO9 .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tb2nXF1fO9 .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tb2nXF1fO9 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tb2nXF1fO9 .container-fluid {
    padding: 0;
  }
  .cid-tb2nXF1fO9 .text-wrapper {
    max-width: 700px;
  }
  .cid-tb2nXF1fO9 .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tb2nXF1fO9 .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tb2nXU9iAA {
  background-color: #004cd5;
}
.cid-tb2nXU9iAA section {
  overflow: hidden;
}
.cid-tb2nXU9iAA .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tb2nXU9iAA .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tb2nXU9iAA .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tb2nXU9iAA .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tb2nXU9iAA .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tb2nXU9iAA .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tb2nXU9iAA .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tb2nXU9iAA .container-fluid {
    padding: 0;
  }
  .cid-tb2nXU9iAA .text-wrapper {
    max-width: 700px;
  }
  .cid-tb2nXU9iAA .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tb2nXU9iAA .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tb2nYbd8co {
  background-color: #004cd5;
}
.cid-tb2nYbd8co section {
  overflow: hidden;
}
.cid-tb2nYbd8co .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tb2nYbd8co .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tb2nYbd8co .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tb2nYbd8co .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tb2nYbd8co .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tb2nYbd8co .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tb2nYbd8co .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tb2nYbd8co .container-fluid {
    padding: 0;
  }
  .cid-tb2nYbd8co .text-wrapper {
    max-width: 700px;
  }
  .cid-tb2nYbd8co .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tb2nYbd8co .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tb2nVBAdZc {
  background-color: #004cd5;
}
.cid-tb2nVBAdZc section {
  overflow: hidden;
}
.cid-tb2nVBAdZc .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tb2nVBAdZc .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tb2nVBAdZc .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tb2nVBAdZc .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tb2nVBAdZc .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tb2nVBAdZc .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tb2nVBAdZc .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tb2nVBAdZc .container-fluid {
    padding: 0;
  }
  .cid-tb2nVBAdZc .text-wrapper {
    max-width: 700px;
  }
  .cid-tb2nVBAdZc .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tb2nVBAdZc .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tb2nUOduvt {
  background-color: #004cd5;
}
.cid-tb2nUOduvt section {
  overflow: hidden;
}
.cid-tb2nUOduvt .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tb2nUOduvt .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tb2nUOduvt .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tb2nUOduvt .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tb2nUOduvt .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tb2nUOduvt .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tb2nUOduvt .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tb2nUOduvt .container-fluid {
    padding: 0;
  }
  .cid-tb2nUOduvt .text-wrapper {
    max-width: 700px;
  }
  .cid-tb2nUOduvt .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tb2nUOduvt .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tbiRVmRX6u {
  background-color: #004cd5;
}
.cid-tbiRVmRX6u section {
  overflow: hidden;
}
.cid-tbiRVmRX6u .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tbiRVmRX6u .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tbiRVmRX6u .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tbiRVmRX6u .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tbiRVmRX6u .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tbiRVmRX6u .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tbiRVmRX6u .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tbiRVmRX6u .container-fluid {
    padding: 0;
  }
  .cid-tbiRVmRX6u .text-wrapper {
    max-width: 700px;
  }
  .cid-tbiRVmRX6u .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tbiRVmRX6u .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tbiRWco5mB {
  background-color: #004cd5;
}
.cid-tbiRWco5mB section {
  overflow: hidden;
}
.cid-tbiRWco5mB .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tbiRWco5mB .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tbiRWco5mB .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tbiRWco5mB .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tbiRWco5mB .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tbiRWco5mB .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tbiRWco5mB .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tbiRWco5mB .container-fluid {
    padding: 0;
  }
  .cid-tbiRWco5mB .text-wrapper {
    max-width: 700px;
  }
  .cid-tbiRWco5mB .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tbiRWco5mB .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tbiRWyHFn0 {
  background-color: #004cd5;
}
.cid-tbiRWyHFn0 section {
  overflow: hidden;
}
.cid-tbiRWyHFn0 .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tbiRWyHFn0 .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tbiRWyHFn0 .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tbiRWyHFn0 .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tbiRWyHFn0 .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tbiRWyHFn0 .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tbiRWyHFn0 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tbiRWyHFn0 .container-fluid {
    padding: 0;
  }
  .cid-tbiRWyHFn0 .text-wrapper {
    max-width: 700px;
  }
  .cid-tbiRWyHFn0 .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tbiRWyHFn0 .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tbiRWX6c37 {
  background-color: #004cd5;
}
.cid-tbiRWX6c37 section {
  overflow: hidden;
}
.cid-tbiRWX6c37 .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tbiRWX6c37 .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tbiRWX6c37 .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tbiRWX6c37 .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tbiRWX6c37 .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tbiRWX6c37 .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tbiRWX6c37 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tbiRWX6c37 .container-fluid {
    padding: 0;
  }
  .cid-tbiRWX6c37 .text-wrapper {
    max-width: 700px;
  }
  .cid-tbiRWX6c37 .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tbiRWX6c37 .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tbiRXG56rU {
  background-color: #004cd5;
}
.cid-tbiRXG56rU section {
  overflow: hidden;
}
.cid-tbiRXG56rU .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tbiRXG56rU .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tbiRXG56rU .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tbiRXG56rU .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tbiRXG56rU .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tbiRXG56rU .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tbiRXG56rU .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tbiRXG56rU .container-fluid {
    padding: 0;
  }
  .cid-tbiRXG56rU .text-wrapper {
    max-width: 700px;
  }
  .cid-tbiRXG56rU .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tbiRXG56rU .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tbiRY5ierC {
  background-color: #004cd5;
}
.cid-tbiRY5ierC section {
  overflow: hidden;
}
.cid-tbiRY5ierC .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tbiRY5ierC .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tbiRY5ierC .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tbiRY5ierC .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tbiRY5ierC .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tbiRY5ierC .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tbiRY5ierC .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tbiRY5ierC .container-fluid {
    padding: 0;
  }
  .cid-tbiRY5ierC .text-wrapper {
    max-width: 700px;
  }
  .cid-tbiRY5ierC .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tbiRY5ierC .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tbiRYrjTMD {
  background-color: #004cd5;
}
.cid-tbiRYrjTMD section {
  overflow: hidden;
}
.cid-tbiRYrjTMD .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tbiRYrjTMD .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tbiRYrjTMD .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tbiRYrjTMD .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tbiRYrjTMD .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tbiRYrjTMD .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tbiRYrjTMD .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tbiRYrjTMD .container-fluid {
    padding: 0;
  }
  .cid-tbiRYrjTMD .text-wrapper {
    max-width: 700px;
  }
  .cid-tbiRYrjTMD .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tbiRYrjTMD .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tbiRYOjyiJ {
  background-color: #004cd5;
}
.cid-tbiRYOjyiJ section {
  overflow: hidden;
}
.cid-tbiRYOjyiJ .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tbiRYOjyiJ .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tbiRYOjyiJ .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tbiRYOjyiJ .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tbiRYOjyiJ .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tbiRYOjyiJ .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tbiRYOjyiJ .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tbiRYOjyiJ .container-fluid {
    padding: 0;
  }
  .cid-tbiRYOjyiJ .text-wrapper {
    max-width: 700px;
  }
  .cid-tbiRYOjyiJ .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tbiRYOjyiJ .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tbiRZ9ul8g {
  background-color: #004cd5;
}
.cid-tbiRZ9ul8g section {
  overflow: hidden;
}
.cid-tbiRZ9ul8g .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tbiRZ9ul8g .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tbiRZ9ul8g .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tbiRZ9ul8g .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tbiRZ9ul8g .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tbiRZ9ul8g .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tbiRZ9ul8g .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tbiRZ9ul8g .container-fluid {
    padding: 0;
  }
  .cid-tbiRZ9ul8g .text-wrapper {
    max-width: 700px;
  }
  .cid-tbiRZ9ul8g .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tbiRZ9ul8g .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tbiRZUtGuF {
  background-color: #004cd5;
}
.cid-tbiRZUtGuF section {
  overflow: hidden;
}
.cid-tbiRZUtGuF .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tbiRZUtGuF .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tbiRZUtGuF .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tbiRZUtGuF .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tbiRZUtGuF .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tbiRZUtGuF .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tbiRZUtGuF .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tbiRZUtGuF .container-fluid {
    padding: 0;
  }
  .cid-tbiRZUtGuF .text-wrapper {
    max-width: 700px;
  }
  .cid-tbiRZUtGuF .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tbiRZUtGuF .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tbiRZtH6Um {
  background-color: #004cd5;
}
.cid-tbiRZtH6Um section {
  overflow: hidden;
}
.cid-tbiRZtH6Um .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tbiRZtH6Um .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tbiRZtH6Um .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tbiRZtH6Um .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tbiRZtH6Um .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tbiRZtH6Um .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tbiRZtH6Um .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tbiRZtH6Um .container-fluid {
    padding: 0;
  }
  .cid-tbiRZtH6Um .text-wrapper {
    max-width: 700px;
  }
  .cid-tbiRZtH6Um .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tbiRZtH6Um .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tbiRXk164v {
  background-color: #004cd5;
}
.cid-tbiRXk164v section {
  overflow: hidden;
}
.cid-tbiRXk164v .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tbiRXk164v .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tbiRXk164v .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tbiRXk164v .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tbiRXk164v .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tbiRXk164v .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tbiRXk164v .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tbiRXk164v .container-fluid {
    padding: 0;
  }
  .cid-tbiRXk164v .text-wrapper {
    max-width: 700px;
  }
  .cid-tbiRXk164v .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tbiRXk164v .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tbiRVLQhAW {
  background-color: #004cd5;
}
.cid-tbiRVLQhAW section {
  overflow: hidden;
}
.cid-tbiRVLQhAW .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tbiRVLQhAW .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tbiRVLQhAW .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tbiRVLQhAW .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tbiRVLQhAW .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tbiRVLQhAW .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tbiRVLQhAW .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tbiRVLQhAW .container-fluid {
    padding: 0;
  }
  .cid-tbiRVLQhAW .text-wrapper {
    max-width: 700px;
  }
  .cid-tbiRVLQhAW .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tbiRVLQhAW .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tcUgBX3ibo {
  background-color: #004cd5;
}
.cid-tcUgBX3ibo section {
  overflow: hidden;
}
.cid-tcUgBX3ibo .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tcUgBX3ibo .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tcUgBX3ibo .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tcUgBX3ibo .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tcUgBX3ibo .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tcUgBX3ibo .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tcUgBX3ibo .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tcUgBX3ibo .container-fluid {
    padding: 0;
  }
  .cid-tcUgBX3ibo .text-wrapper {
    max-width: 700px;
  }
  .cid-tcUgBX3ibo .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tcUgBX3ibo .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tcUgFwFO2S {
  background-color: #004cd5;
}
.cid-tcUgFwFO2S section {
  overflow: hidden;
}
.cid-tcUgFwFO2S .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tcUgFwFO2S .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tcUgFwFO2S .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tcUgFwFO2S .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tcUgFwFO2S .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tcUgFwFO2S .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tcUgFwFO2S .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tcUgFwFO2S .container-fluid {
    padding: 0;
  }
  .cid-tcUgFwFO2S .text-wrapper {
    max-width: 700px;
  }
  .cid-tcUgFwFO2S .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tcUgFwFO2S .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tcUgGacg9S {
  background-color: #004cd5;
}
.cid-tcUgGacg9S section {
  overflow: hidden;
}
.cid-tcUgGacg9S .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tcUgGacg9S .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tcUgGacg9S .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tcUgGacg9S .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tcUgGacg9S .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tcUgGacg9S .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tcUgGacg9S .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tcUgGacg9S .container-fluid {
    padding: 0;
  }
  .cid-tcUgGacg9S .text-wrapper {
    max-width: 700px;
  }
  .cid-tcUgGacg9S .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tcUgGacg9S .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tcUgGHBnri {
  background-color: #004cd5;
}
.cid-tcUgGHBnri section {
  overflow: hidden;
}
.cid-tcUgGHBnri .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tcUgGHBnri .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tcUgGHBnri .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tcUgGHBnri .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tcUgGHBnri .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tcUgGHBnri .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tcUgGHBnri .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tcUgGHBnri .container-fluid {
    padding: 0;
  }
  .cid-tcUgGHBnri .text-wrapper {
    max-width: 700px;
  }
  .cid-tcUgGHBnri .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tcUgGHBnri .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tcUgHa5FyO {
  background-color: #004cd5;
}
.cid-tcUgHa5FyO section {
  overflow: hidden;
}
.cid-tcUgHa5FyO .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tcUgHa5FyO .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tcUgHa5FyO .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tcUgHa5FyO .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tcUgHa5FyO .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tcUgHa5FyO .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tcUgHa5FyO .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tcUgHa5FyO .container-fluid {
    padding: 0;
  }
  .cid-tcUgHa5FyO .text-wrapper {
    max-width: 700px;
  }
  .cid-tcUgHa5FyO .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tcUgHa5FyO .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tcUgHP2dLH {
  background-color: #004cd5;
}
.cid-tcUgHP2dLH section {
  overflow: hidden;
}
.cid-tcUgHP2dLH .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tcUgHP2dLH .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tcUgHP2dLH .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tcUgHP2dLH .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tcUgHP2dLH .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tcUgHP2dLH .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tcUgHP2dLH .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tcUgHP2dLH .container-fluid {
    padding: 0;
  }
  .cid-tcUgHP2dLH .text-wrapper {
    max-width: 700px;
  }
  .cid-tcUgHP2dLH .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tcUgHP2dLH .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tcUgIcu2Zf {
  background-color: #004cd5;
}
.cid-tcUgIcu2Zf section {
  overflow: hidden;
}
.cid-tcUgIcu2Zf .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tcUgIcu2Zf .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tcUgIcu2Zf .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tcUgIcu2Zf .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tcUgIcu2Zf .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tcUgIcu2Zf .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tcUgIcu2Zf .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tcUgIcu2Zf .container-fluid {
    padding: 0;
  }
  .cid-tcUgIcu2Zf .text-wrapper {
    max-width: 700px;
  }
  .cid-tcUgIcu2Zf .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tcUgIcu2Zf .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tcUgIEMqmD {
  background-color: #004cd5;
}
.cid-tcUgIEMqmD section {
  overflow: hidden;
}
.cid-tcUgIEMqmD .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tcUgIEMqmD .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tcUgIEMqmD .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tcUgIEMqmD .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tcUgIEMqmD .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tcUgIEMqmD .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tcUgIEMqmD .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tcUgIEMqmD .container-fluid {
    padding: 0;
  }
  .cid-tcUgIEMqmD .text-wrapper {
    max-width: 700px;
  }
  .cid-tcUgIEMqmD .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tcUgIEMqmD .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tcUgJdt8Qx {
  background-color: #004cd5;
}
.cid-tcUgJdt8Qx section {
  overflow: hidden;
}
.cid-tcUgJdt8Qx .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tcUgJdt8Qx .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tcUgJdt8Qx .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tcUgJdt8Qx .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tcUgJdt8Qx .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tcUgJdt8Qx .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tcUgJdt8Qx .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tcUgJdt8Qx .container-fluid {
    padding: 0;
  }
  .cid-tcUgJdt8Qx .text-wrapper {
    max-width: 700px;
  }
  .cid-tcUgJdt8Qx .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tcUgJdt8Qx .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tcUgJDU3DX {
  background-color: #004cd5;
}
.cid-tcUgJDU3DX section {
  overflow: hidden;
}
.cid-tcUgJDU3DX .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tcUgJDU3DX .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tcUgJDU3DX .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tcUgJDU3DX .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tcUgJDU3DX .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tcUgJDU3DX .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tcUgJDU3DX .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tcUgJDU3DX .container-fluid {
    padding: 0;
  }
  .cid-tcUgJDU3DX .text-wrapper {
    max-width: 700px;
  }
  .cid-tcUgJDU3DX .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tcUgJDU3DX .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tcUgK1NDO9 {
  background-color: #004cd5;
}
.cid-tcUgK1NDO9 section {
  overflow: hidden;
}
.cid-tcUgK1NDO9 .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tcUgK1NDO9 .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tcUgK1NDO9 .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tcUgK1NDO9 .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tcUgK1NDO9 .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tcUgK1NDO9 .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tcUgK1NDO9 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tcUgK1NDO9 .container-fluid {
    padding: 0;
  }
  .cid-tcUgK1NDO9 .text-wrapper {
    max-width: 700px;
  }
  .cid-tcUgK1NDO9 .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tcUgK1NDO9 .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tcUgKroviN {
  background-color: #004cd5;
}
.cid-tcUgKroviN section {
  overflow: hidden;
}
.cid-tcUgKroviN .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tcUgKroviN .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tcUgKroviN .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tcUgKroviN .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tcUgKroviN .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tcUgKroviN .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tcUgKroviN .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tcUgKroviN .container-fluid {
    padding: 0;
  }
  .cid-tcUgKroviN .text-wrapper {
    max-width: 700px;
  }
  .cid-tcUgKroviN .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tcUgKroviN .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tcUgL0kxpj {
  background-color: #004cd5;
}
.cid-tcUgL0kxpj section {
  overflow: hidden;
}
.cid-tcUgL0kxpj .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tcUgL0kxpj .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tcUgL0kxpj .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tcUgL0kxpj .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tcUgL0kxpj .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tcUgL0kxpj .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tcUgL0kxpj .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tcUgL0kxpj .container-fluid {
    padding: 0;
  }
  .cid-tcUgL0kxpj .text-wrapper {
    max-width: 700px;
  }
  .cid-tcUgL0kxpj .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tcUgL0kxpj .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tcUgLAVZ2D {
  background-color: #004cd5;
}
.cid-tcUgLAVZ2D section {
  overflow: hidden;
}
.cid-tcUgLAVZ2D .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tcUgLAVZ2D .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tcUgLAVZ2D .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tcUgLAVZ2D .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tcUgLAVZ2D .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tcUgLAVZ2D .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tcUgLAVZ2D .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tcUgLAVZ2D .container-fluid {
    padding: 0;
  }
  .cid-tcUgLAVZ2D .text-wrapper {
    max-width: 700px;
  }
  .cid-tcUgLAVZ2D .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tcUgLAVZ2D .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tcUgM6kDLz {
  background-color: #004cd5;
}
.cid-tcUgM6kDLz section {
  overflow: hidden;
}
.cid-tcUgM6kDLz .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tcUgM6kDLz .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tcUgM6kDLz .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tcUgM6kDLz .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tcUgM6kDLz .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tcUgM6kDLz .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tcUgM6kDLz .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tcUgM6kDLz .container-fluid {
    padding: 0;
  }
  .cid-tcUgM6kDLz .text-wrapper {
    max-width: 700px;
  }
  .cid-tcUgM6kDLz .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tcUgM6kDLz .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tcUgMuTRMj {
  background-color: #004cd5;
}
.cid-tcUgMuTRMj section {
  overflow: hidden;
}
.cid-tcUgMuTRMj .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tcUgMuTRMj .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tcUgMuTRMj .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tcUgMuTRMj .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tcUgMuTRMj .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tcUgMuTRMj .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tcUgMuTRMj .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tcUgMuTRMj .container-fluid {
    padding: 0;
  }
  .cid-tcUgMuTRMj .text-wrapper {
    max-width: 700px;
  }
  .cid-tcUgMuTRMj .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tcUgMuTRMj .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tcUgMT9et8 {
  background-color: #004cd5;
}
.cid-tcUgMT9et8 section {
  overflow: hidden;
}
.cid-tcUgMT9et8 .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tcUgMT9et8 .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tcUgMT9et8 .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tcUgMT9et8 .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tcUgMT9et8 .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tcUgMT9et8 .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tcUgMT9et8 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tcUgMT9et8 .container-fluid {
    padding: 0;
  }
  .cid-tcUgMT9et8 .text-wrapper {
    max-width: 700px;
  }
  .cid-tcUgMT9et8 .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tcUgMT9et8 .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tcUgNqLcL8 {
  background-color: #004cd5;
}
.cid-tcUgNqLcL8 section {
  overflow: hidden;
}
.cid-tcUgNqLcL8 .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tcUgNqLcL8 .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tcUgNqLcL8 .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tcUgNqLcL8 .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tcUgNqLcL8 .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tcUgNqLcL8 .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tcUgNqLcL8 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tcUgNqLcL8 .container-fluid {
    padding: 0;
  }
  .cid-tcUgNqLcL8 .text-wrapper {
    max-width: 700px;
  }
  .cid-tcUgNqLcL8 .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tcUgNqLcL8 .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tcUgO5klQd {
  background-color: #004cd5;
}
.cid-tcUgO5klQd section {
  overflow: hidden;
}
.cid-tcUgO5klQd .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tcUgO5klQd .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tcUgO5klQd .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tcUgO5klQd .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tcUgO5klQd .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tcUgO5klQd .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tcUgO5klQd .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tcUgO5klQd .container-fluid {
    padding: 0;
  }
  .cid-tcUgO5klQd .text-wrapper {
    max-width: 700px;
  }
  .cid-tcUgO5klQd .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tcUgO5klQd .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tcUgOsgh6X {
  background-color: #004cd5;
}
.cid-tcUgOsgh6X section {
  overflow: hidden;
}
.cid-tcUgOsgh6X .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tcUgOsgh6X .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tcUgOsgh6X .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tcUgOsgh6X .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tcUgOsgh6X .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tcUgOsgh6X .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tcUgOsgh6X .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tcUgOsgh6X .container-fluid {
    padding: 0;
  }
  .cid-tcUgOsgh6X .text-wrapper {
    max-width: 700px;
  }
  .cid-tcUgOsgh6X .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tcUgOsgh6X .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tcUgOP1gqR {
  background-color: #004cd5;
}
.cid-tcUgOP1gqR section {
  overflow: hidden;
}
.cid-tcUgOP1gqR .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tcUgOP1gqR .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tcUgOP1gqR .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tcUgOP1gqR .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tcUgOP1gqR .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tcUgOP1gqR .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tcUgOP1gqR .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tcUgOP1gqR .container-fluid {
    padding: 0;
  }
  .cid-tcUgOP1gqR .text-wrapper {
    max-width: 700px;
  }
  .cid-tcUgOP1gqR .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tcUgOP1gqR .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tcUgPmqiRH {
  background-color: #004cd5;
}
.cid-tcUgPmqiRH section {
  overflow: hidden;
}
.cid-tcUgPmqiRH .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tcUgPmqiRH .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tcUgPmqiRH .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tcUgPmqiRH .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tcUgPmqiRH .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tcUgPmqiRH .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tcUgPmqiRH .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tcUgPmqiRH .container-fluid {
    padding: 0;
  }
  .cid-tcUgPmqiRH .text-wrapper {
    max-width: 700px;
  }
  .cid-tcUgPmqiRH .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tcUgPmqiRH .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tcUgPHR607 {
  background-color: #004cd5;
}
.cid-tcUgPHR607 section {
  overflow: hidden;
}
.cid-tcUgPHR607 .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tcUgPHR607 .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tcUgPHR607 .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tcUgPHR607 .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tcUgPHR607 .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tcUgPHR607 .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tcUgPHR607 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tcUgPHR607 .container-fluid {
    padding: 0;
  }
  .cid-tcUgPHR607 .text-wrapper {
    max-width: 700px;
  }
  .cid-tcUgPHR607 .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tcUgPHR607 .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tcUgQrzDEF {
  background-color: #004cd5;
}
.cid-tcUgQrzDEF section {
  overflow: hidden;
}
.cid-tcUgQrzDEF .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tcUgQrzDEF .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tcUgQrzDEF .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tcUgQrzDEF .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tcUgQrzDEF .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tcUgQrzDEF .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tcUgQrzDEF .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tcUgQrzDEF .container-fluid {
    padding: 0;
  }
  .cid-tcUgQrzDEF .text-wrapper {
    max-width: 700px;
  }
  .cid-tcUgQrzDEF .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tcUgQrzDEF .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tcUgRrVJI2 {
  background-color: #004cd5;
}
.cid-tcUgRrVJI2 section {
  overflow: hidden;
}
.cid-tcUgRrVJI2 .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tcUgRrVJI2 .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tcUgRrVJI2 .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tcUgRrVJI2 .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tcUgRrVJI2 .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tcUgRrVJI2 .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tcUgRrVJI2 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tcUgRrVJI2 .container-fluid {
    padding: 0;
  }
  .cid-tcUgRrVJI2 .text-wrapper {
    max-width: 700px;
  }
  .cid-tcUgRrVJI2 .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tcUgRrVJI2 .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tcUgS1RI6f {
  background-color: #004cd5;
}
.cid-tcUgS1RI6f section {
  overflow: hidden;
}
.cid-tcUgS1RI6f .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tcUgS1RI6f .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tcUgS1RI6f .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tcUgS1RI6f .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tcUgS1RI6f .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tcUgS1RI6f .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tcUgS1RI6f .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tcUgS1RI6f .container-fluid {
    padding: 0;
  }
  .cid-tcUgS1RI6f .text-wrapper {
    max-width: 700px;
  }
  .cid-tcUgS1RI6f .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tcUgS1RI6f .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tcUgT8oLjV {
  background-color: #004cd5;
}
.cid-tcUgT8oLjV section {
  overflow: hidden;
}
.cid-tcUgT8oLjV .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tcUgT8oLjV .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tcUgT8oLjV .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tcUgT8oLjV .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tcUgT8oLjV .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tcUgT8oLjV .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tcUgT8oLjV .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tcUgT8oLjV .container-fluid {
    padding: 0;
  }
  .cid-tcUgT8oLjV .text-wrapper {
    max-width: 700px;
  }
  .cid-tcUgT8oLjV .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tcUgT8oLjV .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tcUgTAVExi {
  background-color: #004cd5;
}
.cid-tcUgTAVExi section {
  overflow: hidden;
}
.cid-tcUgTAVExi .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tcUgTAVExi .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tcUgTAVExi .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tcUgTAVExi .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tcUgTAVExi .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tcUgTAVExi .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tcUgTAVExi .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tcUgTAVExi .container-fluid {
    padding: 0;
  }
  .cid-tcUgTAVExi .text-wrapper {
    max-width: 700px;
  }
  .cid-tcUgTAVExi .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tcUgTAVExi .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tcUgU1Npkz {
  background-color: #004cd5;
}
.cid-tcUgU1Npkz section {
  overflow: hidden;
}
.cid-tcUgU1Npkz .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tcUgU1Npkz .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tcUgU1Npkz .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tcUgU1Npkz .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tcUgU1Npkz .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tcUgU1Npkz .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tcUgU1Npkz .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tcUgU1Npkz .container-fluid {
    padding: 0;
  }
  .cid-tcUgU1Npkz .text-wrapper {
    max-width: 700px;
  }
  .cid-tcUgU1Npkz .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tcUgU1Npkz .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tcUgUoZatb {
  background-color: #004cd5;
}
.cid-tcUgUoZatb section {
  overflow: hidden;
}
.cid-tcUgUoZatb .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tcUgUoZatb .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tcUgUoZatb .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tcUgUoZatb .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tcUgUoZatb .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tcUgUoZatb .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tcUgUoZatb .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tcUgUoZatb .container-fluid {
    padding: 0;
  }
  .cid-tcUgUoZatb .text-wrapper {
    max-width: 700px;
  }
  .cid-tcUgUoZatb .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tcUgUoZatb .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tcUgUNu7gi {
  background-color: #004cd5;
}
.cid-tcUgUNu7gi section {
  overflow: hidden;
}
.cid-tcUgUNu7gi .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tcUgUNu7gi .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tcUgUNu7gi .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tcUgUNu7gi .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tcUgUNu7gi .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tcUgUNu7gi .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tcUgUNu7gi .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tcUgUNu7gi .container-fluid {
    padding: 0;
  }
  .cid-tcUgUNu7gi .text-wrapper {
    max-width: 700px;
  }
  .cid-tcUgUNu7gi .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tcUgUNu7gi .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tcUgVaxvxf {
  background-color: #004cd5;
}
.cid-tcUgVaxvxf section {
  overflow: hidden;
}
.cid-tcUgVaxvxf .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tcUgVaxvxf .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tcUgVaxvxf .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tcUgVaxvxf .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tcUgVaxvxf .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tcUgVaxvxf .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tcUgVaxvxf .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tcUgVaxvxf .container-fluid {
    padding: 0;
  }
  .cid-tcUgVaxvxf .text-wrapper {
    max-width: 700px;
  }
  .cid-tcUgVaxvxf .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tcUgVaxvxf .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tcUgVxuaPT {
  background-color: #004cd5;
}
.cid-tcUgVxuaPT section {
  overflow: hidden;
}
.cid-tcUgVxuaPT .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tcUgVxuaPT .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tcUgVxuaPT .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tcUgVxuaPT .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tcUgVxuaPT .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tcUgVxuaPT .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tcUgVxuaPT .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tcUgVxuaPT .container-fluid {
    padding: 0;
  }
  .cid-tcUgVxuaPT .text-wrapper {
    max-width: 700px;
  }
  .cid-tcUgVxuaPT .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tcUgVxuaPT .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tcUgVYuwvg {
  background-color: #004cd5;
}
.cid-tcUgVYuwvg section {
  overflow: hidden;
}
.cid-tcUgVYuwvg .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tcUgVYuwvg .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tcUgVYuwvg .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tcUgVYuwvg .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tcUgVYuwvg .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tcUgVYuwvg .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tcUgVYuwvg .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tcUgVYuwvg .container-fluid {
    padding: 0;
  }
  .cid-tcUgVYuwvg .text-wrapper {
    max-width: 700px;
  }
  .cid-tcUgVYuwvg .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tcUgVYuwvg .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tcUgWmmRWo {
  background-color: #004cd5;
}
.cid-tcUgWmmRWo section {
  overflow: hidden;
}
.cid-tcUgWmmRWo .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tcUgWmmRWo .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tcUgWmmRWo .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tcUgWmmRWo .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tcUgWmmRWo .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tcUgWmmRWo .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tcUgWmmRWo .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tcUgWmmRWo .container-fluid {
    padding: 0;
  }
  .cid-tcUgWmmRWo .text-wrapper {
    max-width: 700px;
  }
  .cid-tcUgWmmRWo .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tcUgWmmRWo .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tcUgWHHKHQ {
  background-color: #004cd5;
}
.cid-tcUgWHHKHQ section {
  overflow: hidden;
}
.cid-tcUgWHHKHQ .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tcUgWHHKHQ .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tcUgWHHKHQ .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tcUgWHHKHQ .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tcUgWHHKHQ .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tcUgWHHKHQ .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tcUgWHHKHQ .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tcUgWHHKHQ .container-fluid {
    padding: 0;
  }
  .cid-tcUgWHHKHQ .text-wrapper {
    max-width: 700px;
  }
  .cid-tcUgWHHKHQ .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tcUgWHHKHQ .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tcUgX5BMJG {
  background-color: #004cd5;
}
.cid-tcUgX5BMJG section {
  overflow: hidden;
}
.cid-tcUgX5BMJG .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tcUgX5BMJG .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tcUgX5BMJG .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tcUgX5BMJG .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tcUgX5BMJG .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tcUgX5BMJG .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tcUgX5BMJG .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tcUgX5BMJG .container-fluid {
    padding: 0;
  }
  .cid-tcUgX5BMJG .text-wrapper {
    max-width: 700px;
  }
  .cid-tcUgX5BMJG .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tcUgX5BMJG .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tcUgXszi52 {
  background-color: #004cd5;
}
.cid-tcUgXszi52 section {
  overflow: hidden;
}
.cid-tcUgXszi52 .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tcUgXszi52 .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tcUgXszi52 .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tcUgXszi52 .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tcUgXszi52 .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tcUgXszi52 .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tcUgXszi52 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tcUgXszi52 .container-fluid {
    padding: 0;
  }
  .cid-tcUgXszi52 .text-wrapper {
    max-width: 700px;
  }
  .cid-tcUgXszi52 .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tcUgXszi52 .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tcUgXWBurj {
  background-color: #004cd5;
}
.cid-tcUgXWBurj section {
  overflow: hidden;
}
.cid-tcUgXWBurj .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tcUgXWBurj .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tcUgXWBurj .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tcUgXWBurj .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tcUgXWBurj .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tcUgXWBurj .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tcUgXWBurj .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tcUgXWBurj .container-fluid {
    padding: 0;
  }
  .cid-tcUgXWBurj .text-wrapper {
    max-width: 700px;
  }
  .cid-tcUgXWBurj .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tcUgXWBurj .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-t8ihKN7sai {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-t8ihKN7sai .row-links {
  width: 100%;
  justify-content: center;
}
.cid-t8ihKN7sai .social-row {
  width: 100%;
  justify-content: center;
}
.cid-t8ihKN7sai .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-t8ihKN7sai .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t8ihKN7sai .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t8ihKN7sai .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t8ihKN7sai .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-t8ihKN7sai .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t8ihKN7sai .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t8ihKN7sai .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-t8ihKN7sai .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t8ihKN7sai .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t8ihKN7sai .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t8ihKN7sai .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t8ihKN7sai foot-menu-item {
  text-align: right;
}
.cid-tKkYtaYnAY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tKkYtaYnAY nav.navbar {
  position: fixed;
}
.cid-tKkYtaYnAY .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-tKkYtaYnAY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tKkYtaYnAY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tKkYtaYnAY .dropdown-item:hover,
.cid-tKkYtaYnAY .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tKkYtaYnAY .dropdown-item:hover span {
  color: white;
}
.cid-tKkYtaYnAY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tKkYtaYnAY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tKkYtaYnAY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tKkYtaYnAY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tKkYtaYnAY .nav-link {
  position: relative;
}
.cid-tKkYtaYnAY .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tKkYtaYnAY .container {
    flex-wrap: nowrap;
  }
}
.cid-tKkYtaYnAY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tKkYtaYnAY .dropdown-menu,
.cid-tKkYtaYnAY .navbar.opened {
  background: #222158 !important;
}
.cid-tKkYtaYnAY .nav-item:focus,
.cid-tKkYtaYnAY .nav-link:focus {
  outline: none;
}
.cid-tKkYtaYnAY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tKkYtaYnAY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tKkYtaYnAY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tKkYtaYnAY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKkYtaYnAY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tKkYtaYnAY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tKkYtaYnAY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #222158;
}
.cid-tKkYtaYnAY .navbar.opened {
  transition: all 0.3s;
}
.cid-tKkYtaYnAY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tKkYtaYnAY .navbar .navbar-logo img {
  width: auto;
}
.cid-tKkYtaYnAY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tKkYtaYnAY .navbar.collapsed {
  justify-content: center;
}
.cid-tKkYtaYnAY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tKkYtaYnAY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tKkYtaYnAY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tKkYtaYnAY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tKkYtaYnAY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tKkYtaYnAY .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-tKkYtaYnAY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tKkYtaYnAY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tKkYtaYnAY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tKkYtaYnAY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tKkYtaYnAY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tKkYtaYnAY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tKkYtaYnAY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tKkYtaYnAY .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-tKkYtaYnAY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tKkYtaYnAY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tKkYtaYnAY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tKkYtaYnAY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tKkYtaYnAY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tKkYtaYnAY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tKkYtaYnAY .navbar.navbar-short {
  min-height: 60px;
}
.cid-tKkYtaYnAY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tKkYtaYnAY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tKkYtaYnAY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tKkYtaYnAY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tKkYtaYnAY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tKkYtaYnAY .dropdown-item.active,
.cid-tKkYtaYnAY .dropdown-item:active {
  background-color: transparent;
}
.cid-tKkYtaYnAY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tKkYtaYnAY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tKkYtaYnAY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tKkYtaYnAY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #222158;
}
.cid-tKkYtaYnAY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tKkYtaYnAY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tKkYtaYnAY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tKkYtaYnAY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tKkYtaYnAY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tKkYtaYnAY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tKkYtaYnAY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tKkYtaYnAY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKkYtaYnAY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKkYtaYnAY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tKkYtaYnAY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKkYtaYnAY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tKkYtaYnAY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tKkYtaYnAY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKkYtaYnAY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tKkYtaYnAY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tKkYtaYnAY .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-tKkYtaYnAY .navbar {
    height: 70px;
  }
  .cid-tKkYtaYnAY .navbar.opened {
    height: auto;
  }
  .cid-tKkYtaYnAY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tKkYsQz4WB {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYsQz4WB {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYsQz4WB section {
  overflow: hidden;
}
.cid-tKkYsQz4WB .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYsQz4WB .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYsQz4WB .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYsQz4WB .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYsQz4WB .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYsQz4WB .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYsQz4WB .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYsQz4WB .container-fluid {
    padding: 0;
  }
  .cid-tKkYsQz4WB .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYsQz4WB .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYsQz4WB .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYsQPtou {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYsQPtou {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYsQPtou section {
  overflow: hidden;
}
.cid-tKkYsQPtou .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYsQPtou .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYsQPtou .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYsQPtou .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYsQPtou .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYsQPtou .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYsQPtou .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYsQPtou .container-fluid {
    padding: 0;
  }
  .cid-tKkYsQPtou .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYsQPtou .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYsQPtou .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKlDvaBjNH {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKlDvaBjNH {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKlDvaBjNH section {
  overflow: hidden;
}
.cid-tKlDvaBjNH .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKlDvaBjNH .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKlDvaBjNH .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKlDvaBjNH .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKlDvaBjNH .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKlDvaBjNH .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKlDvaBjNH .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKlDvaBjNH .container-fluid {
    padding: 0;
  }
  .cid-tKlDvaBjNH .text-wrapper {
    max-width: 700px;
  }
  .cid-tKlDvaBjNH .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKlDvaBjNH .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYsRk9Pb {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYsRk9Pb {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYsRk9Pb section {
  overflow: hidden;
}
.cid-tKkYsRk9Pb .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYsRk9Pb .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYsRk9Pb .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYsRk9Pb .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYsRk9Pb .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYsRk9Pb .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYsRk9Pb .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYsRk9Pb .container-fluid {
    padding: 0;
  }
  .cid-tKkYsRk9Pb .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYsRk9Pb .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYsRk9Pb .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYsRvaxE {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYsRvaxE {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYsRvaxE section {
  overflow: hidden;
}
.cid-tKkYsRvaxE .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYsRvaxE .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYsRvaxE .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYsRvaxE .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYsRvaxE .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYsRvaxE .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYsRvaxE .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYsRvaxE .container-fluid {
    padding: 0;
  }
  .cid-tKkYsRvaxE .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYsRvaxE .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYsRvaxE .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYsRFB0G {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYsRFB0G {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYsRFB0G section {
  overflow: hidden;
}
.cid-tKkYsRFB0G .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYsRFB0G .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYsRFB0G .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYsRFB0G .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYsRFB0G .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYsRFB0G .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYsRFB0G .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYsRFB0G .container-fluid {
    padding: 0;
  }
  .cid-tKkYsRFB0G .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYsRFB0G .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYsRFB0G .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYsROJaY {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYsROJaY {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYsROJaY section {
  overflow: hidden;
}
.cid-tKkYsROJaY .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYsROJaY .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYsROJaY .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYsROJaY .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYsROJaY .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYsROJaY .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYsROJaY .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYsROJaY .container-fluid {
    padding: 0;
  }
  .cid-tKkYsROJaY .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYsROJaY .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYsROJaY .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYsRYY6q {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYsRYY6q {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYsRYY6q section {
  overflow: hidden;
}
.cid-tKkYsRYY6q .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYsRYY6q .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYsRYY6q .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYsRYY6q .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYsRYY6q .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYsRYY6q .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYsRYY6q .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYsRYY6q .container-fluid {
    padding: 0;
  }
  .cid-tKkYsRYY6q .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYsRYY6q .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYsRYY6q .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYsS9N2j {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYsS9N2j {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYsS9N2j section {
  overflow: hidden;
}
.cid-tKkYsS9N2j .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYsS9N2j .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYsS9N2j .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYsS9N2j .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYsS9N2j .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYsS9N2j .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYsS9N2j .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYsS9N2j .container-fluid {
    padding: 0;
  }
  .cid-tKkYsS9N2j .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYsS9N2j .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYsS9N2j .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYsSjGrM {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYsSjGrM {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYsSjGrM section {
  overflow: hidden;
}
.cid-tKkYsSjGrM .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYsSjGrM .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYsSjGrM .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYsSjGrM .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYsSjGrM .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYsSjGrM .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYsSjGrM .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYsSjGrM .container-fluid {
    padding: 0;
  }
  .cid-tKkYsSjGrM .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYsSjGrM .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYsSjGrM .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYsStV86 {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYsStV86 {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYsStV86 section {
  overflow: hidden;
}
.cid-tKkYsStV86 .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYsStV86 .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYsStV86 .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYsStV86 .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYsStV86 .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYsStV86 .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYsStV86 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYsStV86 .container-fluid {
    padding: 0;
  }
  .cid-tKkYsStV86 .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYsStV86 .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYsStV86 .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYsSE5Zt {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYsSE5Zt {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYsSE5Zt section {
  overflow: hidden;
}
.cid-tKkYsSE5Zt .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYsSE5Zt .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYsSE5Zt .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYsSE5Zt .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYsSE5Zt .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYsSE5Zt .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYsSE5Zt .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYsSE5Zt .container-fluid {
    padding: 0;
  }
  .cid-tKkYsSE5Zt .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYsSE5Zt .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYsSE5Zt .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYsSO4Mw {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYsSO4Mw {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYsSO4Mw section {
  overflow: hidden;
}
.cid-tKkYsSO4Mw .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYsSO4Mw .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYsSO4Mw .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYsSO4Mw .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYsSO4Mw .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYsSO4Mw .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYsSO4Mw .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYsSO4Mw .container-fluid {
    padding: 0;
  }
  .cid-tKkYsSO4Mw .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYsSO4Mw .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYsSO4Mw .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYsSZxTq {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYsSZxTq {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYsSZxTq section {
  overflow: hidden;
}
.cid-tKkYsSZxTq .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYsSZxTq .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYsSZxTq .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYsSZxTq .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYsSZxTq .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYsSZxTq .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYsSZxTq .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYsSZxTq .container-fluid {
    padding: 0;
  }
  .cid-tKkYsSZxTq .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYsSZxTq .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYsSZxTq .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYsT9qnj {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYsT9qnj {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYsT9qnj section {
  overflow: hidden;
}
.cid-tKkYsT9qnj .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYsT9qnj .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYsT9qnj .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYsT9qnj .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYsT9qnj .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYsT9qnj .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYsT9qnj .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYsT9qnj .container-fluid {
    padding: 0;
  }
  .cid-tKkYsT9qnj .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYsT9qnj .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYsT9qnj .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYsTjFuW {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYsTjFuW {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYsTjFuW section {
  overflow: hidden;
}
.cid-tKkYsTjFuW .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYsTjFuW .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYsTjFuW .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYsTjFuW .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYsTjFuW .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYsTjFuW .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYsTjFuW .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYsTjFuW .container-fluid {
    padding: 0;
  }
  .cid-tKkYsTjFuW .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYsTjFuW .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYsTjFuW .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYsTtlWH {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYsTtlWH {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYsTtlWH section {
  overflow: hidden;
}
.cid-tKkYsTtlWH .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYsTtlWH .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYsTtlWH .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYsTtlWH .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYsTtlWH .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYsTtlWH .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYsTtlWH .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYsTtlWH .container-fluid {
    padding: 0;
  }
  .cid-tKkYsTtlWH .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYsTtlWH .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYsTtlWH .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYsTEa7V {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYsTEa7V {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYsTEa7V section {
  overflow: hidden;
}
.cid-tKkYsTEa7V .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYsTEa7V .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYsTEa7V .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYsTEa7V .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYsTEa7V .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYsTEa7V .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYsTEa7V .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYsTEa7V .container-fluid {
    padding: 0;
  }
  .cid-tKkYsTEa7V .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYsTEa7V .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYsTEa7V .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYsTPJeA {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYsTPJeA {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYsTPJeA section {
  overflow: hidden;
}
.cid-tKkYsTPJeA .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYsTPJeA .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYsTPJeA .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYsTPJeA .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYsTPJeA .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYsTPJeA .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYsTPJeA .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYsTPJeA .container-fluid {
    padding: 0;
  }
  .cid-tKkYsTPJeA .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYsTPJeA .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYsTPJeA .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYsU0fjw {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYsU0fjw {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYsU0fjw section {
  overflow: hidden;
}
.cid-tKkYsU0fjw .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYsU0fjw .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYsU0fjw .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYsU0fjw .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYsU0fjw .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYsU0fjw .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYsU0fjw .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYsU0fjw .container-fluid {
    padding: 0;
  }
  .cid-tKkYsU0fjw .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYsU0fjw .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYsU0fjw .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYsUaQzW {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYsUaQzW {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYsUaQzW section {
  overflow: hidden;
}
.cid-tKkYsUaQzW .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYsUaQzW .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYsUaQzW .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYsUaQzW .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYsUaQzW .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYsUaQzW .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYsUaQzW .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYsUaQzW .container-fluid {
    padding: 0;
  }
  .cid-tKkYsUaQzW .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYsUaQzW .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYsUaQzW .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYsUmrLN {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYsUmrLN {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYsUmrLN section {
  overflow: hidden;
}
.cid-tKkYsUmrLN .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYsUmrLN .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYsUmrLN .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYsUmrLN .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYsUmrLN .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYsUmrLN .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYsUmrLN .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYsUmrLN .container-fluid {
    padding: 0;
  }
  .cid-tKkYsUmrLN .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYsUmrLN .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYsUmrLN .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYsUyk4x {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYsUyk4x {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYsUyk4x section {
  overflow: hidden;
}
.cid-tKkYsUyk4x .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYsUyk4x .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYsUyk4x .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYsUyk4x .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYsUyk4x .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYsUyk4x .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYsUyk4x .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYsUyk4x .container-fluid {
    padding: 0;
  }
  .cid-tKkYsUyk4x .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYsUyk4x .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYsUyk4x .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYsUJSqI {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYsUJSqI {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYsUJSqI section {
  overflow: hidden;
}
.cid-tKkYsUJSqI .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYsUJSqI .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYsUJSqI .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYsUJSqI .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYsUJSqI .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYsUJSqI .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYsUJSqI .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYsUJSqI .container-fluid {
    padding: 0;
  }
  .cid-tKkYsUJSqI .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYsUJSqI .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYsUJSqI .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYsUUX29 {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYsUUX29 {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYsUUX29 section {
  overflow: hidden;
}
.cid-tKkYsUUX29 .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYsUUX29 .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYsUUX29 .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYsUUX29 .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYsUUX29 .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYsUUX29 .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYsUUX29 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYsUUX29 .container-fluid {
    padding: 0;
  }
  .cid-tKkYsUUX29 .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYsUUX29 .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYsUUX29 .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYsVih0X {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYsVih0X {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYsVih0X section {
  overflow: hidden;
}
.cid-tKkYsVih0X .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYsVih0X .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYsVih0X .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYsVih0X .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYsVih0X .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYsVih0X .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYsVih0X .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYsVih0X .container-fluid {
    padding: 0;
  }
  .cid-tKkYsVih0X .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYsVih0X .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYsVih0X .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYsVFcWk {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYsVFcWk {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYsVFcWk section {
  overflow: hidden;
}
.cid-tKkYsVFcWk .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYsVFcWk .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYsVFcWk .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYsVFcWk .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYsVFcWk .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYsVFcWk .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYsVFcWk .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYsVFcWk .container-fluid {
    padding: 0;
  }
  .cid-tKkYsVFcWk .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYsVFcWk .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYsVFcWk .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYsVV4Jw {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYsVV4Jw {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYsVV4Jw section {
  overflow: hidden;
}
.cid-tKkYsVV4Jw .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYsVV4Jw .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYsVV4Jw .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYsVV4Jw .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYsVV4Jw .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYsVV4Jw .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYsVV4Jw .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYsVV4Jw .container-fluid {
    padding: 0;
  }
  .cid-tKkYsVV4Jw .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYsVV4Jw .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYsVV4Jw .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYsWas3q {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYsWas3q {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYsWas3q section {
  overflow: hidden;
}
.cid-tKkYsWas3q .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYsWas3q .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYsWas3q .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYsWas3q .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYsWas3q .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYsWas3q .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYsWas3q .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYsWas3q .container-fluid {
    padding: 0;
  }
  .cid-tKkYsWas3q .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYsWas3q .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYsWas3q .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYsWrU7y {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYsWrU7y {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYsWrU7y section {
  overflow: hidden;
}
.cid-tKkYsWrU7y .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYsWrU7y .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYsWrU7y .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYsWrU7y .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYsWrU7y .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYsWrU7y .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYsWrU7y .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYsWrU7y .container-fluid {
    padding: 0;
  }
  .cid-tKkYsWrU7y .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYsWrU7y .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYsWrU7y .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYsWJt4P {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYsWJt4P {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYsWJt4P section {
  overflow: hidden;
}
.cid-tKkYsWJt4P .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYsWJt4P .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYsWJt4P .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYsWJt4P .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYsWJt4P .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYsWJt4P .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYsWJt4P .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYsWJt4P .container-fluid {
    padding: 0;
  }
  .cid-tKkYsWJt4P .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYsWJt4P .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYsWJt4P .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYsX1ghG {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYsX1ghG {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYsX1ghG section {
  overflow: hidden;
}
.cid-tKkYsX1ghG .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYsX1ghG .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYsX1ghG .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYsX1ghG .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYsX1ghG .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYsX1ghG .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYsX1ghG .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYsX1ghG .container-fluid {
    padding: 0;
  }
  .cid-tKkYsX1ghG .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYsX1ghG .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYsX1ghG .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYsXi4oe {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYsXi4oe {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYsXi4oe section {
  overflow: hidden;
}
.cid-tKkYsXi4oe .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYsXi4oe .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYsXi4oe .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYsXi4oe .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYsXi4oe .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYsXi4oe .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYsXi4oe .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYsXi4oe .container-fluid {
    padding: 0;
  }
  .cid-tKkYsXi4oe .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYsXi4oe .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYsXi4oe .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYsXA3I4 {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYsXA3I4 {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYsXA3I4 section {
  overflow: hidden;
}
.cid-tKkYsXA3I4 .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYsXA3I4 .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYsXA3I4 .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYsXA3I4 .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYsXA3I4 .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYsXA3I4 .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYsXA3I4 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYsXA3I4 .container-fluid {
    padding: 0;
  }
  .cid-tKkYsXA3I4 .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYsXA3I4 .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYsXA3I4 .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYsY2o6V {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYsY2o6V {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYsY2o6V section {
  overflow: hidden;
}
.cid-tKkYsY2o6V .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYsY2o6V .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYsY2o6V .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYsY2o6V .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYsY2o6V .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYsY2o6V .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYsY2o6V .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYsY2o6V .container-fluid {
    padding: 0;
  }
  .cid-tKkYsY2o6V .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYsY2o6V .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYsY2o6V .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYsYe86R {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYsYe86R {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYsYe86R section {
  overflow: hidden;
}
.cid-tKkYsYe86R .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYsYe86R .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYsYe86R .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYsYe86R .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYsYe86R .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYsYe86R .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYsYe86R .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYsYe86R .container-fluid {
    padding: 0;
  }
  .cid-tKkYsYe86R .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYsYe86R .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYsYe86R .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYsYqBcz {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYsYqBcz {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYsYqBcz section {
  overflow: hidden;
}
.cid-tKkYsYqBcz .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYsYqBcz .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYsYqBcz .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYsYqBcz .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYsYqBcz .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYsYqBcz .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYsYqBcz .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYsYqBcz .container-fluid {
    padding: 0;
  }
  .cid-tKkYsYqBcz .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYsYqBcz .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYsYqBcz .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYsYCHS5 {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYsYCHS5 {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYsYCHS5 section {
  overflow: hidden;
}
.cid-tKkYsYCHS5 .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYsYCHS5 .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYsYCHS5 .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYsYCHS5 .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYsYCHS5 .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYsYCHS5 .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYsYCHS5 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYsYCHS5 .container-fluid {
    padding: 0;
  }
  .cid-tKkYsYCHS5 .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYsYCHS5 .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYsYCHS5 .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYsYPyJG {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYsYPyJG {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYsYPyJG section {
  overflow: hidden;
}
.cid-tKkYsYPyJG .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYsYPyJG .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYsYPyJG .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYsYPyJG .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYsYPyJG .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYsYPyJG .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYsYPyJG .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYsYPyJG .container-fluid {
    padding: 0;
  }
  .cid-tKkYsYPyJG .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYsYPyJG .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYsYPyJG .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYsZ2ZDH {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYsZ2ZDH {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYsZ2ZDH section {
  overflow: hidden;
}
.cid-tKkYsZ2ZDH .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYsZ2ZDH .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYsZ2ZDH .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYsZ2ZDH .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYsZ2ZDH .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYsZ2ZDH .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYsZ2ZDH .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYsZ2ZDH .container-fluid {
    padding: 0;
  }
  .cid-tKkYsZ2ZDH .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYsZ2ZDH .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYsZ2ZDH .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYsZeClE {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYsZeClE {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYsZeClE section {
  overflow: hidden;
}
.cid-tKkYsZeClE .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYsZeClE .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYsZeClE .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYsZeClE .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYsZeClE .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYsZeClE .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYsZeClE .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYsZeClE .container-fluid {
    padding: 0;
  }
  .cid-tKkYsZeClE .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYsZeClE .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYsZeClE .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYsZqgmV {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYsZqgmV {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYsZqgmV section {
  overflow: hidden;
}
.cid-tKkYsZqgmV .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYsZqgmV .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYsZqgmV .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYsZqgmV .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYsZqgmV .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYsZqgmV .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYsZqgmV .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYsZqgmV .container-fluid {
    padding: 0;
  }
  .cid-tKkYsZqgmV .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYsZqgmV .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYsZqgmV .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYsZDIpH {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYsZDIpH {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYsZDIpH section {
  overflow: hidden;
}
.cid-tKkYsZDIpH .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYsZDIpH .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYsZDIpH .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYsZDIpH .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYsZDIpH .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYsZDIpH .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYsZDIpH .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYsZDIpH .container-fluid {
    padding: 0;
  }
  .cid-tKkYsZDIpH .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYsZDIpH .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYsZDIpH .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYsZQJgc {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYsZQJgc {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYsZQJgc section {
  overflow: hidden;
}
.cid-tKkYsZQJgc .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYsZQJgc .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYsZQJgc .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYsZQJgc .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYsZQJgc .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYsZQJgc .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYsZQJgc .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYsZQJgc .container-fluid {
    padding: 0;
  }
  .cid-tKkYsZQJgc .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYsZQJgc .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYsZQJgc .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYt02j3F {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYt02j3F {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYt02j3F section {
  overflow: hidden;
}
.cid-tKkYt02j3F .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYt02j3F .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYt02j3F .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYt02j3F .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYt02j3F .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYt02j3F .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYt02j3F .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYt02j3F .container-fluid {
    padding: 0;
  }
  .cid-tKkYt02j3F .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYt02j3F .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYt02j3F .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYt0eX5d {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYt0eX5d {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYt0eX5d section {
  overflow: hidden;
}
.cid-tKkYt0eX5d .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYt0eX5d .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYt0eX5d .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYt0eX5d .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYt0eX5d .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYt0eX5d .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYt0eX5d .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYt0eX5d .container-fluid {
    padding: 0;
  }
  .cid-tKkYt0eX5d .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYt0eX5d .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYt0eX5d .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYt0rCd8 {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYt0rCd8 {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYt0rCd8 section {
  overflow: hidden;
}
.cid-tKkYt0rCd8 .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYt0rCd8 .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYt0rCd8 .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYt0rCd8 .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYt0rCd8 .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYt0rCd8 .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYt0rCd8 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYt0rCd8 .container-fluid {
    padding: 0;
  }
  .cid-tKkYt0rCd8 .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYt0rCd8 .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYt0rCd8 .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYt0DfCq {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYt0DfCq {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYt0DfCq section {
  overflow: hidden;
}
.cid-tKkYt0DfCq .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYt0DfCq .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYt0DfCq .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYt0DfCq .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYt0DfCq .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYt0DfCq .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYt0DfCq .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYt0DfCq .container-fluid {
    padding: 0;
  }
  .cid-tKkYt0DfCq .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYt0DfCq .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYt0DfCq .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYt0QCCh {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYt0QCCh {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYt0QCCh section {
  overflow: hidden;
}
.cid-tKkYt0QCCh .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYt0QCCh .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYt0QCCh .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYt0QCCh .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYt0QCCh .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYt0QCCh .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYt0QCCh .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYt0QCCh .container-fluid {
    padding: 0;
  }
  .cid-tKkYt0QCCh .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYt0QCCh .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYt0QCCh .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYt12Uq8 {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYt12Uq8 {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYt12Uq8 section {
  overflow: hidden;
}
.cid-tKkYt12Uq8 .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYt12Uq8 .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYt12Uq8 .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYt12Uq8 .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYt12Uq8 .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYt12Uq8 .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYt12Uq8 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYt12Uq8 .container-fluid {
    padding: 0;
  }
  .cid-tKkYt12Uq8 .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYt12Uq8 .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYt12Uq8 .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYt1gqXc {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYt1gqXc {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYt1gqXc section {
  overflow: hidden;
}
.cid-tKkYt1gqXc .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYt1gqXc .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYt1gqXc .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYt1gqXc .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYt1gqXc .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYt1gqXc .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYt1gqXc .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYt1gqXc .container-fluid {
    padding: 0;
  }
  .cid-tKkYt1gqXc .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYt1gqXc .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYt1gqXc .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYt1sE3D {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYt1sE3D {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYt1sE3D section {
  overflow: hidden;
}
.cid-tKkYt1sE3D .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYt1sE3D .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYt1sE3D .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYt1sE3D .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYt1sE3D .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYt1sE3D .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYt1sE3D .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYt1sE3D .container-fluid {
    padding: 0;
  }
  .cid-tKkYt1sE3D .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYt1sE3D .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYt1sE3D .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYt1FqhV {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYt1FqhV {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYt1FqhV section {
  overflow: hidden;
}
.cid-tKkYt1FqhV .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYt1FqhV .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYt1FqhV .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYt1FqhV .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYt1FqhV .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYt1FqhV .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYt1FqhV .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYt1FqhV .container-fluid {
    padding: 0;
  }
  .cid-tKkYt1FqhV .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYt1FqhV .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYt1FqhV .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYt1SM4A {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYt1SM4A {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYt1SM4A section {
  overflow: hidden;
}
.cid-tKkYt1SM4A .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYt1SM4A .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYt1SM4A .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYt1SM4A .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYt1SM4A .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYt1SM4A .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYt1SM4A .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYt1SM4A .container-fluid {
    padding: 0;
  }
  .cid-tKkYt1SM4A .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYt1SM4A .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYt1SM4A .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYt25jnu {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYt25jnu {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYt25jnu section {
  overflow: hidden;
}
.cid-tKkYt25jnu .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYt25jnu .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYt25jnu .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYt25jnu .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYt25jnu .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYt25jnu .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYt25jnu .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYt25jnu .container-fluid {
    padding: 0;
  }
  .cid-tKkYt25jnu .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYt25jnu .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYt25jnu .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYt2imZb {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYt2imZb {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYt2imZb section {
  overflow: hidden;
}
.cid-tKkYt2imZb .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYt2imZb .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYt2imZb .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYt2imZb .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYt2imZb .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYt2imZb .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYt2imZb .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYt2imZb .container-fluid {
    padding: 0;
  }
  .cid-tKkYt2imZb .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYt2imZb .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYt2imZb .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYt2vBwp {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYt2vBwp {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYt2vBwp section {
  overflow: hidden;
}
.cid-tKkYt2vBwp .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYt2vBwp .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYt2vBwp .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYt2vBwp .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYt2vBwp .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYt2vBwp .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYt2vBwp .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYt2vBwp .container-fluid {
    padding: 0;
  }
  .cid-tKkYt2vBwp .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYt2vBwp .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYt2vBwp .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKlKWmtt8I {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKlKWmtt8I {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKlKWmtt8I section {
  overflow: hidden;
}
.cid-tKlKWmtt8I .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKlKWmtt8I .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKlKWmtt8I .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKlKWmtt8I .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKlKWmtt8I .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKlKWmtt8I .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKlKWmtt8I .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKlKWmtt8I .container-fluid {
    padding: 0;
  }
  .cid-tKlKWmtt8I .text-wrapper {
    max-width: 700px;
  }
  .cid-tKlKWmtt8I .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKlKWmtt8I .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYt2WlWD {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYt2WlWD {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYt2WlWD section {
  overflow: hidden;
}
.cid-tKkYt2WlWD .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYt2WlWD .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYt2WlWD .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYt2WlWD .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYt2WlWD .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYt2WlWD .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYt2WlWD .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYt2WlWD .container-fluid {
    padding: 0;
  }
  .cid-tKkYt2WlWD .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYt2WlWD .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYt2WlWD .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYt39ehe {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYt39ehe {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYt39ehe section {
  overflow: hidden;
}
.cid-tKkYt39ehe .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYt39ehe .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYt39ehe .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYt39ehe .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYt39ehe .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYt39ehe .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYt39ehe .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYt39ehe .container-fluid {
    padding: 0;
  }
  .cid-tKkYt39ehe .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYt39ehe .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYt39ehe .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYt3m1kC {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYt3m1kC {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYt3m1kC section {
  overflow: hidden;
}
.cid-tKkYt3m1kC .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYt3m1kC .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYt3m1kC .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYt3m1kC .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYt3m1kC .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYt3m1kC .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYt3m1kC .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYt3m1kC .container-fluid {
    padding: 0;
  }
  .cid-tKkYt3m1kC .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYt3m1kC .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYt3m1kC .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYt3A5KI {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYt3A5KI {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYt3A5KI section {
  overflow: hidden;
}
.cid-tKkYt3A5KI .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYt3A5KI .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYt3A5KI .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYt3A5KI .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYt3A5KI .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYt3A5KI .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYt3A5KI .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYt3A5KI .container-fluid {
    padding: 0;
  }
  .cid-tKkYt3A5KI .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYt3A5KI .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYt3A5KI .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYt3Oumz {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYt3Oumz {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYt3Oumz section {
  overflow: hidden;
}
.cid-tKkYt3Oumz .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYt3Oumz .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYt3Oumz .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYt3Oumz .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYt3Oumz .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYt3Oumz .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYt3Oumz .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYt3Oumz .container-fluid {
    padding: 0;
  }
  .cid-tKkYt3Oumz .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYt3Oumz .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYt3Oumz .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYt414PT {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYt414PT {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYt414PT section {
  overflow: hidden;
}
.cid-tKkYt414PT .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYt414PT .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYt414PT .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYt414PT .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYt414PT .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYt414PT .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYt414PT .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYt414PT .container-fluid {
    padding: 0;
  }
  .cid-tKkYt414PT .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYt414PT .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYt414PT .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYt4fMYl {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYt4fMYl {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYt4fMYl section {
  overflow: hidden;
}
.cid-tKkYt4fMYl .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYt4fMYl .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYt4fMYl .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYt4fMYl .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYt4fMYl .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYt4fMYl .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYt4fMYl .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYt4fMYl .container-fluid {
    padding: 0;
  }
  .cid-tKkYt4fMYl .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYt4fMYl .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYt4fMYl .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYt4t1PA {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYt4t1PA {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYt4t1PA section {
  overflow: hidden;
}
.cid-tKkYt4t1PA .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYt4t1PA .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYt4t1PA .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYt4t1PA .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYt4t1PA .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYt4t1PA .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYt4t1PA .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYt4t1PA .container-fluid {
    padding: 0;
  }
  .cid-tKkYt4t1PA .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYt4t1PA .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYt4t1PA .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYt4Hmbl {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYt4Hmbl {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYt4Hmbl section {
  overflow: hidden;
}
.cid-tKkYt4Hmbl .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYt4Hmbl .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYt4Hmbl .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYt4Hmbl .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYt4Hmbl .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYt4Hmbl .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYt4Hmbl .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYt4Hmbl .container-fluid {
    padding: 0;
  }
  .cid-tKkYt4Hmbl .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYt4Hmbl .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYt4Hmbl .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYt4ULOx {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYt4ULOx {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYt4ULOx section {
  overflow: hidden;
}
.cid-tKkYt4ULOx .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYt4ULOx .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYt4ULOx .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYt4ULOx .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYt4ULOx .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYt4ULOx .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYt4ULOx .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYt4ULOx .container-fluid {
    padding: 0;
  }
  .cid-tKkYt4ULOx .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYt4ULOx .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYt4ULOx .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYt588vd {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYt588vd {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYt588vd section {
  overflow: hidden;
}
.cid-tKkYt588vd .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYt588vd .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYt588vd .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYt588vd .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYt588vd .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYt588vd .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYt588vd .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYt588vd .container-fluid {
    padding: 0;
  }
  .cid-tKkYt588vd .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYt588vd .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYt588vd .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYt5mFoz {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYt5mFoz {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYt5mFoz section {
  overflow: hidden;
}
.cid-tKkYt5mFoz .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYt5mFoz .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYt5mFoz .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYt5mFoz .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYt5mFoz .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYt5mFoz .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYt5mFoz .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYt5mFoz .container-fluid {
    padding: 0;
  }
  .cid-tKkYt5mFoz .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYt5mFoz .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYt5mFoz .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYt5Anwv {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYt5Anwv {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYt5Anwv section {
  overflow: hidden;
}
.cid-tKkYt5Anwv .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYt5Anwv .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYt5Anwv .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYt5Anwv .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYt5Anwv .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYt5Anwv .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYt5Anwv .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYt5Anwv .container-fluid {
    padding: 0;
  }
  .cid-tKkYt5Anwv .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYt5Anwv .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYt5Anwv .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYt5OGVc {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYt5OGVc {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYt5OGVc section {
  overflow: hidden;
}
.cid-tKkYt5OGVc .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYt5OGVc .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYt5OGVc .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYt5OGVc .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYt5OGVc .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYt5OGVc .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYt5OGVc .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYt5OGVc .container-fluid {
    padding: 0;
  }
  .cid-tKkYt5OGVc .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYt5OGVc .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYt5OGVc .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYt62Usw {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYt62Usw {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYt62Usw section {
  overflow: hidden;
}
.cid-tKkYt62Usw .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYt62Usw .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYt62Usw .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYt62Usw .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYt62Usw .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYt62Usw .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYt62Usw .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYt62Usw .container-fluid {
    padding: 0;
  }
  .cid-tKkYt62Usw .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYt62Usw .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYt62Usw .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYt6gFsS {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYt6gFsS {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYt6gFsS section {
  overflow: hidden;
}
.cid-tKkYt6gFsS .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYt6gFsS .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYt6gFsS .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYt6gFsS .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYt6gFsS .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYt6gFsS .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYt6gFsS .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYt6gFsS .container-fluid {
    padding: 0;
  }
  .cid-tKkYt6gFsS .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYt6gFsS .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYt6gFsS .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYt6uPsP {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYt6uPsP {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYt6uPsP section {
  overflow: hidden;
}
.cid-tKkYt6uPsP .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYt6uPsP .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYt6uPsP .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYt6uPsP .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYt6uPsP .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYt6uPsP .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYt6uPsP .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYt6uPsP .container-fluid {
    padding: 0;
  }
  .cid-tKkYt6uPsP .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYt6uPsP .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYt6uPsP .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYt6J62c {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYt6J62c {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYt6J62c section {
  overflow: hidden;
}
.cid-tKkYt6J62c .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYt6J62c .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYt6J62c .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYt6J62c .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYt6J62c .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYt6J62c .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYt6J62c .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYt6J62c .container-fluid {
    padding: 0;
  }
  .cid-tKkYt6J62c .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYt6J62c .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYt6J62c .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYt6ZJEe {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYt6ZJEe {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYt6ZJEe section {
  overflow: hidden;
}
.cid-tKkYt6ZJEe .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYt6ZJEe .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYt6ZJEe .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYt6ZJEe .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYt6ZJEe .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYt6ZJEe .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYt6ZJEe .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYt6ZJEe .container-fluid {
    padding: 0;
  }
  .cid-tKkYt6ZJEe .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYt6ZJEe .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYt6ZJEe .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYt7dmqf {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYt7dmqf {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYt7dmqf section {
  overflow: hidden;
}
.cid-tKkYt7dmqf .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYt7dmqf .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYt7dmqf .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYt7dmqf .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYt7dmqf .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYt7dmqf .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYt7dmqf .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYt7dmqf .container-fluid {
    padding: 0;
  }
  .cid-tKkYt7dmqf .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYt7dmqf .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYt7dmqf .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYt7sWhv {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYt7sWhv {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYt7sWhv section {
  overflow: hidden;
}
.cid-tKkYt7sWhv .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYt7sWhv .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYt7sWhv .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYt7sWhv .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYt7sWhv .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYt7sWhv .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYt7sWhv .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYt7sWhv .container-fluid {
    padding: 0;
  }
  .cid-tKkYt7sWhv .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYt7sWhv .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYt7sWhv .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYt7HXQn {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYt7HXQn {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYt7HXQn section {
  overflow: hidden;
}
.cid-tKkYt7HXQn .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYt7HXQn .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYt7HXQn .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYt7HXQn .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYt7HXQn .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYt7HXQn .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYt7HXQn .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYt7HXQn .container-fluid {
    padding: 0;
  }
  .cid-tKkYt7HXQn .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYt7HXQn .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYt7HXQn .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYt7WDrZ {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYt7WDrZ {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYt7WDrZ section {
  overflow: hidden;
}
.cid-tKkYt7WDrZ .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYt7WDrZ .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYt7WDrZ .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYt7WDrZ .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYt7WDrZ .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYt7WDrZ .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYt7WDrZ .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYt7WDrZ .container-fluid {
    padding: 0;
  }
  .cid-tKkYt7WDrZ .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYt7WDrZ .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYt7WDrZ .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYt8b0aY {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYt8b0aY {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYt8b0aY section {
  overflow: hidden;
}
.cid-tKkYt8b0aY .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYt8b0aY .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYt8b0aY .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYt8b0aY .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYt8b0aY .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYt8b0aY .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYt8b0aY .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYt8b0aY .container-fluid {
    padding: 0;
  }
  .cid-tKkYt8b0aY .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYt8b0aY .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYt8b0aY .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYt8ptOq {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYt8ptOq {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYt8ptOq section {
  overflow: hidden;
}
.cid-tKkYt8ptOq .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYt8ptOq .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYt8ptOq .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYt8ptOq .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYt8ptOq .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYt8ptOq .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYt8ptOq .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYt8ptOq .container-fluid {
    padding: 0;
  }
  .cid-tKkYt8ptOq .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYt8ptOq .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYt8ptOq .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYt8FYcp {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYt8FYcp {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYt8FYcp section {
  overflow: hidden;
}
.cid-tKkYt8FYcp .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYt8FYcp .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYt8FYcp .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYt8FYcp .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYt8FYcp .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYt8FYcp .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYt8FYcp .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYt8FYcp .container-fluid {
    padding: 0;
  }
  .cid-tKkYt8FYcp .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYt8FYcp .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYt8FYcp .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYt8Up2I {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYt8Up2I {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYt8Up2I section {
  overflow: hidden;
}
.cid-tKkYt8Up2I .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYt8Up2I .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYt8Up2I .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYt8Up2I .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYt8Up2I .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYt8Up2I .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYt8Up2I .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYt8Up2I .container-fluid {
    padding: 0;
  }
  .cid-tKkYt8Up2I .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYt8Up2I .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYt8Up2I .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYt983vx {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYt983vx {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYt983vx section {
  overflow: hidden;
}
.cid-tKkYt983vx .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYt983vx .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYt983vx .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYt983vx .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYt983vx .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYt983vx .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYt983vx .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYt983vx .container-fluid {
    padding: 0;
  }
  .cid-tKkYt983vx .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYt983vx .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYt983vx .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYt9n2Uq {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYt9n2Uq {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYt9n2Uq section {
  overflow: hidden;
}
.cid-tKkYt9n2Uq .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYt9n2Uq .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYt9n2Uq .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYt9n2Uq .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYt9n2Uq .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYt9n2Uq .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYt9n2Uq .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYt9n2Uq .container-fluid {
    padding: 0;
  }
  .cid-tKkYt9n2Uq .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYt9n2Uq .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYt9n2Uq .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYt9DzDq {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYt9DzDq {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYt9DzDq section {
  overflow: hidden;
}
.cid-tKkYt9DzDq .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYt9DzDq .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYt9DzDq .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYt9DzDq .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYt9DzDq .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYt9DzDq .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYt9DzDq .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYt9DzDq .container-fluid {
    padding: 0;
  }
  .cid-tKkYt9DzDq .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYt9DzDq .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYt9DzDq .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYt9Se9s {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYt9Se9s {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYt9Se9s section {
  overflow: hidden;
}
.cid-tKkYt9Se9s .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYt9Se9s .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYt9Se9s .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYt9Se9s .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYt9Se9s .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYt9Se9s .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYt9Se9s .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYt9Se9s .container-fluid {
    padding: 0;
  }
  .cid-tKkYt9Se9s .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYt9Se9s .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYt9Se9s .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYta7dPu {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYta7dPu {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYta7dPu section {
  overflow: hidden;
}
.cid-tKkYta7dPu .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYta7dPu .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYta7dPu .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYta7dPu .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYta7dPu .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYta7dPu .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYta7dPu .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYta7dPu .container-fluid {
    padding: 0;
  }
  .cid-tKkYta7dPu .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYta7dPu .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYta7dPu .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYtan18e {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKkYtan18e {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKkYtan18e section {
  overflow: hidden;
}
.cid-tKkYtan18e .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKkYtan18e .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKkYtan18e .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKkYtan18e .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKkYtan18e .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKkYtan18e .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKkYtan18e .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKkYtan18e .container-fluid {
    padding: 0;
  }
  .cid-tKkYtan18e .text-wrapper {
    max-width: 700px;
  }
  .cid-tKkYtan18e .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKkYtan18e .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKlC5YRian {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKlC5YRian {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKlC5YRian section {
  overflow: hidden;
}
.cid-tKlC5YRian .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKlC5YRian .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKlC5YRian .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKlC5YRian .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKlC5YRian .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKlC5YRian .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKlC5YRian .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKlC5YRian .container-fluid {
    padding: 0;
  }
  .cid-tKlC5YRian .text-wrapper {
    max-width: 700px;
  }
  .cid-tKlC5YRian .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKlC5YRian .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKlC6nysvn {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKlC6nysvn {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKlC6nysvn section {
  overflow: hidden;
}
.cid-tKlC6nysvn .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKlC6nysvn .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKlC6nysvn .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKlC6nysvn .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKlC6nysvn .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKlC6nysvn .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKlC6nysvn .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKlC6nysvn .container-fluid {
    padding: 0;
  }
  .cid-tKlC6nysvn .text-wrapper {
    max-width: 700px;
  }
  .cid-tKlC6nysvn .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKlC6nysvn .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKlC6XhYbO {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKlC6XhYbO {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKlC6XhYbO section {
  overflow: hidden;
}
.cid-tKlC6XhYbO .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKlC6XhYbO .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKlC6XhYbO .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKlC6XhYbO .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKlC6XhYbO .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKlC6XhYbO .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKlC6XhYbO .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKlC6XhYbO .container-fluid {
    padding: 0;
  }
  .cid-tKlC6XhYbO .text-wrapper {
    max-width: 700px;
  }
  .cid-tKlC6XhYbO .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKlC6XhYbO .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKlC877kxN {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKlC877kxN {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKlC877kxN section {
  overflow: hidden;
}
.cid-tKlC877kxN .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKlC877kxN .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKlC877kxN .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKlC877kxN .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKlC877kxN .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKlC877kxN .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKlC877kxN .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKlC877kxN .container-fluid {
    padding: 0;
  }
  .cid-tKlC877kxN .text-wrapper {
    max-width: 700px;
  }
  .cid-tKlC877kxN .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKlC877kxN .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKlC8u4JJx {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKlC8u4JJx {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKlC8u4JJx section {
  overflow: hidden;
}
.cid-tKlC8u4JJx .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKlC8u4JJx .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKlC8u4JJx .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKlC8u4JJx .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKlC8u4JJx .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKlC8u4JJx .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKlC8u4JJx .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKlC8u4JJx .container-fluid {
    padding: 0;
  }
  .cid-tKlC8u4JJx .text-wrapper {
    max-width: 700px;
  }
  .cid-tKlC8u4JJx .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKlC8u4JJx .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKlC8OTicp {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKlC8OTicp {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKlC8OTicp section {
  overflow: hidden;
}
.cid-tKlC8OTicp .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKlC8OTicp .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKlC8OTicp .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKlC8OTicp .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKlC8OTicp .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKlC8OTicp .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKlC8OTicp .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKlC8OTicp .container-fluid {
    padding: 0;
  }
  .cid-tKlC8OTicp .text-wrapper {
    max-width: 700px;
  }
  .cid-tKlC8OTicp .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKlC8OTicp .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKlCaPOlsv {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKlCaPOlsv {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKlCaPOlsv section {
  overflow: hidden;
}
.cid-tKlCaPOlsv .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKlCaPOlsv .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKlCaPOlsv .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKlCaPOlsv .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKlCaPOlsv .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKlCaPOlsv .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKlCaPOlsv .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKlCaPOlsv .container-fluid {
    padding: 0;
  }
  .cid-tKlCaPOlsv .text-wrapper {
    max-width: 700px;
  }
  .cid-tKlCaPOlsv .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKlCaPOlsv .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKlCbjQFdh {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKlCbjQFdh {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKlCbjQFdh section {
  overflow: hidden;
}
.cid-tKlCbjQFdh .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKlCbjQFdh .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKlCbjQFdh .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKlCbjQFdh .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKlCbjQFdh .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKlCbjQFdh .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKlCbjQFdh .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKlCbjQFdh .container-fluid {
    padding: 0;
  }
  .cid-tKlCbjQFdh .text-wrapper {
    max-width: 700px;
  }
  .cid-tKlCbjQFdh .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKlCbjQFdh .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKlCbJTTpP {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKlCbJTTpP {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKlCbJTTpP section {
  overflow: hidden;
}
.cid-tKlCbJTTpP .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKlCbJTTpP .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKlCbJTTpP .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKlCbJTTpP .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKlCbJTTpP .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKlCbJTTpP .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKlCbJTTpP .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKlCbJTTpP .container-fluid {
    padding: 0;
  }
  .cid-tKlCbJTTpP .text-wrapper {
    max-width: 700px;
  }
  .cid-tKlCbJTTpP .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKlCbJTTpP .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKlCrNUc5C {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKlCrNUc5C {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKlCrNUc5C section {
  overflow: hidden;
}
.cid-tKlCrNUc5C .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKlCrNUc5C .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKlCrNUc5C .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKlCrNUc5C .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKlCrNUc5C .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKlCrNUc5C .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKlCrNUc5C .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKlCrNUc5C .container-fluid {
    padding: 0;
  }
  .cid-tKlCrNUc5C .text-wrapper {
    max-width: 700px;
  }
  .cid-tKlCrNUc5C .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKlCrNUc5C .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKlCsbAeYB {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKlCsbAeYB {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKlCsbAeYB section {
  overflow: hidden;
}
.cid-tKlCsbAeYB .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKlCsbAeYB .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKlCsbAeYB .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKlCsbAeYB .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKlCsbAeYB .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKlCsbAeYB .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKlCsbAeYB .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKlCsbAeYB .container-fluid {
    padding: 0;
  }
  .cid-tKlCsbAeYB .text-wrapper {
    max-width: 700px;
  }
  .cid-tKlCsbAeYB .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKlCsbAeYB .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKlCswDTES {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKlCswDTES {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKlCswDTES section {
  overflow: hidden;
}
.cid-tKlCswDTES .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKlCswDTES .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKlCswDTES .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKlCswDTES .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKlCswDTES .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKlCswDTES .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKlCswDTES .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKlCswDTES .container-fluid {
    padding: 0;
  }
  .cid-tKlCswDTES .text-wrapper {
    max-width: 700px;
  }
  .cid-tKlCswDTES .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKlCswDTES .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKlCsP7zap {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKlCsP7zap {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKlCsP7zap section {
  overflow: hidden;
}
.cid-tKlCsP7zap .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKlCsP7zap .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKlCsP7zap .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKlCsP7zap .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKlCsP7zap .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKlCsP7zap .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKlCsP7zap .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKlCsP7zap .container-fluid {
    padding: 0;
  }
  .cid-tKlCsP7zap .text-wrapper {
    max-width: 700px;
  }
  .cid-tKlCsP7zap .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKlCsP7zap .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKlCt8Okh8 {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-color: #004cd5;
}
@media (max-width: 992px) {
  .cid-tKlCt8Okh8 {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-tKlCt8Okh8 section {
  overflow: hidden;
}
.cid-tKlCt8Okh8 .text-wrapper {
  position: relative;
  z-index: 11;
}
.cid-tKlCt8Okh8 .image-wrapper {
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tKlCt8Okh8 .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-tKlCt8Okh8 .image-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .cid-tKlCt8Okh8 .image-wrapper {
    max-width: 550px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tKlCt8Okh8 .image-wrapper {
    max-width: 280px;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tKlCt8Okh8 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tKlCt8Okh8 .container-fluid {
    padding: 0;
  }
  .cid-tKlCt8Okh8 .text-wrapper {
    max-width: 700px;
  }
  .cid-tKlCt8Okh8 .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-tKlCt8Okh8 .animate__fadeInUp:before {
  background: #004cd5;
}
.cid-tKkYtaD9SA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-tKkYtaD9SA .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tKkYtaD9SA .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tKkYtaD9SA .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tKkYtaD9SA .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tKkYtaD9SA .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tKkYtaD9SA .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tKkYtaD9SA .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-tKkYtaD9SA .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tKkYtaD9SA .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tKkYtaD9SA .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tKkYtaD9SA .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tKkYtaD9SA .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tKkYtaD9SA .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tKkYtaD9SA .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tKkYtaD9SA foot-menu-item {
  text-align: right;
}
.cid-tLF5k9ldU3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tLF5k9ldU3 nav.navbar {
  position: fixed;
}
.cid-tLF5k9ldU3 .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-tLF5k9ldU3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tLF5k9ldU3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tLF5k9ldU3 .dropdown-item:hover,
.cid-tLF5k9ldU3 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tLF5k9ldU3 .dropdown-item:hover span {
  color: white;
}
.cid-tLF5k9ldU3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tLF5k9ldU3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tLF5k9ldU3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tLF5k9ldU3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tLF5k9ldU3 .nav-link {
  position: relative;
}
.cid-tLF5k9ldU3 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tLF5k9ldU3 .container {
    flex-wrap: nowrap;
  }
}
.cid-tLF5k9ldU3 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tLF5k9ldU3 .dropdown-menu,
.cid-tLF5k9ldU3 .navbar.opened {
  background: #222158 !important;
}
.cid-tLF5k9ldU3 .nav-item:focus,
.cid-tLF5k9ldU3 .nav-link:focus {
  outline: none;
}
.cid-tLF5k9ldU3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLF5k9ldU3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLF5k9ldU3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tLF5k9ldU3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLF5k9ldU3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLF5k9ldU3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLF5k9ldU3 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #222158;
}
.cid-tLF5k9ldU3 .navbar.opened {
  transition: all 0.3s;
}
.cid-tLF5k9ldU3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tLF5k9ldU3 .navbar .navbar-logo img {
  width: auto;
}
.cid-tLF5k9ldU3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tLF5k9ldU3 .navbar.collapsed {
  justify-content: center;
}
.cid-tLF5k9ldU3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLF5k9ldU3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tLF5k9ldU3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tLF5k9ldU3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLF5k9ldU3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLF5k9ldU3 .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-tLF5k9ldU3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLF5k9ldU3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tLF5k9ldU3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tLF5k9ldU3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLF5k9ldU3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLF5k9ldU3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLF5k9ldU3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLF5k9ldU3 .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-tLF5k9ldU3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tLF5k9ldU3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLF5k9ldU3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tLF5k9ldU3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tLF5k9ldU3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tLF5k9ldU3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tLF5k9ldU3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tLF5k9ldU3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tLF5k9ldU3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tLF5k9ldU3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tLF5k9ldU3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLF5k9ldU3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLF5k9ldU3 .dropdown-item.active,
.cid-tLF5k9ldU3 .dropdown-item:active {
  background-color: transparent;
}
.cid-tLF5k9ldU3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLF5k9ldU3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLF5k9ldU3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLF5k9ldU3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #222158;
}
.cid-tLF5k9ldU3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLF5k9ldU3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLF5k9ldU3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tLF5k9ldU3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tLF5k9ldU3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tLF5k9ldU3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tLF5k9ldU3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLF5k9ldU3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLF5k9ldU3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLF5k9ldU3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLF5k9ldU3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLF5k9ldU3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLF5k9ldU3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLF5k9ldU3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLF5k9ldU3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tLF5k9ldU3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tLF5k9ldU3 .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-tLF5k9ldU3 .navbar {
    height: 70px;
  }
  .cid-tLF5k9ldU3 .navbar.opened {
    height: auto;
  }
  .cid-tLF5k9ldU3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLF5k8EuAS {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/moviebackground-01-1-1920x1001.png");
}
.cid-tLF5k8EuAS .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tLF5k8EuAS .head_wrap:hover .mbr-section-title a {
  color: #ff6666 !important;
}
.cid-tLF5k8EuAS .mbr-section-title,
.cid-tLF5k8EuAS .wrap {
  text-align: left;
}
.cid-tLF5k8SOY0 {
  background-color: #980c0c;
  overflow: hidden;
  position: relative;
}
.cid-tLF5k8SOY0 .container,
.cid-tLF5k8SOY0 .container-fluid {
  position: static;
}
.cid-tLF5k8SOY0 .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 20px;
}
.cid-tLF5k8SOY0 .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-tLF5k8SOY0 .mbr-section-title {
  color: #ffffff;
  margin-bottom: 15px;
}
.cid-tLF5k8SOY0 .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tLF5k8SOY0 .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 40px;
}
@media (min-width: 1400px) {
  .cid-tLF5k8SOY0 .mbr-text {
    padding-right: 48px;
  }
}
.cid-tLF5k8SOY0 .cards-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-tLF5k8SOY0 .card {
  display: flex;
  align-items: flex-start;
  position: relative;
  width: 100%;
  margin-top: 30px;
  padding: 25px 25px 25px 95px;
  padding: 25px 25px 25px 25px;
  background: #ffffff;
  box-shadow: -20px 20px 50px rgba(0, 40, 99, 0.05);
  border-radius: 10px;
}
.cid-tLF5k8SOY0 .card:hover .card-number {
  background: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.cid-tLF5k8SOY0 .card-number {
  width: 45px;
  height: 45px;
  border: 1px solid #CECECE;
  border-radius: 50%;
  line-height: 43px;
  text-align: center;
  font-size: 18px;
  color: #913bff;
  position: absolute;
  top: 27px;
  left: 25px;
  transition: all 0.3s ease-in-out;
}
.cid-tLF5k8SOY0 .card-title {
  color: #010d4c;
  margin-bottom: 8px;
}
.cid-tLF5k8SOY0 .card-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-tLF5k8SOY0 .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-tLF5k8SOY0 .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tLF5k8SOY0 .mbr-section-btn .btn:before {
  display: none;
}
.cid-tLF5k8SOY0 .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tLF5k8SOY0 .image-wrapper {
  max-height: 100%;
  position: relative;
  z-index: 2;
}
.cid-tLF5k8SOY0 .image-wrapper img {
  max-width: 75%;
  margin-left: auto!important;
}
@media (min-width: 768px) {
  .cid-tLF5k8SOY0 .image-wrapper {
    position: absolute;
    z-index: 2;
    top: 24%;
    width: 38.65%;
    right: 6%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tLF5k8SOY0 .image-wrapper {
    top: 37%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tLF5k8SOY0 .image-wrapper {
    top: 31%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tLF5k8SOY0 .image-wrapper {
    top: 42%;
    right: 1%;
  }
}
@media (max-width: 767px) {
  .cid-tLF5k8SOY0 .image-wrapper {
    max-width: 474px !important;
    margin: 80px auto 0;
  }
}
.cid-tLF5k8SOY0 .bg-round {
  position: absolute;
  top: 10%;
  padding: 0;
}
.cid-tLF5k8SOY0 .bg-round svg {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-tLF5k8SOY0 .bg-round {
    width: 56%;
    right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .cid-tLF5k8SOY0 .bg-round {
    width: 56%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tLF5k8SOY0 .bg-round {
    width: 68%;
  }
}
@media (max-width: 767px) {
  .cid-tLF5k8SOY0 .bg-round {
    top: auto;
    bottom: -10%;
  }
  .cid-tLF5k8SOY0 .bg-round svg {
    height: 100%;
  }
}
.cid-tLF5k8SOY0 .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-tLF5k8SOY0 .col-text {
    margin-right: auto;
  }
}
.cid-tLF5k95KBj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-tLF5k95KBj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tLF5k95KBj .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tLF5k95KBj .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tLF5k95KBj .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tLF5k95KBj .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tLF5k95KBj .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tLF5k95KBj .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-tLF5k95KBj .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tLF5k95KBj .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tLF5k95KBj .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tLF5k95KBj .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tLF5k95KBj .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tLF5k95KBj .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tLF5k95KBj .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tLF5k95KBj foot-menu-item {
  text-align: right;
}
.cid-tLF6piKrpQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tLF6piKrpQ nav.navbar {
  position: fixed;
}
.cid-tLF6piKrpQ .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-tLF6piKrpQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tLF6piKrpQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tLF6piKrpQ .dropdown-item:hover,
.cid-tLF6piKrpQ .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tLF6piKrpQ .dropdown-item:hover span {
  color: white;
}
.cid-tLF6piKrpQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tLF6piKrpQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tLF6piKrpQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tLF6piKrpQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tLF6piKrpQ .nav-link {
  position: relative;
}
.cid-tLF6piKrpQ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tLF6piKrpQ .container {
    flex-wrap: nowrap;
  }
}
.cid-tLF6piKrpQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tLF6piKrpQ .dropdown-menu,
.cid-tLF6piKrpQ .navbar.opened {
  background: #222158 !important;
}
.cid-tLF6piKrpQ .nav-item:focus,
.cid-tLF6piKrpQ .nav-link:focus {
  outline: none;
}
.cid-tLF6piKrpQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLF6piKrpQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLF6piKrpQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tLF6piKrpQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLF6piKrpQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLF6piKrpQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLF6piKrpQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #222158;
}
.cid-tLF6piKrpQ .navbar.opened {
  transition: all 0.3s;
}
.cid-tLF6piKrpQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tLF6piKrpQ .navbar .navbar-logo img {
  width: auto;
}
.cid-tLF6piKrpQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tLF6piKrpQ .navbar.collapsed {
  justify-content: center;
}
.cid-tLF6piKrpQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLF6piKrpQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tLF6piKrpQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tLF6piKrpQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLF6piKrpQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLF6piKrpQ .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-tLF6piKrpQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLF6piKrpQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tLF6piKrpQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tLF6piKrpQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLF6piKrpQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLF6piKrpQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLF6piKrpQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLF6piKrpQ .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-tLF6piKrpQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tLF6piKrpQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLF6piKrpQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tLF6piKrpQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tLF6piKrpQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tLF6piKrpQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tLF6piKrpQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tLF6piKrpQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tLF6piKrpQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tLF6piKrpQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tLF6piKrpQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLF6piKrpQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLF6piKrpQ .dropdown-item.active,
.cid-tLF6piKrpQ .dropdown-item:active {
  background-color: transparent;
}
.cid-tLF6piKrpQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLF6piKrpQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLF6piKrpQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLF6piKrpQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #222158;
}
.cid-tLF6piKrpQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLF6piKrpQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLF6piKrpQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tLF6piKrpQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tLF6piKrpQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tLF6piKrpQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tLF6piKrpQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLF6piKrpQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLF6piKrpQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLF6piKrpQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLF6piKrpQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLF6piKrpQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLF6piKrpQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLF6piKrpQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLF6piKrpQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tLF6piKrpQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tLF6piKrpQ .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-tLF6piKrpQ .navbar {
    height: 70px;
  }
  .cid-tLF6piKrpQ .navbar.opened {
    height: auto;
  }
  .cid-tLF6piKrpQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLF6pi3IpW {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/moviebackground-01-1-1920x1001.png");
}
.cid-tLF6pi3IpW .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tLF6pi3IpW .head_wrap:hover .mbr-section-title a {
  color: #ff6666 !important;
}
.cid-tLF6piiWQ8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #9e0000;
}
@media (min-width: 1500px) {
  .cid-tLF6piiWQ8 .container {
    max-width: 1400px;
  }
}
.cid-tLF6piiWQ8 .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tLF6piiWQ8 .mbr-section-subtitle.display-4 {
  line-height: 1.375;
}
.cid-tLF6piiWQ8 .main-title {
  margin-bottom: 56px;
  color: #ffffff;
}
.cid-tLF6piiWQ8 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #6592e6;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tLF6piiWQ8 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tLF6piiWQ8 img {
  width: 100%;
}
.cid-tLF6pis6tT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-tLF6pis6tT .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tLF6pis6tT .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tLF6pis6tT .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tLF6pis6tT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tLF6pis6tT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tLF6pis6tT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tLF6pis6tT .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-tLF6pis6tT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tLF6pis6tT .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tLF6pis6tT .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tLF6pis6tT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tLF6pis6tT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tLF6pis6tT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tLF6pis6tT .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tLF6pis6tT foot-menu-item {
  text-align: right;
}
.cid-tLF93QJwLQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tLF93QJwLQ nav.navbar {
  position: fixed;
}
.cid-tLF93QJwLQ .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-tLF93QJwLQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tLF93QJwLQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tLF93QJwLQ .dropdown-item:hover,
.cid-tLF93QJwLQ .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tLF93QJwLQ .dropdown-item:hover span {
  color: white;
}
.cid-tLF93QJwLQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tLF93QJwLQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tLF93QJwLQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tLF93QJwLQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tLF93QJwLQ .nav-link {
  position: relative;
}
.cid-tLF93QJwLQ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tLF93QJwLQ .container {
    flex-wrap: nowrap;
  }
}
.cid-tLF93QJwLQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tLF93QJwLQ .dropdown-menu,
.cid-tLF93QJwLQ .navbar.opened {
  background: #222158 !important;
}
.cid-tLF93QJwLQ .nav-item:focus,
.cid-tLF93QJwLQ .nav-link:focus {
  outline: none;
}
.cid-tLF93QJwLQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLF93QJwLQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLF93QJwLQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tLF93QJwLQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLF93QJwLQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLF93QJwLQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLF93QJwLQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #222158;
}
.cid-tLF93QJwLQ .navbar.opened {
  transition: all 0.3s;
}
.cid-tLF93QJwLQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tLF93QJwLQ .navbar .navbar-logo img {
  width: auto;
}
.cid-tLF93QJwLQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tLF93QJwLQ .navbar.collapsed {
  justify-content: center;
}
.cid-tLF93QJwLQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLF93QJwLQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tLF93QJwLQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tLF93QJwLQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLF93QJwLQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLF93QJwLQ .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-tLF93QJwLQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLF93QJwLQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tLF93QJwLQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tLF93QJwLQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLF93QJwLQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLF93QJwLQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLF93QJwLQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLF93QJwLQ .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-tLF93QJwLQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tLF93QJwLQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLF93QJwLQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tLF93QJwLQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tLF93QJwLQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tLF93QJwLQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tLF93QJwLQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tLF93QJwLQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tLF93QJwLQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tLF93QJwLQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tLF93QJwLQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLF93QJwLQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLF93QJwLQ .dropdown-item.active,
.cid-tLF93QJwLQ .dropdown-item:active {
  background-color: transparent;
}
.cid-tLF93QJwLQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLF93QJwLQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLF93QJwLQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLF93QJwLQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #222158;
}
.cid-tLF93QJwLQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLF93QJwLQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLF93QJwLQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tLF93QJwLQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tLF93QJwLQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tLF93QJwLQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tLF93QJwLQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLF93QJwLQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLF93QJwLQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLF93QJwLQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLF93QJwLQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLF93QJwLQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLF93QJwLQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLF93QJwLQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLF93QJwLQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tLF93QJwLQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tLF93QJwLQ .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-tLF93QJwLQ .navbar {
    height: 70px;
  }
  .cid-tLF93QJwLQ .navbar.opened {
    height: auto;
  }
  .cid-tLF93QJwLQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLF93P69Eo {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/moviebackground-01-1-1920x1001.png");
}
.cid-tLF93P69Eo .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tLF93P69Eo .head_wrap:hover .mbr-section-title a {
  color: #ff6666 !important;
}
.cid-tLF93PjH47 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #980c0c;
}
.cid-tLF93PjH47 img {
  display: inline;
  border: 8px solid #ffffff;
  border-radius: 25px;
}
.cid-tLF93PjH47 .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.cid-tLF93PjH47 .first {
  transform: rotate(10deg);
  max-height: 317px;
  width: auto;
}
.cid-tLF93PjH47 .second {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tLF93PjH47 .third {
  transform: rotate(5deg);
  max-height: 476px;
  width: auto;
  z-index: 10;
}
.cid-tLF93PjH47 .fourth {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tLF93PjH47 .fifth {
  transform: rotate(350deg);
  max-height: 317px;
  width: auto;
}
@media (max-width: 1400px) {
  .cid-tLF93PjH47 .first {
    max-height: 250px;
  }
  .cid-tLF93PjH47 .second {
    max-height: 323px;
  }
  .cid-tLF93PjH47 .third {
    max-height: 408px;
  }
  .cid-tLF93PjH47 .fourth {
    max-height: 323px;
  }
  .cid-tLF93PjH47 .fifth {
    max-height: 250px;
  }
}
@media (max-width: 1100px) {
  .cid-tLF93PjH47 .first {
    max-height: 200px;
  }
  .cid-tLF93PjH47 .second {
    max-height: 270px;
  }
  .cid-tLF93PjH47 .third {
    max-height: 350px;
  }
  .cid-tLF93PjH47 .fourth {
    max-height: 270px;
  }
  .cid-tLF93PjH47 .fifth {
    max-height: 200px;
  }
}
@media (max-width: 900px) {
  .cid-tLF93PjH47 .first {
    display: none;
  }
  .cid-tLF93PjH47 .second {
    max-height: 323px;
  }
  .cid-tLF93PjH47 .third {
    max-height: 408px;
  }
  .cid-tLF93PjH47 .fourth {
    max-height: 323px;
  }
  .cid-tLF93PjH47 .fifth {
    display: none;
  }
}
@media (max-width: 765px) {
  .cid-tLF93PjH47 .second {
    max-height: 250px;
  }
  .cid-tLF93PjH47 .third {
    max-height: 340px;
  }
  .cid-tLF93PjH47 .fourth {
    max-height: 250px;
  }
}
@media (max-width: 650px) {
  .cid-tLF93PjH47 .second {
    max-height: 180px;
  }
  .cid-tLF93PjH47 .third {
    max-height: 270px;
  }
  .cid-tLF93PjH47 .fourth {
    max-height: 180px;
  }
}
@media (max-width: 465px) {
  .cid-tLF93PjH47 .second {
    display: none;
  }
  .cid-tLF93PjH47 .third {
    max-height: initial;
    width: 90%;
  }
  .cid-tLF93PjH47 .fourth {
    display: none;
  }
}
.cid-tLF93PtgEQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tLF93PtgEQ .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-tLF93PtgEQ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tLF93PtgEQ .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tLF93PtgEQ .mbr-section-title {
  color: #000000;
}
.cid-tLF93PtgEQ .mbr-text {
  color: #6c7577;
}
.cid-tLF93PtgEQ .mbr-description {
  color: #6c7577;
}
.cid-tLF93PFDWp {
  overflow: hidden;
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #e6eaf1;
}
.cid-tLF93PFDWp .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tLF93PFDWp .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #6592e6;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tLF93PFDWp .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tLF93PFDWp .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tLF93PFDWp svg {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.5);
  overflow: hidden;
  pointer-events: none;
}
.cid-tLF93PFDWp #e2_shape {
  fill: #ffffff !important;
}
.cid-tLF93PFDWp .mbr-section-title {
  text-align: left;
  color: #404040;
}
.cid-tLF93PFDWp .mbr-section-title.display-1 {
  font-size: 42px;
  line-height: 1.214;
  letter-spacing: 0px;
}
.cid-tLF93PFDWp .mbr-text {
  color: #404040;
  text-align: left;
}
.cid-tLF93PFDWp .mbr-text.display-5 {
  font-size: 25px;
  letter-spacing: 0px;
  line-height: 1.36;
}
.cid-tLF93PFDWp .icon-wrap {
  border-radius: 50%;
  margin: auto;
  text-align: left;
  transition: all 0.3s;
}
.cid-tLF93PFDWp .mbr-media span {
  font-size: 1rem;
  cursor: pointer;
  position: relative;
  padding-left: 5px;
  display: inline-block;
  opacity: 0.9;
  transition: all 0.25s;
  color: #000000 !important;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04) !important;
}
.cid-tLF93PFDWp .mbr-media span:hover {
  opacity: 1;
  color: #000000 !important;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5) !important;
}
.cid-tLF93PFDWp .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tLF93PFDWp .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tLF93PFDWp .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tLF93PFDWp .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tLF93PFDWp a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tLF93PFDWp a.close:hover {
  color: #ffffff;
}
.cid-tLF93PFDWp .play {
  display: inline-block;
  width: 52px;
  height: 52px;
  line-height: 3.5rem !important;
  text-align: center;
  border-radius: 100%;
  background: #ffffff;
  transition: all 200ms ease-in-out;
  cursor: pointer;
}
.cid-tLF93PFDWp .play-text {
  margin-bottom: 0 !important;
  padding-left: 10px;
  display: inline-block;
}
.cid-tLF93PFDWp .play-text.display-4 {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 992px) {
  .cid-tLF93PFDWp svg {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-tLF93PFDWp .show-modal {
    margin-bottom: 20px;
  }
}
.cid-tLF93Q1wcs {
  overflow: hidden;
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #e6eaf1;
}
.cid-tLF93Q1wcs .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #6592e6;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tLF93Q1wcs .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tLF93Q1wcs .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tLF93Q1wcs svg {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.5);
  overflow: hidden;
  pointer-events: none;
}
.cid-tLF93Q1wcs #e2_shape {
  fill: #ffffff !important;
}
.cid-tLF93Q1wcs .mbr-section-title {
  text-align: left;
  color: #404040;
}
.cid-tLF93Q1wcs .mbr-section-title.display-1 {
  font-size: 42px;
  line-height: 1.214;
  letter-spacing: 0px;
}
.cid-tLF93Q1wcs .mbr-text {
  color: #404040;
  text-align: left;
}
.cid-tLF93Q1wcs .mbr-text.display-5 {
  font-size: 25px;
  letter-spacing: 0px;
  line-height: 1.36;
}
.cid-tLF93Q1wcs .icon-wrap {
  border-radius: 50%;
  margin: auto;
  text-align: left;
  transition: all 0.3s;
}
.cid-tLF93Q1wcs .mbr-media span {
  font-size: 1rem;
  cursor: pointer;
  position: relative;
  padding-left: 5px;
  display: inline-block;
  opacity: 0.9;
  transition: all 0.25s;
  color: #000000 !important;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04) !important;
}
.cid-tLF93Q1wcs .mbr-media span:hover {
  opacity: 1;
  color: #000000 !important;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5) !important;
}
.cid-tLF93Q1wcs .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tLF93Q1wcs .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tLF93Q1wcs .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tLF93Q1wcs .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tLF93Q1wcs a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tLF93Q1wcs a.close:hover {
  color: #ffffff;
}
.cid-tLF93Q1wcs .play {
  display: inline-block;
  width: 52px;
  height: 52px;
  line-height: 3.5rem !important;
  text-align: center;
  border-radius: 100%;
  background: #ffffff;
  transition: all 200ms ease-in-out;
  cursor: pointer;
}
.cid-tLF93Q1wcs .play-text {
  margin-bottom: 0 !important;
  padding-left: 10px;
  display: inline-block;
}
.cid-tLF93Q1wcs .play-text.display-4 {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 992px) {
  .cid-tLF93Q1wcs svg {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-tLF93Q1wcs .show-modal {
    margin-bottom: 20px;
  }
}
.cid-tLF93QrYtV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-tLF93QrYtV .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tLF93QrYtV .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tLF93QrYtV .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tLF93QrYtV .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tLF93QrYtV .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tLF93QrYtV .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tLF93QrYtV .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-tLF93QrYtV .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tLF93QrYtV .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tLF93QrYtV .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tLF93QrYtV .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tLF93QrYtV .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tLF93QrYtV .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tLF93QrYtV .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tLF93QrYtV foot-menu-item {
  text-align: right;
}
.cid-ueRaid6L1z {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ueRaid6L1z nav.navbar {
  position: fixed;
}
.cid-ueRaid6L1z .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-ueRaid6L1z .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ueRaid6L1z .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ueRaid6L1z .dropdown-item:hover,
.cid-ueRaid6L1z .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-ueRaid6L1z .dropdown-item:hover span {
  color: white;
}
.cid-ueRaid6L1z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ueRaid6L1z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ueRaid6L1z .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ueRaid6L1z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ueRaid6L1z .nav-link {
  position: relative;
}
.cid-ueRaid6L1z .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ueRaid6L1z .container {
    flex-wrap: nowrap;
  }
}
.cid-ueRaid6L1z .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ueRaid6L1z .dropdown-menu,
.cid-ueRaid6L1z .navbar.opened {
  background: #222158 !important;
}
.cid-ueRaid6L1z .nav-item:focus,
.cid-ueRaid6L1z .nav-link:focus {
  outline: none;
}
.cid-ueRaid6L1z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ueRaid6L1z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ueRaid6L1z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ueRaid6L1z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ueRaid6L1z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueRaid6L1z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ueRaid6L1z .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #222158;
}
.cid-ueRaid6L1z .navbar.opened {
  transition: all 0.3s;
}
.cid-ueRaid6L1z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ueRaid6L1z .navbar .navbar-logo img {
  width: auto;
}
.cid-ueRaid6L1z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ueRaid6L1z .navbar.collapsed {
  justify-content: center;
}
.cid-ueRaid6L1z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueRaid6L1z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ueRaid6L1z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ueRaid6L1z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueRaid6L1z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ueRaid6L1z .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-ueRaid6L1z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ueRaid6L1z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ueRaid6L1z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ueRaid6L1z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueRaid6L1z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueRaid6L1z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueRaid6L1z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ueRaid6L1z .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-ueRaid6L1z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ueRaid6L1z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ueRaid6L1z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ueRaid6L1z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ueRaid6L1z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ueRaid6L1z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ueRaid6L1z .navbar.navbar-short {
  min-height: 60px;
}
.cid-ueRaid6L1z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ueRaid6L1z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ueRaid6L1z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ueRaid6L1z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ueRaid6L1z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueRaid6L1z .dropdown-item.active,
.cid-ueRaid6L1z .dropdown-item:active {
  background-color: transparent;
}
.cid-ueRaid6L1z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ueRaid6L1z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueRaid6L1z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ueRaid6L1z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #222158;
}
.cid-ueRaid6L1z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ueRaid6L1z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ueRaid6L1z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ueRaid6L1z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ueRaid6L1z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ueRaid6L1z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-ueRaid6L1z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ueRaid6L1z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueRaid6L1z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueRaid6L1z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ueRaid6L1z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueRaid6L1z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ueRaid6L1z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ueRaid6L1z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueRaid6L1z .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ueRaid6L1z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ueRaid6L1z .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-ueRaid6L1z .navbar {
    height: 70px;
  }
  .cid-ueRaid6L1z .navbar.opened {
    height: auto;
  }
  .cid-ueRaid6L1z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueRaidpOuK .modal-body .close {
  background: #1b1b1b;
}
.cid-ueRaidpOuK .modal-body .close span {
  font-style: normal;
}
.cid-ueRaidpOuK .carousel-inner > .active,
.cid-ueRaidpOuK .carousel-inner > .next,
.cid-ueRaidpOuK .carousel-inner > .prev {
  display: flex;
}
.cid-ueRaidpOuK .carousel-control .icon-next,
.cid-ueRaidpOuK .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-ueRaidpOuK .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ueRaidpOuK .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ueRaidpOuK .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-ueRaidpOuK .boxed-slider > div {
  position: relative;
}
.cid-ueRaidpOuK .container img {
  width: 100%;
}
.cid-ueRaidpOuK .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-ueRaidpOuK .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-ueRaidpOuK .mbr-table-cell {
  padding: 0;
}
.cid-ueRaidpOuK .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-ueRaidpOuK .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueRaidpOuK .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-ueRaidpOuK .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-ueRaidpOuK .carousel-item.active.right,
.cid-ueRaidpOuK .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-ueRaidpOuK .carousel-item.active.left,
.cid-ueRaidpOuK .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-ueRaidpOuK .carousel-item.active,
.cid-ueRaidpOuK .carousel-item.next.left,
.cid-ueRaidpOuK .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-ueRaidpOuK .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-ueRaidpOuK .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ueRaidpOuK .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ueRaidpOuK .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-ueRaidpOuK .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ueRaidpOuK .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-ueRaidpOuK .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-ueRaidpOuK .mbr-slider .carousel-indicators li.active,
.cid-ueRaidpOuK .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-ueRaidpOuK .mbr-slider .carousel-indicators li::after,
.cid-ueRaidpOuK .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-ueRaidpOuK .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-ueRaidpOuK .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-ueRaidpOuK .mbr-slider > .container img {
  width: 100%;
}
.cid-ueRaidpOuK .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ueRaidpOuK .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-ueRaidpOuK .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ueRaidpOuK .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-ueRaidpOuK .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-ueRaidpOuK .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-ueRaidpOuK .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-ueRaidpOuK .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-ueRaidpOuK .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-ueRaidpOuK .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-ueRaidpOuK .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-ueRaidpOuK .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-ueRaidpOuK .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-ueRaidDv5e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222158;
}
.cid-ueRaidDv5e .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueRaidDv5e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueRaidDv5e .content-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: flex-end;
}
@media (max-width: 1259px) {
  .cid-ueRaidDv5e .content-container {
    grid-template-columns: 1fr 0.25fr;
  }
}
@media (max-width: 991px) {
  .cid-ueRaidDv5e .content-container {
    grid-template-columns: 1fr;
    grid-row-gap: 50px;
  }
}
.cid-ueRaidDv5e .mbr-section-title {
  color: #ffffff;
}
.cid-ueRaidDv5e .mbr-section-subtitle {
  color: #8f8f8f;
  padding: 16px 0;
  font-weight: 400;
}
.cid-ueRaidDv5e .mbr-section-subtitle b {
  font-weight: 700;
}
@media (max-width: 575px) {
  .cid-ueRaidDv5e .mbr-section-subtitle {
    padding: 4px 0;
  }
}
.cid-ueRaidDv5e .item-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding-top: 60px;
}
@media (max-width: 991px) {
  .cid-ueRaidDv5e .item-right {
    padding-top: 0;
  }
}
.cid-ueRaidDv5e .mbr-text {
  margin-bottom: 10px;
  color: #747474;
}
.cid-ueRaidDv5e .mbr-section-btn {
  margin-top: 30px;
}
.cid-ueRaidDv5e .mbr-section-btn .btn {
  min-width: 50px;
}
.cid-ueRaidDv5e .mbr-text,
.cid-ueRaidDv5e .mbr-section-btn {
  color: #ffffff;
}
.cid-ueRaidR5w8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ff8a8a;
}
.cid-ueRaidR5w8 .video-wrapper iframe {
  width: 100%;
}
.cid-ueRaidR5w8 h2,
.cid-ueRaidR5w8 h4,
.cid-ueRaidR5w8 p {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-ueRaidR5w8 .col-md-6 {
    width: 100%;
  }
}
.cid-ueRaidR5w8 .mbr-section-head {
  margin-bottom: 2rem;
}
@media (min-width: 993px) {
  .cid-ueRaidR5w8 .mbr-section-head {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-ueRaidR5w8 .mbr-section-head {
    text-align: center;
  }
}
.cid-ueRaidR5w8 .mbr-section-title {
  color: #ffffff;
  margin-bottom: 1rem;
}
.cid-ueRaidR5w8 .mbr-section-subtitle {
  color: #6b6b6b;
  margin-bottom: 6px;
}
.cid-ueRaidR5w8 .mbr-text {
  color: #ffffff;
}
.cid-ueRaie6Q0c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #9cf182;
}
.cid-ueRaie6Q0c .video-wrapper iframe {
  width: 100%;
}
.cid-ueRaie6Q0c h2,
.cid-ueRaie6Q0c h4,
.cid-ueRaie6Q0c p {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-ueRaie6Q0c .col-md-6 {
    width: 100%;
  }
}
.cid-ueRaie6Q0c .mbr-section-head {
  margin-bottom: 2rem;
}
@media (min-width: 993px) {
  .cid-ueRaie6Q0c .mbr-section-head {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-ueRaie6Q0c .mbr-section-head {
    text-align: center;
  }
}
.cid-ueRaie6Q0c .mbr-section-title {
  color: #ffffff;
  margin-bottom: 1rem;
}
.cid-ueRaie6Q0c .mbr-section-subtitle {
  color: #6b6b6b;
  margin-bottom: 6px;
}
.cid-ueRaie6Q0c .mbr-text {
  color: #ffffff;
}
.cid-ueRaiel1rF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ff8a8a;
}
.cid-ueRaiel1rF .video-wrapper iframe {
  width: 100%;
}
.cid-ueRaiel1rF h2,
.cid-ueRaiel1rF h4,
.cid-ueRaiel1rF p {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-ueRaiel1rF .col-md-6 {
    width: 100%;
  }
}
.cid-ueRaiel1rF .mbr-section-head {
  margin-bottom: 2rem;
}
@media (min-width: 993px) {
  .cid-ueRaiel1rF .mbr-section-head {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-ueRaiel1rF .mbr-section-head {
    text-align: center;
  }
}
.cid-ueRaiel1rF .mbr-section-title {
  color: #ffffff;
  margin-bottom: 1rem;
}
.cid-ueRaiel1rF .mbr-section-subtitle {
  color: #6b6b6b;
  margin-bottom: 6px;
}
.cid-ueRaiel1rF .mbr-text {
  color: #ffffff;
}
.cid-ueRaieBwZm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #9cf182;
}
.cid-ueRaieBwZm .video-wrapper iframe {
  width: 100%;
}
.cid-ueRaieBwZm h2,
.cid-ueRaieBwZm h4,
.cid-ueRaieBwZm p {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-ueRaieBwZm .col-md-6 {
    width: 100%;
  }
}
.cid-ueRaieBwZm .mbr-section-head {
  margin-bottom: 2rem;
}
@media (min-width: 993px) {
  .cid-ueRaieBwZm .mbr-section-head {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-ueRaieBwZm .mbr-section-head {
    text-align: center;
  }
}
.cid-ueRaieBwZm .mbr-section-title {
  color: #ffffff;
  margin-bottom: 1rem;
}
.cid-ueRaieBwZm .mbr-section-subtitle {
  color: #6b6b6b;
  margin-bottom: 6px;
}
.cid-ueRaieBwZm .mbr-text {
  color: #ffffff;
}
.cid-ueRaieR3AZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ff8a8a;
}
.cid-ueRaieR3AZ .mbr-section-title {
  color: #ffffff;
}
.cid-ueRaieR3AZ .mbr-text,
.cid-ueRaieR3AZ .mbr-section-btn {
  color: #ffffff;
}
.cid-ueRaif6MFQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ueRaif6MFQ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ueRaif6MFQ .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ueRaif6MFQ .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ueRaif6MFQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ueRaif6MFQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ueRaif6MFQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ueRaif6MFQ .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-ueRaif6MFQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ueRaif6MFQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ueRaif6MFQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ueRaif6MFQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ueRaif6MFQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ueRaif6MFQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ueRaif6MFQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ueRaif6MFQ foot-menu-item {
  text-align: right;
}
.cid-tw0vKBEcgd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tw0vKBEcgd nav.navbar {
  position: fixed;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tw0vKBEcgd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tw0vKBEcgd .dropdown-item:hover,
.cid-tw0vKBEcgd .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tw0vKBEcgd .dropdown-item:hover span {
  color: white;
}
.cid-tw0vKBEcgd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tw0vKBEcgd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tw0vKBEcgd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tw0vKBEcgd .nav-link {
  position: relative;
}
.cid-tw0vKBEcgd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .container {
    flex-wrap: nowrap;
  }
}
.cid-tw0vKBEcgd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown-menu,
.cid-tw0vKBEcgd .navbar.opened {
  background: #222158 !important;
}
.cid-tw0vKBEcgd .nav-item:focus,
.cid-tw0vKBEcgd .nav-link:focus {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tw0vKBEcgd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tw0vKBEcgd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.opened {
  transition: all 0.3s;
}
.cid-tw0vKBEcgd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tw0vKBEcgd .navbar .navbar-logo img {
  width: auto;
}
.cid-tw0vKBEcgd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar.collapsed {
  justify-content: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tw0vKBEcgd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tw0vKBEcgd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tw0vKBEcgd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tw0vKBEcgd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tw0vKBEcgd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tw0vKBEcgd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tw0vKBEcgd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tw0vKBEcgd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tw0vKBEcgd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown-item.active,
.cid-tw0vKBEcgd .dropdown-item:active {
  background-color: transparent;
}
.cid-tw0vKBEcgd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tw0vKBEcgd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tw0vKBEcgd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tw0vKBEcgd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tw0vKBEcgd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tw0vKBEcgd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar {
    height: 70px;
  }
  .cid-tw0vKBEcgd .navbar.opened {
    height: auto;
  }
  .cid-tw0vKBEcgd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufqioH8P2i {
  background-color: #232323;
  overflow: hidden;
  position: relative;
}
.cid-ufqioH8P2i .container,
.cid-ufqioH8P2i .container-fluid {
  position: static;
}
.cid-ufqioH8P2i .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 20px;
}
.cid-ufqioH8P2i .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-ufqioH8P2i .mbr-section-title {
  color: #ffffff;
  margin-bottom: 15px;
}
.cid-ufqioH8P2i .colored-text {
  color: #4479d9;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-ufqioH8P2i .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 40px;
}
@media (min-width: 1400px) {
  .cid-ufqioH8P2i .mbr-text {
    padding-right: 48px;
  }
}
.cid-ufqioH8P2i .cards-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-ufqioH8P2i .card {
  display: flex;
  align-items: flex-start;
  position: relative;
  width: 100%;
  margin-top: 30px;
  padding: 25px 25px 25px 95px;
  padding: 25px 25px 25px 25px;
  background: #ffffff;
  box-shadow: -20px 20px 50px rgba(0, 40, 99, 0.05);
  border-radius: 10px;
}
.cid-ufqioH8P2i .card:hover .card-number {
  background: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.cid-ufqioH8P2i .card-number {
  width: 45px;
  height: 45px;
  border: 1px solid #CECECE;
  border-radius: 50%;
  line-height: 43px;
  text-align: center;
  font-size: 18px;
  color: #913bff;
  position: absolute;
  top: 27px;
  left: 25px;
  transition: all 0.3s ease-in-out;
}
.cid-ufqioH8P2i .card-title {
  color: #010d4c;
  margin-bottom: 8px;
}
.cid-ufqioH8P2i .card-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-ufqioH8P2i .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-ufqioH8P2i .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-ufqioH8P2i .mbr-section-btn .btn:before {
  display: none;
}
.cid-ufqioH8P2i .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-ufqioH8P2i .image-wrapper {
  max-height: 100%;
  position: relative;
  z-index: 2;
}
.cid-ufqioH8P2i .image-wrapper img {
  max-width: 75%;
  margin-left: auto!important;
}
@media (min-width: 768px) {
  .cid-ufqioH8P2i .image-wrapper {
    position: absolute;
    z-index: 2;
    top: 24%;
    width: 38.65%;
    right: 6%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-ufqioH8P2i .image-wrapper {
    top: 37%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-ufqioH8P2i .image-wrapper {
    top: 31%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ufqioH8P2i .image-wrapper {
    top: 42%;
    right: 1%;
  }
}
@media (max-width: 767px) {
  .cid-ufqioH8P2i .image-wrapper {
    max-width: 474px !important;
    margin: 80px auto 0;
  }
}
.cid-ufqioH8P2i .bg-round {
  position: absolute;
  top: 0%;
  padding: 0;
}
.cid-ufqioH8P2i .bg-round svg {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-ufqioH8P2i .bg-round {
    width: 56%;
    right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .cid-ufqioH8P2i .bg-round {
    width: 56%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ufqioH8P2i .bg-round {
    width: 68%;
  }
}
@media (max-width: 767px) {
  .cid-ufqioH8P2i .bg-round {
    top: auto;
    bottom: -10%;
  }
  .cid-ufqioH8P2i .bg-round svg {
    height: 100%;
  }
}
.cid-ufqioH8P2i .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-ufqioH8P2i .col-text {
    margin-right: auto;
  }
}
.cid-ufqioH8P2i .mbr-section-title DIV {
  text-align: left;
}
.cid-t8ihKN7sai {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-t8ihKN7sai .row-links {
  width: 100%;
  justify-content: center;
}
.cid-t8ihKN7sai .social-row {
  width: 100%;
  justify-content: center;
}
.cid-t8ihKN7sai .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-t8ihKN7sai .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t8ihKN7sai .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t8ihKN7sai .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t8ihKN7sai .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-t8ihKN7sai .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t8ihKN7sai .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t8ihKN7sai .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-t8ihKN7sai .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t8ihKN7sai .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t8ihKN7sai .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t8ihKN7sai .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t8ihKN7sai foot-menu-item {
  text-align: right;
}
.cid-tw0vKBEcgd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tw0vKBEcgd nav.navbar {
  position: fixed;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tw0vKBEcgd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tw0vKBEcgd .dropdown-item:hover,
.cid-tw0vKBEcgd .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tw0vKBEcgd .dropdown-item:hover span {
  color: white;
}
.cid-tw0vKBEcgd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tw0vKBEcgd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tw0vKBEcgd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tw0vKBEcgd .nav-link {
  position: relative;
}
.cid-tw0vKBEcgd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .container {
    flex-wrap: nowrap;
  }
}
.cid-tw0vKBEcgd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown-menu,
.cid-tw0vKBEcgd .navbar.opened {
  background: #222158 !important;
}
.cid-tw0vKBEcgd .nav-item:focus,
.cid-tw0vKBEcgd .nav-link:focus {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tw0vKBEcgd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tw0vKBEcgd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.opened {
  transition: all 0.3s;
}
.cid-tw0vKBEcgd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tw0vKBEcgd .navbar .navbar-logo img {
  width: auto;
}
.cid-tw0vKBEcgd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar.collapsed {
  justify-content: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tw0vKBEcgd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tw0vKBEcgd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tw0vKBEcgd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tw0vKBEcgd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tw0vKBEcgd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tw0vKBEcgd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tw0vKBEcgd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tw0vKBEcgd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tw0vKBEcgd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown-item.active,
.cid-tw0vKBEcgd .dropdown-item:active {
  background-color: transparent;
}
.cid-tw0vKBEcgd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tw0vKBEcgd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tw0vKBEcgd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tw0vKBEcgd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tw0vKBEcgd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tw0vKBEcgd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar {
    height: 70px;
  }
  .cid-tw0vKBEcgd .navbar.opened {
    height: auto;
  }
  .cid-tw0vKBEcgd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uiVHNTGdfq {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/ticketgalainvitation-1-2000x1333.jpeg");
}
.cid-uiVHNTGdfq .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uiVHNTGdfq .head_wrap:hover .mbr-section-title a {
  color: #ff6666 !important;
}
.cid-umGBR6eYNO {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-umGBR6eYNO .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-umGBR6eYNO .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-umGBR6eYNO .image-block:hover:before {
  opacity: 0.4;
}
.cid-umGBR6eYNO .image-block:hover .wrap {
  opacity: 1;
}
.cid-umGBR6eYNO .image-block:hover img {
  transform: scale(1.05);
}
.cid-umGBR6eYNO .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-umGBR6eYNO h4 {
  letter-spacing: 2px;
}
.cid-umGBR6eYNO figcaption {
  position: relative;
}
.cid-umGBR6eYNO figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-umGBR6eYNO img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-umGBR6eYNO .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-umGBR6eYNO .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-umGBR6eYNO .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-umGBR6eYNO .image-block:before {
    opacity: 0.4;
  }
  .cid-umGBR6eYNO .image-block .wrap {
    opacity: 1;
  }
}
.cid-uiVDwaFNDE {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uiVDwaFNDE .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-uiVDwaFNDE .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uiVDwaFNDE .image-block:hover:before {
  opacity: 0.4;
}
.cid-uiVDwaFNDE .image-block:hover .wrap {
  opacity: 1;
}
.cid-uiVDwaFNDE .image-block:hover img {
  transform: scale(1.05);
}
.cid-uiVDwaFNDE .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-uiVDwaFNDE h4 {
  letter-spacing: 2px;
}
.cid-uiVDwaFNDE figcaption {
  position: relative;
}
.cid-uiVDwaFNDE figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-uiVDwaFNDE img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-uiVDwaFNDE .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-uiVDwaFNDE .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-uiVDwaFNDE .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-uiVDwaFNDE .image-block:before {
    opacity: 0.4;
  }
  .cid-uiVDwaFNDE .image-block .wrap {
    opacity: 1;
  }
}
.cid-uiVDxPE2Xi {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uiVDxPE2Xi .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-uiVDxPE2Xi .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uiVDxPE2Xi .image-block:hover:before {
  opacity: 0.4;
}
.cid-uiVDxPE2Xi .image-block:hover .wrap {
  opacity: 1;
}
.cid-uiVDxPE2Xi .image-block:hover img {
  transform: scale(1.05);
}
.cid-uiVDxPE2Xi .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-uiVDxPE2Xi h4 {
  letter-spacing: 2px;
}
.cid-uiVDxPE2Xi figcaption {
  position: relative;
}
.cid-uiVDxPE2Xi figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-uiVDxPE2Xi img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-uiVDxPE2Xi .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-uiVDxPE2Xi .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-uiVDxPE2Xi .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-uiVDxPE2Xi .image-block:before {
    opacity: 0.4;
  }
  .cid-uiVDxPE2Xi .image-block .wrap {
    opacity: 1;
  }
}
.cid-uiVFQbu9FJ {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uiVFQbu9FJ .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-uiVFQbu9FJ .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uiVFQbu9FJ .image-block:hover:before {
  opacity: 0.4;
}
.cid-uiVFQbu9FJ .image-block:hover .wrap {
  opacity: 1;
}
.cid-uiVFQbu9FJ .image-block:hover img {
  transform: scale(1.05);
}
.cid-uiVFQbu9FJ .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-uiVFQbu9FJ h4 {
  letter-spacing: 2px;
}
.cid-uiVFQbu9FJ figcaption {
  position: relative;
}
.cid-uiVFQbu9FJ figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-uiVFQbu9FJ img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-uiVFQbu9FJ .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-uiVFQbu9FJ .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-uiVFQbu9FJ .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-uiVFQbu9FJ .image-block:before {
    opacity: 0.4;
  }
  .cid-uiVFQbu9FJ .image-block .wrap {
    opacity: 1;
  }
}
.cid-uiVFQEBP1Q {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uiVFQEBP1Q .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-uiVFQEBP1Q .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uiVFQEBP1Q .image-block:hover:before {
  opacity: 0.4;
}
.cid-uiVFQEBP1Q .image-block:hover .wrap {
  opacity: 1;
}
.cid-uiVFQEBP1Q .image-block:hover img {
  transform: scale(1.05);
}
.cid-uiVFQEBP1Q .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-uiVFQEBP1Q h4 {
  letter-spacing: 2px;
}
.cid-uiVFQEBP1Q figcaption {
  position: relative;
}
.cid-uiVFQEBP1Q figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-uiVFQEBP1Q img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-uiVFQEBP1Q .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-uiVFQEBP1Q .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-uiVFQEBP1Q .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-uiVFQEBP1Q .image-block:before {
    opacity: 0.4;
  }
  .cid-uiVFQEBP1Q .image-block .wrap {
    opacity: 1;
  }
}
.cid-uiVFRrCy8y {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uiVFRrCy8y .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-uiVFRrCy8y .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uiVFRrCy8y .image-block:hover:before {
  opacity: 0.4;
}
.cid-uiVFRrCy8y .image-block:hover .wrap {
  opacity: 1;
}
.cid-uiVFRrCy8y .image-block:hover img {
  transform: scale(1.05);
}
.cid-uiVFRrCy8y .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-uiVFRrCy8y h4 {
  letter-spacing: 2px;
}
.cid-uiVFRrCy8y figcaption {
  position: relative;
}
.cid-uiVFRrCy8y figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-uiVFRrCy8y img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-uiVFRrCy8y .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-uiVFRrCy8y .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-uiVFRrCy8y .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-uiVFRrCy8y .image-block:before {
    opacity: 0.4;
  }
  .cid-uiVFRrCy8y .image-block .wrap {
    opacity: 1;
  }
}
.cid-uiVFWoEN9V {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uiVFWoEN9V .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-uiVFWoEN9V .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uiVFWoEN9V .image-block:hover:before {
  opacity: 0.4;
}
.cid-uiVFWoEN9V .image-block:hover .wrap {
  opacity: 1;
}
.cid-uiVFWoEN9V .image-block:hover img {
  transform: scale(1.05);
}
.cid-uiVFWoEN9V .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-uiVFWoEN9V h4 {
  letter-spacing: 2px;
}
.cid-uiVFWoEN9V figcaption {
  position: relative;
}
.cid-uiVFWoEN9V figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-uiVFWoEN9V img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-uiVFWoEN9V .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-uiVFWoEN9V .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-uiVFWoEN9V .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-uiVFWoEN9V .image-block:before {
    opacity: 0.4;
  }
  .cid-uiVFWoEN9V .image-block .wrap {
    opacity: 1;
  }
}
.cid-umGvjtwP5m {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-umGvjtwP5m .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-umGvjtwP5m .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-umGvjtwP5m .image-block:hover:before {
  opacity: 0.4;
}
.cid-umGvjtwP5m .image-block:hover .wrap {
  opacity: 1;
}
.cid-umGvjtwP5m .image-block:hover img {
  transform: scale(1.05);
}
.cid-umGvjtwP5m .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-umGvjtwP5m h4 {
  letter-spacing: 2px;
}
.cid-umGvjtwP5m figcaption {
  position: relative;
}
.cid-umGvjtwP5m figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-umGvjtwP5m img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-umGvjtwP5m .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-umGvjtwP5m .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-umGvjtwP5m .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-umGvjtwP5m .image-block:before {
    opacity: 0.4;
  }
  .cid-umGvjtwP5m .image-block .wrap {
    opacity: 1;
  }
}
.cid-umGvQdGXFV {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-umGvQdGXFV .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-umGvQdGXFV .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-umGvQdGXFV .image-block:hover:before {
  opacity: 0.4;
}
.cid-umGvQdGXFV .image-block:hover .wrap {
  opacity: 1;
}
.cid-umGvQdGXFV .image-block:hover img {
  transform: scale(1.05);
}
.cid-umGvQdGXFV .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-umGvQdGXFV h4 {
  letter-spacing: 2px;
}
.cid-umGvQdGXFV figcaption {
  position: relative;
}
.cid-umGvQdGXFV figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-umGvQdGXFV img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-umGvQdGXFV .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-umGvQdGXFV .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-umGvQdGXFV .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-umGvQdGXFV .image-block:before {
    opacity: 0.4;
  }
  .cid-umGvQdGXFV .image-block .wrap {
    opacity: 1;
  }
}
.cid-umGvR0xmXa {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-umGvR0xmXa .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-umGvR0xmXa .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-umGvR0xmXa .image-block:hover:before {
  opacity: 0.4;
}
.cid-umGvR0xmXa .image-block:hover .wrap {
  opacity: 1;
}
.cid-umGvR0xmXa .image-block:hover img {
  transform: scale(1.05);
}
.cid-umGvR0xmXa .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-umGvR0xmXa h4 {
  letter-spacing: 2px;
}
.cid-umGvR0xmXa figcaption {
  position: relative;
}
.cid-umGvR0xmXa figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-umGvR0xmXa img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-umGvR0xmXa .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-umGvR0xmXa .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-umGvR0xmXa .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-umGvR0xmXa .image-block:before {
    opacity: 0.4;
  }
  .cid-umGvR0xmXa .image-block .wrap {
    opacity: 1;
  }
}
.cid-umGvRMqnMl {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-umGvRMqnMl .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-umGvRMqnMl .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-umGvRMqnMl .image-block:hover:before {
  opacity: 0.4;
}
.cid-umGvRMqnMl .image-block:hover .wrap {
  opacity: 1;
}
.cid-umGvRMqnMl .image-block:hover img {
  transform: scale(1.05);
}
.cid-umGvRMqnMl .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-umGvRMqnMl h4 {
  letter-spacing: 2px;
}
.cid-umGvRMqnMl figcaption {
  position: relative;
}
.cid-umGvRMqnMl figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-umGvRMqnMl img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-umGvRMqnMl .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-umGvRMqnMl .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-umGvRMqnMl .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-umGvRMqnMl .image-block:before {
    opacity: 0.4;
  }
  .cid-umGvRMqnMl .image-block .wrap {
    opacity: 1;
  }
}
.cid-umGBayKnfG {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-umGBayKnfG .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-umGBayKnfG .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-umGBayKnfG .image-block:hover:before {
  opacity: 0.4;
}
.cid-umGBayKnfG .image-block:hover .wrap {
  opacity: 1;
}
.cid-umGBayKnfG .image-block:hover img {
  transform: scale(1.05);
}
.cid-umGBayKnfG .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-umGBayKnfG h4 {
  letter-spacing: 2px;
}
.cid-umGBayKnfG figcaption {
  position: relative;
}
.cid-umGBayKnfG figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-umGBayKnfG img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-umGBayKnfG .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-umGBayKnfG .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-umGBayKnfG .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-umGBayKnfG .image-block:before {
    opacity: 0.4;
  }
  .cid-umGBayKnfG .image-block .wrap {
    opacity: 1;
  }
}
.cid-umGBb4rDIx {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-umGBb4rDIx .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-umGBb4rDIx .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-umGBb4rDIx .image-block:hover:before {
  opacity: 0.4;
}
.cid-umGBb4rDIx .image-block:hover .wrap {
  opacity: 1;
}
.cid-umGBb4rDIx .image-block:hover img {
  transform: scale(1.05);
}
.cid-umGBb4rDIx .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-umGBb4rDIx h4 {
  letter-spacing: 2px;
}
.cid-umGBb4rDIx figcaption {
  position: relative;
}
.cid-umGBb4rDIx figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-umGBb4rDIx img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-umGBb4rDIx .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-umGBb4rDIx .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-umGBb4rDIx .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-umGBb4rDIx .image-block:before {
    opacity: 0.4;
  }
  .cid-umGBb4rDIx .image-block .wrap {
    opacity: 1;
  }
}
.cid-upNVIFXMJc {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-upNVIFXMJc .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-upNVIFXMJc .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-upNVIFXMJc .image-block:hover:before {
  opacity: 0.4;
}
.cid-upNVIFXMJc .image-block:hover .wrap {
  opacity: 1;
}
.cid-upNVIFXMJc .image-block:hover img {
  transform: scale(1.05);
}
.cid-upNVIFXMJc .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-upNVIFXMJc h4 {
  letter-spacing: 2px;
}
.cid-upNVIFXMJc figcaption {
  position: relative;
}
.cid-upNVIFXMJc figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-upNVIFXMJc img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-upNVIFXMJc .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-upNVIFXMJc .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-upNVIFXMJc .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-upNVIFXMJc .image-block:before {
    opacity: 0.4;
  }
  .cid-upNVIFXMJc .image-block .wrap {
    opacity: 1;
  }
}
.cid-t8ihKN7sai {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-t8ihKN7sai .row-links {
  width: 100%;
  justify-content: center;
}
.cid-t8ihKN7sai .social-row {
  width: 100%;
  justify-content: center;
}
.cid-t8ihKN7sai .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-t8ihKN7sai .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t8ihKN7sai .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t8ihKN7sai .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t8ihKN7sai .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-t8ihKN7sai .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t8ihKN7sai .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t8ihKN7sai .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-t8ihKN7sai .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t8ihKN7sai .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t8ihKN7sai .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t8ihKN7sai .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t8ihKN7sai foot-menu-item {
  text-align: right;
}
.cid-tw0vKBEcgd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tw0vKBEcgd nav.navbar {
  position: fixed;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tw0vKBEcgd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tw0vKBEcgd .dropdown-item:hover,
.cid-tw0vKBEcgd .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tw0vKBEcgd .dropdown-item:hover span {
  color: white;
}
.cid-tw0vKBEcgd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tw0vKBEcgd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tw0vKBEcgd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tw0vKBEcgd .nav-link {
  position: relative;
}
.cid-tw0vKBEcgd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .container {
    flex-wrap: nowrap;
  }
}
.cid-tw0vKBEcgd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown-menu,
.cid-tw0vKBEcgd .navbar.opened {
  background: #222158 !important;
}
.cid-tw0vKBEcgd .nav-item:focus,
.cid-tw0vKBEcgd .nav-link:focus {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tw0vKBEcgd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tw0vKBEcgd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.opened {
  transition: all 0.3s;
}
.cid-tw0vKBEcgd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tw0vKBEcgd .navbar .navbar-logo img {
  width: auto;
}
.cid-tw0vKBEcgd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar.collapsed {
  justify-content: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tw0vKBEcgd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tw0vKBEcgd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tw0vKBEcgd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tw0vKBEcgd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tw0vKBEcgd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tw0vKBEcgd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tw0vKBEcgd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tw0vKBEcgd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tw0vKBEcgd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown-item.active,
.cid-tw0vKBEcgd .dropdown-item:active {
  background-color: transparent;
}
.cid-tw0vKBEcgd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tw0vKBEcgd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tw0vKBEcgd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tw0vKBEcgd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tw0vKBEcgd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tw0vKBEcgd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar {
    height: 70px;
  }
  .cid-tw0vKBEcgd .navbar.opened {
    height: auto;
  }
  .cid-tw0vKBEcgd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umGttJipAq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #9e0000;
}
@media (min-width: 1500px) {
  .cid-umGttJipAq .container {
    max-width: 1400px;
  }
}
.cid-umGttJipAq .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-umGttJipAq .mbr-section-subtitle.display-4 {
  line-height: 1.375;
}
.cid-umGttJipAq .main-title {
  margin-bottom: 56px;
  color: #ffffff;
}
.cid-umGttJipAq .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #6592e6;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-umGttJipAq .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-umGttJipAq img {
  width: 100%;
}
.cid-t8ihKN7sai {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-t8ihKN7sai .row-links {
  width: 100%;
  justify-content: center;
}
.cid-t8ihKN7sai .social-row {
  width: 100%;
  justify-content: center;
}
.cid-t8ihKN7sai .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-t8ihKN7sai .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t8ihKN7sai .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t8ihKN7sai .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t8ihKN7sai .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-t8ihKN7sai .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t8ihKN7sai .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t8ihKN7sai .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-t8ihKN7sai .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t8ihKN7sai .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t8ihKN7sai .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t8ihKN7sai .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t8ihKN7sai foot-menu-item {
  text-align: right;
}
.cid-umGxUEn07b {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-umGxUEn07b nav.navbar {
  position: fixed;
}
.cid-umGxUEn07b .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-umGxUEn07b .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-umGxUEn07b .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-umGxUEn07b .dropdown-item:hover,
.cid-umGxUEn07b .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-umGxUEn07b .dropdown-item:hover span {
  color: white;
}
.cid-umGxUEn07b .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-umGxUEn07b .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-umGxUEn07b .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-umGxUEn07b .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-umGxUEn07b .nav-link {
  position: relative;
}
.cid-umGxUEn07b .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-umGxUEn07b .container {
    flex-wrap: nowrap;
  }
}
.cid-umGxUEn07b .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-umGxUEn07b .dropdown-menu,
.cid-umGxUEn07b .navbar.opened {
  background: #222158 !important;
}
.cid-umGxUEn07b .nav-item:focus,
.cid-umGxUEn07b .nav-link:focus {
  outline: none;
}
.cid-umGxUEn07b .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-umGxUEn07b .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-umGxUEn07b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-umGxUEn07b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umGxUEn07b .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-umGxUEn07b .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-umGxUEn07b .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #222158;
}
.cid-umGxUEn07b .navbar.opened {
  transition: all 0.3s;
}
.cid-umGxUEn07b .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-umGxUEn07b .navbar .navbar-logo img {
  width: auto;
}
.cid-umGxUEn07b .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-umGxUEn07b .navbar.collapsed {
  justify-content: center;
}
.cid-umGxUEn07b .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-umGxUEn07b .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-umGxUEn07b .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-umGxUEn07b .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umGxUEn07b .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umGxUEn07b .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-umGxUEn07b .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umGxUEn07b .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-umGxUEn07b .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-umGxUEn07b .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-umGxUEn07b .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umGxUEn07b .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umGxUEn07b .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umGxUEn07b .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-umGxUEn07b .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-umGxUEn07b .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-umGxUEn07b .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-umGxUEn07b .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-umGxUEn07b .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-umGxUEn07b .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-umGxUEn07b .navbar.navbar-short {
  min-height: 60px;
}
.cid-umGxUEn07b .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-umGxUEn07b .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-umGxUEn07b .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-umGxUEn07b .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-umGxUEn07b .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umGxUEn07b .dropdown-item.active,
.cid-umGxUEn07b .dropdown-item:active {
  background-color: transparent;
}
.cid-umGxUEn07b .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umGxUEn07b .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umGxUEn07b .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umGxUEn07b .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #222158;
}
.cid-umGxUEn07b .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-umGxUEn07b .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-umGxUEn07b ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-umGxUEn07b .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-umGxUEn07b button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-umGxUEn07b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-umGxUEn07b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-umGxUEn07b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umGxUEn07b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umGxUEn07b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-umGxUEn07b nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umGxUEn07b nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-umGxUEn07b nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-umGxUEn07b nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umGxUEn07b .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-umGxUEn07b a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umGxUEn07b .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-umGxUEn07b .navbar {
    height: 70px;
  }
  .cid-umGxUEn07b .navbar.opened {
    height: auto;
  }
  .cid-umGxUEn07b .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umGxUEEzZ0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-umGxUEEzZ0 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-umGxUEEzZ0 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-umGxUEEzZ0 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-umGxUEEzZ0 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-umGxUENTqU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-umGxUENTqU .row-links {
  width: 100%;
  justify-content: center;
}
.cid-umGxUENTqU .social-row {
  width: 100%;
  justify-content: center;
}
.cid-umGxUENTqU .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-umGxUENTqU .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-umGxUENTqU .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-umGxUENTqU .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-umGxUENTqU .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-umGxUENTqU .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-umGxUENTqU .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-umGxUENTqU .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-umGxUENTqU .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-umGxUENTqU .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-umGxUENTqU .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-umGxUENTqU .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-umGxUENTqU foot-menu-item {
  text-align: right;
}
.cid-tw0vKBEcgd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tw0vKBEcgd nav.navbar {
  position: fixed;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tw0vKBEcgd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tw0vKBEcgd .dropdown-item:hover,
.cid-tw0vKBEcgd .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tw0vKBEcgd .dropdown-item:hover span {
  color: white;
}
.cid-tw0vKBEcgd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tw0vKBEcgd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tw0vKBEcgd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tw0vKBEcgd .nav-link {
  position: relative;
}
.cid-tw0vKBEcgd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .container {
    flex-wrap: nowrap;
  }
}
.cid-tw0vKBEcgd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown-menu,
.cid-tw0vKBEcgd .navbar.opened {
  background: #222158 !important;
}
.cid-tw0vKBEcgd .nav-item:focus,
.cid-tw0vKBEcgd .nav-link:focus {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tw0vKBEcgd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tw0vKBEcgd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.opened {
  transition: all 0.3s;
}
.cid-tw0vKBEcgd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tw0vKBEcgd .navbar .navbar-logo img {
  width: auto;
}
.cid-tw0vKBEcgd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar.collapsed {
  justify-content: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tw0vKBEcgd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tw0vKBEcgd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tw0vKBEcgd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tw0vKBEcgd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tw0vKBEcgd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tw0vKBEcgd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tw0vKBEcgd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tw0vKBEcgd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tw0vKBEcgd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown-item.active,
.cid-tw0vKBEcgd .dropdown-item:active {
  background-color: transparent;
}
.cid-tw0vKBEcgd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tw0vKBEcgd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tw0vKBEcgd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tw0vKBEcgd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tw0vKBEcgd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tw0vKBEcgd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar {
    height: 70px;
  }
  .cid-tw0vKBEcgd .navbar.opened {
    height: auto;
  }
  .cid-tw0vKBEcgd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uiVSw4OnSf {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uiVSw4OnSf .mbr-overlay {
  background: #5eeebb;
}
.cid-uiVSw4OnSf .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uiVSw4OnSf .card-title {
  margin-bottom: 26px;
}
.cid-uiVSw4OnSf .mbr-text {
  margin-bottom: 30px;
}
.cid-uiVSw4OnSf .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uiVSw4OnSf .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uiVSw4OnSf .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uiVSw4OnSf .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uiVSw4OnSf .text-wrapper {
    text-align: center;
  }
  .cid-uiVSw4OnSf .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uiVSw4OnSf .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uiVSw4OnSf .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uiVSw4OnSf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiVSw4OnSf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiVTaDw2Ig {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uiVTaDw2Ig .mbr-overlay {
  background: #5eeebb;
}
.cid-uiVTaDw2Ig .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uiVTaDw2Ig .card-title {
  margin-bottom: 26px;
}
.cid-uiVTaDw2Ig .mbr-text {
  margin-bottom: 30px;
}
.cid-uiVTaDw2Ig .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uiVTaDw2Ig .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uiVTaDw2Ig .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uiVTaDw2Ig .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uiVTaDw2Ig .text-wrapper {
    text-align: center;
  }
  .cid-uiVTaDw2Ig .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uiVTaDw2Ig .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uiVTaDw2Ig .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uiVTaDw2Ig .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiVTaDw2Ig .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiVTbr5Cr3 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uiVTbr5Cr3 .mbr-overlay {
  background: #5eeebb;
}
.cid-uiVTbr5Cr3 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uiVTbr5Cr3 .card-title {
  margin-bottom: 26px;
}
.cid-uiVTbr5Cr3 .mbr-text {
  margin-bottom: 30px;
}
.cid-uiVTbr5Cr3 .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uiVTbr5Cr3 .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uiVTbr5Cr3 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uiVTbr5Cr3 .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uiVTbr5Cr3 .text-wrapper {
    text-align: center;
  }
  .cid-uiVTbr5Cr3 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uiVTbr5Cr3 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uiVTbr5Cr3 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uiVTbr5Cr3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiVTbr5Cr3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiVTbLmS7z {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uiVTbLmS7z .mbr-overlay {
  background: #5eeebb;
}
.cid-uiVTbLmS7z .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uiVTbLmS7z .card-title {
  margin-bottom: 26px;
}
.cid-uiVTbLmS7z .mbr-text {
  margin-bottom: 30px;
}
.cid-uiVTbLmS7z .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uiVTbLmS7z .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uiVTbLmS7z .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uiVTbLmS7z .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uiVTbLmS7z .text-wrapper {
    text-align: center;
  }
  .cid-uiVTbLmS7z .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uiVTbLmS7z .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uiVTbLmS7z .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uiVTbLmS7z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiVTbLmS7z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiVTcgXQee {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uiVTcgXQee .mbr-overlay {
  background: #5eeebb;
}
.cid-uiVTcgXQee .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uiVTcgXQee .card-title {
  margin-bottom: 26px;
}
.cid-uiVTcgXQee .mbr-text {
  margin-bottom: 30px;
}
.cid-uiVTcgXQee .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uiVTcgXQee .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uiVTcgXQee .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uiVTcgXQee .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uiVTcgXQee .text-wrapper {
    text-align: center;
  }
  .cid-uiVTcgXQee .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uiVTcgXQee .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uiVTcgXQee .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uiVTcgXQee .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiVTcgXQee .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiVTcR84q2 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uiVTcR84q2 .mbr-overlay {
  background: #5eeebb;
}
.cid-uiVTcR84q2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uiVTcR84q2 .card-title {
  margin-bottom: 26px;
}
.cid-uiVTcR84q2 .mbr-text {
  margin-bottom: 30px;
}
.cid-uiVTcR84q2 .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uiVTcR84q2 .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uiVTcR84q2 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uiVTcR84q2 .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uiVTcR84q2 .text-wrapper {
    text-align: center;
  }
  .cid-uiVTcR84q2 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uiVTcR84q2 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uiVTcR84q2 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uiVTcR84q2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiVTcR84q2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiVTdvkGbk {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uiVTdvkGbk .mbr-overlay {
  background: #5eeebb;
}
.cid-uiVTdvkGbk .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uiVTdvkGbk .card-title {
  margin-bottom: 26px;
}
.cid-uiVTdvkGbk .mbr-text {
  margin-bottom: 30px;
}
.cid-uiVTdvkGbk .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uiVTdvkGbk .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uiVTdvkGbk .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uiVTdvkGbk .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uiVTdvkGbk .text-wrapper {
    text-align: center;
  }
  .cid-uiVTdvkGbk .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uiVTdvkGbk .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uiVTdvkGbk .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uiVTdvkGbk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiVTdvkGbk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiVTeLx2uT {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uiVTeLx2uT .mbr-overlay {
  background: #5eeebb;
}
.cid-uiVTeLx2uT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uiVTeLx2uT .card-title {
  margin-bottom: 26px;
}
.cid-uiVTeLx2uT .mbr-text {
  margin-bottom: 30px;
}
.cid-uiVTeLx2uT .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uiVTeLx2uT .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uiVTeLx2uT .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uiVTeLx2uT .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uiVTeLx2uT .text-wrapper {
    text-align: center;
  }
  .cid-uiVTeLx2uT .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uiVTeLx2uT .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uiVTeLx2uT .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uiVTeLx2uT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiVTeLx2uT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiVTep7f0G {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uiVTep7f0G .mbr-overlay {
  background: #5eeebb;
}
.cid-uiVTep7f0G .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uiVTep7f0G .card-title {
  margin-bottom: 26px;
}
.cid-uiVTep7f0G .mbr-text {
  margin-bottom: 30px;
}
.cid-uiVTep7f0G .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uiVTep7f0G .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uiVTep7f0G .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uiVTep7f0G .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uiVTep7f0G .text-wrapper {
    text-align: center;
  }
  .cid-uiVTep7f0G .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uiVTep7f0G .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uiVTep7f0G .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uiVTep7f0G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiVTep7f0G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiVTe42VZx {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uiVTe42VZx .mbr-overlay {
  background: #5eeebb;
}
.cid-uiVTe42VZx .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uiVTe42VZx .card-title {
  margin-bottom: 26px;
}
.cid-uiVTe42VZx .mbr-text {
  margin-bottom: 30px;
}
.cid-uiVTe42VZx .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uiVTe42VZx .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uiVTe42VZx .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uiVTe42VZx .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uiVTe42VZx .text-wrapper {
    text-align: center;
  }
  .cid-uiVTe42VZx .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uiVTe42VZx .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uiVTe42VZx .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uiVTe42VZx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiVTe42VZx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiVUL7MY0e {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uiVUL7MY0e .mbr-overlay {
  background: #5eeebb;
}
.cid-uiVUL7MY0e .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uiVUL7MY0e .card-title {
  margin-bottom: 26px;
}
.cid-uiVUL7MY0e .mbr-text {
  margin-bottom: 30px;
}
.cid-uiVUL7MY0e .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uiVUL7MY0e .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uiVUL7MY0e .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uiVUL7MY0e .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uiVUL7MY0e .text-wrapper {
    text-align: center;
  }
  .cid-uiVUL7MY0e .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uiVUL7MY0e .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uiVUL7MY0e .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uiVUL7MY0e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiVUL7MY0e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiVUTrRNuA {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uiVUTrRNuA .mbr-overlay {
  background: #5eeebb;
}
.cid-uiVUTrRNuA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uiVUTrRNuA .card-title {
  margin-bottom: 26px;
}
.cid-uiVUTrRNuA .mbr-text {
  margin-bottom: 30px;
}
.cid-uiVUTrRNuA .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uiVUTrRNuA .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uiVUTrRNuA .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uiVUTrRNuA .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uiVUTrRNuA .text-wrapper {
    text-align: center;
  }
  .cid-uiVUTrRNuA .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uiVUTrRNuA .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uiVUTrRNuA .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uiVUTrRNuA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiVUTrRNuA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiVUUARwvC {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uiVUUARwvC .mbr-overlay {
  background: #5eeebb;
}
.cid-uiVUUARwvC .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uiVUUARwvC .card-title {
  margin-bottom: 26px;
}
.cid-uiVUUARwvC .mbr-text {
  margin-bottom: 30px;
}
.cid-uiVUUARwvC .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uiVUUARwvC .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uiVUUARwvC .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uiVUUARwvC .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uiVUUARwvC .text-wrapper {
    text-align: center;
  }
  .cid-uiVUUARwvC .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uiVUUARwvC .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uiVUUARwvC .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uiVUUARwvC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiVUUARwvC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiVUU0w58I {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uiVUU0w58I .mbr-overlay {
  background: #5eeebb;
}
.cid-uiVUU0w58I .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uiVUU0w58I .card-title {
  margin-bottom: 26px;
}
.cid-uiVUU0w58I .mbr-text {
  margin-bottom: 30px;
}
.cid-uiVUU0w58I .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uiVUU0w58I .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uiVUU0w58I .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uiVUU0w58I .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uiVUU0w58I .text-wrapper {
    text-align: center;
  }
  .cid-uiVUU0w58I .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uiVUU0w58I .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uiVUU0w58I .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uiVUU0w58I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiVUU0w58I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiVUVhsEVm {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uiVUVhsEVm .mbr-overlay {
  background: #5eeebb;
}
.cid-uiVUVhsEVm .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uiVUVhsEVm .card-title {
  margin-bottom: 26px;
}
.cid-uiVUVhsEVm .mbr-text {
  margin-bottom: 30px;
}
.cid-uiVUVhsEVm .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uiVUVhsEVm .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uiVUVhsEVm .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uiVUVhsEVm .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uiVUVhsEVm .text-wrapper {
    text-align: center;
  }
  .cid-uiVUVhsEVm .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uiVUVhsEVm .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uiVUVhsEVm .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uiVUVhsEVm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiVUVhsEVm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiVUWsgoc9 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uiVUWsgoc9 .mbr-overlay {
  background: #5eeebb;
}
.cid-uiVUWsgoc9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uiVUWsgoc9 .card-title {
  margin-bottom: 26px;
}
.cid-uiVUWsgoc9 .mbr-text {
  margin-bottom: 30px;
}
.cid-uiVUWsgoc9 .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uiVUWsgoc9 .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uiVUWsgoc9 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uiVUWsgoc9 .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uiVUWsgoc9 .text-wrapper {
    text-align: center;
  }
  .cid-uiVUWsgoc9 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uiVUWsgoc9 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uiVUWsgoc9 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uiVUWsgoc9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiVUWsgoc9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiVUXsNzF8 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uiVUXsNzF8 .mbr-overlay {
  background: #5eeebb;
}
.cid-uiVUXsNzF8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uiVUXsNzF8 .card-title {
  margin-bottom: 26px;
}
.cid-uiVUXsNzF8 .mbr-text {
  margin-bottom: 30px;
}
.cid-uiVUXsNzF8 .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uiVUXsNzF8 .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uiVUXsNzF8 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uiVUXsNzF8 .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uiVUXsNzF8 .text-wrapper {
    text-align: center;
  }
  .cid-uiVUXsNzF8 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uiVUXsNzF8 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uiVUXsNzF8 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uiVUXsNzF8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiVUXsNzF8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiVUX4FQMS {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uiVUX4FQMS .mbr-overlay {
  background: #5eeebb;
}
.cid-uiVUX4FQMS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uiVUX4FQMS .card-title {
  margin-bottom: 26px;
}
.cid-uiVUX4FQMS .mbr-text {
  margin-bottom: 30px;
}
.cid-uiVUX4FQMS .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uiVUX4FQMS .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uiVUX4FQMS .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uiVUX4FQMS .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uiVUX4FQMS .text-wrapper {
    text-align: center;
  }
  .cid-uiVUX4FQMS .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uiVUX4FQMS .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uiVUX4FQMS .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uiVUX4FQMS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiVUX4FQMS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiVUYhbBSi {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uiVUYhbBSi .mbr-overlay {
  background: #5eeebb;
}
.cid-uiVUYhbBSi .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uiVUYhbBSi .card-title {
  margin-bottom: 26px;
}
.cid-uiVUYhbBSi .mbr-text {
  margin-bottom: 30px;
}
.cid-uiVUYhbBSi .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uiVUYhbBSi .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uiVUYhbBSi .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uiVUYhbBSi .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uiVUYhbBSi .text-wrapper {
    text-align: center;
  }
  .cid-uiVUYhbBSi .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uiVUYhbBSi .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uiVUYhbBSi .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uiVUYhbBSi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiVUYhbBSi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiVUVViFti {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uiVUVViFti .mbr-overlay {
  background: #5eeebb;
}
.cid-uiVUVViFti .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uiVUVViFti .card-title {
  margin-bottom: 26px;
}
.cid-uiVUVViFti .mbr-text {
  margin-bottom: 30px;
}
.cid-uiVUVViFti .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uiVUVViFti .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uiVUVViFti .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uiVUVViFti .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uiVUVViFti .text-wrapper {
    text-align: center;
  }
  .cid-uiVUVViFti .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uiVUVViFti .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uiVUVViFti .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uiVUVViFti .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiVUVViFti .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiVYKuapeR {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uiVYKuapeR .mbr-overlay {
  background: #5eeebb;
}
.cid-uiVYKuapeR .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uiVYKuapeR .card-title {
  margin-bottom: 26px;
}
.cid-uiVYKuapeR .mbr-text {
  margin-bottom: 30px;
}
.cid-uiVYKuapeR .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uiVYKuapeR .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uiVYKuapeR .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uiVYKuapeR .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uiVYKuapeR .text-wrapper {
    text-align: center;
  }
  .cid-uiVYKuapeR .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uiVYKuapeR .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uiVYKuapeR .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uiVYKuapeR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiVYKuapeR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiVYMbjCOq {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uiVYMbjCOq .mbr-overlay {
  background: #5eeebb;
}
.cid-uiVYMbjCOq .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uiVYMbjCOq .card-title {
  margin-bottom: 26px;
}
.cid-uiVYMbjCOq .mbr-text {
  margin-bottom: 30px;
}
.cid-uiVYMbjCOq .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uiVYMbjCOq .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uiVYMbjCOq .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uiVYMbjCOq .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uiVYMbjCOq .text-wrapper {
    text-align: center;
  }
  .cid-uiVYMbjCOq .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uiVYMbjCOq .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uiVYMbjCOq .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uiVYMbjCOq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiVYMbjCOq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiVYLPgrDd {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uiVYLPgrDd .mbr-overlay {
  background: #5eeebb;
}
.cid-uiVYLPgrDd .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uiVYLPgrDd .card-title {
  margin-bottom: 26px;
}
.cid-uiVYLPgrDd .mbr-text {
  margin-bottom: 30px;
}
.cid-uiVYLPgrDd .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uiVYLPgrDd .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uiVYLPgrDd .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uiVYLPgrDd .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uiVYLPgrDd .text-wrapper {
    text-align: center;
  }
  .cid-uiVYLPgrDd .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uiVYLPgrDd .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uiVYLPgrDd .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uiVYLPgrDd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiVYLPgrDd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiVYMLZuF8 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uiVYMLZuF8 .mbr-overlay {
  background: #5eeebb;
}
.cid-uiVYMLZuF8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uiVYMLZuF8 .card-title {
  margin-bottom: 26px;
}
.cid-uiVYMLZuF8 .mbr-text {
  margin-bottom: 30px;
}
.cid-uiVYMLZuF8 .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uiVYMLZuF8 .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uiVYMLZuF8 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uiVYMLZuF8 .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uiVYMLZuF8 .text-wrapper {
    text-align: center;
  }
  .cid-uiVYMLZuF8 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uiVYMLZuF8 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uiVYMLZuF8 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uiVYMLZuF8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiVYMLZuF8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiVYNnN7OV {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uiVYNnN7OV .mbr-overlay {
  background: #5eeebb;
}
.cid-uiVYNnN7OV .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uiVYNnN7OV .card-title {
  margin-bottom: 26px;
}
.cid-uiVYNnN7OV .mbr-text {
  margin-bottom: 30px;
}
.cid-uiVYNnN7OV .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uiVYNnN7OV .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uiVYNnN7OV .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uiVYNnN7OV .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uiVYNnN7OV .text-wrapper {
    text-align: center;
  }
  .cid-uiVYNnN7OV .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uiVYNnN7OV .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uiVYNnN7OV .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uiVYNnN7OV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiVYNnN7OV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiVYNZlEsB {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uiVYNZlEsB .mbr-overlay {
  background: #5eeebb;
}
.cid-uiVYNZlEsB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uiVYNZlEsB .card-title {
  margin-bottom: 26px;
}
.cid-uiVYNZlEsB .mbr-text {
  margin-bottom: 30px;
}
.cid-uiVYNZlEsB .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uiVYNZlEsB .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uiVYNZlEsB .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uiVYNZlEsB .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uiVYNZlEsB .text-wrapper {
    text-align: center;
  }
  .cid-uiVYNZlEsB .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uiVYNZlEsB .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uiVYNZlEsB .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uiVYNZlEsB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiVYNZlEsB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiVYOBkrYv {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uiVYOBkrYv .mbr-overlay {
  background: #5eeebb;
}
.cid-uiVYOBkrYv .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uiVYOBkrYv .card-title {
  margin-bottom: 26px;
}
.cid-uiVYOBkrYv .mbr-text {
  margin-bottom: 30px;
}
.cid-uiVYOBkrYv .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uiVYOBkrYv .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uiVYOBkrYv .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uiVYOBkrYv .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uiVYOBkrYv .text-wrapper {
    text-align: center;
  }
  .cid-uiVYOBkrYv .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uiVYOBkrYv .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uiVYOBkrYv .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uiVYOBkrYv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiVYOBkrYv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiVYPestbo {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uiVYPestbo .mbr-overlay {
  background: #5eeebb;
}
.cid-uiVYPestbo .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uiVYPestbo .card-title {
  margin-bottom: 26px;
}
.cid-uiVYPestbo .mbr-text {
  margin-bottom: 30px;
}
.cid-uiVYPestbo .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uiVYPestbo .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uiVYPestbo .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uiVYPestbo .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uiVYPestbo .text-wrapper {
    text-align: center;
  }
  .cid-uiVYPestbo .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uiVYPestbo .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uiVYPestbo .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uiVYPestbo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiVYPestbo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiVYPR6R2A {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uiVYPR6R2A .mbr-overlay {
  background: #5eeebb;
}
.cid-uiVYPR6R2A .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uiVYPR6R2A .card-title {
  margin-bottom: 26px;
}
.cid-uiVYPR6R2A .mbr-text {
  margin-bottom: 30px;
}
.cid-uiVYPR6R2A .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uiVYPR6R2A .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uiVYPR6R2A .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uiVYPR6R2A .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uiVYPR6R2A .text-wrapper {
    text-align: center;
  }
  .cid-uiVYPR6R2A .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uiVYPR6R2A .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uiVYPR6R2A .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uiVYPR6R2A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiVYPR6R2A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiVYQwI6PH {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uiVYQwI6PH .mbr-overlay {
  background: #5eeebb;
}
.cid-uiVYQwI6PH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uiVYQwI6PH .card-title {
  margin-bottom: 26px;
}
.cid-uiVYQwI6PH .mbr-text {
  margin-bottom: 30px;
}
.cid-uiVYQwI6PH .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uiVYQwI6PH .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uiVYQwI6PH .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uiVYQwI6PH .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uiVYQwI6PH .text-wrapper {
    text-align: center;
  }
  .cid-uiVYQwI6PH .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uiVYQwI6PH .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uiVYQwI6PH .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uiVYQwI6PH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiVYQwI6PH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiVYR7qFwv {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uiVYR7qFwv .mbr-overlay {
  background: #5eeebb;
}
.cid-uiVYR7qFwv .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uiVYR7qFwv .card-title {
  margin-bottom: 26px;
}
.cid-uiVYR7qFwv .mbr-text {
  margin-bottom: 30px;
}
.cid-uiVYR7qFwv .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uiVYR7qFwv .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uiVYR7qFwv .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uiVYR7qFwv .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uiVYR7qFwv .text-wrapper {
    text-align: center;
  }
  .cid-uiVYR7qFwv .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uiVYR7qFwv .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uiVYR7qFwv .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uiVYR7qFwv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiVYR7qFwv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiVYRJWkqi {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uiVYRJWkqi .mbr-overlay {
  background: #5eeebb;
}
.cid-uiVYRJWkqi .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uiVYRJWkqi .card-title {
  margin-bottom: 26px;
}
.cid-uiVYRJWkqi .mbr-text {
  margin-bottom: 30px;
}
.cid-uiVYRJWkqi .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uiVYRJWkqi .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uiVYRJWkqi .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uiVYRJWkqi .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uiVYRJWkqi .text-wrapper {
    text-align: center;
  }
  .cid-uiVYRJWkqi .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uiVYRJWkqi .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uiVYRJWkqi .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uiVYRJWkqi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiVYRJWkqi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiVYSpf9v3 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uiVYSpf9v3 .mbr-overlay {
  background: #5eeebb;
}
.cid-uiVYSpf9v3 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uiVYSpf9v3 .card-title {
  margin-bottom: 26px;
}
.cid-uiVYSpf9v3 .mbr-text {
  margin-bottom: 30px;
}
.cid-uiVYSpf9v3 .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uiVYSpf9v3 .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uiVYSpf9v3 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uiVYSpf9v3 .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uiVYSpf9v3 .text-wrapper {
    text-align: center;
  }
  .cid-uiVYSpf9v3 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uiVYSpf9v3 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uiVYSpf9v3 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uiVYSpf9v3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiVYSpf9v3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umHdqGYkig {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-umHdqGYkig .mbr-overlay {
  background: #5eeebb;
}
.cid-umHdqGYkig .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-umHdqGYkig .card-title {
  margin-bottom: 26px;
}
.cid-umHdqGYkig .mbr-text {
  margin-bottom: 30px;
}
.cid-umHdqGYkig .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-umHdqGYkig .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-umHdqGYkig .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-umHdqGYkig .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umHdqGYkig .text-wrapper {
    text-align: center;
  }
  .cid-umHdqGYkig .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-umHdqGYkig .mbr-text {
    margin-bottom: 20px;
  }
  .cid-umHdqGYkig .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umHdqGYkig .mbr-fallback-image.disabled {
  display: none;
}
.cid-umHdqGYkig .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umHds7qjBq {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-umHds7qjBq .mbr-overlay {
  background: #5eeebb;
}
.cid-umHds7qjBq .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-umHds7qjBq .card-title {
  margin-bottom: 26px;
}
.cid-umHds7qjBq .mbr-text {
  margin-bottom: 30px;
}
.cid-umHds7qjBq .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-umHds7qjBq .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-umHds7qjBq .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-umHds7qjBq .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umHds7qjBq .text-wrapper {
    text-align: center;
  }
  .cid-umHds7qjBq .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-umHds7qjBq .mbr-text {
    margin-bottom: 20px;
  }
  .cid-umHds7qjBq .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umHds7qjBq .mbr-fallback-image.disabled {
  display: none;
}
.cid-umHds7qjBq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umHdsXHNlb {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-umHdsXHNlb .mbr-overlay {
  background: #5eeebb;
}
.cid-umHdsXHNlb .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-umHdsXHNlb .card-title {
  margin-bottom: 26px;
}
.cid-umHdsXHNlb .mbr-text {
  margin-bottom: 30px;
}
.cid-umHdsXHNlb .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-umHdsXHNlb .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-umHdsXHNlb .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-umHdsXHNlb .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umHdsXHNlb .text-wrapper {
    text-align: center;
  }
  .cid-umHdsXHNlb .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-umHdsXHNlb .mbr-text {
    margin-bottom: 20px;
  }
  .cid-umHdsXHNlb .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umHdsXHNlb .mbr-fallback-image.disabled {
  display: none;
}
.cid-umHdsXHNlb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umHdtw2iKp {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-umHdtw2iKp .mbr-overlay {
  background: #5eeebb;
}
.cid-umHdtw2iKp .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-umHdtw2iKp .card-title {
  margin-bottom: 26px;
}
.cid-umHdtw2iKp .mbr-text {
  margin-bottom: 30px;
}
.cid-umHdtw2iKp .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-umHdtw2iKp .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-umHdtw2iKp .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-umHdtw2iKp .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umHdtw2iKp .text-wrapper {
    text-align: center;
  }
  .cid-umHdtw2iKp .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-umHdtw2iKp .mbr-text {
    margin-bottom: 20px;
  }
  .cid-umHdtw2iKp .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umHdtw2iKp .mbr-fallback-image.disabled {
  display: none;
}
.cid-umHdtw2iKp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umHdu4jBpX {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-umHdu4jBpX .mbr-overlay {
  background: #5eeebb;
}
.cid-umHdu4jBpX .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-umHdu4jBpX .card-title {
  margin-bottom: 26px;
}
.cid-umHdu4jBpX .mbr-text {
  margin-bottom: 30px;
}
.cid-umHdu4jBpX .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-umHdu4jBpX .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-umHdu4jBpX .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-umHdu4jBpX .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umHdu4jBpX .text-wrapper {
    text-align: center;
  }
  .cid-umHdu4jBpX .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-umHdu4jBpX .mbr-text {
    margin-bottom: 20px;
  }
  .cid-umHdu4jBpX .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umHdu4jBpX .mbr-fallback-image.disabled {
  display: none;
}
.cid-umHdu4jBpX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umHe3yoSBH {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-umHe3yoSBH .mbr-overlay {
  background: #5eeebb;
}
.cid-umHe3yoSBH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-umHe3yoSBH .card-title {
  margin-bottom: 26px;
}
.cid-umHe3yoSBH .mbr-text {
  margin-bottom: 30px;
}
.cid-umHe3yoSBH .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-umHe3yoSBH .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-umHe3yoSBH .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-umHe3yoSBH .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umHe3yoSBH .text-wrapper {
    text-align: center;
  }
  .cid-umHe3yoSBH .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-umHe3yoSBH .mbr-text {
    margin-bottom: 20px;
  }
  .cid-umHe3yoSBH .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umHe3yoSBH .mbr-fallback-image.disabled {
  display: none;
}
.cid-umHe3yoSBH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umHe4d4FZJ {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-umHe4d4FZJ .mbr-overlay {
  background: #5eeebb;
}
.cid-umHe4d4FZJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-umHe4d4FZJ .card-title {
  margin-bottom: 26px;
}
.cid-umHe4d4FZJ .mbr-text {
  margin-bottom: 30px;
}
.cid-umHe4d4FZJ .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-umHe4d4FZJ .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-umHe4d4FZJ .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-umHe4d4FZJ .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umHe4d4FZJ .text-wrapper {
    text-align: center;
  }
  .cid-umHe4d4FZJ .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-umHe4d4FZJ .mbr-text {
    margin-bottom: 20px;
  }
  .cid-umHe4d4FZJ .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umHe4d4FZJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-umHe4d4FZJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umHe4M3Si4 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-umHe4M3Si4 .mbr-overlay {
  background: #5eeebb;
}
.cid-umHe4M3Si4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-umHe4M3Si4 .card-title {
  margin-bottom: 26px;
}
.cid-umHe4M3Si4 .mbr-text {
  margin-bottom: 30px;
}
.cid-umHe4M3Si4 .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-umHe4M3Si4 .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-umHe4M3Si4 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-umHe4M3Si4 .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umHe4M3Si4 .text-wrapper {
    text-align: center;
  }
  .cid-umHe4M3Si4 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-umHe4M3Si4 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-umHe4M3Si4 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umHe4M3Si4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umHe4M3Si4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umHe5jkoZH {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-umHe5jkoZH .mbr-overlay {
  background: #5eeebb;
}
.cid-umHe5jkoZH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-umHe5jkoZH .card-title {
  margin-bottom: 26px;
}
.cid-umHe5jkoZH .mbr-text {
  margin-bottom: 30px;
}
.cid-umHe5jkoZH .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-umHe5jkoZH .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-umHe5jkoZH .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-umHe5jkoZH .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umHe5jkoZH .text-wrapper {
    text-align: center;
  }
  .cid-umHe5jkoZH .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-umHe5jkoZH .mbr-text {
    margin-bottom: 20px;
  }
  .cid-umHe5jkoZH .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umHe5jkoZH .mbr-fallback-image.disabled {
  display: none;
}
.cid-umHe5jkoZH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umHe5T8bAu {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-umHe5T8bAu .mbr-overlay {
  background: #5eeebb;
}
.cid-umHe5T8bAu .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-umHe5T8bAu .card-title {
  margin-bottom: 26px;
}
.cid-umHe5T8bAu .mbr-text {
  margin-bottom: 30px;
}
.cid-umHe5T8bAu .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-umHe5T8bAu .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-umHe5T8bAu .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-umHe5T8bAu .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umHe5T8bAu .text-wrapper {
    text-align: center;
  }
  .cid-umHe5T8bAu .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-umHe5T8bAu .mbr-text {
    margin-bottom: 20px;
  }
  .cid-umHe5T8bAu .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umHe5T8bAu .mbr-fallback-image.disabled {
  display: none;
}
.cid-umHe5T8bAu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umHe6s6ABP {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-umHe6s6ABP .mbr-overlay {
  background: #5eeebb;
}
.cid-umHe6s6ABP .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-umHe6s6ABP .card-title {
  margin-bottom: 26px;
}
.cid-umHe6s6ABP .mbr-text {
  margin-bottom: 30px;
}
.cid-umHe6s6ABP .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-umHe6s6ABP .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-umHe6s6ABP .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-umHe6s6ABP .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umHe6s6ABP .text-wrapper {
    text-align: center;
  }
  .cid-umHe6s6ABP .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-umHe6s6ABP .mbr-text {
    margin-bottom: 20px;
  }
  .cid-umHe6s6ABP .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umHe6s6ABP .mbr-fallback-image.disabled {
  display: none;
}
.cid-umHe6s6ABP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umHe7yG5Zl {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-umHe7yG5Zl .mbr-overlay {
  background: #5eeebb;
}
.cid-umHe7yG5Zl .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-umHe7yG5Zl .card-title {
  margin-bottom: 26px;
}
.cid-umHe7yG5Zl .mbr-text {
  margin-bottom: 30px;
}
.cid-umHe7yG5Zl .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-umHe7yG5Zl .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-umHe7yG5Zl .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-umHe7yG5Zl .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umHe7yG5Zl .text-wrapper {
    text-align: center;
  }
  .cid-umHe7yG5Zl .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-umHe7yG5Zl .mbr-text {
    margin-bottom: 20px;
  }
  .cid-umHe7yG5Zl .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umHe7yG5Zl .mbr-fallback-image.disabled {
  display: none;
}
.cid-umHe7yG5Zl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umHe8dE2V2 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-umHe8dE2V2 .mbr-overlay {
  background: #5eeebb;
}
.cid-umHe8dE2V2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-umHe8dE2V2 .card-title {
  margin-bottom: 26px;
}
.cid-umHe8dE2V2 .mbr-text {
  margin-bottom: 30px;
}
.cid-umHe8dE2V2 .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-umHe8dE2V2 .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-umHe8dE2V2 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-umHe8dE2V2 .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umHe8dE2V2 .text-wrapper {
    text-align: center;
  }
  .cid-umHe8dE2V2 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-umHe8dE2V2 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-umHe8dE2V2 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umHe8dE2V2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umHe8dE2V2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umHe8QmENS {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-umHe8QmENS .mbr-overlay {
  background: #5eeebb;
}
.cid-umHe8QmENS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-umHe8QmENS .card-title {
  margin-bottom: 26px;
}
.cid-umHe8QmENS .mbr-text {
  margin-bottom: 30px;
}
.cid-umHe8QmENS .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-umHe8QmENS .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-umHe8QmENS .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-umHe8QmENS .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umHe8QmENS .text-wrapper {
    text-align: center;
  }
  .cid-umHe8QmENS .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-umHe8QmENS .mbr-text {
    margin-bottom: 20px;
  }
  .cid-umHe8QmENS .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umHe8QmENS .mbr-fallback-image.disabled {
  display: none;
}
.cid-umHe8QmENS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umHe9wDomw {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-umHe9wDomw .mbr-overlay {
  background: #5eeebb;
}
.cid-umHe9wDomw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-umHe9wDomw .card-title {
  margin-bottom: 26px;
}
.cid-umHe9wDomw .mbr-text {
  margin-bottom: 30px;
}
.cid-umHe9wDomw .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-umHe9wDomw .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-umHe9wDomw .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-umHe9wDomw .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umHe9wDomw .text-wrapper {
    text-align: center;
  }
  .cid-umHe9wDomw .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-umHe9wDomw .mbr-text {
    margin-bottom: 20px;
  }
  .cid-umHe9wDomw .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umHe9wDomw .mbr-fallback-image.disabled {
  display: none;
}
.cid-umHe9wDomw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umHeeX21pS {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-umHeeX21pS .mbr-overlay {
  background: #5eeebb;
}
.cid-umHeeX21pS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-umHeeX21pS .card-title {
  margin-bottom: 26px;
}
.cid-umHeeX21pS .mbr-text {
  margin-bottom: 30px;
}
.cid-umHeeX21pS .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-umHeeX21pS .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-umHeeX21pS .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-umHeeX21pS .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umHeeX21pS .text-wrapper {
    text-align: center;
  }
  .cid-umHeeX21pS .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-umHeeX21pS .mbr-text {
    margin-bottom: 20px;
  }
  .cid-umHeeX21pS .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umHeeX21pS .mbr-fallback-image.disabled {
  display: none;
}
.cid-umHeeX21pS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umHefN6sfZ {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-umHefN6sfZ .mbr-overlay {
  background: #5eeebb;
}
.cid-umHefN6sfZ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-umHefN6sfZ .card-title {
  margin-bottom: 26px;
}
.cid-umHefN6sfZ .mbr-text {
  margin-bottom: 30px;
}
.cid-umHefN6sfZ .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-umHefN6sfZ .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-umHefN6sfZ .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-umHefN6sfZ .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umHefN6sfZ .text-wrapper {
    text-align: center;
  }
  .cid-umHefN6sfZ .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-umHefN6sfZ .mbr-text {
    margin-bottom: 20px;
  }
  .cid-umHefN6sfZ .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umHefN6sfZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-umHefN6sfZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umHehUC1QO {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-umHehUC1QO .mbr-overlay {
  background: #5eeebb;
}
.cid-umHehUC1QO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-umHehUC1QO .card-title {
  margin-bottom: 26px;
}
.cid-umHehUC1QO .mbr-text {
  margin-bottom: 30px;
}
.cid-umHehUC1QO .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-umHehUC1QO .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-umHehUC1QO .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-umHehUC1QO .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umHehUC1QO .text-wrapper {
    text-align: center;
  }
  .cid-umHehUC1QO .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-umHehUC1QO .mbr-text {
    margin-bottom: 20px;
  }
  .cid-umHehUC1QO .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umHehUC1QO .mbr-fallback-image.disabled {
  display: none;
}
.cid-umHehUC1QO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umHfugufVj {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-umHfugufVj .mbr-overlay {
  background: #5eeebb;
}
.cid-umHfugufVj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-umHfugufVj .card-title {
  margin-bottom: 26px;
}
.cid-umHfugufVj .mbr-text {
  margin-bottom: 30px;
}
.cid-umHfugufVj .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-umHfugufVj .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-umHfugufVj .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-umHfugufVj .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umHfugufVj .text-wrapper {
    text-align: center;
  }
  .cid-umHfugufVj .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-umHfugufVj .mbr-text {
    margin-bottom: 20px;
  }
  .cid-umHfugufVj .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umHfugufVj .mbr-fallback-image.disabled {
  display: none;
}
.cid-umHfugufVj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umHfwkJrej {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-umHfwkJrej .mbr-overlay {
  background: #5eeebb;
}
.cid-umHfwkJrej .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-umHfwkJrej .card-title {
  margin-bottom: 26px;
}
.cid-umHfwkJrej .mbr-text {
  margin-bottom: 30px;
}
.cid-umHfwkJrej .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-umHfwkJrej .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-umHfwkJrej .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-umHfwkJrej .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umHfwkJrej .text-wrapper {
    text-align: center;
  }
  .cid-umHfwkJrej .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-umHfwkJrej .mbr-text {
    margin-bottom: 20px;
  }
  .cid-umHfwkJrej .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umHfwkJrej .mbr-fallback-image.disabled {
  display: none;
}
.cid-umHfwkJrej .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umHfxUExs1 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-umHfxUExs1 .mbr-overlay {
  background: #5eeebb;
}
.cid-umHfxUExs1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-umHfxUExs1 .card-title {
  margin-bottom: 26px;
}
.cid-umHfxUExs1 .mbr-text {
  margin-bottom: 30px;
}
.cid-umHfxUExs1 .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-umHfxUExs1 .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-umHfxUExs1 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-umHfxUExs1 .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umHfxUExs1 .text-wrapper {
    text-align: center;
  }
  .cid-umHfxUExs1 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-umHfxUExs1 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-umHfxUExs1 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umHfxUExs1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umHfxUExs1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umHfzglKAx {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-umHfzglKAx .mbr-overlay {
  background: #5eeebb;
}
.cid-umHfzglKAx .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-umHfzglKAx .card-title {
  margin-bottom: 26px;
}
.cid-umHfzglKAx .mbr-text {
  margin-bottom: 30px;
}
.cid-umHfzglKAx .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-umHfzglKAx .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-umHfzglKAx .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-umHfzglKAx .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umHfzglKAx .text-wrapper {
    text-align: center;
  }
  .cid-umHfzglKAx .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-umHfzglKAx .mbr-text {
    margin-bottom: 20px;
  }
  .cid-umHfzglKAx .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umHfzglKAx .mbr-fallback-image.disabled {
  display: none;
}
.cid-umHfzglKAx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umHfAwgfg9 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-umHfAwgfg9 .mbr-overlay {
  background: #5eeebb;
}
.cid-umHfAwgfg9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-umHfAwgfg9 .card-title {
  margin-bottom: 26px;
}
.cid-umHfAwgfg9 .mbr-text {
  margin-bottom: 30px;
}
.cid-umHfAwgfg9 .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-umHfAwgfg9 .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-umHfAwgfg9 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-umHfAwgfg9 .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umHfAwgfg9 .text-wrapper {
    text-align: center;
  }
  .cid-umHfAwgfg9 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-umHfAwgfg9 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-umHfAwgfg9 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umHfAwgfg9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umHfAwgfg9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umHfBT5MlD {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-umHfBT5MlD .mbr-overlay {
  background: #5eeebb;
}
.cid-umHfBT5MlD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-umHfBT5MlD .card-title {
  margin-bottom: 26px;
}
.cid-umHfBT5MlD .mbr-text {
  margin-bottom: 30px;
}
.cid-umHfBT5MlD .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-umHfBT5MlD .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-umHfBT5MlD .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-umHfBT5MlD .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umHfBT5MlD .text-wrapper {
    text-align: center;
  }
  .cid-umHfBT5MlD .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-umHfBT5MlD .mbr-text {
    margin-bottom: 20px;
  }
  .cid-umHfBT5MlD .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umHfBT5MlD .mbr-fallback-image.disabled {
  display: none;
}
.cid-umHfBT5MlD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umHfDZ5ccN {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-umHfDZ5ccN .mbr-overlay {
  background: #5eeebb;
}
.cid-umHfDZ5ccN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-umHfDZ5ccN .card-title {
  margin-bottom: 26px;
}
.cid-umHfDZ5ccN .mbr-text {
  margin-bottom: 30px;
}
.cid-umHfDZ5ccN .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-umHfDZ5ccN .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-umHfDZ5ccN .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-umHfDZ5ccN .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umHfDZ5ccN .text-wrapper {
    text-align: center;
  }
  .cid-umHfDZ5ccN .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-umHfDZ5ccN .mbr-text {
    margin-bottom: 20px;
  }
  .cid-umHfDZ5ccN .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umHfDZ5ccN .mbr-fallback-image.disabled {
  display: none;
}
.cid-umHfDZ5ccN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umHfFgzihZ {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-umHfFgzihZ .mbr-overlay {
  background: #5eeebb;
}
.cid-umHfFgzihZ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-umHfFgzihZ .card-title {
  margin-bottom: 26px;
}
.cid-umHfFgzihZ .mbr-text {
  margin-bottom: 30px;
}
.cid-umHfFgzihZ .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-umHfFgzihZ .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-umHfFgzihZ .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-umHfFgzihZ .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umHfFgzihZ .text-wrapper {
    text-align: center;
  }
  .cid-umHfFgzihZ .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-umHfFgzihZ .mbr-text {
    margin-bottom: 20px;
  }
  .cid-umHfFgzihZ .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umHfFgzihZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-umHfFgzihZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umHfGNUJtx {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-umHfGNUJtx .mbr-overlay {
  background: #5eeebb;
}
.cid-umHfGNUJtx .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-umHfGNUJtx .card-title {
  margin-bottom: 26px;
}
.cid-umHfGNUJtx .mbr-text {
  margin-bottom: 30px;
}
.cid-umHfGNUJtx .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-umHfGNUJtx .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-umHfGNUJtx .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-umHfGNUJtx .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umHfGNUJtx .text-wrapper {
    text-align: center;
  }
  .cid-umHfGNUJtx .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-umHfGNUJtx .mbr-text {
    margin-bottom: 20px;
  }
  .cid-umHfGNUJtx .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umHfGNUJtx .mbr-fallback-image.disabled {
  display: none;
}
.cid-umHfGNUJtx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umHfIzfve8 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-umHfIzfve8 .mbr-overlay {
  background: #5eeebb;
}
.cid-umHfIzfve8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-umHfIzfve8 .card-title {
  margin-bottom: 26px;
}
.cid-umHfIzfve8 .mbr-text {
  margin-bottom: 30px;
}
.cid-umHfIzfve8 .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-umHfIzfve8 .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-umHfIzfve8 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-umHfIzfve8 .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umHfIzfve8 .text-wrapper {
    text-align: center;
  }
  .cid-umHfIzfve8 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-umHfIzfve8 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-umHfIzfve8 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umHfIzfve8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umHfIzfve8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umHglY78Me {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-umHglY78Me .mbr-overlay {
  background: #5eeebb;
}
.cid-umHglY78Me .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-umHglY78Me .card-title {
  margin-bottom: 26px;
}
.cid-umHglY78Me .mbr-text {
  margin-bottom: 30px;
}
.cid-umHglY78Me .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-umHglY78Me .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-umHglY78Me .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-umHglY78Me .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umHglY78Me .text-wrapper {
    text-align: center;
  }
  .cid-umHglY78Me .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-umHglY78Me .mbr-text {
    margin-bottom: 20px;
  }
  .cid-umHglY78Me .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umHglY78Me .mbr-fallback-image.disabled {
  display: none;
}
.cid-umHglY78Me .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umHgnYr5S8 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-umHgnYr5S8 .mbr-overlay {
  background: #5eeebb;
}
.cid-umHgnYr5S8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-umHgnYr5S8 .card-title {
  margin-bottom: 26px;
}
.cid-umHgnYr5S8 .mbr-text {
  margin-bottom: 30px;
}
.cid-umHgnYr5S8 .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-umHgnYr5S8 .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-umHgnYr5S8 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-umHgnYr5S8 .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umHgnYr5S8 .text-wrapper {
    text-align: center;
  }
  .cid-umHgnYr5S8 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-umHgnYr5S8 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-umHgnYr5S8 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umHgnYr5S8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umHgnYr5S8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umHgpKIzkD {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-umHgpKIzkD .mbr-overlay {
  background: #5eeebb;
}
.cid-umHgpKIzkD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-umHgpKIzkD .card-title {
  margin-bottom: 26px;
}
.cid-umHgpKIzkD .mbr-text {
  margin-bottom: 30px;
}
.cid-umHgpKIzkD .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-umHgpKIzkD .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-umHgpKIzkD .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-umHgpKIzkD .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umHgpKIzkD .text-wrapper {
    text-align: center;
  }
  .cid-umHgpKIzkD .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-umHgpKIzkD .mbr-text {
    margin-bottom: 20px;
  }
  .cid-umHgpKIzkD .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umHgpKIzkD .mbr-fallback-image.disabled {
  display: none;
}
.cid-umHgpKIzkD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upvnLmZisT {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-upvnLmZisT .mbr-overlay {
  background: #5eeebb;
}
.cid-upvnLmZisT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-upvnLmZisT .card-title {
  margin-bottom: 26px;
}
.cid-upvnLmZisT .mbr-text {
  margin-bottom: 30px;
}
.cid-upvnLmZisT .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-upvnLmZisT .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-upvnLmZisT .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-upvnLmZisT .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upvnLmZisT .text-wrapper {
    text-align: center;
  }
  .cid-upvnLmZisT .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-upvnLmZisT .mbr-text {
    margin-bottom: 20px;
  }
  .cid-upvnLmZisT .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-upvnLmZisT .mbr-fallback-image.disabled {
  display: none;
}
.cid-upvnLmZisT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upNWFchXwW {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-upNWFchXwW .mbr-overlay {
  background: #5eeebb;
}
.cid-upNWFchXwW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-upNWFchXwW .card-title {
  margin-bottom: 26px;
}
.cid-upNWFchXwW .mbr-text {
  margin-bottom: 30px;
}
.cid-upNWFchXwW .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-upNWFchXwW .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-upNWFchXwW .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-upNWFchXwW .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upNWFchXwW .text-wrapper {
    text-align: center;
  }
  .cid-upNWFchXwW .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-upNWFchXwW .mbr-text {
    margin-bottom: 20px;
  }
  .cid-upNWFchXwW .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-upNWFchXwW .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNWFchXwW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqDDQqjElC {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uqDDQqjElC .mbr-overlay {
  background: #5eeebb;
}
.cid-uqDDQqjElC .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uqDDQqjElC .card-title {
  margin-bottom: 26px;
}
.cid-uqDDQqjElC .mbr-text {
  margin-bottom: 30px;
}
.cid-uqDDQqjElC .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uqDDQqjElC .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uqDDQqjElC .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uqDDQqjElC .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uqDDQqjElC .text-wrapper {
    text-align: center;
  }
  .cid-uqDDQqjElC .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uqDDQqjElC .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uqDDQqjElC .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uqDDQqjElC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqDDQqjElC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqDDW3lvUA {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uqDDW3lvUA .mbr-overlay {
  background: #5eeebb;
}
.cid-uqDDW3lvUA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uqDDW3lvUA .card-title {
  margin-bottom: 26px;
}
.cid-uqDDW3lvUA .mbr-text {
  margin-bottom: 30px;
}
.cid-uqDDW3lvUA .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uqDDW3lvUA .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uqDDW3lvUA .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uqDDW3lvUA .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uqDDW3lvUA .text-wrapper {
    text-align: center;
  }
  .cid-uqDDW3lvUA .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uqDDW3lvUA .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uqDDW3lvUA .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uqDDW3lvUA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqDDW3lvUA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur1Fmz1E0T {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-ur1Fmz1E0T .mbr-overlay {
  background: #5eeebb;
}
.cid-ur1Fmz1E0T .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ur1Fmz1E0T .card-title {
  margin-bottom: 26px;
}
.cid-ur1Fmz1E0T .mbr-text {
  margin-bottom: 30px;
}
.cid-ur1Fmz1E0T .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-ur1Fmz1E0T .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-ur1Fmz1E0T .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ur1Fmz1E0T .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ur1Fmz1E0T .text-wrapper {
    text-align: center;
  }
  .cid-ur1Fmz1E0T .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-ur1Fmz1E0T .mbr-text {
    margin-bottom: 20px;
  }
  .cid-ur1Fmz1E0T .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ur1Fmz1E0T .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur1Fmz1E0T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t8ihKN7sai {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-t8ihKN7sai .row-links {
  width: 100%;
  justify-content: center;
}
.cid-t8ihKN7sai .social-row {
  width: 100%;
  justify-content: center;
}
.cid-t8ihKN7sai .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-t8ihKN7sai .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t8ihKN7sai .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t8ihKN7sai .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t8ihKN7sai .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-t8ihKN7sai .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t8ihKN7sai .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t8ihKN7sai .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-t8ihKN7sai .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t8ihKN7sai .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t8ihKN7sai .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t8ihKN7sai .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t8ihKN7sai foot-menu-item {
  text-align: right;
}
.cid-unyESerAFD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unyESerAFD nav.navbar {
  position: fixed;
}
.cid-unyESerAFD .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-unyESerAFD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unyESerAFD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unyESerAFD .dropdown-item:hover,
.cid-unyESerAFD .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-unyESerAFD .dropdown-item:hover span {
  color: white;
}
.cid-unyESerAFD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unyESerAFD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unyESerAFD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unyESerAFD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unyESerAFD .nav-link {
  position: relative;
}
.cid-unyESerAFD .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unyESerAFD .container {
    flex-wrap: nowrap;
  }
}
.cid-unyESerAFD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unyESerAFD .dropdown-menu,
.cid-unyESerAFD .navbar.opened {
  background: #222158 !important;
}
.cid-unyESerAFD .nav-item:focus,
.cid-unyESerAFD .nav-link:focus {
  outline: none;
}
.cid-unyESerAFD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unyESerAFD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unyESerAFD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unyESerAFD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unyESerAFD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unyESerAFD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unyESerAFD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #222158;
}
.cid-unyESerAFD .navbar.opened {
  transition: all 0.3s;
}
.cid-unyESerAFD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unyESerAFD .navbar .navbar-logo img {
  width: auto;
}
.cid-unyESerAFD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unyESerAFD .navbar.collapsed {
  justify-content: center;
}
.cid-unyESerAFD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unyESerAFD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unyESerAFD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-unyESerAFD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unyESerAFD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unyESerAFD .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-unyESerAFD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unyESerAFD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unyESerAFD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unyESerAFD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unyESerAFD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unyESerAFD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unyESerAFD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unyESerAFD .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-unyESerAFD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unyESerAFD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unyESerAFD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unyESerAFD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unyESerAFD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unyESerAFD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-unyESerAFD .navbar.navbar-short {
  min-height: 60px;
}
.cid-unyESerAFD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unyESerAFD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unyESerAFD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unyESerAFD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unyESerAFD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unyESerAFD .dropdown-item.active,
.cid-unyESerAFD .dropdown-item:active {
  background-color: transparent;
}
.cid-unyESerAFD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unyESerAFD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unyESerAFD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unyESerAFD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #222158;
}
.cid-unyESerAFD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unyESerAFD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unyESerAFD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unyESerAFD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unyESerAFD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unyESerAFD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-unyESerAFD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unyESerAFD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unyESerAFD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unyESerAFD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unyESerAFD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unyESerAFD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unyESerAFD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unyESerAFD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unyESerAFD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unyESerAFD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unyESerAFD .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-unyESerAFD .navbar {
    height: 70px;
  }
  .cid-unyESerAFD .navbar.opened {
    height: auto;
  }
  .cid-unyESerAFD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unyESeJqCE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-unyESeJqCE .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-unyESeJqCE form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-unyESeJqCE form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-unyESeJqCE form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-unyESeSOEF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-unyESeSOEF .row-links {
  width: 100%;
  justify-content: center;
}
.cid-unyESeSOEF .social-row {
  width: 100%;
  justify-content: center;
}
.cid-unyESeSOEF .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-unyESeSOEF .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-unyESeSOEF .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-unyESeSOEF .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-unyESeSOEF .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-unyESeSOEF .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-unyESeSOEF .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-unyESeSOEF .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-unyESeSOEF .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-unyESeSOEF .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-unyESeSOEF .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-unyESeSOEF .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-unyESeSOEF foot-menu-item {
  text-align: right;
}
.cid-ur1xdozzBS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ur1xdozzBS nav.navbar {
  position: fixed;
}
.cid-ur1xdozzBS .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-ur1xdozzBS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ur1xdozzBS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ur1xdozzBS .dropdown-item:hover,
.cid-ur1xdozzBS .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-ur1xdozzBS .dropdown-item:hover span {
  color: white;
}
.cid-ur1xdozzBS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ur1xdozzBS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ur1xdozzBS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ur1xdozzBS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ur1xdozzBS .nav-link {
  position: relative;
}
.cid-ur1xdozzBS .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ur1xdozzBS .container {
    flex-wrap: nowrap;
  }
}
.cid-ur1xdozzBS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ur1xdozzBS .dropdown-menu,
.cid-ur1xdozzBS .navbar.opened {
  background: #222158 !important;
}
.cid-ur1xdozzBS .nav-item:focus,
.cid-ur1xdozzBS .nav-link:focus {
  outline: none;
}
.cid-ur1xdozzBS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ur1xdozzBS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ur1xdozzBS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ur1xdozzBS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ur1xdozzBS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ur1xdozzBS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ur1xdozzBS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #222158;
}
.cid-ur1xdozzBS .navbar.opened {
  transition: all 0.3s;
}
.cid-ur1xdozzBS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ur1xdozzBS .navbar .navbar-logo img {
  width: auto;
}
.cid-ur1xdozzBS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ur1xdozzBS .navbar.collapsed {
  justify-content: center;
}
.cid-ur1xdozzBS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ur1xdozzBS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ur1xdozzBS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ur1xdozzBS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ur1xdozzBS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ur1xdozzBS .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-ur1xdozzBS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ur1xdozzBS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ur1xdozzBS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ur1xdozzBS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ur1xdozzBS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ur1xdozzBS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ur1xdozzBS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ur1xdozzBS .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-ur1xdozzBS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ur1xdozzBS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ur1xdozzBS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ur1xdozzBS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ur1xdozzBS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ur1xdozzBS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ur1xdozzBS .navbar.navbar-short {
  min-height: 60px;
}
.cid-ur1xdozzBS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ur1xdozzBS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ur1xdozzBS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ur1xdozzBS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ur1xdozzBS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ur1xdozzBS .dropdown-item.active,
.cid-ur1xdozzBS .dropdown-item:active {
  background-color: transparent;
}
.cid-ur1xdozzBS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ur1xdozzBS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ur1xdozzBS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ur1xdozzBS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #222158;
}
.cid-ur1xdozzBS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ur1xdozzBS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ur1xdozzBS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ur1xdozzBS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ur1xdozzBS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ur1xdozzBS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-ur1xdozzBS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ur1xdozzBS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ur1xdozzBS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ur1xdozzBS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ur1xdozzBS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ur1xdozzBS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ur1xdozzBS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ur1xdozzBS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ur1xdozzBS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ur1xdozzBS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ur1xdozzBS .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-ur1xdozzBS .navbar {
    height: 70px;
  }
  .cid-ur1xdozzBS .navbar.opened {
    height: auto;
  }
  .cid-ur1xdozzBS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ur1xdoSCVA {
  background-color: #232323;
  overflow: hidden;
  position: relative;
}
.cid-ur1xdoSCVA .container,
.cid-ur1xdoSCVA .container-fluid {
  position: static;
}
.cid-ur1xdoSCVA .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 20px;
}
.cid-ur1xdoSCVA .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-ur1xdoSCVA .mbr-section-title {
  color: #ffffff;
  margin-bottom: 15px;
}
.cid-ur1xdoSCVA .colored-text {
  color: #4479d9;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-ur1xdoSCVA .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 40px;
}
@media (min-width: 1400px) {
  .cid-ur1xdoSCVA .mbr-text {
    padding-right: 48px;
  }
}
.cid-ur1xdoSCVA .cards-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-ur1xdoSCVA .card {
  display: flex;
  align-items: flex-start;
  position: relative;
  width: 100%;
  margin-top: 30px;
  padding: 25px 25px 25px 95px;
  padding: 25px 25px 25px 25px;
  background: #ffffff;
  box-shadow: -20px 20px 50px rgba(0, 40, 99, 0.05);
  border-radius: 10px;
}
.cid-ur1xdoSCVA .card:hover .card-number {
  background: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.cid-ur1xdoSCVA .card-number {
  width: 45px;
  height: 45px;
  border: 1px solid #CECECE;
  border-radius: 50%;
  line-height: 43px;
  text-align: center;
  font-size: 18px;
  color: #913bff;
  position: absolute;
  top: 27px;
  left: 25px;
  transition: all 0.3s ease-in-out;
}
.cid-ur1xdoSCVA .card-title {
  color: #010d4c;
  margin-bottom: 8px;
}
.cid-ur1xdoSCVA .card-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-ur1xdoSCVA .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-ur1xdoSCVA .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-ur1xdoSCVA .mbr-section-btn .btn:before {
  display: none;
}
.cid-ur1xdoSCVA .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-ur1xdoSCVA .image-wrapper {
  max-height: 100%;
  position: relative;
  z-index: 2;
}
.cid-ur1xdoSCVA .image-wrapper img {
  max-width: 75%;
  margin-left: auto!important;
}
@media (min-width: 768px) {
  .cid-ur1xdoSCVA .image-wrapper {
    position: absolute;
    z-index: 2;
    top: 24%;
    width: 38.65%;
    right: 6%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-ur1xdoSCVA .image-wrapper {
    top: 37%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-ur1xdoSCVA .image-wrapper {
    top: 31%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ur1xdoSCVA .image-wrapper {
    top: 42%;
    right: 1%;
  }
}
@media (max-width: 767px) {
  .cid-ur1xdoSCVA .image-wrapper {
    max-width: 474px !important;
    margin: 80px auto 0;
  }
}
.cid-ur1xdoSCVA .bg-round {
  position: absolute;
  top: 10%;
  padding: 0;
}
.cid-ur1xdoSCVA .bg-round svg {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-ur1xdoSCVA .bg-round {
    width: 56%;
    right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .cid-ur1xdoSCVA .bg-round {
    width: 56%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ur1xdoSCVA .bg-round {
    width: 68%;
  }
}
@media (max-width: 767px) {
  .cid-ur1xdoSCVA .bg-round {
    top: auto;
    bottom: -10%;
  }
  .cid-ur1xdoSCVA .bg-round svg {
    height: 100%;
  }
}
.cid-ur1xdoSCVA .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-ur1xdoSCVA .col-text {
    margin-right: auto;
  }
}
.cid-ur1xdoSCVA .mbr-section-title DIV {
  text-align: left;
}
.cid-ur1xdpamxy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ur1xdpamxy .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ur1xdpamxy .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ur1xdpamxy .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ur1xdpamxy .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ur1xdpamxy .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ur1xdpamxy .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ur1xdpamxy .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-ur1xdpamxy .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ur1xdpamxy .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ur1xdpamxy .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ur1xdpamxy .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ur1xdpamxy .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ur1xdpamxy .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ur1xdpamxy .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ur1xdpamxy foot-menu-item {
  text-align: right;
}
.cid-uuUC28ITXe {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uuUC28ITXe nav.navbar {
  position: fixed;
}
.cid-uuUC28ITXe .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-uuUC28ITXe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uuUC28ITXe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uuUC28ITXe .dropdown-item:hover,
.cid-uuUC28ITXe .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uuUC28ITXe .dropdown-item:hover span {
  color: white;
}
.cid-uuUC28ITXe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uuUC28ITXe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uuUC28ITXe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uuUC28ITXe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uuUC28ITXe .nav-link {
  position: relative;
}
.cid-uuUC28ITXe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uuUC28ITXe .container {
    flex-wrap: nowrap;
  }
}
.cid-uuUC28ITXe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uuUC28ITXe .dropdown-menu,
.cid-uuUC28ITXe .navbar.opened {
  background: #222158 !important;
}
.cid-uuUC28ITXe .nav-item:focus,
.cid-uuUC28ITXe .nav-link:focus {
  outline: none;
}
.cid-uuUC28ITXe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uuUC28ITXe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uuUC28ITXe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uuUC28ITXe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uuUC28ITXe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uuUC28ITXe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uuUC28ITXe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #222158;
}
.cid-uuUC28ITXe .navbar.opened {
  transition: all 0.3s;
}
.cid-uuUC28ITXe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uuUC28ITXe .navbar .navbar-logo img {
  width: auto;
}
.cid-uuUC28ITXe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uuUC28ITXe .navbar.collapsed {
  justify-content: center;
}
.cid-uuUC28ITXe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uuUC28ITXe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uuUC28ITXe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uuUC28ITXe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uuUC28ITXe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uuUC28ITXe .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-uuUC28ITXe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uuUC28ITXe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uuUC28ITXe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uuUC28ITXe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uuUC28ITXe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uuUC28ITXe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uuUC28ITXe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uuUC28ITXe .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-uuUC28ITXe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uuUC28ITXe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uuUC28ITXe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uuUC28ITXe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uuUC28ITXe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uuUC28ITXe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uuUC28ITXe .navbar.navbar-short {
  min-height: 60px;
}
.cid-uuUC28ITXe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uuUC28ITXe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uuUC28ITXe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uuUC28ITXe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uuUC28ITXe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uuUC28ITXe .dropdown-item.active,
.cid-uuUC28ITXe .dropdown-item:active {
  background-color: transparent;
}
.cid-uuUC28ITXe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uuUC28ITXe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uuUC28ITXe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uuUC28ITXe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #222158;
}
.cid-uuUC28ITXe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uuUC28ITXe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uuUC28ITXe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uuUC28ITXe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uuUC28ITXe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uuUC28ITXe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uuUC28ITXe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uuUC28ITXe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuUC28ITXe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuUC28ITXe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uuUC28ITXe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuUC28ITXe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uuUC28ITXe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uuUC28ITXe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuUC28ITXe .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uuUC28ITXe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uuUC28ITXe .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-uuUC28ITXe .navbar {
    height: 70px;
  }
  .cid-uuUC28ITXe .navbar.opened {
    height: auto;
  }
  .cid-uuUC28ITXe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uuUC290BV5 {
  background-color: #232323;
  overflow: hidden;
  position: relative;
}
.cid-uuUC290BV5 .container,
.cid-uuUC290BV5 .container-fluid {
  position: static;
}
.cid-uuUC290BV5 .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 20px;
}
.cid-uuUC290BV5 .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-uuUC290BV5 .mbr-section-title {
  color: #ffffff;
  margin-bottom: 15px;
}
.cid-uuUC290BV5 .colored-text {
  color: #4479d9;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-uuUC290BV5 .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 40px;
}
@media (min-width: 1400px) {
  .cid-uuUC290BV5 .mbr-text {
    padding-right: 48px;
  }
}
.cid-uuUC290BV5 .cards-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-uuUC290BV5 .card {
  display: flex;
  align-items: flex-start;
  position: relative;
  width: 100%;
  margin-top: 30px;
  padding: 25px 25px 25px 95px;
  padding: 25px 25px 25px 25px;
  background: #ffffff;
  box-shadow: -20px 20px 50px rgba(0, 40, 99, 0.05);
  border-radius: 10px;
}
.cid-uuUC290BV5 .card:hover .card-number {
  background: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.cid-uuUC290BV5 .card-number {
  width: 45px;
  height: 45px;
  border: 1px solid #CECECE;
  border-radius: 50%;
  line-height: 43px;
  text-align: center;
  font-size: 18px;
  color: #913bff;
  position: absolute;
  top: 27px;
  left: 25px;
  transition: all 0.3s ease-in-out;
}
.cid-uuUC290BV5 .card-title {
  color: #010d4c;
  margin-bottom: 8px;
}
.cid-uuUC290BV5 .card-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-uuUC290BV5 .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-uuUC290BV5 .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uuUC290BV5 .mbr-section-btn .btn:before {
  display: none;
}
.cid-uuUC290BV5 .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-uuUC290BV5 .image-wrapper {
  max-height: 100%;
  position: relative;
  z-index: 2;
}
.cid-uuUC290BV5 .image-wrapper img {
  max-width: 75%;
  margin-left: auto!important;
}
@media (min-width: 768px) {
  .cid-uuUC290BV5 .image-wrapper {
    position: absolute;
    z-index: 2;
    top: 24%;
    width: 38.65%;
    right: 6%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-uuUC290BV5 .image-wrapper {
    top: 37%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uuUC290BV5 .image-wrapper {
    top: 31%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uuUC290BV5 .image-wrapper {
    top: 42%;
    right: 1%;
  }
}
@media (max-width: 767px) {
  .cid-uuUC290BV5 .image-wrapper {
    max-width: 474px !important;
    margin: 80px auto 0;
  }
}
.cid-uuUC290BV5 .bg-round {
  position: absolute;
  top: 10%;
  padding: 0;
}
.cid-uuUC290BV5 .bg-round svg {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-uuUC290BV5 .bg-round {
    width: 56%;
    right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .cid-uuUC290BV5 .bg-round {
    width: 56%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uuUC290BV5 .bg-round {
    width: 68%;
  }
}
@media (max-width: 767px) {
  .cid-uuUC290BV5 .bg-round {
    top: auto;
    bottom: -10%;
  }
  .cid-uuUC290BV5 .bg-round svg {
    height: 100%;
  }
}
.cid-uuUC290BV5 .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-uuUC290BV5 .col-text {
    margin-right: auto;
  }
}
.cid-uuUC290BV5 .mbr-section-title DIV {
  text-align: left;
}
.cid-uuUC290BV5 .tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  border-radius: 10px;
}
.cid-uuUC290BV5 .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}
.cid-uuUC290BV5 .tab button:hover {
  background-color: #ddd;
}
.cid-uuUC290BV5 .tab button.active {
  background-color: #ccc;
}
.cid-uuUC290BV5 .tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
  background-color: #ffffff;
  border-radius: 10px;
}
.cid-uuUC290BV5 H3 {
  color: #000;
  text-align: left;
}
.cid-uuUC290BV5 P {
  color: #000;
}
.cid-uuUC290BV5 H4 {
  color: #000;
}
.cid-uuUC290BV5 UL {
  color: #000;
}
.cid-uuUC29qypa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uuUC29qypa .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uuUC29qypa .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uuUC29qypa .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uuUC29qypa .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uuUC29qypa .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uuUC29qypa .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uuUC29qypa .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-uuUC29qypa .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uuUC29qypa .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uuUC29qypa .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uuUC29qypa .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uuUC29qypa .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uuUC29qypa .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uuUC29qypa .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uuUC29qypa foot-menu-item {
  text-align: right;
}
.cid-umGxUEn07b {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-umGxUEn07b nav.navbar {
  position: fixed;
}
.cid-umGxUEn07b .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-umGxUEn07b .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-umGxUEn07b .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-umGxUEn07b .dropdown-item:hover,
.cid-umGxUEn07b .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-umGxUEn07b .dropdown-item:hover span {
  color: white;
}
.cid-umGxUEn07b .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-umGxUEn07b .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-umGxUEn07b .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-umGxUEn07b .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-umGxUEn07b .nav-link {
  position: relative;
}
.cid-umGxUEn07b .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-umGxUEn07b .container {
    flex-wrap: nowrap;
  }
}
.cid-umGxUEn07b .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-umGxUEn07b .dropdown-menu,
.cid-umGxUEn07b .navbar.opened {
  background: #222158 !important;
}
.cid-umGxUEn07b .nav-item:focus,
.cid-umGxUEn07b .nav-link:focus {
  outline: none;
}
.cid-umGxUEn07b .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-umGxUEn07b .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-umGxUEn07b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-umGxUEn07b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umGxUEn07b .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-umGxUEn07b .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-umGxUEn07b .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #222158;
}
.cid-umGxUEn07b .navbar.opened {
  transition: all 0.3s;
}
.cid-umGxUEn07b .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-umGxUEn07b .navbar .navbar-logo img {
  width: auto;
}
.cid-umGxUEn07b .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-umGxUEn07b .navbar.collapsed {
  justify-content: center;
}
.cid-umGxUEn07b .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-umGxUEn07b .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-umGxUEn07b .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-umGxUEn07b .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umGxUEn07b .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umGxUEn07b .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-umGxUEn07b .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umGxUEn07b .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-umGxUEn07b .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-umGxUEn07b .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-umGxUEn07b .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umGxUEn07b .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umGxUEn07b .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umGxUEn07b .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-umGxUEn07b .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-umGxUEn07b .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-umGxUEn07b .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-umGxUEn07b .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-umGxUEn07b .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-umGxUEn07b .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-umGxUEn07b .navbar.navbar-short {
  min-height: 60px;
}
.cid-umGxUEn07b .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-umGxUEn07b .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-umGxUEn07b .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-umGxUEn07b .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-umGxUEn07b .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umGxUEn07b .dropdown-item.active,
.cid-umGxUEn07b .dropdown-item:active {
  background-color: transparent;
}
.cid-umGxUEn07b .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umGxUEn07b .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umGxUEn07b .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umGxUEn07b .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #222158;
}
.cid-umGxUEn07b .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-umGxUEn07b .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-umGxUEn07b ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-umGxUEn07b .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-umGxUEn07b button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-umGxUEn07b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-umGxUEn07b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-umGxUEn07b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umGxUEn07b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umGxUEn07b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-umGxUEn07b nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umGxUEn07b nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-umGxUEn07b nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-umGxUEn07b nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umGxUEn07b .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-umGxUEn07b a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umGxUEn07b .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-umGxUEn07b .navbar {
    height: 70px;
  }
  .cid-umGxUEn07b .navbar.opened {
    height: auto;
  }
  .cid-umGxUEn07b .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uuZUNpEqCm {
  background-color: #ffffff;
}
.cid-uuZUNpEqCm .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-umGxUENTqU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-umGxUENTqU .row-links {
  width: 100%;
  justify-content: center;
}
.cid-umGxUENTqU .social-row {
  width: 100%;
  justify-content: center;
}
.cid-umGxUENTqU .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-umGxUENTqU .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-umGxUENTqU .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-umGxUENTqU .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-umGxUENTqU .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-umGxUENTqU .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-umGxUENTqU .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-umGxUENTqU .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-umGxUENTqU .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-umGxUENTqU .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-umGxUENTqU .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-umGxUENTqU .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-umGxUENTqU foot-menu-item {
  text-align: right;
}
.cid-uzqEh3NBxU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uzqEh3NBxU nav.navbar {
  position: fixed;
}
.cid-uzqEh3NBxU .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-uzqEh3NBxU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzqEh3NBxU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzqEh3NBxU .dropdown-item:hover,
.cid-uzqEh3NBxU .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uzqEh3NBxU .dropdown-item:hover span {
  color: white;
}
.cid-uzqEh3NBxU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzqEh3NBxU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzqEh3NBxU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzqEh3NBxU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzqEh3NBxU .nav-link {
  position: relative;
}
.cid-uzqEh3NBxU .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uzqEh3NBxU .container {
    flex-wrap: nowrap;
  }
}
.cid-uzqEh3NBxU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzqEh3NBxU .dropdown-menu,
.cid-uzqEh3NBxU .navbar.opened {
  background: #222158 !important;
}
.cid-uzqEh3NBxU .nav-item:focus,
.cid-uzqEh3NBxU .nav-link:focus {
  outline: none;
}
.cid-uzqEh3NBxU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzqEh3NBxU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzqEh3NBxU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzqEh3NBxU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzqEh3NBxU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzqEh3NBxU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzqEh3NBxU .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #222158;
}
.cid-uzqEh3NBxU .navbar.opened {
  transition: all 0.3s;
}
.cid-uzqEh3NBxU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzqEh3NBxU .navbar .navbar-logo img {
  width: auto;
}
.cid-uzqEh3NBxU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzqEh3NBxU .navbar.collapsed {
  justify-content: center;
}
.cid-uzqEh3NBxU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzqEh3NBxU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzqEh3NBxU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uzqEh3NBxU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzqEh3NBxU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzqEh3NBxU .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-uzqEh3NBxU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzqEh3NBxU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzqEh3NBxU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzqEh3NBxU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzqEh3NBxU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzqEh3NBxU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzqEh3NBxU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzqEh3NBxU .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-uzqEh3NBxU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzqEh3NBxU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzqEh3NBxU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzqEh3NBxU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzqEh3NBxU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzqEh3NBxU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzqEh3NBxU .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzqEh3NBxU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzqEh3NBxU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzqEh3NBxU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzqEh3NBxU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzqEh3NBxU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzqEh3NBxU .dropdown-item.active,
.cid-uzqEh3NBxU .dropdown-item:active {
  background-color: transparent;
}
.cid-uzqEh3NBxU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzqEh3NBxU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzqEh3NBxU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzqEh3NBxU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #222158;
}
.cid-uzqEh3NBxU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzqEh3NBxU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzqEh3NBxU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzqEh3NBxU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzqEh3NBxU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzqEh3NBxU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uzqEh3NBxU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzqEh3NBxU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqEh3NBxU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqEh3NBxU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzqEh3NBxU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqEh3NBxU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzqEh3NBxU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzqEh3NBxU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqEh3NBxU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzqEh3NBxU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzqEh3NBxU .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-uzqEh3NBxU .navbar {
    height: 70px;
  }
  .cid-uzqEh3NBxU .navbar.opened {
    height: auto;
  }
  .cid-uzqEh3NBxU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzqEh5Uo1I {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #09080e;
}
@media (min-width: 992px) {
  .cid-uzqEh5Uo1I .carousel {
    min-height: 900px;
  }
  .cid-uzqEh5Uo1I .carousel img {
    max-height: 900px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uzqEh5Uo1I .carousel {
    min-height: 585px;
  }
  .cid-uzqEh5Uo1I .carousel img {
    max-height: 585px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uzqEh5Uo1I .carousel {
    min-height: 495px;
  }
  .cid-uzqEh5Uo1I .carousel img {
    max-height: 495px;
    object-fit: contain;
  }
  .cid-uzqEh5Uo1I .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uzqEh5Uo1I .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uzqEh5Uo1I .carousel,
.cid-uzqEh5Uo1I .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uzqEh5Uo1I .item-wrapper {
  width: 100%;
}
.cid-uzqEh5Uo1I .carousel-caption {
  bottom: 40px;
}
.cid-uzqEh5Uo1I .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uzqEh5Uo1I .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uzqEh5Uo1I .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uzqEh5Uo1I .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uzqEh5Uo1I .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uzqEh5Uo1I .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uzqEh5Uo1I .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uzqEh5Uo1I .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uzqEh5Uo1I .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uzqEh5Uo1I .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uzqEh5Uo1I .carousel-indicators li.active,
.cid-uzqEh5Uo1I .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uzqEh5Uo1I .carousel-indicators li::after,
.cid-uzqEh5Uo1I .carousel-indicators li::before {
  content: none;
}
.cid-uzqEh5Uo1I .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uzqEh5Uo1I .carousel-indicators {
    display: none !important;
  }
}
.cid-uzqEh8xgJ8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00123f;
}
.cid-uzqEh8xgJ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzqEh8xgJ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzqEh8xgJ8 .image-wrapper {
  margin-right: 9.57vw;
}
@media (max-width: 991px) {
  .cid-uzqEh8xgJ8 .image-wrapper {
    margin: 0;
  }
}
.cid-uzqEh8xgJ8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 40px;
  max-height: 100vh;
}
.cid-uzqEh8xgJ8 .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-top: 70px;
}
@media (max-width: 1399px) {
  .cid-uzqEh8xgJ8 .card-wrapper {
    padding-top: 5vw;
  }
}
@media (max-width: 991px) {
  .cid-uzqEh8xgJ8 .card-wrapper {
    padding-top: 8.2vw;
  }
}
.cid-uzqEh8xgJ8 .card-title {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-uzqEh8xgJ8 .card-subtitle {
  color: #FFFFFF;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uzqEh8xgJ8 .mbr-text {
  position: relative;
  margin-bottom: 0;
  color: #FFFFFF;
  margin-top: 34px;
  padding-left: 85px;
}
.cid-uzqEh8xgJ8 .mbr-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 75px;
  height: 1px;
  background-image: linear-gradient(-90deg, currentColor 0, rgba(255, 255, 255, 0) 100%);
}
.cid-uzqEh8xgJ8 .mbr-section-btn {
  margin-top: 24px;
}
.cid-uzqEh8xgJ8 .social-box {
  margin-top: auto;
  padding-top: 40px;
}
.cid-uzqEh8xgJ8 .social-row {
  width: 100%;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.cid-uzqEh8xgJ8 .soc-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 24px 12px;
}
.cid-uzqEh8xgJ8 .soc-item:not(:first-child) {
  border-top: 1px solid #ffffff;
}
.cid-uzqEh8xgJ8 .soc-item .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  min-height: 64px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  padding: 15px;
  margin-right: 32px;
  font-size: 20px;
  color: #ffffff;
  transform: scale(1);
  transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-uzqEh8xgJ8 .soc-item:hover .mbr-iconfont {
  transform: scale(0.85);
}
.cid-uzqEh8xgJ8 .soc-text {
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-uzqEh99gFp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00123f;
}
.cid-uzqEh99gFp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzqEh99gFp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzqEh99gFp .image-wrapper {
  margin-right: 9.57vw;
}
@media (max-width: 991px) {
  .cid-uzqEh99gFp .image-wrapper {
    margin: 0;
  }
}
.cid-uzqEh99gFp .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 40px;
  max-height: 100vh;
}
.cid-uzqEh99gFp .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-top: 70px;
}
@media (max-width: 1399px) {
  .cid-uzqEh99gFp .card-wrapper {
    padding-top: 5vw;
  }
}
@media (max-width: 991px) {
  .cid-uzqEh99gFp .card-wrapper {
    padding-top: 8.2vw;
  }
}
.cid-uzqEh99gFp .card-title {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-uzqEh99gFp .card-subtitle {
  color: #FFFFFF;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uzqEh99gFp .mbr-text {
  position: relative;
  margin-bottom: 0;
  color: #FFFFFF;
  margin-top: 34px;
  padding-left: 85px;
}
.cid-uzqEh99gFp .mbr-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 75px;
  height: 1px;
  background-image: linear-gradient(-90deg, currentColor 0, rgba(255, 255, 255, 0) 100%);
}
.cid-uzqEh99gFp .mbr-section-btn {
  margin-top: 24px;
}
.cid-uzqEh99gFp .social-box {
  margin-top: auto;
  padding-top: 40px;
}
.cid-uzqEh99gFp .social-row {
  width: 100%;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.cid-uzqEh99gFp .soc-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 24px 12px;
}
.cid-uzqEh99gFp .soc-item:not(:first-child) {
  border-top: 1px solid #ffffff;
}
.cid-uzqEh99gFp .soc-item .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  min-height: 64px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  padding: 15px;
  margin-right: 32px;
  font-size: 20px;
  color: #ffffff;
  transform: scale(1);
  transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-uzqEh99gFp .soc-item:hover .mbr-iconfont {
  transform: scale(0.85);
}
.cid-uzqEh99gFp .soc-text {
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-uzqEh9HRKL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uzqEh9HRKL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzqEh9HRKL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzqEh9HRKL .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uzqEh9HRKL .container-fluid {
    padding: 0;
  }
}
.cid-uzqEh9HRKL .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uzqEh9HRKL .container {
    padding: 0 20px;
  }
}
.cid-uzqEh9HRKL .row {
  justify-content: center;
  margin: 0;
}
.cid-uzqEh9HRKL .item {
  padding: 0;
}
.cid-uzqEh9HRKL .item a:hover .item-wrapper .item-img img {
  transform: scale(1.07);
}
.cid-uzqEh9HRKL .item a:hover .item-wrapper .item-img .item-content .title-wrap .item-title {
  transform: translateX(0);
  opacity: 1;
}
.cid-uzqEh9HRKL .item a:hover .item-wrapper .item-img .item-content .subtitle-wrap .item-subtitle {
  transform: translateX(0);
  opacity: 1;
}
.cid-uzqEh9HRKL .item a .item-wrapper {
  overflow: hidden;
}
.cid-uzqEh9HRKL .item a .item-wrapper .item-img {
  position: relative;
  height: 960px;
}
@media (max-width: 992px) {
  .cid-uzqEh9HRKL .item a .item-wrapper .item-img {
    height: 450px;
  }
}
.cid-uzqEh9HRKL .item a .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-out;
  pointer-events: visible;
}
.cid-uzqEh9HRKL .item a .item-wrapper .item-img .item-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 768px) {
  .cid-uzqEh9HRKL .item a .item-wrapper .item-img .item-content {
    padding: 25px;
  }
}
.cid-uzqEh9HRKL .item a .item-wrapper .item-img .item-content .title-wrap {
  pointer-events: visible;
}
.cid-uzqEh9HRKL .item a .item-wrapper .item-img .item-content .title-wrap .item-title {
  display: inline-flex;
  padding: 10px 20px;
  background-color: #000000;
  margin-bottom: 0;
  opacity: 0;
  transform: translateX(1rem);
  transition: all 0.3s ease-out;
}
@media (max-width: 992px) {
  .cid-uzqEh9HRKL .item a .item-wrapper .item-img .item-content .title-wrap .item-title {
    opacity: 1;
    transform: translateX(0);
  }
}
.cid-uzqEh9HRKL .item a .item-wrapper .item-img .item-content .subtitle-wrap {
  pointer-events: visible;
  margin-top: 5px;
}
.cid-uzqEh9HRKL .item a .item-wrapper .item-img .item-content .subtitle-wrap .item-subtitle {
  display: inline-flex;
  padding: 6px 20px;
  background-color: #161616;
  margin-bottom: 0;
  opacity: 0;
  transform: translateX(1rem);
  transition: all 0.3s ease-out;
}
@media (max-width: 992px) {
  .cid-uzqEh9HRKL .item a .item-wrapper .item-img .item-content .subtitle-wrap .item-subtitle {
    opacity: 1;
    transform: translateX(0);
  }
}
.cid-uzqEh9HRKL .item-title {
  color: #ffffff;
}
.cid-uzqEh9HRKL .item-subtitle {
  color: #D2D3D5;
}
.cid-uzqEhaaEQW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #03133e;
}
.cid-uzqEhaaEQW .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-uzqEhaaEQW .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-uzqEhaaEQW .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-uzqEhaaEQW .mbr-section-title {
  color: #ffffff;
}
.cid-uzqEhaaEQW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uzqEhaPdRh {
  background-color: #222158;
}
.cid-uzqEhaPdRh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzqEhaPdRh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzqEhaPdRh .content-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: flex-end;
}
@media (max-width: 1259px) {
  .cid-uzqEhaPdRh .content-container {
    grid-template-columns: 1fr 0.25fr;
  }
}
@media (max-width: 991px) {
  .cid-uzqEhaPdRh .content-container {
    grid-template-columns: 1fr;
    grid-row-gap: 50px;
  }
}
.cid-uzqEhaPdRh .mbr-section-title {
  color: #ffffff;
}
.cid-uzqEhaPdRh .mbr-section-subtitle {
  color: #8f8f8f;
  padding: 16px 0;
  font-weight: 400;
}
.cid-uzqEhaPdRh .mbr-section-subtitle b {
  font-weight: 700;
}
@media (max-width: 575px) {
  .cid-uzqEhaPdRh .mbr-section-subtitle {
    padding: 4px 0;
  }
}
.cid-uzqEhaPdRh .item-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding-top: 60px;
}
@media (max-width: 991px) {
  .cid-uzqEhaPdRh .item-right {
    padding-top: 0;
  }
}
.cid-uzqEhaPdRh .mbr-text {
  margin-bottom: 10px;
  color: #747474;
}
.cid-uzqEhaPdRh .mbr-section-btn {
  margin-top: 30px;
}
.cid-uzqEhaPdRh .mbr-section-btn .btn {
  min-width: 50px;
}
.cid-uzqEhaPdRh .mbr-text,
.cid-uzqEhaPdRh .mbr-section-btn {
  color: #ffffff;
}
.cid-uzqEhbqPKO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ff8a8a;
}
.cid-uzqEhbqPKO .mbr-section-title {
  color: #ffffff;
}
.cid-uzqEhbqPKO .mbr-text,
.cid-uzqEhbqPKO .mbr-section-btn {
  color: #ffffff;
}
.cid-uzqEhbXf9g {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uzqEhbXf9g .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uzqEhbXf9g .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uzqEhbXf9g .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uzqEhbXf9g .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uzqEhbXf9g .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uzqEhbXf9g .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uzqEhbXf9g .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-uzqEhbXf9g .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uzqEhbXf9g .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uzqEhbXf9g .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uzqEhbXf9g .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uzqEhbXf9g .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uzqEhbXf9g .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uzqEhbXf9g .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uzqEhbXf9g foot-menu-item {
  text-align: right;
}
.cid-uU5xp7JBd3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uU5xp7JBd3 nav.navbar {
  position: fixed;
}
.cid-uU5xp7JBd3 .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-uU5xp7JBd3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uU5xp7JBd3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uU5xp7JBd3 .dropdown-item:hover,
.cid-uU5xp7JBd3 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uU5xp7JBd3 .dropdown-item:hover span {
  color: white;
}
.cid-uU5xp7JBd3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uU5xp7JBd3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uU5xp7JBd3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uU5xp7JBd3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uU5xp7JBd3 .nav-link {
  position: relative;
}
.cid-uU5xp7JBd3 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uU5xp7JBd3 .container {
    flex-wrap: nowrap;
  }
}
.cid-uU5xp7JBd3 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uU5xp7JBd3 .dropdown-menu,
.cid-uU5xp7JBd3 .navbar.opened {
  background: #222158 !important;
}
.cid-uU5xp7JBd3 .nav-item:focus,
.cid-uU5xp7JBd3 .nav-link:focus {
  outline: none;
}
.cid-uU5xp7JBd3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uU5xp7JBd3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uU5xp7JBd3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uU5xp7JBd3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uU5xp7JBd3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uU5xp7JBd3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uU5xp7JBd3 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #222158;
}
.cid-uU5xp7JBd3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uU5xp7JBd3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uU5xp7JBd3 .navbar .navbar-logo img {
  width: auto;
}
.cid-uU5xp7JBd3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uU5xp7JBd3 .navbar.collapsed {
  justify-content: center;
}
.cid-uU5xp7JBd3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uU5xp7JBd3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uU5xp7JBd3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uU5xp7JBd3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uU5xp7JBd3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uU5xp7JBd3 .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-uU5xp7JBd3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uU5xp7JBd3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uU5xp7JBd3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uU5xp7JBd3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uU5xp7JBd3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uU5xp7JBd3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uU5xp7JBd3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uU5xp7JBd3 .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-uU5xp7JBd3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uU5xp7JBd3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uU5xp7JBd3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uU5xp7JBd3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uU5xp7JBd3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uU5xp7JBd3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uU5xp7JBd3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uU5xp7JBd3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uU5xp7JBd3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uU5xp7JBd3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uU5xp7JBd3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uU5xp7JBd3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uU5xp7JBd3 .dropdown-item.active,
.cid-uU5xp7JBd3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uU5xp7JBd3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uU5xp7JBd3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uU5xp7JBd3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uU5xp7JBd3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #222158;
}
.cid-uU5xp7JBd3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uU5xp7JBd3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uU5xp7JBd3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uU5xp7JBd3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uU5xp7JBd3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uU5xp7JBd3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uU5xp7JBd3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uU5xp7JBd3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uU5xp7JBd3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uU5xp7JBd3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uU5xp7JBd3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU5xp7JBd3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uU5xp7JBd3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uU5xp7JBd3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU5xp7JBd3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uU5xp7JBd3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uU5xp7JBd3 .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-uU5xp7JBd3 .navbar {
    height: 70px;
  }
  .cid-uU5xp7JBd3 .navbar.opened {
    height: auto;
  }
  .cid-uU5xp7JBd3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uU5xp8brnC {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/ticketgalainvitation-1-2000x1333.jpeg");
}
.cid-uU5xp8brnC .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uU5xp8brnC .head_wrap:hover .mbr-section-title a {
  color: #ff6666 !important;
}
.cid-uU5xp8XbzP {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uU5xp8XbzP .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-uU5xp8XbzP .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uU5xp8XbzP .image-block:hover:before {
  opacity: 0.4;
}
.cid-uU5xp8XbzP .image-block:hover .wrap {
  opacity: 1;
}
.cid-uU5xp8XbzP .image-block:hover img {
  transform: scale(1.05);
}
.cid-uU5xp8XbzP .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-uU5xp8XbzP h4 {
  letter-spacing: 2px;
}
.cid-uU5xp8XbzP figcaption {
  position: relative;
}
.cid-uU5xp8XbzP figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-uU5xp8XbzP img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-uU5xp8XbzP .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-uU5xp8XbzP .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-uU5xp8XbzP .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-uU5xp8XbzP .image-block:before {
    opacity: 0.4;
  }
  .cid-uU5xp8XbzP .image-block .wrap {
    opacity: 1;
  }
}
.cid-uU5xp9z8Rq {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uU5xp9z8Rq .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-uU5xp9z8Rq .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uU5xp9z8Rq .image-block:hover:before {
  opacity: 0.4;
}
.cid-uU5xp9z8Rq .image-block:hover .wrap {
  opacity: 1;
}
.cid-uU5xp9z8Rq .image-block:hover img {
  transform: scale(1.05);
}
.cid-uU5xp9z8Rq .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-uU5xp9z8Rq h4 {
  letter-spacing: 2px;
}
.cid-uU5xp9z8Rq figcaption {
  position: relative;
}
.cid-uU5xp9z8Rq figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-uU5xp9z8Rq img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-uU5xp9z8Rq .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-uU5xp9z8Rq .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-uU5xp9z8Rq .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-uU5xp9z8Rq .image-block:before {
    opacity: 0.4;
  }
  .cid-uU5xp9z8Rq .image-block .wrap {
    opacity: 1;
  }
}
.cid-uU5xpa5zQI {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uU5xpa5zQI .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-uU5xpa5zQI .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uU5xpa5zQI .image-block:hover:before {
  opacity: 0.4;
}
.cid-uU5xpa5zQI .image-block:hover .wrap {
  opacity: 1;
}
.cid-uU5xpa5zQI .image-block:hover img {
  transform: scale(1.05);
}
.cid-uU5xpa5zQI .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-uU5xpa5zQI h4 {
  letter-spacing: 2px;
}
.cid-uU5xpa5zQI figcaption {
  position: relative;
}
.cid-uU5xpa5zQI figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-uU5xpa5zQI img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-uU5xpa5zQI .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-uU5xpa5zQI .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-uU5xpa5zQI .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-uU5xpa5zQI .image-block:before {
    opacity: 0.4;
  }
  .cid-uU5xpa5zQI .image-block .wrap {
    opacity: 1;
  }
}
.cid-uU5xpaKdvq {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uU5xpaKdvq .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-uU5xpaKdvq .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uU5xpaKdvq .image-block:hover:before {
  opacity: 0.4;
}
.cid-uU5xpaKdvq .image-block:hover .wrap {
  opacity: 1;
}
.cid-uU5xpaKdvq .image-block:hover img {
  transform: scale(1.05);
}
.cid-uU5xpaKdvq .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-uU5xpaKdvq h4 {
  letter-spacing: 2px;
}
.cid-uU5xpaKdvq figcaption {
  position: relative;
}
.cid-uU5xpaKdvq figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-uU5xpaKdvq img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-uU5xpaKdvq .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-uU5xpaKdvq .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-uU5xpaKdvq .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-uU5xpaKdvq .image-block:before {
    opacity: 0.4;
  }
  .cid-uU5xpaKdvq .image-block .wrap {
    opacity: 1;
  }
}
.cid-uU5xpbb4gS {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uU5xpbb4gS .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-uU5xpbb4gS .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uU5xpbb4gS .image-block:hover:before {
  opacity: 0.4;
}
.cid-uU5xpbb4gS .image-block:hover .wrap {
  opacity: 1;
}
.cid-uU5xpbb4gS .image-block:hover img {
  transform: scale(1.05);
}
.cid-uU5xpbb4gS .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-uU5xpbb4gS h4 {
  letter-spacing: 2px;
}
.cid-uU5xpbb4gS figcaption {
  position: relative;
}
.cid-uU5xpbb4gS figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-uU5xpbb4gS img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-uU5xpbb4gS .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-uU5xpbb4gS .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-uU5xpbb4gS .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-uU5xpbb4gS .image-block:before {
    opacity: 0.4;
  }
  .cid-uU5xpbb4gS .image-block .wrap {
    opacity: 1;
  }
}
.cid-uU5xpbFRke {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uU5xpbFRke .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-uU5xpbFRke .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uU5xpbFRke .image-block:hover:before {
  opacity: 0.4;
}
.cid-uU5xpbFRke .image-block:hover .wrap {
  opacity: 1;
}
.cid-uU5xpbFRke .image-block:hover img {
  transform: scale(1.05);
}
.cid-uU5xpbFRke .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-uU5xpbFRke h4 {
  letter-spacing: 2px;
}
.cid-uU5xpbFRke figcaption {
  position: relative;
}
.cid-uU5xpbFRke figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-uU5xpbFRke img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-uU5xpbFRke .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-uU5xpbFRke .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-uU5xpbFRke .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-uU5xpbFRke .image-block:before {
    opacity: 0.4;
  }
  .cid-uU5xpbFRke .image-block .wrap {
    opacity: 1;
  }
}
.cid-uZ6tgeHl2o {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uZ6tgeHl2o .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-uZ6tgeHl2o .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uZ6tgeHl2o .image-block:hover:before {
  opacity: 0.4;
}
.cid-uZ6tgeHl2o .image-block:hover .wrap {
  opacity: 1;
}
.cid-uZ6tgeHl2o .image-block:hover img {
  transform: scale(1.05);
}
.cid-uZ6tgeHl2o .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-uZ6tgeHl2o h4 {
  letter-spacing: 2px;
}
.cid-uZ6tgeHl2o figcaption {
  position: relative;
}
.cid-uZ6tgeHl2o figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-uZ6tgeHl2o img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-uZ6tgeHl2o .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-uZ6tgeHl2o .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-uZ6tgeHl2o .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-uZ6tgeHl2o .image-block:before {
    opacity: 0.4;
  }
  .cid-uZ6tgeHl2o .image-block .wrap {
    opacity: 1;
  }
}
.cid-uZna3BP7ad {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uZna3BP7ad .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-uZna3BP7ad .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uZna3BP7ad .image-block:hover:before {
  opacity: 0.4;
}
.cid-uZna3BP7ad .image-block:hover .wrap {
  opacity: 1;
}
.cid-uZna3BP7ad .image-block:hover img {
  transform: scale(1.05);
}
.cid-uZna3BP7ad .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-uZna3BP7ad h4 {
  letter-spacing: 2px;
}
.cid-uZna3BP7ad figcaption {
  position: relative;
}
.cid-uZna3BP7ad figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-uZna3BP7ad img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-uZna3BP7ad .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-uZna3BP7ad .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-uZna3BP7ad .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-uZna3BP7ad .image-block:before {
    opacity: 0.4;
  }
  .cid-uZna3BP7ad .image-block .wrap {
    opacity: 1;
  }
}
.cid-uZna46ML8i {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uZna46ML8i .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-uZna46ML8i .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uZna46ML8i .image-block:hover:before {
  opacity: 0.4;
}
.cid-uZna46ML8i .image-block:hover .wrap {
  opacity: 1;
}
.cid-uZna46ML8i .image-block:hover img {
  transform: scale(1.05);
}
.cid-uZna46ML8i .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-uZna46ML8i h4 {
  letter-spacing: 2px;
}
.cid-uZna46ML8i figcaption {
  position: relative;
}
.cid-uZna46ML8i figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-uZna46ML8i img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-uZna46ML8i .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-uZna46ML8i .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-uZna46ML8i .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-uZna46ML8i .image-block:before {
    opacity: 0.4;
  }
  .cid-uZna46ML8i .image-block .wrap {
    opacity: 1;
  }
}
.cid-uZna4vSYrI {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uZna4vSYrI .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-uZna4vSYrI .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uZna4vSYrI .image-block:hover:before {
  opacity: 0.4;
}
.cid-uZna4vSYrI .image-block:hover .wrap {
  opacity: 1;
}
.cid-uZna4vSYrI .image-block:hover img {
  transform: scale(1.05);
}
.cid-uZna4vSYrI .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-uZna4vSYrI h4 {
  letter-spacing: 2px;
}
.cid-uZna4vSYrI figcaption {
  position: relative;
}
.cid-uZna4vSYrI figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-uZna4vSYrI img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-uZna4vSYrI .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-uZna4vSYrI .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-uZna4vSYrI .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-uZna4vSYrI .image-block:before {
    opacity: 0.4;
  }
  .cid-uZna4vSYrI .image-block .wrap {
    opacity: 1;
  }
}
.cid-uZna4XELE2 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uZna4XELE2 .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-uZna4XELE2 .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uZna4XELE2 .image-block:hover:before {
  opacity: 0.4;
}
.cid-uZna4XELE2 .image-block:hover .wrap {
  opacity: 1;
}
.cid-uZna4XELE2 .image-block:hover img {
  transform: scale(1.05);
}
.cid-uZna4XELE2 .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-uZna4XELE2 h4 {
  letter-spacing: 2px;
}
.cid-uZna4XELE2 figcaption {
  position: relative;
}
.cid-uZna4XELE2 figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-uZna4XELE2 img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-uZna4XELE2 .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-uZna4XELE2 .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-uZna4XELE2 .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-uZna4XELE2 .image-block:before {
    opacity: 0.4;
  }
  .cid-uZna4XELE2 .image-block .wrap {
    opacity: 1;
  }
}
.cid-uZna5nB6s6 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uZna5nB6s6 .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-uZna5nB6s6 .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uZna5nB6s6 .image-block:hover:before {
  opacity: 0.4;
}
.cid-uZna5nB6s6 .image-block:hover .wrap {
  opacity: 1;
}
.cid-uZna5nB6s6 .image-block:hover img {
  transform: scale(1.05);
}
.cid-uZna5nB6s6 .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-uZna5nB6s6 h4 {
  letter-spacing: 2px;
}
.cid-uZna5nB6s6 figcaption {
  position: relative;
}
.cid-uZna5nB6s6 figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-uZna5nB6s6 img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-uZna5nB6s6 .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-uZna5nB6s6 .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-uZna5nB6s6 .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-uZna5nB6s6 .image-block:before {
    opacity: 0.4;
  }
  .cid-uZna5nB6s6 .image-block .wrap {
    opacity: 1;
  }
}
.cid-uU5xpfU4el {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uU5xpfU4el .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uU5xpfU4el .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uU5xpfU4el .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uU5xpfU4el .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uU5xpfU4el .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uU5xpfU4el .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uU5xpfU4el .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-uU5xpfU4el .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uU5xpfU4el .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uU5xpfU4el .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uU5xpfU4el .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uU5xpfU4el .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uU5xpfU4el .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uU5xpfU4el .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uU5xpfU4el foot-menu-item {
  text-align: right;
}
.cid-uU5xzQ3zoA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uU5xzQ3zoA nav.navbar {
  position: fixed;
}
.cid-uU5xzQ3zoA .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-uU5xzQ3zoA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uU5xzQ3zoA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uU5xzQ3zoA .dropdown-item:hover,
.cid-uU5xzQ3zoA .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uU5xzQ3zoA .dropdown-item:hover span {
  color: white;
}
.cid-uU5xzQ3zoA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uU5xzQ3zoA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uU5xzQ3zoA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uU5xzQ3zoA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uU5xzQ3zoA .nav-link {
  position: relative;
}
.cid-uU5xzQ3zoA .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uU5xzQ3zoA .container {
    flex-wrap: nowrap;
  }
}
.cid-uU5xzQ3zoA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uU5xzQ3zoA .dropdown-menu,
.cid-uU5xzQ3zoA .navbar.opened {
  background: #222158 !important;
}
.cid-uU5xzQ3zoA .nav-item:focus,
.cid-uU5xzQ3zoA .nav-link:focus {
  outline: none;
}
.cid-uU5xzQ3zoA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uU5xzQ3zoA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uU5xzQ3zoA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uU5xzQ3zoA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uU5xzQ3zoA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uU5xzQ3zoA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uU5xzQ3zoA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #222158;
}
.cid-uU5xzQ3zoA .navbar.opened {
  transition: all 0.3s;
}
.cid-uU5xzQ3zoA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uU5xzQ3zoA .navbar .navbar-logo img {
  width: auto;
}
.cid-uU5xzQ3zoA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uU5xzQ3zoA .navbar.collapsed {
  justify-content: center;
}
.cid-uU5xzQ3zoA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uU5xzQ3zoA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uU5xzQ3zoA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uU5xzQ3zoA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uU5xzQ3zoA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uU5xzQ3zoA .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-uU5xzQ3zoA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uU5xzQ3zoA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uU5xzQ3zoA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uU5xzQ3zoA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uU5xzQ3zoA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uU5xzQ3zoA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uU5xzQ3zoA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uU5xzQ3zoA .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-uU5xzQ3zoA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uU5xzQ3zoA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uU5xzQ3zoA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uU5xzQ3zoA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uU5xzQ3zoA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uU5xzQ3zoA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uU5xzQ3zoA .navbar.navbar-short {
  min-height: 60px;
}
.cid-uU5xzQ3zoA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uU5xzQ3zoA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uU5xzQ3zoA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uU5xzQ3zoA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uU5xzQ3zoA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uU5xzQ3zoA .dropdown-item.active,
.cid-uU5xzQ3zoA .dropdown-item:active {
  background-color: transparent;
}
.cid-uU5xzQ3zoA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uU5xzQ3zoA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uU5xzQ3zoA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uU5xzQ3zoA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #222158;
}
.cid-uU5xzQ3zoA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uU5xzQ3zoA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uU5xzQ3zoA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uU5xzQ3zoA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uU5xzQ3zoA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uU5xzQ3zoA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uU5xzQ3zoA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uU5xzQ3zoA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uU5xzQ3zoA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uU5xzQ3zoA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uU5xzQ3zoA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU5xzQ3zoA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uU5xzQ3zoA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uU5xzQ3zoA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU5xzQ3zoA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uU5xzQ3zoA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uU5xzQ3zoA .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-uU5xzQ3zoA .navbar {
    height: 70px;
  }
  .cid-uU5xzQ3zoA .navbar.opened {
    height: auto;
  }
  .cid-uU5xzQ3zoA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uU5xzQDodP {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uU5xzQDodP .mbr-overlay {
  background: #5eeebb;
}
.cid-uU5xzQDodP .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uU5xzQDodP .card-title {
  margin-bottom: 26px;
}
.cid-uU5xzQDodP .mbr-text {
  margin-bottom: 30px;
}
.cid-uU5xzQDodP .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uU5xzQDodP .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uU5xzQDodP .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uU5xzQDodP .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uU5xzQDodP .text-wrapper {
    text-align: center;
  }
  .cid-uU5xzQDodP .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uU5xzQDodP .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uU5xzQDodP .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uU5xzQDodP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU5xzQDodP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU5xzRfeXS {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uU5xzRfeXS .mbr-overlay {
  background: #5eeebb;
}
.cid-uU5xzRfeXS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uU5xzRfeXS .card-title {
  margin-bottom: 26px;
}
.cid-uU5xzRfeXS .mbr-text {
  margin-bottom: 30px;
}
.cid-uU5xzRfeXS .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uU5xzRfeXS .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uU5xzRfeXS .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uU5xzRfeXS .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uU5xzRfeXS .text-wrapper {
    text-align: center;
  }
  .cid-uU5xzRfeXS .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uU5xzRfeXS .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uU5xzRfeXS .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uU5xzRfeXS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU5xzRfeXS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU5xzRZpKd {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uU5xzRZpKd .mbr-overlay {
  background: #5eeebb;
}
.cid-uU5xzRZpKd .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uU5xzRZpKd .card-title {
  margin-bottom: 26px;
}
.cid-uU5xzRZpKd .mbr-text {
  margin-bottom: 30px;
}
.cid-uU5xzRZpKd .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uU5xzRZpKd .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uU5xzRZpKd .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uU5xzRZpKd .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uU5xzRZpKd .text-wrapper {
    text-align: center;
  }
  .cid-uU5xzRZpKd .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uU5xzRZpKd .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uU5xzRZpKd .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uU5xzRZpKd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU5xzRZpKd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU5xzSz7oy {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uU5xzSz7oy .mbr-overlay {
  background: #5eeebb;
}
.cid-uU5xzSz7oy .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uU5xzSz7oy .card-title {
  margin-bottom: 26px;
}
.cid-uU5xzSz7oy .mbr-text {
  margin-bottom: 30px;
}
.cid-uU5xzSz7oy .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uU5xzSz7oy .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uU5xzSz7oy .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uU5xzSz7oy .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uU5xzSz7oy .text-wrapper {
    text-align: center;
  }
  .cid-uU5xzSz7oy .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uU5xzSz7oy .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uU5xzSz7oy .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uU5xzSz7oy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU5xzSz7oy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU5xzTcvHv {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uU5xzTcvHv .mbr-overlay {
  background: #5eeebb;
}
.cid-uU5xzTcvHv .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uU5xzTcvHv .card-title {
  margin-bottom: 26px;
}
.cid-uU5xzTcvHv .mbr-text {
  margin-bottom: 30px;
}
.cid-uU5xzTcvHv .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uU5xzTcvHv .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uU5xzTcvHv .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uU5xzTcvHv .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uU5xzTcvHv .text-wrapper {
    text-align: center;
  }
  .cid-uU5xzTcvHv .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uU5xzTcvHv .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uU5xzTcvHv .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uU5xzTcvHv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU5xzTcvHv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU5xzTN0Zg {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uU5xzTN0Zg .mbr-overlay {
  background: #5eeebb;
}
.cid-uU5xzTN0Zg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uU5xzTN0Zg .card-title {
  margin-bottom: 26px;
}
.cid-uU5xzTN0Zg .mbr-text {
  margin-bottom: 30px;
}
.cid-uU5xzTN0Zg .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uU5xzTN0Zg .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uU5xzTN0Zg .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uU5xzTN0Zg .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uU5xzTN0Zg .text-wrapper {
    text-align: center;
  }
  .cid-uU5xzTN0Zg .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uU5xzTN0Zg .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uU5xzTN0Zg .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uU5xzTN0Zg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU5xzTN0Zg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU5xzUmUZn {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uU5xzUmUZn .mbr-overlay {
  background: #5eeebb;
}
.cid-uU5xzUmUZn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uU5xzUmUZn .card-title {
  margin-bottom: 26px;
}
.cid-uU5xzUmUZn .mbr-text {
  margin-bottom: 30px;
}
.cid-uU5xzUmUZn .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uU5xzUmUZn .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uU5xzUmUZn .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uU5xzUmUZn .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uU5xzUmUZn .text-wrapper {
    text-align: center;
  }
  .cid-uU5xzUmUZn .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uU5xzUmUZn .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uU5xzUmUZn .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uU5xzUmUZn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU5xzUmUZn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU5xzUZzbY {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uU5xzUZzbY .mbr-overlay {
  background: #5eeebb;
}
.cid-uU5xzUZzbY .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uU5xzUZzbY .card-title {
  margin-bottom: 26px;
}
.cid-uU5xzUZzbY .mbr-text {
  margin-bottom: 30px;
}
.cid-uU5xzUZzbY .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uU5xzUZzbY .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uU5xzUZzbY .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uU5xzUZzbY .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uU5xzUZzbY .text-wrapper {
    text-align: center;
  }
  .cid-uU5xzUZzbY .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uU5xzUZzbY .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uU5xzUZzbY .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uU5xzUZzbY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU5xzUZzbY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU5xzVHFS1 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uU5xzVHFS1 .mbr-overlay {
  background: #5eeebb;
}
.cid-uU5xzVHFS1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uU5xzVHFS1 .card-title {
  margin-bottom: 26px;
}
.cid-uU5xzVHFS1 .mbr-text {
  margin-bottom: 30px;
}
.cid-uU5xzVHFS1 .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uU5xzVHFS1 .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uU5xzVHFS1 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uU5xzVHFS1 .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uU5xzVHFS1 .text-wrapper {
    text-align: center;
  }
  .cid-uU5xzVHFS1 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uU5xzVHFS1 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uU5xzVHFS1 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uU5xzVHFS1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU5xzVHFS1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU5xzWvQRD {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uU5xzWvQRD .mbr-overlay {
  background: #5eeebb;
}
.cid-uU5xzWvQRD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uU5xzWvQRD .card-title {
  margin-bottom: 26px;
}
.cid-uU5xzWvQRD .mbr-text {
  margin-bottom: 30px;
}
.cid-uU5xzWvQRD .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uU5xzWvQRD .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uU5xzWvQRD .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uU5xzWvQRD .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uU5xzWvQRD .text-wrapper {
    text-align: center;
  }
  .cid-uU5xzWvQRD .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uU5xzWvQRD .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uU5xzWvQRD .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uU5xzWvQRD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU5xzWvQRD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU5xzXbgb4 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uU5xzXbgb4 .mbr-overlay {
  background: #5eeebb;
}
.cid-uU5xzXbgb4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uU5xzXbgb4 .card-title {
  margin-bottom: 26px;
}
.cid-uU5xzXbgb4 .mbr-text {
  margin-bottom: 30px;
}
.cid-uU5xzXbgb4 .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uU5xzXbgb4 .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uU5xzXbgb4 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uU5xzXbgb4 .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uU5xzXbgb4 .text-wrapper {
    text-align: center;
  }
  .cid-uU5xzXbgb4 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uU5xzXbgb4 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uU5xzXbgb4 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uU5xzXbgb4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU5xzXbgb4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU5xzXSzUG {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uU5xzXSzUG .mbr-overlay {
  background: #5eeebb;
}
.cid-uU5xzXSzUG .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uU5xzXSzUG .card-title {
  margin-bottom: 26px;
}
.cid-uU5xzXSzUG .mbr-text {
  margin-bottom: 30px;
}
.cid-uU5xzXSzUG .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uU5xzXSzUG .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uU5xzXSzUG .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uU5xzXSzUG .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uU5xzXSzUG .text-wrapper {
    text-align: center;
  }
  .cid-uU5xzXSzUG .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uU5xzXSzUG .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uU5xzXSzUG .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uU5xzXSzUG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU5xzXSzUG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU5xzYBLNj {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uU5xzYBLNj .mbr-overlay {
  background: #5eeebb;
}
.cid-uU5xzYBLNj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uU5xzYBLNj .card-title {
  margin-bottom: 26px;
}
.cid-uU5xzYBLNj .mbr-text {
  margin-bottom: 30px;
}
.cid-uU5xzYBLNj .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uU5xzYBLNj .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uU5xzYBLNj .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uU5xzYBLNj .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uU5xzYBLNj .text-wrapper {
    text-align: center;
  }
  .cid-uU5xzYBLNj .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uU5xzYBLNj .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uU5xzYBLNj .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uU5xzYBLNj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU5xzYBLNj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU5xzZhbpV {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uU5xzZhbpV .mbr-overlay {
  background: #5eeebb;
}
.cid-uU5xzZhbpV .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uU5xzZhbpV .card-title {
  margin-bottom: 26px;
}
.cid-uU5xzZhbpV .mbr-text {
  margin-bottom: 30px;
}
.cid-uU5xzZhbpV .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uU5xzZhbpV .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uU5xzZhbpV .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uU5xzZhbpV .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uU5xzZhbpV .text-wrapper {
    text-align: center;
  }
  .cid-uU5xzZhbpV .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uU5xzZhbpV .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uU5xzZhbpV .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uU5xzZhbpV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU5xzZhbpV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU5xA05TDL {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uU5xA05TDL .mbr-overlay {
  background: #5eeebb;
}
.cid-uU5xA05TDL .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uU5xA05TDL .card-title {
  margin-bottom: 26px;
}
.cid-uU5xA05TDL .mbr-text {
  margin-bottom: 30px;
}
.cid-uU5xA05TDL .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uU5xA05TDL .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uU5xA05TDL .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uU5xA05TDL .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uU5xA05TDL .text-wrapper {
    text-align: center;
  }
  .cid-uU5xA05TDL .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uU5xA05TDL .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uU5xA05TDL .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uU5xA05TDL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU5xA05TDL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU5xA0UZZB {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uU5xA0UZZB .mbr-overlay {
  background: #5eeebb;
}
.cid-uU5xA0UZZB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uU5xA0UZZB .card-title {
  margin-bottom: 26px;
}
.cid-uU5xA0UZZB .mbr-text {
  margin-bottom: 30px;
}
.cid-uU5xA0UZZB .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uU5xA0UZZB .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uU5xA0UZZB .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uU5xA0UZZB .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uU5xA0UZZB .text-wrapper {
    text-align: center;
  }
  .cid-uU5xA0UZZB .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uU5xA0UZZB .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uU5xA0UZZB .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uU5xA0UZZB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU5xA0UZZB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU5xA1JQ4Y {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uU5xA1JQ4Y .mbr-overlay {
  background: #5eeebb;
}
.cid-uU5xA1JQ4Y .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uU5xA1JQ4Y .card-title {
  margin-bottom: 26px;
}
.cid-uU5xA1JQ4Y .mbr-text {
  margin-bottom: 30px;
}
.cid-uU5xA1JQ4Y .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uU5xA1JQ4Y .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uU5xA1JQ4Y .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uU5xA1JQ4Y .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uU5xA1JQ4Y .text-wrapper {
    text-align: center;
  }
  .cid-uU5xA1JQ4Y .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uU5xA1JQ4Y .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uU5xA1JQ4Y .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uU5xA1JQ4Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU5xA1JQ4Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU5xA2uzNU {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uU5xA2uzNU .mbr-overlay {
  background: #5eeebb;
}
.cid-uU5xA2uzNU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uU5xA2uzNU .card-title {
  margin-bottom: 26px;
}
.cid-uU5xA2uzNU .mbr-text {
  margin-bottom: 30px;
}
.cid-uU5xA2uzNU .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uU5xA2uzNU .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uU5xA2uzNU .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uU5xA2uzNU .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uU5xA2uzNU .text-wrapper {
    text-align: center;
  }
  .cid-uU5xA2uzNU .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uU5xA2uzNU .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uU5xA2uzNU .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uU5xA2uzNU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU5xA2uzNU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU5xA3blaU {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uU5xA3blaU .mbr-overlay {
  background: #5eeebb;
}
.cid-uU5xA3blaU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uU5xA3blaU .card-title {
  margin-bottom: 26px;
}
.cid-uU5xA3blaU .mbr-text {
  margin-bottom: 30px;
}
.cid-uU5xA3blaU .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uU5xA3blaU .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uU5xA3blaU .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uU5xA3blaU .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uU5xA3blaU .text-wrapper {
    text-align: center;
  }
  .cid-uU5xA3blaU .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uU5xA3blaU .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uU5xA3blaU .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uU5xA3blaU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU5xA3blaU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU5xA3Vuzr {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uU5xA3Vuzr .mbr-overlay {
  background: #5eeebb;
}
.cid-uU5xA3Vuzr .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uU5xA3Vuzr .card-title {
  margin-bottom: 26px;
}
.cid-uU5xA3Vuzr .mbr-text {
  margin-bottom: 30px;
}
.cid-uU5xA3Vuzr .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uU5xA3Vuzr .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uU5xA3Vuzr .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uU5xA3Vuzr .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uU5xA3Vuzr .text-wrapper {
    text-align: center;
  }
  .cid-uU5xA3Vuzr .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uU5xA3Vuzr .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uU5xA3Vuzr .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uU5xA3Vuzr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU5xA3Vuzr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU5xA4FtXd {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uU5xA4FtXd .mbr-overlay {
  background: #5eeebb;
}
.cid-uU5xA4FtXd .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uU5xA4FtXd .card-title {
  margin-bottom: 26px;
}
.cid-uU5xA4FtXd .mbr-text {
  margin-bottom: 30px;
}
.cid-uU5xA4FtXd .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uU5xA4FtXd .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uU5xA4FtXd .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uU5xA4FtXd .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uU5xA4FtXd .text-wrapper {
    text-align: center;
  }
  .cid-uU5xA4FtXd .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uU5xA4FtXd .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uU5xA4FtXd .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uU5xA4FtXd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU5xA4FtXd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU5xA5mN3A {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uU5xA5mN3A .mbr-overlay {
  background: #5eeebb;
}
.cid-uU5xA5mN3A .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uU5xA5mN3A .card-title {
  margin-bottom: 26px;
}
.cid-uU5xA5mN3A .mbr-text {
  margin-bottom: 30px;
}
.cid-uU5xA5mN3A .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uU5xA5mN3A .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uU5xA5mN3A .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uU5xA5mN3A .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uU5xA5mN3A .text-wrapper {
    text-align: center;
  }
  .cid-uU5xA5mN3A .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uU5xA5mN3A .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uU5xA5mN3A .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uU5xA5mN3A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU5xA5mN3A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU5xA6dcuC {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uU5xA6dcuC .mbr-overlay {
  background: #5eeebb;
}
.cid-uU5xA6dcuC .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uU5xA6dcuC .card-title {
  margin-bottom: 26px;
}
.cid-uU5xA6dcuC .mbr-text {
  margin-bottom: 30px;
}
.cid-uU5xA6dcuC .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uU5xA6dcuC .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uU5xA6dcuC .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uU5xA6dcuC .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uU5xA6dcuC .text-wrapper {
    text-align: center;
  }
  .cid-uU5xA6dcuC .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uU5xA6dcuC .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uU5xA6dcuC .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uU5xA6dcuC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU5xA6dcuC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU5xA6Ysvk {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uU5xA6Ysvk .mbr-overlay {
  background: #5eeebb;
}
.cid-uU5xA6Ysvk .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uU5xA6Ysvk .card-title {
  margin-bottom: 26px;
}
.cid-uU5xA6Ysvk .mbr-text {
  margin-bottom: 30px;
}
.cid-uU5xA6Ysvk .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uU5xA6Ysvk .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uU5xA6Ysvk .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uU5xA6Ysvk .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uU5xA6Ysvk .text-wrapper {
    text-align: center;
  }
  .cid-uU5xA6Ysvk .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uU5xA6Ysvk .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uU5xA6Ysvk .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uU5xA6Ysvk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU5xA6Ysvk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU5xA7HXw4 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uU5xA7HXw4 .mbr-overlay {
  background: #5eeebb;
}
.cid-uU5xA7HXw4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uU5xA7HXw4 .card-title {
  margin-bottom: 26px;
}
.cid-uU5xA7HXw4 .mbr-text {
  margin-bottom: 30px;
}
.cid-uU5xA7HXw4 .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uU5xA7HXw4 .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uU5xA7HXw4 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uU5xA7HXw4 .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uU5xA7HXw4 .text-wrapper {
    text-align: center;
  }
  .cid-uU5xA7HXw4 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uU5xA7HXw4 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uU5xA7HXw4 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uU5xA7HXw4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU5xA7HXw4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU5xA8m3v7 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uU5xA8m3v7 .mbr-overlay {
  background: #5eeebb;
}
.cid-uU5xA8m3v7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uU5xA8m3v7 .card-title {
  margin-bottom: 26px;
}
.cid-uU5xA8m3v7 .mbr-text {
  margin-bottom: 30px;
}
.cid-uU5xA8m3v7 .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uU5xA8m3v7 .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uU5xA8m3v7 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uU5xA8m3v7 .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uU5xA8m3v7 .text-wrapper {
    text-align: center;
  }
  .cid-uU5xA8m3v7 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uU5xA8m3v7 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uU5xA8m3v7 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uU5xA8m3v7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU5xA8m3v7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU5xA97piu {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uU5xA97piu .mbr-overlay {
  background: #5eeebb;
}
.cid-uU5xA97piu .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uU5xA97piu .card-title {
  margin-bottom: 26px;
}
.cid-uU5xA97piu .mbr-text {
  margin-bottom: 30px;
}
.cid-uU5xA97piu .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uU5xA97piu .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uU5xA97piu .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uU5xA97piu .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uU5xA97piu .text-wrapper {
    text-align: center;
  }
  .cid-uU5xA97piu .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uU5xA97piu .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uU5xA97piu .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uU5xA97piu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU5xA97piu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU5xA9PTT6 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uU5xA9PTT6 .mbr-overlay {
  background: #5eeebb;
}
.cid-uU5xA9PTT6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uU5xA9PTT6 .card-title {
  margin-bottom: 26px;
}
.cid-uU5xA9PTT6 .mbr-text {
  margin-bottom: 30px;
}
.cid-uU5xA9PTT6 .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uU5xA9PTT6 .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uU5xA9PTT6 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uU5xA9PTT6 .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uU5xA9PTT6 .text-wrapper {
    text-align: center;
  }
  .cid-uU5xA9PTT6 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uU5xA9PTT6 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uU5xA9PTT6 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uU5xA9PTT6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU5xA9PTT6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU5xAazOY5 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uU5xAazOY5 .mbr-overlay {
  background: #5eeebb;
}
.cid-uU5xAazOY5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uU5xAazOY5 .card-title {
  margin-bottom: 26px;
}
.cid-uU5xAazOY5 .mbr-text {
  margin-bottom: 30px;
}
.cid-uU5xAazOY5 .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uU5xAazOY5 .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uU5xAazOY5 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uU5xAazOY5 .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uU5xAazOY5 .text-wrapper {
    text-align: center;
  }
  .cid-uU5xAazOY5 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uU5xAazOY5 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uU5xAazOY5 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uU5xAazOY5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU5xAazOY5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU5xAbgHhy {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uU5xAbgHhy .mbr-overlay {
  background: #5eeebb;
}
.cid-uU5xAbgHhy .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uU5xAbgHhy .card-title {
  margin-bottom: 26px;
}
.cid-uU5xAbgHhy .mbr-text {
  margin-bottom: 30px;
}
.cid-uU5xAbgHhy .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uU5xAbgHhy .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uU5xAbgHhy .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uU5xAbgHhy .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uU5xAbgHhy .text-wrapper {
    text-align: center;
  }
  .cid-uU5xAbgHhy .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uU5xAbgHhy .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uU5xAbgHhy .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uU5xAbgHhy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU5xAbgHhy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ6qHYFKaJ {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uZ6qHYFKaJ .mbr-overlay {
  background: #5eeebb;
}
.cid-uZ6qHYFKaJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uZ6qHYFKaJ .card-title {
  margin-bottom: 26px;
}
.cid-uZ6qHYFKaJ .mbr-text {
  margin-bottom: 30px;
}
.cid-uZ6qHYFKaJ .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uZ6qHYFKaJ .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uZ6qHYFKaJ .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZ6qHYFKaJ .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZ6qHYFKaJ .text-wrapper {
    text-align: center;
  }
  .cid-uZ6qHYFKaJ .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uZ6qHYFKaJ .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uZ6qHYFKaJ .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZ6qHYFKaJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ6qHYFKaJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ6srh29rD {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uZ6srh29rD .mbr-overlay {
  background: #5eeebb;
}
.cid-uZ6srh29rD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uZ6srh29rD .card-title {
  margin-bottom: 26px;
}
.cid-uZ6srh29rD .mbr-text {
  margin-bottom: 30px;
}
.cid-uZ6srh29rD .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uZ6srh29rD .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uZ6srh29rD .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZ6srh29rD .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZ6srh29rD .text-wrapper {
    text-align: center;
  }
  .cid-uZ6srh29rD .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uZ6srh29rD .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uZ6srh29rD .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZ6srh29rD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ6srh29rD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ6sBRZ8uW {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uZ6sBRZ8uW .mbr-overlay {
  background: #5eeebb;
}
.cid-uZ6sBRZ8uW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uZ6sBRZ8uW .card-title {
  margin-bottom: 26px;
}
.cid-uZ6sBRZ8uW .mbr-text {
  margin-bottom: 30px;
}
.cid-uZ6sBRZ8uW .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uZ6sBRZ8uW .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uZ6sBRZ8uW .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZ6sBRZ8uW .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZ6sBRZ8uW .text-wrapper {
    text-align: center;
  }
  .cid-uZ6sBRZ8uW .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uZ6sBRZ8uW .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uZ6sBRZ8uW .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZ6sBRZ8uW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ6sBRZ8uW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ6sVPlFXH {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uZ6sVPlFXH .mbr-overlay {
  background: #5eeebb;
}
.cid-uZ6sVPlFXH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uZ6sVPlFXH .card-title {
  margin-bottom: 26px;
}
.cid-uZ6sVPlFXH .mbr-text {
  margin-bottom: 30px;
}
.cid-uZ6sVPlFXH .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uZ6sVPlFXH .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uZ6sVPlFXH .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZ6sVPlFXH .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZ6sVPlFXH .text-wrapper {
    text-align: center;
  }
  .cid-uZ6sVPlFXH .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uZ6sVPlFXH .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uZ6sVPlFXH .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZ6sVPlFXH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ6sVPlFXH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZn66SiO7b {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uZn66SiO7b .mbr-overlay {
  background: #5eeebb;
}
.cid-uZn66SiO7b .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uZn66SiO7b .card-title {
  margin-bottom: 26px;
}
.cid-uZn66SiO7b .mbr-text {
  margin-bottom: 30px;
}
.cid-uZn66SiO7b .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uZn66SiO7b .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uZn66SiO7b .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZn66SiO7b .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZn66SiO7b .text-wrapper {
    text-align: center;
  }
  .cid-uZn66SiO7b .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uZn66SiO7b .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uZn66SiO7b .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZn66SiO7b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZn66SiO7b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZn67ylgcy {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uZn67ylgcy .mbr-overlay {
  background: #5eeebb;
}
.cid-uZn67ylgcy .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uZn67ylgcy .card-title {
  margin-bottom: 26px;
}
.cid-uZn67ylgcy .mbr-text {
  margin-bottom: 30px;
}
.cid-uZn67ylgcy .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uZn67ylgcy .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uZn67ylgcy .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZn67ylgcy .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZn67ylgcy .text-wrapper {
    text-align: center;
  }
  .cid-uZn67ylgcy .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uZn67ylgcy .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uZn67ylgcy .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZn67ylgcy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZn67ylgcy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZn680pTh1 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uZn680pTh1 .mbr-overlay {
  background: #5eeebb;
}
.cid-uZn680pTh1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uZn680pTh1 .card-title {
  margin-bottom: 26px;
}
.cid-uZn680pTh1 .mbr-text {
  margin-bottom: 30px;
}
.cid-uZn680pTh1 .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uZn680pTh1 .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uZn680pTh1 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZn680pTh1 .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZn680pTh1 .text-wrapper {
    text-align: center;
  }
  .cid-uZn680pTh1 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uZn680pTh1 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uZn680pTh1 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZn680pTh1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZn680pTh1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZn68CbyRE {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uZn68CbyRE .mbr-overlay {
  background: #5eeebb;
}
.cid-uZn68CbyRE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uZn68CbyRE .card-title {
  margin-bottom: 26px;
}
.cid-uZn68CbyRE .mbr-text {
  margin-bottom: 30px;
}
.cid-uZn68CbyRE .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uZn68CbyRE .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uZn68CbyRE .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZn68CbyRE .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZn68CbyRE .text-wrapper {
    text-align: center;
  }
  .cid-uZn68CbyRE .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uZn68CbyRE .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uZn68CbyRE .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZn68CbyRE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZn68CbyRE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZn699glSR {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uZn699glSR .mbr-overlay {
  background: #5eeebb;
}
.cid-uZn699glSR .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uZn699glSR .card-title {
  margin-bottom: 26px;
}
.cid-uZn699glSR .mbr-text {
  margin-bottom: 30px;
}
.cid-uZn699glSR .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uZn699glSR .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uZn699glSR .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZn699glSR .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZn699glSR .text-wrapper {
    text-align: center;
  }
  .cid-uZn699glSR .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uZn699glSR .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uZn699glSR .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZn699glSR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZn699glSR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZn69zpAYi {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uZn69zpAYi .mbr-overlay {
  background: #5eeebb;
}
.cid-uZn69zpAYi .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uZn69zpAYi .card-title {
  margin-bottom: 26px;
}
.cid-uZn69zpAYi .mbr-text {
  margin-bottom: 30px;
}
.cid-uZn69zpAYi .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uZn69zpAYi .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uZn69zpAYi .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZn69zpAYi .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZn69zpAYi .text-wrapper {
    text-align: center;
  }
  .cid-uZn69zpAYi .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uZn69zpAYi .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uZn69zpAYi .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZn69zpAYi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZn69zpAYi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZn69XSpdB {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uZn69XSpdB .mbr-overlay {
  background: #5eeebb;
}
.cid-uZn69XSpdB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uZn69XSpdB .card-title {
  margin-bottom: 26px;
}
.cid-uZn69XSpdB .mbr-text {
  margin-bottom: 30px;
}
.cid-uZn69XSpdB .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uZn69XSpdB .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uZn69XSpdB .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZn69XSpdB .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZn69XSpdB .text-wrapper {
    text-align: center;
  }
  .cid-uZn69XSpdB .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uZn69XSpdB .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uZn69XSpdB .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZn69XSpdB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZn69XSpdB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZn6anB1BP {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uZn6anB1BP .mbr-overlay {
  background: #5eeebb;
}
.cid-uZn6anB1BP .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uZn6anB1BP .card-title {
  margin-bottom: 26px;
}
.cid-uZn6anB1BP .mbr-text {
  margin-bottom: 30px;
}
.cid-uZn6anB1BP .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uZn6anB1BP .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uZn6anB1BP .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZn6anB1BP .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZn6anB1BP .text-wrapper {
    text-align: center;
  }
  .cid-uZn6anB1BP .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uZn6anB1BP .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uZn6anB1BP .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZn6anB1BP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZn6anB1BP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZn6aPQN0x {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uZn6aPQN0x .mbr-overlay {
  background: #5eeebb;
}
.cid-uZn6aPQN0x .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uZn6aPQN0x .card-title {
  margin-bottom: 26px;
}
.cid-uZn6aPQN0x .mbr-text {
  margin-bottom: 30px;
}
.cid-uZn6aPQN0x .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uZn6aPQN0x .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uZn6aPQN0x .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZn6aPQN0x .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZn6aPQN0x .text-wrapper {
    text-align: center;
  }
  .cid-uZn6aPQN0x .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uZn6aPQN0x .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uZn6aPQN0x .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZn6aPQN0x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZn6aPQN0x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZn6b6W7YI {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uZn6b6W7YI .mbr-overlay {
  background: #5eeebb;
}
.cid-uZn6b6W7YI .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uZn6b6W7YI .card-title {
  margin-bottom: 26px;
}
.cid-uZn6b6W7YI .mbr-text {
  margin-bottom: 30px;
}
.cid-uZn6b6W7YI .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uZn6b6W7YI .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uZn6b6W7YI .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZn6b6W7YI .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZn6b6W7YI .text-wrapper {
    text-align: center;
  }
  .cid-uZn6b6W7YI .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uZn6b6W7YI .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uZn6b6W7YI .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZn6b6W7YI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZn6b6W7YI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZn6bsntxj {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uZn6bsntxj .mbr-overlay {
  background: #5eeebb;
}
.cid-uZn6bsntxj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uZn6bsntxj .card-title {
  margin-bottom: 26px;
}
.cid-uZn6bsntxj .mbr-text {
  margin-bottom: 30px;
}
.cid-uZn6bsntxj .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uZn6bsntxj .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uZn6bsntxj .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZn6bsntxj .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZn6bsntxj .text-wrapper {
    text-align: center;
  }
  .cid-uZn6bsntxj .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uZn6bsntxj .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uZn6bsntxj .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZn6bsntxj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZn6bsntxj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZn6bKdQS7 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uZn6bKdQS7 .mbr-overlay {
  background: #5eeebb;
}
.cid-uZn6bKdQS7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uZn6bKdQS7 .card-title {
  margin-bottom: 26px;
}
.cid-uZn6bKdQS7 .mbr-text {
  margin-bottom: 30px;
}
.cid-uZn6bKdQS7 .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uZn6bKdQS7 .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uZn6bKdQS7 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZn6bKdQS7 .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZn6bKdQS7 .text-wrapper {
    text-align: center;
  }
  .cid-uZn6bKdQS7 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uZn6bKdQS7 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uZn6bKdQS7 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZn6bKdQS7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZn6bKdQS7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZn6c3FCBe {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uZn6c3FCBe .mbr-overlay {
  background: #5eeebb;
}
.cid-uZn6c3FCBe .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uZn6c3FCBe .card-title {
  margin-bottom: 26px;
}
.cid-uZn6c3FCBe .mbr-text {
  margin-bottom: 30px;
}
.cid-uZn6c3FCBe .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uZn6c3FCBe .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uZn6c3FCBe .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZn6c3FCBe .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZn6c3FCBe .text-wrapper {
    text-align: center;
  }
  .cid-uZn6c3FCBe .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uZn6c3FCBe .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uZn6c3FCBe .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZn6c3FCBe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZn6c3FCBe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZn6ckGZzF {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uZn6ckGZzF .mbr-overlay {
  background: #5eeebb;
}
.cid-uZn6ckGZzF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uZn6ckGZzF .card-title {
  margin-bottom: 26px;
}
.cid-uZn6ckGZzF .mbr-text {
  margin-bottom: 30px;
}
.cid-uZn6ckGZzF .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uZn6ckGZzF .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uZn6ckGZzF .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZn6ckGZzF .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZn6ckGZzF .text-wrapper {
    text-align: center;
  }
  .cid-uZn6ckGZzF .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uZn6ckGZzF .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uZn6ckGZzF .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZn6ckGZzF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZn6ckGZzF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZn6d0pNeE {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uZn6d0pNeE .mbr-overlay {
  background: #5eeebb;
}
.cid-uZn6d0pNeE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uZn6d0pNeE .card-title {
  margin-bottom: 26px;
}
.cid-uZn6d0pNeE .mbr-text {
  margin-bottom: 30px;
}
.cid-uZn6d0pNeE .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uZn6d0pNeE .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uZn6d0pNeE .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZn6d0pNeE .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZn6d0pNeE .text-wrapper {
    text-align: center;
  }
  .cid-uZn6d0pNeE .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uZn6d0pNeE .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uZn6d0pNeE .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZn6d0pNeE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZn6d0pNeE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZn6dnawIS {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uZn6dnawIS .mbr-overlay {
  background: #5eeebb;
}
.cid-uZn6dnawIS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uZn6dnawIS .card-title {
  margin-bottom: 26px;
}
.cid-uZn6dnawIS .mbr-text {
  margin-bottom: 30px;
}
.cid-uZn6dnawIS .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uZn6dnawIS .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uZn6dnawIS .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZn6dnawIS .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZn6dnawIS .text-wrapper {
    text-align: center;
  }
  .cid-uZn6dnawIS .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uZn6dnawIS .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uZn6dnawIS .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZn6dnawIS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZn6dnawIS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZn6dKxwKv {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uZn6dKxwKv .mbr-overlay {
  background: #5eeebb;
}
.cid-uZn6dKxwKv .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uZn6dKxwKv .card-title {
  margin-bottom: 26px;
}
.cid-uZn6dKxwKv .mbr-text {
  margin-bottom: 30px;
}
.cid-uZn6dKxwKv .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uZn6dKxwKv .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uZn6dKxwKv .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZn6dKxwKv .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZn6dKxwKv .text-wrapper {
    text-align: center;
  }
  .cid-uZn6dKxwKv .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uZn6dKxwKv .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uZn6dKxwKv .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZn6dKxwKv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZn6dKxwKv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZn6e3lsmC {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uZn6e3lsmC .mbr-overlay {
  background: #5eeebb;
}
.cid-uZn6e3lsmC .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uZn6e3lsmC .card-title {
  margin-bottom: 26px;
}
.cid-uZn6e3lsmC .mbr-text {
  margin-bottom: 30px;
}
.cid-uZn6e3lsmC .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uZn6e3lsmC .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uZn6e3lsmC .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZn6e3lsmC .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZn6e3lsmC .text-wrapper {
    text-align: center;
  }
  .cid-uZn6e3lsmC .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uZn6e3lsmC .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uZn6e3lsmC .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZn6e3lsmC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZn6e3lsmC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZn6etTdQM {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uZn6etTdQM .mbr-overlay {
  background: #5eeebb;
}
.cid-uZn6etTdQM .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uZn6etTdQM .card-title {
  margin-bottom: 26px;
}
.cid-uZn6etTdQM .mbr-text {
  margin-bottom: 30px;
}
.cid-uZn6etTdQM .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uZn6etTdQM .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uZn6etTdQM .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZn6etTdQM .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZn6etTdQM .text-wrapper {
    text-align: center;
  }
  .cid-uZn6etTdQM .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uZn6etTdQM .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uZn6etTdQM .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZn6etTdQM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZn6etTdQM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZn6eRNHQD {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uZn6eRNHQD .mbr-overlay {
  background: #5eeebb;
}
.cid-uZn6eRNHQD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uZn6eRNHQD .card-title {
  margin-bottom: 26px;
}
.cid-uZn6eRNHQD .mbr-text {
  margin-bottom: 30px;
}
.cid-uZn6eRNHQD .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uZn6eRNHQD .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uZn6eRNHQD .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZn6eRNHQD .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZn6eRNHQD .text-wrapper {
    text-align: center;
  }
  .cid-uZn6eRNHQD .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uZn6eRNHQD .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uZn6eRNHQD .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZn6eRNHQD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZn6eRNHQD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZn6g5Eyyi {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uZn6g5Eyyi .mbr-overlay {
  background: #5eeebb;
}
.cid-uZn6g5Eyyi .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uZn6g5Eyyi .card-title {
  margin-bottom: 26px;
}
.cid-uZn6g5Eyyi .mbr-text {
  margin-bottom: 30px;
}
.cid-uZn6g5Eyyi .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uZn6g5Eyyi .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uZn6g5Eyyi .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZn6g5Eyyi .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZn6g5Eyyi .text-wrapper {
    text-align: center;
  }
  .cid-uZn6g5Eyyi .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uZn6g5Eyyi .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uZn6g5Eyyi .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZn6g5Eyyi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZn6g5Eyyi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZn6gXDJoO {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uZn6gXDJoO .mbr-overlay {
  background: #5eeebb;
}
.cid-uZn6gXDJoO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uZn6gXDJoO .card-title {
  margin-bottom: 26px;
}
.cid-uZn6gXDJoO .mbr-text {
  margin-bottom: 30px;
}
.cid-uZn6gXDJoO .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uZn6gXDJoO .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uZn6gXDJoO .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZn6gXDJoO .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZn6gXDJoO .text-wrapper {
    text-align: center;
  }
  .cid-uZn6gXDJoO .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uZn6gXDJoO .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uZn6gXDJoO .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZn6gXDJoO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZn6gXDJoO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZn6iiMM2B {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uZn6iiMM2B .mbr-overlay {
  background: #5eeebb;
}
.cid-uZn6iiMM2B .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uZn6iiMM2B .card-title {
  margin-bottom: 26px;
}
.cid-uZn6iiMM2B .mbr-text {
  margin-bottom: 30px;
}
.cid-uZn6iiMM2B .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uZn6iiMM2B .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uZn6iiMM2B .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZn6iiMM2B .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZn6iiMM2B .text-wrapper {
    text-align: center;
  }
  .cid-uZn6iiMM2B .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uZn6iiMM2B .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uZn6iiMM2B .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZn6iiMM2B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZn6iiMM2B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZn6iGUH7g {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uZn6iGUH7g .mbr-overlay {
  background: #5eeebb;
}
.cid-uZn6iGUH7g .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uZn6iGUH7g .card-title {
  margin-bottom: 26px;
}
.cid-uZn6iGUH7g .mbr-text {
  margin-bottom: 30px;
}
.cid-uZn6iGUH7g .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uZn6iGUH7g .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uZn6iGUH7g .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZn6iGUH7g .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZn6iGUH7g .text-wrapper {
    text-align: center;
  }
  .cid-uZn6iGUH7g .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uZn6iGUH7g .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uZn6iGUH7g .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZn6iGUH7g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZn6iGUH7g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZn6j84oIV {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uZn6j84oIV .mbr-overlay {
  background: #5eeebb;
}
.cid-uZn6j84oIV .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uZn6j84oIV .card-title {
  margin-bottom: 26px;
}
.cid-uZn6j84oIV .mbr-text {
  margin-bottom: 30px;
}
.cid-uZn6j84oIV .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uZn6j84oIV .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uZn6j84oIV .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZn6j84oIV .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZn6j84oIV .text-wrapper {
    text-align: center;
  }
  .cid-uZn6j84oIV .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uZn6j84oIV .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uZn6j84oIV .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZn6j84oIV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZn6j84oIV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZn6jyzp88 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #512c81;
}
.cid-uZn6jyzp88 .mbr-overlay {
  background: #5eeebb;
}
.cid-uZn6jyzp88 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uZn6jyzp88 .card-title {
  margin-bottom: 26px;
}
.cid-uZn6jyzp88 .mbr-text {
  margin-bottom: 30px;
}
.cid-uZn6jyzp88 .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uZn6jyzp88 .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uZn6jyzp88 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZn6jyzp88 .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZn6jyzp88 .text-wrapper {
    text-align: center;
  }
  .cid-uZn6jyzp88 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uZn6jyzp88 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uZn6jyzp88 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZn6jyzp88 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZn6jyzp88 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU5xAELOqY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uU5xAELOqY .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uU5xAELOqY .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uU5xAELOqY .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uU5xAELOqY .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uU5xAELOqY .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uU5xAELOqY .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uU5xAELOqY .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-uU5xAELOqY .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uU5xAELOqY .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uU5xAELOqY .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uU5xAELOqY .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uU5xAELOqY .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uU5xAELOqY .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uU5xAELOqY .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uU5xAELOqY foot-menu-item {
  text-align: right;
}
.cid-tw0vKBEcgd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tw0vKBEcgd nav.navbar {
  position: fixed;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tw0vKBEcgd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tw0vKBEcgd .dropdown-item:hover,
.cid-tw0vKBEcgd .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tw0vKBEcgd .dropdown-item:hover span {
  color: white;
}
.cid-tw0vKBEcgd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tw0vKBEcgd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tw0vKBEcgd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tw0vKBEcgd .nav-link {
  position: relative;
}
.cid-tw0vKBEcgd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .container {
    flex-wrap: nowrap;
  }
}
.cid-tw0vKBEcgd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown-menu,
.cid-tw0vKBEcgd .navbar.opened {
  background: #222158 !important;
}
.cid-tw0vKBEcgd .nav-item:focus,
.cid-tw0vKBEcgd .nav-link:focus {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tw0vKBEcgd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tw0vKBEcgd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.opened {
  transition: all 0.3s;
}
.cid-tw0vKBEcgd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tw0vKBEcgd .navbar .navbar-logo img {
  width: auto;
}
.cid-tw0vKBEcgd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar.collapsed {
  justify-content: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tw0vKBEcgd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tw0vKBEcgd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tw0vKBEcgd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tw0vKBEcgd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tw0vKBEcgd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tw0vKBEcgd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tw0vKBEcgd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tw0vKBEcgd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tw0vKBEcgd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown-item.active,
.cid-tw0vKBEcgd .dropdown-item:active {
  background-color: transparent;
}
.cid-tw0vKBEcgd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tw0vKBEcgd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tw0vKBEcgd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tw0vKBEcgd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tw0vKBEcgd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tw0vKBEcgd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar {
    height: 70px;
  }
  .cid-tw0vKBEcgd .navbar.opened {
    height: auto;
  }
  .cid-tw0vKBEcgd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVF8j1MhLp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uVF8j1MhLp .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-t8ihKN7sai {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-t8ihKN7sai .row-links {
  width: 100%;
  justify-content: center;
}
.cid-t8ihKN7sai .social-row {
  width: 100%;
  justify-content: center;
}
.cid-t8ihKN7sai .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-t8ihKN7sai .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t8ihKN7sai .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t8ihKN7sai .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t8ihKN7sai .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-t8ihKN7sai .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t8ihKN7sai .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t8ihKN7sai .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-t8ihKN7sai .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t8ihKN7sai .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t8ihKN7sai .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t8ihKN7sai .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t8ihKN7sai foot-menu-item {
  text-align: right;
}
.cid-tw0vKBEcgd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tw0vKBEcgd nav.navbar {
  position: fixed;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tw0vKBEcgd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tw0vKBEcgd .dropdown-item:hover,
.cid-tw0vKBEcgd .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tw0vKBEcgd .dropdown-item:hover span {
  color: white;
}
.cid-tw0vKBEcgd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tw0vKBEcgd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tw0vKBEcgd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tw0vKBEcgd .nav-link {
  position: relative;
}
.cid-tw0vKBEcgd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .container {
    flex-wrap: nowrap;
  }
}
.cid-tw0vKBEcgd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown-menu,
.cid-tw0vKBEcgd .navbar.opened {
  background: #222158 !important;
}
.cid-tw0vKBEcgd .nav-item:focus,
.cid-tw0vKBEcgd .nav-link:focus {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tw0vKBEcgd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tw0vKBEcgd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.opened {
  transition: all 0.3s;
}
.cid-tw0vKBEcgd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tw0vKBEcgd .navbar .navbar-logo img {
  width: auto;
}
.cid-tw0vKBEcgd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar.collapsed {
  justify-content: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tw0vKBEcgd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tw0vKBEcgd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tw0vKBEcgd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tw0vKBEcgd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tw0vKBEcgd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tw0vKBEcgd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tw0vKBEcgd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tw0vKBEcgd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tw0vKBEcgd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown-item.active,
.cid-tw0vKBEcgd .dropdown-item:active {
  background-color: transparent;
}
.cid-tw0vKBEcgd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tw0vKBEcgd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tw0vKBEcgd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tw0vKBEcgd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tw0vKBEcgd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tw0vKBEcgd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar {
    height: 70px;
  }
  .cid-tw0vKBEcgd .navbar.opened {
    height: auto;
  }
  .cid-tw0vKBEcgd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVFgW58ht3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uVFgW58ht3 .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-t8ihKN7sai {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-t8ihKN7sai .row-links {
  width: 100%;
  justify-content: center;
}
.cid-t8ihKN7sai .social-row {
  width: 100%;
  justify-content: center;
}
.cid-t8ihKN7sai .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-t8ihKN7sai .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t8ihKN7sai .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t8ihKN7sai .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t8ihKN7sai .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-t8ihKN7sai .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t8ihKN7sai .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t8ihKN7sai .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-t8ihKN7sai .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t8ihKN7sai .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t8ihKN7sai .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t8ihKN7sai .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t8ihKN7sai foot-menu-item {
  text-align: right;
}
.cid-tw0vKBEcgd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tw0vKBEcgd nav.navbar {
  position: fixed;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tw0vKBEcgd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tw0vKBEcgd .dropdown-item:hover,
.cid-tw0vKBEcgd .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tw0vKBEcgd .dropdown-item:hover span {
  color: white;
}
.cid-tw0vKBEcgd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tw0vKBEcgd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tw0vKBEcgd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tw0vKBEcgd .nav-link {
  position: relative;
}
.cid-tw0vKBEcgd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .container {
    flex-wrap: nowrap;
  }
}
.cid-tw0vKBEcgd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown-menu,
.cid-tw0vKBEcgd .navbar.opened {
  background: #222158 !important;
}
.cid-tw0vKBEcgd .nav-item:focus,
.cid-tw0vKBEcgd .nav-link:focus {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tw0vKBEcgd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tw0vKBEcgd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.opened {
  transition: all 0.3s;
}
.cid-tw0vKBEcgd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tw0vKBEcgd .navbar .navbar-logo img {
  width: auto;
}
.cid-tw0vKBEcgd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar.collapsed {
  justify-content: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tw0vKBEcgd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tw0vKBEcgd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tw0vKBEcgd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tw0vKBEcgd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tw0vKBEcgd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tw0vKBEcgd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tw0vKBEcgd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tw0vKBEcgd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tw0vKBEcgd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown-item.active,
.cid-tw0vKBEcgd .dropdown-item:active {
  background-color: transparent;
}
.cid-tw0vKBEcgd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tw0vKBEcgd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tw0vKBEcgd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tw0vKBEcgd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tw0vKBEcgd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tw0vKBEcgd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar {
    height: 70px;
  }
  .cid-tw0vKBEcgd .navbar.opened {
    height: auto;
  }
  .cid-tw0vKBEcgd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVFhiT3eKM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uVFhiT3eKM .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-t8ihKN7sai {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-t8ihKN7sai .row-links {
  width: 100%;
  justify-content: center;
}
.cid-t8ihKN7sai .social-row {
  width: 100%;
  justify-content: center;
}
.cid-t8ihKN7sai .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-t8ihKN7sai .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t8ihKN7sai .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t8ihKN7sai .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t8ihKN7sai .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-t8ihKN7sai .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t8ihKN7sai .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t8ihKN7sai .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-t8ihKN7sai .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t8ihKN7sai .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t8ihKN7sai .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t8ihKN7sai .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t8ihKN7sai foot-menu-item {
  text-align: right;
}
.cid-uZFEZV21fq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uZFEZV21fq nav.navbar {
  position: fixed;
}
.cid-uZFEZV21fq .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-uZFEZV21fq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZFEZV21fq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZFEZV21fq .dropdown-item:hover,
.cid-uZFEZV21fq .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uZFEZV21fq .dropdown-item:hover span {
  color: white;
}
.cid-uZFEZV21fq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZFEZV21fq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZFEZV21fq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZFEZV21fq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZFEZV21fq .nav-link {
  position: relative;
}
.cid-uZFEZV21fq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uZFEZV21fq .container {
    flex-wrap: nowrap;
  }
}
.cid-uZFEZV21fq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZFEZV21fq .dropdown-menu,
.cid-uZFEZV21fq .navbar.opened {
  background: #222158 !important;
}
.cid-uZFEZV21fq .nav-item:focus,
.cid-uZFEZV21fq .nav-link:focus {
  outline: none;
}
.cid-uZFEZV21fq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZFEZV21fq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZFEZV21fq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZFEZV21fq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZFEZV21fq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZFEZV21fq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZFEZV21fq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #222158;
}
.cid-uZFEZV21fq .navbar.opened {
  transition: all 0.3s;
}
.cid-uZFEZV21fq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZFEZV21fq .navbar .navbar-logo img {
  width: auto;
}
.cid-uZFEZV21fq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZFEZV21fq .navbar.collapsed {
  justify-content: center;
}
.cid-uZFEZV21fq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZFEZV21fq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZFEZV21fq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uZFEZV21fq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZFEZV21fq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZFEZV21fq .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-uZFEZV21fq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZFEZV21fq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZFEZV21fq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZFEZV21fq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZFEZV21fq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZFEZV21fq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZFEZV21fq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZFEZV21fq .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-uZFEZV21fq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZFEZV21fq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZFEZV21fq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZFEZV21fq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZFEZV21fq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZFEZV21fq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZFEZV21fq .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZFEZV21fq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZFEZV21fq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZFEZV21fq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZFEZV21fq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZFEZV21fq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZFEZV21fq .dropdown-item.active,
.cid-uZFEZV21fq .dropdown-item:active {
  background-color: transparent;
}
.cid-uZFEZV21fq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZFEZV21fq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZFEZV21fq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZFEZV21fq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #222158;
}
.cid-uZFEZV21fq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZFEZV21fq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZFEZV21fq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZFEZV21fq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZFEZV21fq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZFEZV21fq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uZFEZV21fq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZFEZV21fq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZFEZV21fq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZFEZV21fq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZFEZV21fq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZFEZV21fq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZFEZV21fq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZFEZV21fq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZFEZV21fq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZFEZV21fq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZFEZV21fq .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-uZFEZV21fq .navbar {
    height: 70px;
  }
  .cid-uZFEZV21fq .navbar.opened {
    height: auto;
  }
  .cid-uZFEZV21fq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZFEZVTl8p {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/ticketgalainvitation-2000x1333.jpg");
}
.cid-uZFEZVTl8p .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uZFEZVTl8p .head_wrap:hover .mbr-section-title a {
  color: #ff6666 !important;
}
.cid-uZFEZWdHHC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #980c0c;
}
.cid-uZFEZWdHHC img {
  display: inline;
  border: 8px solid #ffffff;
  border-radius: 25px;
}
.cid-uZFEZWdHHC .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.cid-uZFEZWdHHC .first {
  transform: rotate(10deg);
  max-height: 317px;
  width: auto;
}
.cid-uZFEZWdHHC .second {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-uZFEZWdHHC .third {
  transform: rotate(5deg);
  max-height: 476px;
  width: auto;
  z-index: 10;
}
.cid-uZFEZWdHHC .fourth {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-uZFEZWdHHC .fifth {
  transform: rotate(350deg);
  max-height: 317px;
  width: auto;
}
@media (max-width: 1400px) {
  .cid-uZFEZWdHHC .first {
    max-height: 250px;
  }
  .cid-uZFEZWdHHC .second {
    max-height: 323px;
  }
  .cid-uZFEZWdHHC .third {
    max-height: 408px;
  }
  .cid-uZFEZWdHHC .fourth {
    max-height: 323px;
  }
  .cid-uZFEZWdHHC .fifth {
    max-height: 250px;
  }
}
@media (max-width: 1100px) {
  .cid-uZFEZWdHHC .first {
    max-height: 200px;
  }
  .cid-uZFEZWdHHC .second {
    max-height: 270px;
  }
  .cid-uZFEZWdHHC .third {
    max-height: 350px;
  }
  .cid-uZFEZWdHHC .fourth {
    max-height: 270px;
  }
  .cid-uZFEZWdHHC .fifth {
    max-height: 200px;
  }
}
@media (max-width: 900px) {
  .cid-uZFEZWdHHC .first {
    display: none;
  }
  .cid-uZFEZWdHHC .second {
    max-height: 323px;
  }
  .cid-uZFEZWdHHC .third {
    max-height: 408px;
  }
  .cid-uZFEZWdHHC .fourth {
    max-height: 323px;
  }
  .cid-uZFEZWdHHC .fifth {
    display: none;
  }
}
@media (max-width: 765px) {
  .cid-uZFEZWdHHC .second {
    max-height: 250px;
  }
  .cid-uZFEZWdHHC .third {
    max-height: 340px;
  }
  .cid-uZFEZWdHHC .fourth {
    max-height: 250px;
  }
}
@media (max-width: 650px) {
  .cid-uZFEZWdHHC .second {
    max-height: 180px;
  }
  .cid-uZFEZWdHHC .third {
    max-height: 270px;
  }
  .cid-uZFEZWdHHC .fourth {
    max-height: 180px;
  }
}
@media (max-width: 465px) {
  .cid-uZFEZWdHHC .second {
    display: none;
  }
  .cid-uZFEZWdHHC .third {
    max-height: initial;
    width: 90%;
  }
  .cid-uZFEZWdHHC .fourth {
    display: none;
  }
}
.cid-uZFEZWAviE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uZFEZWAviE .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-uZFEZWAviE img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uZFEZWAviE .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uZFEZWAviE .mbr-section-title {
  color: #000000;
}
.cid-uZFEZWAviE .mbr-text {
  color: #232323;
}
.cid-uZFEZWAviE .mbr-description {
  color: #6c7577;
}
.cid-uZFEZWXebK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uZFEZWXebK .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-uZFEZWXebK img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uZFEZWXebK .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uZFEZWXebK .mbr-section-title {
  color: #000000;
}
.cid-uZFEZWXebK .mbr-text {
  color: #6c7577;
}
.cid-uZFEZWXebK .mbr-description {
  color: #6c7577;
}
.cid-uZFEZXhclU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uZFEZXhclU .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-uZFEZXhclU img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uZFEZXhclU .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uZFEZXhclU .mbr-section-title {
  color: #000000;
}
.cid-uZFEZXhclU .mbr-text {
  color: #6c7577;
}
.cid-uZFEZXhclU .mbr-description {
  color: #6c7577;
}
.cid-uZFEZXCN2B {
  overflow: hidden;
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #e6eaf1;
}
.cid-uZFEZXCN2B .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uZFEZXCN2B .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #6592e6;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-uZFEZXCN2B .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uZFEZXCN2B .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-uZFEZXCN2B svg {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.5);
  overflow: hidden;
  pointer-events: none;
}
.cid-uZFEZXCN2B #e2_shape {
  fill: #ffffff !important;
}
.cid-uZFEZXCN2B .mbr-section-title {
  text-align: left;
  color: #404040;
}
.cid-uZFEZXCN2B .mbr-section-title.display-1 {
  font-size: 42px;
  line-height: 1.214;
  letter-spacing: 0px;
}
.cid-uZFEZXCN2B .mbr-text {
  color: #404040;
  text-align: left;
}
.cid-uZFEZXCN2B .mbr-text.display-5 {
  font-size: 25px;
  letter-spacing: 0px;
  line-height: 1.36;
}
.cid-uZFEZXCN2B .icon-wrap {
  border-radius: 50%;
  margin: auto;
  text-align: left;
  transition: all 0.3s;
}
.cid-uZFEZXCN2B .mbr-media span {
  font-size: 1rem;
  cursor: pointer;
  position: relative;
  padding-left: 5px;
  display: inline-block;
  opacity: 0.9;
  transition: all 0.25s;
  color: #000000 !important;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04) !important;
}
.cid-uZFEZXCN2B .mbr-media span:hover {
  opacity: 1;
  color: #000000 !important;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5) !important;
}
.cid-uZFEZXCN2B .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-uZFEZXCN2B .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uZFEZXCN2B .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uZFEZXCN2B .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uZFEZXCN2B a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uZFEZXCN2B a.close:hover {
  color: #ffffff;
}
.cid-uZFEZXCN2B .play {
  display: inline-block;
  width: 52px;
  height: 52px;
  line-height: 3.5rem !important;
  text-align: center;
  border-radius: 100%;
  background: #ffffff;
  transition: all 200ms ease-in-out;
  cursor: pointer;
}
.cid-uZFEZXCN2B .play-text {
  margin-bottom: 0 !important;
  padding-left: 10px;
  display: inline-block;
}
.cid-uZFEZXCN2B .play-text.display-4 {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 992px) {
  .cid-uZFEZXCN2B svg {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-uZFEZXCN2B .show-modal {
    margin-bottom: 20px;
  }
}
.cid-uZFEZYSYuo {
  overflow: hidden;
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #e6eaf1;
}
.cid-uZFEZYSYuo .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #6592e6;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-uZFEZYSYuo .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uZFEZYSYuo .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-uZFEZYSYuo svg {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.5);
  overflow: hidden;
  pointer-events: none;
}
.cid-uZFEZYSYuo #e2_shape {
  fill: #ffffff !important;
}
.cid-uZFEZYSYuo .mbr-section-title {
  text-align: left;
  color: #404040;
}
.cid-uZFEZYSYuo .mbr-section-title.display-1 {
  font-size: 42px;
  line-height: 1.214;
  letter-spacing: 0px;
}
.cid-uZFEZYSYuo .mbr-text {
  color: #404040;
  text-align: left;
}
.cid-uZFEZYSYuo .mbr-text.display-5 {
  font-size: 25px;
  letter-spacing: 0px;
  line-height: 1.36;
}
.cid-uZFEZYSYuo .icon-wrap {
  border-radius: 50%;
  margin: auto;
  text-align: left;
  transition: all 0.3s;
}
.cid-uZFEZYSYuo .mbr-media span {
  font-size: 1rem;
  cursor: pointer;
  position: relative;
  padding-left: 5px;
  display: inline-block;
  opacity: 0.9;
  transition: all 0.25s;
  color: #000000 !important;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04) !important;
}
.cid-uZFEZYSYuo .mbr-media span:hover {
  opacity: 1;
  color: #000000 !important;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5) !important;
}
.cid-uZFEZYSYuo .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-uZFEZYSYuo .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uZFEZYSYuo .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uZFEZYSYuo .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uZFEZYSYuo a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uZFEZYSYuo a.close:hover {
  color: #ffffff;
}
.cid-uZFEZYSYuo .play {
  display: inline-block;
  width: 52px;
  height: 52px;
  line-height: 3.5rem !important;
  text-align: center;
  border-radius: 100%;
  background: #ffffff;
  transition: all 200ms ease-in-out;
  cursor: pointer;
}
.cid-uZFEZYSYuo .play-text {
  margin-bottom: 0 !important;
  padding-left: 10px;
  display: inline-block;
}
.cid-uZFEZYSYuo .play-text.display-4 {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 992px) {
  .cid-uZFEZYSYuo svg {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-uZFEZYSYuo .show-modal {
    margin-bottom: 20px;
  }
}
.cid-uZFEZZtuHb {
  overflow: hidden;
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #e6eaf1;
}
.cid-uZFEZZtuHb .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #6592e6;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-uZFEZZtuHb .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uZFEZZtuHb .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-uZFEZZtuHb svg {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.5);
  overflow: hidden;
  pointer-events: none;
}
.cid-uZFEZZtuHb #e2_shape {
  fill: #ffffff !important;
}
.cid-uZFEZZtuHb .mbr-section-title {
  text-align: left;
  color: #404040;
}
.cid-uZFEZZtuHb .mbr-section-title.display-1 {
  font-size: 42px;
  line-height: 1.214;
  letter-spacing: 0px;
}
.cid-uZFEZZtuHb .mbr-text {
  color: #404040;
  text-align: left;
}
.cid-uZFEZZtuHb .mbr-text.display-5 {
  font-size: 25px;
  letter-spacing: 0px;
  line-height: 1.36;
}
.cid-uZFEZZtuHb .icon-wrap {
  border-radius: 50%;
  margin: auto;
  text-align: left;
  transition: all 0.3s;
}
.cid-uZFEZZtuHb .mbr-media span {
  font-size: 1rem;
  cursor: pointer;
  position: relative;
  padding-left: 5px;
  display: inline-block;
  opacity: 0.9;
  transition: all 0.25s;
  color: #000000 !important;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04) !important;
}
.cid-uZFEZZtuHb .mbr-media span:hover {
  opacity: 1;
  color: #000000 !important;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5) !important;
}
.cid-uZFEZZtuHb .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-uZFEZZtuHb .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uZFEZZtuHb .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uZFEZZtuHb .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uZFEZZtuHb a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uZFEZZtuHb a.close:hover {
  color: #ffffff;
}
.cid-uZFEZZtuHb .play {
  display: inline-block;
  width: 52px;
  height: 52px;
  line-height: 3.5rem !important;
  text-align: center;
  border-radius: 100%;
  background: #ffffff;
  transition: all 200ms ease-in-out;
  cursor: pointer;
}
.cid-uZFEZZtuHb .play-text {
  margin-bottom: 0 !important;
  padding-left: 10px;
  display: inline-block;
}
.cid-uZFEZZtuHb .play-text.display-4 {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 992px) {
  .cid-uZFEZZtuHb svg {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-uZFEZZtuHb .show-modal {
    margin-bottom: 20px;
  }
}
.cid-uZFF00ajmc {
  overflow: hidden;
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #e6eaf1;
}
.cid-uZFF00ajmc .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #6592e6;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-uZFF00ajmc .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uZFF00ajmc .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-uZFF00ajmc svg {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.5);
  overflow: hidden;
  pointer-events: none;
}
.cid-uZFF00ajmc #e2_shape {
  fill: #ffffff !important;
}
.cid-uZFF00ajmc .mbr-section-title {
  text-align: left;
  color: #404040;
}
.cid-uZFF00ajmc .mbr-section-title.display-1 {
  font-size: 42px;
  line-height: 1.214;
  letter-spacing: 0px;
}
.cid-uZFF00ajmc .mbr-text {
  color: #404040;
  text-align: left;
}
.cid-uZFF00ajmc .mbr-text.display-5 {
  font-size: 25px;
  letter-spacing: 0px;
  line-height: 1.36;
}
.cid-uZFF00ajmc .icon-wrap {
  border-radius: 50%;
  margin: auto;
  text-align: left;
  transition: all 0.3s;
}
.cid-uZFF00ajmc .mbr-media span {
  font-size: 1rem;
  cursor: pointer;
  position: relative;
  padding-left: 5px;
  display: inline-block;
  opacity: 0.9;
  transition: all 0.25s;
  color: #000000 !important;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04) !important;
}
.cid-uZFF00ajmc .mbr-media span:hover {
  opacity: 1;
  color: #000000 !important;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5) !important;
}
.cid-uZFF00ajmc .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-uZFF00ajmc .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uZFF00ajmc .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uZFF00ajmc .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uZFF00ajmc a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uZFF00ajmc a.close:hover {
  color: #ffffff;
}
.cid-uZFF00ajmc .play {
  display: inline-block;
  width: 52px;
  height: 52px;
  line-height: 3.5rem !important;
  text-align: center;
  border-radius: 100%;
  background: #ffffff;
  transition: all 200ms ease-in-out;
  cursor: pointer;
}
.cid-uZFF00ajmc .play-text {
  margin-bottom: 0 !important;
  padding-left: 10px;
  display: inline-block;
}
.cid-uZFF00ajmc .play-text.display-4 {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 992px) {
  .cid-uZFF00ajmc svg {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-uZFF00ajmc .show-modal {
    margin-bottom: 20px;
  }
}
.cid-uZFF00QOJ4 {
  overflow: hidden;
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #e6eaf1;
}
.cid-uZFF00QOJ4 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #6592e6;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-uZFF00QOJ4 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uZFF00QOJ4 .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-uZFF00QOJ4 svg {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.5);
  overflow: hidden;
  pointer-events: none;
}
.cid-uZFF00QOJ4 #e2_shape {
  fill: #ffffff !important;
}
.cid-uZFF00QOJ4 .mbr-section-title {
  text-align: left;
  color: #404040;
}
.cid-uZFF00QOJ4 .mbr-section-title.display-1 {
  font-size: 42px;
  line-height: 1.214;
  letter-spacing: 0px;
}
.cid-uZFF00QOJ4 .mbr-text {
  color: #404040;
  text-align: left;
}
.cid-uZFF00QOJ4 .mbr-text.display-5 {
  font-size: 25px;
  letter-spacing: 0px;
  line-height: 1.36;
}
.cid-uZFF00QOJ4 .icon-wrap {
  border-radius: 50%;
  margin: auto;
  text-align: left;
  transition: all 0.3s;
}
.cid-uZFF00QOJ4 .mbr-media span {
  font-size: 1rem;
  cursor: pointer;
  position: relative;
  padding-left: 5px;
  display: inline-block;
  opacity: 0.9;
  transition: all 0.25s;
  color: #000000 !important;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04) !important;
}
.cid-uZFF00QOJ4 .mbr-media span:hover {
  opacity: 1;
  color: #000000 !important;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5) !important;
}
.cid-uZFF00QOJ4 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-uZFF00QOJ4 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uZFF00QOJ4 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uZFF00QOJ4 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uZFF00QOJ4 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uZFF00QOJ4 a.close:hover {
  color: #ffffff;
}
.cid-uZFF00QOJ4 .play {
  display: inline-block;
  width: 52px;
  height: 52px;
  line-height: 3.5rem !important;
  text-align: center;
  border-radius: 100%;
  background: #ffffff;
  transition: all 200ms ease-in-out;
  cursor: pointer;
}
.cid-uZFF00QOJ4 .play-text {
  margin-bottom: 0 !important;
  padding-left: 10px;
  display: inline-block;
}
.cid-uZFF00QOJ4 .play-text.display-4 {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 992px) {
  .cid-uZFF00QOJ4 svg {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-uZFF00QOJ4 .show-modal {
    margin-bottom: 20px;
  }
}
.cid-uZFF01sXNF {
  overflow: hidden;
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #e6eaf1;
}
.cid-uZFF01sXNF .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #6592e6;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-uZFF01sXNF .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uZFF01sXNF .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-uZFF01sXNF svg {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.5);
  overflow: hidden;
  pointer-events: none;
}
.cid-uZFF01sXNF #e2_shape {
  fill: #ffffff !important;
}
.cid-uZFF01sXNF .mbr-section-title {
  text-align: left;
  color: #404040;
}
.cid-uZFF01sXNF .mbr-section-title.display-1 {
  font-size: 42px;
  line-height: 1.214;
  letter-spacing: 0px;
}
.cid-uZFF01sXNF .mbr-text {
  color: #404040;
  text-align: left;
}
.cid-uZFF01sXNF .mbr-text.display-5 {
  font-size: 25px;
  letter-spacing: 0px;
  line-height: 1.36;
}
.cid-uZFF01sXNF .icon-wrap {
  border-radius: 50%;
  margin: auto;
  text-align: left;
  transition: all 0.3s;
}
.cid-uZFF01sXNF .mbr-media span {
  font-size: 1rem;
  cursor: pointer;
  position: relative;
  padding-left: 5px;
  display: inline-block;
  opacity: 0.9;
  transition: all 0.25s;
  color: #000000 !important;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04) !important;
}
.cid-uZFF01sXNF .mbr-media span:hover {
  opacity: 1;
  color: #000000 !important;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5) !important;
}
.cid-uZFF01sXNF .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-uZFF01sXNF .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uZFF01sXNF .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uZFF01sXNF .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uZFF01sXNF a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uZFF01sXNF a.close:hover {
  color: #ffffff;
}
.cid-uZFF01sXNF .play {
  display: inline-block;
  width: 52px;
  height: 52px;
  line-height: 3.5rem !important;
  text-align: center;
  border-radius: 100%;
  background: #ffffff;
  transition: all 200ms ease-in-out;
  cursor: pointer;
}
.cid-uZFF01sXNF .play-text {
  margin-bottom: 0 !important;
  padding-left: 10px;
  display: inline-block;
}
.cid-uZFF01sXNF .play-text.display-4 {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 992px) {
  .cid-uZFF01sXNF svg {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-uZFF01sXNF .show-modal {
    margin-bottom: 20px;
  }
}
.cid-uZFF022Jef {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uZFF022Jef .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uZFF022Jef .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uZFF022Jef .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uZFF022Jef .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uZFF022Jef .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uZFF022Jef .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uZFF022Jef .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-uZFF022Jef .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uZFF022Jef .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uZFF022Jef .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uZFF022Jef .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uZFF022Jef .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uZFF022Jef .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uZFF022Jef .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uZFF022Jef foot-menu-item {
  text-align: right;
}
.cid-ur1rVo6416 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ur1rVo6416 nav.navbar {
  position: fixed;
}
.cid-ur1rVo6416 .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-ur1rVo6416 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ur1rVo6416 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ur1rVo6416 .dropdown-item:hover,
.cid-ur1rVo6416 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-ur1rVo6416 .dropdown-item:hover span {
  color: white;
}
.cid-ur1rVo6416 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ur1rVo6416 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ur1rVo6416 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ur1rVo6416 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ur1rVo6416 .nav-link {
  position: relative;
}
.cid-ur1rVo6416 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ur1rVo6416 .container {
    flex-wrap: nowrap;
  }
}
.cid-ur1rVo6416 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ur1rVo6416 .dropdown-menu,
.cid-ur1rVo6416 .navbar.opened {
  background: #222158 !important;
}
.cid-ur1rVo6416 .nav-item:focus,
.cid-ur1rVo6416 .nav-link:focus {
  outline: none;
}
.cid-ur1rVo6416 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ur1rVo6416 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ur1rVo6416 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ur1rVo6416 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ur1rVo6416 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ur1rVo6416 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ur1rVo6416 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #222158;
}
.cid-ur1rVo6416 .navbar.opened {
  transition: all 0.3s;
}
.cid-ur1rVo6416 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ur1rVo6416 .navbar .navbar-logo img {
  width: auto;
}
.cid-ur1rVo6416 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ur1rVo6416 .navbar.collapsed {
  justify-content: center;
}
.cid-ur1rVo6416 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ur1rVo6416 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ur1rVo6416 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ur1rVo6416 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ur1rVo6416 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ur1rVo6416 .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-ur1rVo6416 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ur1rVo6416 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ur1rVo6416 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ur1rVo6416 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ur1rVo6416 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ur1rVo6416 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ur1rVo6416 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ur1rVo6416 .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-ur1rVo6416 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ur1rVo6416 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ur1rVo6416 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ur1rVo6416 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ur1rVo6416 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ur1rVo6416 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ur1rVo6416 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ur1rVo6416 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ur1rVo6416 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ur1rVo6416 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ur1rVo6416 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ur1rVo6416 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ur1rVo6416 .dropdown-item.active,
.cid-ur1rVo6416 .dropdown-item:active {
  background-color: transparent;
}
.cid-ur1rVo6416 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ur1rVo6416 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ur1rVo6416 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ur1rVo6416 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #222158;
}
.cid-ur1rVo6416 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ur1rVo6416 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ur1rVo6416 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ur1rVo6416 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ur1rVo6416 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ur1rVo6416 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-ur1rVo6416 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ur1rVo6416 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ur1rVo6416 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ur1rVo6416 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ur1rVo6416 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ur1rVo6416 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ur1rVo6416 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ur1rVo6416 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ur1rVo6416 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ur1rVo6416 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ur1rVo6416 .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-ur1rVo6416 .navbar {
    height: 70px;
  }
  .cid-ur1rVo6416 .navbar.opened {
    height: auto;
  }
  .cid-ur1rVo6416 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ur1rVon0Sf {
  background-color: #232323;
  overflow: hidden;
  position: relative;
}
.cid-ur1rVon0Sf .container,
.cid-ur1rVon0Sf .container-fluid {
  position: static;
}
.cid-ur1rVon0Sf .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 20px;
}
.cid-ur1rVon0Sf .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-ur1rVon0Sf .mbr-section-title {
  color: #ffffff;
  margin-bottom: 15px;
}
.cid-ur1rVon0Sf .colored-text {
  color: #4479d9;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-ur1rVon0Sf .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 40px;
}
@media (min-width: 1400px) {
  .cid-ur1rVon0Sf .mbr-text {
    padding-right: 48px;
  }
}
.cid-ur1rVon0Sf .cards-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-ur1rVon0Sf .card {
  display: flex;
  align-items: flex-start;
  position: relative;
  width: 100%;
  margin-top: 30px;
  padding: 25px 25px 25px 95px;
  padding: 25px 25px 25px 25px;
  background: #ffffff;
  box-shadow: -20px 20px 50px rgba(0, 40, 99, 0.05);
  border-radius: 10px;
}
.cid-ur1rVon0Sf .card:hover .card-number {
  background: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.cid-ur1rVon0Sf .card-number {
  width: 45px;
  height: 45px;
  border: 1px solid #CECECE;
  border-radius: 50%;
  line-height: 43px;
  text-align: center;
  font-size: 18px;
  color: #913bff;
  position: absolute;
  top: 27px;
  left: 25px;
  transition: all 0.3s ease-in-out;
}
.cid-ur1rVon0Sf .card-title {
  color: #010d4c;
  margin-bottom: 8px;
}
.cid-ur1rVon0Sf .card-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-ur1rVon0Sf .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-ur1rVon0Sf .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-ur1rVon0Sf .mbr-section-btn .btn:before {
  display: none;
}
.cid-ur1rVon0Sf .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-ur1rVon0Sf .image-wrapper {
  max-height: 100%;
  position: relative;
  z-index: 2;
}
.cid-ur1rVon0Sf .image-wrapper img {
  max-width: 75%;
  margin-left: auto!important;
}
@media (min-width: 768px) {
  .cid-ur1rVon0Sf .image-wrapper {
    position: absolute;
    z-index: 2;
    top: 24%;
    width: 38.65%;
    right: 6%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-ur1rVon0Sf .image-wrapper {
    top: 37%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-ur1rVon0Sf .image-wrapper {
    top: 31%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ur1rVon0Sf .image-wrapper {
    top: 42%;
    right: 1%;
  }
}
@media (max-width: 767px) {
  .cid-ur1rVon0Sf .image-wrapper {
    max-width: 474px !important;
    margin: 80px auto 0;
  }
}
.cid-ur1rVon0Sf .bg-round {
  position: absolute;
  top: 0%;
  padding: 0;
}
.cid-ur1rVon0Sf .bg-round svg {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-ur1rVon0Sf .bg-round {
    width: 56%;
    right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .cid-ur1rVon0Sf .bg-round {
    width: 56%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ur1rVon0Sf .bg-round {
    width: 68%;
  }
}
@media (max-width: 767px) {
  .cid-ur1rVon0Sf .bg-round {
    top: auto;
    bottom: 0%;
  }
  .cid-ur1rVon0Sf .bg-round svg {
    height: 100%;
  }
}
.cid-ur1rVon0Sf .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-ur1rVon0Sf .col-text {
    margin-right: auto;
  }
}
.cid-ur1rVon0Sf .mbr-section-title DIV {
  text-align: left;
}
.cid-ur1rVoCmrR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ur1rVoCmrR .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ur1rVoCmrR .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ur1rVoCmrR .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ur1rVoCmrR .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ur1rVoCmrR .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ur1rVoCmrR .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ur1rVoCmrR .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-ur1rVoCmrR .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ur1rVoCmrR .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ur1rVoCmrR .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ur1rVoCmrR .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ur1rVoCmrR .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ur1rVoCmrR .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ur1rVoCmrR .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ur1rVoCmrR foot-menu-item {
  text-align: right;
}
.cid-tw0vKBEcgd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tw0vKBEcgd nav.navbar {
  position: fixed;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tw0vKBEcgd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tw0vKBEcgd .dropdown-item:hover,
.cid-tw0vKBEcgd .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tw0vKBEcgd .dropdown-item:hover span {
  color: white;
}
.cid-tw0vKBEcgd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tw0vKBEcgd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tw0vKBEcgd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tw0vKBEcgd .nav-link {
  position: relative;
}
.cid-tw0vKBEcgd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .container {
    flex-wrap: nowrap;
  }
}
.cid-tw0vKBEcgd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown-menu,
.cid-tw0vKBEcgd .navbar.opened {
  background: #222158 !important;
}
.cid-tw0vKBEcgd .nav-item:focus,
.cid-tw0vKBEcgd .nav-link:focus {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tw0vKBEcgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tw0vKBEcgd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tw0vKBEcgd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tw0vKBEcgd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.opened {
  transition: all 0.3s;
}
.cid-tw0vKBEcgd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tw0vKBEcgd .navbar .navbar-logo img {
  width: auto;
}
.cid-tw0vKBEcgd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar.collapsed {
  justify-content: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tw0vKBEcgd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tw0vKBEcgd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tw0vKBEcgd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tw0vKBEcgd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tw0vKBEcgd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tw0vKBEcgd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tw0vKBEcgd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tw0vKBEcgd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tw0vKBEcgd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tw0vKBEcgd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tw0vKBEcgd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tw0vKBEcgd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tw0vKBEcgd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tw0vKBEcgd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tw0vKBEcgd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tw0vKBEcgd .dropdown-item.active,
.cid-tw0vKBEcgd .dropdown-item:active {
  background-color: transparent;
}
.cid-tw0vKBEcgd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tw0vKBEcgd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #222158;
}
.cid-tw0vKBEcgd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tw0vKBEcgd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tw0vKBEcgd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tw0vKBEcgd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tw0vKBEcgd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw0vKBEcgd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tw0vKBEcgd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw0vKBEcgd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tw0vKBEcgd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tw0vKBEcgd .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-tw0vKBEcgd .navbar {
    height: 70px;
  }
  .cid-tw0vKBEcgd .navbar.opened {
    height: auto;
  }
  .cid-tw0vKBEcgd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvtYhDjS7h {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uvtYhDjS7h .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-uvtYhDjS7h .award-container {
  max-width: 95%;
  margin: 0 auto;
  padding: 20px;
  background-color: #f4f4f4;
  font-family: Arial, sans-serif;
}
.cid-uvtYhDjS7h .award-container h2 {
  text-align: center;
  color: #b22222;
  margin-bottom: 20px;
  font-size: 1.8em;
}
.cid-uvtYhDjS7h .award-section {
  margin: 20px 0;
  padding: 15px;
  background-image: url('../../../assets/images/award-background.png');
  background-size: cover;
  background-position: center;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.cid-uvtYhDjS7h .award-section h3 {
  color: #b22222;
  border-bottom: 2px solid #b22222;
  padding-bottom: 8px;
  margin-bottom: 15px;
  font-size: 1.4em;
}
.cid-uvtYhDjS7h .award-section h4 {
  color: #FFE161;
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 1.2em;
}
.cid-uvtYhDjS7h .award-title {
  font-weight: bold;
  color: #FFE161;
}
.cid-uvtYhDjS7h .award-section p {
  font-size: 1em;
  margin: 5px 0;
  color: #FFE161;
}
@media (min-width: 1024px) {
  .cid-uvtYhDjS7h .award-container {
    max-width: 95%;
  }
  .cid-uvtYhDjS7h .award-container h2 {
    font-size: 2em;
  }
  .cid-uvtYhDjS7h .award-section h3 {
    font-size: 1.6em;
  }
  .cid-uvtYhDjS7h .award-section h4 {
    font-size: 1.3em;
  }
  .cid-uvtYhDjS7h .award-section p {
    font-size: 1.1em;
  }
}
.cid-uvtYhDjS7h H3 {
  text-align: center;
}
.cid-uvtYhDjS7h P {
  text-align: center;
  color: #ffd700;
}
.cid-t8ihKN7sai {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-t8ihKN7sai .row-links {
  width: 100%;
  justify-content: center;
}
.cid-t8ihKN7sai .social-row {
  width: 100%;
  justify-content: center;
}
.cid-t8ihKN7sai .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-t8ihKN7sai .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t8ihKN7sai .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t8ihKN7sai .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t8ihKN7sai .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-t8ihKN7sai .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t8ihKN7sai .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t8ihKN7sai .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-t8ihKN7sai .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t8ihKN7sai .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t8ihKN7sai .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t8ihKN7sai .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t8ihKN7sai foot-menu-item {
  text-align: right;
}
.cid-v1ykFiegtW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v1ykFiegtW nav.navbar {
  position: fixed;
}
.cid-v1ykFiegtW .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-v1ykFiegtW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v1ykFiegtW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v1ykFiegtW .dropdown-item:hover,
.cid-v1ykFiegtW .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-v1ykFiegtW .dropdown-item:hover span {
  color: white;
}
.cid-v1ykFiegtW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1ykFiegtW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1ykFiegtW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v1ykFiegtW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1ykFiegtW .nav-link {
  position: relative;
}
.cid-v1ykFiegtW .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v1ykFiegtW .container {
    flex-wrap: nowrap;
  }
}
.cid-v1ykFiegtW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1ykFiegtW .dropdown-menu,
.cid-v1ykFiegtW .navbar.opened {
  background: #222158 !important;
}
.cid-v1ykFiegtW .nav-item:focus,
.cid-v1ykFiegtW .nav-link:focus {
  outline: none;
}
.cid-v1ykFiegtW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1ykFiegtW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1ykFiegtW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1ykFiegtW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1ykFiegtW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1ykFiegtW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1ykFiegtW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #222158;
}
.cid-v1ykFiegtW .navbar.opened {
  transition: all 0.3s;
}
.cid-v1ykFiegtW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1ykFiegtW .navbar .navbar-logo img {
  width: auto;
}
.cid-v1ykFiegtW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1ykFiegtW .navbar.collapsed {
  justify-content: center;
}
.cid-v1ykFiegtW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1ykFiegtW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1ykFiegtW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v1ykFiegtW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1ykFiegtW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1ykFiegtW .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-v1ykFiegtW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1ykFiegtW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1ykFiegtW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1ykFiegtW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1ykFiegtW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1ykFiegtW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1ykFiegtW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1ykFiegtW .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-v1ykFiegtW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1ykFiegtW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1ykFiegtW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1ykFiegtW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v1ykFiegtW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1ykFiegtW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1ykFiegtW .navbar.navbar-short {
  min-height: 60px;
}
.cid-v1ykFiegtW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v1ykFiegtW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v1ykFiegtW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1ykFiegtW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1ykFiegtW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1ykFiegtW .dropdown-item.active,
.cid-v1ykFiegtW .dropdown-item:active {
  background-color: transparent;
}
.cid-v1ykFiegtW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1ykFiegtW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1ykFiegtW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1ykFiegtW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #222158;
}
.cid-v1ykFiegtW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1ykFiegtW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1ykFiegtW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1ykFiegtW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v1ykFiegtW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1ykFiegtW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-v1ykFiegtW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1ykFiegtW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1ykFiegtW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1ykFiegtW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1ykFiegtW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1ykFiegtW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1ykFiegtW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1ykFiegtW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1ykFiegtW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v1ykFiegtW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1ykFiegtW .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-v1ykFiegtW .navbar {
    height: 70px;
  }
  .cid-v1ykFiegtW .navbar.opened {
    height: auto;
  }
  .cid-v1ykFiegtW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1ykLhBe7J {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v1ykLhBe7J .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-v1ykLhBe7J .award-container {
  max-width: 95%;
  margin: 0 auto;
  padding: 20px;
  background-color: #f4f4f4;
  font-family: Arial, sans-serif;
}
.cid-v1ykLhBe7J .award-container h2 {
  text-align: center;
  color: #b22222;
  margin-bottom: 20px;
  font-size: 1.8em;
}
.cid-v1ykLhBe7J .award-section {
  margin: 20px 0;
  padding: 15px;
  background-image: url('../../../assets/images/award-background.png');
  background-size: cover;
  background-position: center;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.cid-v1ykLhBe7J .award-section h3 {
  color: #b22222;
  border-bottom: 2px solid #b22222;
  padding-bottom: 8px;
  margin-bottom: 15px;
  font-size: 1.4em;
}
.cid-v1ykLhBe7J .award-section h4 {
  color: #FFE161;
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 1.2em;
}
.cid-v1ykLhBe7J .award-title {
  font-weight: bold;
  color: #FFE161;
}
.cid-v1ykLhBe7J .award-section p {
  font-size: 1em;
  margin: 5px 0;
  color: #FFE161;
}
@media (min-width: 1024px) {
  .cid-v1ykLhBe7J .award-container {
    max-width: 95%;
  }
  .cid-v1ykLhBe7J .award-container h2 {
    font-size: 2em;
  }
  .cid-v1ykLhBe7J .award-section h3 {
    font-size: 1.6em;
  }
  .cid-v1ykLhBe7J .award-section h4 {
    font-size: 1.3em;
  }
  .cid-v1ykLhBe7J .award-section p {
    font-size: 1.1em;
  }
}
.cid-v1ykLhBe7J H3 {
  text-align: center;
}
.cid-v1ykLhBe7J P {
  text-align: center;
  color: #ffd700;
}
@media (max-width: 767px) {
  .cid-v1ykLhBe7J .nowrap-mobile {
    white-space: nowrap;
    font-size: 0.8em;
  }
}
.cid-v1ykFiVlfS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-v1ykFiVlfS .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v1ykFiVlfS .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v1ykFiVlfS .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-v1ykFiVlfS .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v1ykFiVlfS .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v1ykFiVlfS .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v1ykFiVlfS .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-v1ykFiVlfS .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v1ykFiVlfS .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v1ykFiVlfS .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-v1ykFiVlfS .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v1ykFiVlfS .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v1ykFiVlfS .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v1ykFiVlfS .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-v1ykFiVlfS foot-menu-item {
  text-align: right;
}
