.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #fae6e6;
}
body {
  font-family: Source Serif 4;
}
.display-1 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 6.5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 8.125rem;
}
.display-2 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 5.4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 6.75rem;
}
.display-4 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 2.6rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-7 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
}
.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: 5.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.55rem;
    font-size: calc( 2.925rem + (6.5 - 2.925) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.925rem + (6.5 - 2.925) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4.32rem;
    font-size: calc( 2.54rem + (5.4 - 2.54) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.54rem + (5.4 - 2.54) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((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: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #e85d04 !important;
}
.bg-success {
  background-color: #20ac6b !important;
}
.bg-info {
  background-color: #0aa3c2 !important;
}
.bg-warning {
  background-color: #cc9900 !important;
}
.bg-danger {
  background-color: #ae1e2c !important;
}
.btn-primary {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-primary,
.btn-primary:active {
  background-color: #e85d04 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #fb7824 !important;
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #fb7824 !important;
  border-color: #fb7824 !important;
}
.btn-secondary {
  border-color: #3f2b03 !important;
  box-shadow: 4px 4px 0 0 #3f2b03;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f7bc4a !important;
  border-color: #3f2b03 !important;
  color: #ffffff !important;
  box-shadow: 4px 4px 0 0 #3f2b03;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f9ce7b !important;
  border-color: #3f2b03 !important;
  box-shadow: 4px 4px 0 0 #3f2b03;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #f9ce7b !important;
  border-color: #f9ce7b !important;
}
.btn-info {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-info,
.btn-info:active {
  background-color: #0aa3c2 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #0dccf3 !important;
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
}
.btn-success {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-success,
.btn-success:active {
  background-color: #20ac6b !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #28d786 !important;
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
}
.btn-warning {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-warning,
.btn-warning:active {
  background-color: #cc9900 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffbf00 !important;
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
}
.btn-danger {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-danger,
.btn-danger:active {
  background-color: #ae1e2c !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #da2637 !important;
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #da2637 !important;
  border-color: #da2637 !important;
}
.btn-white {
  border-color: #808080 !important;
  box-shadow: 4px 4px 0 0 #808080;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #808080 !important;
  color: #808080 !important;
  box-shadow: 4px 4px 0 0 #808080;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #808080 !important;
  box-shadow: 4px 4px 0 0 #808080;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #e85d04;
  color: #e85d04;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #933b03 !important;
  background-color: transparent !important;
  border-color: #933b03 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e85d04 !important;
  border-color: #e85d04 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f7bc4a;
  color: #f7bc4a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #e0970a !important;
  background-color: transparent !important;
  border-color: #e0970a !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f7bc4a !important;
  border-color: #f7bc4a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0aa3c2;
  color: #0aa3c2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #065e70 !important;
  background-color: transparent !important;
  border-color: #065e70 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #20ac6b;
  color: #20ac6b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #12633e !important;
  background-color: transparent !important;
  border-color: #12633e !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #cc9900;
  color: #cc9900;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #755800 !important;
  background-color: transparent !important;
  border-color: #755800 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ae1e2c;
  color: #ae1e2c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #641119 !important;
  background-color: transparent !important;
  border-color: #641119 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !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: #e85d04 !important;
}
.text-secondary {
  color: #f7bc4a !important;
}
.text-success {
  color: #20ac6b !important;
}
.text-info {
  color: #0aa3c2 !important;
}
.text-warning {
  color: #cc9900 !important;
}
.text-danger {
  color: #ae1e2c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #843502 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #d28d09 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #105636 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #055161 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #664d00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #570f16 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #e85d04;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0aa3c2;
}
.alert-warning {
  background-color: #cc9900;
}
.alert-danger {
  background-color: #ae1e2c;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e85d04;
  border-color: #e85d04;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #e85d04;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fed5ba;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #68e3aa;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #55dbf6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe599;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e56773;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.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: #e85d04 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #e85d04;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e85d04;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e85d04;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e85d04;
  border-bottom-color: #e85d04;
}
.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: #e85d04 !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: #f7bc4a !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='%23e85d04' %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;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 14px 40px;
  border-radius: 100px !important;
  border-width: 2px !important;
  font-weight: 700 !important;
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 14px;
  }
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 0;
  margin-right: 12px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.slide-content,
.plan,
.item-wrapper,
.card {
  border-radius: 30px !important;
}
.image-wrapper img {
  border-radius: 0 !important;
}
.item-wrap {
  border-radius: 0 0 40px 40px !important;
}
.desc-wrapper .mbr-desc,
.desc-wrapper .item-desc {
  border-radius: .75rem;
}
.logo-wrapper img {
  border-radius: .75rem !important;
}
.form-control {
  border-radius: 999px !important;
}
.nav.nav-tabs .nav-item .nav-link {
  border-radius: 100px;
}
.cid-unURYgcZKA {
  background-color: transparent;
}
.cid-unURYgcZKA .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-unURYgcZKA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-unURYgcZKA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unURYgcZKA .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unURYgcZKA .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unURYgcZKA .menu_box .navbar.opened,
  .cid-unURYgcZKA .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-unURYgcZKA .navbar-dropdown {
  position: relative !important;
}
.cid-unURYgcZKA .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-unURYgcZKA .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unURYgcZKA .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unURYgcZKA .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-unURYgcZKA .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unURYgcZKA .btn:hover {
  box-shadow: none;
}
.cid-unURYgcZKA .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unURYgcZKA .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-unURYgcZKA .nav-item {
    margin: 0 !important;
  }
}
.cid-unURYgcZKA .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-unURYgcZKA .nav-item .nav-link:hover,
.cid-unURYgcZKA .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-unURYgcZKA .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unURYgcZKA .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unURYgcZKA .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unURYgcZKA .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unURYgcZKA .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unURYgcZKA .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unURYgcZKA .offcanvas_box {
    display: none;
  }
}
.cid-unURYgcZKA .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unURYgcZKA .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unURYgcZKA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unURYgcZKA .container {
  display: flex;
  margin: auto;
}
.cid-unURYgcZKA .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unURYgcZKA .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unURYgcZKA .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-unURYgcZKA .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-unURYgcZKA .navbar-nav {
    margin: 0;
  }
}
.cid-unURYgcZKA .dropdown-menu,
.cid-unURYgcZKA .navbar.opened {
  background-color: false !important;
}
.cid-unURYgcZKA .nav-item:focus,
.cid-unURYgcZKA .nav-link:focus {
  outline: none;
}
.cid-unURYgcZKA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unURYgcZKA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unURYgcZKA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unURYgcZKA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unURYgcZKA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unURYgcZKA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unURYgcZKA .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unURYgcZKA .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unURYgcZKA .navbar.opened {
  transition: all 0.3s;
}
.cid-unURYgcZKA .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unURYgcZKA .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-unURYgcZKA .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-unURYgcZKA .navbar.collapsed {
  justify-content: center;
}
.cid-unURYgcZKA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unURYgcZKA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unURYgcZKA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unURYgcZKA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unURYgcZKA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unURYgcZKA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unURYgcZKA .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unURYgcZKA .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unURYgcZKA .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unURYgcZKA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unURYgcZKA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unURYgcZKA .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unURYgcZKA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unURYgcZKA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unURYgcZKA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unURYgcZKA .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unURYgcZKA .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unURYgcZKA .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unURYgcZKA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unURYgcZKA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unURYgcZKA .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unURYgcZKA .navbar.navbar-short {
  min-height: 60px;
}
.cid-unURYgcZKA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unURYgcZKA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unURYgcZKA .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-unURYgcZKA .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-unURYgcZKA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unURYgcZKA .dropdown-item.active,
.cid-unURYgcZKA .dropdown-item:active {
  background-color: transparent;
}
.cid-unURYgcZKA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-unURYgcZKA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unURYgcZKA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unURYgcZKA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unURYgcZKA ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unURYgcZKA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unURYgcZKA button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-unURYgcZKA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-unURYgcZKA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unURYgcZKA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unURYgcZKA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unURYgcZKA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unURYgcZKA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unURYgcZKA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unURYgcZKA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unURYgcZKA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unURYgcZKA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unURYgcZKA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unURYgcZKA .navbar {
    height: 70px;
  }
  .cid-unURYgcZKA .navbar.opened {
    height: auto;
  }
  .cid-unURYgcZKA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unURYgcZKA .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-unURYgcZKA .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-unURYgcZKA .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unURYgcZKA .text_widget {
  margin-bottom: 32px;
}
.cid-unURYgcZKA .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unURYgcZKA .text_widget a:hover,
.cid-unURYgcZKA .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-unURYgcZKA .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-unURYgcZKA .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-unURYgcZKA .navbar-caption {
  color: #000000;
}
.cid-unURYgcZKA .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-unURYgcZKA .mbr-section-subtitle,
.cid-unURYgcZKA .text_widget,
.cid-unURYgcZKA .mbr-section-btn {
  text-align: center;
}
.cid-unURYgcZKA a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uoo7G85YNL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uoo7G85YNL .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uoo7G85YNL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoo7G85YNL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoo7G85YNL .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uoo7G85YNL .content-wrap .card {
  justify-content: space-between;
}
.cid-uoo7G85YNL .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uoo7G85YNL .content-wrapper {
    padding: 0;
  }
}
.cid-uoo7G85YNL .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uoo7G85YNL .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uoo7G85YNL .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uoo7G85YNL .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uoo7G85YNL .mbr-desc,
.cid-uoo7G85YNL .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uoo7G85YNL .mbr-section-title,
.cid-uoo7G85YNL .mbr-section-btn {
  color: #ffffff;
}
.cid-uoocrhDLA5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #150d1d;
}
.cid-uoocrhDLA5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoocrhDLA5 .pb {
  padding-bottom: 2rem;
}
@media (min-width: 1600px) {
  .cid-uoocrhDLA5 .col-lg-6 {
    padding: 0 2rem;
  }
  .cid-uoocrhDLA5 .pb {
    padding-bottom: 5rem;
  }
  .cid-uoocrhDLA5 .container-fluid {
    padding: 0 3rem !important;
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uoocrhDLA5 .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-uoocrhDLA5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoocrhDLA5 .row {
  flex-direction: row-reverse;
}
.cid-uoocrhDLA5 img {
  width: 100%;
}
.cid-uoocrhDLA5 .mbr-text {
  color: #ffffff;
}
.cid-uoorbkMt5z {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uoorbkMt5z .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uoorbkMt5z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoorbkMt5z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoorbkMt5z .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uoorbkMt5z .content-wrap .card {
  justify-content: space-between;
}
.cid-uoorbkMt5z .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uoorbkMt5z .content-wrapper {
    padding: 0;
  }
}
.cid-uoorbkMt5z .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uoorbkMt5z .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uoorbkMt5z .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uoorbkMt5z .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uoorbkMt5z .mbr-desc,
.cid-uoorbkMt5z .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uoorbkMt5z .mbr-section-title,
.cid-uoorbkMt5z .mbr-section-btn {
  color: #ffffff;
}
.cid-uoor03vrvW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #0aa3c2;
}
.cid-uoor03vrvW .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uoor03vrvW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoor03vrvW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoor03vrvW .content-wrap {
  margin: 0;
}
.cid-uoor03vrvW .content-wrap .card {
  padding: 0;
}
.cid-uoor03vrvW .image-wrapper {
  height: 100%;
  border-right: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uoor03vrvW .image-wrapper {
    border-right: none;
    border-bottom: 1px solid #000000;
  }
}
.cid-uoor03vrvW .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uoor03vrvW .image-wrapper img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uoor03vrvW .content-wrapper {
  padding: 190px 72px;
}
@media (max-width: 1640px) {
  .cid-uoor03vrvW .content-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uoor03vrvW .content-wrapper {
    padding: 40px 0;
  }
}
.cid-uoor03vrvW .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 8px 16px;
  background-color: #e85d04;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uoor03vrvW .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 16px;
  }
}
.cid-uoor03vrvW .content-wrapper .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uoor03vrvW .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uoor03vrvW .mbr-section-title {
  color: #f4f2ef;
}
.cid-uoor03vrvW .mbr-desc,
.cid-uoor03vrvW .desc-wrapper {
  color: #252525;
  text-align: center;
}
.cid-uoor03vrvW .mbr-section-title,
.cid-uoor03vrvW .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-ure6z2KDX5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ure6z2KDX5 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-ure6z2KDX5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ure6z2KDX5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ure6z2KDX5 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-ure6z2KDX5 .content-wrap .card {
  justify-content: space-between;
}
.cid-ure6z2KDX5 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-ure6z2KDX5 .content-wrapper {
    padding: 0;
  }
}
.cid-ure6z2KDX5 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ure6z2KDX5 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-ure6z2KDX5 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-ure6z2KDX5 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-ure6z2KDX5 .mbr-desc,
.cid-ure6z2KDX5 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-ure6z2KDX5 .mbr-section-title,
.cid-ure6z2KDX5 .mbr-section-btn {
  color: #000000;
}
.cid-uwcuLdFegg {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #2a1793;
}
.cid-uwcuLdFegg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwcuLdFegg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwcuLdFegg .row {
  flex-direction: row-reverse;
}
.cid-uwcuLdFegg .mbr-description {
  color: #ffffff;
}
.cid-uwcuZnlONn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uwcuZnlONn .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uwcuZnlONn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwcuZnlONn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwcuZnlONn .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uwcuZnlONn .content-wrap .card {
  justify-content: space-between;
}
.cid-uwcuZnlONn .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uwcuZnlONn .content-wrapper {
    padding: 0;
  }
}
.cid-uwcuZnlONn .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uwcuZnlONn .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uwcuZnlONn .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uwcuZnlONn .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uwcuZnlONn .mbr-desc,
.cid-uwcuZnlONn .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uwcuZnlONn .mbr-section-title,
.cid-uwcuZnlONn .mbr-section-btn {
  color: #ffffff;
}
.cid-uoo7TOA2SO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #0aa3c2;
}
.cid-uoo7TOA2SO .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uoo7TOA2SO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoo7TOA2SO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoo7TOA2SO .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uoo7TOA2SO .content-wrap .card {
  justify-content: space-between;
}
.cid-uoo7TOA2SO .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uoo7TOA2SO .content-wrapper {
    padding: 0;
  }
}
.cid-uoo7TOA2SO .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uoo7TOA2SO .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uoo7TOA2SO .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uoo7TOA2SO .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uoo7TOA2SO .mbr-desc,
.cid-uoo7TOA2SO .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uoo7TOA2SO .mbr-section-title,
.cid-uoo7TOA2SO .mbr-section-btn {
  color: #000000;
}
.cid-ure76suDp4 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #0aa3c2;
}
.cid-ure76suDp4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ure76suDp4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ure76suDp4 .row {
  flex-direction: row-reverse;
}
.cid-ure76suDp4 .mbr-description {
  color: #000000;
}
.cid-uvgSrYuvVH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uvgSrYuvVH .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uvgSrYuvVH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvgSrYuvVH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvgSrYuvVH .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uvgSrYuvVH .content-wrap .card {
  justify-content: space-between;
}
.cid-uvgSrYuvVH .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uvgSrYuvVH .content-wrapper {
    padding: 0;
  }
}
.cid-uvgSrYuvVH .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uvgSrYuvVH .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uvgSrYuvVH .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uvgSrYuvVH .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uvgSrYuvVH .mbr-desc,
.cid-uvgSrYuvVH .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uvgSrYuvVH .mbr-section-title,
.cid-uvgSrYuvVH .mbr-section-btn {
  color: #ffffff;
}
.cid-uvgSoS8W3L {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #0aa3c2;
}
.cid-uvgSoS8W3L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvgSoS8W3L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvgSoS8W3L .row {
  flex-direction: row-reverse;
}
.cid-uvgSoS8W3L .mbr-description {
  color: #000000;
}
.cid-uvgWZMmSdR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uvgWZMmSdR .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uvgWZMmSdR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvgWZMmSdR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvgWZMmSdR .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uvgWZMmSdR .content-wrap .card {
  justify-content: space-between;
}
.cid-uvgWZMmSdR .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uvgWZMmSdR .content-wrapper {
    padding: 0;
  }
}
.cid-uvgWZMmSdR .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uvgWZMmSdR .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uvgWZMmSdR .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uvgWZMmSdR .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uvgWZMmSdR .mbr-desc,
.cid-uvgWZMmSdR .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uvgWZMmSdR .mbr-section-title,
.cid-uvgWZMmSdR .mbr-section-btn {
  color: #ffffff;
}
.cid-urj7F7KhNo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #b7140b;
}
.cid-urj7F7KhNo .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-urj7F7KhNo .mbr-fallback-image.disabled {
  display: none;
}
.cid-urj7F7KhNo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urj7F7KhNo .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-urj7F7KhNo .content-wrap .card {
  justify-content: space-between;
}
.cid-urj7F7KhNo .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-urj7F7KhNo .content-wrapper {
    padding: 0;
  }
}
.cid-urj7F7KhNo .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 16px;
  background-color: #0aa3c2;
}
.cid-urj7F7KhNo .content-wrapper .mbr-section-title {
  margin-bottom: 104px;
}
@media (max-width: 992px) {
  .cid-urj7F7KhNo .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-urj7F7KhNo .content-wrapper .items-wrapper .items-wrap {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-urj7F7KhNo .content-wrapper .items-wrapper .items-wrap .item {
  margin-bottom: 16px;
}
.cid-urj7F7KhNo .content-wrapper .items-wrapper .items-wrap .item .item-wrapper {
  padding: 0 16px;
}
.cid-urj7F7KhNo .content-wrapper .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  height: 160px;
  object-fit: contain;
}
.cid-urj7F7KhNo .mbr-section-title {
  color: #f4f2ef;
}
.cid-urj7F7KhNo .mbr-desc,
.cid-urj7F7KhNo .desc-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-urj7F7KhNo .mbr-section-title,
.cid-urj7F7KhNo .items-wrapper {
  text-align: center;
  color: #FFFFFF;
}
.cid-uoo9w6UgGK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uoo9w6UgGK .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uoo9w6UgGK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoo9w6UgGK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoo9w6UgGK .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uoo9w6UgGK .content-wrap .card {
  justify-content: space-between;
}
.cid-uoo9w6UgGK .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uoo9w6UgGK .content-wrapper {
    padding: 0;
  }
}
.cid-uoo9w6UgGK .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uoo9w6UgGK .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uoo9w6UgGK .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uoo9w6UgGK .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uoo9w6UgGK .mbr-desc,
.cid-uoo9w6UgGK .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uoo9w6UgGK .mbr-section-title,
.cid-uoo9w6UgGK .mbr-section-btn {
  color: #ffffff;
}
.cid-unPKGQlZob {
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/glcc-2024-day-2-web-130-2000x1331.jpg");
}
.cid-unPKGQlZob .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-unPKGQlZob .mbr-fallback-image.disabled {
  display: none;
}
.cid-unPKGQlZob .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unPKGQlZob .content-wrap {
  justify-content: center;
}
.cid-unPKGQlZob .card-wrapper {
  padding: 190px 32px;
  background-color: #b7140b;
  border: 1px solid #000000;
}
@media (max-width: 1640px) {
  .cid-unPKGQlZob .card-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .cid-unPKGQlZob .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-unPKGQlZob .card-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-unPKGQlZob .card-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-unPKGQlZob .card-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-unPKGQlZob .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-unPKGQlZob .card-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-unPKGQlZob .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-unPKGQlZob .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-unPKGQlZob .mbr-section-title {
  color: #150764;
}
.cid-unPKGQlZob .mbr-text,
.cid-unPKGQlZob .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-unPKGQlZob .mbr-section-title,
.cid-unPKGQlZob .mbr-section-btn,
.cid-unPKGQlZob .logo-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-upNjVbkdgU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upNjVbkdgU .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upNjVbkdgU .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNjVbkdgU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upNjVbkdgU .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upNjVbkdgU .content-wrap .card {
  justify-content: space-between;
}
.cid-upNjVbkdgU .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upNjVbkdgU .content-wrapper {
    padding: 0;
  }
}
.cid-upNjVbkdgU .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upNjVbkdgU .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upNjVbkdgU .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upNjVbkdgU .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upNjVbkdgU .mbr-desc,
.cid-upNjVbkdgU .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upNjVbkdgU .mbr-section-title,
.cid-upNjVbkdgU .mbr-section-btn {
  color: #ffffff;
}
.cid-utoKZYE847 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-image: url("../../../assets/images/comic-wall-2000x1331.jpg");
}
.cid-utoKZYE847 .mbr-fallback-image.disabled {
  display: none;
}
.cid-utoKZYE847 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utoKZYE847 .content-head {
  max-width: 800px;
}
.cid-utoKZYE847 .loop-container .item {
  min-height: auto;
  font-weight: 700;
}
.cid-utoKZYE847 .item {
  color: #d00000;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-utoKZYE847 .item {
    min-height: 45px;
  }
}
.cid-utoKyq1a6q {
  background-color: #0aa3c2;
}
.cid-utoKyq1a6q .mbr-fallback-image.disabled {
  display: none;
}
.cid-utoKyq1a6q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utoKyq1a6q .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-utoKyq1a6q .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-utoKyq1a6q .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #ffffff;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-utoKyq1a6q .item .item-wrapper {
    height: auto;
  }
}
.cid-utoKyq1a6q .item .item-wrapper .item-img .image-wrap {
  padding: 10px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-utoKyq1a6q .item .item-wrapper .item-img .image-wrap {
    padding: 20px 20px 10px;
  }
}
.cid-utoKyq1a6q .item .item-wrapper .item-img .image-wrap img {
  height: 240px;
  width: 100%;
  object-fit: cover;
}
.cid-utoKyq1a6q .item .item-wrapper .item-img .item-content {
  padding: 0 20px 20px;
}
.cid-utoKyq1a6q .item .item-wrapper .item-img .item-content .item-price {
  margin-bottom: 16px;
}
.cid-utoKyq1a6q .item .item-wrapper .item-img .item-content .item-text {
  margin-bottom: 16px;
}
.cid-utoKyq1a6q .item .item-wrapper .mbr-section-btn {
  padding: 0 20px;
}
.cid-utoKyq1a6q .item .item-wrapper .mbr-section-btn .btn {
  justify-content: center;
  margin-bottom: 0;
  padding: 10px 15px;
}
.cid-utoKyq1a6q .item-price {
  color: #404349;
  text-align: center;
}
.cid-utoKyq1a6q .item-text {
  color: #404349;
  text-align: center;
}
.cid-uoo80GjySA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uoo80GjySA .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uoo80GjySA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoo80GjySA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoo80GjySA .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uoo80GjySA .content-wrap .card {
  justify-content: space-between;
}
.cid-uoo80GjySA .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uoo80GjySA .content-wrapper {
    padding: 0;
  }
}
.cid-uoo80GjySA .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uoo80GjySA .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uoo80GjySA .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uoo80GjySA .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uoo80GjySA .mbr-desc,
.cid-uoo80GjySA .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uoo80GjySA .mbr-section-title,
.cid-uoo80GjySA .mbr-section-btn {
  color: #ffffff;
}
.cid-uonrg85xpo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
  overflow: hidden;
  background-color: #b7140b;
}
.cid-uonrg85xpo .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uonrg85xpo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uonrg85xpo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uonrg85xpo .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uonrg85xpo .content-wrap .card {
  justify-content: space-between;
}
.cid-uonrg85xpo .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uonrg85xpo .content-wrapper {
    padding: 0;
  }
}
.cid-uonrg85xpo .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uonrg85xpo .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uonrg85xpo .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uonrg85xpo .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uonrg85xpo .mbr-desc,
.cid-uonrg85xpo .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uonrg85xpo .mbr-section-title,
.cid-uonrg85xpo .mbr-section-btn {
  color: #ffffff;
}
.cid-uoo81RXFP8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uoo81RXFP8 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uoo81RXFP8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoo81RXFP8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoo81RXFP8 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uoo81RXFP8 .content-wrap .card {
  justify-content: space-between;
}
.cid-uoo81RXFP8 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uoo81RXFP8 .content-wrapper {
    padding: 0;
  }
}
.cid-uoo81RXFP8 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uoo81RXFP8 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uoo81RXFP8 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uoo81RXFP8 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uoo81RXFP8 .mbr-desc,
.cid-uoo81RXFP8 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uoo81RXFP8 .mbr-section-title,
.cid-uoo81RXFP8 .mbr-section-btn {
  color: #ffffff;
}
.cid-unPKGQnIR1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/comic-wall-2000x1331.jpg");
}
.cid-unPKGQnIR1 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-unPKGQnIR1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-unPKGQnIR1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unPKGQnIR1 .content-wrap {
  justify-content: center;
}
.cid-unPKGQnIR1 .card-wrapper {
  background-color: #0aa3c2;
  display: flex;
  border: 1px solid #000000;
}
@media (max-width: 1200px) {
  .cid-unPKGQnIR1 .card-wrapper {
    display: block;
  }
}
.cid-unPKGQnIR1 .card-wrapper .title-wrapper {
  width: 35%;
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid #000000;
}
@media (max-width: 1640px) {
  .cid-unPKGQnIR1 .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 1200px) {
  .cid-unPKGQnIR1 .card-wrapper .title-wrapper {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #000000;
  }
}
@media (max-width: 992px) {
  .cid-unPKGQnIR1 .card-wrapper .title-wrapper {
    padding: 40px 20px;
  }
}
.cid-unPKGQnIR1 .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-unPKGQnIR1 .card-wrapper .title-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 100px;
  color: #000000;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-unPKGQnIR1 .card-wrapper .title-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-unPKGQnIR1 .card-wrapper .list-wrapper {
  width: 100%;
}
@media (max-width: 1200px) {
  .cid-unPKGQnIR1 .card-wrapper .list-wrapper {
    width: 100%;
  }
}
.cid-unPKGQnIR1 .card-wrapper .list-wrapper .panel-group .card {
  position: relative;
  padding: 0;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  background-color: transparent;
  border-radius: 0 !important;
}
.cid-unPKGQnIR1 .card-wrapper .list-wrapper .panel-group .card:first-child .card-header {
  border-top: none !important;
}
.cid-unPKGQnIR1 .card-wrapper .list-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px;
  border-top: 1px solid #000000;
}
@media (max-width: 1940px) {
  .cid-unPKGQnIR1 .card-wrapper .list-wrapper .panel-group .card .card-header {
    padding: 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-unPKGQnIR1 .card-wrapper .list-wrapper .panel-group .card .card-header {
    padding: 32px 20px;
  }
}
.cid-unPKGQnIR1 .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-unPKGQnIR1 .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-unPKGQnIR1 .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 28px;
  height: 28px;
  min-width: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-unPKGQnIR1 .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 28px;
  color: #000000;
}
.cid-unPKGQnIR1 .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(180deg);
}
.cid-unPKGQnIR1 .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 32px 64px 32px;
}
@media (max-width: 1940px) {
  .cid-unPKGQnIR1 .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 64px 24px;
  }
}
@media (max-width: 992px) {
  .cid-unPKGQnIR1 .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 32px 20px;
  }
}
.cid-unPKGQnIR1 .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-unPKGQnIR1 .mbr-section-title {
  color: #FFFFFF;
}
.cid-unPKGQnIR1 .panel-title-edit {
  color: #150764;
}
.cid-unPKGQnIR1 .panel-text {
  color: #000000;
}
.cid-unPKGQnIR1 .panel-title-edit,
.cid-unPKGQnIR1 .icon-wrapper {
  color: #ffffff;
}
.cid-uoo83msFLl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uoo83msFLl .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uoo83msFLl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoo83msFLl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoo83msFLl .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uoo83msFLl .content-wrap .card {
  justify-content: space-between;
}
.cid-uoo83msFLl .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uoo83msFLl .content-wrapper {
    padding: 0;
  }
}
.cid-uoo83msFLl .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uoo83msFLl .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uoo83msFLl .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uoo83msFLl .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uoo83msFLl .mbr-desc,
.cid-uoo83msFLl .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uoo83msFLl .mbr-section-title,
.cid-uoo83msFLl .mbr-section-btn {
  color: #ffffff;
}
.cid-uonraPvXr6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0aa3c2;
  position: relative;
  overflow: hidden;
}
.cid-uonraPvXr6 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uonraPvXr6 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 224px;
  max-width: 224px;
}
@media (max-width: 767px) {
  .cid-uonraPvXr6 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uonraPvXr6 .embla__slide:nth-child(2n) .slide-content .item-wrapper .item-img img {
  height: 280px;
}
.cid-uonraPvXr6 .embla__slide:nth-child(3n) .slide-content .item-wrapper .item-img img {
  height: 330px;
}
.cid-uonraPvXr6 .embla__slide .slide-content {
  width: 100%;
}
.cid-uonraPvXr6 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 170px;
  width: 100%;
  object-fit: cover;
  border: 1px solid #000000;
}
.cid-uonraPvXr6 .embla__button--next,
.cid-uonraPvXr6 .embla__button--prev {
  display: flex;
}
.cid-uonraPvXr6 .embla__button {
  bottom: 0;
  width: 54px;
  height: 43px;
  font-size: 16px;
  background-color: #d00000 !important;
  color: #000000 !important;
  border: 2px solid #000000 !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  box-shadow: 4px 3px #000000;
}
.cid-uonraPvXr6 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uonraPvXr6 .embla__button:hover {
  background-color: #fea100 !important;
}
.cid-uonraPvXr6 .embla__button.embla__button--prev {
  right: 100px;
}
@media (max-width: 992px) {
  .cid-uonraPvXr6 .embla__button.embla__button--prev {
    right: 80px;
  }
}
.cid-uonraPvXr6 .embla__button.embla__button--next {
  right: 24px;
}
@media (max-width: 992px) {
  .cid-uonraPvXr6 .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uonraPvXr6 .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uonraPvXr6 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uonraPvXr6 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uonraPvXr6 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uonraPvXr6 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uonraPvXr6 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uookksor9x {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uookksor9x .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uookksor9x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uookksor9x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uookksor9x .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uookksor9x .content-wrap .card {
  justify-content: space-between;
}
.cid-uookksor9x .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uookksor9x .content-wrapper {
    padding: 0;
  }
}
.cid-uookksor9x .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uookksor9x .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uookksor9x .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uookksor9x .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uookksor9x .mbr-desc,
.cid-uookksor9x .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uookksor9x .mbr-section-title,
.cid-uookksor9x .mbr-section-btn {
  color: #ffffff;
}
.cid-unPKGQocwK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/cosplay-contest-2000x965.jpg");
}
.cid-unPKGQocwK .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-unPKGQocwK .mbr-fallback-image.disabled {
  display: none;
}
.cid-unPKGQocwK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unPKGQocwK .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-unPKGQocwK .image-wrap {
    height: 300px;
  }
}
.cid-uoo84Ua5mV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uoo84Ua5mV .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uoo84Ua5mV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoo84Ua5mV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoo84Ua5mV .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uoo84Ua5mV .content-wrap .card {
  justify-content: space-between;
}
.cid-uoo84Ua5mV .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uoo84Ua5mV .content-wrapper {
    padding: 0;
  }
}
.cid-uoo84Ua5mV .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uoo84Ua5mV .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uoo84Ua5mV .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uoo84Ua5mV .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uoo84Ua5mV .mbr-desc,
.cid-uoo84Ua5mV .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uoo84Ua5mV .mbr-section-title,
.cid-uoo84Ua5mV .mbr-section-btn {
  color: #ffffff;
}
.cid-unPKGQvxV8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #0aa3c2;
}
.cid-unPKGQvxV8 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-unPKGQvxV8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-unPKGQvxV8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unPKGQvxV8 .title-wrapper {
  margin-bottom: 104px;
  padding: 0 120px;
}
@media (max-width: 1640px) {
  .cid-unPKGQvxV8 .title-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-unPKGQvxV8 .title-wrapper {
    margin-bottom: 40px;
    padding: 0;
  }
}
.cid-unPKGQvxV8 .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-unPKGQvxV8 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-unPKGQvxV8 .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
  padding: 0 120px;
}
@media (max-width: 1640px) {
  .cid-unPKGQvxV8 .items-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-unPKGQvxV8 .items-wrapper {
    padding: 0;
  }
}
.cid-unPKGQvxV8 .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-unPKGQvxV8 .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-unPKGQvxV8 .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-unPKGQvxV8 .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(2) rotate(45deg);
}
.cid-unPKGQvxV8 .items-wrapper .item .item-wrapper {
  border: 1px solid #000000;
  overflow: hidden;
}
.cid-unPKGQvxV8 .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 50px 0;
}
.cid-unPKGQvxV8 .items-wrapper .item .item-wrapper .item-img img {
  height: 400px;
  width: 400px;
  min-width: 400px;
  border-radius: 100% !important;
  object-fit: cover;
  transition: all 0.6s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-unPKGQvxV8 .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
    width: 300px;
    min-width: 300px;
  }
}
@media (max-width: 992px) {
  .cid-unPKGQvxV8 .items-wrapper .item .item-wrapper .item-img img {
    height: 250px;
    width: 250px;
    min-width: 250px;
  }
}
.cid-unPKGQvxV8 .items-wrapper .item .item-wrapper .card_1 {
  background-color: #f7bc4a;
}
.cid-unPKGQvxV8 .items-wrapper .item .item-wrapper .card_2 {
  background-color: #cc9900;
}
.cid-unPKGQvxV8 .items-wrapper .item .item-wrapper .card_3 {
  background-color: #ae1e2c;
}
.cid-unPKGQvxV8 .items-wrapper .item .item-wrapper .item-content .item-title {
  border-top: 1px solid #000000;
  padding: 32px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-unPKGQvxV8 .items-wrapper .item .item-wrapper .item-content .item-title {
    padding: 20px;
  }
}
.cid-unPKGQvxV8 .items-wrapper .item .item-wrapper .item-content .item-text {
  border-top: 1px solid #000000;
  padding: 12px;
  margin-bottom: 0;
}
.cid-unPKGQvxV8 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  width: 100%;
  padding: 0 12px 12px 12px;
}
.cid-unPKGQvxV8 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin: 0 10px;
}
.cid-unPKGQvxV8 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-unPKGQvxV8 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-unPKGQvxV8 .item-title {
  color: #150764;
  text-align: center;
}
.cid-unPKGQvxV8 .item-text {
  color: #000000;
  text-align: center;
}
.cid-unPKGQvxV8 .mbr-section-title,
.cid-unPKGQvxV8 .mbr-section-btn {
  color: #ffffff;
}
.cid-unPKGQvxV8 .item-title,
.cid-unPKGQvxV8 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uoo881SJNT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uoo881SJNT .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uoo881SJNT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoo881SJNT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoo881SJNT .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uoo881SJNT .content-wrap .card {
  justify-content: space-between;
}
.cid-uoo881SJNT .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uoo881SJNT .content-wrapper {
    padding: 0;
  }
}
.cid-uoo881SJNT .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uoo881SJNT .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uoo881SJNT .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uoo881SJNT .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uoo881SJNT .mbr-desc,
.cid-uoo881SJNT .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uoo881SJNT .mbr-section-title,
.cid-uoo881SJNT .mbr-section-btn {
  color: #ffffff;
}
.cid-unPKGQxeKZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #b7140b;
}
.cid-unPKGQxeKZ .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-unPKGQxeKZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-unPKGQxeKZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unPKGQxeKZ .content-wrap {
  margin: 0;
}
.cid-unPKGQxeKZ .content-wrap .card {
  padding: 0;
}
.cid-unPKGQxeKZ .content-wrapper {
  height: 100%;
  padding: 190px 28px 190px 120px;
  border-right: 1px solid #ffffff;
}
@media (max-width: 1640px) {
  .cid-unPKGQxeKZ .content-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .cid-unPKGQxeKZ .content-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-unPKGQxeKZ .content-wrapper {
    border-right: none;
    border-top: 1px solid #ffffff;
  }
}
.cid-unPKGQxeKZ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-unPKGQxeKZ .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-unPKGQxeKZ .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-unPKGQxeKZ .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-unPKGQxeKZ .image-wrapper {
  height: 100%;
}
.cid-unPKGQxeKZ .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-unPKGQxeKZ .image-wrapper img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-unPKGQxeKZ .mbr-section-title {
  color: #150764;
}
.cid-unPKGQxeKZ .mbr-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-unPKGQxeKZ .mbr-section-title,
.cid-unPKGQxeKZ .mbr-section-btn {
  color: #FFFFFF;
  text-align: center;
}
.cid-uoo8aQPYKF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uoo8aQPYKF .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uoo8aQPYKF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoo8aQPYKF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoo8aQPYKF .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uoo8aQPYKF .content-wrap .card {
  justify-content: space-between;
}
.cid-uoo8aQPYKF .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uoo8aQPYKF .content-wrapper {
    padding: 0;
  }
}
.cid-uoo8aQPYKF .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uoo8aQPYKF .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uoo8aQPYKF .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uoo8aQPYKF .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uoo8aQPYKF .mbr-desc,
.cid-uoo8aQPYKF .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uoo8aQPYKF .mbr-section-title,
.cid-uoo8aQPYKF .mbr-section-btn {
  color: #ffffff;
}
.cid-unPKGQAKKP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #0aa3c2;
}
.cid-unPKGQAKKP .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-unPKGQAKKP .mbr-fallback-image.disabled {
  display: none;
}
.cid-unPKGQAKKP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unPKGQAKKP .content-wrap {
  margin: 0;
}
.cid-unPKGQAKKP .content-wrap .card {
  padding: 0;
}
.cid-unPKGQAKKP .image-wrapper {
  height: 100%;
  border-right: 1px solid #000000;
  border-right: none;
  border-left: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-unPKGQAKKP .image-wrapper {
    border-right: none;
    border-bottom: 1px solid #000000;
  }
}
@media (max-width: 992px) {
  .cid-unPKGQAKKP .image-wrapper {
    border-left: none;
    border-bottom: 1px solid #000000;
  }
}
.cid-unPKGQAKKP .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-unPKGQAKKP .image-wrapper img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-unPKGQAKKP .content-wrapper {
  padding: 40px 72px;
}
@media (max-width: 1640px) {
  .cid-unPKGQAKKP .content-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-unPKGQAKKP .content-wrapper {
    padding: 40px 0;
  }
}
.cid-unPKGQAKKP .content-wrapper .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-unPKGQAKKP .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-unPKGQAKKP .content-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-unPKGQAKKP .content-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-unPKGQAKKP .content-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-unPKGQAKKP .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 16px 25px;
  border: 2px solid #000000 !important;
  box-shadow: 4px 3px 0 0 #000000;
  background-color: transparent;
  line-height: 1 !important;
}
.cid-unPKGQAKKP .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-unPKGQAKKP .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 2px solid #000000 !important;
}
.cid-unPKGQAKKP .content-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: 0.6;
}
.cid-unPKGQAKKP .content-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-unPKGQAKKP .content-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-unPKGQAKKP .content-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-unPKGQAKKP .content-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-unPKGQAKKP .mbr-section-title {
  color: #150764;
}
.cid-unPKGQAKKP label {
  color: #150764;
}
.cid-unPKGQAKKP .mbr-section-title,
.cid-unPKGQAKKP .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uoo8bR8ghD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #f4f4f2;
}
.cid-uoo8bR8ghD .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uoo8bR8ghD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoo8bR8ghD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoo8bR8ghD .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uoo8bR8ghD .content-wrap .card {
  justify-content: space-between;
}
.cid-uoo8bR8ghD .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uoo8bR8ghD .content-wrapper {
    padding: 0;
  }
}
.cid-uoo8bR8ghD .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uoo8bR8ghD .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uoo8bR8ghD .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uoo8bR8ghD .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uoo8bR8ghD .mbr-desc,
.cid-uoo8bR8ghD .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uoo8bR8ghD .mbr-section-title,
.cid-uoo8bR8ghD .mbr-section-btn {
  color: #ffffff;
}
.cid-uxNLrkyPjg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #b7140b;
}
.cid-uxNLrkyPjg .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uxNLrkyPjg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxNLrkyPjg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxNLrkyPjg .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uxNLrkyPjg .content-wrap .card {
  justify-content: space-between;
}
.cid-uxNLrkyPjg .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uxNLrkyPjg .content-wrapper {
    padding: 0;
  }
}
.cid-uxNLrkyPjg .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uxNLrkyPjg .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uxNLrkyPjg .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uxNLrkyPjg .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uxNLrkyPjg .mbr-desc,
.cid-uxNLrkyPjg .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uxNLrkyPjg .mbr-section-title,
.cid-uxNLrkyPjg .mbr-section-btn {
  color: #ffffff;
}
.cid-uxNJahh2Ho {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-uxNJahh2Ho .content-wrapper {
  justify-content: center;
}
.cid-uxNJahh2Ho .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 334px;
  max-width: 334px;
}
@media (max-width: 767px) {
  .cid-uxNJahh2Ho .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uxNJahh2Ho .embla__slide .slide-content {
  width: 100%;
}
.cid-uxNJahh2Ho .embla__slide .slide-content .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-uxNJahh2Ho .embla__slide .slide-content .title-wrap .item-title {
  margin-bottom: 16px;
}
.cid-uxNJahh2Ho .embla__slide .slide-content .item-wrapper {
  background-color: #0aa3c2;
  padding: 16px;
}
.cid-uxNJahh2Ho .embla__slide .slide-content .item-wrapper .item-wrap {
  background-color: #f9f8f8;
  border: 1px solid #b9b9b9;
  overflow: hidden;
}
.cid-uxNJahh2Ho .embla__slide .slide-content .item-wrapper .item-wrap .item-img img {
  height: 150px;
  object-fit: cover;
  border-radius: 0 !important;
  width: 100%;
}
.cid-uxNJahh2Ho .embla__slide .slide-content .item-wrapper .item-wrap .item-content {
  position: relative;
  z-index: 1;
  padding: 16px;
}
.cid-uxNJahh2Ho .embla__slide .slide-content .item-wrapper .item-wrap .item-content .desc-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  display: block;
}
.cid-uxNJahh2Ho .embla__slide .slide-content .item-wrapper .item-wrap .item-content .desc-wrap .item-desc {
  margin-bottom: 0;
  margin-right: 8px;
}
.cid-uxNJahh2Ho .embla__slide .slide-content .item-wrapper .item-wrap .item-content .desc-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 32px;
  color: #b9b9b9;
}
.cid-uxNJahh2Ho .embla__slide .slide-content .item-wrapper .item-wrap .item-content .tags-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.cid-uxNJahh2Ho .embla__slide .slide-content .item-wrapper .item-wrap .item-content .tags-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  background-color: #a672ff;
  margin: 0 8px 8px 0;
}
.cid-uxNJahh2Ho .embla__slide .slide-content .item-wrapper .item-wrap .item-content .tags-wrapper .item-tag:nth-child(2n) {
  background-color: #7dabab;
}
.cid-uxNJahh2Ho .embla__slide .slide-content .item-wrapper .item-wrap .item-content .tags-wrapper .item-tag:nth-child(3n) {
  background-color: #f96e47;
}
.cid-uxNJahh2Ho .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uxNJahh2Ho .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-uxNJahh2Ho .embla__button--next,
.cid-uxNJahh2Ho .embla__button--prev {
  display: flex;
}
.cid-uxNJahh2Ho .embla__button {
  bottom: -4rem;
  width: 48px;
  height: 48px;
  font-size: 18px;
  background: linear-gradient(140deg, #0aa3c2, #3dd6f5) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uxNJahh2Ho .embla__button:hover {
  opacity: .9 !important;
}
.cid-uxNJahh2Ho .embla__button.embla__button--prev {
  left: 24px;
}
@media (max-width: 992px) {
  .cid-uxNJahh2Ho .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uxNJahh2Ho .embla__button.embla__button--next {
  right: 24px;
}
@media (max-width: 992px) {
  .cid-uxNJahh2Ho .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uxNJahh2Ho .embla {
  position: relative;
  width: 100%;
  padding: 24px;
  background-color: #f9f8f8;
  margin-bottom: 4rem;
}
@media (max-width: 992px) {
  .cid-uxNJahh2Ho .embla {
    padding: 20px 16px;
  }
}
.cid-uxNJahh2Ho .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uxNJahh2Ho .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uxNJahh2Ho .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uxNJahh2Ho .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uxNJahh2Ho .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uxNJahh2Ho .item-title {
  color: #272b2e;
}
.cid-uxNJahh2Ho .item-desc {
  color: #272b2e;
  text-align: center;
}
.cid-uxNJahh2Ho .item-tag {
  color: #ffffff;
}
.cid-uxNJahh2Ho .item-title,
.cid-uxNJahh2Ho .icon-wrapper {
  text-align: center;
}
.cid-uoo8cDwI3k {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uoo8cDwI3k .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uoo8cDwI3k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoo8cDwI3k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoo8cDwI3k .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uoo8cDwI3k .content-wrap .card {
  justify-content: space-between;
}
.cid-uoo8cDwI3k .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uoo8cDwI3k .content-wrapper {
    padding: 0;
  }
}
.cid-uoo8cDwI3k .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uoo8cDwI3k .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uoo8cDwI3k .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uoo8cDwI3k .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uoo8cDwI3k .mbr-desc,
.cid-uoo8cDwI3k .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uoo8cDwI3k .mbr-section-title,
.cid-uoo8cDwI3k .mbr-section-btn {
  color: #ffffff;
}
.cid-uopsy1ojww {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-uopsy1ojww .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uopsy1ojww .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopsy1ojww .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopsy1ojww .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uopsy1ojww .content-wrap .card {
  justify-content: space-between;
}
.cid-uopsy1ojww .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uopsy1ojww .content-wrapper {
    padding: 0;
  }
}
.cid-uopsy1ojww .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uopsy1ojww .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uopsy1ojww .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uopsy1ojww .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uopsy1ojww .mbr-desc,
.cid-uopsy1ojww .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uopsy1ojww .mbr-section-title,
.cid-uopsy1ojww .mbr-section-btn {
  color: #ffffff;
}
.cid-upNpWMf5RB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upNpWMf5RB .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upNpWMf5RB .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNpWMf5RB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upNpWMf5RB .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upNpWMf5RB .content-wrap .card {
  justify-content: space-between;
}
.cid-upNpWMf5RB .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upNpWMf5RB .content-wrapper {
    padding: 0;
  }
}
.cid-upNpWMf5RB .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upNpWMf5RB .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upNpWMf5RB .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upNpWMf5RB .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upNpWMf5RB .mbr-desc,
.cid-upNpWMf5RB .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upNpWMf5RB .mbr-section-title,
.cid-upNpWMf5RB .mbr-section-btn {
  color: #ffffff;
}
.cid-upNrlbHsvD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-upNrlbHsvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNrlbHsvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .container {
    padding: 0 16px;
  }
}
.cid-upNrlbHsvD .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-upNrlbHsvD .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-upNrlbHsvD .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-upNrlbHsvD .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-upNrlbHsvD .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .mbr-section-title {
  color: #ffffff;
}
.cid-upNrlbHsvD .copyright {
  color: #ffffff;
}
.cid-upNrlbHsvD .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .list {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .mbr-section-title,
.cid-upNrlbHsvD .title-wrapper,
.cid-upNrlbHsvD .social-wrapper {
  text-align: center;
}
.cid-uoorxw2YLl {
  background-color: transparent;
}
.cid-uoorxw2YLl .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-uoorxw2YLl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-uoorxw2YLl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoorxw2YLl .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uoorxw2YLl .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uoorxw2YLl .menu_box .navbar.opened,
  .cid-uoorxw2YLl .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uoorxw2YLl .navbar-dropdown {
  position: relative !important;
}
.cid-uoorxw2YLl .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uoorxw2YLl .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uoorxw2YLl .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uoorxw2YLl .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uoorxw2YLl .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uoorxw2YLl .btn:hover {
  box-shadow: none;
}
.cid-uoorxw2YLl .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uoorxw2YLl .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uoorxw2YLl .nav-item {
    margin: 0 !important;
  }
}
.cid-uoorxw2YLl .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-uoorxw2YLl .nav-item .nav-link:hover,
.cid-uoorxw2YLl .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-uoorxw2YLl .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uoorxw2YLl .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uoorxw2YLl .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uoorxw2YLl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uoorxw2YLl .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uoorxw2YLl .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uoorxw2YLl .offcanvas_box {
    display: none;
  }
}
.cid-uoorxw2YLl .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uoorxw2YLl .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uoorxw2YLl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uoorxw2YLl .container {
  display: flex;
  margin: auto;
}
.cid-uoorxw2YLl .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uoorxw2YLl .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uoorxw2YLl .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-uoorxw2YLl .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uoorxw2YLl .navbar-nav {
    margin: 0;
  }
}
.cid-uoorxw2YLl .dropdown-menu,
.cid-uoorxw2YLl .navbar.opened {
  background-color: false !important;
}
.cid-uoorxw2YLl .nav-item:focus,
.cid-uoorxw2YLl .nav-link:focus {
  outline: none;
}
.cid-uoorxw2YLl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoorxw2YLl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoorxw2YLl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoorxw2YLl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoorxw2YLl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoorxw2YLl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoorxw2YLl .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uoorxw2YLl .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uoorxw2YLl .navbar.opened {
  transition: all 0.3s;
}
.cid-uoorxw2YLl .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uoorxw2YLl .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uoorxw2YLl .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoorxw2YLl .navbar.collapsed {
  justify-content: center;
}
.cid-uoorxw2YLl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoorxw2YLl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uoorxw2YLl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoorxw2YLl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoorxw2YLl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoorxw2YLl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uoorxw2YLl .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uoorxw2YLl .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uoorxw2YLl .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uoorxw2YLl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoorxw2YLl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoorxw2YLl .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uoorxw2YLl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoorxw2YLl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uoorxw2YLl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoorxw2YLl .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uoorxw2YLl .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uoorxw2YLl .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uoorxw2YLl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uoorxw2YLl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoorxw2YLl .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uoorxw2YLl .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoorxw2YLl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoorxw2YLl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoorxw2YLl .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-uoorxw2YLl .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uoorxw2YLl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoorxw2YLl .dropdown-item.active,
.cid-uoorxw2YLl .dropdown-item:active {
  background-color: transparent;
}
.cid-uoorxw2YLl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uoorxw2YLl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoorxw2YLl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoorxw2YLl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoorxw2YLl ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uoorxw2YLl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoorxw2YLl button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-uoorxw2YLl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uoorxw2YLl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoorxw2YLl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoorxw2YLl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoorxw2YLl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoorxw2YLl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoorxw2YLl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoorxw2YLl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoorxw2YLl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoorxw2YLl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uoorxw2YLl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uoorxw2YLl .navbar {
    height: 70px;
  }
  .cid-uoorxw2YLl .navbar.opened {
    height: auto;
  }
  .cid-uoorxw2YLl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoorxw2YLl .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uoorxw2YLl .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-uoorxw2YLl .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uoorxw2YLl .text_widget {
  margin-bottom: 32px;
}
.cid-uoorxw2YLl .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uoorxw2YLl .text_widget a:hover,
.cid-uoorxw2YLl .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uoorxw2YLl .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uoorxw2YLl .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uoorxw2YLl .navbar-caption {
  color: #000000;
}
.cid-uoorxw2YLl .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uoorxw2YLl .mbr-section-subtitle,
.cid-uoorxw2YLl .text_widget,
.cid-uoorxw2YLl .mbr-section-btn {
  text-align: center;
}
.cid-uoorxw2YLl a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uoorxwBYjV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uoorxwBYjV .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uoorxwBYjV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoorxwBYjV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoorxwBYjV .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uoorxwBYjV .content-wrap .card {
  justify-content: space-between;
}
.cid-uoorxwBYjV .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uoorxwBYjV .content-wrapper {
    padding: 0;
  }
}
.cid-uoorxwBYjV .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uoorxwBYjV .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uoorxwBYjV .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uoorxwBYjV .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uoorxwBYjV .mbr-desc,
.cid-uoorxwBYjV .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uoorxwBYjV .mbr-section-title,
.cid-uoorxwBYjV .mbr-section-btn {
  color: #ffffff;
}
.cid-uoovaZF4rD {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uoovaZF4rD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoovaZF4rD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoovaZF4rD img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border: 2px dashed #f7bc4a;
  border-radius: 8px;
}
.cid-uoovaZF4rD .img-wide {
  height: 50%;
}
.cid-uoovaZF4rD .img-big {
  height: 100%;
}
.cid-uoozi5vt9C {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uoozi5vt9C .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uoozi5vt9C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoozi5vt9C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoozi5vt9C .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uoozi5vt9C .content-wrap .card {
  justify-content: space-between;
}
.cid-uoozi5vt9C .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uoozi5vt9C .content-wrapper {
    padding: 0;
  }
}
.cid-uoozi5vt9C .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uoozi5vt9C .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uoozi5vt9C .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uoozi5vt9C .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uoozi5vt9C .mbr-desc,
.cid-uoozi5vt9C .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uoozi5vt9C .mbr-section-title,
.cid-uoozi5vt9C .mbr-section-btn {
  color: #ffffff;
}
.cid-uoozgJRKgz {
  position: relative;
  overflow: hidden;
  background-color: #b7140b;
}
.cid-uoozgJRKgz .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uoozgJRKgz .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uoozgJRKgz .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #0aa3c2;
  z-index: 1;
}
.cid-uoozgJRKgz .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #495dff;
}
.cid-uoozgJRKgz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoozgJRKgz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoozgJRKgz .row {
  position: relative;
  z-index: 2;
}
.cid-uoozgJRKgz .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uoozgJRKgz .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uoozgJRKgz .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uoozgJRKgz .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-uoozgJRKgz .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-uoozgJRKgz .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uoozgJRKgz .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uoozgJRKgz .image-wrapper {
    margin-top: 46px;
  }
}
.cid-uoozgJRKgz .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uoozgJRKgz .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-uoozgJRKgz .mbr-section-title {
  color: #ffffff;
}
.cid-uoozgJRKgz .mbr-text {
  color: #51565c;
}
.cid-uoozgJRKgz .mbr-text,
.cid-uoozgJRKgz .text-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uoozgJRKgz .mbr-section-title DIV {
  text-align: left;
}
.cid-uooA1EhwjM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uooA1EhwjM .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uooA1EhwjM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uooA1EhwjM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uooA1EhwjM .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uooA1EhwjM .content-wrap .card {
  justify-content: space-between;
}
.cid-uooA1EhwjM .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uooA1EhwjM .content-wrapper {
    padding: 0;
  }
}
.cid-uooA1EhwjM .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uooA1EhwjM .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uooA1EhwjM .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uooA1EhwjM .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uooA1EhwjM .mbr-desc,
.cid-uooA1EhwjM .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uooA1EhwjM .mbr-section-title,
.cid-uooA1EhwjM .mbr-section-btn {
  color: #ffffff;
}
.cid-uoouOHSeYY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0aa3c2;
}
.cid-uoouOHSeYY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoouOHSeYY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoouOHSeYY .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #b7140b;
}
@media (max-width: 992px) {
  .cid-uoouOHSeYY .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uoouOHSeYY .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uoouOHSeYY .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uoouOHSeYY .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #b7140b;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uoouOHSeYY .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uoouOHSeYY .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uoouOHSeYY .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uoouOHSeYY .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uoouOHSeYY .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uoouOHSeYY .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uoouOHSeYY .mbr-section-title,
.cid-uoouOHSeYY .mbr-section-btn {
  color: #ffffff;
}
.cid-uoowUMw86R {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uoowUMw86R .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uoowUMw86R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoowUMw86R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoowUMw86R .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uoowUMw86R .content-wrap .card {
  justify-content: space-between;
}
.cid-uoowUMw86R .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uoowUMw86R .content-wrapper {
    padding: 0;
  }
}
.cid-uoowUMw86R .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uoowUMw86R .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uoowUMw86R .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uoowUMw86R .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uoowUMw86R .mbr-desc,
.cid-uoowUMw86R .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uoowUMw86R .mbr-section-title,
.cid-uoowUMw86R .mbr-section-btn {
  color: #ffffff;
}
.cid-uooBp4vN4L {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-uooBp4vN4L .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uooBp4vN4L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uooBp4vN4L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uooBp4vN4L .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uooBp4vN4L .content-wrap .card {
  justify-content: space-between;
}
.cid-uooBp4vN4L .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uooBp4vN4L .content-wrapper {
    padding: 0;
  }
}
.cid-uooBp4vN4L .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uooBp4vN4L .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uooBp4vN4L .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uooBp4vN4L .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uooBp4vN4L .mbr-desc,
.cid-uooBp4vN4L .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uooBp4vN4L .mbr-section-title,
.cid-uooBp4vN4L .mbr-section-btn {
  color: #ffffff;
}
.cid-uooBqi9ug3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uooBqi9ug3 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uooBqi9ug3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uooBqi9ug3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uooBqi9ug3 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uooBqi9ug3 .content-wrap .card {
  justify-content: space-between;
}
.cid-uooBqi9ug3 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uooBqi9ug3 .content-wrapper {
    padding: 0;
  }
}
.cid-uooBqi9ug3 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uooBqi9ug3 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uooBqi9ug3 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uooBqi9ug3 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uooBqi9ug3 .mbr-desc,
.cid-uooBqi9ug3 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uooBqi9ug3 .mbr-section-title,
.cid-uooBqi9ug3 .mbr-section-btn {
  color: #ffffff;
}
.cid-upNrlbHsvD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-upNrlbHsvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNrlbHsvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .container {
    padding: 0 16px;
  }
}
.cid-upNrlbHsvD .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-upNrlbHsvD .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-upNrlbHsvD .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-upNrlbHsvD .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-upNrlbHsvD .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .mbr-section-title {
  color: #ffffff;
}
.cid-upNrlbHsvD .copyright {
  color: #ffffff;
}
.cid-upNrlbHsvD .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .list {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .mbr-section-title,
.cid-upNrlbHsvD .title-wrapper,
.cid-upNrlbHsvD .social-wrapper {
  text-align: center;
}
.cid-uooDpfAc5d {
  background-color: transparent;
}
.cid-uooDpfAc5d .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-uooDpfAc5d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-uooDpfAc5d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uooDpfAc5d .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uooDpfAc5d .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uooDpfAc5d .menu_box .navbar.opened,
  .cid-uooDpfAc5d .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uooDpfAc5d .navbar-dropdown {
  position: relative !important;
}
.cid-uooDpfAc5d .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uooDpfAc5d .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uooDpfAc5d .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uooDpfAc5d .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uooDpfAc5d .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uooDpfAc5d .btn:hover {
  box-shadow: none;
}
.cid-uooDpfAc5d .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uooDpfAc5d .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uooDpfAc5d .nav-item {
    margin: 0 !important;
  }
}
.cid-uooDpfAc5d .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-uooDpfAc5d .nav-item .nav-link:hover,
.cid-uooDpfAc5d .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-uooDpfAc5d .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uooDpfAc5d .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uooDpfAc5d .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uooDpfAc5d .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uooDpfAc5d .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uooDpfAc5d .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uooDpfAc5d .offcanvas_box {
    display: none;
  }
}
.cid-uooDpfAc5d .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uooDpfAc5d .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uooDpfAc5d .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uooDpfAc5d .container {
  display: flex;
  margin: auto;
}
.cid-uooDpfAc5d .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uooDpfAc5d .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uooDpfAc5d .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-uooDpfAc5d .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uooDpfAc5d .navbar-nav {
    margin: 0;
  }
}
.cid-uooDpfAc5d .dropdown-menu,
.cid-uooDpfAc5d .navbar.opened {
  background-color: false !important;
}
.cid-uooDpfAc5d .nav-item:focus,
.cid-uooDpfAc5d .nav-link:focus {
  outline: none;
}
.cid-uooDpfAc5d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uooDpfAc5d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uooDpfAc5d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uooDpfAc5d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uooDpfAc5d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uooDpfAc5d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uooDpfAc5d .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uooDpfAc5d .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uooDpfAc5d .navbar.opened {
  transition: all 0.3s;
}
.cid-uooDpfAc5d .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uooDpfAc5d .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uooDpfAc5d .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uooDpfAc5d .navbar.collapsed {
  justify-content: center;
}
.cid-uooDpfAc5d .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uooDpfAc5d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uooDpfAc5d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uooDpfAc5d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uooDpfAc5d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uooDpfAc5d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uooDpfAc5d .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uooDpfAc5d .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uooDpfAc5d .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uooDpfAc5d .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uooDpfAc5d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uooDpfAc5d .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uooDpfAc5d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uooDpfAc5d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uooDpfAc5d .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uooDpfAc5d .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uooDpfAc5d .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uooDpfAc5d .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uooDpfAc5d .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uooDpfAc5d .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uooDpfAc5d .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uooDpfAc5d .navbar.navbar-short {
  min-height: 60px;
}
.cid-uooDpfAc5d .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uooDpfAc5d .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uooDpfAc5d .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-uooDpfAc5d .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uooDpfAc5d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uooDpfAc5d .dropdown-item.active,
.cid-uooDpfAc5d .dropdown-item:active {
  background-color: transparent;
}
.cid-uooDpfAc5d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uooDpfAc5d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uooDpfAc5d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uooDpfAc5d .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uooDpfAc5d ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uooDpfAc5d .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uooDpfAc5d button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-uooDpfAc5d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uooDpfAc5d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uooDpfAc5d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uooDpfAc5d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uooDpfAc5d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uooDpfAc5d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uooDpfAc5d nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uooDpfAc5d nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uooDpfAc5d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uooDpfAc5d a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uooDpfAc5d .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uooDpfAc5d .navbar {
    height: 70px;
  }
  .cid-uooDpfAc5d .navbar.opened {
    height: auto;
  }
  .cid-uooDpfAc5d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uooDpfAc5d .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uooDpfAc5d .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-uooDpfAc5d .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uooDpfAc5d .text_widget {
  margin-bottom: 32px;
}
.cid-uooDpfAc5d .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uooDpfAc5d .text_widget a:hover,
.cid-uooDpfAc5d .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uooDpfAc5d .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uooDpfAc5d .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uooDpfAc5d .navbar-caption {
  color: #000000;
}
.cid-uooDpfAc5d .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uooDpfAc5d .mbr-section-subtitle,
.cid-uooDpfAc5d .text_widget,
.cid-uooDpfAc5d .mbr-section-btn {
  text-align: center;
}
.cid-uooDpfAc5d a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uooDpgdFL6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uooDpgdFL6 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uooDpgdFL6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uooDpgdFL6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uooDpgdFL6 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uooDpgdFL6 .content-wrap .card {
  justify-content: space-between;
}
.cid-uooDpgdFL6 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uooDpgdFL6 .content-wrapper {
    padding: 0;
  }
}
.cid-uooDpgdFL6 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uooDpgdFL6 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uooDpgdFL6 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uooDpgdFL6 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uooDpgdFL6 .mbr-desc,
.cid-uooDpgdFL6 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uooDpgdFL6 .mbr-section-title,
.cid-uooDpgdFL6 .mbr-section-btn {
  color: #ffffff;
}
.cid-uooDphjMMS {
  position: relative;
  overflow: hidden;
  background-color: #b7140b;
}
.cid-uooDphjMMS .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uooDphjMMS .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uooDphjMMS .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #0aa3c2;
  z-index: 1;
}
.cid-uooDphjMMS .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #495dff;
}
.cid-uooDphjMMS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uooDphjMMS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uooDphjMMS .row {
  position: relative;
  z-index: 2;
}
.cid-uooDphjMMS .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uooDphjMMS .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uooDphjMMS .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uooDphjMMS .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-uooDphjMMS .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-uooDphjMMS .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uooDphjMMS .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uooDphjMMS .image-wrapper {
    margin-top: 46px;
  }
}
.cid-uooDphjMMS .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uooDphjMMS .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-uooDphjMMS .mbr-section-title {
  color: #ffffff;
}
.cid-uooDphjMMS .mbr-text {
  color: #51565c;
}
.cid-uooDphjMMS .mbr-text,
.cid-uooDphjMMS .text-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uooDphjMMS .mbr-section-title DIV {
  text-align: left;
}
.cid-uooLcllGTB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #495dff;
}
.cid-uooLcllGTB .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uooLcllGTB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uooLcllGTB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uooLcllGTB .items-wrapper {
  margin: 0;
}
.cid-uooLcllGTB .items-wrapper .item {
  padding: 0;
}
.cid-uooLcllGTB .items-wrapper .item:nth-child(3n) .item-wrapper {
  border-right: none !important;
}
.cid-uooLcllGTB .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 40px 32px;
  border-radius: 0 !important;
  border-right: 1px solid #150764;
}
@media (max-width: 1640px) {
  .cid-uooLcllGTB .items-wrapper .item .item-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uooLcllGTB .items-wrapper .item .item-wrapper {
    border-right: none;
    padding: 40px 0;
  }
}
.cid-uooLcllGTB .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uooLcllGTB .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uooLcllGTB .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 80px;
  color: #e7271c;
  display: inline-flex;
}
.cid-uooLcllGTB .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uooLcllGTB .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 16px;
  }
}
.cid-uooLcllGTB .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uooLcllGTB .items-wrapper .item .item-wrapper .item-content .item-text {
    margin-bottom: 16px;
  }
}
.cid-uooLcllGTB .item-title {
  color: #150764;
}
.cid-uooLcllGTB .item-text,
.cid-uooLcllGTB .desc-wrapper {
  color: #150764;
  text-align: center;
}
.cid-uooLcllGTB .item-title,
.cid-uooLcllGTB .mbr-section-btn,
.cid-uooLcllGTB .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uC36I3knfb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-uC36I3knfb .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uC36I3knfb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC36I3knfb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC36I3knfb .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uC36I3knfb .content-wrap .card {
  justify-content: space-between;
}
.cid-uC36I3knfb .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uC36I3knfb .content-wrapper {
    padding: 0;
  }
}
.cid-uC36I3knfb .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uC36I3knfb .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uC36I3knfb .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uC36I3knfb .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uC36I3knfb .mbr-desc,
.cid-uC36I3knfb .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uC36I3knfb .mbr-section-title,
.cid-uC36I3knfb .mbr-section-btn {
  color: #ffffff;
}
.cid-uooDphJdax {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uooDphJdax .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uooDphJdax .mbr-fallback-image.disabled {
  display: none;
}
.cid-uooDphJdax .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uooDphJdax .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uooDphJdax .content-wrap .card {
  justify-content: space-between;
}
.cid-uooDphJdax .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uooDphJdax .content-wrapper {
    padding: 0;
  }
}
.cid-uooDphJdax .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uooDphJdax .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uooDphJdax .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uooDphJdax .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uooDphJdax .mbr-desc,
.cid-uooDphJdax .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uooDphJdax .mbr-section-title,
.cid-uooDphJdax .mbr-section-btn {
  color: #ffffff;
}
.cid-uooDpi4bVN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0aa3c2;
}
.cid-uooDpi4bVN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uooDpi4bVN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uooDpi4bVN .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #b7140b;
}
@media (max-width: 992px) {
  .cid-uooDpi4bVN .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uooDpi4bVN .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uooDpi4bVN .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uooDpi4bVN .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #b7140b;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uooDpi4bVN .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uooDpi4bVN .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uooDpi4bVN .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uooDpi4bVN .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uooDpi4bVN .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uooDpi4bVN .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uooDpi4bVN .mbr-section-title,
.cid-uooDpi4bVN .mbr-section-btn {
  color: #ffffff;
}
.cid-uooJKeeY14 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-uooJKeeY14 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uooJKeeY14 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uooJKeeY14 .row {
  flex-direction: row-reverse;
}
.cid-uooJKeeY14 .mbr-description {
  color: #ffffff;
}
.cid-uooDpir7kQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uooDpir7kQ .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uooDpir7kQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uooDpir7kQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uooDpir7kQ .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uooDpir7kQ .content-wrap .card {
  justify-content: space-between;
}
.cid-uooDpir7kQ .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uooDpir7kQ .content-wrapper {
    padding: 0;
  }
}
.cid-uooDpir7kQ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uooDpir7kQ .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uooDpir7kQ .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uooDpir7kQ .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uooDpir7kQ .mbr-desc,
.cid-uooDpir7kQ .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uooDpir7kQ .mbr-section-title,
.cid-uooDpir7kQ .mbr-section-btn {
  color: #ffffff;
}
.cid-uooDpiPdrC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-uooDpiPdrC .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uooDpiPdrC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uooDpiPdrC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uooDpiPdrC .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uooDpiPdrC .content-wrap .card {
  justify-content: space-between;
}
.cid-uooDpiPdrC .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uooDpiPdrC .content-wrapper {
    padding: 0;
  }
}
.cid-uooDpiPdrC .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uooDpiPdrC .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uooDpiPdrC .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uooDpiPdrC .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uooDpiPdrC .mbr-desc,
.cid-uooDpiPdrC .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uooDpiPdrC .mbr-section-title,
.cid-uooDpiPdrC .mbr-section-btn {
  color: #ffffff;
}
.cid-uooDpje79F {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uooDpje79F .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uooDpje79F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uooDpje79F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uooDpje79F .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uooDpje79F .content-wrap .card {
  justify-content: space-between;
}
.cid-uooDpje79F .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uooDpje79F .content-wrapper {
    padding: 0;
  }
}
.cid-uooDpje79F .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uooDpje79F .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uooDpje79F .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uooDpje79F .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uooDpje79F .mbr-desc,
.cid-uooDpje79F .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uooDpje79F .mbr-section-title,
.cid-uooDpje79F .mbr-section-btn {
  color: #ffffff;
}
.cid-upNrlbHsvD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-upNrlbHsvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNrlbHsvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .container {
    padding: 0 16px;
  }
}
.cid-upNrlbHsvD .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-upNrlbHsvD .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-upNrlbHsvD .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-upNrlbHsvD .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-upNrlbHsvD .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .mbr-section-title {
  color: #ffffff;
}
.cid-upNrlbHsvD .copyright {
  color: #ffffff;
}
.cid-upNrlbHsvD .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .list {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .mbr-section-title,
.cid-upNrlbHsvD .title-wrapper,
.cid-upNrlbHsvD .social-wrapper {
  text-align: center;
}
.cid-uop1a47Huy {
  background-color: transparent;
}
.cid-uop1a47Huy .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-uop1a47Huy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-uop1a47Huy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uop1a47Huy .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uop1a47Huy .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uop1a47Huy .menu_box .navbar.opened,
  .cid-uop1a47Huy .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uop1a47Huy .navbar-dropdown {
  position: relative !important;
}
.cid-uop1a47Huy .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uop1a47Huy .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uop1a47Huy .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uop1a47Huy .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uop1a47Huy .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uop1a47Huy .btn:hover {
  box-shadow: none;
}
.cid-uop1a47Huy .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uop1a47Huy .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uop1a47Huy .nav-item {
    margin: 0 !important;
  }
}
.cid-uop1a47Huy .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-uop1a47Huy .nav-item .nav-link:hover,
.cid-uop1a47Huy .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-uop1a47Huy .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uop1a47Huy .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uop1a47Huy .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uop1a47Huy .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uop1a47Huy .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uop1a47Huy .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uop1a47Huy .offcanvas_box {
    display: none;
  }
}
.cid-uop1a47Huy .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uop1a47Huy .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uop1a47Huy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uop1a47Huy .container {
  display: flex;
  margin: auto;
}
.cid-uop1a47Huy .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uop1a47Huy .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uop1a47Huy .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-uop1a47Huy .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uop1a47Huy .navbar-nav {
    margin: 0;
  }
}
.cid-uop1a47Huy .dropdown-menu,
.cid-uop1a47Huy .navbar.opened {
  background-color: false !important;
}
.cid-uop1a47Huy .nav-item:focus,
.cid-uop1a47Huy .nav-link:focus {
  outline: none;
}
.cid-uop1a47Huy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uop1a47Huy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uop1a47Huy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uop1a47Huy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uop1a47Huy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uop1a47Huy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uop1a47Huy .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uop1a47Huy .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uop1a47Huy .navbar.opened {
  transition: all 0.3s;
}
.cid-uop1a47Huy .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uop1a47Huy .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uop1a47Huy .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uop1a47Huy .navbar.collapsed {
  justify-content: center;
}
.cid-uop1a47Huy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uop1a47Huy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uop1a47Huy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uop1a47Huy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uop1a47Huy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uop1a47Huy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uop1a47Huy .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uop1a47Huy .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uop1a47Huy .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uop1a47Huy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uop1a47Huy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uop1a47Huy .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uop1a47Huy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uop1a47Huy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uop1a47Huy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uop1a47Huy .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uop1a47Huy .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uop1a47Huy .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uop1a47Huy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uop1a47Huy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uop1a47Huy .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uop1a47Huy .navbar.navbar-short {
  min-height: 60px;
}
.cid-uop1a47Huy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uop1a47Huy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uop1a47Huy .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-uop1a47Huy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uop1a47Huy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uop1a47Huy .dropdown-item.active,
.cid-uop1a47Huy .dropdown-item:active {
  background-color: transparent;
}
.cid-uop1a47Huy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uop1a47Huy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uop1a47Huy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uop1a47Huy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uop1a47Huy ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uop1a47Huy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uop1a47Huy button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-uop1a47Huy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uop1a47Huy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uop1a47Huy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uop1a47Huy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uop1a47Huy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uop1a47Huy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uop1a47Huy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uop1a47Huy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uop1a47Huy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uop1a47Huy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uop1a47Huy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uop1a47Huy .navbar {
    height: 70px;
  }
  .cid-uop1a47Huy .navbar.opened {
    height: auto;
  }
  .cid-uop1a47Huy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uop1a47Huy .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uop1a47Huy .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-uop1a47Huy .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uop1a47Huy .text_widget {
  margin-bottom: 32px;
}
.cid-uop1a47Huy .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uop1a47Huy .text_widget a:hover,
.cid-uop1a47Huy .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uop1a47Huy .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uop1a47Huy .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uop1a47Huy .navbar-caption {
  color: #000000;
}
.cid-uop1a47Huy .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uop1a47Huy .mbr-section-subtitle,
.cid-uop1a47Huy .text_widget,
.cid-uop1a47Huy .mbr-section-btn {
  text-align: center;
}
.cid-uop1a47Huy a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uop1a4DquB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uop1a4DquB .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uop1a4DquB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop1a4DquB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop1a4DquB .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uop1a4DquB .content-wrap .card {
  justify-content: space-between;
}
.cid-uop1a4DquB .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uop1a4DquB .content-wrapper {
    padding: 0;
  }
}
.cid-uop1a4DquB .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uop1a4DquB .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uop1a4DquB .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uop1a4DquB .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uop1a4DquB .mbr-desc,
.cid-uop1a4DquB .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uop1a4DquB .mbr-section-title,
.cid-uop1a4DquB .mbr-section-btn {
  color: #ffffff;
}
.cid-uop1a53tNd {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uop1a53tNd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop1a53tNd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop1a53tNd img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border: 2px dashed #f7bc4a;
  border-radius: 8px;
}
.cid-uop1a53tNd .img-wide {
  height: 50%;
}
.cid-uop1a53tNd .img-big {
  height: 100%;
}
.cid-uop1a5tlC7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uop1a5tlC7 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uop1a5tlC7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop1a5tlC7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop1a5tlC7 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uop1a5tlC7 .content-wrap .card {
  justify-content: space-between;
}
.cid-uop1a5tlC7 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uop1a5tlC7 .content-wrapper {
    padding: 0;
  }
}
.cid-uop1a5tlC7 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uop1a5tlC7 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uop1a5tlC7 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uop1a5tlC7 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uop1a5tlC7 .mbr-desc,
.cid-uop1a5tlC7 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uop1a5tlC7 .mbr-section-title,
.cid-uop1a5tlC7 .mbr-section-btn {
  color: #ffffff;
}
.cid-uop1OrXMh0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #0aa3c2;
}
.cid-uop1OrXMh0 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uop1OrXMh0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop1OrXMh0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop1OrXMh0 .content-wrap {
  margin: 0;
}
.cid-uop1OrXMh0 .content-wrap .card {
  padding: 0;
}
.cid-uop1OrXMh0 .image-wrapper {
  height: 100%;
  border-right: 1px solid #000000;
  border-right: none;
  border-left: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uop1OrXMh0 .image-wrapper {
    border-right: none;
    border-bottom: 1px solid #000000;
  }
}
@media (max-width: 992px) {
  .cid-uop1OrXMh0 .image-wrapper {
    border-left: none;
    border-bottom: 1px solid #000000;
  }
}
.cid-uop1OrXMh0 .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uop1OrXMh0 .image-wrapper img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uop1OrXMh0 .content-wrapper {
  padding: 40px 72px;
}
@media (max-width: 1640px) {
  .cid-uop1OrXMh0 .content-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uop1OrXMh0 .content-wrapper {
    padding: 40px 0;
  }
}
.cid-uop1OrXMh0 .content-wrapper .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uop1OrXMh0 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uop1OrXMh0 .content-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uop1OrXMh0 .content-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uop1OrXMh0 .content-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-uop1OrXMh0 .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 16px 25px;
  border: 2px solid #000000 !important;
  box-shadow: 4px 3px 0 0 #000000;
  background-color: transparent;
  line-height: 1 !important;
}
.cid-uop1OrXMh0 .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uop1OrXMh0 .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 2px solid #000000 !important;
}
.cid-uop1OrXMh0 .content-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: 0.6;
}
.cid-uop1OrXMh0 .content-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uop1OrXMh0 .content-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uop1OrXMh0 .content-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-uop1OrXMh0 .content-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uop1OrXMh0 .mbr-section-title {
  color: #150764;
}
.cid-uop1OrXMh0 label {
  color: #150764;
}
.cid-uop1OrXMh0 .mbr-section-title,
.cid-uop1OrXMh0 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uop1a6N0Zl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uop1a6N0Zl .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uop1a6N0Zl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop1a6N0Zl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop1a6N0Zl .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uop1a6N0Zl .content-wrap .card {
  justify-content: space-between;
}
.cid-uop1a6N0Zl .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uop1a6N0Zl .content-wrapper {
    padding: 0;
  }
}
.cid-uop1a6N0Zl .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uop1a6N0Zl .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uop1a6N0Zl .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uop1a6N0Zl .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uop1a6N0Zl .mbr-desc,
.cid-uop1a6N0Zl .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uop1a6N0Zl .mbr-section-title,
.cid-uop1a6N0Zl .mbr-section-btn {
  color: #ffffff;
}
.cid-uop1a86U0X {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uop1a86U0X .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uop1a86U0X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop1a86U0X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop1a86U0X .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uop1a86U0X .content-wrap .card {
  justify-content: space-between;
}
.cid-uop1a86U0X .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uop1a86U0X .content-wrapper {
    padding: 0;
  }
}
.cid-uop1a86U0X .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uop1a86U0X .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uop1a86U0X .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uop1a86U0X .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uop1a86U0X .mbr-desc,
.cid-uop1a86U0X .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uop1a86U0X .mbr-section-title,
.cid-uop1a86U0X .mbr-section-btn {
  color: #ffffff;
}
.cid-uop1a8w9H4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-uop1a8w9H4 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uop1a8w9H4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop1a8w9H4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop1a8w9H4 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uop1a8w9H4 .content-wrap .card {
  justify-content: space-between;
}
.cid-uop1a8w9H4 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uop1a8w9H4 .content-wrapper {
    padding: 0;
  }
}
.cid-uop1a8w9H4 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uop1a8w9H4 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uop1a8w9H4 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uop1a8w9H4 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uop1a8w9H4 .mbr-desc,
.cid-uop1a8w9H4 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uop1a8w9H4 .mbr-section-title,
.cid-uop1a8w9H4 .mbr-section-btn {
  color: #ffffff;
}
.cid-uop1a8UaLz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uop1a8UaLz .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uop1a8UaLz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop1a8UaLz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop1a8UaLz .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uop1a8UaLz .content-wrap .card {
  justify-content: space-between;
}
.cid-uop1a8UaLz .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uop1a8UaLz .content-wrapper {
    padding: 0;
  }
}
.cid-uop1a8UaLz .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uop1a8UaLz .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uop1a8UaLz .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uop1a8UaLz .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uop1a8UaLz .mbr-desc,
.cid-uop1a8UaLz .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uop1a8UaLz .mbr-section-title,
.cid-uop1a8UaLz .mbr-section-btn {
  color: #ffffff;
}
.cid-upNrlbHsvD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-upNrlbHsvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNrlbHsvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .container {
    padding: 0 16px;
  }
}
.cid-upNrlbHsvD .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-upNrlbHsvD .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-upNrlbHsvD .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-upNrlbHsvD .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-upNrlbHsvD .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .mbr-section-title {
  color: #ffffff;
}
.cid-upNrlbHsvD .copyright {
  color: #ffffff;
}
.cid-upNrlbHsvD .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .list {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .mbr-section-title,
.cid-upNrlbHsvD .title-wrapper,
.cid-upNrlbHsvD .social-wrapper {
  text-align: center;
}
.cid-uop2vmKsh9 {
  background-color: transparent;
}
.cid-uop2vmKsh9 .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-uop2vmKsh9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-uop2vmKsh9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uop2vmKsh9 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uop2vmKsh9 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uop2vmKsh9 .menu_box .navbar.opened,
  .cid-uop2vmKsh9 .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uop2vmKsh9 .navbar-dropdown {
  position: relative !important;
}
.cid-uop2vmKsh9 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uop2vmKsh9 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uop2vmKsh9 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uop2vmKsh9 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uop2vmKsh9 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uop2vmKsh9 .btn:hover {
  box-shadow: none;
}
.cid-uop2vmKsh9 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uop2vmKsh9 .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uop2vmKsh9 .nav-item {
    margin: 0 !important;
  }
}
.cid-uop2vmKsh9 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-uop2vmKsh9 .nav-item .nav-link:hover,
.cid-uop2vmKsh9 .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-uop2vmKsh9 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uop2vmKsh9 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uop2vmKsh9 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uop2vmKsh9 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uop2vmKsh9 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uop2vmKsh9 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uop2vmKsh9 .offcanvas_box {
    display: none;
  }
}
.cid-uop2vmKsh9 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uop2vmKsh9 .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uop2vmKsh9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uop2vmKsh9 .container {
  display: flex;
  margin: auto;
}
.cid-uop2vmKsh9 .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uop2vmKsh9 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uop2vmKsh9 .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-uop2vmKsh9 .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uop2vmKsh9 .navbar-nav {
    margin: 0;
  }
}
.cid-uop2vmKsh9 .dropdown-menu,
.cid-uop2vmKsh9 .navbar.opened {
  background-color: false !important;
}
.cid-uop2vmKsh9 .nav-item:focus,
.cid-uop2vmKsh9 .nav-link:focus {
  outline: none;
}
.cid-uop2vmKsh9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uop2vmKsh9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uop2vmKsh9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uop2vmKsh9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uop2vmKsh9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uop2vmKsh9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uop2vmKsh9 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uop2vmKsh9 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uop2vmKsh9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uop2vmKsh9 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uop2vmKsh9 .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uop2vmKsh9 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uop2vmKsh9 .navbar.collapsed {
  justify-content: center;
}
.cid-uop2vmKsh9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uop2vmKsh9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uop2vmKsh9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uop2vmKsh9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uop2vmKsh9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uop2vmKsh9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uop2vmKsh9 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uop2vmKsh9 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uop2vmKsh9 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uop2vmKsh9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uop2vmKsh9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uop2vmKsh9 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uop2vmKsh9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uop2vmKsh9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uop2vmKsh9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uop2vmKsh9 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uop2vmKsh9 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uop2vmKsh9 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uop2vmKsh9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uop2vmKsh9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uop2vmKsh9 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uop2vmKsh9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uop2vmKsh9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uop2vmKsh9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uop2vmKsh9 .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-uop2vmKsh9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uop2vmKsh9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uop2vmKsh9 .dropdown-item.active,
.cid-uop2vmKsh9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uop2vmKsh9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uop2vmKsh9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uop2vmKsh9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uop2vmKsh9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uop2vmKsh9 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uop2vmKsh9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uop2vmKsh9 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-uop2vmKsh9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uop2vmKsh9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uop2vmKsh9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uop2vmKsh9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uop2vmKsh9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uop2vmKsh9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uop2vmKsh9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uop2vmKsh9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uop2vmKsh9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uop2vmKsh9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uop2vmKsh9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uop2vmKsh9 .navbar {
    height: 70px;
  }
  .cid-uop2vmKsh9 .navbar.opened {
    height: auto;
  }
  .cid-uop2vmKsh9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uop2vmKsh9 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uop2vmKsh9 .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-uop2vmKsh9 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uop2vmKsh9 .text_widget {
  margin-bottom: 32px;
}
.cid-uop2vmKsh9 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uop2vmKsh9 .text_widget a:hover,
.cid-uop2vmKsh9 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uop2vmKsh9 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uop2vmKsh9 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uop2vmKsh9 .navbar-caption {
  color: #000000;
}
.cid-uop2vmKsh9 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uop2vmKsh9 .mbr-section-subtitle,
.cid-uop2vmKsh9 .text_widget,
.cid-uop2vmKsh9 .mbr-section-btn {
  text-align: center;
}
.cid-uop2vmKsh9 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uop2vndZrz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uop2vndZrz .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uop2vndZrz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop2vndZrz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop2vndZrz .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uop2vndZrz .content-wrap .card {
  justify-content: space-between;
}
.cid-uop2vndZrz .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uop2vndZrz .content-wrapper {
    padding: 0;
  }
}
.cid-uop2vndZrz .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uop2vndZrz .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uop2vndZrz .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uop2vndZrz .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uop2vndZrz .mbr-desc,
.cid-uop2vndZrz .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uop2vndZrz .mbr-section-title,
.cid-uop2vndZrz .mbr-section-btn {
  color: #ffffff;
}
.cid-uop2vnBZ11 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uop2vnBZ11 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop2vnBZ11 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop2vnBZ11 img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border: 2px dashed #f7bc4a;
  border-radius: 8px;
}
.cid-uop2vnBZ11 .img-wide {
  height: 50%;
}
.cid-uop2vnBZ11 .img-big {
  height: 100%;
}
.cid-uop2vo1dGM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uop2vo1dGM .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uop2vo1dGM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop2vo1dGM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop2vo1dGM .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uop2vo1dGM .content-wrap .card {
  justify-content: space-between;
}
.cid-uop2vo1dGM .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uop2vo1dGM .content-wrapper {
    padding: 0;
  }
}
.cid-uop2vo1dGM .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uop2vo1dGM .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uop2vo1dGM .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uop2vo1dGM .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uop2vo1dGM .mbr-desc,
.cid-uop2vo1dGM .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uop2vo1dGM .mbr-section-title,
.cid-uop2vo1dGM .mbr-section-btn {
  color: #ffffff;
}
.cid-uop3hYX6b5 {
  position: relative;
  overflow: hidden;
  background-color: #b7140b;
}
.cid-uop3hYX6b5 .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uop3hYX6b5 .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uop3hYX6b5 .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #0aa3c2;
  z-index: 1;
}
.cid-uop3hYX6b5 .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #b7140b;
}
.cid-uop3hYX6b5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop3hYX6b5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop3hYX6b5 .row {
  position: relative;
  z-index: 2;
}
.cid-uop3hYX6b5 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uop3hYX6b5 .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uop3hYX6b5 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uop3hYX6b5 .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-uop3hYX6b5 .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-uop3hYX6b5 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uop3hYX6b5 .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uop3hYX6b5 .image-wrapper {
    margin-top: 46px;
  }
}
.cid-uop3hYX6b5 .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uop3hYX6b5 .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-uop3hYX6b5 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uop3hYX6b5 .mbr-text {
  color: #51565c;
}
.cid-uop3hYX6b5 .mbr-text,
.cid-uop3hYX6b5 .text-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uop3hYX6b5 .mbr-section-title DIV {
  text-align: left;
}
.cid-uop9GrWont {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #b7140b;
}
.cid-uop9GrWont .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uop9GrWont .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop9GrWont .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop9GrWont .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uop9GrWont .content-wrap .card {
  justify-content: space-between;
}
.cid-uop9GrWont .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uop9GrWont .content-wrapper {
    padding: 0;
  }
}
.cid-uop9GrWont .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uop9GrWont .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #b7140b;
  box-shadow: 4px 4px 0 0 #b7140b;
  border: 2px solid #b7140b;
  background-color: #495dff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uop9GrWont .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uop9GrWont .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uop9GrWont .mbr-desc,
.cid-uop9GrWont .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uop9GrWont .mbr-section-title,
.cid-uop9GrWont .mbr-section-btn {
  color: #ffffff;
}
.cid-uoprRqSNXz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #b7140b;
}
.cid-uoprRqSNXz .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uoprRqSNXz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoprRqSNXz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoprRqSNXz .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uoprRqSNXz .content-wrap .card {
  justify-content: space-between;
}
.cid-uoprRqSNXz .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uoprRqSNXz .content-wrapper {
    padding: 0;
  }
}
.cid-uoprRqSNXz .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uoprRqSNXz .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uoprRqSNXz .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uoprRqSNXz .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uoprRqSNXz .mbr-desc,
.cid-uoprRqSNXz .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uoprRqSNXz .mbr-section-title,
.cid-uoprRqSNXz .mbr-section-btn {
  color: #ffffff;
}
.cid-uop99snIFs {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-uop99snIFs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop99snIFs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uop99snIFs .container {
    padding: 0 20px;
  }
}
.cid-uop99snIFs .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1300px) {
  .cid-uop99snIFs .items-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1200px) {
  .cid-uop99snIFs .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uop99snIFs .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uop99snIFs .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  align-items: flex-end;
  position: relative;
  border-radius: 20px;
  height: 550px;
  padding: 12px;
}
@media (max-width: 992px) {
  .cid-uop99snIFs .items-wrapper .item .item-wrapper .item-img {
    height: 400px;
  }
}
.cid-uop99snIFs .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-uop99snIFs .items-wrapper .item .item-wrapper .item-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uop99snIFs .items-wrapper .item .item-wrapper .item-img .item-content {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uop99snIFs .items-wrapper .item .item-wrapper .item-img .item-content .content-wrap {
  display: inline-flex;
  align-items: center;
  padding: 5px;
  border-radius: 100vw;
  background-color: #1e88e5;
}
@media (max-width: 425px) {
  .cid-uop99snIFs .items-wrapper .item .item-wrapper .item-img .item-content .content-wrap {
    padding: 10px;
    border-radius: 20px;
    display: block;
  }
}
.cid-uop99snIFs .items-wrapper .item .item-wrapper .item-img .item-content .content-wrap .item-name {
  border-radius: 100vw;
  background-color: #0d47a1;
  margin-bottom: 0;
  padding: 15px 24px;
  min-width: 120px;
}
.cid-uop99snIFs .items-wrapper .item .item-wrapper .item-img .item-content .content-wrap .item-role {
  padding: 5px;
  margin-bottom: 0;
}
.cid-uop99snIFs .item-name {
  color: #FFFFFF;
}
.cid-uop99snIFs .item-role {
  color: #FFFFFF;
}
.cid-uop99snIFs .item-content,
.cid-uop99snIFs .item-name,
.cid-uop99snIFs .item-role {
  text-align: center;
}
.cid-uop99snIFs .item-name,
.cid-uop99snIFs .item-content {
  color: #FFFFFF;
}
.cid-uop99snIFs .item-role,
.cid-uop99snIFs .item-content {
  color: #FFFFFF;
}
.cid-uop2voQCd9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uop2voQCd9 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uop2voQCd9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop2voQCd9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop2voQCd9 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uop2voQCd9 .content-wrap .card {
  justify-content: space-between;
}
.cid-uop2voQCd9 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uop2voQCd9 .content-wrapper {
    padding: 0;
  }
}
.cid-uop2voQCd9 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uop2voQCd9 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uop2voQCd9 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uop2voQCd9 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uop2voQCd9 .mbr-desc,
.cid-uop2voQCd9 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uop2voQCd9 .mbr-section-title,
.cid-uop2voQCd9 .mbr-section-btn {
  color: #ffffff;
}
.cid-uop2vph8KE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #0aa3c2;
}
.cid-uop2vph8KE .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uop2vph8KE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop2vph8KE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop2vph8KE .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uop2vph8KE .content-wrap .card {
  justify-content: space-between;
}
.cid-uop2vph8KE .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uop2vph8KE .content-wrapper {
    padding: 0;
  }
}
.cid-uop2vph8KE .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uop2vph8KE .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uop2vph8KE .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uop2vph8KE .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uop2vph8KE .mbr-desc,
.cid-uop2vph8KE .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uop2vph8KE .mbr-section-title,
.cid-uop2vph8KE .mbr-section-btn {
  color: #ffffff;
}
.cid-uopaO1c6dQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #0aa3c2;
}
.cid-uopaO1c6dQ .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uopaO1c6dQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopaO1c6dQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopaO1c6dQ .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uopaO1c6dQ .content-wrap .card {
  justify-content: space-between;
}
.cid-uopaO1c6dQ .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uopaO1c6dQ .content-wrapper {
    padding: 0;
  }
}
.cid-uopaO1c6dQ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uopaO1c6dQ .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uopaO1c6dQ .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uopaO1c6dQ .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uopaO1c6dQ .mbr-desc,
.cid-uopaO1c6dQ .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uopaO1c6dQ .mbr-section-title,
.cid-uopaO1c6dQ .mbr-section-btn {
  color: #ffffff;
}
.cid-uopbabFlqX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uopbabFlqX .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uopbabFlqX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopbabFlqX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopbabFlqX .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uopbabFlqX .content-wrap .card {
  justify-content: space-between;
}
.cid-uopbabFlqX .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uopbabFlqX .content-wrapper {
    padding: 0;
  }
}
.cid-uopbabFlqX .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uopbabFlqX .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uopbabFlqX .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uopbabFlqX .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uopbabFlqX .mbr-desc,
.cid-uopbabFlqX .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uopbabFlqX .mbr-section-title,
.cid-uopbabFlqX .mbr-section-btn {
  color: #ffffff;
}
.cid-uopbiJODRJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #b7140b;
}
.cid-uopbiJODRJ .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uopbiJODRJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopbiJODRJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopbiJODRJ .content-wrap {
  margin: 0;
}
.cid-uopbiJODRJ .content-wrap .card {
  padding: 0;
}
.cid-uopbiJODRJ .image-wrapper {
  height: 100%;
  border-right: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uopbiJODRJ .image-wrapper {
    border-right: none;
    border-bottom: 1px solid #000000;
  }
}
.cid-uopbiJODRJ .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uopbiJODRJ .image-wrapper img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uopbiJODRJ .content-wrapper {
  padding: 190px 72px;
}
@media (max-width: 1640px) {
  .cid-uopbiJODRJ .content-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uopbiJODRJ .content-wrapper {
    padding: 40px 0;
  }
}
.cid-uopbiJODRJ .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 8px 16px;
  background-color: #e85d04;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uopbiJODRJ .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 16px;
  }
}
.cid-uopbiJODRJ .content-wrapper .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uopbiJODRJ .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uopbiJODRJ .mbr-section-title {
  color: #f4f2ef;
}
.cid-uopbiJODRJ .mbr-desc,
.cid-uopbiJODRJ .desc-wrapper {
  color: #252525;
  text-align: center;
}
.cid-uopbiJODRJ .mbr-section-title,
.cid-uopbiJODRJ .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uopbbd72hE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uopbbd72hE .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uopbbd72hE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopbbd72hE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopbbd72hE .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uopbbd72hE .content-wrap .card {
  justify-content: space-between;
}
.cid-uopbbd72hE .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uopbbd72hE .content-wrapper {
    padding: 0;
  }
}
.cid-uopbbd72hE .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uopbbd72hE .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uopbbd72hE .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uopbbd72hE .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uopbbd72hE .mbr-desc,
.cid-uopbbd72hE .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uopbbd72hE .mbr-section-title,
.cid-uopbbd72hE .mbr-section-btn {
  color: #ffffff;
}
.cid-uopcwSJh3v {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #b7140b;
}
.cid-uopcwSJh3v .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uopcwSJh3v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopcwSJh3v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopcwSJh3v .content-wrap {
  margin: 0;
}
.cid-uopcwSJh3v .content-wrap .card {
  padding: 0;
}
.cid-uopcwSJh3v .image-wrapper {
  height: 100%;
  border-right: 1px solid #000000;
  border-right: none;
  border-left: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uopcwSJh3v .image-wrapper {
    border-right: none;
    border-bottom: 1px solid #000000;
  }
}
@media (max-width: 992px) {
  .cid-uopcwSJh3v .image-wrapper {
    border-left: none;
    border-bottom: 1px solid #000000;
  }
}
.cid-uopcwSJh3v .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uopcwSJh3v .image-wrapper img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uopcwSJh3v .content-wrapper {
  padding: 190px 72px;
}
@media (max-width: 1640px) {
  .cid-uopcwSJh3v .content-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uopcwSJh3v .content-wrapper {
    padding: 40px 0;
  }
}
.cid-uopcwSJh3v .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 8px 16px;
  background-color: #e85d04;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uopcwSJh3v .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 16px;
  }
}
.cid-uopcwSJh3v .content-wrapper .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uopcwSJh3v .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uopcwSJh3v .mbr-section-title {
  color: #f4f2ef;
}
.cid-uopcwSJh3v .mbr-desc,
.cid-uopcwSJh3v .desc-wrapper {
  color: #252525;
  text-align: center;
}
.cid-uopcwSJh3v .mbr-section-title,
.cid-uopcwSJh3v .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uopcEEMFer {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uopcEEMFer .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uopcEEMFer .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopcEEMFer .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopcEEMFer .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uopcEEMFer .content-wrap .card {
  justify-content: space-between;
}
.cid-uopcEEMFer .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uopcEEMFer .content-wrapper {
    padding: 0;
  }
}
.cid-uopcEEMFer .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uopcEEMFer .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uopcEEMFer .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uopcEEMFer .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uopcEEMFer .mbr-desc,
.cid-uopcEEMFer .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uopcEEMFer .mbr-section-title,
.cid-uopcEEMFer .mbr-section-btn {
  color: #ffffff;
}
.cid-uopcxOMiaT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #b7140b;
}
.cid-uopcxOMiaT .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uopcxOMiaT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopcxOMiaT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopcxOMiaT .content-wrap {
  margin: 0;
}
.cid-uopcxOMiaT .content-wrap .card {
  padding: 0;
}
.cid-uopcxOMiaT .image-wrapper {
  height: 100%;
}
.cid-uopcxOMiaT .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uopcxOMiaT .image-wrapper img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uopcxOMiaT .content-wrapper {
  padding: 190px 72px;
}
@media (max-width: 1640px) {
  .cid-uopcxOMiaT .content-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uopcxOMiaT .content-wrapper {
    padding: 40px 0;
  }
}
.cid-uopcxOMiaT .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 8px 16px;
  background-color: #e85d04;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uopcxOMiaT .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 16px;
  }
}
.cid-uopcxOMiaT .content-wrapper .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uopcxOMiaT .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uopcxOMiaT .mbr-section-title {
  color: #f4f2ef;
}
.cid-uopcxOMiaT .mbr-desc,
.cid-uopcxOMiaT .desc-wrapper {
  color: #252525;
  text-align: center;
}
.cid-uopcxOMiaT .mbr-section-title,
.cid-uopcxOMiaT .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uopcFwzk3i {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #b7140b;
}
.cid-uopcFwzk3i .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uopcFwzk3i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopcFwzk3i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopcFwzk3i .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uopcFwzk3i .content-wrap .card {
  justify-content: space-between;
}
.cid-uopcFwzk3i .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uopcFwzk3i .content-wrapper {
    padding: 0;
  }
}
.cid-uopcFwzk3i .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uopcFwzk3i .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uopcFwzk3i .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uopcFwzk3i .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uopcFwzk3i .mbr-desc,
.cid-uopcFwzk3i .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uopcFwzk3i .mbr-section-title,
.cid-uopcFwzk3i .mbr-section-btn {
  color: #ffffff;
}
.cid-uoph31bYug {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uoph31bYug .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uoph31bYug .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoph31bYug .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoph31bYug .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uoph31bYug .content-wrap .card {
  justify-content: space-between;
}
.cid-uoph31bYug .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uoph31bYug .content-wrapper {
    padding: 0;
  }
}
.cid-uoph31bYug .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uoph31bYug .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uoph31bYug .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uoph31bYug .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uoph31bYug .mbr-desc,
.cid-uoph31bYug .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uoph31bYug .mbr-section-title,
.cid-uoph31bYug .mbr-section-btn {
  color: #ffffff;
}
.cid-uopcyKlVBQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #b7140b;
}
.cid-uopcyKlVBQ .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uopcyKlVBQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopcyKlVBQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopcyKlVBQ .content-wrap {
  margin: 0;
}
.cid-uopcyKlVBQ .content-wrap .card {
  padding: 0;
}
.cid-uopcyKlVBQ .image-wrapper {
  height: 100%;
}
.cid-uopcyKlVBQ .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uopcyKlVBQ .image-wrapper img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uopcyKlVBQ .content-wrapper {
  padding: 190px 72px;
}
@media (max-width: 1640px) {
  .cid-uopcyKlVBQ .content-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uopcyKlVBQ .content-wrapper {
    padding: 40px 0;
  }
}
.cid-uopcyKlVBQ .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 8px 16px;
  background-color: #e85d04;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uopcyKlVBQ .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 16px;
  }
}
.cid-uopcyKlVBQ .content-wrapper .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uopcyKlVBQ .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uopcyKlVBQ .mbr-section-title {
  color: #f4f2ef;
}
.cid-uopcyKlVBQ .mbr-desc,
.cid-uopcyKlVBQ .desc-wrapper {
  color: #252525;
  text-align: center;
}
.cid-uopcyKlVBQ .mbr-section-title,
.cid-uopcyKlVBQ .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uopijb2m8k {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #b7140b;
}
.cid-uopijb2m8k .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uopijb2m8k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopijb2m8k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopijb2m8k .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uopijb2m8k .content-wrap .card {
  justify-content: space-between;
}
.cid-uopijb2m8k .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uopijb2m8k .content-wrapper {
    padding: 0;
  }
}
.cid-uopijb2m8k .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uopijb2m8k .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uopijb2m8k .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uopijb2m8k .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uopijb2m8k .mbr-desc,
.cid-uopijb2m8k .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uopijb2m8k .mbr-section-title,
.cid-uopijb2m8k .mbr-section-btn {
  color: #ffffff;
}
.cid-uopcGocIkB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uopcGocIkB .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uopcGocIkB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopcGocIkB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopcGocIkB .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uopcGocIkB .content-wrap .card {
  justify-content: space-between;
}
.cid-uopcGocIkB .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uopcGocIkB .content-wrapper {
    padding: 0;
  }
}
.cid-uopcGocIkB .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uopcGocIkB .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uopcGocIkB .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uopcGocIkB .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uopcGocIkB .mbr-desc,
.cid-uopcGocIkB .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uopcGocIkB .mbr-section-title,
.cid-uopcGocIkB .mbr-section-btn {
  color: #ffffff;
}
.cid-uopczs6pdU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #b7140b;
}
.cid-uopczs6pdU .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uopczs6pdU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopczs6pdU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopczs6pdU .content-wrap {
  margin: 0;
}
.cid-uopczs6pdU .content-wrap .card {
  padding: 0;
}
.cid-uopczs6pdU .image-wrapper {
  height: 100%;
}
.cid-uopczs6pdU .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uopczs6pdU .image-wrapper img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uopczs6pdU .content-wrapper {
  padding: 190px 72px;
}
@media (max-width: 1640px) {
  .cid-uopczs6pdU .content-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uopczs6pdU .content-wrapper {
    padding: 40px 0;
  }
}
.cid-uopczs6pdU .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 8px 16px;
  background-color: #e85d04;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uopczs6pdU .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 16px;
  }
}
.cid-uopczs6pdU .content-wrapper .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uopczs6pdU .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uopczs6pdU .mbr-section-title {
  color: #f4f2ef;
}
.cid-uopczs6pdU .mbr-desc,
.cid-uopczs6pdU .desc-wrapper {
  color: #252525;
  text-align: center;
}
.cid-uopczs6pdU .mbr-section-title,
.cid-uopczs6pdU .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uopjnyTD9z {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #b7140b;
}
.cid-uopjnyTD9z .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uopjnyTD9z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopjnyTD9z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopjnyTD9z .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uopjnyTD9z .content-wrap .card {
  justify-content: space-between;
}
.cid-uopjnyTD9z .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uopjnyTD9z .content-wrapper {
    padding: 0;
  }
}
.cid-uopjnyTD9z .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uopjnyTD9z .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uopjnyTD9z .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uopjnyTD9z .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uopjnyTD9z .mbr-desc,
.cid-uopjnyTD9z .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uopjnyTD9z .mbr-section-title,
.cid-uopjnyTD9z .mbr-section-btn {
  color: #ffffff;
}
.cid-uopcHc2XSi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uopcHc2XSi .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uopcHc2XSi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopcHc2XSi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopcHc2XSi .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uopcHc2XSi .content-wrap .card {
  justify-content: space-between;
}
.cid-uopcHc2XSi .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uopcHc2XSi .content-wrapper {
    padding: 0;
  }
}
.cid-uopcHc2XSi .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uopcHc2XSi .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uopcHc2XSi .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uopcHc2XSi .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uopcHc2XSi .mbr-desc,
.cid-uopcHc2XSi .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uopcHc2XSi .mbr-section-title,
.cid-uopcHc2XSi .mbr-section-btn {
  color: #ffffff;
}
.cid-uopcAlsKHC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #b7140b;
}
.cid-uopcAlsKHC .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uopcAlsKHC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopcAlsKHC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopcAlsKHC .content-wrap {
  margin: 0;
}
.cid-uopcAlsKHC .content-wrap .card {
  padding: 0;
}
.cid-uopcAlsKHC .image-wrapper {
  height: 100%;
}
.cid-uopcAlsKHC .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uopcAlsKHC .image-wrapper img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uopcAlsKHC .content-wrapper {
  padding: 190px 72px;
}
@media (max-width: 1640px) {
  .cid-uopcAlsKHC .content-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uopcAlsKHC .content-wrapper {
    padding: 40px 0;
  }
}
.cid-uopcAlsKHC .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 8px 16px;
  background-color: #e85d04;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uopcAlsKHC .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 16px;
  }
}
.cid-uopcAlsKHC .content-wrapper .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uopcAlsKHC .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uopcAlsKHC .mbr-section-title {
  color: #f4f2ef;
}
.cid-uopcAlsKHC .mbr-desc,
.cid-uopcAlsKHC .desc-wrapper {
  color: #252525;
  text-align: center;
}
.cid-uopcAlsKHC .mbr-section-title,
.cid-uopcAlsKHC .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uopkntwSrJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #b7140b;
}
.cid-uopkntwSrJ .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uopkntwSrJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopkntwSrJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopkntwSrJ .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uopkntwSrJ .content-wrap .card {
  justify-content: space-between;
}
.cid-uopkntwSrJ .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uopkntwSrJ .content-wrapper {
    padding: 0;
  }
}
.cid-uopkntwSrJ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uopkntwSrJ .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uopkntwSrJ .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uopkntwSrJ .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uopkntwSrJ .mbr-desc,
.cid-uopkntwSrJ .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uopkntwSrJ .mbr-section-title,
.cid-uopkntwSrJ .mbr-section-btn {
  color: #ffffff;
}
.cid-uopcHVcwI3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uopcHVcwI3 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uopcHVcwI3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopcHVcwI3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopcHVcwI3 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uopcHVcwI3 .content-wrap .card {
  justify-content: space-between;
}
.cid-uopcHVcwI3 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uopcHVcwI3 .content-wrapper {
    padding: 0;
  }
}
.cid-uopcHVcwI3 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uopcHVcwI3 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uopcHVcwI3 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uopcHVcwI3 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uopcHVcwI3 .mbr-desc,
.cid-uopcHVcwI3 .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uopcHVcwI3 .mbr-section-title,
.cid-uopcHVcwI3 .mbr-section-btn {
  color: #ffffff;
}
.cid-uopcB6COgg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #b7140b;
}
.cid-uopcB6COgg .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uopcB6COgg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopcB6COgg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopcB6COgg .content-wrap {
  margin: 0;
}
.cid-uopcB6COgg .content-wrap .card {
  padding: 0;
}
.cid-uopcB6COgg .image-wrapper {
  height: 100%;
}
.cid-uopcB6COgg .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uopcB6COgg .image-wrapper img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uopcB6COgg .content-wrapper {
  padding: 190px 72px;
}
@media (max-width: 1640px) {
  .cid-uopcB6COgg .content-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uopcB6COgg .content-wrapper {
    padding: 40px 0;
  }
}
.cid-uopcB6COgg .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 8px 16px;
  background-color: #e85d04;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uopcB6COgg .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 16px;
  }
}
.cid-uopcB6COgg .content-wrapper .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uopcB6COgg .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uopcB6COgg .mbr-section-title {
  color: #f4f2ef;
}
.cid-uopcB6COgg .mbr-desc,
.cid-uopcB6COgg .desc-wrapper {
  color: #252525;
  text-align: center;
}
.cid-uopcB6COgg .mbr-section-title,
.cid-uopcB6COgg .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uopmn600IX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #b7140b;
}
.cid-uopmn600IX .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uopmn600IX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopmn600IX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopmn600IX .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uopmn600IX .content-wrap .card {
  justify-content: space-between;
}
.cid-uopmn600IX .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uopmn600IX .content-wrapper {
    padding: 0;
  }
}
.cid-uopmn600IX .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uopmn600IX .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uopmn600IX .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uopmn600IX .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uopmn600IX .mbr-desc,
.cid-uopmn600IX .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uopmn600IX .mbr-section-title,
.cid-uopmn600IX .mbr-section-btn {
  color: #ffffff;
}
.cid-uopcIKiiVQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uopcIKiiVQ .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uopcIKiiVQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopcIKiiVQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopcIKiiVQ .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uopcIKiiVQ .content-wrap .card {
  justify-content: space-between;
}
.cid-uopcIKiiVQ .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uopcIKiiVQ .content-wrapper {
    padding: 0;
  }
}
.cid-uopcIKiiVQ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uopcIKiiVQ .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uopcIKiiVQ .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uopcIKiiVQ .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uopcIKiiVQ .mbr-desc,
.cid-uopcIKiiVQ .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uopcIKiiVQ .mbr-section-title,
.cid-uopcIKiiVQ .mbr-section-btn {
  color: #ffffff;
}
.cid-uopcBWacaa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #b7140b;
}
.cid-uopcBWacaa .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uopcBWacaa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopcBWacaa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopcBWacaa .content-wrap {
  margin: 0;
}
.cid-uopcBWacaa .content-wrap .card {
  padding: 0;
}
.cid-uopcBWacaa .image-wrapper {
  height: 100%;
}
.cid-uopcBWacaa .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uopcBWacaa .image-wrapper img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uopcBWacaa .content-wrapper {
  padding: 190px 72px;
}
@media (max-width: 1640px) {
  .cid-uopcBWacaa .content-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uopcBWacaa .content-wrapper {
    padding: 40px 0;
  }
}
.cid-uopcBWacaa .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 8px 16px;
  background-color: #e85d04;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uopcBWacaa .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 16px;
  }
}
.cid-uopcBWacaa .content-wrapper .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uopcBWacaa .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uopcBWacaa .mbr-section-title {
  color: #f4f2ef;
}
.cid-uopcBWacaa .mbr-desc,
.cid-uopcBWacaa .desc-wrapper {
  color: #252525;
  text-align: center;
}
.cid-uopcBWacaa .mbr-section-title,
.cid-uopcBWacaa .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uopn9LNoJE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #b7140b;
}
.cid-uopn9LNoJE .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uopn9LNoJE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopn9LNoJE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopn9LNoJE .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uopn9LNoJE .content-wrap .card {
  justify-content: space-between;
}
.cid-uopn9LNoJE .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uopn9LNoJE .content-wrapper {
    padding: 0;
  }
}
.cid-uopn9LNoJE .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uopn9LNoJE .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uopn9LNoJE .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uopn9LNoJE .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uopn9LNoJE .mbr-desc,
.cid-uopn9LNoJE .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uopn9LNoJE .mbr-section-title,
.cid-uopn9LNoJE .mbr-section-btn {
  color: #ffffff;
}
.cid-uopcJwN5pt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uopcJwN5pt .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uopcJwN5pt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopcJwN5pt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopcJwN5pt .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uopcJwN5pt .content-wrap .card {
  justify-content: space-between;
}
.cid-uopcJwN5pt .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uopcJwN5pt .content-wrapper {
    padding: 0;
  }
}
.cid-uopcJwN5pt .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uopcJwN5pt .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uopcJwN5pt .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uopcJwN5pt .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uopcJwN5pt .mbr-desc,
.cid-uopcJwN5pt .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uopcJwN5pt .mbr-section-title,
.cid-uopcJwN5pt .mbr-section-btn {
  color: #ffffff;
}
.cid-uopcCIQIlz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #b7140b;
}
.cid-uopcCIQIlz .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uopcCIQIlz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopcCIQIlz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopcCIQIlz .content-wrap {
  margin: 0;
}
.cid-uopcCIQIlz .content-wrap .card {
  padding: 0;
}
.cid-uopcCIQIlz .image-wrapper {
  height: 100%;
}
.cid-uopcCIQIlz .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uopcCIQIlz .image-wrapper img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uopcCIQIlz .content-wrapper {
  padding: 190px 72px;
}
@media (max-width: 1640px) {
  .cid-uopcCIQIlz .content-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uopcCIQIlz .content-wrapper {
    padding: 40px 0;
  }
}
.cid-uopcCIQIlz .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 8px 16px;
  background-color: #e85d04;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uopcCIQIlz .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 16px;
  }
}
.cid-uopcCIQIlz .content-wrapper .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uopcCIQIlz .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uopcCIQIlz .mbr-section-title {
  color: #f4f2ef;
}
.cid-uopcCIQIlz .mbr-desc,
.cid-uopcCIQIlz .desc-wrapper {
  color: #252525;
  text-align: center;
}
.cid-uopcCIQIlz .mbr-section-title,
.cid-uopcCIQIlz .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uopoEkEAgu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #b7140b;
}
.cid-uopoEkEAgu .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uopoEkEAgu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopoEkEAgu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopoEkEAgu .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uopoEkEAgu .content-wrap .card {
  justify-content: space-between;
}
.cid-uopoEkEAgu .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uopoEkEAgu .content-wrapper {
    padding: 0;
  }
}
.cid-uopoEkEAgu .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uopoEkEAgu .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uopoEkEAgu .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uopoEkEAgu .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uopoEkEAgu .mbr-desc,
.cid-uopoEkEAgu .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uopoEkEAgu .mbr-section-title,
.cid-uopoEkEAgu .mbr-section-btn {
  color: #ffffff;
}
.cid-uopjsIqKOM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uopjsIqKOM .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uopjsIqKOM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopjsIqKOM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopjsIqKOM .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uopjsIqKOM .content-wrap .card {
  justify-content: space-between;
}
.cid-uopjsIqKOM .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uopjsIqKOM .content-wrapper {
    padding: 0;
  }
}
.cid-uopjsIqKOM .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uopjsIqKOM .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uopjsIqKOM .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uopjsIqKOM .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uopjsIqKOM .mbr-desc,
.cid-uopjsIqKOM .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uopjsIqKOM .mbr-section-title,
.cid-uopjsIqKOM .mbr-section-btn {
  color: #ffffff;
}
.cid-uopjqfTbcB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #b7140b;
}
.cid-uopjqfTbcB .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uopjqfTbcB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopjqfTbcB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopjqfTbcB .content-wrap {
  margin: 0;
}
.cid-uopjqfTbcB .content-wrap .card {
  padding: 0;
}
.cid-uopjqfTbcB .image-wrapper {
  height: 100%;
}
.cid-uopjqfTbcB .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uopjqfTbcB .image-wrapper img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uopjqfTbcB .content-wrapper {
  padding: 190px 72px;
}
@media (max-width: 1640px) {
  .cid-uopjqfTbcB .content-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uopjqfTbcB .content-wrapper {
    padding: 40px 0;
  }
}
.cid-uopjqfTbcB .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 8px 16px;
  background-color: #e85d04;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uopjqfTbcB .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 16px;
  }
}
.cid-uopjqfTbcB .content-wrapper .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uopjqfTbcB .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uopjqfTbcB .mbr-section-title {
  color: #f4f2ef;
}
.cid-uopjqfTbcB .mbr-desc,
.cid-uopjqfTbcB .desc-wrapper {
  color: #252525;
  text-align: center;
}
.cid-uopjqfTbcB .mbr-section-title,
.cid-uopjqfTbcB .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uoppJSxHfK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #b7140b;
}
.cid-uoppJSxHfK .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uoppJSxHfK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoppJSxHfK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoppJSxHfK .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uoppJSxHfK .content-wrap .card {
  justify-content: space-between;
}
.cid-uoppJSxHfK .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uoppJSxHfK .content-wrapper {
    padding: 0;
  }
}
.cid-uoppJSxHfK .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uoppJSxHfK .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uoppJSxHfK .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uoppJSxHfK .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uoppJSxHfK .mbr-desc,
.cid-uoppJSxHfK .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uoppJSxHfK .mbr-section-title,
.cid-uoppJSxHfK .mbr-section-btn {
  color: #ffffff;
}
.cid-uopjtnubtO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uopjtnubtO .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uopjtnubtO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopjtnubtO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopjtnubtO .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uopjtnubtO .content-wrap .card {
  justify-content: space-between;
}
.cid-uopjtnubtO .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uopjtnubtO .content-wrapper {
    padding: 0;
  }
}
.cid-uopjtnubtO .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uopjtnubtO .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uopjtnubtO .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uopjtnubtO .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uopjtnubtO .mbr-desc,
.cid-uopjtnubtO .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uopjtnubtO .mbr-section-title,
.cid-uopjtnubtO .mbr-section-btn {
  color: #ffffff;
}
.cid-uopjrgdJIm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #b7140b;
}
.cid-uopjrgdJIm .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uopjrgdJIm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopjrgdJIm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopjrgdJIm .content-wrap {
  margin: 0;
}
.cid-uopjrgdJIm .content-wrap .card {
  padding: 0;
}
.cid-uopjrgdJIm .image-wrapper {
  height: 100%;
}
.cid-uopjrgdJIm .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uopjrgdJIm .image-wrapper img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uopjrgdJIm .content-wrapper {
  padding: 190px 72px;
}
@media (max-width: 1640px) {
  .cid-uopjrgdJIm .content-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uopjrgdJIm .content-wrapper {
    padding: 40px 0;
  }
}
.cid-uopjrgdJIm .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 8px 16px;
  background-color: #e85d04;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uopjrgdJIm .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 16px;
  }
}
.cid-uopjrgdJIm .content-wrapper .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uopjrgdJIm .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uopjrgdJIm .mbr-section-title {
  color: #f4f2ef;
}
.cid-uopjrgdJIm .mbr-desc,
.cid-uopjrgdJIm .desc-wrapper {
  color: #252525;
  text-align: center;
}
.cid-uopjrgdJIm .mbr-section-title,
.cid-uopjrgdJIm .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uopqQL4avy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #b7140b;
}
.cid-uopqQL4avy .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uopqQL4avy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopqQL4avy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopqQL4avy .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uopqQL4avy .content-wrap .card {
  justify-content: space-between;
}
.cid-uopqQL4avy .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uopqQL4avy .content-wrapper {
    padding: 0;
  }
}
.cid-uopqQL4avy .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uopqQL4avy .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uopqQL4avy .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uopqQL4avy .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uopqQL4avy .mbr-desc,
.cid-uopqQL4avy .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uopqQL4avy .mbr-section-title,
.cid-uopqQL4avy .mbr-section-btn {
  color: #ffffff;
}
.cid-uopcKlPKsG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uopcKlPKsG .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uopcKlPKsG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopcKlPKsG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopcKlPKsG .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uopcKlPKsG .content-wrap .card {
  justify-content: space-between;
}
.cid-uopcKlPKsG .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uopcKlPKsG .content-wrapper {
    padding: 0;
  }
}
.cid-uopcKlPKsG .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uopcKlPKsG .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uopcKlPKsG .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uopcKlPKsG .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uopcKlPKsG .mbr-desc,
.cid-uopcKlPKsG .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uopcKlPKsG .mbr-section-title,
.cid-uopcKlPKsG .mbr-section-btn {
  color: #ffffff;
}
.cid-uop2vpKkIW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-uop2vpKkIW .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uop2vpKkIW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop2vpKkIW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop2vpKkIW .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uop2vpKkIW .content-wrap .card {
  justify-content: space-between;
}
.cid-uop2vpKkIW .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uop2vpKkIW .content-wrapper {
    padding: 0;
  }
}
.cid-uop2vpKkIW .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uop2vpKkIW .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uop2vpKkIW .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uop2vpKkIW .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uop2vpKkIW .mbr-desc,
.cid-uop2vpKkIW .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uop2vpKkIW .mbr-section-title,
.cid-uop2vpKkIW .mbr-section-btn {
  color: #ffffff;
}
.cid-uop2vqaYty {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uop2vqaYty .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uop2vqaYty .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop2vqaYty .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop2vqaYty .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uop2vqaYty .content-wrap .card {
  justify-content: space-between;
}
.cid-uop2vqaYty .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uop2vqaYty .content-wrapper {
    padding: 0;
  }
}
.cid-uop2vqaYty .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uop2vqaYty .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uop2vqaYty .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uop2vqaYty .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uop2vqaYty .mbr-desc,
.cid-uop2vqaYty .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uop2vqaYty .mbr-section-title,
.cid-uop2vqaYty .mbr-section-btn {
  color: #ffffff;
}
.cid-upNrlbHsvD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-upNrlbHsvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNrlbHsvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .container {
    padding: 0 16px;
  }
}
.cid-upNrlbHsvD .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-upNrlbHsvD .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-upNrlbHsvD .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-upNrlbHsvD .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-upNrlbHsvD .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .mbr-section-title {
  color: #ffffff;
}
.cid-upNrlbHsvD .copyright {
  color: #ffffff;
}
.cid-upNrlbHsvD .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .list {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .mbr-section-title,
.cid-upNrlbHsvD .title-wrapper,
.cid-upNrlbHsvD .social-wrapper {
  text-align: center;
}
.cid-uot4P7AQvg {
  background-color: transparent;
}
.cid-uot4P7AQvg .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-uot4P7AQvg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-uot4P7AQvg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uot4P7AQvg .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uot4P7AQvg .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uot4P7AQvg .menu_box .navbar.opened,
  .cid-uot4P7AQvg .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uot4P7AQvg .navbar-dropdown {
  position: relative !important;
}
.cid-uot4P7AQvg .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uot4P7AQvg .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uot4P7AQvg .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uot4P7AQvg .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uot4P7AQvg .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uot4P7AQvg .btn:hover {
  box-shadow: none;
}
.cid-uot4P7AQvg .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uot4P7AQvg .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uot4P7AQvg .nav-item {
    margin: 0 !important;
  }
}
.cid-uot4P7AQvg .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-uot4P7AQvg .nav-item .nav-link:hover,
.cid-uot4P7AQvg .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-uot4P7AQvg .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uot4P7AQvg .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uot4P7AQvg .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uot4P7AQvg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uot4P7AQvg .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uot4P7AQvg .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uot4P7AQvg .offcanvas_box {
    display: none;
  }
}
.cid-uot4P7AQvg .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uot4P7AQvg .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uot4P7AQvg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uot4P7AQvg .container {
  display: flex;
  margin: auto;
}
.cid-uot4P7AQvg .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uot4P7AQvg .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uot4P7AQvg .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-uot4P7AQvg .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uot4P7AQvg .navbar-nav {
    margin: 0;
  }
}
.cid-uot4P7AQvg .dropdown-menu,
.cid-uot4P7AQvg .navbar.opened {
  background-color: false !important;
}
.cid-uot4P7AQvg .nav-item:focus,
.cid-uot4P7AQvg .nav-link:focus {
  outline: none;
}
.cid-uot4P7AQvg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uot4P7AQvg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uot4P7AQvg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uot4P7AQvg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uot4P7AQvg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uot4P7AQvg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uot4P7AQvg .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uot4P7AQvg .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uot4P7AQvg .navbar.opened {
  transition: all 0.3s;
}
.cid-uot4P7AQvg .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uot4P7AQvg .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uot4P7AQvg .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uot4P7AQvg .navbar.collapsed {
  justify-content: center;
}
.cid-uot4P7AQvg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uot4P7AQvg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uot4P7AQvg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uot4P7AQvg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uot4P7AQvg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uot4P7AQvg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uot4P7AQvg .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uot4P7AQvg .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uot4P7AQvg .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uot4P7AQvg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uot4P7AQvg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uot4P7AQvg .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uot4P7AQvg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uot4P7AQvg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uot4P7AQvg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uot4P7AQvg .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uot4P7AQvg .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uot4P7AQvg .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uot4P7AQvg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uot4P7AQvg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uot4P7AQvg .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uot4P7AQvg .navbar.navbar-short {
  min-height: 60px;
}
.cid-uot4P7AQvg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uot4P7AQvg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uot4P7AQvg .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-uot4P7AQvg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uot4P7AQvg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uot4P7AQvg .dropdown-item.active,
.cid-uot4P7AQvg .dropdown-item:active {
  background-color: transparent;
}
.cid-uot4P7AQvg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uot4P7AQvg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uot4P7AQvg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uot4P7AQvg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uot4P7AQvg ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uot4P7AQvg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uot4P7AQvg button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-uot4P7AQvg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uot4P7AQvg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uot4P7AQvg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uot4P7AQvg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uot4P7AQvg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uot4P7AQvg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uot4P7AQvg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uot4P7AQvg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uot4P7AQvg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uot4P7AQvg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uot4P7AQvg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uot4P7AQvg .navbar {
    height: 70px;
  }
  .cid-uot4P7AQvg .navbar.opened {
    height: auto;
  }
  .cid-uot4P7AQvg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uot4P7AQvg .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uot4P7AQvg .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-uot4P7AQvg .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uot4P7AQvg .text_widget {
  margin-bottom: 32px;
}
.cid-uot4P7AQvg .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uot4P7AQvg .text_widget a:hover,
.cid-uot4P7AQvg .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uot4P7AQvg .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uot4P7AQvg .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uot4P7AQvg .navbar-caption {
  color: #000000;
}
.cid-uot4P7AQvg .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uot4P7AQvg .mbr-section-subtitle,
.cid-uot4P7AQvg .text_widget,
.cid-uot4P7AQvg .mbr-section-btn {
  text-align: center;
}
.cid-uot4P7AQvg a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uot4P8did6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uot4P8did6 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uot4P8did6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uot4P8did6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uot4P8did6 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uot4P8did6 .content-wrap .card {
  justify-content: space-between;
}
.cid-uot4P8did6 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uot4P8did6 .content-wrapper {
    padding: 0;
  }
}
.cid-uot4P8did6 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uot4P8did6 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uot4P8did6 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uot4P8did6 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uot4P8did6 .mbr-desc,
.cid-uot4P8did6 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uot4P8did6 .mbr-section-title,
.cid-uot4P8did6 .mbr-section-btn {
  color: #ffffff;
}
.cid-uot6wXg6Zd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-image: url("../../../assets/images/comic-wall-2000x1331.jpg");
}
.cid-uot6wXg6Zd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uot6wXg6Zd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uot6wXg6Zd .content-head {
  max-width: 800px;
}
.cid-uot6wXg6Zd .loop-container .item {
  min-height: auto;
  font-weight: 700;
}
.cid-uot6wXg6Zd .item {
  color: #d00000;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uot6wXg6Zd .item {
    min-height: 45px;
  }
}
.cid-uot6xNcoDG {
  background-color: #0aa3c2;
}
.cid-uot6xNcoDG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uot6xNcoDG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uot6xNcoDG .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uot6xNcoDG .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uot6xNcoDG .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #ffffff;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uot6xNcoDG .item .item-wrapper {
    height: auto;
  }
}
.cid-uot6xNcoDG .item .item-wrapper .item-img .image-wrap {
  padding: 10px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uot6xNcoDG .item .item-wrapper .item-img .image-wrap {
    padding: 20px 20px 10px;
  }
}
.cid-uot6xNcoDG .item .item-wrapper .item-img .image-wrap img {
  height: 240px;
  width: 100%;
  object-fit: cover;
}
.cid-uot6xNcoDG .item .item-wrapper .item-img .item-content {
  padding: 0 20px 20px;
}
.cid-uot6xNcoDG .item .item-wrapper .item-img .item-content .item-price {
  margin-bottom: 16px;
}
.cid-uot6xNcoDG .item .item-wrapper .item-img .item-content .item-text {
  margin-bottom: 16px;
}
.cid-uot6xNcoDG .item .item-wrapper .mbr-section-btn {
  padding: 0 20px;
}
.cid-uot6xNcoDG .item .item-wrapper .mbr-section-btn .btn {
  justify-content: center;
  margin-bottom: 0;
  padding: 10px 15px;
}
.cid-uot6xNcoDG .item-price {
  color: #404349;
  text-align: center;
}
.cid-uot6xNcoDG .item-text {
  color: #404349;
  text-align: center;
}
.cid-uot4PaNf6E {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uot4PaNf6E .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uot4PaNf6E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uot4PaNf6E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uot4PaNf6E .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uot4PaNf6E .content-wrap .card {
  justify-content: space-between;
}
.cid-uot4PaNf6E .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uot4PaNf6E .content-wrapper {
    padding: 0;
  }
}
.cid-uot4PaNf6E .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uot4PaNf6E .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uot4PaNf6E .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uot4PaNf6E .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uot4PaNf6E .mbr-desc,
.cid-uot4PaNf6E .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uot4PaNf6E .mbr-section-title,
.cid-uot4PaNf6E .mbr-section-btn {
  color: #ffffff;
}
.cid-uCeNSnCsvG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/vettix-269x110.png");
}
.cid-uCeNSnCsvG .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-uCeNSnCsvG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCeNSnCsvG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCeNSnCsvG .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uCeNSnCsvG .content-wrap .card {
  justify-content: space-between;
}
.cid-uCeNSnCsvG .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uCeNSnCsvG .content-wrapper {
    padding: 0;
  }
}
.cid-uCeNSnCsvG .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 16px;
  background-color: #0aa3c2;
}
.cid-uCeNSnCsvG .content-wrapper .mbr-section-title {
  margin-bottom: 104px;
}
@media (max-width: 992px) {
  .cid-uCeNSnCsvG .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uCeNSnCsvG .content-wrapper .items-wrapper .items-wrap {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uCeNSnCsvG .content-wrapper .items-wrapper .items-wrap .item {
  margin-bottom: 16px;
}
.cid-uCeNSnCsvG .content-wrapper .items-wrapper .items-wrap .item .item-wrapper {
  padding: 0 16px;
}
.cid-uCeNSnCsvG .content-wrapper .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  height: 160px;
  object-fit: contain;
}
.cid-uCeNSnCsvG .mbr-section-title {
  color: #f4f2ef;
}
.cid-uCeNSnCsvG .mbr-desc,
.cid-uCeNSnCsvG .desc-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uCeNSnCsvG .mbr-section-title,
.cid-uCeNSnCsvG .items-wrapper {
  text-align: center;
  color: #FFFFFF;
}
.cid-uot4PbkeLE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-uot4PbkeLE .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uot4PbkeLE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uot4PbkeLE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uot4PbkeLE .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uot4PbkeLE .content-wrap .card {
  justify-content: space-between;
}
.cid-uot4PbkeLE .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uot4PbkeLE .content-wrapper {
    padding: 0;
  }
}
.cid-uot4PbkeLE .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uot4PbkeLE .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uot4PbkeLE .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uot4PbkeLE .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uot4PbkeLE .mbr-desc,
.cid-uot4PbkeLE .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uot4PbkeLE .mbr-section-title,
.cid-uot4PbkeLE .mbr-section-btn {
  color: #ffffff;
}
.cid-uot4PbNku5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uot4PbNku5 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uot4PbNku5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uot4PbNku5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uot4PbNku5 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uot4PbNku5 .content-wrap .card {
  justify-content: space-between;
}
.cid-uot4PbNku5 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uot4PbNku5 .content-wrapper {
    padding: 0;
  }
}
.cid-uot4PbNku5 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uot4PbNku5 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uot4PbNku5 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uot4PbNku5 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uot4PbNku5 .mbr-desc,
.cid-uot4PbNku5 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uot4PbNku5 .mbr-section-title,
.cid-uot4PbNku5 .mbr-section-btn {
  color: #ffffff;
}
.cid-upNrlbHsvD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-upNrlbHsvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNrlbHsvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .container {
    padding: 0 16px;
  }
}
.cid-upNrlbHsvD .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-upNrlbHsvD .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-upNrlbHsvD .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-upNrlbHsvD .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-upNrlbHsvD .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .mbr-section-title {
  color: #ffffff;
}
.cid-upNrlbHsvD .copyright {
  color: #ffffff;
}
.cid-upNrlbHsvD .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .list {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .mbr-section-title,
.cid-upNrlbHsvD .title-wrapper,
.cid-upNrlbHsvD .social-wrapper {
  text-align: center;
}
.cid-uotcRMSqT7 {
  background-color: transparent;
}
.cid-uotcRMSqT7 .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-uotcRMSqT7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-uotcRMSqT7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uotcRMSqT7 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uotcRMSqT7 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uotcRMSqT7 .menu_box .navbar.opened,
  .cid-uotcRMSqT7 .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uotcRMSqT7 .navbar-dropdown {
  position: relative !important;
}
.cid-uotcRMSqT7 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uotcRMSqT7 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uotcRMSqT7 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uotcRMSqT7 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uotcRMSqT7 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uotcRMSqT7 .btn:hover {
  box-shadow: none;
}
.cid-uotcRMSqT7 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uotcRMSqT7 .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uotcRMSqT7 .nav-item {
    margin: 0 !important;
  }
}
.cid-uotcRMSqT7 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-uotcRMSqT7 .nav-item .nav-link:hover,
.cid-uotcRMSqT7 .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-uotcRMSqT7 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uotcRMSqT7 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uotcRMSqT7 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uotcRMSqT7 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uotcRMSqT7 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uotcRMSqT7 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uotcRMSqT7 .offcanvas_box {
    display: none;
  }
}
.cid-uotcRMSqT7 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uotcRMSqT7 .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uotcRMSqT7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uotcRMSqT7 .container {
  display: flex;
  margin: auto;
}
.cid-uotcRMSqT7 .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uotcRMSqT7 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uotcRMSqT7 .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-uotcRMSqT7 .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uotcRMSqT7 .navbar-nav {
    margin: 0;
  }
}
.cid-uotcRMSqT7 .dropdown-menu,
.cid-uotcRMSqT7 .navbar.opened {
  background-color: false !important;
}
.cid-uotcRMSqT7 .nav-item:focus,
.cid-uotcRMSqT7 .nav-link:focus {
  outline: none;
}
.cid-uotcRMSqT7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uotcRMSqT7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uotcRMSqT7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uotcRMSqT7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uotcRMSqT7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uotcRMSqT7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uotcRMSqT7 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uotcRMSqT7 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uotcRMSqT7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uotcRMSqT7 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uotcRMSqT7 .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uotcRMSqT7 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uotcRMSqT7 .navbar.collapsed {
  justify-content: center;
}
.cid-uotcRMSqT7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uotcRMSqT7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uotcRMSqT7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uotcRMSqT7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uotcRMSqT7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uotcRMSqT7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uotcRMSqT7 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uotcRMSqT7 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uotcRMSqT7 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uotcRMSqT7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uotcRMSqT7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uotcRMSqT7 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uotcRMSqT7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uotcRMSqT7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uotcRMSqT7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uotcRMSqT7 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uotcRMSqT7 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uotcRMSqT7 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uotcRMSqT7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uotcRMSqT7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uotcRMSqT7 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uotcRMSqT7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uotcRMSqT7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uotcRMSqT7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uotcRMSqT7 .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-uotcRMSqT7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uotcRMSqT7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uotcRMSqT7 .dropdown-item.active,
.cid-uotcRMSqT7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uotcRMSqT7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uotcRMSqT7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uotcRMSqT7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uotcRMSqT7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uotcRMSqT7 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uotcRMSqT7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uotcRMSqT7 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-uotcRMSqT7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uotcRMSqT7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uotcRMSqT7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uotcRMSqT7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uotcRMSqT7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uotcRMSqT7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uotcRMSqT7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uotcRMSqT7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uotcRMSqT7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uotcRMSqT7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uotcRMSqT7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uotcRMSqT7 .navbar {
    height: 70px;
  }
  .cid-uotcRMSqT7 .navbar.opened {
    height: auto;
  }
  .cid-uotcRMSqT7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uotcRMSqT7 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uotcRMSqT7 .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-uotcRMSqT7 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uotcRMSqT7 .text_widget {
  margin-bottom: 32px;
}
.cid-uotcRMSqT7 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uotcRMSqT7 .text_widget a:hover,
.cid-uotcRMSqT7 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uotcRMSqT7 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uotcRMSqT7 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uotcRMSqT7 .navbar-caption {
  color: #000000;
}
.cid-uotcRMSqT7 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uotcRMSqT7 .mbr-section-subtitle,
.cid-uotcRMSqT7 .text_widget,
.cid-uotcRMSqT7 .mbr-section-btn {
  text-align: center;
}
.cid-uotcRMSqT7 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uotcRNy3mv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uotcRNy3mv .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uotcRNy3mv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uotcRNy3mv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uotcRNy3mv .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uotcRNy3mv .content-wrap .card {
  justify-content: space-between;
}
.cid-uotcRNy3mv .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uotcRNy3mv .content-wrapper {
    padding: 0;
  }
}
.cid-uotcRNy3mv .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uotcRNy3mv .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uotcRNy3mv .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uotcRNy3mv .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uotcRNy3mv .mbr-desc,
.cid-uotcRNy3mv .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uotcRNy3mv .mbr-section-title,
.cid-uotcRNy3mv .mbr-section-btn {
  color: #ffffff;
}
.cid-uAgiD6a0Cv {
  padding-top: 1rem;
  padding-bottom: 3rem;
  position: relative;
  overflow: hidden;
  background-color: #d00000;
}
.cid-uAgiD6a0Cv .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #232323;
}
.cid-uAgiD6a0Cv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAgiD6a0Cv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAgiD6a0Cv .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uAgiD6a0Cv .content-wrap .card {
  justify-content: space-between;
}
.cid-uAgiD6a0Cv .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uAgiD6a0Cv .content-wrapper {
    padding: 0;
  }
}
.cid-uAgiD6a0Cv .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uAgiD6a0Cv .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uAgiD6a0Cv .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uAgiD6a0Cv .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uAgiD6a0Cv .mbr-desc,
.cid-uAgiD6a0Cv .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uAgiD6a0Cv .mbr-section-title,
.cid-uAgiD6a0Cv .mbr-section-btn {
  color: #ffffff;
}
.cid-uotGUV04sd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #d00000;
}
.cid-uotGUV04sd .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uotGUV04sd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uotGUV04sd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uotGUV04sd .content-wrap {
  margin: 0;
}
.cid-uotGUV04sd .content-wrap .card {
  padding: 0;
}
.cid-uotGUV04sd .image-wrapper {
  height: 100%;
  border-right: 1px solid #150764;
}
@media (max-width: 992px) {
  .cid-uotGUV04sd .image-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
.cid-uotGUV04sd .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uotGUV04sd .image-wrapper img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uotGUV04sd .content-wrapper {
  padding: 190px 72px;
  height: 100%;
}
@media (max-width: 1640px) {
  .cid-uotGUV04sd .content-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uotGUV04sd .content-wrapper {
    padding: 40px 0;
  }
}
.cid-uotGUV04sd .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 8px 16px;
  background-color: #0aa3c2;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uotGUV04sd .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 16px;
  }
}
.cid-uotGUV04sd .content-wrapper .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uotGUV04sd .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uotGUV04sd .mbr-section-title {
  color: #f4f2ef;
}
.cid-uotGUV04sd .mbr-desc,
.cid-uotGUV04sd .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uotGUV04sd .mbr-section-title,
.cid-uotGUV04sd .mbr-section-btn {
  text-align: center;
}
.cid-uotcRPMI49 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uotcRPMI49 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uotcRPMI49 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uotcRPMI49 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uotcRPMI49 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uotcRPMI49 .content-wrap .card {
  justify-content: space-between;
}
.cid-uotcRPMI49 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uotcRPMI49 .content-wrapper {
    padding: 0;
  }
}
.cid-uotcRPMI49 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uotcRPMI49 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uotcRPMI49 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uotcRPMI49 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uotcRPMI49 .mbr-desc,
.cid-uotcRPMI49 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uotcRPMI49 .mbr-section-title,
.cid-uotcRPMI49 .mbr-section-btn {
  color: #ffffff;
}
.cid-uotcRQjjoe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-uotcRQjjoe .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uotcRQjjoe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uotcRQjjoe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uotcRQjjoe .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uotcRQjjoe .content-wrap .card {
  justify-content: space-between;
}
.cid-uotcRQjjoe .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uotcRQjjoe .content-wrapper {
    padding: 0;
  }
}
.cid-uotcRQjjoe .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uotcRQjjoe .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uotcRQjjoe .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uotcRQjjoe .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uotcRQjjoe .mbr-desc,
.cid-uotcRQjjoe .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uotcRQjjoe .mbr-section-title,
.cid-uotcRQjjoe .mbr-section-btn {
  color: #ffffff;
}
.cid-uotcRQLv4B {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uotcRQLv4B .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uotcRQLv4B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uotcRQLv4B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uotcRQLv4B .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uotcRQLv4B .content-wrap .card {
  justify-content: space-between;
}
.cid-uotcRQLv4B .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uotcRQLv4B .content-wrapper {
    padding: 0;
  }
}
.cid-uotcRQLv4B .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uotcRQLv4B .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uotcRQLv4B .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uotcRQLv4B .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uotcRQLv4B .mbr-desc,
.cid-uotcRQLv4B .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uotcRQLv4B .mbr-section-title,
.cid-uotcRQLv4B .mbr-section-btn {
  color: #ffffff;
}
.cid-upNrlbHsvD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-upNrlbHsvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNrlbHsvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .container {
    padding: 0 16px;
  }
}
.cid-upNrlbHsvD .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-upNrlbHsvD .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-upNrlbHsvD .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-upNrlbHsvD .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-upNrlbHsvD .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .mbr-section-title {
  color: #ffffff;
}
.cid-upNrlbHsvD .copyright {
  color: #ffffff;
}
.cid-upNrlbHsvD .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .list {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .mbr-section-title,
.cid-upNrlbHsvD .title-wrapper,
.cid-upNrlbHsvD .social-wrapper {
  text-align: center;
}
.cid-uotdrxw9kc {
  background-color: transparent;
}
.cid-uotdrxw9kc .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-uotdrxw9kc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-uotdrxw9kc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uotdrxw9kc .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uotdrxw9kc .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uotdrxw9kc .menu_box .navbar.opened,
  .cid-uotdrxw9kc .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uotdrxw9kc .navbar-dropdown {
  position: relative !important;
}
.cid-uotdrxw9kc .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uotdrxw9kc .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uotdrxw9kc .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uotdrxw9kc .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uotdrxw9kc .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uotdrxw9kc .btn:hover {
  box-shadow: none;
}
.cid-uotdrxw9kc .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uotdrxw9kc .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uotdrxw9kc .nav-item {
    margin: 0 !important;
  }
}
.cid-uotdrxw9kc .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-uotdrxw9kc .nav-item .nav-link:hover,
.cid-uotdrxw9kc .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-uotdrxw9kc .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uotdrxw9kc .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uotdrxw9kc .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uotdrxw9kc .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uotdrxw9kc .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uotdrxw9kc .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uotdrxw9kc .offcanvas_box {
    display: none;
  }
}
.cid-uotdrxw9kc .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uotdrxw9kc .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uotdrxw9kc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uotdrxw9kc .container {
  display: flex;
  margin: auto;
}
.cid-uotdrxw9kc .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uotdrxw9kc .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uotdrxw9kc .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-uotdrxw9kc .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uotdrxw9kc .navbar-nav {
    margin: 0;
  }
}
.cid-uotdrxw9kc .dropdown-menu,
.cid-uotdrxw9kc .navbar.opened {
  background-color: false !important;
}
.cid-uotdrxw9kc .nav-item:focus,
.cid-uotdrxw9kc .nav-link:focus {
  outline: none;
}
.cid-uotdrxw9kc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uotdrxw9kc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uotdrxw9kc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uotdrxw9kc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uotdrxw9kc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uotdrxw9kc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uotdrxw9kc .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uotdrxw9kc .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uotdrxw9kc .navbar.opened {
  transition: all 0.3s;
}
.cid-uotdrxw9kc .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uotdrxw9kc .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uotdrxw9kc .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uotdrxw9kc .navbar.collapsed {
  justify-content: center;
}
.cid-uotdrxw9kc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uotdrxw9kc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uotdrxw9kc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uotdrxw9kc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uotdrxw9kc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uotdrxw9kc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uotdrxw9kc .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uotdrxw9kc .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uotdrxw9kc .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uotdrxw9kc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uotdrxw9kc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uotdrxw9kc .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uotdrxw9kc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uotdrxw9kc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uotdrxw9kc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uotdrxw9kc .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uotdrxw9kc .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uotdrxw9kc .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uotdrxw9kc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uotdrxw9kc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uotdrxw9kc .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uotdrxw9kc .navbar.navbar-short {
  min-height: 60px;
}
.cid-uotdrxw9kc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uotdrxw9kc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uotdrxw9kc .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-uotdrxw9kc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uotdrxw9kc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uotdrxw9kc .dropdown-item.active,
.cid-uotdrxw9kc .dropdown-item:active {
  background-color: transparent;
}
.cid-uotdrxw9kc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uotdrxw9kc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uotdrxw9kc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uotdrxw9kc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uotdrxw9kc ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uotdrxw9kc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uotdrxw9kc button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-uotdrxw9kc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uotdrxw9kc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uotdrxw9kc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uotdrxw9kc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uotdrxw9kc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uotdrxw9kc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uotdrxw9kc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uotdrxw9kc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uotdrxw9kc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uotdrxw9kc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uotdrxw9kc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uotdrxw9kc .navbar {
    height: 70px;
  }
  .cid-uotdrxw9kc .navbar.opened {
    height: auto;
  }
  .cid-uotdrxw9kc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uotdrxw9kc .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uotdrxw9kc .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-uotdrxw9kc .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uotdrxw9kc .text_widget {
  margin-bottom: 32px;
}
.cid-uotdrxw9kc .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uotdrxw9kc .text_widget a:hover,
.cid-uotdrxw9kc .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uotdrxw9kc .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uotdrxw9kc .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uotdrxw9kc .navbar-caption {
  color: #000000;
}
.cid-uotdrxw9kc .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uotdrxw9kc .mbr-section-subtitle,
.cid-uotdrxw9kc .text_widget,
.cid-uotdrxw9kc .mbr-section-btn {
  text-align: center;
}
.cid-uotdrxw9kc a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uotdrxP7Hw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uotdrxP7Hw .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uotdrxP7Hw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uotdrxP7Hw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uotdrxP7Hw .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uotdrxP7Hw .content-wrap .card {
  justify-content: space-between;
}
.cid-uotdrxP7Hw .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uotdrxP7Hw .content-wrapper {
    padding: 0;
  }
}
.cid-uotdrxP7Hw .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uotdrxP7Hw .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uotdrxP7Hw .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uotdrxP7Hw .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uotdrxP7Hw .mbr-desc,
.cid-uotdrxP7Hw .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uotdrxP7Hw .mbr-section-title,
.cid-uotdrxP7Hw .mbr-section-btn {
  color: #ffffff;
}
.cid-uotdry3OWL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uotdry3OWL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uotdry3OWL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uotdry3OWL img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border: 2px dashed #f7bc4a;
  border-radius: 8px;
}
.cid-uotdry3OWL .img-wide {
  height: 50%;
}
.cid-uotdry3OWL .img-big {
  height: 100%;
}
.cid-uottRXqW00 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uottRXqW00 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uottRXqW00 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uottRXqW00 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uottRXqW00 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uottRXqW00 .content-wrap .card {
  justify-content: space-between;
}
.cid-uottRXqW00 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uottRXqW00 .content-wrapper {
    padding: 0;
  }
}
.cid-uottRXqW00 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uottRXqW00 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uottRXqW00 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uottRXqW00 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uottRXqW00 .mbr-desc,
.cid-uottRXqW00 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uottRXqW00 .mbr-section-title,
.cid-uottRXqW00 .mbr-section-btn {
  color: #ffffff;
}
.cid-uotDiY4B4s {
  position: relative;
  overflow: hidden;
  background-color: #1e88e5;
}
.cid-uotDiY4B4s .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uotDiY4B4s .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uotDiY4B4s .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #0aa3c2;
  z-index: 1;
}
.cid-uotDiY4B4s .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #1e88e5;
}
.cid-uotDiY4B4s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uotDiY4B4s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uotDiY4B4s .row {
  position: relative;
  z-index: 2;
}
.cid-uotDiY4B4s .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uotDiY4B4s .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uotDiY4B4s .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uotDiY4B4s .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-uotDiY4B4s .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-uotDiY4B4s .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uotDiY4B4s .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uotDiY4B4s .image-wrapper {
    margin-top: 46px;
  }
}
.cid-uotDiY4B4s .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uotDiY4B4s .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-uotDiY4B4s .mbr-section-title {
  color: #ffffff;
}
.cid-uotDiY4B4s .mbr-text {
  color: #51565c;
}
.cid-uotDiY4B4s .mbr-text,
.cid-uotDiY4B4s .text-wrapper {
  text-align: center;
  color: #000000;
}
.cid-upOgexDugQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1e88e5;
  position: relative;
}
.cid-upOgexDugQ .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4188ff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-upOgexDugQ .mbr-section-head {
  width: 100%;
  margin-bottom: 3.4vw;
}
@media (max-width: 767px) {
  .cid-upOgexDugQ .mbr-section-head {
    margin-bottom: 6.93vw;
  }
}
.cid-upOgexDugQ .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
.cid-upOgexDugQ .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-upOgexDugQ .item {
  display: flex;
  align-items: stretch;
  margin-bottom: 1.4vw;
  overflow: visible;
}
@media (max-width: 767px) {
  .cid-upOgexDugQ .item {
    margin-bottom: 0.75rem;
  }
}
.cid-upOgexDugQ .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: 0.3s all;
  overflow: visible;
}
.cid-upOgexDugQ .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 26px;
  overflow: hidden;
  transition: 0.3s all;
  border: 1px solid #ffffff;
}
.cid-upOgexDugQ .item-img:hover {
  transform: translateY(-3px);
}
.cid-upOgexDugQ .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-upOgexDugQ .item-content {
  width: 100%;
  margin-top: 1.75rem;
}
.cid-upOgexDugQ .item-title {
  color: #ffffff;
  margin-right: auto;
  width: 100%;
  text-align: center;
}
.cid-upOgexDugQ .mbr-text {
  color: #000000;
  margin-top: 0.75rem;
}
.cid-upOgexDugQ .mbr-section-btn {
  margin-top: 1rem;
}
.cid-upOgexDugQ .mbr-text,
.cid-upOgexDugQ .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-upOiteNnoY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upOiteNnoY .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upOiteNnoY .mbr-fallback-image.disabled {
  display: none;
}
.cid-upOiteNnoY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upOiteNnoY .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upOiteNnoY .content-wrap .card {
  justify-content: space-between;
}
.cid-upOiteNnoY .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upOiteNnoY .content-wrapper {
    padding: 0;
  }
}
.cid-upOiteNnoY .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upOiteNnoY .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upOiteNnoY .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upOiteNnoY .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upOiteNnoY .mbr-desc,
.cid-upOiteNnoY .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upOiteNnoY .mbr-section-title,
.cid-upOiteNnoY .mbr-section-btn {
  color: #ffffff;
}
.cid-upOiraKc3J {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #b7140b;
}
.cid-upOiraKc3J .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-upOiraKc3J .item {
    margin-bottom: 1rem;
  }
}
.cid-upOiraKc3J .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-upOiraKc3J .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-upOiraKc3J .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-upOiraKc3J .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-upOiraKc3J .carousel-control,
.cid-upOiraKc3J .close {
  background: #1b1b1b;
}
.cid-upOiraKc3J .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-upOiraKc3J .carousel-control-prev span {
  margin-right: 5px;
}
.cid-upOiraKc3J .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-upOiraKc3J .carousel-control-next span {
  margin-left: 5px;
}
.cid-upOiraKc3J .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-upOiraKc3J .close::before {
  content: '\e91a';
}
.cid-upOiraKc3J .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-upOiraKc3J .carousel-control {
  display: flex;
  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-upOiraKc3J .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-upOiraKc3J .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-upOiraKc3J .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-upOiraKc3J .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-upOiraKc3J .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-upOiraKc3J .carousel-indicators li.active,
.cid-upOiraKc3J .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-upOiraKc3J .carousel-indicators li::after,
.cid-upOiraKc3J .carousel-indicators li::before {
  content: none;
}
.cid-upOiraKc3J .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-upOiraKc3J .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-upOiraKc3J .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-upOiraKc3J .carousel-indicators {
    display: none;
  }
}
.cid-upOiraKc3J .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-upOiraKc3J .carousel-inner > .active {
  display: block;
}
.cid-upOiraKc3J .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-upOiraKc3J .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-upOiraKc3J .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-upOiraKc3J .carousel-control,
  .cid-upOiraKc3J .carousel-indicators,
  .cid-upOiraKc3J .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-upOiraKc3J .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-upOiraKc3J .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-upOiraKc3J .carousel-indicators .active,
.cid-upOiraKc3J .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-upOiraKc3J .carousel-indicators .active {
  background: #fff;
}
.cid-upOiraKc3J .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-upOiraKc3J .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-upOiraKc3J .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-upOiraKc3J .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-upOiraKc3J .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-upOiraKc3J .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-upOiraKc3J .carousel {
  width: 100%;
}
.cid-upOiraKc3J .modal-backdrop.in {
  opacity: 0.8;
}
.cid-upOiraKc3J .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-upOiraKc3J .modal.fade .modal-dialog,
.cid-upOiraKc3J .modal.in .modal-dialog {
  transform: none;
}
.cid-upOiraKc3J .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-upOiraKc3J .content-head {
  max-width: 800px;
}
.cid-upOiraKc3J H4 {
  color: #ffffff;
}
.cid-uotdryNeBQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uotdryNeBQ .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uotdryNeBQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uotdryNeBQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uotdryNeBQ .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uotdryNeBQ .content-wrap .card {
  justify-content: space-between;
}
.cid-uotdryNeBQ .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uotdryNeBQ .content-wrapper {
    padding: 0;
  }
}
.cid-uotdryNeBQ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uotdryNeBQ .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uotdryNeBQ .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uotdryNeBQ .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uotdryNeBQ .mbr-desc,
.cid-uotdryNeBQ .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uotdryNeBQ .mbr-section-title,
.cid-uotdryNeBQ .mbr-section-btn {
  color: #ffffff;
}
.cid-uotdrz2EU5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-uotdrz2EU5 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uotdrz2EU5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uotdrz2EU5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uotdrz2EU5 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uotdrz2EU5 .content-wrap .card {
  justify-content: space-between;
}
.cid-uotdrz2EU5 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uotdrz2EU5 .content-wrapper {
    padding: 0;
  }
}
.cid-uotdrz2EU5 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uotdrz2EU5 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uotdrz2EU5 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uotdrz2EU5 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uotdrz2EU5 .mbr-desc,
.cid-uotdrz2EU5 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uotdrz2EU5 .mbr-section-title,
.cid-uotdrz2EU5 .mbr-section-btn {
  color: #ffffff;
}
.cid-uotdrzghU5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uotdrzghU5 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uotdrzghU5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uotdrzghU5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uotdrzghU5 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uotdrzghU5 .content-wrap .card {
  justify-content: space-between;
}
.cid-uotdrzghU5 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uotdrzghU5 .content-wrapper {
    padding: 0;
  }
}
.cid-uotdrzghU5 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uotdrzghU5 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uotdrzghU5 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uotdrzghU5 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uotdrzghU5 .mbr-desc,
.cid-uotdrzghU5 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uotdrzghU5 .mbr-section-title,
.cid-uotdrzghU5 .mbr-section-btn {
  color: #ffffff;
}
.cid-upNrlbHsvD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-upNrlbHsvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNrlbHsvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .container {
    padding: 0 16px;
  }
}
.cid-upNrlbHsvD .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-upNrlbHsvD .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-upNrlbHsvD .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-upNrlbHsvD .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-upNrlbHsvD .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .mbr-section-title {
  color: #ffffff;
}
.cid-upNrlbHsvD .copyright {
  color: #ffffff;
}
.cid-upNrlbHsvD .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .list {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .mbr-section-title,
.cid-upNrlbHsvD .title-wrapper,
.cid-upNrlbHsvD .social-wrapper {
  text-align: center;
}
.cid-uotyJs6Wjk {
  background-color: transparent;
}
.cid-uotyJs6Wjk .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-uotyJs6Wjk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-uotyJs6Wjk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uotyJs6Wjk .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uotyJs6Wjk .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uotyJs6Wjk .menu_box .navbar.opened,
  .cid-uotyJs6Wjk .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uotyJs6Wjk .navbar-dropdown {
  position: relative !important;
}
.cid-uotyJs6Wjk .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uotyJs6Wjk .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uotyJs6Wjk .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uotyJs6Wjk .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uotyJs6Wjk .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uotyJs6Wjk .btn:hover {
  box-shadow: none;
}
.cid-uotyJs6Wjk .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uotyJs6Wjk .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uotyJs6Wjk .nav-item {
    margin: 0 !important;
  }
}
.cid-uotyJs6Wjk .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-uotyJs6Wjk .nav-item .nav-link:hover,
.cid-uotyJs6Wjk .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-uotyJs6Wjk .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uotyJs6Wjk .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uotyJs6Wjk .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uotyJs6Wjk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uotyJs6Wjk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uotyJs6Wjk .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uotyJs6Wjk .offcanvas_box {
    display: none;
  }
}
.cid-uotyJs6Wjk .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uotyJs6Wjk .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uotyJs6Wjk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uotyJs6Wjk .container {
  display: flex;
  margin: auto;
}
.cid-uotyJs6Wjk .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uotyJs6Wjk .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uotyJs6Wjk .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-uotyJs6Wjk .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uotyJs6Wjk .navbar-nav {
    margin: 0;
  }
}
.cid-uotyJs6Wjk .dropdown-menu,
.cid-uotyJs6Wjk .navbar.opened {
  background-color: false !important;
}
.cid-uotyJs6Wjk .nav-item:focus,
.cid-uotyJs6Wjk .nav-link:focus {
  outline: none;
}
.cid-uotyJs6Wjk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uotyJs6Wjk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uotyJs6Wjk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uotyJs6Wjk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uotyJs6Wjk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uotyJs6Wjk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uotyJs6Wjk .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uotyJs6Wjk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uotyJs6Wjk .navbar.opened {
  transition: all 0.3s;
}
.cid-uotyJs6Wjk .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uotyJs6Wjk .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uotyJs6Wjk .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uotyJs6Wjk .navbar.collapsed {
  justify-content: center;
}
.cid-uotyJs6Wjk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uotyJs6Wjk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uotyJs6Wjk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uotyJs6Wjk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uotyJs6Wjk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uotyJs6Wjk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uotyJs6Wjk .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uotyJs6Wjk .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uotyJs6Wjk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uotyJs6Wjk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uotyJs6Wjk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uotyJs6Wjk .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uotyJs6Wjk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uotyJs6Wjk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uotyJs6Wjk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uotyJs6Wjk .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uotyJs6Wjk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uotyJs6Wjk .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uotyJs6Wjk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uotyJs6Wjk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uotyJs6Wjk .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uotyJs6Wjk .navbar.navbar-short {
  min-height: 60px;
}
.cid-uotyJs6Wjk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uotyJs6Wjk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uotyJs6Wjk .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-uotyJs6Wjk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uotyJs6Wjk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uotyJs6Wjk .dropdown-item.active,
.cid-uotyJs6Wjk .dropdown-item:active {
  background-color: transparent;
}
.cid-uotyJs6Wjk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uotyJs6Wjk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uotyJs6Wjk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uotyJs6Wjk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uotyJs6Wjk ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uotyJs6Wjk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uotyJs6Wjk button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-uotyJs6Wjk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uotyJs6Wjk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uotyJs6Wjk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uotyJs6Wjk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uotyJs6Wjk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uotyJs6Wjk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uotyJs6Wjk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uotyJs6Wjk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uotyJs6Wjk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uotyJs6Wjk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uotyJs6Wjk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uotyJs6Wjk .navbar {
    height: 70px;
  }
  .cid-uotyJs6Wjk .navbar.opened {
    height: auto;
  }
  .cid-uotyJs6Wjk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uotyJs6Wjk .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uotyJs6Wjk .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-uotyJs6Wjk .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uotyJs6Wjk .text_widget {
  margin-bottom: 32px;
}
.cid-uotyJs6Wjk .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uotyJs6Wjk .text_widget a:hover,
.cid-uotyJs6Wjk .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uotyJs6Wjk .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uotyJs6Wjk .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uotyJs6Wjk .navbar-caption {
  color: #000000;
}
.cid-uotyJs6Wjk .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uotyJs6Wjk .mbr-section-subtitle,
.cid-uotyJs6Wjk .text_widget,
.cid-uotyJs6Wjk .mbr-section-btn {
  text-align: center;
}
.cid-uotyJs6Wjk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uotyJsr4m7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uotyJsr4m7 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uotyJsr4m7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uotyJsr4m7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uotyJsr4m7 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uotyJsr4m7 .content-wrap .card {
  justify-content: space-between;
}
.cid-uotyJsr4m7 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uotyJsr4m7 .content-wrapper {
    padding: 0;
  }
}
.cid-uotyJsr4m7 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uotyJsr4m7 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uotyJsr4m7 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uotyJsr4m7 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uotyJsr4m7 .mbr-desc,
.cid-uotyJsr4m7 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uotyJsr4m7 .mbr-section-title,
.cid-uotyJsr4m7 .mbr-section-btn {
  color: #ffffff;
}
.cid-uotyJsUsGW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uotyJsUsGW .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uotyJsUsGW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uotyJsUsGW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uotyJsUsGW .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uotyJsUsGW .content-wrap .card {
  justify-content: space-between;
}
.cid-uotyJsUsGW .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uotyJsUsGW .content-wrapper {
    padding: 0;
  }
}
.cid-uotyJsUsGW .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uotyJsUsGW .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uotyJsUsGW .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uotyJsUsGW .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uotyJsUsGW .mbr-desc,
.cid-uotyJsUsGW .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uotyJsUsGW .mbr-section-title,
.cid-uotyJsUsGW .mbr-section-btn {
  color: #ffffff;
}
.cid-uouvnzpOZU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  position: relative;
}
.cid-uouvnzpOZU .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0aa3c2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uouvnzpOZU .mbr-section-head {
  width: 100%;
  margin-bottom: 3.4vw;
}
@media (max-width: 767px) {
  .cid-uouvnzpOZU .mbr-section-head {
    margin-bottom: 6.93vw;
  }
}
.cid-uouvnzpOZU .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
.cid-uouvnzpOZU .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uouvnzpOZU .item {
  display: flex;
  align-items: stretch;
  margin-bottom: 1.4vw;
  overflow: visible;
}
@media (max-width: 767px) {
  .cid-uouvnzpOZU .item {
    margin-bottom: 0.75rem;
  }
}
.cid-uouvnzpOZU .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: 0.3s all;
  overflow: visible;
}
.cid-uouvnzpOZU .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 26px;
  overflow: hidden;
  transition: 0.3s all;
}
.cid-uouvnzpOZU .item-img:hover {
  transform: translateY(-3px);
}
.cid-uouvnzpOZU .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uouvnzpOZU .item-content {
  width: 100%;
  margin-top: 1.75rem;
}
.cid-uouvnzpOZU .item-title {
  color: #000000;
  margin-right: auto;
  width: 100%;
  text-align: center;
}
.cid-uouvnzpOZU .mbr-text {
  color: #000000;
  margin-top: 0.75rem;
}
.cid-uouvnzpOZU .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uouvnzpOZU .mbr-text,
.cid-uouvnzpOZU .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uouygbOnUj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uouygbOnUj .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uouygbOnUj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uouygbOnUj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uouygbOnUj .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uouygbOnUj .content-wrap .card {
  justify-content: space-between;
}
.cid-uouygbOnUj .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uouygbOnUj .content-wrapper {
    padding: 0;
  }
}
.cid-uouygbOnUj .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uouygbOnUj .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uouygbOnUj .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uouygbOnUj .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uouygbOnUj .mbr-desc,
.cid-uouygbOnUj .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uouygbOnUj .mbr-section-title,
.cid-uouygbOnUj .mbr-section-btn {
  color: #ffffff;
}
.cid-up9sWrZsfE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  position: relative;
}
.cid-up9sWrZsfE .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0aa3c2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-up9sWrZsfE .mbr-section-head {
  width: 100%;
  margin-bottom: 3.4vw;
}
@media (max-width: 767px) {
  .cid-up9sWrZsfE .mbr-section-head {
    margin-bottom: 6.93vw;
  }
}
.cid-up9sWrZsfE .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
.cid-up9sWrZsfE .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-up9sWrZsfE .item {
  display: flex;
  align-items: stretch;
  margin-bottom: 1.4vw;
  overflow: visible;
}
@media (max-width: 767px) {
  .cid-up9sWrZsfE .item {
    margin-bottom: 0.75rem;
  }
}
.cid-up9sWrZsfE .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: 0.3s all;
  overflow: visible;
}
.cid-up9sWrZsfE .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 26px;
  overflow: hidden;
  transition: 0.3s all;
  border: 1px solid #ffffff;
}
.cid-up9sWrZsfE .item-img:hover {
  transform: translateY(-3px);
}
.cid-up9sWrZsfE .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-up9sWrZsfE .item-content {
  width: 100%;
  margin-top: 1.75rem;
}
.cid-up9sWrZsfE .item-title {
  color: #000000;
  margin-right: auto;
  width: 100%;
  text-align: center;
}
.cid-up9sWrZsfE .mbr-text {
  color: #000000;
  margin-top: 0.75rem;
}
.cid-up9sWrZsfE .mbr-section-btn {
  margin-top: 1rem;
}
.cid-up9sWrZsfE .mbr-text,
.cid-up9sWrZsfE .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uotyJtJtJq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uotyJtJtJq .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uotyJtJtJq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uotyJtJtJq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uotyJtJtJq .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uotyJtJtJq .content-wrap .card {
  justify-content: space-between;
}
.cid-uotyJtJtJq .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uotyJtJtJq .content-wrapper {
    padding: 0;
  }
}
.cid-uotyJtJtJq .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uotyJtJtJq .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uotyJtJtJq .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uotyJtJtJq .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uotyJtJtJq .mbr-desc,
.cid-uotyJtJtJq .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uotyJtJtJq .mbr-section-title,
.cid-uotyJtJtJq .mbr-section-btn {
  color: #ffffff;
}
.cid-uotyJu0svs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-uotyJu0svs .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uotyJu0svs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uotyJu0svs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uotyJu0svs .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uotyJu0svs .content-wrap .card {
  justify-content: space-between;
}
.cid-uotyJu0svs .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uotyJu0svs .content-wrapper {
    padding: 0;
  }
}
.cid-uotyJu0svs .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uotyJu0svs .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uotyJu0svs .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uotyJu0svs .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uotyJu0svs .mbr-desc,
.cid-uotyJu0svs .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uotyJu0svs .mbr-section-title,
.cid-uotyJu0svs .mbr-section-btn {
  color: #ffffff;
}
.cid-uotyJufqLn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uotyJufqLn .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uotyJufqLn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uotyJufqLn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uotyJufqLn .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uotyJufqLn .content-wrap .card {
  justify-content: space-between;
}
.cid-uotyJufqLn .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uotyJufqLn .content-wrapper {
    padding: 0;
  }
}
.cid-uotyJufqLn .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uotyJufqLn .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uotyJufqLn .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uotyJufqLn .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uotyJufqLn .mbr-desc,
.cid-uotyJufqLn .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uotyJufqLn .mbr-section-title,
.cid-uotyJufqLn .mbr-section-btn {
  color: #ffffff;
}
.cid-upNrlbHsvD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-upNrlbHsvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNrlbHsvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .container {
    padding: 0 16px;
  }
}
.cid-upNrlbHsvD .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-upNrlbHsvD .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-upNrlbHsvD .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-upNrlbHsvD .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-upNrlbHsvD .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .mbr-section-title {
  color: #ffffff;
}
.cid-upNrlbHsvD .copyright {
  color: #ffffff;
}
.cid-upNrlbHsvD .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .list {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .mbr-section-title,
.cid-upNrlbHsvD .title-wrapper,
.cid-upNrlbHsvD .social-wrapper {
  text-align: center;
}
.cid-uotIg3NRqF {
  background-color: transparent;
}
.cid-uotIg3NRqF .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-uotIg3NRqF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-uotIg3NRqF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uotIg3NRqF .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uotIg3NRqF .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uotIg3NRqF .menu_box .navbar.opened,
  .cid-uotIg3NRqF .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uotIg3NRqF .navbar-dropdown {
  position: relative !important;
}
.cid-uotIg3NRqF .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uotIg3NRqF .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uotIg3NRqF .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uotIg3NRqF .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uotIg3NRqF .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uotIg3NRqF .btn:hover {
  box-shadow: none;
}
.cid-uotIg3NRqF .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uotIg3NRqF .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uotIg3NRqF .nav-item {
    margin: 0 !important;
  }
}
.cid-uotIg3NRqF .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-uotIg3NRqF .nav-item .nav-link:hover,
.cid-uotIg3NRqF .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-uotIg3NRqF .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uotIg3NRqF .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uotIg3NRqF .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uotIg3NRqF .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uotIg3NRqF .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uotIg3NRqF .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uotIg3NRqF .offcanvas_box {
    display: none;
  }
}
.cid-uotIg3NRqF .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uotIg3NRqF .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uotIg3NRqF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uotIg3NRqF .container {
  display: flex;
  margin: auto;
}
.cid-uotIg3NRqF .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uotIg3NRqF .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uotIg3NRqF .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-uotIg3NRqF .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uotIg3NRqF .navbar-nav {
    margin: 0;
  }
}
.cid-uotIg3NRqF .dropdown-menu,
.cid-uotIg3NRqF .navbar.opened {
  background-color: false !important;
}
.cid-uotIg3NRqF .nav-item:focus,
.cid-uotIg3NRqF .nav-link:focus {
  outline: none;
}
.cid-uotIg3NRqF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uotIg3NRqF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uotIg3NRqF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uotIg3NRqF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uotIg3NRqF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uotIg3NRqF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uotIg3NRqF .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uotIg3NRqF .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uotIg3NRqF .navbar.opened {
  transition: all 0.3s;
}
.cid-uotIg3NRqF .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uotIg3NRqF .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uotIg3NRqF .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uotIg3NRqF .navbar.collapsed {
  justify-content: center;
}
.cid-uotIg3NRqF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uotIg3NRqF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uotIg3NRqF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uotIg3NRqF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uotIg3NRqF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uotIg3NRqF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uotIg3NRqF .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uotIg3NRqF .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uotIg3NRqF .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uotIg3NRqF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uotIg3NRqF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uotIg3NRqF .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uotIg3NRqF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uotIg3NRqF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uotIg3NRqF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uotIg3NRqF .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uotIg3NRqF .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uotIg3NRqF .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uotIg3NRqF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uotIg3NRqF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uotIg3NRqF .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uotIg3NRqF .navbar.navbar-short {
  min-height: 60px;
}
.cid-uotIg3NRqF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uotIg3NRqF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uotIg3NRqF .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-uotIg3NRqF .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uotIg3NRqF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uotIg3NRqF .dropdown-item.active,
.cid-uotIg3NRqF .dropdown-item:active {
  background-color: transparent;
}
.cid-uotIg3NRqF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uotIg3NRqF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uotIg3NRqF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uotIg3NRqF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uotIg3NRqF ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uotIg3NRqF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uotIg3NRqF button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-uotIg3NRqF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uotIg3NRqF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uotIg3NRqF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uotIg3NRqF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uotIg3NRqF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uotIg3NRqF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uotIg3NRqF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uotIg3NRqF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uotIg3NRqF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uotIg3NRqF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uotIg3NRqF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uotIg3NRqF .navbar {
    height: 70px;
  }
  .cid-uotIg3NRqF .navbar.opened {
    height: auto;
  }
  .cid-uotIg3NRqF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uotIg3NRqF .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uotIg3NRqF .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-uotIg3NRqF .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uotIg3NRqF .text_widget {
  margin-bottom: 32px;
}
.cid-uotIg3NRqF .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uotIg3NRqF .text_widget a:hover,
.cid-uotIg3NRqF .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uotIg3NRqF .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uotIg3NRqF .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uotIg3NRqF .navbar-caption {
  color: #000000;
}
.cid-uotIg3NRqF .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uotIg3NRqF .mbr-section-subtitle,
.cid-uotIg3NRqF .text_widget,
.cid-uotIg3NRqF .mbr-section-btn {
  text-align: center;
}
.cid-uotIg3NRqF a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uotIg49p0q {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uotIg49p0q .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uotIg49p0q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uotIg49p0q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uotIg49p0q .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uotIg49p0q .content-wrap .card {
  justify-content: space-between;
}
.cid-uotIg49p0q .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uotIg49p0q .content-wrapper {
    padding: 0;
  }
}
.cid-uotIg49p0q .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uotIg49p0q .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uotIg49p0q .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uotIg49p0q .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uotIg49p0q .mbr-desc,
.cid-uotIg49p0q .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uotIg49p0q .mbr-section-title,
.cid-uotIg49p0q .mbr-section-btn {
  color: #ffffff;
}
.cid-uotIg4o6w8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uotIg4o6w8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uotIg4o6w8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uotIg4o6w8 img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border: 2px dashed #f7bc4a;
  border-radius: 8px;
}
.cid-uotIg4o6w8 .img-wide {
  height: 50%;
}
.cid-uotIg4o6w8 .img-big {
  height: 100%;
}
.cid-uotIg5cYPV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uotIg5cYPV .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uotIg5cYPV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uotIg5cYPV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uotIg5cYPV .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uotIg5cYPV .content-wrap .card {
  justify-content: space-between;
}
.cid-uotIg5cYPV .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uotIg5cYPV .content-wrapper {
    padding: 0;
  }
}
.cid-uotIg5cYPV .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uotIg5cYPV .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uotIg5cYPV .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uotIg5cYPV .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uotIg5cYPV .mbr-desc,
.cid-uotIg5cYPV .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uotIg5cYPV .mbr-section-title,
.cid-uotIg5cYPV .mbr-section-btn {
  color: #ffffff;
}
.cid-uotIMoMpL8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #0aa3c2;
}
.cid-uotIMoMpL8 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uotIMoMpL8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uotIMoMpL8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uotIMoMpL8 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uotIMoMpL8 .content-wrap .card {
  justify-content: space-between;
}
.cid-uotIMoMpL8 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uotIMoMpL8 .content-wrapper {
    padding: 0;
  }
}
.cid-uotIMoMpL8 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uotIMoMpL8 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uotIMoMpL8 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uotIMoMpL8 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uotIMoMpL8 .mbr-desc,
.cid-uotIMoMpL8 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uotIMoMpL8 .mbr-section-title,
.cid-uotIMoMpL8 .mbr-section-btn {
  color: #ffffff;
}
.cid-uotIZ0jfKt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #0aa3c2;
}
.cid-uotIZ0jfKt .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uotIZ0jfKt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uotIZ0jfKt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uotIZ0jfKt .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uotIZ0jfKt .content-wrap .card {
  justify-content: space-between;
}
.cid-uotIZ0jfKt .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uotIZ0jfKt .content-wrapper {
    padding: 0;
  }
}
.cid-uotIZ0jfKt .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uotIZ0jfKt .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uotIZ0jfKt .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uotIZ0jfKt .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uotIZ0jfKt .mbr-desc,
.cid-uotIZ0jfKt .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uotIZ0jfKt .mbr-section-title,
.cid-uotIZ0jfKt .mbr-section-btn {
  color: #ffffff;
}
.cid-uotJmgbS2w {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #0aa3c2;
}
.cid-uotJmgbS2w .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uotJmgbS2w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uotJmgbS2w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uotJmgbS2w .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uotJmgbS2w .content-wrap .card {
  justify-content: space-between;
}
.cid-uotJmgbS2w .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uotJmgbS2w .content-wrapper {
    padding: 0;
  }
}
.cid-uotJmgbS2w .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uotJmgbS2w .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uotJmgbS2w .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uotJmgbS2w .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uotJmgbS2w .mbr-desc,
.cid-uotJmgbS2w .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uotJmgbS2w .mbr-section-title,
.cid-uotJmgbS2w .mbr-section-btn {
  color: #ffffff;
}
.cid-uotIg5Myve {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uotIg5Myve .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uotIg5Myve .mbr-fallback-image.disabled {
  display: none;
}
.cid-uotIg5Myve .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uotIg5Myve .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uotIg5Myve .content-wrap .card {
  justify-content: space-between;
}
.cid-uotIg5Myve .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uotIg5Myve .content-wrapper {
    padding: 0;
  }
}
.cid-uotIg5Myve .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uotIg5Myve .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uotIg5Myve .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uotIg5Myve .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uotIg5Myve .mbr-desc,
.cid-uotIg5Myve .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uotIg5Myve .mbr-section-title,
.cid-uotIg5Myve .mbr-section-btn {
  color: #ffffff;
}
.cid-uotIg65vLR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-uotIg65vLR .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uotIg65vLR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uotIg65vLR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uotIg65vLR .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uotIg65vLR .content-wrap .card {
  justify-content: space-between;
}
.cid-uotIg65vLR .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uotIg65vLR .content-wrapper {
    padding: 0;
  }
}
.cid-uotIg65vLR .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uotIg65vLR .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uotIg65vLR .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uotIg65vLR .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uotIg65vLR .mbr-desc,
.cid-uotIg65vLR .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uotIg65vLR .mbr-section-title,
.cid-uotIg65vLR .mbr-section-btn {
  color: #ffffff;
}
.cid-uotIg6nbSL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uotIg6nbSL .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uotIg6nbSL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uotIg6nbSL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uotIg6nbSL .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uotIg6nbSL .content-wrap .card {
  justify-content: space-between;
}
.cid-uotIg6nbSL .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uotIg6nbSL .content-wrapper {
    padding: 0;
  }
}
.cid-uotIg6nbSL .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uotIg6nbSL .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uotIg6nbSL .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uotIg6nbSL .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uotIg6nbSL .mbr-desc,
.cid-uotIg6nbSL .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uotIg6nbSL .mbr-section-title,
.cid-uotIg6nbSL .mbr-section-btn {
  color: #ffffff;
}
.cid-upNrlbHsvD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-upNrlbHsvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNrlbHsvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .container {
    padding: 0 16px;
  }
}
.cid-upNrlbHsvD .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-upNrlbHsvD .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-upNrlbHsvD .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-upNrlbHsvD .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-upNrlbHsvD .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .mbr-section-title {
  color: #ffffff;
}
.cid-upNrlbHsvD .copyright {
  color: #ffffff;
}
.cid-upNrlbHsvD .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .list {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .mbr-section-title,
.cid-upNrlbHsvD .title-wrapper,
.cid-upNrlbHsvD .social-wrapper {
  text-align: center;
}
.cid-uotKwb7TZS {
  background-color: transparent;
}
.cid-uotKwb7TZS .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-uotKwb7TZS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-uotKwb7TZS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uotKwb7TZS .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uotKwb7TZS .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uotKwb7TZS .menu_box .navbar.opened,
  .cid-uotKwb7TZS .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uotKwb7TZS .navbar-dropdown {
  position: relative !important;
}
.cid-uotKwb7TZS .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uotKwb7TZS .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uotKwb7TZS .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uotKwb7TZS .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uotKwb7TZS .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uotKwb7TZS .btn:hover {
  box-shadow: none;
}
.cid-uotKwb7TZS .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uotKwb7TZS .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uotKwb7TZS .nav-item {
    margin: 0 !important;
  }
}
.cid-uotKwb7TZS .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-uotKwb7TZS .nav-item .nav-link:hover,
.cid-uotKwb7TZS .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-uotKwb7TZS .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uotKwb7TZS .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uotKwb7TZS .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uotKwb7TZS .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uotKwb7TZS .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uotKwb7TZS .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uotKwb7TZS .offcanvas_box {
    display: none;
  }
}
.cid-uotKwb7TZS .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uotKwb7TZS .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uotKwb7TZS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uotKwb7TZS .container {
  display: flex;
  margin: auto;
}
.cid-uotKwb7TZS .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uotKwb7TZS .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uotKwb7TZS .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-uotKwb7TZS .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uotKwb7TZS .navbar-nav {
    margin: 0;
  }
}
.cid-uotKwb7TZS .dropdown-menu,
.cid-uotKwb7TZS .navbar.opened {
  background-color: false !important;
}
.cid-uotKwb7TZS .nav-item:focus,
.cid-uotKwb7TZS .nav-link:focus {
  outline: none;
}
.cid-uotKwb7TZS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uotKwb7TZS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uotKwb7TZS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uotKwb7TZS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uotKwb7TZS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uotKwb7TZS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uotKwb7TZS .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uotKwb7TZS .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uotKwb7TZS .navbar.opened {
  transition: all 0.3s;
}
.cid-uotKwb7TZS .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uotKwb7TZS .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uotKwb7TZS .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uotKwb7TZS .navbar.collapsed {
  justify-content: center;
}
.cid-uotKwb7TZS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uotKwb7TZS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uotKwb7TZS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uotKwb7TZS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uotKwb7TZS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uotKwb7TZS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uotKwb7TZS .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uotKwb7TZS .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uotKwb7TZS .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uotKwb7TZS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uotKwb7TZS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uotKwb7TZS .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uotKwb7TZS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uotKwb7TZS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uotKwb7TZS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uotKwb7TZS .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uotKwb7TZS .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uotKwb7TZS .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uotKwb7TZS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uotKwb7TZS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uotKwb7TZS .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uotKwb7TZS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uotKwb7TZS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uotKwb7TZS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uotKwb7TZS .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-uotKwb7TZS .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uotKwb7TZS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uotKwb7TZS .dropdown-item.active,
.cid-uotKwb7TZS .dropdown-item:active {
  background-color: transparent;
}
.cid-uotKwb7TZS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uotKwb7TZS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uotKwb7TZS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uotKwb7TZS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uotKwb7TZS ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uotKwb7TZS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uotKwb7TZS button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-uotKwb7TZS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uotKwb7TZS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uotKwb7TZS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uotKwb7TZS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uotKwb7TZS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uotKwb7TZS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uotKwb7TZS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uotKwb7TZS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uotKwb7TZS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uotKwb7TZS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uotKwb7TZS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uotKwb7TZS .navbar {
    height: 70px;
  }
  .cid-uotKwb7TZS .navbar.opened {
    height: auto;
  }
  .cid-uotKwb7TZS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uotKwb7TZS .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uotKwb7TZS .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-uotKwb7TZS .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uotKwb7TZS .text_widget {
  margin-bottom: 32px;
}
.cid-uotKwb7TZS .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uotKwb7TZS .text_widget a:hover,
.cid-uotKwb7TZS .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uotKwb7TZS .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uotKwb7TZS .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uotKwb7TZS .navbar-caption {
  color: #000000;
}
.cid-uotKwb7TZS .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uotKwb7TZS .mbr-section-subtitle,
.cid-uotKwb7TZS .text_widget,
.cid-uotKwb7TZS .mbr-section-btn {
  text-align: center;
}
.cid-uotKwb7TZS a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uotKwbrjbw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uotKwbrjbw .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uotKwbrjbw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uotKwbrjbw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uotKwbrjbw .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uotKwbrjbw .content-wrap .card {
  justify-content: space-between;
}
.cid-uotKwbrjbw .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uotKwbrjbw .content-wrapper {
    padding: 0;
  }
}
.cid-uotKwbrjbw .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uotKwbrjbw .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uotKwbrjbw .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uotKwbrjbw .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uotKwbrjbw .mbr-desc,
.cid-uotKwbrjbw .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uotKwbrjbw .mbr-section-title,
.cid-uotKwbrjbw .mbr-section-btn {
  color: #ffffff;
}
.cid-uotKwbJRry {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uotKwbJRry .mbr-fallback-image.disabled {
  display: none;
}
.cid-uotKwbJRry .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uotKwbJRry img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border: 2px dashed #f7bc4a;
  border-radius: 8px;
}
.cid-uotKwbJRry .img-wide {
  height: 50%;
}
.cid-uotKwbJRry .img-big {
  height: 100%;
}
.cid-uotKwc0een {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uotKwc0een .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uotKwc0een .mbr-fallback-image.disabled {
  display: none;
}
.cid-uotKwc0een .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uotKwc0een .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uotKwc0een .content-wrap .card {
  justify-content: space-between;
}
.cid-uotKwc0een .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uotKwc0een .content-wrapper {
    padding: 0;
  }
}
.cid-uotKwc0een .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uotKwc0een .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uotKwc0een .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uotKwc0een .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uotKwc0een .mbr-desc,
.cid-uotKwc0een .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uotKwc0een .mbr-section-title,
.cid-uotKwc0een .mbr-section-btn {
  color: #ffffff;
}
.cid-uotLjoSgpz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/comic-wall-2000x1331.jpg");
}
.cid-uotLjoSgpz .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uotLjoSgpz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uotLjoSgpz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uotLjoSgpz .content-wrap {
  justify-content: center;
}
.cid-uotLjoSgpz .card-wrapper {
  background-color: #0aa3c2;
  display: flex;
  border: 1px solid #000000;
}
@media (max-width: 1200px) {
  .cid-uotLjoSgpz .card-wrapper {
    display: block;
  }
}
.cid-uotLjoSgpz .card-wrapper .title-wrapper {
  width: 35%;
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid #000000;
}
@media (max-width: 1640px) {
  .cid-uotLjoSgpz .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 1200px) {
  .cid-uotLjoSgpz .card-wrapper .title-wrapper {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #000000;
  }
}
@media (max-width: 992px) {
  .cid-uotLjoSgpz .card-wrapper .title-wrapper {
    padding: 40px 20px;
  }
}
.cid-uotLjoSgpz .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uotLjoSgpz .card-wrapper .title-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 100px;
  color: #000000;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uotLjoSgpz .card-wrapper .title-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-uotLjoSgpz .card-wrapper .list-wrapper {
  width: 100%;
}
@media (max-width: 1200px) {
  .cid-uotLjoSgpz .card-wrapper .list-wrapper {
    width: 100%;
  }
}
.cid-uotLjoSgpz .card-wrapper .list-wrapper .panel-group .card {
  position: relative;
  padding: 0;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  background-color: transparent;
  border-radius: 0 !important;
}
.cid-uotLjoSgpz .card-wrapper .list-wrapper .panel-group .card:first-child .card-header {
  border-top: none !important;
}
.cid-uotLjoSgpz .card-wrapper .list-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px;
  border-top: 1px solid #000000;
}
@media (max-width: 1940px) {
  .cid-uotLjoSgpz .card-wrapper .list-wrapper .panel-group .card .card-header {
    padding: 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uotLjoSgpz .card-wrapper .list-wrapper .panel-group .card .card-header {
    padding: 32px 20px;
  }
}
.cid-uotLjoSgpz .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uotLjoSgpz .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uotLjoSgpz .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 28px;
  height: 28px;
  min-width: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uotLjoSgpz .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 28px;
  color: #000000;
}
.cid-uotLjoSgpz .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(180deg);
}
.cid-uotLjoSgpz .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 32px 64px 32px;
}
@media (max-width: 1940px) {
  .cid-uotLjoSgpz .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 64px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uotLjoSgpz .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 32px 20px;
  }
}
.cid-uotLjoSgpz .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uotLjoSgpz .mbr-section-title {
  color: #FFFFFF;
}
.cid-uotLjoSgpz .panel-title-edit {
  color: #150764;
}
.cid-uotLjoSgpz .panel-text {
  color: #000000;
}
.cid-uotLjoSgpz .panel-title-edit,
.cid-uotLjoSgpz .icon-wrapper {
  color: #ffffff;
}
.cid-uotLoBaHCu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uotLoBaHCu .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uotLoBaHCu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uotLoBaHCu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uotLoBaHCu .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uotLoBaHCu .content-wrap .card {
  justify-content: space-between;
}
.cid-uotLoBaHCu .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uotLoBaHCu .content-wrapper {
    padding: 0;
  }
}
.cid-uotLoBaHCu .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uotLoBaHCu .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uotLoBaHCu .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uotLoBaHCu .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uotLoBaHCu .mbr-desc,
.cid-uotLoBaHCu .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uotLoBaHCu .mbr-section-title,
.cid-uotLoBaHCu .mbr-section-btn {
  color: #ffffff;
}
.cid-uotLkOc3Pc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #0aa3c2;
}
.cid-uotLkOc3Pc .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uotLkOc3Pc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uotLkOc3Pc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uotLkOc3Pc .content-wrap {
  margin: 0;
}
.cid-uotLkOc3Pc .content-wrap .card {
  padding: 0;
}
.cid-uotLkOc3Pc .image-wrapper {
  height: 100%;
  border-right: 1px solid #000000;
  border-right: none;
  border-left: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uotLkOc3Pc .image-wrapper {
    border-right: none;
    border-bottom: 1px solid #000000;
  }
}
@media (max-width: 992px) {
  .cid-uotLkOc3Pc .image-wrapper {
    border-left: none;
    border-bottom: 1px solid #000000;
  }
}
.cid-uotLkOc3Pc .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uotLkOc3Pc .image-wrapper img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uotLkOc3Pc .content-wrapper {
  padding: 40px 72px;
}
@media (max-width: 1640px) {
  .cid-uotLkOc3Pc .content-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uotLkOc3Pc .content-wrapper {
    padding: 40px 0;
  }
}
.cid-uotLkOc3Pc .content-wrapper .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uotLkOc3Pc .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uotLkOc3Pc .content-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uotLkOc3Pc .content-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uotLkOc3Pc .content-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-uotLkOc3Pc .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 16px 25px;
  border: 2px solid #000000 !important;
  box-shadow: 4px 3px 0 0 #000000;
  background-color: transparent;
  line-height: 1 !important;
}
.cid-uotLkOc3Pc .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uotLkOc3Pc .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 2px solid #000000 !important;
}
.cid-uotLkOc3Pc .content-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: 0.6;
}
.cid-uotLkOc3Pc .content-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uotLkOc3Pc .content-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uotLkOc3Pc .content-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-uotLkOc3Pc .content-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uotLkOc3Pc .mbr-section-title {
  color: #150764;
}
.cid-uotLkOc3Pc label {
  color: #150764;
}
.cid-uotLkOc3Pc .mbr-section-title,
.cid-uotLkOc3Pc .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uotKwcxD1X {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uotKwcxD1X .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uotKwcxD1X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uotKwcxD1X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uotKwcxD1X .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uotKwcxD1X .content-wrap .card {
  justify-content: space-between;
}
.cid-uotKwcxD1X .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uotKwcxD1X .content-wrapper {
    padding: 0;
  }
}
.cid-uotKwcxD1X .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uotKwcxD1X .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uotKwcxD1X .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uotKwcxD1X .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uotKwcxD1X .mbr-desc,
.cid-uotKwcxD1X .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uotKwcxD1X .mbr-section-title,
.cid-uotKwcxD1X .mbr-section-btn {
  color: #ffffff;
}
.cid-uotKwcMmTH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-uotKwcMmTH .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uotKwcMmTH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uotKwcMmTH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uotKwcMmTH .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uotKwcMmTH .content-wrap .card {
  justify-content: space-between;
}
.cid-uotKwcMmTH .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uotKwcMmTH .content-wrapper {
    padding: 0;
  }
}
.cid-uotKwcMmTH .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uotKwcMmTH .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uotKwcMmTH .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uotKwcMmTH .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uotKwcMmTH .mbr-desc,
.cid-uotKwcMmTH .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uotKwcMmTH .mbr-section-title,
.cid-uotKwcMmTH .mbr-section-btn {
  color: #ffffff;
}
.cid-uotKwd2xsT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uotKwd2xsT .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uotKwd2xsT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uotKwd2xsT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uotKwd2xsT .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uotKwd2xsT .content-wrap .card {
  justify-content: space-between;
}
.cid-uotKwd2xsT .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uotKwd2xsT .content-wrapper {
    padding: 0;
  }
}
.cid-uotKwd2xsT .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uotKwd2xsT .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uotKwd2xsT .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uotKwd2xsT .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uotKwd2xsT .mbr-desc,
.cid-uotKwd2xsT .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uotKwd2xsT .mbr-section-title,
.cid-uotKwd2xsT .mbr-section-btn {
  color: #ffffff;
}
.cid-upNrlbHsvD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-upNrlbHsvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNrlbHsvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .container {
    padding: 0 16px;
  }
}
.cid-upNrlbHsvD .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-upNrlbHsvD .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-upNrlbHsvD .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-upNrlbHsvD .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-upNrlbHsvD .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .mbr-section-title {
  color: #ffffff;
}
.cid-upNrlbHsvD .copyright {
  color: #ffffff;
}
.cid-upNrlbHsvD .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .list {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .mbr-section-title,
.cid-upNrlbHsvD .title-wrapper,
.cid-upNrlbHsvD .social-wrapper {
  text-align: center;
}
.cid-uotM29kzXt {
  background-color: transparent;
}
.cid-uotM29kzXt .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-uotM29kzXt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-uotM29kzXt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uotM29kzXt .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uotM29kzXt .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uotM29kzXt .menu_box .navbar.opened,
  .cid-uotM29kzXt .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uotM29kzXt .navbar-dropdown {
  position: relative !important;
}
.cid-uotM29kzXt .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uotM29kzXt .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uotM29kzXt .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uotM29kzXt .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uotM29kzXt .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uotM29kzXt .btn:hover {
  box-shadow: none;
}
.cid-uotM29kzXt .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uotM29kzXt .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uotM29kzXt .nav-item {
    margin: 0 !important;
  }
}
.cid-uotM29kzXt .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-uotM29kzXt .nav-item .nav-link:hover,
.cid-uotM29kzXt .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-uotM29kzXt .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uotM29kzXt .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uotM29kzXt .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uotM29kzXt .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uotM29kzXt .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uotM29kzXt .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uotM29kzXt .offcanvas_box {
    display: none;
  }
}
.cid-uotM29kzXt .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uotM29kzXt .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uotM29kzXt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uotM29kzXt .container {
  display: flex;
  margin: auto;
}
.cid-uotM29kzXt .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uotM29kzXt .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uotM29kzXt .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-uotM29kzXt .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uotM29kzXt .navbar-nav {
    margin: 0;
  }
}
.cid-uotM29kzXt .dropdown-menu,
.cid-uotM29kzXt .navbar.opened {
  background-color: false !important;
}
.cid-uotM29kzXt .nav-item:focus,
.cid-uotM29kzXt .nav-link:focus {
  outline: none;
}
.cid-uotM29kzXt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uotM29kzXt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uotM29kzXt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uotM29kzXt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uotM29kzXt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uotM29kzXt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uotM29kzXt .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uotM29kzXt .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uotM29kzXt .navbar.opened {
  transition: all 0.3s;
}
.cid-uotM29kzXt .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uotM29kzXt .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uotM29kzXt .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uotM29kzXt .navbar.collapsed {
  justify-content: center;
}
.cid-uotM29kzXt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uotM29kzXt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uotM29kzXt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uotM29kzXt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uotM29kzXt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uotM29kzXt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uotM29kzXt .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uotM29kzXt .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uotM29kzXt .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uotM29kzXt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uotM29kzXt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uotM29kzXt .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uotM29kzXt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uotM29kzXt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uotM29kzXt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uotM29kzXt .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uotM29kzXt .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uotM29kzXt .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uotM29kzXt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uotM29kzXt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uotM29kzXt .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uotM29kzXt .navbar.navbar-short {
  min-height: 60px;
}
.cid-uotM29kzXt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uotM29kzXt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uotM29kzXt .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-uotM29kzXt .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uotM29kzXt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uotM29kzXt .dropdown-item.active,
.cid-uotM29kzXt .dropdown-item:active {
  background-color: transparent;
}
.cid-uotM29kzXt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uotM29kzXt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uotM29kzXt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uotM29kzXt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uotM29kzXt ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uotM29kzXt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uotM29kzXt button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-uotM29kzXt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uotM29kzXt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uotM29kzXt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uotM29kzXt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uotM29kzXt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uotM29kzXt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uotM29kzXt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uotM29kzXt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uotM29kzXt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uotM29kzXt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uotM29kzXt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uotM29kzXt .navbar {
    height: 70px;
  }
  .cid-uotM29kzXt .navbar.opened {
    height: auto;
  }
  .cid-uotM29kzXt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uotM29kzXt .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uotM29kzXt .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-uotM29kzXt .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uotM29kzXt .text_widget {
  margin-bottom: 32px;
}
.cid-uotM29kzXt .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uotM29kzXt .text_widget a:hover,
.cid-uotM29kzXt .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uotM29kzXt .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uotM29kzXt .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uotM29kzXt .navbar-caption {
  color: #000000;
}
.cid-uotM29kzXt .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uotM29kzXt .mbr-section-subtitle,
.cid-uotM29kzXt .text_widget,
.cid-uotM29kzXt .mbr-section-btn {
  text-align: center;
}
.cid-uotM29kzXt a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uotM29FCja {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uotM29FCja .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uotM29FCja .mbr-fallback-image.disabled {
  display: none;
}
.cid-uotM29FCja .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uotM29FCja .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uotM29FCja .content-wrap .card {
  justify-content: space-between;
}
.cid-uotM29FCja .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uotM29FCja .content-wrapper {
    padding: 0;
  }
}
.cid-uotM29FCja .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uotM29FCja .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uotM29FCja .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uotM29FCja .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uotM29FCja .mbr-desc,
.cid-uotM29FCja .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uotM29FCja .mbr-section-title,
.cid-uotM29FCja .mbr-section-btn {
  color: #ffffff;
}
.cid-uotM2cM1EX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uotM2cM1EX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uotM2cM1EX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uotM2cM1EX img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border: 2px dashed #f7bc4a;
  border-radius: 8px;
}
.cid-uotM2cM1EX .img-wide {
  height: 50%;
}
.cid-uotM2cM1EX .img-big {
  height: 100%;
}
.cid-uotM2d1jN1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uotM2d1jN1 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uotM2d1jN1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uotM2d1jN1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uotM2d1jN1 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uotM2d1jN1 .content-wrap .card {
  justify-content: space-between;
}
.cid-uotM2d1jN1 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uotM2d1jN1 .content-wrapper {
    padding: 0;
  }
}
.cid-uotM2d1jN1 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uotM2d1jN1 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uotM2d1jN1 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uotM2d1jN1 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uotM2d1jN1 .mbr-desc,
.cid-uotM2d1jN1 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uotM2d1jN1 .mbr-section-title,
.cid-uotM2d1jN1 .mbr-section-btn {
  color: #ffffff;
}
.cid-uotMssx31w {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #0aa3c2;
}
.cid-uotMssx31w .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uotMssx31w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uotMssx31w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uotMssx31w .content-wrap {
  margin: 0;
}
.cid-uotMssx31w .content-wrap .card {
  padding: 0;
}
.cid-uotMssx31w .image-wrapper {
  height: 100%;
  border-right: 1px solid #150764;
}
@media (max-width: 992px) {
  .cid-uotMssx31w .image-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
.cid-uotMssx31w .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uotMssx31w .image-wrapper img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uotMssx31w .content-wrapper {
  padding: 190px 72px;
  height: 100%;
}
@media (max-width: 1640px) {
  .cid-uotMssx31w .content-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uotMssx31w .content-wrapper {
    padding: 40px 0;
  }
}
.cid-uotMssx31w .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 8px 16px;
  background-color: #b7140b;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uotMssx31w .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 16px;
  }
}
.cid-uotMssx31w .content-wrapper .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uotMssx31w .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uotMssx31w .mbr-section-title {
  color: #f4f2ef;
}
.cid-uotMssx31w .mbr-desc,
.cid-uotMssx31w .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uotMssx31w .mbr-section-title,
.cid-uotMssx31w .mbr-section-btn {
  text-align: center;
}
.cid-uotM2dAExz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uotM2dAExz .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uotM2dAExz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uotM2dAExz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uotM2dAExz .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uotM2dAExz .content-wrap .card {
  justify-content: space-between;
}
.cid-uotM2dAExz .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uotM2dAExz .content-wrapper {
    padding: 0;
  }
}
.cid-uotM2dAExz .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uotM2dAExz .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uotM2dAExz .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uotM2dAExz .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uotM2dAExz .mbr-desc,
.cid-uotM2dAExz .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uotM2dAExz .mbr-section-title,
.cid-uotM2dAExz .mbr-section-btn {
  color: #ffffff;
}
.cid-uotMI647bw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #b7140b;
}
.cid-uotMI647bw .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uotMI647bw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uotMI647bw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uotMI647bw .content-wrap {
  margin: 0;
}
.cid-uotMI647bw .content-wrap .card {
  padding: 0;
}
.cid-uotMI647bw .google-map {
  height: 100%;
  border-right: 1px solid #000000;
  border-right: none;
  border-left: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uotMI647bw .google-map {
    border-right: none;
    border-bottom: 1px solid #000000;
  }
}
@media (max-width: 992px) {
  .cid-uotMI647bw .google-map {
    border-left: none;
    border-bottom: 1px solid #000000;
  }
}
.cid-uotMI647bw .google-map iframe {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uotMI647bw .google-map iframe {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uotMI647bw .content-wrapper {
  padding: 190px 72px;
}
@media (max-width: 1640px) {
  .cid-uotMI647bw .content-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uotMI647bw .content-wrapper {
    padding: 40px 0;
  }
}
.cid-uotMI647bw .content-wrapper .title-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uotMI647bw .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uotMI647bw .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uotMI647bw .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uotMI647bw .content-wrapper .contacts-wrapper {
  margin-bottom: 40px;
}
.cid-uotMI647bw .content-wrapper .contacts-wrapper .mbr-desc {
  margin-bottom: 12px;
}
.cid-uotMI647bw .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uotMI647bw .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uotMI647bw .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uotMI647bw .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #0aa3c2;
}
.cid-uotMI647bw .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uotMI647bw .mbr-section-title {
  color: #150764;
}
.cid-uotMI647bw .mbr-desc {
  color: #150764;
}
.cid-uotMI647bw .item-desc {
  color: #ffffff;
}
.cid-uotMI647bw .list {
  color: #150764;
}
.cid-uotMI647bw .mbr-section-title,
.cid-uotMI647bw .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uotMI647bw .mbr-desc,
.cid-uotMI647bw .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uotMI647bw .list,
.cid-uotMI647bw .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uotM2e61Iz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uotM2e61Iz .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uotM2e61Iz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uotM2e61Iz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uotM2e61Iz .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uotM2e61Iz .content-wrap .card {
  justify-content: space-between;
}
.cid-uotM2e61Iz .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uotM2e61Iz .content-wrapper {
    padding: 0;
  }
}
.cid-uotM2e61Iz .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uotM2e61Iz .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uotM2e61Iz .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uotM2e61Iz .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uotM2e61Iz .mbr-desc,
.cid-uotM2e61Iz .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uotM2e61Iz .mbr-section-title,
.cid-uotM2e61Iz .mbr-section-btn {
  color: #ffffff;
}
.cid-uotM2em9vk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-uotM2em9vk .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uotM2em9vk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uotM2em9vk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uotM2em9vk .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uotM2em9vk .content-wrap .card {
  justify-content: space-between;
}
.cid-uotM2em9vk .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uotM2em9vk .content-wrapper {
    padding: 0;
  }
}
.cid-uotM2em9vk .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uotM2em9vk .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uotM2em9vk .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uotM2em9vk .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uotM2em9vk .mbr-desc,
.cid-uotM2em9vk .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uotM2em9vk .mbr-section-title,
.cid-uotM2em9vk .mbr-section-btn {
  color: #ffffff;
}
.cid-uotM2eCjsL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uotM2eCjsL .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uotM2eCjsL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uotM2eCjsL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uotM2eCjsL .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uotM2eCjsL .content-wrap .card {
  justify-content: space-between;
}
.cid-uotM2eCjsL .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uotM2eCjsL .content-wrapper {
    padding: 0;
  }
}
.cid-uotM2eCjsL .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uotM2eCjsL .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uotM2eCjsL .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uotM2eCjsL .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uotM2eCjsL .mbr-desc,
.cid-uotM2eCjsL .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uotM2eCjsL .mbr-section-title,
.cid-uotM2eCjsL .mbr-section-btn {
  color: #ffffff;
}
.cid-upNrlbHsvD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-upNrlbHsvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNrlbHsvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .container {
    padding: 0 16px;
  }
}
.cid-upNrlbHsvD .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-upNrlbHsvD .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-upNrlbHsvD .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-upNrlbHsvD .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-upNrlbHsvD .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .mbr-section-title {
  color: #ffffff;
}
.cid-upNrlbHsvD .copyright {
  color: #ffffff;
}
.cid-upNrlbHsvD .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .list {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .mbr-section-title,
.cid-upNrlbHsvD .title-wrapper,
.cid-upNrlbHsvD .social-wrapper {
  text-align: center;
}
.cid-uotMVFcL0d {
  background-color: transparent;
}
.cid-uotMVFcL0d .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-uotMVFcL0d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-uotMVFcL0d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uotMVFcL0d .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uotMVFcL0d .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uotMVFcL0d .menu_box .navbar.opened,
  .cid-uotMVFcL0d .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uotMVFcL0d .navbar-dropdown {
  position: relative !important;
}
.cid-uotMVFcL0d .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uotMVFcL0d .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uotMVFcL0d .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uotMVFcL0d .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uotMVFcL0d .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uotMVFcL0d .btn:hover {
  box-shadow: none;
}
.cid-uotMVFcL0d .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uotMVFcL0d .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uotMVFcL0d .nav-item {
    margin: 0 !important;
  }
}
.cid-uotMVFcL0d .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-uotMVFcL0d .nav-item .nav-link:hover,
.cid-uotMVFcL0d .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-uotMVFcL0d .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uotMVFcL0d .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uotMVFcL0d .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uotMVFcL0d .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uotMVFcL0d .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uotMVFcL0d .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uotMVFcL0d .offcanvas_box {
    display: none;
  }
}
.cid-uotMVFcL0d .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uotMVFcL0d .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uotMVFcL0d .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uotMVFcL0d .container {
  display: flex;
  margin: auto;
}
.cid-uotMVFcL0d .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uotMVFcL0d .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uotMVFcL0d .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-uotMVFcL0d .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uotMVFcL0d .navbar-nav {
    margin: 0;
  }
}
.cid-uotMVFcL0d .dropdown-menu,
.cid-uotMVFcL0d .navbar.opened {
  background-color: false !important;
}
.cid-uotMVFcL0d .nav-item:focus,
.cid-uotMVFcL0d .nav-link:focus {
  outline: none;
}
.cid-uotMVFcL0d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uotMVFcL0d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uotMVFcL0d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uotMVFcL0d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uotMVFcL0d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uotMVFcL0d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uotMVFcL0d .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uotMVFcL0d .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uotMVFcL0d .navbar.opened {
  transition: all 0.3s;
}
.cid-uotMVFcL0d .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uotMVFcL0d .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uotMVFcL0d .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uotMVFcL0d .navbar.collapsed {
  justify-content: center;
}
.cid-uotMVFcL0d .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uotMVFcL0d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uotMVFcL0d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uotMVFcL0d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uotMVFcL0d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uotMVFcL0d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uotMVFcL0d .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uotMVFcL0d .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uotMVFcL0d .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uotMVFcL0d .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uotMVFcL0d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uotMVFcL0d .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uotMVFcL0d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uotMVFcL0d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uotMVFcL0d .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uotMVFcL0d .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uotMVFcL0d .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uotMVFcL0d .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uotMVFcL0d .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uotMVFcL0d .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uotMVFcL0d .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uotMVFcL0d .navbar.navbar-short {
  min-height: 60px;
}
.cid-uotMVFcL0d .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uotMVFcL0d .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uotMVFcL0d .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-uotMVFcL0d .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uotMVFcL0d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uotMVFcL0d .dropdown-item.active,
.cid-uotMVFcL0d .dropdown-item:active {
  background-color: transparent;
}
.cid-uotMVFcL0d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uotMVFcL0d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uotMVFcL0d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uotMVFcL0d .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uotMVFcL0d ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uotMVFcL0d .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uotMVFcL0d button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-uotMVFcL0d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uotMVFcL0d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uotMVFcL0d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uotMVFcL0d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uotMVFcL0d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uotMVFcL0d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uotMVFcL0d nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uotMVFcL0d nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uotMVFcL0d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uotMVFcL0d a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uotMVFcL0d .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uotMVFcL0d .navbar {
    height: 70px;
  }
  .cid-uotMVFcL0d .navbar.opened {
    height: auto;
  }
  .cid-uotMVFcL0d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uotMVFcL0d .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uotMVFcL0d .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-uotMVFcL0d .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uotMVFcL0d .text_widget {
  margin-bottom: 32px;
}
.cid-uotMVFcL0d .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uotMVFcL0d .text_widget a:hover,
.cid-uotMVFcL0d .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uotMVFcL0d .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uotMVFcL0d .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uotMVFcL0d .navbar-caption {
  color: #000000;
}
.cid-uotMVFcL0d .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uotMVFcL0d .mbr-section-subtitle,
.cid-uotMVFcL0d .text_widget,
.cid-uotMVFcL0d .mbr-section-btn {
  text-align: center;
}
.cid-uotMVFcL0d a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uotMVIoAUs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uotMVIoAUs .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uotMVIoAUs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uotMVIoAUs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uotMVIoAUs .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uotMVIoAUs .content-wrap .card {
  justify-content: space-between;
}
.cid-uotMVIoAUs .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uotMVIoAUs .content-wrapper {
    padding: 0;
  }
}
.cid-uotMVIoAUs .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uotMVIoAUs .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uotMVIoAUs .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uotMVIoAUs .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uotMVIoAUs .mbr-desc,
.cid-uotMVIoAUs .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uotMVIoAUs .mbr-section-title,
.cid-uotMVIoAUs .mbr-section-btn {
  color: #ffffff;
}
.cid-uotMVJD5vX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #b7140b;
}
.cid-uotMVJD5vX .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uotMVJD5vX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uotMVJD5vX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uotMVJD5vX .content-wrap {
  margin: 0;
}
.cid-uotMVJD5vX .content-wrap .card {
  padding: 0;
}
.cid-uotMVJD5vX .google-map {
  height: 100%;
  border-right: 1px solid #000000;
  border-right: none;
  border-left: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uotMVJD5vX .google-map {
    border-right: none;
    border-bottom: 1px solid #000000;
  }
}
@media (max-width: 992px) {
  .cid-uotMVJD5vX .google-map {
    border-left: none;
    border-bottom: 1px solid #000000;
  }
}
.cid-uotMVJD5vX .google-map iframe {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uotMVJD5vX .google-map iframe {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uotMVJD5vX .content-wrapper {
  padding: 190px 72px;
}
@media (max-width: 1640px) {
  .cid-uotMVJD5vX .content-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uotMVJD5vX .content-wrapper {
    padding: 40px 0;
  }
}
.cid-uotMVJD5vX .content-wrapper .title-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uotMVJD5vX .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uotMVJD5vX .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uotMVJD5vX .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uotMVJD5vX .content-wrapper .contacts-wrapper {
  margin-bottom: 40px;
}
.cid-uotMVJD5vX .content-wrapper .contacts-wrapper .mbr-desc {
  margin-bottom: 12px;
}
.cid-uotMVJD5vX .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uotMVJD5vX .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uotMVJD5vX .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uotMVJD5vX .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #0aa3c2;
}
.cid-uotMVJD5vX .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uotMVJD5vX .mbr-section-title {
  color: #150764;
}
.cid-uotMVJD5vX .mbr-desc {
  color: #150764;
}
.cid-uotMVJD5vX .item-desc {
  color: #ffffff;
}
.cid-uotMVJD5vX .list {
  color: #150764;
}
.cid-uotMVJD5vX .mbr-section-title,
.cid-uotMVJD5vX .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uotMVJD5vX .mbr-desc,
.cid-uotMVJD5vX .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uotMVJD5vX .list,
.cid-uotMVJD5vX .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uotMVJZdHA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uotMVJZdHA .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uotMVJZdHA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uotMVJZdHA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uotMVJZdHA .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uotMVJZdHA .content-wrap .card {
  justify-content: space-between;
}
.cid-uotMVJZdHA .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uotMVJZdHA .content-wrapper {
    padding: 0;
  }
}
.cid-uotMVJZdHA .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uotMVJZdHA .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uotMVJZdHA .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uotMVJZdHA .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uotMVJZdHA .mbr-desc,
.cid-uotMVJZdHA .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uotMVJZdHA .mbr-section-title,
.cid-uotMVJZdHA .mbr-section-btn {
  color: #ffffff;
}
.cid-uotMVKfZja {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-uotMVKfZja .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uotMVKfZja .mbr-fallback-image.disabled {
  display: none;
}
.cid-uotMVKfZja .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uotMVKfZja .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uotMVKfZja .content-wrap .card {
  justify-content: space-between;
}
.cid-uotMVKfZja .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uotMVKfZja .content-wrapper {
    padding: 0;
  }
}
.cid-uotMVKfZja .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uotMVKfZja .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uotMVKfZja .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uotMVKfZja .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uotMVKfZja .mbr-desc,
.cid-uotMVKfZja .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uotMVKfZja .mbr-section-title,
.cid-uotMVKfZja .mbr-section-btn {
  color: #ffffff;
}
.cid-uotMVKvXFj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uotMVKvXFj .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uotMVKvXFj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uotMVKvXFj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uotMVKvXFj .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uotMVKvXFj .content-wrap .card {
  justify-content: space-between;
}
.cid-uotMVKvXFj .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uotMVKvXFj .content-wrapper {
    padding: 0;
  }
}
.cid-uotMVKvXFj .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uotMVKvXFj .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uotMVKvXFj .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uotMVKvXFj .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uotMVKvXFj .mbr-desc,
.cid-uotMVKvXFj .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uotMVKvXFj .mbr-section-title,
.cid-uotMVKvXFj .mbr-section-btn {
  color: #ffffff;
}
.cid-upNrlbHsvD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-upNrlbHsvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNrlbHsvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .container {
    padding: 0 16px;
  }
}
.cid-upNrlbHsvD .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-upNrlbHsvD .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-upNrlbHsvD .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-upNrlbHsvD .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-upNrlbHsvD .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .mbr-section-title {
  color: #ffffff;
}
.cid-upNrlbHsvD .copyright {
  color: #ffffff;
}
.cid-upNrlbHsvD .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .list {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .mbr-section-title,
.cid-upNrlbHsvD .title-wrapper,
.cid-upNrlbHsvD .social-wrapper {
  text-align: center;
}
.cid-uotNp0O6jU {
  background-color: transparent;
}
.cid-uotNp0O6jU .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-uotNp0O6jU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-uotNp0O6jU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uotNp0O6jU .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uotNp0O6jU .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uotNp0O6jU .menu_box .navbar.opened,
  .cid-uotNp0O6jU .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uotNp0O6jU .navbar-dropdown {
  position: relative !important;
}
.cid-uotNp0O6jU .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uotNp0O6jU .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uotNp0O6jU .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uotNp0O6jU .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uotNp0O6jU .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uotNp0O6jU .btn:hover {
  box-shadow: none;
}
.cid-uotNp0O6jU .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uotNp0O6jU .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uotNp0O6jU .nav-item {
    margin: 0 !important;
  }
}
.cid-uotNp0O6jU .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-uotNp0O6jU .nav-item .nav-link:hover,
.cid-uotNp0O6jU .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-uotNp0O6jU .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uotNp0O6jU .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uotNp0O6jU .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uotNp0O6jU .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uotNp0O6jU .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uotNp0O6jU .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uotNp0O6jU .offcanvas_box {
    display: none;
  }
}
.cid-uotNp0O6jU .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uotNp0O6jU .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uotNp0O6jU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uotNp0O6jU .container {
  display: flex;
  margin: auto;
}
.cid-uotNp0O6jU .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uotNp0O6jU .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uotNp0O6jU .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-uotNp0O6jU .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uotNp0O6jU .navbar-nav {
    margin: 0;
  }
}
.cid-uotNp0O6jU .dropdown-menu,
.cid-uotNp0O6jU .navbar.opened {
  background-color: false !important;
}
.cid-uotNp0O6jU .nav-item:focus,
.cid-uotNp0O6jU .nav-link:focus {
  outline: none;
}
.cid-uotNp0O6jU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uotNp0O6jU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uotNp0O6jU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uotNp0O6jU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uotNp0O6jU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uotNp0O6jU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uotNp0O6jU .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uotNp0O6jU .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uotNp0O6jU .navbar.opened {
  transition: all 0.3s;
}
.cid-uotNp0O6jU .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uotNp0O6jU .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uotNp0O6jU .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uotNp0O6jU .navbar.collapsed {
  justify-content: center;
}
.cid-uotNp0O6jU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uotNp0O6jU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uotNp0O6jU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uotNp0O6jU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uotNp0O6jU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uotNp0O6jU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uotNp0O6jU .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uotNp0O6jU .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uotNp0O6jU .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uotNp0O6jU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uotNp0O6jU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uotNp0O6jU .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uotNp0O6jU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uotNp0O6jU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uotNp0O6jU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uotNp0O6jU .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uotNp0O6jU .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uotNp0O6jU .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uotNp0O6jU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uotNp0O6jU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uotNp0O6jU .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uotNp0O6jU .navbar.navbar-short {
  min-height: 60px;
}
.cid-uotNp0O6jU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uotNp0O6jU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uotNp0O6jU .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-uotNp0O6jU .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uotNp0O6jU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uotNp0O6jU .dropdown-item.active,
.cid-uotNp0O6jU .dropdown-item:active {
  background-color: transparent;
}
.cid-uotNp0O6jU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uotNp0O6jU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uotNp0O6jU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uotNp0O6jU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uotNp0O6jU ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uotNp0O6jU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uotNp0O6jU button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-uotNp0O6jU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uotNp0O6jU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uotNp0O6jU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uotNp0O6jU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uotNp0O6jU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uotNp0O6jU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uotNp0O6jU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uotNp0O6jU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uotNp0O6jU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uotNp0O6jU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uotNp0O6jU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uotNp0O6jU .navbar {
    height: 70px;
  }
  .cid-uotNp0O6jU .navbar.opened {
    height: auto;
  }
  .cid-uotNp0O6jU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uotNp0O6jU .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uotNp0O6jU .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-uotNp0O6jU .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uotNp0O6jU .text_widget {
  margin-bottom: 32px;
}
.cid-uotNp0O6jU .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uotNp0O6jU .text_widget a:hover,
.cid-uotNp0O6jU .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uotNp0O6jU .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uotNp0O6jU .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uotNp0O6jU .navbar-caption {
  color: #000000;
}
.cid-uotNp0O6jU .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uotNp0O6jU .mbr-section-subtitle,
.cid-uotNp0O6jU .text_widget,
.cid-uotNp0O6jU .mbr-section-btn {
  text-align: center;
}
.cid-uotNp0O6jU a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uotNp1aPff {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uotNp1aPff .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uotNp1aPff .mbr-fallback-image.disabled {
  display: none;
}
.cid-uotNp1aPff .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uotNp1aPff .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uotNp1aPff .content-wrap .card {
  justify-content: space-between;
}
.cid-uotNp1aPff .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uotNp1aPff .content-wrapper {
    padding: 0;
  }
}
.cid-uotNp1aPff .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uotNp1aPff .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uotNp1aPff .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uotNp1aPff .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uotNp1aPff .mbr-desc,
.cid-uotNp1aPff .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uotNp1aPff .mbr-section-title,
.cid-uotNp1aPff .mbr-section-btn {
  color: #ffffff;
}
.cid-uotNp1rEYd {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uotNp1rEYd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uotNp1rEYd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uotNp1rEYd img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border: 2px dashed #f7bc4a;
  border-radius: 8px;
}
.cid-uotNp1rEYd .img-wide {
  height: 50%;
}
.cid-uotNp1rEYd .img-big {
  height: 100%;
}
.cid-uotNp1G67C {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uotNp1G67C .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uotNp1G67C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uotNp1G67C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uotNp1G67C .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uotNp1G67C .content-wrap .card {
  justify-content: space-between;
}
.cid-uotNp1G67C .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uotNp1G67C .content-wrapper {
    padding: 0;
  }
}
.cid-uotNp1G67C .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uotNp1G67C .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uotNp1G67C .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uotNp1G67C .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uotNp1G67C .mbr-desc,
.cid-uotNp1G67C .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uotNp1G67C .mbr-section-title,
.cid-uotNp1G67C .mbr-section-btn {
  color: #ffffff;
}
.cid-uotNJPkQtk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0aa3c2;
}
.cid-uotNJPkQtk .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uotNJPkQtk .item {
    margin-bottom: 1rem;
  }
}
.cid-uotNJPkQtk .item-wrapper {
  position: relative;
}
.cid-uotNJPkQtk .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uotNJPkQtk .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uotNJPkQtk .carousel-control,
.cid-uotNJPkQtk .close {
  background: #1b1b1b;
}
.cid-uotNJPkQtk .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uotNJPkQtk .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uotNJPkQtk .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uotNJPkQtk .carousel-control-next span {
  margin-left: 5px;
}
.cid-uotNJPkQtk .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uotNJPkQtk .close::before {
  content: '\e91a';
}
.cid-uotNJPkQtk .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uotNJPkQtk .carousel-control {
  display: flex;
  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-uotNJPkQtk .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uotNJPkQtk .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uotNJPkQtk .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uotNJPkQtk .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uotNJPkQtk .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-uotNJPkQtk .carousel-indicators li.active,
.cid-uotNJPkQtk .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uotNJPkQtk .carousel-indicators li::after,
.cid-uotNJPkQtk .carousel-indicators li::before {
  content: none;
}
.cid-uotNJPkQtk .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uotNJPkQtk .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uotNJPkQtk .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uotNJPkQtk .carousel-indicators {
    display: none;
  }
}
.cid-uotNJPkQtk .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uotNJPkQtk .carousel-inner > .active {
  display: block;
}
.cid-uotNJPkQtk .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uotNJPkQtk .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uotNJPkQtk .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uotNJPkQtk .carousel-control,
  .cid-uotNJPkQtk .carousel-indicators,
  .cid-uotNJPkQtk .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uotNJPkQtk .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uotNJPkQtk .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uotNJPkQtk .carousel-indicators .active,
.cid-uotNJPkQtk .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uotNJPkQtk .carousel-indicators .active {
  background: #fff;
}
.cid-uotNJPkQtk .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uotNJPkQtk .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uotNJPkQtk .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uotNJPkQtk .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uotNJPkQtk .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uotNJPkQtk .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uotNJPkQtk .carousel {
  width: 100%;
}
.cid-uotNJPkQtk .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uotNJPkQtk .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uotNJPkQtk .modal.fade .modal-dialog,
.cid-uotNJPkQtk .modal.in .modal-dialog {
  transform: none;
}
.cid-uotNJPkQtk .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uotNJPkQtk .content-head {
  max-width: 800px;
}
.cid-uotNJPkQtk H3 {
  color: #ffffff;
}
.cid-uotNp2kD2H {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uotNp2kD2H .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uotNp2kD2H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uotNp2kD2H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uotNp2kD2H .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uotNp2kD2H .content-wrap .card {
  justify-content: space-between;
}
.cid-uotNp2kD2H .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uotNp2kD2H .content-wrapper {
    padding: 0;
  }
}
.cid-uotNp2kD2H .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uotNp2kD2H .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uotNp2kD2H .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uotNp2kD2H .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uotNp2kD2H .mbr-desc,
.cid-uotNp2kD2H .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uotNp2kD2H .mbr-section-title,
.cid-uotNp2kD2H .mbr-section-btn {
  color: #ffffff;
}
.cid-uotNp2Bene {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-uotNp2Bene .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uotNp2Bene .mbr-fallback-image.disabled {
  display: none;
}
.cid-uotNp2Bene .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uotNp2Bene .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uotNp2Bene .content-wrap .card {
  justify-content: space-between;
}
.cid-uotNp2Bene .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uotNp2Bene .content-wrapper {
    padding: 0;
  }
}
.cid-uotNp2Bene .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uotNp2Bene .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uotNp2Bene .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uotNp2Bene .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uotNp2Bene .mbr-desc,
.cid-uotNp2Bene .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uotNp2Bene .mbr-section-title,
.cid-uotNp2Bene .mbr-section-btn {
  color: #ffffff;
}
.cid-uotNp2TUHn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uotNp2TUHn .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uotNp2TUHn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uotNp2TUHn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uotNp2TUHn .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uotNp2TUHn .content-wrap .card {
  justify-content: space-between;
}
.cid-uotNp2TUHn .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uotNp2TUHn .content-wrapper {
    padding: 0;
  }
}
.cid-uotNp2TUHn .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uotNp2TUHn .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uotNp2TUHn .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uotNp2TUHn .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uotNp2TUHn .mbr-desc,
.cid-uotNp2TUHn .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uotNp2TUHn .mbr-section-title,
.cid-uotNp2TUHn .mbr-section-btn {
  color: #ffffff;
}
.cid-upNrlbHsvD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-upNrlbHsvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNrlbHsvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .container {
    padding: 0 16px;
  }
}
.cid-upNrlbHsvD .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-upNrlbHsvD .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-upNrlbHsvD .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-upNrlbHsvD .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-upNrlbHsvD .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .mbr-section-title {
  color: #ffffff;
}
.cid-upNrlbHsvD .copyright {
  color: #ffffff;
}
.cid-upNrlbHsvD .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .list {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .mbr-section-title,
.cid-upNrlbHsvD .title-wrapper,
.cid-upNrlbHsvD .social-wrapper {
  text-align: center;
}
.cid-uouEuJxEwY {
  background-color: transparent;
}
.cid-uouEuJxEwY .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-uouEuJxEwY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-uouEuJxEwY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uouEuJxEwY .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uouEuJxEwY .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uouEuJxEwY .menu_box .navbar.opened,
  .cid-uouEuJxEwY .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uouEuJxEwY .navbar-dropdown {
  position: relative !important;
}
.cid-uouEuJxEwY .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uouEuJxEwY .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uouEuJxEwY .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uouEuJxEwY .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uouEuJxEwY .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uouEuJxEwY .btn:hover {
  box-shadow: none;
}
.cid-uouEuJxEwY .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uouEuJxEwY .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uouEuJxEwY .nav-item {
    margin: 0 !important;
  }
}
.cid-uouEuJxEwY .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-uouEuJxEwY .nav-item .nav-link:hover,
.cid-uouEuJxEwY .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-uouEuJxEwY .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uouEuJxEwY .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uouEuJxEwY .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uouEuJxEwY .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uouEuJxEwY .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uouEuJxEwY .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uouEuJxEwY .offcanvas_box {
    display: none;
  }
}
.cid-uouEuJxEwY .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uouEuJxEwY .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uouEuJxEwY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uouEuJxEwY .container {
  display: flex;
  margin: auto;
}
.cid-uouEuJxEwY .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uouEuJxEwY .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uouEuJxEwY .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-uouEuJxEwY .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uouEuJxEwY .navbar-nav {
    margin: 0;
  }
}
.cid-uouEuJxEwY .dropdown-menu,
.cid-uouEuJxEwY .navbar.opened {
  background-color: false !important;
}
.cid-uouEuJxEwY .nav-item:focus,
.cid-uouEuJxEwY .nav-link:focus {
  outline: none;
}
.cid-uouEuJxEwY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uouEuJxEwY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uouEuJxEwY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uouEuJxEwY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uouEuJxEwY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uouEuJxEwY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uouEuJxEwY .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uouEuJxEwY .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uouEuJxEwY .navbar.opened {
  transition: all 0.3s;
}
.cid-uouEuJxEwY .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uouEuJxEwY .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uouEuJxEwY .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uouEuJxEwY .navbar.collapsed {
  justify-content: center;
}
.cid-uouEuJxEwY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uouEuJxEwY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uouEuJxEwY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uouEuJxEwY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uouEuJxEwY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uouEuJxEwY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uouEuJxEwY .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uouEuJxEwY .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uouEuJxEwY .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uouEuJxEwY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uouEuJxEwY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uouEuJxEwY .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uouEuJxEwY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uouEuJxEwY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uouEuJxEwY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uouEuJxEwY .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uouEuJxEwY .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uouEuJxEwY .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uouEuJxEwY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uouEuJxEwY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uouEuJxEwY .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uouEuJxEwY .navbar.navbar-short {
  min-height: 60px;
}
.cid-uouEuJxEwY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uouEuJxEwY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uouEuJxEwY .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-uouEuJxEwY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uouEuJxEwY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uouEuJxEwY .dropdown-item.active,
.cid-uouEuJxEwY .dropdown-item:active {
  background-color: transparent;
}
.cid-uouEuJxEwY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uouEuJxEwY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uouEuJxEwY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uouEuJxEwY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uouEuJxEwY ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uouEuJxEwY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uouEuJxEwY button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-uouEuJxEwY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uouEuJxEwY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uouEuJxEwY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uouEuJxEwY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uouEuJxEwY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uouEuJxEwY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uouEuJxEwY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uouEuJxEwY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uouEuJxEwY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uouEuJxEwY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uouEuJxEwY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uouEuJxEwY .navbar {
    height: 70px;
  }
  .cid-uouEuJxEwY .navbar.opened {
    height: auto;
  }
  .cid-uouEuJxEwY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uouEuJxEwY .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uouEuJxEwY .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-uouEuJxEwY .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uouEuJxEwY .text_widget {
  margin-bottom: 32px;
}
.cid-uouEuJxEwY .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uouEuJxEwY .text_widget a:hover,
.cid-uouEuJxEwY .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uouEuJxEwY .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uouEuJxEwY .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uouEuJxEwY .navbar-caption {
  color: #000000;
}
.cid-uouEuJxEwY .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uouEuJxEwY .mbr-section-subtitle,
.cid-uouEuJxEwY .text_widget,
.cid-uouEuJxEwY .mbr-section-btn {
  text-align: center;
}
.cid-uouEuJxEwY a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uouEuJTGA7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uouEuJTGA7 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uouEuJTGA7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uouEuJTGA7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uouEuJTGA7 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uouEuJTGA7 .content-wrap .card {
  justify-content: space-between;
}
.cid-uouEuJTGA7 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uouEuJTGA7 .content-wrapper {
    padding: 0;
  }
}
.cid-uouEuJTGA7 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uouEuJTGA7 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uouEuJTGA7 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uouEuJTGA7 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uouEuJTGA7 .mbr-desc,
.cid-uouEuJTGA7 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uouEuJTGA7 .mbr-section-title,
.cid-uouEuJTGA7 .mbr-section-btn {
  color: #ffffff;
}
.cid-uouEuKLxuS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/cosplay-contest-2000x965.jpg");
}
.cid-uouEuKLxuS .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-uouEuKLxuS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uouEuKLxuS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uouEuKLxuS .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uouEuKLxuS .content-wrap .card {
  justify-content: space-between;
}
.cid-uouEuKLxuS .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uouEuKLxuS .content-wrapper {
    padding: 0;
  }
}
.cid-uouEuKLxuS .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 16px;
  background-color: #0aa3c2;
}
.cid-uouEuKLxuS .content-wrapper .mbr-section-title {
  margin-bottom: 104px;
}
@media (max-width: 992px) {
  .cid-uouEuKLxuS .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uouEuKLxuS .content-wrapper .items-wrapper .items-wrap {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uouEuKLxuS .content-wrapper .items-wrapper .items-wrap .item {
  margin-bottom: 16px;
}
.cid-uouEuKLxuS .content-wrapper .items-wrapper .items-wrap .item .item-wrapper {
  padding: 0 16px;
}
.cid-uouEuKLxuS .content-wrapper .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  height: 160px;
  object-fit: contain;
}
.cid-uouEuKLxuS .mbr-section-title {
  color: #f4f2ef;
}
.cid-uouEuKLxuS .mbr-desc,
.cid-uouEuKLxuS .desc-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uouEuKLxuS .mbr-section-title,
.cid-uouEuKLxuS .items-wrapper {
  text-align: center;
  color: #FFFFFF;
}
.cid-uouEuL2HLS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uouEuL2HLS .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uouEuL2HLS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uouEuL2HLS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uouEuL2HLS .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uouEuL2HLS .content-wrap .card {
  justify-content: space-between;
}
.cid-uouEuL2HLS .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uouEuL2HLS .content-wrapper {
    padding: 0;
  }
}
.cid-uouEuL2HLS .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uouEuL2HLS .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uouEuL2HLS .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uouEuL2HLS .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uouEuL2HLS .mbr-desc,
.cid-uouEuL2HLS .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uouEuL2HLS .mbr-section-title,
.cid-uouEuL2HLS .mbr-section-btn {
  color: #ffffff;
}
.cid-uouEuLntVM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-uouEuLntVM .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uouEuLntVM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uouEuLntVM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uouEuLntVM .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uouEuLntVM .content-wrap .card {
  justify-content: space-between;
}
.cid-uouEuLntVM .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uouEuLntVM .content-wrapper {
    padding: 0;
  }
}
.cid-uouEuLntVM .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uouEuLntVM .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uouEuLntVM .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uouEuLntVM .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uouEuLntVM .mbr-desc,
.cid-uouEuLntVM .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uouEuLntVM .mbr-section-title,
.cid-uouEuLntVM .mbr-section-btn {
  color: #ffffff;
}
.cid-uouEuLDFkQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uouEuLDFkQ .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uouEuLDFkQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uouEuLDFkQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uouEuLDFkQ .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uouEuLDFkQ .content-wrap .card {
  justify-content: space-between;
}
.cid-uouEuLDFkQ .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uouEuLDFkQ .content-wrapper {
    padding: 0;
  }
}
.cid-uouEuLDFkQ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uouEuLDFkQ .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uouEuLDFkQ .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uouEuLDFkQ .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uouEuLDFkQ .mbr-desc,
.cid-uouEuLDFkQ .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uouEuLDFkQ .mbr-section-title,
.cid-uouEuLDFkQ .mbr-section-btn {
  color: #ffffff;
}
.cid-upNrlbHsvD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-upNrlbHsvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNrlbHsvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .container {
    padding: 0 16px;
  }
}
.cid-upNrlbHsvD .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-upNrlbHsvD .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-upNrlbHsvD .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-upNrlbHsvD .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-upNrlbHsvD .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .mbr-section-title {
  color: #ffffff;
}
.cid-upNrlbHsvD .copyright {
  color: #ffffff;
}
.cid-upNrlbHsvD .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .list {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .mbr-section-title,
.cid-upNrlbHsvD .title-wrapper,
.cid-upNrlbHsvD .social-wrapper {
  text-align: center;
}
.cid-uouHVEdhJd {
  background-color: transparent;
}
.cid-uouHVEdhJd .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-uouHVEdhJd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-uouHVEdhJd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uouHVEdhJd .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uouHVEdhJd .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uouHVEdhJd .menu_box .navbar.opened,
  .cid-uouHVEdhJd .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uouHVEdhJd .navbar-dropdown {
  position: relative !important;
}
.cid-uouHVEdhJd .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uouHVEdhJd .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uouHVEdhJd .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uouHVEdhJd .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uouHVEdhJd .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uouHVEdhJd .btn:hover {
  box-shadow: none;
}
.cid-uouHVEdhJd .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uouHVEdhJd .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uouHVEdhJd .nav-item {
    margin: 0 !important;
  }
}
.cid-uouHVEdhJd .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-uouHVEdhJd .nav-item .nav-link:hover,
.cid-uouHVEdhJd .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-uouHVEdhJd .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uouHVEdhJd .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uouHVEdhJd .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uouHVEdhJd .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uouHVEdhJd .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uouHVEdhJd .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uouHVEdhJd .offcanvas_box {
    display: none;
  }
}
.cid-uouHVEdhJd .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uouHVEdhJd .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uouHVEdhJd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uouHVEdhJd .container {
  display: flex;
  margin: auto;
}
.cid-uouHVEdhJd .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uouHVEdhJd .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uouHVEdhJd .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-uouHVEdhJd .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uouHVEdhJd .navbar-nav {
    margin: 0;
  }
}
.cid-uouHVEdhJd .dropdown-menu,
.cid-uouHVEdhJd .navbar.opened {
  background-color: false !important;
}
.cid-uouHVEdhJd .nav-item:focus,
.cid-uouHVEdhJd .nav-link:focus {
  outline: none;
}
.cid-uouHVEdhJd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uouHVEdhJd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uouHVEdhJd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uouHVEdhJd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uouHVEdhJd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uouHVEdhJd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uouHVEdhJd .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uouHVEdhJd .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uouHVEdhJd .navbar.opened {
  transition: all 0.3s;
}
.cid-uouHVEdhJd .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uouHVEdhJd .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uouHVEdhJd .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uouHVEdhJd .navbar.collapsed {
  justify-content: center;
}
.cid-uouHVEdhJd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uouHVEdhJd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uouHVEdhJd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uouHVEdhJd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uouHVEdhJd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uouHVEdhJd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uouHVEdhJd .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uouHVEdhJd .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uouHVEdhJd .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uouHVEdhJd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uouHVEdhJd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uouHVEdhJd .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uouHVEdhJd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uouHVEdhJd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uouHVEdhJd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uouHVEdhJd .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uouHVEdhJd .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uouHVEdhJd .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uouHVEdhJd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uouHVEdhJd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uouHVEdhJd .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uouHVEdhJd .navbar.navbar-short {
  min-height: 60px;
}
.cid-uouHVEdhJd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uouHVEdhJd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uouHVEdhJd .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-uouHVEdhJd .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uouHVEdhJd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uouHVEdhJd .dropdown-item.active,
.cid-uouHVEdhJd .dropdown-item:active {
  background-color: transparent;
}
.cid-uouHVEdhJd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uouHVEdhJd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uouHVEdhJd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uouHVEdhJd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uouHVEdhJd ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uouHVEdhJd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uouHVEdhJd button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-uouHVEdhJd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uouHVEdhJd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uouHVEdhJd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uouHVEdhJd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uouHVEdhJd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uouHVEdhJd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uouHVEdhJd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uouHVEdhJd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uouHVEdhJd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uouHVEdhJd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uouHVEdhJd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uouHVEdhJd .navbar {
    height: 70px;
  }
  .cid-uouHVEdhJd .navbar.opened {
    height: auto;
  }
  .cid-uouHVEdhJd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uouHVEdhJd .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uouHVEdhJd .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-uouHVEdhJd .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uouHVEdhJd .text_widget {
  margin-bottom: 32px;
}
.cid-uouHVEdhJd .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uouHVEdhJd .text_widget a:hover,
.cid-uouHVEdhJd .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uouHVEdhJd .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uouHVEdhJd .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uouHVEdhJd .navbar-caption {
  color: #000000;
}
.cid-uouHVEdhJd .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uouHVEdhJd .mbr-section-subtitle,
.cid-uouHVEdhJd .text_widget,
.cid-uouHVEdhJd .mbr-section-btn {
  text-align: center;
}
.cid-uouHVEdhJd a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uouHVEzFu2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uouHVEzFu2 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uouHVEzFu2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uouHVEzFu2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uouHVEzFu2 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uouHVEzFu2 .content-wrap .card {
  justify-content: space-between;
}
.cid-uouHVEzFu2 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uouHVEzFu2 .content-wrapper {
    padding: 0;
  }
}
.cid-uouHVEzFu2 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uouHVEzFu2 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uouHVEzFu2 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uouHVEzFu2 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uouHVEzFu2 .mbr-desc,
.cid-uouHVEzFu2 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uouHVEzFu2 .mbr-section-title,
.cid-uouHVEzFu2 .mbr-section-btn {
  color: #ffffff;
}
.cid-up40Zv0Pp7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #0aa3c2;
}
.cid-up40Zv0Pp7 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-up40Zv0Pp7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-up40Zv0Pp7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up40Zv0Pp7 .title-wrapper {
  margin-bottom: 104px;
  padding: 0 120px;
}
@media (max-width: 1640px) {
  .cid-up40Zv0Pp7 .title-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-up40Zv0Pp7 .title-wrapper {
    margin-bottom: 40px;
    padding: 0;
  }
}
.cid-up40Zv0Pp7 .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-up40Zv0Pp7 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-up40Zv0Pp7 .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
  padding: 0 120px;
}
@media (max-width: 1640px) {
  .cid-up40Zv0Pp7 .items-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-up40Zv0Pp7 .items-wrapper {
    padding: 0;
  }
}
.cid-up40Zv0Pp7 .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-up40Zv0Pp7 .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-up40Zv0Pp7 .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-up40Zv0Pp7 .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(2) rotate(45deg);
}
.cid-up40Zv0Pp7 .items-wrapper .item .item-wrapper {
  border: 1px solid #000000;
  overflow: hidden;
}
.cid-up40Zv0Pp7 .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 50px 0;
}
.cid-up40Zv0Pp7 .items-wrapper .item .item-wrapper .item-img img {
  height: 400px;
  width: 400px;
  min-width: 400px;
  border-radius: 100% !important;
  object-fit: cover;
  transition: all 0.6s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-up40Zv0Pp7 .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
    width: 300px;
    min-width: 300px;
  }
}
@media (max-width: 992px) {
  .cid-up40Zv0Pp7 .items-wrapper .item .item-wrapper .item-img img {
    height: 250px;
    width: 250px;
    min-width: 250px;
  }
}
.cid-up40Zv0Pp7 .items-wrapper .item .item-wrapper .card_1 {
  background-color: #f7bc4a;
}
.cid-up40Zv0Pp7 .items-wrapper .item .item-wrapper .card_2 {
  background-color: #cc9900;
}
.cid-up40Zv0Pp7 .items-wrapper .item .item-wrapper .card_3 {
  background-color: #ae1e2c;
}
.cid-up40Zv0Pp7 .items-wrapper .item .item-wrapper .item-content .item-title {
  border-top: 1px solid #000000;
  padding: 32px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-up40Zv0Pp7 .items-wrapper .item .item-wrapper .item-content .item-title {
    padding: 20px;
  }
}
.cid-up40Zv0Pp7 .items-wrapper .item .item-wrapper .item-content .item-text {
  border-top: 1px solid #000000;
  padding: 12px;
  margin-bottom: 0;
}
.cid-up40Zv0Pp7 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  width: 100%;
  padding: 0 12px 12px 12px;
}
.cid-up40Zv0Pp7 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin: 0 10px;
}
.cid-up40Zv0Pp7 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-up40Zv0Pp7 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-up40Zv0Pp7 .item-title {
  color: #150764;
  text-align: center;
}
.cid-up40Zv0Pp7 .item-text {
  color: #000000;
  text-align: center;
}
.cid-up40Zv0Pp7 .mbr-section-title,
.cid-up40Zv0Pp7 .mbr-section-btn {
  color: #ffffff;
}
.cid-up40Zv0Pp7 .item-title,
.cid-up40Zv0Pp7 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uouHVFF5TK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uouHVFF5TK .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uouHVFF5TK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uouHVFF5TK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uouHVFF5TK .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uouHVFF5TK .content-wrap .card {
  justify-content: space-between;
}
.cid-uouHVFF5TK .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uouHVFF5TK .content-wrapper {
    padding: 0;
  }
}
.cid-uouHVFF5TK .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uouHVFF5TK .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uouHVFF5TK .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uouHVFF5TK .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uouHVFF5TK .mbr-desc,
.cid-uouHVFF5TK .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uouHVFF5TK .mbr-section-title,
.cid-uouHVFF5TK .mbr-section-btn {
  color: #ffffff;
}
.cid-uouHVFYWPO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-uouHVFYWPO .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uouHVFYWPO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uouHVFYWPO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uouHVFYWPO .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uouHVFYWPO .content-wrap .card {
  justify-content: space-between;
}
.cid-uouHVFYWPO .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uouHVFYWPO .content-wrapper {
    padding: 0;
  }
}
.cid-uouHVFYWPO .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uouHVFYWPO .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uouHVFYWPO .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uouHVFYWPO .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uouHVFYWPO .mbr-desc,
.cid-uouHVFYWPO .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uouHVFYWPO .mbr-section-title,
.cid-uouHVFYWPO .mbr-section-btn {
  color: #ffffff;
}
.cid-uouHVGfk3N {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uouHVGfk3N .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uouHVGfk3N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uouHVGfk3N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uouHVGfk3N .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uouHVGfk3N .content-wrap .card {
  justify-content: space-between;
}
.cid-uouHVGfk3N .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uouHVGfk3N .content-wrapper {
    padding: 0;
  }
}
.cid-uouHVGfk3N .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uouHVGfk3N .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uouHVGfk3N .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uouHVGfk3N .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uouHVGfk3N .mbr-desc,
.cid-uouHVGfk3N .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uouHVGfk3N .mbr-section-title,
.cid-uouHVGfk3N .mbr-section-btn {
  color: #ffffff;
}
.cid-upNrlbHsvD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-upNrlbHsvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNrlbHsvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .container {
    padding: 0 16px;
  }
}
.cid-upNrlbHsvD .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-upNrlbHsvD .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-upNrlbHsvD .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-upNrlbHsvD .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-upNrlbHsvD .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .mbr-section-title {
  color: #ffffff;
}
.cid-upNrlbHsvD .copyright {
  color: #ffffff;
}
.cid-upNrlbHsvD .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .list {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .mbr-section-title,
.cid-upNrlbHsvD .title-wrapper,
.cid-upNrlbHsvD .social-wrapper {
  text-align: center;
}
.cid-uoAndNK4T4 {
  background-color: transparent;
}
.cid-uoAndNK4T4 .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-uoAndNK4T4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-uoAndNK4T4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoAndNK4T4 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uoAndNK4T4 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uoAndNK4T4 .menu_box .navbar.opened,
  .cid-uoAndNK4T4 .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uoAndNK4T4 .navbar-dropdown {
  position: relative !important;
}
.cid-uoAndNK4T4 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uoAndNK4T4 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uoAndNK4T4 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uoAndNK4T4 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uoAndNK4T4 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uoAndNK4T4 .btn:hover {
  box-shadow: none;
}
.cid-uoAndNK4T4 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uoAndNK4T4 .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uoAndNK4T4 .nav-item {
    margin: 0 !important;
  }
}
.cid-uoAndNK4T4 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-uoAndNK4T4 .nav-item .nav-link:hover,
.cid-uoAndNK4T4 .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-uoAndNK4T4 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uoAndNK4T4 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uoAndNK4T4 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uoAndNK4T4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uoAndNK4T4 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uoAndNK4T4 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uoAndNK4T4 .offcanvas_box {
    display: none;
  }
}
.cid-uoAndNK4T4 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uoAndNK4T4 .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uoAndNK4T4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uoAndNK4T4 .container {
  display: flex;
  margin: auto;
}
.cid-uoAndNK4T4 .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uoAndNK4T4 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uoAndNK4T4 .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-uoAndNK4T4 .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uoAndNK4T4 .navbar-nav {
    margin: 0;
  }
}
.cid-uoAndNK4T4 .dropdown-menu,
.cid-uoAndNK4T4 .navbar.opened {
  background-color: false !important;
}
.cid-uoAndNK4T4 .nav-item:focus,
.cid-uoAndNK4T4 .nav-link:focus {
  outline: none;
}
.cid-uoAndNK4T4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoAndNK4T4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoAndNK4T4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoAndNK4T4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoAndNK4T4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoAndNK4T4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoAndNK4T4 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uoAndNK4T4 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uoAndNK4T4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uoAndNK4T4 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uoAndNK4T4 .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uoAndNK4T4 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoAndNK4T4 .navbar.collapsed {
  justify-content: center;
}
.cid-uoAndNK4T4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoAndNK4T4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uoAndNK4T4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoAndNK4T4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoAndNK4T4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoAndNK4T4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uoAndNK4T4 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uoAndNK4T4 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uoAndNK4T4 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uoAndNK4T4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoAndNK4T4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoAndNK4T4 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uoAndNK4T4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoAndNK4T4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uoAndNK4T4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoAndNK4T4 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uoAndNK4T4 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uoAndNK4T4 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uoAndNK4T4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uoAndNK4T4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoAndNK4T4 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uoAndNK4T4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoAndNK4T4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoAndNK4T4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoAndNK4T4 .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-uoAndNK4T4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uoAndNK4T4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoAndNK4T4 .dropdown-item.active,
.cid-uoAndNK4T4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uoAndNK4T4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uoAndNK4T4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoAndNK4T4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoAndNK4T4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoAndNK4T4 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uoAndNK4T4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoAndNK4T4 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-uoAndNK4T4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uoAndNK4T4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoAndNK4T4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAndNK4T4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAndNK4T4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoAndNK4T4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAndNK4T4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoAndNK4T4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoAndNK4T4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAndNK4T4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uoAndNK4T4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uoAndNK4T4 .navbar {
    height: 70px;
  }
  .cid-uoAndNK4T4 .navbar.opened {
    height: auto;
  }
  .cid-uoAndNK4T4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoAndNK4T4 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uoAndNK4T4 .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-uoAndNK4T4 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uoAndNK4T4 .text_widget {
  margin-bottom: 32px;
}
.cid-uoAndNK4T4 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uoAndNK4T4 .text_widget a:hover,
.cid-uoAndNK4T4 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uoAndNK4T4 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uoAndNK4T4 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uoAndNK4T4 .navbar-caption {
  color: #000000;
}
.cid-uoAndNK4T4 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uoAndNK4T4 .mbr-section-subtitle,
.cid-uoAndNK4T4 .text_widget,
.cid-uoAndNK4T4 .mbr-section-btn {
  text-align: center;
}
.cid-uoAndNK4T4 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uoAndO2w0b {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uoAndO2w0b .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uoAndO2w0b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoAndO2w0b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoAndO2w0b .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uoAndO2w0b .content-wrap .card {
  justify-content: space-between;
}
.cid-uoAndO2w0b .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uoAndO2w0b .content-wrapper {
    padding: 0;
  }
}
.cid-uoAndO2w0b .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uoAndO2w0b .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uoAndO2w0b .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uoAndO2w0b .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uoAndO2w0b .mbr-desc,
.cid-uoAndO2w0b .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uoAndO2w0b .mbr-section-title,
.cid-uoAndO2w0b .mbr-section-btn {
  color: #ffffff;
}
.cid-uoArJHy7qx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #0aa3c2;
}
.cid-uoArJHy7qx .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uoArJHy7qx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoArJHy7qx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoArJHy7qx .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uoArJHy7qx .content-wrap .card {
  justify-content: space-between;
}
.cid-uoArJHy7qx .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uoArJHy7qx .content-wrapper {
    padding: 0;
  }
}
.cid-uoArJHy7qx .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uoArJHy7qx .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uoArJHy7qx .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uoArJHy7qx .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uoArJHy7qx .mbr-desc,
.cid-uoArJHy7qx .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uoArJHy7qx .mbr-section-title,
.cid-uoArJHy7qx .mbr-section-btn {
  color: #ffffff;
}
.cid-uoAoyXhZ3L {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0aa3c2;
}
.cid-uoAoyXhZ3L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoAoyXhZ3L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoAoyXhZ3L .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uoAoyXhZ3L .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uoAoyXhZ3L .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #b7140b;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uoAoyXhZ3L .item .item-wrapper {
    height: auto;
  }
}
.cid-uoAoyXhZ3L .item .item-wrapper .item-img .image-wrap {
  padding: 10px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uoAoyXhZ3L .item .item-wrapper .item-img .image-wrap {
    padding: 20px 20px 10px;
  }
}
.cid-uoAoyXhZ3L .item .item-wrapper .item-img .image-wrap img {
  height: 240px;
  width: 100%;
  object-fit: cover;
}
.cid-uoAoyXhZ3L .item .item-wrapper .item-img .item-content {
  padding: 0 20px 20px;
}
.cid-uoAoyXhZ3L .item .item-wrapper .item-img .item-content .item-price {
  margin-bottom: 16px;
}
.cid-uoAoyXhZ3L .item .item-wrapper .item-img .item-content .item-text {
  margin-bottom: 16px;
}
.cid-uoAoyXhZ3L .item .item-wrapper .mbr-section-btn {
  padding: 0 20px;
}
.cid-uoAoyXhZ3L .item .item-wrapper .mbr-section-btn .btn {
  justify-content: center;
  margin-bottom: 0;
  padding: 10px 15px;
}
.cid-uoAoyXhZ3L .item-price {
  color: #404349;
  text-align: center;
}
.cid-uoAoyXhZ3L .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uzOapjyWWw {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #0aa3c2;
}
.cid-uzOapjyWWw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzOapjyWWw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzOapjyWWw .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uzOapjyWWw .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uzOapjyWWw .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #b7140b;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uzOapjyWWw .item .item-wrapper {
    height: auto;
  }
}
.cid-uzOapjyWWw .item .item-wrapper .item-img .image-wrap {
  padding: 10px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uzOapjyWWw .item .item-wrapper .item-img .image-wrap {
    padding: 20px 20px 10px;
  }
}
.cid-uzOapjyWWw .item .item-wrapper .item-img .image-wrap img {
  height: 240px;
  width: 100%;
  object-fit: cover;
}
.cid-uzOapjyWWw .item .item-wrapper .item-img .item-content {
  padding: 0 20px 20px;
}
.cid-uzOapjyWWw .item .item-wrapper .item-img .item-content .item-price {
  margin-bottom: 16px;
}
.cid-uzOapjyWWw .item .item-wrapper .item-img .item-content .item-text {
  margin-bottom: 16px;
}
.cid-uzOapjyWWw .item .item-wrapper .mbr-section-btn {
  padding: 0 20px;
}
.cid-uzOapjyWWw .item .item-wrapper .mbr-section-btn .btn {
  justify-content: center;
  margin-bottom: 0;
  padding: 10px 15px;
}
.cid-uzOapjyWWw .item-price {
  color: #404349;
  text-align: center;
}
.cid-uzOapjyWWw .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uzOlhOEPky {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0aa3c2;
}
.cid-uzOlhOEPky .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzOlhOEPky .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzOlhOEPky .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uzOlhOEPky .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uzOlhOEPky .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #b7140b;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uzOlhOEPky .item .item-wrapper {
    height: auto;
  }
}
.cid-uzOlhOEPky .item .item-wrapper .item-img .image-wrap {
  padding: 10px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uzOlhOEPky .item .item-wrapper .item-img .image-wrap {
    padding: 20px 20px 10px;
  }
}
.cid-uzOlhOEPky .item .item-wrapper .item-img .image-wrap img {
  height: 240px;
  width: 100%;
  object-fit: cover;
}
.cid-uzOlhOEPky .item .item-wrapper .item-img .item-content {
  padding: 0 20px 20px;
}
.cid-uzOlhOEPky .item .item-wrapper .item-img .item-content .item-price {
  margin-bottom: 16px;
}
.cid-uzOlhOEPky .item .item-wrapper .item-img .item-content .item-text {
  margin-bottom: 16px;
}
.cid-uzOlhOEPky .item .item-wrapper .mbr-section-btn {
  padding: 0 20px;
}
.cid-uzOlhOEPky .item .item-wrapper .mbr-section-btn .btn {
  justify-content: center;
  margin-bottom: 0;
  padding: 10px 15px;
}
.cid-uzOlhOEPky .item-price {
  color: #404349;
  text-align: center;
}
.cid-uzOlhOEPky .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uzOpP6GwOm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0aa3c2;
}
.cid-uzOpP6GwOm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzOpP6GwOm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzOpP6GwOm .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uzOpP6GwOm .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uzOpP6GwOm .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #b7140b;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uzOpP6GwOm .item .item-wrapper {
    height: auto;
  }
}
.cid-uzOpP6GwOm .item .item-wrapper .item-img .image-wrap {
  padding: 10px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uzOpP6GwOm .item .item-wrapper .item-img .image-wrap {
    padding: 20px 20px 10px;
  }
}
.cid-uzOpP6GwOm .item .item-wrapper .item-img .image-wrap img {
  height: 240px;
  width: 100%;
  object-fit: cover;
}
.cid-uzOpP6GwOm .item .item-wrapper .item-img .item-content {
  padding: 0 20px 20px;
}
.cid-uzOpP6GwOm .item .item-wrapper .item-img .item-content .item-price {
  margin-bottom: 16px;
}
.cid-uzOpP6GwOm .item .item-wrapper .item-img .item-content .item-text {
  margin-bottom: 16px;
}
.cid-uzOpP6GwOm .item .item-wrapper .mbr-section-btn {
  padding: 0 20px;
}
.cid-uzOpP6GwOm .item .item-wrapper .mbr-section-btn .btn {
  justify-content: center;
  margin-bottom: 0;
  padding: 10px 15px;
}
.cid-uzOpP6GwOm .item-price {
  color: #404349;
  text-align: center;
}
.cid-uzOpP6GwOm .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uoAndOUAZ8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uoAndOUAZ8 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uoAndOUAZ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoAndOUAZ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoAndOUAZ8 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uoAndOUAZ8 .content-wrap .card {
  justify-content: space-between;
}
.cid-uoAndOUAZ8 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uoAndOUAZ8 .content-wrapper {
    padding: 0;
  }
}
.cid-uoAndOUAZ8 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uoAndOUAZ8 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uoAndOUAZ8 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uoAndOUAZ8 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uoAndOUAZ8 .mbr-desc,
.cid-uoAndOUAZ8 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uoAndOUAZ8 .mbr-section-title,
.cid-uoAndOUAZ8 .mbr-section-btn {
  color: #ffffff;
}
.cid-uzOuIsSmuE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0aa3c2;
}
.cid-uzOuIsSmuE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzOuIsSmuE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzOuIsSmuE .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uzOuIsSmuE .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uzOuIsSmuE .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #b7140b;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uzOuIsSmuE .item .item-wrapper {
    height: auto;
  }
}
.cid-uzOuIsSmuE .item .item-wrapper .item-img .image-wrap {
  padding: 10px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uzOuIsSmuE .item .item-wrapper .item-img .image-wrap {
    padding: 20px 20px 10px;
  }
}
.cid-uzOuIsSmuE .item .item-wrapper .item-img .image-wrap img {
  height: 240px;
  width: 100%;
  object-fit: cover;
}
.cid-uzOuIsSmuE .item .item-wrapper .item-img .item-content {
  padding: 0 20px 20px;
}
.cid-uzOuIsSmuE .item .item-wrapper .item-img .item-content .item-price {
  margin-bottom: 16px;
}
.cid-uzOuIsSmuE .item .item-wrapper .item-img .item-content .item-text {
  margin-bottom: 16px;
}
.cid-uzOuIsSmuE .item .item-wrapper .mbr-section-btn {
  padding: 0 20px;
}
.cid-uzOuIsSmuE .item .item-wrapper .mbr-section-btn .btn {
  justify-content: center;
  margin-bottom: 0;
  padding: 10px 15px;
}
.cid-uzOuIsSmuE .item-price {
  color: #404349;
  text-align: center;
}
.cid-uzOuIsSmuE .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uzOzj7hLBI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0aa3c2;
}
.cid-uzOzj7hLBI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzOzj7hLBI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzOzj7hLBI .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uzOzj7hLBI .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uzOzj7hLBI .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #b7140b;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uzOzj7hLBI .item .item-wrapper {
    height: auto;
  }
}
.cid-uzOzj7hLBI .item .item-wrapper .item-img .image-wrap {
  padding: 10px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uzOzj7hLBI .item .item-wrapper .item-img .image-wrap {
    padding: 20px 20px 10px;
  }
}
.cid-uzOzj7hLBI .item .item-wrapper .item-img .image-wrap img {
  height: 240px;
  width: 100%;
  object-fit: cover;
}
.cid-uzOzj7hLBI .item .item-wrapper .item-img .item-content {
  padding: 0 20px 20px;
}
.cid-uzOzj7hLBI .item .item-wrapper .item-img .item-content .item-price {
  margin-bottom: 16px;
}
.cid-uzOzj7hLBI .item .item-wrapper .item-img .item-content .item-text {
  margin-bottom: 16px;
}
.cid-uzOzj7hLBI .item .item-wrapper .mbr-section-btn {
  padding: 0 20px;
}
.cid-uzOzj7hLBI .item .item-wrapper .mbr-section-btn .btn {
  justify-content: center;
  margin-bottom: 0;
  padding: 10px 15px;
}
.cid-uzOzj7hLBI .item-price {
  color: #404349;
  text-align: center;
}
.cid-uzOzj7hLBI .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uzTucz03Xj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0aa3c2;
}
.cid-uzTucz03Xj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzTucz03Xj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzTucz03Xj .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uzTucz03Xj .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uzTucz03Xj .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #b7140b;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uzTucz03Xj .item .item-wrapper {
    height: auto;
  }
}
.cid-uzTucz03Xj .item .item-wrapper .item-img .image-wrap {
  padding: 10px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uzTucz03Xj .item .item-wrapper .item-img .image-wrap {
    padding: 20px 20px 10px;
  }
}
.cid-uzTucz03Xj .item .item-wrapper .item-img .image-wrap img {
  height: 240px;
  width: 100%;
  object-fit: cover;
}
.cid-uzTucz03Xj .item .item-wrapper .item-img .item-content {
  padding: 0 20px 20px;
}
.cid-uzTucz03Xj .item .item-wrapper .item-img .item-content .item-price {
  margin-bottom: 16px;
}
.cid-uzTucz03Xj .item .item-wrapper .item-img .item-content .item-text {
  margin-bottom: 16px;
}
.cid-uzTucz03Xj .item .item-wrapper .mbr-section-btn {
  padding: 0 20px;
}
.cid-uzTucz03Xj .item .item-wrapper .mbr-section-btn .btn {
  justify-content: center;
  margin-bottom: 0;
  padding: 10px 15px;
}
.cid-uzTucz03Xj .item-price {
  color: #404349;
  text-align: center;
}
.cid-uzTucz03Xj .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uzTxCcpAFX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0aa3c2;
}
.cid-uzTxCcpAFX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzTxCcpAFX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzTxCcpAFX .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uzTxCcpAFX .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uzTxCcpAFX .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #b7140b;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uzTxCcpAFX .item .item-wrapper {
    height: auto;
  }
}
.cid-uzTxCcpAFX .item .item-wrapper .item-img .image-wrap {
  padding: 10px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uzTxCcpAFX .item .item-wrapper .item-img .image-wrap {
    padding: 20px 20px 10px;
  }
}
.cid-uzTxCcpAFX .item .item-wrapper .item-img .image-wrap img {
  height: 240px;
  width: 100%;
  object-fit: cover;
}
.cid-uzTxCcpAFX .item .item-wrapper .item-img .item-content {
  padding: 0 20px 20px;
}
.cid-uzTxCcpAFX .item .item-wrapper .item-img .item-content .item-price {
  margin-bottom: 16px;
}
.cid-uzTxCcpAFX .item .item-wrapper .item-img .item-content .item-text {
  margin-bottom: 16px;
}
.cid-uzTxCcpAFX .item .item-wrapper .mbr-section-btn {
  padding: 0 20px;
}
.cid-uzTxCcpAFX .item .item-wrapper .mbr-section-btn .btn {
  justify-content: center;
  margin-bottom: 0;
  padding: 10px 15px;
}
.cid-uzTxCcpAFX .item-price {
  color: #404349;
  text-align: center;
}
.cid-uzTxCcpAFX .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uzTAEUNng8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0aa3c2;
}
.cid-uzTAEUNng8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzTAEUNng8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzTAEUNng8 .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uzTAEUNng8 .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uzTAEUNng8 .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #b7140b;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uzTAEUNng8 .item .item-wrapper {
    height: auto;
  }
}
.cid-uzTAEUNng8 .item .item-wrapper .item-img .image-wrap {
  padding: 10px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uzTAEUNng8 .item .item-wrapper .item-img .image-wrap {
    padding: 20px 20px 10px;
  }
}
.cid-uzTAEUNng8 .item .item-wrapper .item-img .image-wrap img {
  height: 240px;
  width: 100%;
  object-fit: cover;
}
.cid-uzTAEUNng8 .item .item-wrapper .item-img .item-content {
  padding: 0 20px 20px;
}
.cid-uzTAEUNng8 .item .item-wrapper .item-img .item-content .item-price {
  margin-bottom: 16px;
}
.cid-uzTAEUNng8 .item .item-wrapper .item-img .item-content .item-text {
  margin-bottom: 16px;
}
.cid-uzTAEUNng8 .item .item-wrapper .mbr-section-btn {
  padding: 0 20px;
}
.cid-uzTAEUNng8 .item .item-wrapper .mbr-section-btn .btn {
  justify-content: center;
  margin-bottom: 0;
  padding: 10px 15px;
}
.cid-uzTAEUNng8 .item-price {
  color: #404349;
  text-align: center;
}
.cid-uzTAEUNng8 .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uzTIwIcPYd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0aa3c2;
}
.cid-uzTIwIcPYd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzTIwIcPYd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzTIwIcPYd .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uzTIwIcPYd .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uzTIwIcPYd .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #b7140b;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uzTIwIcPYd .item .item-wrapper {
    height: auto;
  }
}
.cid-uzTIwIcPYd .item .item-wrapper .item-img .image-wrap {
  padding: 10px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uzTIwIcPYd .item .item-wrapper .item-img .image-wrap {
    padding: 20px 20px 10px;
  }
}
.cid-uzTIwIcPYd .item .item-wrapper .item-img .image-wrap img {
  height: 240px;
  width: 100%;
  object-fit: cover;
}
.cid-uzTIwIcPYd .item .item-wrapper .item-img .item-content {
  padding: 0 20px 20px;
}
.cid-uzTIwIcPYd .item .item-wrapper .item-img .item-content .item-price {
  margin-bottom: 16px;
}
.cid-uzTIwIcPYd .item .item-wrapper .item-img .item-content .item-text {
  margin-bottom: 16px;
}
.cid-uzTIwIcPYd .item .item-wrapper .mbr-section-btn {
  padding: 0 20px;
}
.cid-uzTIwIcPYd .item .item-wrapper .mbr-section-btn .btn {
  justify-content: center;
  margin-bottom: 0;
  padding: 10px 15px;
}
.cid-uzTIwIcPYd .item-price {
  color: #404349;
  text-align: center;
}
.cid-uzTIwIcPYd .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uzUaqr3O74 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0aa3c2;
}
.cid-uzUaqr3O74 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzUaqr3O74 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzUaqr3O74 .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uzUaqr3O74 .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uzUaqr3O74 .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #b7140b;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uzUaqr3O74 .item .item-wrapper {
    height: auto;
  }
}
.cid-uzUaqr3O74 .item .item-wrapper .item-img .image-wrap {
  padding: 10px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uzUaqr3O74 .item .item-wrapper .item-img .image-wrap {
    padding: 20px 20px 10px;
  }
}
.cid-uzUaqr3O74 .item .item-wrapper .item-img .image-wrap img {
  height: 240px;
  width: 100%;
  object-fit: cover;
}
.cid-uzUaqr3O74 .item .item-wrapper .item-img .item-content {
  padding: 0 20px 20px;
}
.cid-uzUaqr3O74 .item .item-wrapper .item-img .item-content .item-price {
  margin-bottom: 16px;
}
.cid-uzUaqr3O74 .item .item-wrapper .item-img .item-content .item-text {
  margin-bottom: 16px;
}
.cid-uzUaqr3O74 .item .item-wrapper .mbr-section-btn {
  padding: 0 20px;
}
.cid-uzUaqr3O74 .item .item-wrapper .mbr-section-btn .btn {
  justify-content: center;
  margin-bottom: 0;
  padding: 10px 15px;
}
.cid-uzUaqr3O74 .item-price {
  color: #404349;
  text-align: center;
}
.cid-uzUaqr3O74 .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uzUcBVMdtT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0aa3c2;
}
.cid-uzUcBVMdtT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzUcBVMdtT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzUcBVMdtT .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uzUcBVMdtT .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uzUcBVMdtT .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #b7140b;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uzUcBVMdtT .item .item-wrapper {
    height: auto;
  }
}
.cid-uzUcBVMdtT .item .item-wrapper .item-img .image-wrap {
  padding: 10px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uzUcBVMdtT .item .item-wrapper .item-img .image-wrap {
    padding: 20px 20px 10px;
  }
}
.cid-uzUcBVMdtT .item .item-wrapper .item-img .image-wrap img {
  height: 240px;
  width: 100%;
  object-fit: cover;
}
.cid-uzUcBVMdtT .item .item-wrapper .item-img .item-content {
  padding: 0 20px 20px;
}
.cid-uzUcBVMdtT .item .item-wrapper .item-img .item-content .item-price {
  margin-bottom: 16px;
}
.cid-uzUcBVMdtT .item .item-wrapper .item-img .item-content .item-text {
  margin-bottom: 16px;
}
.cid-uzUcBVMdtT .item .item-wrapper .mbr-section-btn {
  padding: 0 20px;
}
.cid-uzUcBVMdtT .item .item-wrapper .mbr-section-btn .btn {
  justify-content: center;
  margin-bottom: 0;
  padding: 10px 15px;
}
.cid-uzUcBVMdtT .item-price {
  color: #404349;
  text-align: center;
}
.cid-uzUcBVMdtT .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uzUeCJx2nu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0aa3c2;
}
.cid-uzUeCJx2nu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzUeCJx2nu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzUeCJx2nu .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uzUeCJx2nu .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uzUeCJx2nu .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #b7140b;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uzUeCJx2nu .item .item-wrapper {
    height: auto;
  }
}
.cid-uzUeCJx2nu .item .item-wrapper .item-img .image-wrap {
  padding: 10px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uzUeCJx2nu .item .item-wrapper .item-img .image-wrap {
    padding: 20px 20px 10px;
  }
}
.cid-uzUeCJx2nu .item .item-wrapper .item-img .image-wrap img {
  height: 240px;
  width: 100%;
  object-fit: cover;
}
.cid-uzUeCJx2nu .item .item-wrapper .item-img .item-content {
  padding: 0 20px 20px;
}
.cid-uzUeCJx2nu .item .item-wrapper .item-img .item-content .item-price {
  margin-bottom: 16px;
}
.cid-uzUeCJx2nu .item .item-wrapper .item-img .item-content .item-text {
  margin-bottom: 16px;
}
.cid-uzUeCJx2nu .item .item-wrapper .mbr-section-btn {
  padding: 0 20px;
}
.cid-uzUeCJx2nu .item .item-wrapper .mbr-section-btn .btn {
  justify-content: center;
  margin-bottom: 0;
  padding: 10px 15px;
}
.cid-uzUeCJx2nu .item-price {
  color: #404349;
  text-align: center;
}
.cid-uzUeCJx2nu .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uzUhkY7YQk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0aa3c2;
}
.cid-uzUhkY7YQk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzUhkY7YQk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzUhkY7YQk .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uzUhkY7YQk .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uzUhkY7YQk .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #b7140b;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uzUhkY7YQk .item .item-wrapper {
    height: auto;
  }
}
.cid-uzUhkY7YQk .item .item-wrapper .item-img .image-wrap {
  padding: 10px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uzUhkY7YQk .item .item-wrapper .item-img .image-wrap {
    padding: 20px 20px 10px;
  }
}
.cid-uzUhkY7YQk .item .item-wrapper .item-img .image-wrap img {
  height: 240px;
  width: 100%;
  object-fit: cover;
}
.cid-uzUhkY7YQk .item .item-wrapper .item-img .item-content {
  padding: 0 20px 20px;
}
.cid-uzUhkY7YQk .item .item-wrapper .item-img .item-content .item-price {
  margin-bottom: 16px;
}
.cid-uzUhkY7YQk .item .item-wrapper .item-img .item-content .item-text {
  margin-bottom: 16px;
}
.cid-uzUhkY7YQk .item .item-wrapper .mbr-section-btn {
  padding: 0 20px;
}
.cid-uzUhkY7YQk .item .item-wrapper .mbr-section-btn .btn {
  justify-content: center;
  margin-bottom: 0;
  padding: 10px 15px;
}
.cid-uzUhkY7YQk .item-price {
  color: #404349;
  text-align: center;
}
.cid-uzUhkY7YQk .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uzUjE2LuHt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0aa3c2;
}
.cid-uzUjE2LuHt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzUjE2LuHt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzUjE2LuHt .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uzUjE2LuHt .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uzUjE2LuHt .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #b7140b;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uzUjE2LuHt .item .item-wrapper {
    height: auto;
  }
}
.cid-uzUjE2LuHt .item .item-wrapper .item-img .image-wrap {
  padding: 10px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uzUjE2LuHt .item .item-wrapper .item-img .image-wrap {
    padding: 20px 20px 10px;
  }
}
.cid-uzUjE2LuHt .item .item-wrapper .item-img .image-wrap img {
  height: 240px;
  width: 100%;
  object-fit: cover;
}
.cid-uzUjE2LuHt .item .item-wrapper .item-img .item-content {
  padding: 0 20px 20px;
}
.cid-uzUjE2LuHt .item .item-wrapper .item-img .item-content .item-price {
  margin-bottom: 16px;
}
.cid-uzUjE2LuHt .item .item-wrapper .item-img .item-content .item-text {
  margin-bottom: 16px;
}
.cid-uzUjE2LuHt .item .item-wrapper .mbr-section-btn {
  padding: 0 20px;
}
.cid-uzUjE2LuHt .item .item-wrapper .mbr-section-btn .btn {
  justify-content: center;
  margin-bottom: 0;
  padding: 10px 15px;
}
.cid-uzUjE2LuHt .item-price {
  color: #404349;
  text-align: center;
}
.cid-uzUjE2LuHt .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uzUowesWlo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0aa3c2;
}
.cid-uzUowesWlo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzUowesWlo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzUowesWlo .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uzUowesWlo .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uzUowesWlo .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #b7140b;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uzUowesWlo .item .item-wrapper {
    height: auto;
  }
}
.cid-uzUowesWlo .item .item-wrapper .item-img .image-wrap {
  padding: 10px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uzUowesWlo .item .item-wrapper .item-img .image-wrap {
    padding: 20px 20px 10px;
  }
}
.cid-uzUowesWlo .item .item-wrapper .item-img .image-wrap img {
  height: 240px;
  width: 100%;
  object-fit: cover;
}
.cid-uzUowesWlo .item .item-wrapper .item-img .item-content {
  padding: 0 20px 20px;
}
.cid-uzUowesWlo .item .item-wrapper .item-img .item-content .item-price {
  margin-bottom: 16px;
}
.cid-uzUowesWlo .item .item-wrapper .item-img .item-content .item-text {
  margin-bottom: 16px;
}
.cid-uzUowesWlo .item .item-wrapper .mbr-section-btn {
  padding: 0 20px;
}
.cid-uzUowesWlo .item .item-wrapper .mbr-section-btn .btn {
  justify-content: center;
  margin-bottom: 0;
  padding: 10px 15px;
}
.cid-uzUowesWlo .item-price {
  color: #404349;
  text-align: center;
}
.cid-uzUowesWlo .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uzUr2i7jE0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0aa3c2;
}
.cid-uzUr2i7jE0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzUr2i7jE0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzUr2i7jE0 .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uzUr2i7jE0 .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uzUr2i7jE0 .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #b7140b;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uzUr2i7jE0 .item .item-wrapper {
    height: auto;
  }
}
.cid-uzUr2i7jE0 .item .item-wrapper .item-img .image-wrap {
  padding: 10px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uzUr2i7jE0 .item .item-wrapper .item-img .image-wrap {
    padding: 20px 20px 10px;
  }
}
.cid-uzUr2i7jE0 .item .item-wrapper .item-img .image-wrap img {
  height: 240px;
  width: 100%;
  object-fit: cover;
}
.cid-uzUr2i7jE0 .item .item-wrapper .item-img .item-content {
  padding: 0 20px 20px;
}
.cid-uzUr2i7jE0 .item .item-wrapper .item-img .item-content .item-price {
  margin-bottom: 16px;
}
.cid-uzUr2i7jE0 .item .item-wrapper .item-img .item-content .item-text {
  margin-bottom: 16px;
}
.cid-uzUr2i7jE0 .item .item-wrapper .mbr-section-btn {
  padding: 0 20px;
}
.cid-uzUr2i7jE0 .item .item-wrapper .mbr-section-btn .btn {
  justify-content: center;
  margin-bottom: 0;
  padding: 10px 15px;
}
.cid-uzUr2i7jE0 .item-price {
  color: #404349;
  text-align: center;
}
.cid-uzUr2i7jE0 .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uzUttAhSxK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0aa3c2;
}
.cid-uzUttAhSxK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzUttAhSxK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzUttAhSxK .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uzUttAhSxK .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uzUttAhSxK .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #b7140b;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uzUttAhSxK .item .item-wrapper {
    height: auto;
  }
}
.cid-uzUttAhSxK .item .item-wrapper .item-img .image-wrap {
  padding: 10px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uzUttAhSxK .item .item-wrapper .item-img .image-wrap {
    padding: 20px 20px 10px;
  }
}
.cid-uzUttAhSxK .item .item-wrapper .item-img .image-wrap img {
  height: 240px;
  width: 100%;
  object-fit: cover;
}
.cid-uzUttAhSxK .item .item-wrapper .item-img .item-content {
  padding: 0 20px 20px;
}
.cid-uzUttAhSxK .item .item-wrapper .item-img .item-content .item-price {
  margin-bottom: 16px;
}
.cid-uzUttAhSxK .item .item-wrapper .item-img .item-content .item-text {
  margin-bottom: 16px;
}
.cid-uzUttAhSxK .item .item-wrapper .mbr-section-btn {
  padding: 0 20px;
}
.cid-uzUttAhSxK .item .item-wrapper .mbr-section-btn .btn {
  justify-content: center;
  margin-bottom: 0;
  padding: 10px 15px;
}
.cid-uzUttAhSxK .item-price {
  color: #404349;
  text-align: center;
}
.cid-uzUttAhSxK .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uzZqnulFtv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0aa3c2;
}
.cid-uzZqnulFtv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzZqnulFtv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzZqnulFtv .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uzZqnulFtv .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uzZqnulFtv .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #b7140b;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uzZqnulFtv .item .item-wrapper {
    height: auto;
  }
}
.cid-uzZqnulFtv .item .item-wrapper .item-img .image-wrap {
  padding: 10px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uzZqnulFtv .item .item-wrapper .item-img .image-wrap {
    padding: 20px 20px 10px;
  }
}
.cid-uzZqnulFtv .item .item-wrapper .item-img .image-wrap img {
  height: 240px;
  width: 100%;
  object-fit: cover;
}
.cid-uzZqnulFtv .item .item-wrapper .item-img .item-content {
  padding: 0 20px 20px;
}
.cid-uzZqnulFtv .item .item-wrapper .item-img .item-content .item-price {
  margin-bottom: 16px;
}
.cid-uzZqnulFtv .item .item-wrapper .item-img .item-content .item-text {
  margin-bottom: 16px;
}
.cid-uzZqnulFtv .item .item-wrapper .mbr-section-btn {
  padding: 0 20px;
}
.cid-uzZqnulFtv .item .item-wrapper .mbr-section-btn .btn {
  justify-content: center;
  margin-bottom: 0;
  padding: 10px 15px;
}
.cid-uzZqnulFtv .item-price {
  color: #404349;
  text-align: center;
}
.cid-uzZqnulFtv .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uzZt9K0Wom {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0aa3c2;
}
.cid-uzZt9K0Wom .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzZt9K0Wom .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzZt9K0Wom .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uzZt9K0Wom .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uzZt9K0Wom .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #b7140b;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uzZt9K0Wom .item .item-wrapper {
    height: auto;
  }
}
.cid-uzZt9K0Wom .item .item-wrapper .item-img .image-wrap {
  padding: 10px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uzZt9K0Wom .item .item-wrapper .item-img .image-wrap {
    padding: 20px 20px 10px;
  }
}
.cid-uzZt9K0Wom .item .item-wrapper .item-img .image-wrap img {
  height: 240px;
  width: 100%;
  object-fit: cover;
}
.cid-uzZt9K0Wom .item .item-wrapper .item-img .item-content {
  padding: 0 20px 20px;
}
.cid-uzZt9K0Wom .item .item-wrapper .item-img .item-content .item-price {
  margin-bottom: 16px;
}
.cid-uzZt9K0Wom .item .item-wrapper .item-img .item-content .item-text {
  margin-bottom: 16px;
}
.cid-uzZt9K0Wom .item .item-wrapper .mbr-section-btn {
  padding: 0 20px;
}
.cid-uzZt9K0Wom .item .item-wrapper .mbr-section-btn .btn {
  justify-content: center;
  margin-bottom: 0;
  padding: 10px 15px;
}
.cid-uzZt9K0Wom .item-price {
  color: #404349;
  text-align: center;
}
.cid-uzZt9K0Wom .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uzZwFq9eAM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0aa3c2;
}
.cid-uzZwFq9eAM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzZwFq9eAM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzZwFq9eAM .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uzZwFq9eAM .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uzZwFq9eAM .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #b7140b;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uzZwFq9eAM .item .item-wrapper {
    height: auto;
  }
}
.cid-uzZwFq9eAM .item .item-wrapper .item-img .image-wrap {
  padding: 10px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uzZwFq9eAM .item .item-wrapper .item-img .image-wrap {
    padding: 20px 20px 10px;
  }
}
.cid-uzZwFq9eAM .item .item-wrapper .item-img .image-wrap img {
  height: 240px;
  width: 100%;
  object-fit: cover;
}
.cid-uzZwFq9eAM .item .item-wrapper .item-img .item-content {
  padding: 0 20px 20px;
}
.cid-uzZwFq9eAM .item .item-wrapper .item-img .item-content .item-price {
  margin-bottom: 16px;
}
.cid-uzZwFq9eAM .item .item-wrapper .item-img .item-content .item-text {
  margin-bottom: 16px;
}
.cid-uzZwFq9eAM .item .item-wrapper .mbr-section-btn {
  padding: 0 20px;
}
.cid-uzZwFq9eAM .item .item-wrapper .mbr-section-btn .btn {
  justify-content: center;
  margin-bottom: 0;
  padding: 10px 15px;
}
.cid-uzZwFq9eAM .item-price {
  color: #404349;
  text-align: center;
}
.cid-uzZwFq9eAM .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uzZz8HIl48 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0aa3c2;
}
.cid-uzZz8HIl48 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzZz8HIl48 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzZz8HIl48 .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uzZz8HIl48 .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uzZz8HIl48 .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #b7140b;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uzZz8HIl48 .item .item-wrapper {
    height: auto;
  }
}
.cid-uzZz8HIl48 .item .item-wrapper .item-img .image-wrap {
  padding: 10px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uzZz8HIl48 .item .item-wrapper .item-img .image-wrap {
    padding: 20px 20px 10px;
  }
}
.cid-uzZz8HIl48 .item .item-wrapper .item-img .image-wrap img {
  height: 240px;
  width: 100%;
  object-fit: cover;
}
.cid-uzZz8HIl48 .item .item-wrapper .item-img .item-content {
  padding: 0 20px 20px;
}
.cid-uzZz8HIl48 .item .item-wrapper .item-img .item-content .item-price {
  margin-bottom: 16px;
}
.cid-uzZz8HIl48 .item .item-wrapper .item-img .item-content .item-text {
  margin-bottom: 16px;
}
.cid-uzZz8HIl48 .item .item-wrapper .mbr-section-btn {
  padding: 0 20px;
}
.cid-uzZz8HIl48 .item .item-wrapper .mbr-section-btn .btn {
  justify-content: center;
  margin-bottom: 0;
  padding: 10px 15px;
}
.cid-uzZz8HIl48 .item-price {
  color: #404349;
  text-align: center;
}
.cid-uzZz8HIl48 .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uzZBoGXJkq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0aa3c2;
}
.cid-uzZBoGXJkq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzZBoGXJkq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzZBoGXJkq .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uzZBoGXJkq .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uzZBoGXJkq .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #b7140b;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uzZBoGXJkq .item .item-wrapper {
    height: auto;
  }
}
.cid-uzZBoGXJkq .item .item-wrapper .item-img .image-wrap {
  padding: 10px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uzZBoGXJkq .item .item-wrapper .item-img .image-wrap {
    padding: 20px 20px 10px;
  }
}
.cid-uzZBoGXJkq .item .item-wrapper .item-img .image-wrap img {
  height: 240px;
  width: 100%;
  object-fit: cover;
}
.cid-uzZBoGXJkq .item .item-wrapper .item-img .item-content {
  padding: 0 20px 20px;
}
.cid-uzZBoGXJkq .item .item-wrapper .item-img .item-content .item-price {
  margin-bottom: 16px;
}
.cid-uzZBoGXJkq .item .item-wrapper .item-img .item-content .item-text {
  margin-bottom: 16px;
}
.cid-uzZBoGXJkq .item .item-wrapper .mbr-section-btn {
  padding: 0 20px;
}
.cid-uzZBoGXJkq .item .item-wrapper .mbr-section-btn .btn {
  justify-content: center;
  margin-bottom: 0;
  padding: 10px 15px;
}
.cid-uzZBoGXJkq .item-price {
  color: #404349;
  text-align: center;
}
.cid-uzZBoGXJkq .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uzZEuZ8hrp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0aa3c2;
}
.cid-uzZEuZ8hrp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzZEuZ8hrp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzZEuZ8hrp .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uzZEuZ8hrp .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uzZEuZ8hrp .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #b7140b;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uzZEuZ8hrp .item .item-wrapper {
    height: auto;
  }
}
.cid-uzZEuZ8hrp .item .item-wrapper .item-img .image-wrap {
  padding: 10px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uzZEuZ8hrp .item .item-wrapper .item-img .image-wrap {
    padding: 20px 20px 10px;
  }
}
.cid-uzZEuZ8hrp .item .item-wrapper .item-img .image-wrap img {
  height: 240px;
  width: 100%;
  object-fit: cover;
}
.cid-uzZEuZ8hrp .item .item-wrapper .item-img .item-content {
  padding: 0 20px 20px;
}
.cid-uzZEuZ8hrp .item .item-wrapper .item-img .item-content .item-price {
  margin-bottom: 16px;
}
.cid-uzZEuZ8hrp .item .item-wrapper .item-img .item-content .item-text {
  margin-bottom: 16px;
}
.cid-uzZEuZ8hrp .item .item-wrapper .mbr-section-btn {
  padding: 0 20px;
}
.cid-uzZEuZ8hrp .item .item-wrapper .mbr-section-btn .btn {
  justify-content: center;
  margin-bottom: 0;
  padding: 10px 15px;
}
.cid-uzZEuZ8hrp .item-price {
  color: #404349;
  text-align: center;
}
.cid-uzZEuZ8hrp .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uzZGt4180P {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0aa3c2;
}
.cid-uzZGt4180P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzZGt4180P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzZGt4180P .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uzZGt4180P .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uzZGt4180P .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #b7140b;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uzZGt4180P .item .item-wrapper {
    height: auto;
  }
}
.cid-uzZGt4180P .item .item-wrapper .item-img .image-wrap {
  padding: 10px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uzZGt4180P .item .item-wrapper .item-img .image-wrap {
    padding: 20px 20px 10px;
  }
}
.cid-uzZGt4180P .item .item-wrapper .item-img .image-wrap img {
  height: 240px;
  width: 100%;
  object-fit: cover;
}
.cid-uzZGt4180P .item .item-wrapper .item-img .item-content {
  padding: 0 20px 20px;
}
.cid-uzZGt4180P .item .item-wrapper .item-img .item-content .item-price {
  margin-bottom: 16px;
}
.cid-uzZGt4180P .item .item-wrapper .item-img .item-content .item-text {
  margin-bottom: 16px;
}
.cid-uzZGt4180P .item .item-wrapper .mbr-section-btn {
  padding: 0 20px;
}
.cid-uzZGt4180P .item .item-wrapper .mbr-section-btn .btn {
  justify-content: center;
  margin-bottom: 0;
  padding: 10px 15px;
}
.cid-uzZGt4180P .item-price {
  color: #404349;
  text-align: center;
}
.cid-uzZGt4180P .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uzZJR54yr1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0aa3c2;
}
.cid-uzZJR54yr1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzZJR54yr1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzZJR54yr1 .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uzZJR54yr1 .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uzZJR54yr1 .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #b7140b;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uzZJR54yr1 .item .item-wrapper {
    height: auto;
  }
}
.cid-uzZJR54yr1 .item .item-wrapper .item-img .image-wrap {
  padding: 10px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uzZJR54yr1 .item .item-wrapper .item-img .image-wrap {
    padding: 20px 20px 10px;
  }
}
.cid-uzZJR54yr1 .item .item-wrapper .item-img .image-wrap img {
  height: 240px;
  width: 100%;
  object-fit: cover;
}
.cid-uzZJR54yr1 .item .item-wrapper .item-img .item-content {
  padding: 0 20px 20px;
}
.cid-uzZJR54yr1 .item .item-wrapper .item-img .item-content .item-price {
  margin-bottom: 16px;
}
.cid-uzZJR54yr1 .item .item-wrapper .item-img .item-content .item-text {
  margin-bottom: 16px;
}
.cid-uzZJR54yr1 .item .item-wrapper .mbr-section-btn {
  padding: 0 20px;
}
.cid-uzZJR54yr1 .item .item-wrapper .mbr-section-btn .btn {
  justify-content: center;
  margin-bottom: 0;
  padding: 10px 15px;
}
.cid-uzZJR54yr1 .item-price {
  color: #404349;
  text-align: center;
}
.cid-uzZJR54yr1 .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uzZNqtJHC3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0aa3c2;
}
.cid-uzZNqtJHC3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzZNqtJHC3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzZNqtJHC3 .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uzZNqtJHC3 .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uzZNqtJHC3 .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #b7140b;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uzZNqtJHC3 .item .item-wrapper {
    height: auto;
  }
}
.cid-uzZNqtJHC3 .item .item-wrapper .item-img .image-wrap {
  padding: 10px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uzZNqtJHC3 .item .item-wrapper .item-img .image-wrap {
    padding: 20px 20px 10px;
  }
}
.cid-uzZNqtJHC3 .item .item-wrapper .item-img .image-wrap img {
  height: 240px;
  width: 100%;
  object-fit: cover;
}
.cid-uzZNqtJHC3 .item .item-wrapper .item-img .item-content {
  padding: 0 20px 20px;
}
.cid-uzZNqtJHC3 .item .item-wrapper .item-img .item-content .item-price {
  margin-bottom: 16px;
}
.cid-uzZNqtJHC3 .item .item-wrapper .item-img .item-content .item-text {
  margin-bottom: 16px;
}
.cid-uzZNqtJHC3 .item .item-wrapper .mbr-section-btn {
  padding: 0 20px;
}
.cid-uzZNqtJHC3 .item .item-wrapper .mbr-section-btn .btn {
  justify-content: center;
  margin-bottom: 0;
  padding: 10px 15px;
}
.cid-uzZNqtJHC3 .item-price {
  color: #404349;
  text-align: center;
}
.cid-uzZNqtJHC3 .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uoAndPclj4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-uoAndPclj4 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uoAndPclj4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoAndPclj4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoAndPclj4 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uoAndPclj4 .content-wrap .card {
  justify-content: space-between;
}
.cid-uoAndPclj4 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uoAndPclj4 .content-wrapper {
    padding: 0;
  }
}
.cid-uoAndPclj4 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uoAndPclj4 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uoAndPclj4 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uoAndPclj4 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uoAndPclj4 .mbr-desc,
.cid-uoAndPclj4 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uoAndPclj4 .mbr-section-title,
.cid-uoAndPclj4 .mbr-section-btn {
  color: #ffffff;
}
.cid-uoAndPq1Rr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uoAndPq1Rr .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uoAndPq1Rr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoAndPq1Rr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoAndPq1Rr .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uoAndPq1Rr .content-wrap .card {
  justify-content: space-between;
}
.cid-uoAndPq1Rr .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uoAndPq1Rr .content-wrapper {
    padding: 0;
  }
}
.cid-uoAndPq1Rr .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uoAndPq1Rr .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uoAndPq1Rr .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uoAndPq1Rr .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uoAndPq1Rr .mbr-desc,
.cid-uoAndPq1Rr .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uoAndPq1Rr .mbr-section-title,
.cid-uoAndPq1Rr .mbr-section-btn {
  color: #ffffff;
}
.cid-upNrlbHsvD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-upNrlbHsvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNrlbHsvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .container {
    padding: 0 16px;
  }
}
.cid-upNrlbHsvD .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-upNrlbHsvD .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-upNrlbHsvD .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-upNrlbHsvD .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-upNrlbHsvD .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .mbr-section-title {
  color: #ffffff;
}
.cid-upNrlbHsvD .copyright {
  color: #ffffff;
}
.cid-upNrlbHsvD .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .list {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .mbr-section-title,
.cid-upNrlbHsvD .title-wrapper,
.cid-upNrlbHsvD .social-wrapper {
  text-align: center;
}
.cid-uoAseM9MPH {
  background-color: transparent;
}
.cid-uoAseM9MPH .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-uoAseM9MPH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-uoAseM9MPH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoAseM9MPH .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uoAseM9MPH .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uoAseM9MPH .menu_box .navbar.opened,
  .cid-uoAseM9MPH .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uoAseM9MPH .navbar-dropdown {
  position: relative !important;
}
.cid-uoAseM9MPH .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uoAseM9MPH .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uoAseM9MPH .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uoAseM9MPH .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uoAseM9MPH .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uoAseM9MPH .btn:hover {
  box-shadow: none;
}
.cid-uoAseM9MPH .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uoAseM9MPH .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uoAseM9MPH .nav-item {
    margin: 0 !important;
  }
}
.cid-uoAseM9MPH .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-uoAseM9MPH .nav-item .nav-link:hover,
.cid-uoAseM9MPH .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-uoAseM9MPH .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uoAseM9MPH .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uoAseM9MPH .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uoAseM9MPH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uoAseM9MPH .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uoAseM9MPH .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uoAseM9MPH .offcanvas_box {
    display: none;
  }
}
.cid-uoAseM9MPH .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uoAseM9MPH .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uoAseM9MPH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uoAseM9MPH .container {
  display: flex;
  margin: auto;
}
.cid-uoAseM9MPH .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uoAseM9MPH .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uoAseM9MPH .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-uoAseM9MPH .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uoAseM9MPH .navbar-nav {
    margin: 0;
  }
}
.cid-uoAseM9MPH .dropdown-menu,
.cid-uoAseM9MPH .navbar.opened {
  background-color: false !important;
}
.cid-uoAseM9MPH .nav-item:focus,
.cid-uoAseM9MPH .nav-link:focus {
  outline: none;
}
.cid-uoAseM9MPH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoAseM9MPH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoAseM9MPH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoAseM9MPH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoAseM9MPH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoAseM9MPH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoAseM9MPH .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uoAseM9MPH .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uoAseM9MPH .navbar.opened {
  transition: all 0.3s;
}
.cid-uoAseM9MPH .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uoAseM9MPH .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uoAseM9MPH .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoAseM9MPH .navbar.collapsed {
  justify-content: center;
}
.cid-uoAseM9MPH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoAseM9MPH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uoAseM9MPH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoAseM9MPH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoAseM9MPH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoAseM9MPH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uoAseM9MPH .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uoAseM9MPH .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uoAseM9MPH .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uoAseM9MPH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoAseM9MPH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoAseM9MPH .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uoAseM9MPH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoAseM9MPH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uoAseM9MPH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoAseM9MPH .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uoAseM9MPH .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uoAseM9MPH .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uoAseM9MPH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uoAseM9MPH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoAseM9MPH .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uoAseM9MPH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoAseM9MPH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoAseM9MPH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoAseM9MPH .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-uoAseM9MPH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uoAseM9MPH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoAseM9MPH .dropdown-item.active,
.cid-uoAseM9MPH .dropdown-item:active {
  background-color: transparent;
}
.cid-uoAseM9MPH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uoAseM9MPH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoAseM9MPH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoAseM9MPH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoAseM9MPH ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uoAseM9MPH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoAseM9MPH button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-uoAseM9MPH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uoAseM9MPH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoAseM9MPH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAseM9MPH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAseM9MPH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoAseM9MPH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAseM9MPH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoAseM9MPH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoAseM9MPH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAseM9MPH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uoAseM9MPH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uoAseM9MPH .navbar {
    height: 70px;
  }
  .cid-uoAseM9MPH .navbar.opened {
    height: auto;
  }
  .cid-uoAseM9MPH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoAseM9MPH .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uoAseM9MPH .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-uoAseM9MPH .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uoAseM9MPH .text_widget {
  margin-bottom: 32px;
}
.cid-uoAseM9MPH .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uoAseM9MPH .text_widget a:hover,
.cid-uoAseM9MPH .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uoAseM9MPH .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uoAseM9MPH .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uoAseM9MPH .navbar-caption {
  color: #000000;
}
.cid-uoAseM9MPH .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uoAseM9MPH .mbr-section-subtitle,
.cid-uoAseM9MPH .text_widget,
.cid-uoAseM9MPH .mbr-section-btn {
  text-align: center;
}
.cid-uoAseM9MPH a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uoAseMKwr6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uoAseMKwr6 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uoAseMKwr6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoAseMKwr6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoAseMKwr6 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uoAseMKwr6 .content-wrap .card {
  justify-content: space-between;
}
.cid-uoAseMKwr6 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uoAseMKwr6 .content-wrapper {
    padding: 0;
  }
}
.cid-uoAseMKwr6 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uoAseMKwr6 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uoAseMKwr6 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uoAseMKwr6 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uoAseMKwr6 .mbr-desc,
.cid-uoAseMKwr6 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uoAseMKwr6 .mbr-section-title,
.cid-uoAseMKwr6 .mbr-section-btn {
  color: #ffffff;
}
.cid-uoAseN2opQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uoAseN2opQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoAseN2opQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoAseN2opQ img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border: 2px dashed #f7bc4a;
  border-radius: 8px;
}
.cid-uoAseN2opQ .img-wide {
  height: 50%;
}
.cid-uoAseN2opQ .img-big {
  height: 100%;
}
.cid-uoAseNi9pc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uoAseNi9pc .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uoAseNi9pc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoAseNi9pc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoAseNi9pc .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uoAseNi9pc .content-wrap .card {
  justify-content: space-between;
}
.cid-uoAseNi9pc .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uoAseNi9pc .content-wrapper {
    padding: 0;
  }
}
.cid-uoAseNi9pc .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uoAseNi9pc .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uoAseNi9pc .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uoAseNi9pc .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uoAseNi9pc .mbr-desc,
.cid-uoAseNi9pc .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uoAseNi9pc .mbr-section-title,
.cid-uoAseNi9pc .mbr-section-btn {
  color: #ffffff;
}
.cid-uoAseNyZhO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #0aa3c2;
}
.cid-uoAseNyZhO .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uoAseNyZhO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoAseNyZhO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoAseNyZhO .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uoAseNyZhO .content-wrap .card {
  justify-content: space-between;
}
.cid-uoAseNyZhO .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uoAseNyZhO .content-wrapper {
    padding: 0;
  }
}
.cid-uoAseNyZhO .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uoAseNyZhO .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uoAseNyZhO .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uoAseNyZhO .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uoAseNyZhO .mbr-desc,
.cid-uoAseNyZhO .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uoAseNyZhO .mbr-section-title,
.cid-uoAseNyZhO .mbr-section-btn {
  color: #ffffff;
}
.cid-uoAseO69Ko {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uoAseO69Ko .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uoAseO69Ko .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoAseO69Ko .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoAseO69Ko .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uoAseO69Ko .content-wrap .card {
  justify-content: space-between;
}
.cid-uoAseO69Ko .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uoAseO69Ko .content-wrapper {
    padding: 0;
  }
}
.cid-uoAseO69Ko .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uoAseO69Ko .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uoAseO69Ko .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uoAseO69Ko .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uoAseO69Ko .mbr-desc,
.cid-uoAseO69Ko .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uoAseO69Ko .mbr-section-title,
.cid-uoAseO69Ko .mbr-section-btn {
  color: #ffffff;
}
.cid-uoAseOnaba {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-uoAseOnaba .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uoAseOnaba .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoAseOnaba .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoAseOnaba .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uoAseOnaba .content-wrap .card {
  justify-content: space-between;
}
.cid-uoAseOnaba .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uoAseOnaba .content-wrapper {
    padding: 0;
  }
}
.cid-uoAseOnaba .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uoAseOnaba .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uoAseOnaba .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uoAseOnaba .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uoAseOnaba .mbr-desc,
.cid-uoAseOnaba .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uoAseOnaba .mbr-section-title,
.cid-uoAseOnaba .mbr-section-btn {
  color: #ffffff;
}
.cid-uoAseODxdU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uoAseODxdU .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uoAseODxdU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoAseODxdU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoAseODxdU .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uoAseODxdU .content-wrap .card {
  justify-content: space-between;
}
.cid-uoAseODxdU .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uoAseODxdU .content-wrapper {
    padding: 0;
  }
}
.cid-uoAseODxdU .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uoAseODxdU .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uoAseODxdU .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uoAseODxdU .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uoAseODxdU .mbr-desc,
.cid-uoAseODxdU .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uoAseODxdU .mbr-section-title,
.cid-uoAseODxdU .mbr-section-btn {
  color: #ffffff;
}
.cid-upNrlbHsvD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-upNrlbHsvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNrlbHsvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .container {
    padding: 0 16px;
  }
}
.cid-upNrlbHsvD .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-upNrlbHsvD .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-upNrlbHsvD .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-upNrlbHsvD .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-upNrlbHsvD .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .mbr-section-title {
  color: #ffffff;
}
.cid-upNrlbHsvD .copyright {
  color: #ffffff;
}
.cid-upNrlbHsvD .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .list {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .mbr-section-title,
.cid-upNrlbHsvD .title-wrapper,
.cid-upNrlbHsvD .social-wrapper {
  text-align: center;
}
.cid-uoAvIkiJfq {
  background-color: transparent;
}
.cid-uoAvIkiJfq .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-uoAvIkiJfq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-uoAvIkiJfq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoAvIkiJfq .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uoAvIkiJfq .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uoAvIkiJfq .menu_box .navbar.opened,
  .cid-uoAvIkiJfq .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uoAvIkiJfq .navbar-dropdown {
  position: relative !important;
}
.cid-uoAvIkiJfq .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uoAvIkiJfq .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uoAvIkiJfq .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uoAvIkiJfq .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uoAvIkiJfq .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uoAvIkiJfq .btn:hover {
  box-shadow: none;
}
.cid-uoAvIkiJfq .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uoAvIkiJfq .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uoAvIkiJfq .nav-item {
    margin: 0 !important;
  }
}
.cid-uoAvIkiJfq .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-uoAvIkiJfq .nav-item .nav-link:hover,
.cid-uoAvIkiJfq .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-uoAvIkiJfq .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uoAvIkiJfq .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uoAvIkiJfq .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uoAvIkiJfq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uoAvIkiJfq .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uoAvIkiJfq .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uoAvIkiJfq .offcanvas_box {
    display: none;
  }
}
.cid-uoAvIkiJfq .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uoAvIkiJfq .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uoAvIkiJfq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uoAvIkiJfq .container {
  display: flex;
  margin: auto;
}
.cid-uoAvIkiJfq .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uoAvIkiJfq .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uoAvIkiJfq .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-uoAvIkiJfq .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uoAvIkiJfq .navbar-nav {
    margin: 0;
  }
}
.cid-uoAvIkiJfq .dropdown-menu,
.cid-uoAvIkiJfq .navbar.opened {
  background-color: false !important;
}
.cid-uoAvIkiJfq .nav-item:focus,
.cid-uoAvIkiJfq .nav-link:focus {
  outline: none;
}
.cid-uoAvIkiJfq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoAvIkiJfq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoAvIkiJfq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoAvIkiJfq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoAvIkiJfq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoAvIkiJfq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoAvIkiJfq .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uoAvIkiJfq .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uoAvIkiJfq .navbar.opened {
  transition: all 0.3s;
}
.cid-uoAvIkiJfq .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uoAvIkiJfq .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uoAvIkiJfq .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoAvIkiJfq .navbar.collapsed {
  justify-content: center;
}
.cid-uoAvIkiJfq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoAvIkiJfq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uoAvIkiJfq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoAvIkiJfq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoAvIkiJfq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoAvIkiJfq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uoAvIkiJfq .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uoAvIkiJfq .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uoAvIkiJfq .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uoAvIkiJfq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoAvIkiJfq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoAvIkiJfq .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uoAvIkiJfq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoAvIkiJfq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uoAvIkiJfq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoAvIkiJfq .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uoAvIkiJfq .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uoAvIkiJfq .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uoAvIkiJfq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uoAvIkiJfq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoAvIkiJfq .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uoAvIkiJfq .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoAvIkiJfq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoAvIkiJfq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoAvIkiJfq .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-uoAvIkiJfq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uoAvIkiJfq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoAvIkiJfq .dropdown-item.active,
.cid-uoAvIkiJfq .dropdown-item:active {
  background-color: transparent;
}
.cid-uoAvIkiJfq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uoAvIkiJfq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoAvIkiJfq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoAvIkiJfq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoAvIkiJfq ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uoAvIkiJfq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoAvIkiJfq button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-uoAvIkiJfq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uoAvIkiJfq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoAvIkiJfq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAvIkiJfq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAvIkiJfq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoAvIkiJfq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAvIkiJfq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoAvIkiJfq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoAvIkiJfq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAvIkiJfq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uoAvIkiJfq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uoAvIkiJfq .navbar {
    height: 70px;
  }
  .cid-uoAvIkiJfq .navbar.opened {
    height: auto;
  }
  .cid-uoAvIkiJfq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoAvIkiJfq .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uoAvIkiJfq .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-uoAvIkiJfq .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uoAvIkiJfq .text_widget {
  margin-bottom: 32px;
}
.cid-uoAvIkiJfq .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uoAvIkiJfq .text_widget a:hover,
.cid-uoAvIkiJfq .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uoAvIkiJfq .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uoAvIkiJfq .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uoAvIkiJfq .navbar-caption {
  color: #000000;
}
.cid-uoAvIkiJfq .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uoAvIkiJfq .mbr-section-subtitle,
.cid-uoAvIkiJfq .text_widget,
.cid-uoAvIkiJfq .mbr-section-btn {
  text-align: center;
}
.cid-uoAvIkiJfq a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uoAvIkIq7P {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uoAvIkIq7P .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uoAvIkIq7P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoAvIkIq7P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoAvIkIq7P .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uoAvIkIq7P .content-wrap .card {
  justify-content: space-between;
}
.cid-uoAvIkIq7P .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uoAvIkIq7P .content-wrapper {
    padding: 0;
  }
}
.cid-uoAvIkIq7P .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uoAvIkIq7P .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uoAvIkIq7P .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uoAvIkIq7P .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uoAvIkIq7P .mbr-desc,
.cid-uoAvIkIq7P .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uoAvIkIq7P .mbr-section-title,
.cid-uoAvIkIq7P .mbr-section-btn {
  color: #ffffff;
}
.cid-uoAvIkYr62 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uoAvIkYr62 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoAvIkYr62 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoAvIkYr62 img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border: 2px dashed #f7bc4a;
  border-radius: 8px;
}
.cid-uoAvIkYr62 .img-wide {
  height: 50%;
}
.cid-uoAvIkYr62 .img-big {
  height: 100%;
}
.cid-uoAyT6dp9J {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uoAyT6dp9J .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uoAyT6dp9J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoAyT6dp9J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoAyT6dp9J .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uoAyT6dp9J .content-wrap .card {
  justify-content: space-between;
}
.cid-uoAyT6dp9J .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uoAyT6dp9J .content-wrapper {
    padding: 0;
  }
}
.cid-uoAyT6dp9J .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uoAyT6dp9J .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uoAyT6dp9J .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uoAyT6dp9J .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uoAyT6dp9J .mbr-desc,
.cid-uoAyT6dp9J .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uoAyT6dp9J .mbr-section-title,
.cid-uoAyT6dp9J .mbr-section-btn {
  color: #ffffff;
}
.cid-uoAySbxyzF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #0aa3c2;
}
.cid-uoAySbxyzF .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uoAySbxyzF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoAySbxyzF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoAySbxyzF .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uoAySbxyzF .content-wrap .card {
  justify-content: space-between;
}
.cid-uoAySbxyzF .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uoAySbxyzF .content-wrapper {
    padding: 0;
  }
}
.cid-uoAySbxyzF .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uoAySbxyzF .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uoAySbxyzF .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uoAySbxyzF .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uoAySbxyzF .mbr-desc,
.cid-uoAySbxyzF .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uoAySbxyzF .mbr-section-title,
.cid-uoAySbxyzF .mbr-section-btn {
  color: #ffffff;
}
.cid-uADq058kPQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uADq058kPQ .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uADq058kPQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uADq058kPQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uADq058kPQ .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uADq058kPQ .content-wrap .card {
  justify-content: space-between;
}
.cid-uADq058kPQ .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uADq058kPQ .content-wrapper {
    padding: 0;
  }
}
.cid-uADq058kPQ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uADq058kPQ .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uADq058kPQ .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uADq058kPQ .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uADq058kPQ .mbr-desc,
.cid-uADq058kPQ .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uADq058kPQ .mbr-section-title,
.cid-uADq058kPQ .mbr-section-btn {
  color: #08323c;
}
.cid-uADq477Sie {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #b7140b;
}
.cid-uADq477Sie .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uADq477Sie .mbr-fallback-image.disabled {
  display: none;
}
.cid-uADq477Sie .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uADq477Sie .content-wrap {
  margin: 0;
}
.cid-uADq477Sie .content-wrap .card {
  padding: 0;
}
.cid-uADq477Sie .google-map {
  height: 100%;
  border-right: 1px solid #000000;
  border-right: none;
  border-left: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uADq477Sie .google-map {
    border-right: none;
    border-bottom: 1px solid #000000;
  }
}
@media (max-width: 992px) {
  .cid-uADq477Sie .google-map {
    border-left: none;
    border-bottom: 1px solid #000000;
  }
}
.cid-uADq477Sie .google-map iframe {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uADq477Sie .google-map iframe {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uADq477Sie .content-wrapper {
  padding: 190px 72px;
}
@media (max-width: 1640px) {
  .cid-uADq477Sie .content-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uADq477Sie .content-wrapper {
    padding: 40px 0;
  }
}
.cid-uADq477Sie .content-wrapper .title-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uADq477Sie .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uADq477Sie .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uADq477Sie .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uADq477Sie .content-wrapper .contacts-wrapper {
  margin-bottom: 40px;
}
.cid-uADq477Sie .content-wrapper .contacts-wrapper .mbr-desc {
  margin-bottom: 12px;
}
.cid-uADq477Sie .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uADq477Sie .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uADq477Sie .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uADq477Sie .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #0aa3c2;
}
.cid-uADq477Sie .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uADq477Sie .mbr-section-title {
  color: #150764;
}
.cid-uADq477Sie .mbr-desc {
  color: #150764;
}
.cid-uADq477Sie .item-desc {
  color: #ffffff;
}
.cid-uADq477Sie .list {
  color: #150764;
}
.cid-uADq477Sie .mbr-section-title,
.cid-uADq477Sie .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uADq477Sie .mbr-desc,
.cid-uADq477Sie .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uADq477Sie .list,
.cid-uADq477Sie .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uADq6m6lxd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uADq6m6lxd .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uADq6m6lxd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uADq6m6lxd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uADq6m6lxd .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uADq6m6lxd .content-wrap .card {
  justify-content: space-between;
}
.cid-uADq6m6lxd .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uADq6m6lxd .content-wrapper {
    padding: 0;
  }
}
.cid-uADq6m6lxd .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uADq6m6lxd .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uADq6m6lxd .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uADq6m6lxd .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uADq6m6lxd .mbr-desc,
.cid-uADq6m6lxd .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uADq6m6lxd .mbr-section-title,
.cid-uADq6m6lxd .mbr-section-btn {
  color: #ffffff;
}
.cid-uADsjkKPYt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #0aa3c2;
}
.cid-uADsjkKPYt .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uADsjkKPYt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uADsjkKPYt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uADsjkKPYt .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uADsjkKPYt .content-wrap .card {
  justify-content: space-between;
}
.cid-uADsjkKPYt .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uADsjkKPYt .content-wrapper {
    padding: 0;
  }
}
.cid-uADsjkKPYt .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uADsjkKPYt .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uADsjkKPYt .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uADsjkKPYt .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uADsjkKPYt .mbr-desc,
.cid-uADsjkKPYt .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uADsjkKPYt .mbr-section-title,
.cid-uADsjkKPYt .mbr-section-btn {
  color: #08323c;
}
.cid-uADrihaA89 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  position: relative;
  background-color: #0aa3c2;
}
.cid-uADrihaA89 .decor-wrap_1 {
  position: absolute;
  top: 2rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #0aa3c2 0, #b7140b 43%, #0aa3c2 100%);
}
.cid-uADrihaA89 .decor-wrap_2 {
  position: absolute;
  top: 20%;
  right: -4rem;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #0aa3c2 0, #b7140b 43%, #0aa3c2 100%);
}
.cid-uADrihaA89 .decor-wrap_3 {
  position: absolute;
  bottom: -35%;
  left: -10rem;
  width: 539px;
  height: 539px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #0aa3c2 0, #b7140b 43%, #0aa3c2 100%);
}
.cid-uADrihaA89 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uADrihaA89 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uADrihaA89 .container {
    padding: 0 30px;
  }
}
.cid-uADrihaA89 .row {
  position: relative;
  z-index: 1;
  justify-content: center;
}
.cid-uADrihaA89 .image-wrapper {
  background-color: #000000;
  padding: 40px 40px 40px 0;
}
@media (max-width: 992px) {
  .cid-uADrihaA89 .image-wrapper {
    padding: 20px 20px 20px 0;
  }
}
.cid-uADrihaA89 .image-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uADrihaA89 .image-wrapper img {
    height: 350px;
  }
}
.cid-uoAvIm3udK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uoAvIm3udK .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uoAvIm3udK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoAvIm3udK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoAvIm3udK .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uoAvIm3udK .content-wrap .card {
  justify-content: space-between;
}
.cid-uoAvIm3udK .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uoAvIm3udK .content-wrapper {
    padding: 0;
  }
}
.cid-uoAvIm3udK .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uoAvIm3udK .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uoAvIm3udK .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uoAvIm3udK .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uoAvIm3udK .mbr-desc,
.cid-uoAvIm3udK .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uoAvIm3udK .mbr-section-title,
.cid-uoAvIm3udK .mbr-section-btn {
  color: #ffffff;
}
.cid-uoAvImkgKt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-uoAvImkgKt .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uoAvImkgKt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoAvImkgKt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoAvImkgKt .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uoAvImkgKt .content-wrap .card {
  justify-content: space-between;
}
.cid-uoAvImkgKt .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uoAvImkgKt .content-wrapper {
    padding: 0;
  }
}
.cid-uoAvImkgKt .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uoAvImkgKt .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uoAvImkgKt .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uoAvImkgKt .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uoAvImkgKt .mbr-desc,
.cid-uoAvImkgKt .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uoAvImkgKt .mbr-section-title,
.cid-uoAvImkgKt .mbr-section-btn {
  color: #ffffff;
}
.cid-uoAvImCXhA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uoAvImCXhA .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uoAvImCXhA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoAvImCXhA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoAvImCXhA .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uoAvImCXhA .content-wrap .card {
  justify-content: space-between;
}
.cid-uoAvImCXhA .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uoAvImCXhA .content-wrapper {
    padding: 0;
  }
}
.cid-uoAvImCXhA .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uoAvImCXhA .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uoAvImCXhA .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uoAvImCXhA .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uoAvImCXhA .mbr-desc,
.cid-uoAvImCXhA .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uoAvImCXhA .mbr-section-title,
.cid-uoAvImCXhA .mbr-section-btn {
  color: #ffffff;
}
.cid-upNrlbHsvD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-upNrlbHsvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNrlbHsvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .container {
    padding: 0 16px;
  }
}
.cid-upNrlbHsvD .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-upNrlbHsvD .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-upNrlbHsvD .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-upNrlbHsvD .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-upNrlbHsvD .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .mbr-section-title {
  color: #ffffff;
}
.cid-upNrlbHsvD .copyright {
  color: #ffffff;
}
.cid-upNrlbHsvD .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .list {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .mbr-section-title,
.cid-upNrlbHsvD .title-wrapper,
.cid-upNrlbHsvD .social-wrapper {
  text-align: center;
}
.cid-up3IaIfopQ {
  background-color: transparent;
}
.cid-up3IaIfopQ .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-up3IaIfopQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-up3IaIfopQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-up3IaIfopQ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-up3IaIfopQ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-up3IaIfopQ .menu_box .navbar.opened,
  .cid-up3IaIfopQ .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-up3IaIfopQ .navbar-dropdown {
  position: relative !important;
}
.cid-up3IaIfopQ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-up3IaIfopQ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-up3IaIfopQ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-up3IaIfopQ .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-up3IaIfopQ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-up3IaIfopQ .btn:hover {
  box-shadow: none;
}
.cid-up3IaIfopQ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-up3IaIfopQ .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-up3IaIfopQ .nav-item {
    margin: 0 !important;
  }
}
.cid-up3IaIfopQ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-up3IaIfopQ .nav-item .nav-link:hover,
.cid-up3IaIfopQ .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-up3IaIfopQ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-up3IaIfopQ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-up3IaIfopQ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-up3IaIfopQ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-up3IaIfopQ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-up3IaIfopQ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-up3IaIfopQ .offcanvas_box {
    display: none;
  }
}
.cid-up3IaIfopQ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-up3IaIfopQ .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-up3IaIfopQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-up3IaIfopQ .container {
  display: flex;
  margin: auto;
}
.cid-up3IaIfopQ .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-up3IaIfopQ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-up3IaIfopQ .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-up3IaIfopQ .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-up3IaIfopQ .navbar-nav {
    margin: 0;
  }
}
.cid-up3IaIfopQ .dropdown-menu,
.cid-up3IaIfopQ .navbar.opened {
  background-color: false !important;
}
.cid-up3IaIfopQ .nav-item:focus,
.cid-up3IaIfopQ .nav-link:focus {
  outline: none;
}
.cid-up3IaIfopQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-up3IaIfopQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-up3IaIfopQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-up3IaIfopQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-up3IaIfopQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-up3IaIfopQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-up3IaIfopQ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-up3IaIfopQ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-up3IaIfopQ .navbar.opened {
  transition: all 0.3s;
}
.cid-up3IaIfopQ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-up3IaIfopQ .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-up3IaIfopQ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-up3IaIfopQ .navbar.collapsed {
  justify-content: center;
}
.cid-up3IaIfopQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-up3IaIfopQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-up3IaIfopQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-up3IaIfopQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-up3IaIfopQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-up3IaIfopQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-up3IaIfopQ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-up3IaIfopQ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-up3IaIfopQ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-up3IaIfopQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-up3IaIfopQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-up3IaIfopQ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-up3IaIfopQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-up3IaIfopQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-up3IaIfopQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-up3IaIfopQ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-up3IaIfopQ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-up3IaIfopQ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-up3IaIfopQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-up3IaIfopQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-up3IaIfopQ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-up3IaIfopQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-up3IaIfopQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-up3IaIfopQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-up3IaIfopQ .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-up3IaIfopQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-up3IaIfopQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-up3IaIfopQ .dropdown-item.active,
.cid-up3IaIfopQ .dropdown-item:active {
  background-color: transparent;
}
.cid-up3IaIfopQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-up3IaIfopQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-up3IaIfopQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-up3IaIfopQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-up3IaIfopQ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-up3IaIfopQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-up3IaIfopQ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-up3IaIfopQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-up3IaIfopQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-up3IaIfopQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up3IaIfopQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up3IaIfopQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-up3IaIfopQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up3IaIfopQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-up3IaIfopQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-up3IaIfopQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up3IaIfopQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-up3IaIfopQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-up3IaIfopQ .navbar {
    height: 70px;
  }
  .cid-up3IaIfopQ .navbar.opened {
    height: auto;
  }
  .cid-up3IaIfopQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-up3IaIfopQ .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-up3IaIfopQ .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-up3IaIfopQ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-up3IaIfopQ .text_widget {
  margin-bottom: 32px;
}
.cid-up3IaIfopQ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-up3IaIfopQ .text_widget a:hover,
.cid-up3IaIfopQ .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-up3IaIfopQ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-up3IaIfopQ .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-up3IaIfopQ .navbar-caption {
  color: #000000;
}
.cid-up3IaIfopQ .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-up3IaIfopQ .mbr-section-subtitle,
.cid-up3IaIfopQ .text_widget,
.cid-up3IaIfopQ .mbr-section-btn {
  text-align: center;
}
.cid-up3IaIfopQ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-up3IaJ744Z {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-up3IaJ744Z .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-up3IaJ744Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-up3IaJ744Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up3IaJ744Z .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-up3IaJ744Z .content-wrap .card {
  justify-content: space-between;
}
.cid-up3IaJ744Z .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-up3IaJ744Z .content-wrapper {
    padding: 0;
  }
}
.cid-up3IaJ744Z .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-up3IaJ744Z .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-up3IaJ744Z .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-up3IaJ744Z .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-up3IaJ744Z .mbr-desc,
.cid-up3IaJ744Z .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-up3IaJ744Z .mbr-section-title,
.cid-up3IaJ744Z .mbr-section-btn {
  color: #ffffff;
}
.cid-up3IaJNgFs {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-up3IaJNgFs .mbr-fallback-image.disabled {
  display: none;
}
.cid-up3IaJNgFs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up3IaJNgFs img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border: 2px dashed #f7bc4a;
  border-radius: 8px;
}
.cid-up3IaJNgFs .img-wide {
  height: 50%;
}
.cid-up3IaJNgFs .img-big {
  height: 100%;
}
.cid-up3IaKmZAM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-up3IaKmZAM .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-up3IaKmZAM .mbr-fallback-image.disabled {
  display: none;
}
.cid-up3IaKmZAM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up3IaKmZAM .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-up3IaKmZAM .content-wrap .card {
  justify-content: space-between;
}
.cid-up3IaKmZAM .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-up3IaKmZAM .content-wrapper {
    padding: 0;
  }
}
.cid-up3IaKmZAM .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-up3IaKmZAM .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-up3IaKmZAM .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-up3IaKmZAM .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-up3IaKmZAM .mbr-desc,
.cid-up3IaKmZAM .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-up3IaKmZAM .mbr-section-title,
.cid-up3IaKmZAM .mbr-section-btn {
  color: #ffffff;
}
.cid-up3MBdk1KT {
  overflow: hidden;
  background-color: #0aa3c2;
}
.cid-up3MBdk1KT .mbr-fallback-image.disabled {
  display: none;
}
.cid-up3MBdk1KT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up3MBdk1KT .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-up3MBdk1KT .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-up3MBdk1KT .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-up3MBdk1KT .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-up3MBdk1KT .container {
    padding: 0 12px;
  }
}
.cid-up3MBdk1KT .row {
  justify-content: center;
}
.cid-up3MBdk1KT .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12%;
}
.cid-up3MBdk1KT .image-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #b7140b;
  border-radius: 32px;
  opacity: .85;
}
.cid-up3MBdk1KT .image-wrapper img {
  height: 500px;
  object-fit: cover;
  position: relative;
}
@media (max-width: 992px) {
  .cid-up3MBdk1KT .image-wrapper img {
    height: 350px;
  }
}
.cid-up3MSjiOm5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-up3MSjiOm5 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-up3MSjiOm5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-up3MSjiOm5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up3MSjiOm5 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-up3MSjiOm5 .content-wrap .card {
  justify-content: space-between;
}
.cid-up3MSjiOm5 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-up3MSjiOm5 .content-wrapper {
    padding: 0;
  }
}
.cid-up3MSjiOm5 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-up3MSjiOm5 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-up3MSjiOm5 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-up3MSjiOm5 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-up3MSjiOm5 .mbr-desc,
.cid-up3MSjiOm5 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-up3MSjiOm5 .mbr-section-title,
.cid-up3MSjiOm5 .mbr-section-btn {
  color: #ffffff;
}
.cid-up3MQQdPcx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  position: relative;
}
.cid-up3MQQdPcx .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0aa3c2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-up3MQQdPcx .mbr-section-head {
  width: 100%;
  margin-bottom: 3.4vw;
}
@media (max-width: 767px) {
  .cid-up3MQQdPcx .mbr-section-head {
    margin-bottom: 6.93vw;
  }
}
.cid-up3MQQdPcx .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
.cid-up3MQQdPcx .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-up3MQQdPcx .item {
  display: flex;
  align-items: stretch;
  margin-bottom: 1.4vw;
  overflow: visible;
}
@media (max-width: 767px) {
  .cid-up3MQQdPcx .item {
    margin-bottom: 0.75rem;
  }
}
.cid-up3MQQdPcx .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: 0.3s all;
  overflow: visible;
}
.cid-up3MQQdPcx .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 26px;
  overflow: hidden;
  transition: 0.3s all;
}
.cid-up3MQQdPcx .item-img:hover {
  transform: translateY(-3px);
}
.cid-up3MQQdPcx .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-up3MQQdPcx .item-content {
  width: 100%;
  margin-top: 1.75rem;
}
.cid-up3MQQdPcx .item-title {
  color: #000000;
  margin-right: auto;
  width: 100%;
  text-align: center;
}
.cid-up3MQQdPcx .mbr-text {
  color: #000000;
  margin-top: 0.75rem;
}
.cid-up3MQQdPcx .mbr-section-btn {
  margin-top: 1rem;
}
.cid-up3MQQdPcx .mbr-text,
.cid-up3MQQdPcx .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-up3IaMJAzl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-up3IaMJAzl .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-up3IaMJAzl .mbr-fallback-image.disabled {
  display: none;
}
.cid-up3IaMJAzl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up3IaMJAzl .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-up3IaMJAzl .content-wrap .card {
  justify-content: space-between;
}
.cid-up3IaMJAzl .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-up3IaMJAzl .content-wrapper {
    padding: 0;
  }
}
.cid-up3IaMJAzl .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-up3IaMJAzl .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-up3IaMJAzl .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-up3IaMJAzl .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-up3IaMJAzl .mbr-desc,
.cid-up3IaMJAzl .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-up3IaMJAzl .mbr-section-title,
.cid-up3IaMJAzl .mbr-section-btn {
  color: #ffffff;
}
.cid-up3IaNjJ8e {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-up3IaNjJ8e .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-up3IaNjJ8e .mbr-fallback-image.disabled {
  display: none;
}
.cid-up3IaNjJ8e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up3IaNjJ8e .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-up3IaNjJ8e .content-wrap .card {
  justify-content: space-between;
}
.cid-up3IaNjJ8e .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-up3IaNjJ8e .content-wrapper {
    padding: 0;
  }
}
.cid-up3IaNjJ8e .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-up3IaNjJ8e .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-up3IaNjJ8e .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-up3IaNjJ8e .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-up3IaNjJ8e .mbr-desc,
.cid-up3IaNjJ8e .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-up3IaNjJ8e .mbr-section-title,
.cid-up3IaNjJ8e .mbr-section-btn {
  color: #ffffff;
}
.cid-up3IaNWQ3J {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-up3IaNWQ3J .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-up3IaNWQ3J .mbr-fallback-image.disabled {
  display: none;
}
.cid-up3IaNWQ3J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up3IaNWQ3J .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-up3IaNWQ3J .content-wrap .card {
  justify-content: space-between;
}
.cid-up3IaNWQ3J .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-up3IaNWQ3J .content-wrapper {
    padding: 0;
  }
}
.cid-up3IaNWQ3J .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-up3IaNWQ3J .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-up3IaNWQ3J .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-up3IaNWQ3J .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-up3IaNWQ3J .mbr-desc,
.cid-up3IaNWQ3J .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-up3IaNWQ3J .mbr-section-title,
.cid-up3IaNWQ3J .mbr-section-btn {
  color: #ffffff;
}
.cid-upNrlbHsvD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-upNrlbHsvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNrlbHsvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .container {
    padding: 0 16px;
  }
}
.cid-upNrlbHsvD .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-upNrlbHsvD .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-upNrlbHsvD .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-upNrlbHsvD .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-upNrlbHsvD .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .mbr-section-title {
  color: #ffffff;
}
.cid-upNrlbHsvD .copyright {
  color: #ffffff;
}
.cid-upNrlbHsvD .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .list {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .mbr-section-title,
.cid-upNrlbHsvD .title-wrapper,
.cid-upNrlbHsvD .social-wrapper {
  text-align: center;
}
.cid-up3QSzHQnv {
  background-color: transparent;
}
.cid-up3QSzHQnv .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-up3QSzHQnv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-up3QSzHQnv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-up3QSzHQnv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-up3QSzHQnv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-up3QSzHQnv .menu_box .navbar.opened,
  .cid-up3QSzHQnv .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-up3QSzHQnv .navbar-dropdown {
  position: relative !important;
}
.cid-up3QSzHQnv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-up3QSzHQnv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-up3QSzHQnv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-up3QSzHQnv .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-up3QSzHQnv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-up3QSzHQnv .btn:hover {
  box-shadow: none;
}
.cid-up3QSzHQnv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-up3QSzHQnv .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-up3QSzHQnv .nav-item {
    margin: 0 !important;
  }
}
.cid-up3QSzHQnv .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-up3QSzHQnv .nav-item .nav-link:hover,
.cid-up3QSzHQnv .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-up3QSzHQnv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-up3QSzHQnv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-up3QSzHQnv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-up3QSzHQnv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-up3QSzHQnv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-up3QSzHQnv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-up3QSzHQnv .offcanvas_box {
    display: none;
  }
}
.cid-up3QSzHQnv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-up3QSzHQnv .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-up3QSzHQnv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-up3QSzHQnv .container {
  display: flex;
  margin: auto;
}
.cid-up3QSzHQnv .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-up3QSzHQnv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-up3QSzHQnv .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-up3QSzHQnv .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-up3QSzHQnv .navbar-nav {
    margin: 0;
  }
}
.cid-up3QSzHQnv .dropdown-menu,
.cid-up3QSzHQnv .navbar.opened {
  background-color: false !important;
}
.cid-up3QSzHQnv .nav-item:focus,
.cid-up3QSzHQnv .nav-link:focus {
  outline: none;
}
.cid-up3QSzHQnv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-up3QSzHQnv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-up3QSzHQnv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-up3QSzHQnv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-up3QSzHQnv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-up3QSzHQnv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-up3QSzHQnv .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-up3QSzHQnv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-up3QSzHQnv .navbar.opened {
  transition: all 0.3s;
}
.cid-up3QSzHQnv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-up3QSzHQnv .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-up3QSzHQnv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-up3QSzHQnv .navbar.collapsed {
  justify-content: center;
}
.cid-up3QSzHQnv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-up3QSzHQnv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-up3QSzHQnv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-up3QSzHQnv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-up3QSzHQnv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-up3QSzHQnv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-up3QSzHQnv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-up3QSzHQnv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-up3QSzHQnv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-up3QSzHQnv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-up3QSzHQnv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-up3QSzHQnv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-up3QSzHQnv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-up3QSzHQnv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-up3QSzHQnv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-up3QSzHQnv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-up3QSzHQnv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-up3QSzHQnv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-up3QSzHQnv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-up3QSzHQnv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-up3QSzHQnv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-up3QSzHQnv .navbar.navbar-short {
  min-height: 60px;
}
.cid-up3QSzHQnv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-up3QSzHQnv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-up3QSzHQnv .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-up3QSzHQnv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-up3QSzHQnv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-up3QSzHQnv .dropdown-item.active,
.cid-up3QSzHQnv .dropdown-item:active {
  background-color: transparent;
}
.cid-up3QSzHQnv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-up3QSzHQnv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-up3QSzHQnv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-up3QSzHQnv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-up3QSzHQnv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-up3QSzHQnv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-up3QSzHQnv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-up3QSzHQnv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-up3QSzHQnv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-up3QSzHQnv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up3QSzHQnv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up3QSzHQnv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-up3QSzHQnv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up3QSzHQnv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-up3QSzHQnv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-up3QSzHQnv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up3QSzHQnv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-up3QSzHQnv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-up3QSzHQnv .navbar {
    height: 70px;
  }
  .cid-up3QSzHQnv .navbar.opened {
    height: auto;
  }
  .cid-up3QSzHQnv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-up3QSzHQnv .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-up3QSzHQnv .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-up3QSzHQnv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-up3QSzHQnv .text_widget {
  margin-bottom: 32px;
}
.cid-up3QSzHQnv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-up3QSzHQnv .text_widget a:hover,
.cid-up3QSzHQnv .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-up3QSzHQnv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-up3QSzHQnv .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-up3QSzHQnv .navbar-caption {
  color: #000000;
}
.cid-up3QSzHQnv .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-up3QSzHQnv .mbr-section-subtitle,
.cid-up3QSzHQnv .text_widget,
.cid-up3QSzHQnv .mbr-section-btn {
  text-align: center;
}
.cid-up3QSzHQnv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-up3QSAxncK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-up3QSAxncK .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-up3QSAxncK .mbr-fallback-image.disabled {
  display: none;
}
.cid-up3QSAxncK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up3QSAxncK .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-up3QSAxncK .content-wrap .card {
  justify-content: space-between;
}
.cid-up3QSAxncK .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-up3QSAxncK .content-wrapper {
    padding: 0;
  }
}
.cid-up3QSAxncK .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-up3QSAxncK .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-up3QSAxncK .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-up3QSAxncK .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-up3QSAxncK .mbr-desc,
.cid-up3QSAxncK .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-up3QSAxncK .mbr-section-title,
.cid-up3QSAxncK .mbr-section-btn {
  color: #ffffff;
}
.cid-up3QSDtruU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #0aa3c2;
}
.cid-up3QSDtruU .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-up3QSDtruU .mbr-fallback-image.disabled {
  display: none;
}
.cid-up3QSDtruU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up3QSDtruU .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-up3QSDtruU .content-wrap .card {
  justify-content: space-between;
}
.cid-up3QSDtruU .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-up3QSDtruU .content-wrapper {
    padding: 0;
  }
}
.cid-up3QSDtruU .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-up3QSDtruU .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-up3QSDtruU .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-up3QSDtruU .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-up3QSDtruU .mbr-desc,
.cid-up3QSDtruU .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-up3QSDtruU .mbr-section-title,
.cid-up3QSDtruU .mbr-section-btn {
  color: #ffffff;
}
.cid-up3YJJZR9U {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-up3YJJZR9U .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-up3YJJZR9U .mbr-fallback-image.disabled {
  display: none;
}
.cid-up3YJJZR9U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up3YJJZR9U .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-up3YJJZR9U .content-wrap .card {
  justify-content: space-between;
}
.cid-up3YJJZR9U .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-up3YJJZR9U .content-wrapper {
    padding: 0;
  }
}
.cid-up3YJJZR9U .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-up3YJJZR9U .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-up3YJJZR9U .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-up3YJJZR9U .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-up3YJJZR9U .mbr-desc,
.cid-up3YJJZR9U .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-up3YJJZR9U .mbr-section-title,
.cid-up3YJJZR9U .mbr-section-btn {
  color: #ffffff;
}
.cid-up3QSE72KA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  position: relative;
}
.cid-up3QSE72KA .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0aa3c2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-up3QSE72KA .mbr-section-head {
  width: 100%;
  margin-bottom: 3.4vw;
}
@media (max-width: 767px) {
  .cid-up3QSE72KA .mbr-section-head {
    margin-bottom: 6.93vw;
  }
}
.cid-up3QSE72KA .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
.cid-up3QSE72KA .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-up3QSE72KA .item {
  display: flex;
  align-items: stretch;
  margin-bottom: 1.4vw;
  overflow: visible;
}
@media (max-width: 767px) {
  .cid-up3QSE72KA .item {
    margin-bottom: 0.75rem;
  }
}
.cid-up3QSE72KA .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: 0.3s all;
  overflow: visible;
}
.cid-up3QSE72KA .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 26px;
  overflow: hidden;
  transition: 0.3s all;
  border: 1px solid #ffffff;
}
.cid-up3QSE72KA .item-img:hover {
  transform: translateY(-3px);
}
.cid-up3QSE72KA .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-up3QSE72KA .item-content {
  width: 100%;
  margin-top: 1.75rem;
}
.cid-up3QSE72KA .item-title {
  color: #000000;
  margin-right: auto;
  width: 100%;
  text-align: center;
}
.cid-up3QSE72KA .mbr-text {
  color: #000000;
  margin-top: 0.75rem;
}
.cid-up3QSE72KA .mbr-section-btn {
  margin-top: 1rem;
}
.cid-up3QSE72KA .mbr-text,
.cid-up3QSE72KA .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-up3QSEKMti {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-up3QSEKMti .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-up3QSEKMti .mbr-fallback-image.disabled {
  display: none;
}
.cid-up3QSEKMti .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up3QSEKMti .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-up3QSEKMti .content-wrap .card {
  justify-content: space-between;
}
.cid-up3QSEKMti .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-up3QSEKMti .content-wrapper {
    padding: 0;
  }
}
.cid-up3QSEKMti .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-up3QSEKMti .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-up3QSEKMti .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-up3QSEKMti .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-up3QSEKMti .mbr-desc,
.cid-up3QSEKMti .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-up3QSEKMti .mbr-section-title,
.cid-up3QSEKMti .mbr-section-btn {
  color: #ffffff;
}
.cid-up3QSFhnFI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-up3QSFhnFI .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-up3QSFhnFI .mbr-fallback-image.disabled {
  display: none;
}
.cid-up3QSFhnFI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up3QSFhnFI .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-up3QSFhnFI .content-wrap .card {
  justify-content: space-between;
}
.cid-up3QSFhnFI .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-up3QSFhnFI .content-wrapper {
    padding: 0;
  }
}
.cid-up3QSFhnFI .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-up3QSFhnFI .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-up3QSFhnFI .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-up3QSFhnFI .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-up3QSFhnFI .mbr-desc,
.cid-up3QSFhnFI .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-up3QSFhnFI .mbr-section-title,
.cid-up3QSFhnFI .mbr-section-btn {
  color: #ffffff;
}
.cid-up3QSFSD2J {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-up3QSFSD2J .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-up3QSFSD2J .mbr-fallback-image.disabled {
  display: none;
}
.cid-up3QSFSD2J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up3QSFSD2J .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-up3QSFSD2J .content-wrap .card {
  justify-content: space-between;
}
.cid-up3QSFSD2J .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-up3QSFSD2J .content-wrapper {
    padding: 0;
  }
}
.cid-up3QSFSD2J .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-up3QSFSD2J .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-up3QSFSD2J .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-up3QSFSD2J .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-up3QSFSD2J .mbr-desc,
.cid-up3QSFSD2J .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-up3QSFSD2J .mbr-section-title,
.cid-up3QSFSD2J .mbr-section-btn {
  color: #ffffff;
}
.cid-upNrlbHsvD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-upNrlbHsvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNrlbHsvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .container {
    padding: 0 16px;
  }
}
.cid-upNrlbHsvD .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-upNrlbHsvD .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-upNrlbHsvD .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-upNrlbHsvD .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-upNrlbHsvD .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .mbr-section-title {
  color: #ffffff;
}
.cid-upNrlbHsvD .copyright {
  color: #ffffff;
}
.cid-upNrlbHsvD .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .list {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .mbr-section-title,
.cid-upNrlbHsvD .title-wrapper,
.cid-upNrlbHsvD .social-wrapper {
  text-align: center;
}
.cid-up3TDixPrU {
  background-color: transparent;
}
.cid-up3TDixPrU .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-up3TDixPrU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-up3TDixPrU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-up3TDixPrU .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-up3TDixPrU .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-up3TDixPrU .menu_box .navbar.opened,
  .cid-up3TDixPrU .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-up3TDixPrU .navbar-dropdown {
  position: relative !important;
}
.cid-up3TDixPrU .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-up3TDixPrU .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-up3TDixPrU .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-up3TDixPrU .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-up3TDixPrU .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-up3TDixPrU .btn:hover {
  box-shadow: none;
}
.cid-up3TDixPrU .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-up3TDixPrU .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-up3TDixPrU .nav-item {
    margin: 0 !important;
  }
}
.cid-up3TDixPrU .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-up3TDixPrU .nav-item .nav-link:hover,
.cid-up3TDixPrU .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-up3TDixPrU .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-up3TDixPrU .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-up3TDixPrU .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-up3TDixPrU .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-up3TDixPrU .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-up3TDixPrU .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-up3TDixPrU .offcanvas_box {
    display: none;
  }
}
.cid-up3TDixPrU .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-up3TDixPrU .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-up3TDixPrU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-up3TDixPrU .container {
  display: flex;
  margin: auto;
}
.cid-up3TDixPrU .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-up3TDixPrU .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-up3TDixPrU .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-up3TDixPrU .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-up3TDixPrU .navbar-nav {
    margin: 0;
  }
}
.cid-up3TDixPrU .dropdown-menu,
.cid-up3TDixPrU .navbar.opened {
  background-color: false !important;
}
.cid-up3TDixPrU .nav-item:focus,
.cid-up3TDixPrU .nav-link:focus {
  outline: none;
}
.cid-up3TDixPrU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-up3TDixPrU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-up3TDixPrU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-up3TDixPrU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-up3TDixPrU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-up3TDixPrU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-up3TDixPrU .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-up3TDixPrU .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-up3TDixPrU .navbar.opened {
  transition: all 0.3s;
}
.cid-up3TDixPrU .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-up3TDixPrU .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-up3TDixPrU .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-up3TDixPrU .navbar.collapsed {
  justify-content: center;
}
.cid-up3TDixPrU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-up3TDixPrU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-up3TDixPrU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-up3TDixPrU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-up3TDixPrU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-up3TDixPrU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-up3TDixPrU .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-up3TDixPrU .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-up3TDixPrU .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-up3TDixPrU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-up3TDixPrU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-up3TDixPrU .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-up3TDixPrU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-up3TDixPrU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-up3TDixPrU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-up3TDixPrU .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-up3TDixPrU .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-up3TDixPrU .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-up3TDixPrU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-up3TDixPrU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-up3TDixPrU .navbar .icons-menu {
    padding: 0;
  }
}
.cid-up3TDixPrU .navbar.navbar-short {
  min-height: 60px;
}
.cid-up3TDixPrU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-up3TDixPrU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-up3TDixPrU .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-up3TDixPrU .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-up3TDixPrU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-up3TDixPrU .dropdown-item.active,
.cid-up3TDixPrU .dropdown-item:active {
  background-color: transparent;
}
.cid-up3TDixPrU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-up3TDixPrU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-up3TDixPrU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-up3TDixPrU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-up3TDixPrU ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-up3TDixPrU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-up3TDixPrU button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-up3TDixPrU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-up3TDixPrU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-up3TDixPrU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up3TDixPrU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up3TDixPrU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-up3TDixPrU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up3TDixPrU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-up3TDixPrU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-up3TDixPrU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up3TDixPrU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-up3TDixPrU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-up3TDixPrU .navbar {
    height: 70px;
  }
  .cid-up3TDixPrU .navbar.opened {
    height: auto;
  }
  .cid-up3TDixPrU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-up3TDixPrU .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-up3TDixPrU .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-up3TDixPrU .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-up3TDixPrU .text_widget {
  margin-bottom: 32px;
}
.cid-up3TDixPrU .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-up3TDixPrU .text_widget a:hover,
.cid-up3TDixPrU .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-up3TDixPrU .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-up3TDixPrU .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-up3TDixPrU .navbar-caption {
  color: #000000;
}
.cid-up3TDixPrU .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-up3TDixPrU .mbr-section-subtitle,
.cid-up3TDixPrU .text_widget,
.cid-up3TDixPrU .mbr-section-btn {
  text-align: center;
}
.cid-up3TDixPrU a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-up3TDjeHKa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-up3TDjeHKa .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-up3TDjeHKa .mbr-fallback-image.disabled {
  display: none;
}
.cid-up3TDjeHKa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up3TDjeHKa .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-up3TDjeHKa .content-wrap .card {
  justify-content: space-between;
}
.cid-up3TDjeHKa .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-up3TDjeHKa .content-wrapper {
    padding: 0;
  }
}
.cid-up3TDjeHKa .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-up3TDjeHKa .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-up3TDjeHKa .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-up3TDjeHKa .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-up3TDjeHKa .mbr-desc,
.cid-up3TDjeHKa .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-up3TDjeHKa .mbr-section-title,
.cid-up3TDjeHKa .mbr-section-btn {
  color: #ffffff;
}
.cid-up3TDk0wlS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-up3TDk0wlS .mbr-fallback-image.disabled {
  display: none;
}
.cid-up3TDk0wlS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up3TDk0wlS img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border: 2px dashed #f7bc4a;
  border-radius: 8px;
}
.cid-up3TDk0wlS .img-wide {
  height: 50%;
}
.cid-up3TDk0wlS .img-big {
  height: 100%;
}
.cid-up3TDkHDsm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-up3TDkHDsm .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-up3TDkHDsm .mbr-fallback-image.disabled {
  display: none;
}
.cid-up3TDkHDsm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up3TDkHDsm .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-up3TDkHDsm .content-wrap .card {
  justify-content: space-between;
}
.cid-up3TDkHDsm .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-up3TDkHDsm .content-wrapper {
    padding: 0;
  }
}
.cid-up3TDkHDsm .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-up3TDkHDsm .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-up3TDkHDsm .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-up3TDkHDsm .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-up3TDkHDsm .mbr-desc,
.cid-up3TDkHDsm .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-up3TDkHDsm .mbr-section-title,
.cid-up3TDkHDsm .mbr-section-btn {
  color: #ffffff;
}
.cid-up3TDlfb2W {
  overflow: hidden;
  background-color: #0aa3c2;
}
.cid-up3TDlfb2W .mbr-fallback-image.disabled {
  display: none;
}
.cid-up3TDlfb2W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up3TDlfb2W .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-up3TDlfb2W .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-up3TDlfb2W .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-up3TDlfb2W .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-up3TDlfb2W .container {
    padding: 0 12px;
  }
}
.cid-up3TDlfb2W .row {
  justify-content: center;
}
.cid-up3TDlfb2W .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12%;
}
.cid-up3TDlfb2W .image-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #b7140b;
  border-radius: 32px;
  opacity: .85;
}
.cid-up3TDlfb2W .image-wrapper img {
  height: 500px;
  object-fit: cover;
  position: relative;
}
@media (max-width: 992px) {
  .cid-up3TDlfb2W .image-wrapper img {
    height: 350px;
  }
}
.cid-up3TDlTUth {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-up3TDlTUth .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-up3TDlTUth .mbr-fallback-image.disabled {
  display: none;
}
.cid-up3TDlTUth .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up3TDlTUth .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-up3TDlTUth .content-wrap .card {
  justify-content: space-between;
}
.cid-up3TDlTUth .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-up3TDlTUth .content-wrapper {
    padding: 0;
  }
}
.cid-up3TDlTUth .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-up3TDlTUth .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-up3TDlTUth .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-up3TDlTUth .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-up3TDlTUth .mbr-desc,
.cid-up3TDlTUth .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-up3TDlTUth .mbr-section-title,
.cid-up3TDlTUth .mbr-section-btn {
  color: #ffffff;
}
.cid-up3UGoycC0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  position: relative;
}
.cid-up3UGoycC0 .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0aa3c2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-up3UGoycC0 .mbr-section-head {
  width: 100%;
  margin-bottom: 3.4vw;
}
@media (max-width: 767px) {
  .cid-up3UGoycC0 .mbr-section-head {
    margin-bottom: 6.93vw;
  }
}
.cid-up3UGoycC0 .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
.cid-up3UGoycC0 .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-up3UGoycC0 .item {
  display: flex;
  align-items: stretch;
  margin-bottom: 1.4vw;
  overflow: visible;
}
@media (max-width: 767px) {
  .cid-up3UGoycC0 .item {
    margin-bottom: 0.75rem;
  }
}
.cid-up3UGoycC0 .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: 0.3s all;
  overflow: visible;
}
.cid-up3UGoycC0 .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 26px;
  overflow: hidden;
  transition: 0.3s all;
}
.cid-up3UGoycC0 .item-img:hover {
  transform: translateY(-3px);
}
.cid-up3UGoycC0 .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-up3UGoycC0 .item-content {
  width: 100%;
  margin-top: 1.75rem;
}
.cid-up3UGoycC0 .item-title {
  color: #000000;
  margin-right: auto;
  width: 100%;
  text-align: center;
}
.cid-up3UGoycC0 .mbr-text {
  color: #000000;
  margin-top: 0.75rem;
}
.cid-up3UGoycC0 .mbr-section-btn {
  margin-top: 1rem;
}
.cid-up3UGoycC0 .mbr-text,
.cid-up3UGoycC0 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-up3TDna2wa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-up3TDna2wa .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-up3TDna2wa .mbr-fallback-image.disabled {
  display: none;
}
.cid-up3TDna2wa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up3TDna2wa .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-up3TDna2wa .content-wrap .card {
  justify-content: space-between;
}
.cid-up3TDna2wa .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-up3TDna2wa .content-wrapper {
    padding: 0;
  }
}
.cid-up3TDna2wa .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-up3TDna2wa .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-up3TDna2wa .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-up3TDna2wa .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-up3TDna2wa .mbr-desc,
.cid-up3TDna2wa .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-up3TDna2wa .mbr-section-title,
.cid-up3TDna2wa .mbr-section-btn {
  color: #ffffff;
}
.cid-up3TDnMyBS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-up3TDnMyBS .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-up3TDnMyBS .mbr-fallback-image.disabled {
  display: none;
}
.cid-up3TDnMyBS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up3TDnMyBS .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-up3TDnMyBS .content-wrap .card {
  justify-content: space-between;
}
.cid-up3TDnMyBS .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-up3TDnMyBS .content-wrapper {
    padding: 0;
  }
}
.cid-up3TDnMyBS .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-up3TDnMyBS .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-up3TDnMyBS .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-up3TDnMyBS .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-up3TDnMyBS .mbr-desc,
.cid-up3TDnMyBS .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-up3TDnMyBS .mbr-section-title,
.cid-up3TDnMyBS .mbr-section-btn {
  color: #ffffff;
}
.cid-up3TDolzQI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-up3TDolzQI .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-up3TDolzQI .mbr-fallback-image.disabled {
  display: none;
}
.cid-up3TDolzQI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up3TDolzQI .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-up3TDolzQI .content-wrap .card {
  justify-content: space-between;
}
.cid-up3TDolzQI .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-up3TDolzQI .content-wrapper {
    padding: 0;
  }
}
.cid-up3TDolzQI .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-up3TDolzQI .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-up3TDolzQI .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-up3TDolzQI .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-up3TDolzQI .mbr-desc,
.cid-up3TDolzQI .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-up3TDolzQI .mbr-section-title,
.cid-up3TDolzQI .mbr-section-btn {
  color: #ffffff;
}
.cid-upNrlbHsvD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-upNrlbHsvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNrlbHsvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .container {
    padding: 0 16px;
  }
}
.cid-upNrlbHsvD .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-upNrlbHsvD .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-upNrlbHsvD .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-upNrlbHsvD .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-upNrlbHsvD .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .mbr-section-title {
  color: #ffffff;
}
.cid-upNrlbHsvD .copyright {
  color: #ffffff;
}
.cid-upNrlbHsvD .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .list {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .mbr-section-title,
.cid-upNrlbHsvD .title-wrapper,
.cid-upNrlbHsvD .social-wrapper {
  text-align: center;
}
.cid-up3RagyKTL {
  background-color: transparent;
}
.cid-up3RagyKTL .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-up3RagyKTL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-up3RagyKTL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-up3RagyKTL .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-up3RagyKTL .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-up3RagyKTL .menu_box .navbar.opened,
  .cid-up3RagyKTL .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-up3RagyKTL .navbar-dropdown {
  position: relative !important;
}
.cid-up3RagyKTL .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-up3RagyKTL .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-up3RagyKTL .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-up3RagyKTL .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-up3RagyKTL .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-up3RagyKTL .btn:hover {
  box-shadow: none;
}
.cid-up3RagyKTL .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-up3RagyKTL .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-up3RagyKTL .nav-item {
    margin: 0 !important;
  }
}
.cid-up3RagyKTL .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-up3RagyKTL .nav-item .nav-link:hover,
.cid-up3RagyKTL .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-up3RagyKTL .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-up3RagyKTL .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-up3RagyKTL .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-up3RagyKTL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-up3RagyKTL .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-up3RagyKTL .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-up3RagyKTL .offcanvas_box {
    display: none;
  }
}
.cid-up3RagyKTL .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-up3RagyKTL .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-up3RagyKTL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-up3RagyKTL .container {
  display: flex;
  margin: auto;
}
.cid-up3RagyKTL .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-up3RagyKTL .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-up3RagyKTL .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-up3RagyKTL .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-up3RagyKTL .navbar-nav {
    margin: 0;
  }
}
.cid-up3RagyKTL .dropdown-menu,
.cid-up3RagyKTL .navbar.opened {
  background-color: false !important;
}
.cid-up3RagyKTL .nav-item:focus,
.cid-up3RagyKTL .nav-link:focus {
  outline: none;
}
.cid-up3RagyKTL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-up3RagyKTL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-up3RagyKTL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-up3RagyKTL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-up3RagyKTL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-up3RagyKTL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-up3RagyKTL .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-up3RagyKTL .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-up3RagyKTL .navbar.opened {
  transition: all 0.3s;
}
.cid-up3RagyKTL .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-up3RagyKTL .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-up3RagyKTL .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-up3RagyKTL .navbar.collapsed {
  justify-content: center;
}
.cid-up3RagyKTL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-up3RagyKTL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-up3RagyKTL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-up3RagyKTL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-up3RagyKTL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-up3RagyKTL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-up3RagyKTL .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-up3RagyKTL .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-up3RagyKTL .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-up3RagyKTL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-up3RagyKTL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-up3RagyKTL .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-up3RagyKTL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-up3RagyKTL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-up3RagyKTL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-up3RagyKTL .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-up3RagyKTL .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-up3RagyKTL .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-up3RagyKTL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-up3RagyKTL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-up3RagyKTL .navbar .icons-menu {
    padding: 0;
  }
}
.cid-up3RagyKTL .navbar.navbar-short {
  min-height: 60px;
}
.cid-up3RagyKTL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-up3RagyKTL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-up3RagyKTL .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-up3RagyKTL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-up3RagyKTL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-up3RagyKTL .dropdown-item.active,
.cid-up3RagyKTL .dropdown-item:active {
  background-color: transparent;
}
.cid-up3RagyKTL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-up3RagyKTL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-up3RagyKTL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-up3RagyKTL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-up3RagyKTL ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-up3RagyKTL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-up3RagyKTL button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-up3RagyKTL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-up3RagyKTL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-up3RagyKTL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up3RagyKTL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up3RagyKTL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-up3RagyKTL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up3RagyKTL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-up3RagyKTL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-up3RagyKTL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up3RagyKTL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-up3RagyKTL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-up3RagyKTL .navbar {
    height: 70px;
  }
  .cid-up3RagyKTL .navbar.opened {
    height: auto;
  }
  .cid-up3RagyKTL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-up3RagyKTL .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-up3RagyKTL .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-up3RagyKTL .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-up3RagyKTL .text_widget {
  margin-bottom: 32px;
}
.cid-up3RagyKTL .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-up3RagyKTL .text_widget a:hover,
.cid-up3RagyKTL .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-up3RagyKTL .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-up3RagyKTL .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-up3RagyKTL .navbar-caption {
  color: #000000;
}
.cid-up3RagyKTL .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-up3RagyKTL .mbr-section-subtitle,
.cid-up3RagyKTL .text_widget,
.cid-up3RagyKTL .mbr-section-btn {
  text-align: center;
}
.cid-up3RagyKTL a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-up3RahjwlU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-up3RahjwlU .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-up3RahjwlU .mbr-fallback-image.disabled {
  display: none;
}
.cid-up3RahjwlU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up3RahjwlU .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-up3RahjwlU .content-wrap .card {
  justify-content: space-between;
}
.cid-up3RahjwlU .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-up3RahjwlU .content-wrapper {
    padding: 0;
  }
}
.cid-up3RahjwlU .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-up3RahjwlU .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-up3RahjwlU .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-up3RahjwlU .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-up3RahjwlU .mbr-desc,
.cid-up3RahjwlU .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-up3RahjwlU .mbr-section-title,
.cid-up3RahjwlU .mbr-section-btn {
  color: #ffffff;
}
.cid-up3Rajcw9r {
  overflow: hidden;
  background-color: #0aa3c2;
}
.cid-up3Rajcw9r .mbr-fallback-image.disabled {
  display: none;
}
.cid-up3Rajcw9r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up3Rajcw9r .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-up3Rajcw9r .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-up3Rajcw9r .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-up3Rajcw9r .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-up3Rajcw9r .container {
    padding: 0 12px;
  }
}
.cid-up3Rajcw9r .row {
  justify-content: center;
}
.cid-up3Rajcw9r .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12%;
}
.cid-up3Rajcw9r .image-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #b7140b;
  border-radius: 32px;
  opacity: .85;
}
.cid-up3Rajcw9r .image-wrapper img {
  height: 500px;
  object-fit: cover;
  position: relative;
}
@media (max-width: 992px) {
  .cid-up3Rajcw9r .image-wrapper img {
    height: 350px;
  }
}
.cid-up3RakcNoV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-up3RakcNoV .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-up3RakcNoV .mbr-fallback-image.disabled {
  display: none;
}
.cid-up3RakcNoV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up3RakcNoV .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-up3RakcNoV .content-wrap .card {
  justify-content: space-between;
}
.cid-up3RakcNoV .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-up3RakcNoV .content-wrapper {
    padding: 0;
  }
}
.cid-up3RakcNoV .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-up3RakcNoV .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-up3RakcNoV .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-up3RakcNoV .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-up3RakcNoV .mbr-desc,
.cid-up3RakcNoV .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-up3RakcNoV .mbr-section-title,
.cid-up3RakcNoV .mbr-section-btn {
  color: #ffffff;
}
.cid-up3RakKTKC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  position: relative;
}
.cid-up3RakKTKC .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0aa3c2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-up3RakKTKC .mbr-section-head {
  width: 100%;
  margin-bottom: 3.4vw;
}
@media (max-width: 767px) {
  .cid-up3RakKTKC .mbr-section-head {
    margin-bottom: 6.93vw;
  }
}
.cid-up3RakKTKC .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
.cid-up3RakKTKC .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-up3RakKTKC .item {
  display: flex;
  align-items: stretch;
  margin-bottom: 1.4vw;
  overflow: visible;
}
@media (max-width: 767px) {
  .cid-up3RakKTKC .item {
    margin-bottom: 0.75rem;
  }
}
.cid-up3RakKTKC .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: 0.3s all;
  overflow: visible;
}
.cid-up3RakKTKC .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 26px;
  overflow: hidden;
  transition: 0.3s all;
}
.cid-up3RakKTKC .item-img:hover {
  transform: translateY(-3px);
}
.cid-up3RakKTKC .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-up3RakKTKC .item-content {
  width: 100%;
  margin-top: 1.75rem;
}
.cid-up3RakKTKC .item-title {
  color: #000000;
  margin-right: auto;
  width: 100%;
  text-align: center;
}
.cid-up3RakKTKC .mbr-text {
  color: #000000;
  margin-top: 0.75rem;
}
.cid-up3RakKTKC .mbr-section-btn {
  margin-top: 1rem;
}
.cid-up3RakKTKC .mbr-text,
.cid-up3RakKTKC .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uAycuyc5li {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uAycuyc5li .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uAycuyc5li .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAycuyc5li .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAycuyc5li .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uAycuyc5li .content-wrap .card {
  justify-content: space-between;
}
.cid-uAycuyc5li .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uAycuyc5li .content-wrapper {
    padding: 0;
  }
}
.cid-uAycuyc5li .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uAycuyc5li .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uAycuyc5li .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uAycuyc5li .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uAycuyc5li .mbr-desc,
.cid-uAycuyc5li .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uAycuyc5li .mbr-section-title,
.cid-uAycuyc5li .mbr-section-btn {
  color: #08323c;
}
.cid-uAyctm4sSR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uAyctm4sSR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAyctm4sSR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAyctm4sSR img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border: 2px dashed #f7bc4a;
  border-radius: 8px;
}
.cid-uAyctm4sSR .img-wide {
  height: 50%;
}
.cid-uAyctm4sSR .img-big {
  height: 100%;
}
.cid-up3RalqUkO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-up3RalqUkO .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-up3RalqUkO .mbr-fallback-image.disabled {
  display: none;
}
.cid-up3RalqUkO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up3RalqUkO .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-up3RalqUkO .content-wrap .card {
  justify-content: space-between;
}
.cid-up3RalqUkO .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-up3RalqUkO .content-wrapper {
    padding: 0;
  }
}
.cid-up3RalqUkO .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-up3RalqUkO .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-up3RalqUkO .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-up3RalqUkO .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-up3RalqUkO .mbr-desc,
.cid-up3RalqUkO .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-up3RalqUkO .mbr-section-title,
.cid-up3RalqUkO .mbr-section-btn {
  color: #ffffff;
}
.cid-up3Ram2EOX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-up3Ram2EOX .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-up3Ram2EOX .mbr-fallback-image.disabled {
  display: none;
}
.cid-up3Ram2EOX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up3Ram2EOX .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-up3Ram2EOX .content-wrap .card {
  justify-content: space-between;
}
.cid-up3Ram2EOX .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-up3Ram2EOX .content-wrapper {
    padding: 0;
  }
}
.cid-up3Ram2EOX .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-up3Ram2EOX .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-up3Ram2EOX .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-up3Ram2EOX .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-up3Ram2EOX .mbr-desc,
.cid-up3Ram2EOX .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-up3Ram2EOX .mbr-section-title,
.cid-up3Ram2EOX .mbr-section-btn {
  color: #ffffff;
}
.cid-up3RamALB6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-up3RamALB6 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-up3RamALB6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-up3RamALB6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up3RamALB6 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-up3RamALB6 .content-wrap .card {
  justify-content: space-between;
}
.cid-up3RamALB6 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-up3RamALB6 .content-wrapper {
    padding: 0;
  }
}
.cid-up3RamALB6 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-up3RamALB6 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-up3RamALB6 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-up3RamALB6 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-up3RamALB6 .mbr-desc,
.cid-up3RamALB6 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-up3RamALB6 .mbr-section-title,
.cid-up3RamALB6 .mbr-section-btn {
  color: #ffffff;
}
.cid-upNrlbHsvD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-upNrlbHsvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNrlbHsvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .container {
    padding: 0 16px;
  }
}
.cid-upNrlbHsvD .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-upNrlbHsvD .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-upNrlbHsvD .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-upNrlbHsvD .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-upNrlbHsvD .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .mbr-section-title {
  color: #ffffff;
}
.cid-upNrlbHsvD .copyright {
  color: #ffffff;
}
.cid-upNrlbHsvD .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .list {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .mbr-section-title,
.cid-upNrlbHsvD .title-wrapper,
.cid-upNrlbHsvD .social-wrapper {
  text-align: center;
}
.cid-up3VQZ5p9p {
  background-color: transparent;
}
.cid-up3VQZ5p9p .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-up3VQZ5p9p .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-up3VQZ5p9p .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-up3VQZ5p9p .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-up3VQZ5p9p .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-up3VQZ5p9p .menu_box .navbar.opened,
  .cid-up3VQZ5p9p .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-up3VQZ5p9p .navbar-dropdown {
  position: relative !important;
}
.cid-up3VQZ5p9p .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-up3VQZ5p9p .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-up3VQZ5p9p .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-up3VQZ5p9p .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-up3VQZ5p9p .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-up3VQZ5p9p .btn:hover {
  box-shadow: none;
}
.cid-up3VQZ5p9p .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-up3VQZ5p9p .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-up3VQZ5p9p .nav-item {
    margin: 0 !important;
  }
}
.cid-up3VQZ5p9p .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-up3VQZ5p9p .nav-item .nav-link:hover,
.cid-up3VQZ5p9p .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-up3VQZ5p9p .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-up3VQZ5p9p .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-up3VQZ5p9p .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-up3VQZ5p9p .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-up3VQZ5p9p .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-up3VQZ5p9p .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-up3VQZ5p9p .offcanvas_box {
    display: none;
  }
}
.cid-up3VQZ5p9p .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-up3VQZ5p9p .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-up3VQZ5p9p .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-up3VQZ5p9p .container {
  display: flex;
  margin: auto;
}
.cid-up3VQZ5p9p .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-up3VQZ5p9p .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-up3VQZ5p9p .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-up3VQZ5p9p .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-up3VQZ5p9p .navbar-nav {
    margin: 0;
  }
}
.cid-up3VQZ5p9p .dropdown-menu,
.cid-up3VQZ5p9p .navbar.opened {
  background-color: false !important;
}
.cid-up3VQZ5p9p .nav-item:focus,
.cid-up3VQZ5p9p .nav-link:focus {
  outline: none;
}
.cid-up3VQZ5p9p .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-up3VQZ5p9p .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-up3VQZ5p9p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-up3VQZ5p9p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-up3VQZ5p9p .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-up3VQZ5p9p .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-up3VQZ5p9p .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-up3VQZ5p9p .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-up3VQZ5p9p .navbar.opened {
  transition: all 0.3s;
}
.cid-up3VQZ5p9p .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-up3VQZ5p9p .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-up3VQZ5p9p .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-up3VQZ5p9p .navbar.collapsed {
  justify-content: center;
}
.cid-up3VQZ5p9p .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-up3VQZ5p9p .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-up3VQZ5p9p .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-up3VQZ5p9p .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-up3VQZ5p9p .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-up3VQZ5p9p .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-up3VQZ5p9p .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-up3VQZ5p9p .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-up3VQZ5p9p .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-up3VQZ5p9p .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-up3VQZ5p9p .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-up3VQZ5p9p .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-up3VQZ5p9p .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-up3VQZ5p9p .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-up3VQZ5p9p .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-up3VQZ5p9p .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-up3VQZ5p9p .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-up3VQZ5p9p .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-up3VQZ5p9p .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-up3VQZ5p9p .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-up3VQZ5p9p .navbar .icons-menu {
    padding: 0;
  }
}
.cid-up3VQZ5p9p .navbar.navbar-short {
  min-height: 60px;
}
.cid-up3VQZ5p9p .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-up3VQZ5p9p .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-up3VQZ5p9p .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-up3VQZ5p9p .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-up3VQZ5p9p .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-up3VQZ5p9p .dropdown-item.active,
.cid-up3VQZ5p9p .dropdown-item:active {
  background-color: transparent;
}
.cid-up3VQZ5p9p .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-up3VQZ5p9p .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-up3VQZ5p9p .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-up3VQZ5p9p .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-up3VQZ5p9p ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-up3VQZ5p9p .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-up3VQZ5p9p button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-up3VQZ5p9p button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-up3VQZ5p9p button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-up3VQZ5p9p button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up3VQZ5p9p button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up3VQZ5p9p button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-up3VQZ5p9p nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up3VQZ5p9p nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-up3VQZ5p9p nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-up3VQZ5p9p nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up3VQZ5p9p a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-up3VQZ5p9p .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-up3VQZ5p9p .navbar {
    height: 70px;
  }
  .cid-up3VQZ5p9p .navbar.opened {
    height: auto;
  }
  .cid-up3VQZ5p9p .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-up3VQZ5p9p .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-up3VQZ5p9p .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-up3VQZ5p9p .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-up3VQZ5p9p .text_widget {
  margin-bottom: 32px;
}
.cid-up3VQZ5p9p .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-up3VQZ5p9p .text_widget a:hover,
.cid-up3VQZ5p9p .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-up3VQZ5p9p .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-up3VQZ5p9p .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-up3VQZ5p9p .navbar-caption {
  color: #000000;
}
.cid-up3VQZ5p9p .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-up3VQZ5p9p .mbr-section-subtitle,
.cid-up3VQZ5p9p .text_widget,
.cid-up3VQZ5p9p .mbr-section-btn {
  text-align: center;
}
.cid-up3VQZ5p9p a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-up3VQZIYZz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-up3VQZIYZz .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-up3VQZIYZz .mbr-fallback-image.disabled {
  display: none;
}
.cid-up3VQZIYZz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up3VQZIYZz .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-up3VQZIYZz .content-wrap .card {
  justify-content: space-between;
}
.cid-up3VQZIYZz .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-up3VQZIYZz .content-wrapper {
    padding: 0;
  }
}
.cid-up3VQZIYZz .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-up3VQZIYZz .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-up3VQZIYZz .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-up3VQZIYZz .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-up3VQZIYZz .mbr-desc,
.cid-up3VQZIYZz .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-up3VQZIYZz .mbr-section-title,
.cid-up3VQZIYZz .mbr-section-btn {
  color: #ffffff;
}
.cid-up3VR0ruPt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-up3VR0ruPt .mbr-fallback-image.disabled {
  display: none;
}
.cid-up3VR0ruPt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up3VR0ruPt img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border: 2px dashed #f7bc4a;
  border-radius: 8px;
}
.cid-up3VR0ruPt .img-wide {
  height: 50%;
}
.cid-up3VR0ruPt .img-big {
  height: 100%;
}
.cid-up3VR0Y2IO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-up3VR0Y2IO .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-up3VR0Y2IO .mbr-fallback-image.disabled {
  display: none;
}
.cid-up3VR0Y2IO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up3VR0Y2IO .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-up3VR0Y2IO .content-wrap .card {
  justify-content: space-between;
}
.cid-up3VR0Y2IO .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-up3VR0Y2IO .content-wrapper {
    padding: 0;
  }
}
.cid-up3VR0Y2IO .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-up3VR0Y2IO .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-up3VR0Y2IO .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-up3VR0Y2IO .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-up3VR0Y2IO .mbr-desc,
.cid-up3VR0Y2IO .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-up3VR0Y2IO .mbr-section-title,
.cid-up3VR0Y2IO .mbr-section-btn {
  color: #ffffff;
}
.cid-up3VR1xxup {
  overflow: hidden;
  background-color: #0aa3c2;
}
.cid-up3VR1xxup .mbr-fallback-image.disabled {
  display: none;
}
.cid-up3VR1xxup .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up3VR1xxup .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-up3VR1xxup .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-up3VR1xxup .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-up3VR1xxup .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-up3VR1xxup .container {
    padding: 0 12px;
  }
}
.cid-up3VR1xxup .row {
  justify-content: center;
}
.cid-up3VR1xxup .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12%;
}
.cid-up3VR1xxup .image-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #b7140b;
  border-radius: 32px;
  opacity: .85;
}
.cid-up3VR1xxup .image-wrapper img {
  height: 500px;
  object-fit: cover;
  position: relative;
}
@media (max-width: 992px) {
  .cid-up3VR1xxup .image-wrapper img {
    height: 350px;
  }
}
.cid-up3VR22xsi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-up3VR22xsi .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-up3VR22xsi .mbr-fallback-image.disabled {
  display: none;
}
.cid-up3VR22xsi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up3VR22xsi .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-up3VR22xsi .content-wrap .card {
  justify-content: space-between;
}
.cid-up3VR22xsi .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-up3VR22xsi .content-wrapper {
    padding: 0;
  }
}
.cid-up3VR22xsi .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-up3VR22xsi .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-up3VR22xsi .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-up3VR22xsi .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-up3VR22xsi .mbr-desc,
.cid-up3VR22xsi .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-up3VR22xsi .mbr-section-title,
.cid-up3VR22xsi .mbr-section-btn {
  color: #ffffff;
}
.cid-up3VR2zNlV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  position: relative;
}
.cid-up3VR2zNlV .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0aa3c2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-up3VR2zNlV .mbr-section-head {
  width: 100%;
  margin-bottom: 3.4vw;
}
@media (max-width: 767px) {
  .cid-up3VR2zNlV .mbr-section-head {
    margin-bottom: 6.93vw;
  }
}
.cid-up3VR2zNlV .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
.cid-up3VR2zNlV .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-up3VR2zNlV .item {
  display: flex;
  align-items: stretch;
  margin-bottom: 1.4vw;
  overflow: visible;
}
@media (max-width: 767px) {
  .cid-up3VR2zNlV .item {
    margin-bottom: 0.75rem;
  }
}
.cid-up3VR2zNlV .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: 0.3s all;
  overflow: visible;
}
.cid-up3VR2zNlV .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 26px;
  overflow: hidden;
  transition: 0.3s all;
}
.cid-up3VR2zNlV .item-img:hover {
  transform: translateY(-3px);
}
.cid-up3VR2zNlV .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-up3VR2zNlV .item-content {
  width: 100%;
  margin-top: 1.75rem;
}
.cid-up3VR2zNlV .item-title {
  color: #000000;
  margin-right: auto;
  width: 100%;
  text-align: center;
}
.cid-up3VR2zNlV .mbr-text {
  color: #000000;
  margin-top: 0.75rem;
}
.cid-up3VR2zNlV .mbr-section-btn {
  margin-top: 1rem;
}
.cid-up3VR2zNlV .mbr-text,
.cid-up3VR2zNlV .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-up3VR3ccMX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-up3VR3ccMX .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-up3VR3ccMX .mbr-fallback-image.disabled {
  display: none;
}
.cid-up3VR3ccMX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up3VR3ccMX .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-up3VR3ccMX .content-wrap .card {
  justify-content: space-between;
}
.cid-up3VR3ccMX .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-up3VR3ccMX .content-wrapper {
    padding: 0;
  }
}
.cid-up3VR3ccMX .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-up3VR3ccMX .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-up3VR3ccMX .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-up3VR3ccMX .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-up3VR3ccMX .mbr-desc,
.cid-up3VR3ccMX .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-up3VR3ccMX .mbr-section-title,
.cid-up3VR3ccMX .mbr-section-btn {
  color: #ffffff;
}
.cid-up3VR3QMTX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-up3VR3QMTX .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-up3VR3QMTX .mbr-fallback-image.disabled {
  display: none;
}
.cid-up3VR3QMTX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up3VR3QMTX .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-up3VR3QMTX .content-wrap .card {
  justify-content: space-between;
}
.cid-up3VR3QMTX .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-up3VR3QMTX .content-wrapper {
    padding: 0;
  }
}
.cid-up3VR3QMTX .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-up3VR3QMTX .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-up3VR3QMTX .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-up3VR3QMTX .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-up3VR3QMTX .mbr-desc,
.cid-up3VR3QMTX .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-up3VR3QMTX .mbr-section-title,
.cid-up3VR3QMTX .mbr-section-btn {
  color: #ffffff;
}
.cid-up3VR4qO46 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-up3VR4qO46 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-up3VR4qO46 .mbr-fallback-image.disabled {
  display: none;
}
.cid-up3VR4qO46 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up3VR4qO46 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-up3VR4qO46 .content-wrap .card {
  justify-content: space-between;
}
.cid-up3VR4qO46 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-up3VR4qO46 .content-wrapper {
    padding: 0;
  }
}
.cid-up3VR4qO46 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-up3VR4qO46 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-up3VR4qO46 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-up3VR4qO46 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-up3VR4qO46 .mbr-desc,
.cid-up3VR4qO46 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-up3VR4qO46 .mbr-section-title,
.cid-up3VR4qO46 .mbr-section-btn {
  color: #ffffff;
}
.cid-upNrlbHsvD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-upNrlbHsvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNrlbHsvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .container {
    padding: 0 16px;
  }
}
.cid-upNrlbHsvD .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-upNrlbHsvD .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-upNrlbHsvD .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-upNrlbHsvD .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-upNrlbHsvD .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .mbr-section-title {
  color: #ffffff;
}
.cid-upNrlbHsvD .copyright {
  color: #ffffff;
}
.cid-upNrlbHsvD .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .list {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .mbr-section-title,
.cid-upNrlbHsvD .title-wrapper,
.cid-upNrlbHsvD .social-wrapper {
  text-align: center;
}
.cid-up96ME2oyS {
  background-color: transparent;
}
.cid-up96ME2oyS .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-up96ME2oyS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-up96ME2oyS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-up96ME2oyS .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-up96ME2oyS .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-up96ME2oyS .menu_box .navbar.opened,
  .cid-up96ME2oyS .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-up96ME2oyS .navbar-dropdown {
  position: relative !important;
}
.cid-up96ME2oyS .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-up96ME2oyS .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-up96ME2oyS .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-up96ME2oyS .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-up96ME2oyS .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-up96ME2oyS .btn:hover {
  box-shadow: none;
}
.cid-up96ME2oyS .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-up96ME2oyS .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-up96ME2oyS .nav-item {
    margin: 0 !important;
  }
}
.cid-up96ME2oyS .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-up96ME2oyS .nav-item .nav-link:hover,
.cid-up96ME2oyS .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-up96ME2oyS .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-up96ME2oyS .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-up96ME2oyS .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-up96ME2oyS .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-up96ME2oyS .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-up96ME2oyS .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-up96ME2oyS .offcanvas_box {
    display: none;
  }
}
.cid-up96ME2oyS .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-up96ME2oyS .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-up96ME2oyS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-up96ME2oyS .container {
  display: flex;
  margin: auto;
}
.cid-up96ME2oyS .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-up96ME2oyS .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-up96ME2oyS .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-up96ME2oyS .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-up96ME2oyS .navbar-nav {
    margin: 0;
  }
}
.cid-up96ME2oyS .dropdown-menu,
.cid-up96ME2oyS .navbar.opened {
  background-color: false !important;
}
.cid-up96ME2oyS .nav-item:focus,
.cid-up96ME2oyS .nav-link:focus {
  outline: none;
}
.cid-up96ME2oyS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-up96ME2oyS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-up96ME2oyS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-up96ME2oyS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-up96ME2oyS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-up96ME2oyS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-up96ME2oyS .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-up96ME2oyS .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-up96ME2oyS .navbar.opened {
  transition: all 0.3s;
}
.cid-up96ME2oyS .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-up96ME2oyS .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-up96ME2oyS .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-up96ME2oyS .navbar.collapsed {
  justify-content: center;
}
.cid-up96ME2oyS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-up96ME2oyS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-up96ME2oyS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-up96ME2oyS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-up96ME2oyS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-up96ME2oyS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-up96ME2oyS .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-up96ME2oyS .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-up96ME2oyS .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-up96ME2oyS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-up96ME2oyS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-up96ME2oyS .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-up96ME2oyS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-up96ME2oyS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-up96ME2oyS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-up96ME2oyS .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-up96ME2oyS .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-up96ME2oyS .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-up96ME2oyS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-up96ME2oyS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-up96ME2oyS .navbar .icons-menu {
    padding: 0;
  }
}
.cid-up96ME2oyS .navbar.navbar-short {
  min-height: 60px;
}
.cid-up96ME2oyS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-up96ME2oyS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-up96ME2oyS .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-up96ME2oyS .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-up96ME2oyS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-up96ME2oyS .dropdown-item.active,
.cid-up96ME2oyS .dropdown-item:active {
  background-color: transparent;
}
.cid-up96ME2oyS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-up96ME2oyS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-up96ME2oyS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-up96ME2oyS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-up96ME2oyS ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-up96ME2oyS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-up96ME2oyS button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-up96ME2oyS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-up96ME2oyS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-up96ME2oyS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up96ME2oyS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up96ME2oyS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-up96ME2oyS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up96ME2oyS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-up96ME2oyS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-up96ME2oyS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up96ME2oyS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-up96ME2oyS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-up96ME2oyS .navbar {
    height: 70px;
  }
  .cid-up96ME2oyS .navbar.opened {
    height: auto;
  }
  .cid-up96ME2oyS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-up96ME2oyS .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-up96ME2oyS .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-up96ME2oyS .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-up96ME2oyS .text_widget {
  margin-bottom: 32px;
}
.cid-up96ME2oyS .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-up96ME2oyS .text_widget a:hover,
.cid-up96ME2oyS .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-up96ME2oyS .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-up96ME2oyS .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-up96ME2oyS .navbar-caption {
  color: #000000;
}
.cid-up96ME2oyS .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-up96ME2oyS .mbr-section-subtitle,
.cid-up96ME2oyS .text_widget,
.cid-up96ME2oyS .mbr-section-btn {
  text-align: center;
}
.cid-up96ME2oyS a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-up96MElkPH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-up96MElkPH .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-up96MElkPH .mbr-fallback-image.disabled {
  display: none;
}
.cid-up96MElkPH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up96MElkPH .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-up96MElkPH .content-wrap .card {
  justify-content: space-between;
}
.cid-up96MElkPH .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-up96MElkPH .content-wrapper {
    padding: 0;
  }
}
.cid-up96MElkPH .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-up96MElkPH .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-up96MElkPH .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-up96MElkPH .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-up96MElkPH .mbr-desc,
.cid-up96MElkPH .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-up96MElkPH .mbr-section-title,
.cid-up96MElkPH .mbr-section-btn {
  color: #ffffff;
}
.cid-up99M6V1Wz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #0aa3c2;
}
.cid-up99M6V1Wz .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-up99M6V1Wz .mbr-fallback-image.disabled {
  display: none;
}
.cid-up99M6V1Wz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up99M6V1Wz .content-wrap {
  margin: 0;
}
.cid-up99M6V1Wz .content-wrap .card {
  padding: 0;
}
.cid-up99M6V1Wz .image-wrapper {
  height: 100%;
  border-right: 1px solid #150764;
}
@media (max-width: 992px) {
  .cid-up99M6V1Wz .image-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
.cid-up99M6V1Wz .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-up99M6V1Wz .image-wrapper img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-up99M6V1Wz .content-wrapper {
  padding: 190px 72px;
  height: 100%;
}
@media (max-width: 1640px) {
  .cid-up99M6V1Wz .content-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .cid-up99M6V1Wz .content-wrapper {
    padding: 40px 0;
  }
}
.cid-up99M6V1Wz .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 8px 16px;
  background-color: #b7140b;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-up99M6V1Wz .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 16px;
  }
}
.cid-up99M6V1Wz .content-wrapper .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-up99M6V1Wz .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-up99M6V1Wz .mbr-section-title {
  color: #f4f2ef;
}
.cid-up99M6V1Wz .mbr-desc,
.cid-up99M6V1Wz .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-up99M6V1Wz .mbr-section-title,
.cid-up99M6V1Wz .mbr-section-btn {
  text-align: center;
}
.cid-up96MFml9q {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-up96MFml9q .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-up96MFml9q .mbr-fallback-image.disabled {
  display: none;
}
.cid-up96MFml9q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up96MFml9q .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-up96MFml9q .content-wrap .card {
  justify-content: space-between;
}
.cid-up96MFml9q .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-up96MFml9q .content-wrapper {
    padding: 0;
  }
}
.cid-up96MFml9q .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-up96MFml9q .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-up96MFml9q .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-up96MFml9q .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-up96MFml9q .mbr-desc,
.cid-up96MFml9q .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-up96MFml9q .mbr-section-title,
.cid-up96MFml9q .mbr-section-btn {
  color: #ffffff;
}
.cid-up9aoUKES4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #0aa3c2;
}
.cid-up9aoUKES4 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-up9aoUKES4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-up9aoUKES4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up9aoUKES4 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-up9aoUKES4 .content-wrap .card {
  justify-content: space-between;
}
.cid-up9aoUKES4 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-up9aoUKES4 .content-wrapper {
    padding: 0;
  }
}
.cid-up9aoUKES4 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-up9aoUKES4 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-up9aoUKES4 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-up9aoUKES4 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-up9aoUKES4 .mbr-desc,
.cid-up9aoUKES4 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-up9aoUKES4 .mbr-section-title,
.cid-up9aoUKES4 .mbr-section-btn {
  color: #ffffff;
}
.cid-up9bBOQjpx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-up9bBOQjpx .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-up9bBOQjpx .mbr-fallback-image.disabled {
  display: none;
}
.cid-up9bBOQjpx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up9bBOQjpx .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-up9bBOQjpx .content-wrap .card {
  justify-content: space-between;
}
.cid-up9bBOQjpx .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-up9bBOQjpx .content-wrapper {
    padding: 0;
  }
}
.cid-up9bBOQjpx .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-up9bBOQjpx .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-up9bBOQjpx .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-up9bBOQjpx .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-up9bBOQjpx .mbr-desc,
.cid-up9bBOQjpx .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-up9bBOQjpx .mbr-section-title,
.cid-up9bBOQjpx .mbr-section-btn {
  color: #ffffff;
}
.cid-up9bCz4CoL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #0aa3c2;
}
.cid-up9bCz4CoL .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-up9bCz4CoL .mbr-fallback-image.disabled {
  display: none;
}
.cid-up9bCz4CoL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up9bCz4CoL .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-up9bCz4CoL .content-wrap .card {
  justify-content: space-between;
}
.cid-up9bCz4CoL .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-up9bCz4CoL .content-wrapper {
    padding: 0;
  }
}
.cid-up9bCz4CoL .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-up9bCz4CoL .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-up9bCz4CoL .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-up9bCz4CoL .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-up9bCz4CoL .mbr-desc,
.cid-up9bCz4CoL .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-up9bCz4CoL .mbr-section-title,
.cid-up9bCz4CoL .mbr-section-btn {
  color: #ffffff;
}
.cid-up9apxP5MA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-up9apxP5MA .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-up9apxP5MA .mbr-fallback-image.disabled {
  display: none;
}
.cid-up9apxP5MA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up9apxP5MA .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-up9apxP5MA .content-wrap .card {
  justify-content: space-between;
}
.cid-up9apxP5MA .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-up9apxP5MA .content-wrapper {
    padding: 0;
  }
}
.cid-up9apxP5MA .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-up9apxP5MA .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-up9apxP5MA .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-up9apxP5MA .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-up9apxP5MA .mbr-desc,
.cid-up9apxP5MA .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-up9apxP5MA .mbr-section-title,
.cid-up9apxP5MA .mbr-section-btn {
  color: #ffffff;
}
.cid-up96MFBNFx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-up96MFBNFx .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-up96MFBNFx .mbr-fallback-image.disabled {
  display: none;
}
.cid-up96MFBNFx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up96MFBNFx .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-up96MFBNFx .content-wrap .card {
  justify-content: space-between;
}
.cid-up96MFBNFx .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-up96MFBNFx .content-wrapper {
    padding: 0;
  }
}
.cid-up96MFBNFx .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-up96MFBNFx .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-up96MFBNFx .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-up96MFBNFx .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-up96MFBNFx .mbr-desc,
.cid-up96MFBNFx .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-up96MFBNFx .mbr-section-title,
.cid-up96MFBNFx .mbr-section-btn {
  color: #ffffff;
}
.cid-up96MFQq1y {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-up96MFQq1y .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-up96MFQq1y .mbr-fallback-image.disabled {
  display: none;
}
.cid-up96MFQq1y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up96MFQq1y .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-up96MFQq1y .content-wrap .card {
  justify-content: space-between;
}
.cid-up96MFQq1y .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-up96MFQq1y .content-wrapper {
    padding: 0;
  }
}
.cid-up96MFQq1y .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-up96MFQq1y .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-up96MFQq1y .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-up96MFQq1y .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-up96MFQq1y .mbr-desc,
.cid-up96MFQq1y .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-up96MFQq1y .mbr-section-title,
.cid-up96MFQq1y .mbr-section-btn {
  color: #ffffff;
}
.cid-upNrlbHsvD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-upNrlbHsvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNrlbHsvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .container {
    padding: 0 16px;
  }
}
.cid-upNrlbHsvD .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-upNrlbHsvD .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-upNrlbHsvD .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-upNrlbHsvD .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-upNrlbHsvD .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .mbr-section-title {
  color: #ffffff;
}
.cid-upNrlbHsvD .copyright {
  color: #ffffff;
}
.cid-upNrlbHsvD .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .list {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .mbr-section-title,
.cid-upNrlbHsvD .title-wrapper,
.cid-upNrlbHsvD .social-wrapper {
  text-align: center;
}
.cid-up9b3ibqb1 {
  background-color: transparent;
}
.cid-up9b3ibqb1 .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-up9b3ibqb1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-up9b3ibqb1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-up9b3ibqb1 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-up9b3ibqb1 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-up9b3ibqb1 .menu_box .navbar.opened,
  .cid-up9b3ibqb1 .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-up9b3ibqb1 .navbar-dropdown {
  position: relative !important;
}
.cid-up9b3ibqb1 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-up9b3ibqb1 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-up9b3ibqb1 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-up9b3ibqb1 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-up9b3ibqb1 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-up9b3ibqb1 .btn:hover {
  box-shadow: none;
}
.cid-up9b3ibqb1 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-up9b3ibqb1 .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-up9b3ibqb1 .nav-item {
    margin: 0 !important;
  }
}
.cid-up9b3ibqb1 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-up9b3ibqb1 .nav-item .nav-link:hover,
.cid-up9b3ibqb1 .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-up9b3ibqb1 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-up9b3ibqb1 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-up9b3ibqb1 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-up9b3ibqb1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-up9b3ibqb1 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-up9b3ibqb1 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-up9b3ibqb1 .offcanvas_box {
    display: none;
  }
}
.cid-up9b3ibqb1 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-up9b3ibqb1 .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-up9b3ibqb1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-up9b3ibqb1 .container {
  display: flex;
  margin: auto;
}
.cid-up9b3ibqb1 .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-up9b3ibqb1 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-up9b3ibqb1 .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-up9b3ibqb1 .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-up9b3ibqb1 .navbar-nav {
    margin: 0;
  }
}
.cid-up9b3ibqb1 .dropdown-menu,
.cid-up9b3ibqb1 .navbar.opened {
  background-color: false !important;
}
.cid-up9b3ibqb1 .nav-item:focus,
.cid-up9b3ibqb1 .nav-link:focus {
  outline: none;
}
.cid-up9b3ibqb1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-up9b3ibqb1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-up9b3ibqb1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-up9b3ibqb1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-up9b3ibqb1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-up9b3ibqb1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-up9b3ibqb1 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-up9b3ibqb1 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-up9b3ibqb1 .navbar.opened {
  transition: all 0.3s;
}
.cid-up9b3ibqb1 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-up9b3ibqb1 .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-up9b3ibqb1 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-up9b3ibqb1 .navbar.collapsed {
  justify-content: center;
}
.cid-up9b3ibqb1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-up9b3ibqb1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-up9b3ibqb1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-up9b3ibqb1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-up9b3ibqb1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-up9b3ibqb1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-up9b3ibqb1 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-up9b3ibqb1 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-up9b3ibqb1 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-up9b3ibqb1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-up9b3ibqb1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-up9b3ibqb1 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-up9b3ibqb1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-up9b3ibqb1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-up9b3ibqb1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-up9b3ibqb1 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-up9b3ibqb1 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-up9b3ibqb1 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-up9b3ibqb1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-up9b3ibqb1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-up9b3ibqb1 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-up9b3ibqb1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-up9b3ibqb1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-up9b3ibqb1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-up9b3ibqb1 .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-up9b3ibqb1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-up9b3ibqb1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-up9b3ibqb1 .dropdown-item.active,
.cid-up9b3ibqb1 .dropdown-item:active {
  background-color: transparent;
}
.cid-up9b3ibqb1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-up9b3ibqb1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-up9b3ibqb1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-up9b3ibqb1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-up9b3ibqb1 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-up9b3ibqb1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-up9b3ibqb1 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-up9b3ibqb1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-up9b3ibqb1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-up9b3ibqb1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up9b3ibqb1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up9b3ibqb1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-up9b3ibqb1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up9b3ibqb1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-up9b3ibqb1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-up9b3ibqb1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up9b3ibqb1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-up9b3ibqb1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-up9b3ibqb1 .navbar {
    height: 70px;
  }
  .cid-up9b3ibqb1 .navbar.opened {
    height: auto;
  }
  .cid-up9b3ibqb1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-up9b3ibqb1 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-up9b3ibqb1 .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-up9b3ibqb1 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-up9b3ibqb1 .text_widget {
  margin-bottom: 32px;
}
.cid-up9b3ibqb1 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-up9b3ibqb1 .text_widget a:hover,
.cid-up9b3ibqb1 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-up9b3ibqb1 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-up9b3ibqb1 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-up9b3ibqb1 .navbar-caption {
  color: #000000;
}
.cid-up9b3ibqb1 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-up9b3ibqb1 .mbr-section-subtitle,
.cid-up9b3ibqb1 .text_widget,
.cid-up9b3ibqb1 .mbr-section-btn {
  text-align: center;
}
.cid-up9b3ibqb1 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-up9b3iwZ71 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-up9b3iwZ71 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-up9b3iwZ71 .mbr-fallback-image.disabled {
  display: none;
}
.cid-up9b3iwZ71 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up9b3iwZ71 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-up9b3iwZ71 .content-wrap .card {
  justify-content: space-between;
}
.cid-up9b3iwZ71 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-up9b3iwZ71 .content-wrapper {
    padding: 0;
  }
}
.cid-up9b3iwZ71 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-up9b3iwZ71 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-up9b3iwZ71 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-up9b3iwZ71 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-up9b3iwZ71 .mbr-desc,
.cid-up9b3iwZ71 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-up9b3iwZ71 .mbr-section-title,
.cid-up9b3iwZ71 .mbr-section-btn {
  color: #ffffff;
}
.cid-up9b3joHZP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #0aa3c2;
}
.cid-up9b3joHZP .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-up9b3joHZP .mbr-fallback-image.disabled {
  display: none;
}
.cid-up9b3joHZP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up9b3joHZP .content-wrap {
  margin: 0;
}
.cid-up9b3joHZP .content-wrap .card {
  padding: 0;
}
.cid-up9b3joHZP .image-wrapper {
  height: 100%;
  border-right: 1px solid #150764;
}
@media (max-width: 992px) {
  .cid-up9b3joHZP .image-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
.cid-up9b3joHZP .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-up9b3joHZP .image-wrapper img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-up9b3joHZP .content-wrapper {
  padding: 190px 72px;
  height: 100%;
}
@media (max-width: 1640px) {
  .cid-up9b3joHZP .content-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .cid-up9b3joHZP .content-wrapper {
    padding: 40px 0;
  }
}
.cid-up9b3joHZP .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 8px 16px;
  background-color: #b7140b;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-up9b3joHZP .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 16px;
  }
}
.cid-up9b3joHZP .content-wrapper .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-up9b3joHZP .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-up9b3joHZP .mbr-section-title {
  color: #f4f2ef;
}
.cid-up9b3joHZP .mbr-desc,
.cid-up9b3joHZP .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-up9b3joHZP .mbr-section-title,
.cid-up9b3joHZP .mbr-section-btn {
  text-align: center;
}
.cid-up9b3jDPm1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-up9b3jDPm1 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-up9b3jDPm1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-up9b3jDPm1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up9b3jDPm1 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-up9b3jDPm1 .content-wrap .card {
  justify-content: space-between;
}
.cid-up9b3jDPm1 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-up9b3jDPm1 .content-wrapper {
    padding: 0;
  }
}
.cid-up9b3jDPm1 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-up9b3jDPm1 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-up9b3jDPm1 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-up9b3jDPm1 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-up9b3jDPm1 .mbr-desc,
.cid-up9b3jDPm1 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-up9b3jDPm1 .mbr-section-title,
.cid-up9b3jDPm1 .mbr-section-btn {
  color: #ffffff;
}
.cid-up9b3jUG05 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #0aa3c2;
}
.cid-up9b3jUG05 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-up9b3jUG05 .mbr-fallback-image.disabled {
  display: none;
}
.cid-up9b3jUG05 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up9b3jUG05 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-up9b3jUG05 .content-wrap .card {
  justify-content: space-between;
}
.cid-up9b3jUG05 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-up9b3jUG05 .content-wrapper {
    padding: 0;
  }
}
.cid-up9b3jUG05 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-up9b3jUG05 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-up9b3jUG05 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-up9b3jUG05 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-up9b3jUG05 .mbr-desc,
.cid-up9b3jUG05 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-up9b3jUG05 .mbr-section-title,
.cid-up9b3jUG05 .mbr-section-btn {
  color: #ffffff;
}
.cid-up9b3k9jGT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-up9b3k9jGT .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-up9b3k9jGT .mbr-fallback-image.disabled {
  display: none;
}
.cid-up9b3k9jGT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up9b3k9jGT .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-up9b3k9jGT .content-wrap .card {
  justify-content: space-between;
}
.cid-up9b3k9jGT .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-up9b3k9jGT .content-wrapper {
    padding: 0;
  }
}
.cid-up9b3k9jGT .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-up9b3k9jGT .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-up9b3k9jGT .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-up9b3k9jGT .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-up9b3k9jGT .mbr-desc,
.cid-up9b3k9jGT .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-up9b3k9jGT .mbr-section-title,
.cid-up9b3k9jGT .mbr-section-btn {
  color: #ffffff;
}
.cid-up9b3krioe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-up9b3krioe .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-up9b3krioe .mbr-fallback-image.disabled {
  display: none;
}
.cid-up9b3krioe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up9b3krioe .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-up9b3krioe .content-wrap .card {
  justify-content: space-between;
}
.cid-up9b3krioe .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-up9b3krioe .content-wrapper {
    padding: 0;
  }
}
.cid-up9b3krioe .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-up9b3krioe .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-up9b3krioe .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-up9b3krioe .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-up9b3krioe .mbr-desc,
.cid-up9b3krioe .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-up9b3krioe .mbr-section-title,
.cid-up9b3krioe .mbr-section-btn {
  color: #ffffff;
}
.cid-up9b3kGCve {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-up9b3kGCve .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-up9b3kGCve .mbr-fallback-image.disabled {
  display: none;
}
.cid-up9b3kGCve .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up9b3kGCve .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-up9b3kGCve .content-wrap .card {
  justify-content: space-between;
}
.cid-up9b3kGCve .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-up9b3kGCve .content-wrapper {
    padding: 0;
  }
}
.cid-up9b3kGCve .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-up9b3kGCve .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-up9b3kGCve .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-up9b3kGCve .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-up9b3kGCve .mbr-desc,
.cid-up9b3kGCve .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-up9b3kGCve .mbr-section-title,
.cid-up9b3kGCve .mbr-section-btn {
  color: #ffffff;
}
.cid-upNrlbHsvD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-upNrlbHsvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNrlbHsvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .container {
    padding: 0 16px;
  }
}
.cid-upNrlbHsvD .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-upNrlbHsvD .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-upNrlbHsvD .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-upNrlbHsvD .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-upNrlbHsvD .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .mbr-section-title {
  color: #ffffff;
}
.cid-upNrlbHsvD .copyright {
  color: #ffffff;
}
.cid-upNrlbHsvD .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .list {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .mbr-section-title,
.cid-upNrlbHsvD .title-wrapper,
.cid-upNrlbHsvD .social-wrapper {
  text-align: center;
}
.cid-up9cQ84ECZ {
  background-color: transparent;
}
.cid-up9cQ84ECZ .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-up9cQ84ECZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-up9cQ84ECZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-up9cQ84ECZ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-up9cQ84ECZ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-up9cQ84ECZ .menu_box .navbar.opened,
  .cid-up9cQ84ECZ .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-up9cQ84ECZ .navbar-dropdown {
  position: relative !important;
}
.cid-up9cQ84ECZ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-up9cQ84ECZ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-up9cQ84ECZ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-up9cQ84ECZ .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-up9cQ84ECZ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-up9cQ84ECZ .btn:hover {
  box-shadow: none;
}
.cid-up9cQ84ECZ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-up9cQ84ECZ .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-up9cQ84ECZ .nav-item {
    margin: 0 !important;
  }
}
.cid-up9cQ84ECZ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-up9cQ84ECZ .nav-item .nav-link:hover,
.cid-up9cQ84ECZ .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-up9cQ84ECZ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-up9cQ84ECZ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-up9cQ84ECZ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-up9cQ84ECZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-up9cQ84ECZ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-up9cQ84ECZ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-up9cQ84ECZ .offcanvas_box {
    display: none;
  }
}
.cid-up9cQ84ECZ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-up9cQ84ECZ .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-up9cQ84ECZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-up9cQ84ECZ .container {
  display: flex;
  margin: auto;
}
.cid-up9cQ84ECZ .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-up9cQ84ECZ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-up9cQ84ECZ .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-up9cQ84ECZ .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-up9cQ84ECZ .navbar-nav {
    margin: 0;
  }
}
.cid-up9cQ84ECZ .dropdown-menu,
.cid-up9cQ84ECZ .navbar.opened {
  background-color: false !important;
}
.cid-up9cQ84ECZ .nav-item:focus,
.cid-up9cQ84ECZ .nav-link:focus {
  outline: none;
}
.cid-up9cQ84ECZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-up9cQ84ECZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-up9cQ84ECZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-up9cQ84ECZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-up9cQ84ECZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-up9cQ84ECZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-up9cQ84ECZ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-up9cQ84ECZ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-up9cQ84ECZ .navbar.opened {
  transition: all 0.3s;
}
.cid-up9cQ84ECZ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-up9cQ84ECZ .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-up9cQ84ECZ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-up9cQ84ECZ .navbar.collapsed {
  justify-content: center;
}
.cid-up9cQ84ECZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-up9cQ84ECZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-up9cQ84ECZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-up9cQ84ECZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-up9cQ84ECZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-up9cQ84ECZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-up9cQ84ECZ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-up9cQ84ECZ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-up9cQ84ECZ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-up9cQ84ECZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-up9cQ84ECZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-up9cQ84ECZ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-up9cQ84ECZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-up9cQ84ECZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-up9cQ84ECZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-up9cQ84ECZ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-up9cQ84ECZ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-up9cQ84ECZ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-up9cQ84ECZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-up9cQ84ECZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-up9cQ84ECZ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-up9cQ84ECZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-up9cQ84ECZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-up9cQ84ECZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-up9cQ84ECZ .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-up9cQ84ECZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-up9cQ84ECZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-up9cQ84ECZ .dropdown-item.active,
.cid-up9cQ84ECZ .dropdown-item:active {
  background-color: transparent;
}
.cid-up9cQ84ECZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-up9cQ84ECZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-up9cQ84ECZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-up9cQ84ECZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-up9cQ84ECZ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-up9cQ84ECZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-up9cQ84ECZ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-up9cQ84ECZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-up9cQ84ECZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-up9cQ84ECZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up9cQ84ECZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up9cQ84ECZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-up9cQ84ECZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up9cQ84ECZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-up9cQ84ECZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-up9cQ84ECZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up9cQ84ECZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-up9cQ84ECZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-up9cQ84ECZ .navbar {
    height: 70px;
  }
  .cid-up9cQ84ECZ .navbar.opened {
    height: auto;
  }
  .cid-up9cQ84ECZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-up9cQ84ECZ .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-up9cQ84ECZ .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-up9cQ84ECZ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-up9cQ84ECZ .text_widget {
  margin-bottom: 32px;
}
.cid-up9cQ84ECZ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-up9cQ84ECZ .text_widget a:hover,
.cid-up9cQ84ECZ .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-up9cQ84ECZ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-up9cQ84ECZ .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-up9cQ84ECZ .navbar-caption {
  color: #000000;
}
.cid-up9cQ84ECZ .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-up9cQ84ECZ .mbr-section-subtitle,
.cid-up9cQ84ECZ .text_widget,
.cid-up9cQ84ECZ .mbr-section-btn {
  text-align: center;
}
.cid-up9cQ84ECZ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-up9cQ8oYRU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-up9cQ8oYRU .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-up9cQ8oYRU .mbr-fallback-image.disabled {
  display: none;
}
.cid-up9cQ8oYRU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up9cQ8oYRU .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-up9cQ8oYRU .content-wrap .card {
  justify-content: space-between;
}
.cid-up9cQ8oYRU .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-up9cQ8oYRU .content-wrapper {
    padding: 0;
  }
}
.cid-up9cQ8oYRU .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-up9cQ8oYRU .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-up9cQ8oYRU .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-up9cQ8oYRU .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-up9cQ8oYRU .mbr-desc,
.cid-up9cQ8oYRU .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-up9cQ8oYRU .mbr-section-title,
.cid-up9cQ8oYRU .mbr-section-btn {
  color: #ffffff;
}
.cid-up9cQ8F807 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-up9cQ8F807 .mbr-fallback-image.disabled {
  display: none;
}
.cid-up9cQ8F807 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up9cQ8F807 img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border: 2px dashed #f7bc4a;
  border-radius: 8px;
}
.cid-up9cQ8F807 .img-wide {
  height: 50%;
}
.cid-up9cQ8F807 .img-big {
  height: 100%;
}
.cid-up9cQ9uaRw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-up9cQ9uaRw .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-up9cQ9uaRw .mbr-fallback-image.disabled {
  display: none;
}
.cid-up9cQ9uaRw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up9cQ9uaRw .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-up9cQ9uaRw .content-wrap .card {
  justify-content: space-between;
}
.cid-up9cQ9uaRw .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-up9cQ9uaRw .content-wrapper {
    padding: 0;
  }
}
.cid-up9cQ9uaRw .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-up9cQ9uaRw .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-up9cQ9uaRw .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-up9cQ9uaRw .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-up9cQ9uaRw .mbr-desc,
.cid-up9cQ9uaRw .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-up9cQ9uaRw .mbr-section-title,
.cid-up9cQ9uaRw .mbr-section-btn {
  color: #ffffff;
}
.cid-up9dDnQXPe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #0aa3c2;
}
.cid-up9dDnQXPe .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-up9dDnQXPe .mbr-fallback-image.disabled {
  display: none;
}
.cid-up9dDnQXPe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up9dDnQXPe .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-up9dDnQXPe .content-wrap .card {
  justify-content: space-between;
}
.cid-up9dDnQXPe .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-up9dDnQXPe .content-wrapper {
    padding: 0;
  }
}
.cid-up9dDnQXPe .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-up9dDnQXPe .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-up9dDnQXPe .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-up9dDnQXPe .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-up9dDnQXPe .mbr-desc,
.cid-up9dDnQXPe .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-up9dDnQXPe .mbr-section-title,
.cid-up9dDnQXPe .mbr-section-btn {
  color: #ffffff;
}
.cid-up9cQa0F5u {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-up9cQa0F5u .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-up9cQa0F5u .mbr-fallback-image.disabled {
  display: none;
}
.cid-up9cQa0F5u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up9cQa0F5u .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-up9cQa0F5u .content-wrap .card {
  justify-content: space-between;
}
.cid-up9cQa0F5u .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-up9cQa0F5u .content-wrapper {
    padding: 0;
  }
}
.cid-up9cQa0F5u .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-up9cQa0F5u .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-up9cQa0F5u .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-up9cQa0F5u .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-up9cQa0F5u .mbr-desc,
.cid-up9cQa0F5u .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-up9cQa0F5u .mbr-section-title,
.cid-up9cQa0F5u .mbr-section-btn {
  color: #ffffff;
}
.cid-up9cQahv6l {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-up9cQahv6l .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-up9cQahv6l .mbr-fallback-image.disabled {
  display: none;
}
.cid-up9cQahv6l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up9cQahv6l .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-up9cQahv6l .content-wrap .card {
  justify-content: space-between;
}
.cid-up9cQahv6l .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-up9cQahv6l .content-wrapper {
    padding: 0;
  }
}
.cid-up9cQahv6l .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-up9cQahv6l .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-up9cQahv6l .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-up9cQahv6l .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-up9cQahv6l .mbr-desc,
.cid-up9cQahv6l .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-up9cQahv6l .mbr-section-title,
.cid-up9cQahv6l .mbr-section-btn {
  color: #ffffff;
}
.cid-up9cQax57P {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-up9cQax57P .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-up9cQax57P .mbr-fallback-image.disabled {
  display: none;
}
.cid-up9cQax57P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up9cQax57P .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-up9cQax57P .content-wrap .card {
  justify-content: space-between;
}
.cid-up9cQax57P .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-up9cQax57P .content-wrapper {
    padding: 0;
  }
}
.cid-up9cQax57P .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-up9cQax57P .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-up9cQax57P .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-up9cQax57P .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-up9cQax57P .mbr-desc,
.cid-up9cQax57P .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-up9cQax57P .mbr-section-title,
.cid-up9cQax57P .mbr-section-btn {
  color: #ffffff;
}
.cid-upNrlbHsvD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-upNrlbHsvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNrlbHsvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .container {
    padding: 0 16px;
  }
}
.cid-upNrlbHsvD .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-upNrlbHsvD .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-upNrlbHsvD .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-upNrlbHsvD .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-upNrlbHsvD .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .mbr-section-title {
  color: #ffffff;
}
.cid-upNrlbHsvD .copyright {
  color: #ffffff;
}
.cid-upNrlbHsvD .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .list {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .mbr-section-title,
.cid-upNrlbHsvD .title-wrapper,
.cid-upNrlbHsvD .social-wrapper {
  text-align: center;
}
.cid-up9eQAb5xB {
  background-color: transparent;
}
.cid-up9eQAb5xB .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-up9eQAb5xB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-up9eQAb5xB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-up9eQAb5xB .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-up9eQAb5xB .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-up9eQAb5xB .menu_box .navbar.opened,
  .cid-up9eQAb5xB .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-up9eQAb5xB .navbar-dropdown {
  position: relative !important;
}
.cid-up9eQAb5xB .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-up9eQAb5xB .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-up9eQAb5xB .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-up9eQAb5xB .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-up9eQAb5xB .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-up9eQAb5xB .btn:hover {
  box-shadow: none;
}
.cid-up9eQAb5xB .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-up9eQAb5xB .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-up9eQAb5xB .nav-item {
    margin: 0 !important;
  }
}
.cid-up9eQAb5xB .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-up9eQAb5xB .nav-item .nav-link:hover,
.cid-up9eQAb5xB .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-up9eQAb5xB .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-up9eQAb5xB .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-up9eQAb5xB .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-up9eQAb5xB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-up9eQAb5xB .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-up9eQAb5xB .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-up9eQAb5xB .offcanvas_box {
    display: none;
  }
}
.cid-up9eQAb5xB .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-up9eQAb5xB .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-up9eQAb5xB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-up9eQAb5xB .container {
  display: flex;
  margin: auto;
}
.cid-up9eQAb5xB .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-up9eQAb5xB .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-up9eQAb5xB .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-up9eQAb5xB .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-up9eQAb5xB .navbar-nav {
    margin: 0;
  }
}
.cid-up9eQAb5xB .dropdown-menu,
.cid-up9eQAb5xB .navbar.opened {
  background-color: false !important;
}
.cid-up9eQAb5xB .nav-item:focus,
.cid-up9eQAb5xB .nav-link:focus {
  outline: none;
}
.cid-up9eQAb5xB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-up9eQAb5xB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-up9eQAb5xB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-up9eQAb5xB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-up9eQAb5xB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-up9eQAb5xB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-up9eQAb5xB .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-up9eQAb5xB .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-up9eQAb5xB .navbar.opened {
  transition: all 0.3s;
}
.cid-up9eQAb5xB .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-up9eQAb5xB .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-up9eQAb5xB .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-up9eQAb5xB .navbar.collapsed {
  justify-content: center;
}
.cid-up9eQAb5xB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-up9eQAb5xB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-up9eQAb5xB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-up9eQAb5xB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-up9eQAb5xB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-up9eQAb5xB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-up9eQAb5xB .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-up9eQAb5xB .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-up9eQAb5xB .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-up9eQAb5xB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-up9eQAb5xB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-up9eQAb5xB .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-up9eQAb5xB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-up9eQAb5xB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-up9eQAb5xB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-up9eQAb5xB .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-up9eQAb5xB .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-up9eQAb5xB .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-up9eQAb5xB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-up9eQAb5xB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-up9eQAb5xB .navbar .icons-menu {
    padding: 0;
  }
}
.cid-up9eQAb5xB .navbar.navbar-short {
  min-height: 60px;
}
.cid-up9eQAb5xB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-up9eQAb5xB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-up9eQAb5xB .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-up9eQAb5xB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-up9eQAb5xB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-up9eQAb5xB .dropdown-item.active,
.cid-up9eQAb5xB .dropdown-item:active {
  background-color: transparent;
}
.cid-up9eQAb5xB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-up9eQAb5xB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-up9eQAb5xB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-up9eQAb5xB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-up9eQAb5xB ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-up9eQAb5xB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-up9eQAb5xB button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-up9eQAb5xB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-up9eQAb5xB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-up9eQAb5xB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up9eQAb5xB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up9eQAb5xB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-up9eQAb5xB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up9eQAb5xB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-up9eQAb5xB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-up9eQAb5xB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up9eQAb5xB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-up9eQAb5xB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-up9eQAb5xB .navbar {
    height: 70px;
  }
  .cid-up9eQAb5xB .navbar.opened {
    height: auto;
  }
  .cid-up9eQAb5xB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-up9eQAb5xB .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-up9eQAb5xB .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-up9eQAb5xB .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-up9eQAb5xB .text_widget {
  margin-bottom: 32px;
}
.cid-up9eQAb5xB .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-up9eQAb5xB .text_widget a:hover,
.cid-up9eQAb5xB .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-up9eQAb5xB .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-up9eQAb5xB .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-up9eQAb5xB .navbar-caption {
  color: #000000;
}
.cid-up9eQAb5xB .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-up9eQAb5xB .mbr-section-subtitle,
.cid-up9eQAb5xB .text_widget,
.cid-up9eQAb5xB .mbr-section-btn {
  text-align: center;
}
.cid-up9eQAb5xB a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-up9eQAt4xZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-up9eQAt4xZ .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-up9eQAt4xZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-up9eQAt4xZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up9eQAt4xZ .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-up9eQAt4xZ .content-wrap .card {
  justify-content: space-between;
}
.cid-up9eQAt4xZ .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-up9eQAt4xZ .content-wrapper {
    padding: 0;
  }
}
.cid-up9eQAt4xZ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-up9eQAt4xZ .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-up9eQAt4xZ .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-up9eQAt4xZ .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-up9eQAt4xZ .mbr-desc,
.cid-up9eQAt4xZ .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-up9eQAt4xZ .mbr-section-title,
.cid-up9eQAt4xZ .mbr-section-btn {
  color: #ffffff;
}
.cid-up9eQAKSzZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-up9eQAKSzZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-up9eQAKSzZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up9eQAKSzZ img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border: 2px dashed #f7bc4a;
  border-radius: 8px;
}
.cid-up9eQAKSzZ .img-wide {
  height: 50%;
}
.cid-up9eQAKSzZ .img-big {
  height: 100%;
}
.cid-up9eQBy7sX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-up9eQBy7sX .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-up9eQBy7sX .mbr-fallback-image.disabled {
  display: none;
}
.cid-up9eQBy7sX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up9eQBy7sX .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-up9eQBy7sX .content-wrap .card {
  justify-content: space-between;
}
.cid-up9eQBy7sX .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-up9eQBy7sX .content-wrapper {
    padding: 0;
  }
}
.cid-up9eQBy7sX .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-up9eQBy7sX .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-up9eQBy7sX .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-up9eQBy7sX .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-up9eQBy7sX .mbr-desc,
.cid-up9eQBy7sX .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-up9eQBy7sX .mbr-section-title,
.cid-up9eQBy7sX .mbr-section-btn {
  color: #ffffff;
}
.cid-upMLc1wK7I {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/cosplay-contest-2000x965.jpg");
}
.cid-upMLc1wK7I .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-upMLc1wK7I .mbr-fallback-image.disabled {
  display: none;
}
.cid-upMLc1wK7I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upMLc1wK7I .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upMLc1wK7I .content-wrap .card {
  justify-content: space-between;
}
.cid-upMLc1wK7I .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upMLc1wK7I .content-wrapper {
    padding: 0;
  }
}
.cid-upMLc1wK7I .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 16px;
  background-color: #0aa3c2;
}
.cid-upMLc1wK7I .content-wrapper .mbr-section-title {
  margin-bottom: 104px;
}
@media (max-width: 992px) {
  .cid-upMLc1wK7I .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-upMLc1wK7I .content-wrapper .items-wrapper .items-wrap {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-upMLc1wK7I .content-wrapper .items-wrapper .items-wrap .item {
  margin-bottom: 16px;
}
.cid-upMLc1wK7I .content-wrapper .items-wrapper .items-wrap .item .item-wrapper {
  padding: 0 16px;
}
.cid-upMLc1wK7I .content-wrapper .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  height: 160px;
  object-fit: contain;
}
.cid-upMLc1wK7I .mbr-section-title {
  color: #f4f2ef;
}
.cid-upMLc1wK7I .mbr-desc,
.cid-upMLc1wK7I .desc-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-upMLc1wK7I .mbr-section-title,
.cid-upMLc1wK7I .items-wrapper {
  text-align: center;
  color: #FFFFFF;
}
.cid-up9eQC3pr1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-up9eQC3pr1 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-up9eQC3pr1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-up9eQC3pr1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up9eQC3pr1 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-up9eQC3pr1 .content-wrap .card {
  justify-content: space-between;
}
.cid-up9eQC3pr1 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-up9eQC3pr1 .content-wrapper {
    padding: 0;
  }
}
.cid-up9eQC3pr1 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-up9eQC3pr1 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-up9eQC3pr1 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-up9eQC3pr1 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-up9eQC3pr1 .mbr-desc,
.cid-up9eQC3pr1 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-up9eQC3pr1 .mbr-section-title,
.cid-up9eQC3pr1 .mbr-section-btn {
  color: #ffffff;
}
.cid-up9eQCk4tq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-up9eQCk4tq .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-up9eQCk4tq .mbr-fallback-image.disabled {
  display: none;
}
.cid-up9eQCk4tq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up9eQCk4tq .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-up9eQCk4tq .content-wrap .card {
  justify-content: space-between;
}
.cid-up9eQCk4tq .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-up9eQCk4tq .content-wrapper {
    padding: 0;
  }
}
.cid-up9eQCk4tq .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-up9eQCk4tq .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-up9eQCk4tq .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-up9eQCk4tq .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-up9eQCk4tq .mbr-desc,
.cid-up9eQCk4tq .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-up9eQCk4tq .mbr-section-title,
.cid-up9eQCk4tq .mbr-section-btn {
  color: #ffffff;
}
.cid-up9eQCCP12 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-up9eQCCP12 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-up9eQCCP12 .mbr-fallback-image.disabled {
  display: none;
}
.cid-up9eQCCP12 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up9eQCCP12 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-up9eQCCP12 .content-wrap .card {
  justify-content: space-between;
}
.cid-up9eQCCP12 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-up9eQCCP12 .content-wrapper {
    padding: 0;
  }
}
.cid-up9eQCCP12 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-up9eQCCP12 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-up9eQCCP12 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-up9eQCCP12 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-up9eQCCP12 .mbr-desc,
.cid-up9eQCCP12 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-up9eQCCP12 .mbr-section-title,
.cid-up9eQCCP12 .mbr-section-btn {
  color: #ffffff;
}
.cid-upNrlbHsvD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-upNrlbHsvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNrlbHsvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .container {
    padding: 0 16px;
  }
}
.cid-upNrlbHsvD .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-upNrlbHsvD .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-upNrlbHsvD .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-upNrlbHsvD .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-upNrlbHsvD .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .mbr-section-title {
  color: #ffffff;
}
.cid-upNrlbHsvD .copyright {
  color: #ffffff;
}
.cid-upNrlbHsvD .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .list {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .mbr-section-title,
.cid-upNrlbHsvD .title-wrapper,
.cid-upNrlbHsvD .social-wrapper {
  text-align: center;
}
.cid-up9haqR3c4 {
  background-color: transparent;
}
.cid-up9haqR3c4 .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-up9haqR3c4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-up9haqR3c4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-up9haqR3c4 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-up9haqR3c4 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-up9haqR3c4 .menu_box .navbar.opened,
  .cid-up9haqR3c4 .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-up9haqR3c4 .navbar-dropdown {
  position: relative !important;
}
.cid-up9haqR3c4 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-up9haqR3c4 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-up9haqR3c4 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-up9haqR3c4 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-up9haqR3c4 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-up9haqR3c4 .btn:hover {
  box-shadow: none;
}
.cid-up9haqR3c4 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-up9haqR3c4 .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-up9haqR3c4 .nav-item {
    margin: 0 !important;
  }
}
.cid-up9haqR3c4 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-up9haqR3c4 .nav-item .nav-link:hover,
.cid-up9haqR3c4 .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-up9haqR3c4 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-up9haqR3c4 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-up9haqR3c4 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-up9haqR3c4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-up9haqR3c4 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-up9haqR3c4 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-up9haqR3c4 .offcanvas_box {
    display: none;
  }
}
.cid-up9haqR3c4 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-up9haqR3c4 .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-up9haqR3c4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-up9haqR3c4 .container {
  display: flex;
  margin: auto;
}
.cid-up9haqR3c4 .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-up9haqR3c4 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-up9haqR3c4 .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-up9haqR3c4 .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-up9haqR3c4 .navbar-nav {
    margin: 0;
  }
}
.cid-up9haqR3c4 .dropdown-menu,
.cid-up9haqR3c4 .navbar.opened {
  background-color: false !important;
}
.cid-up9haqR3c4 .nav-item:focus,
.cid-up9haqR3c4 .nav-link:focus {
  outline: none;
}
.cid-up9haqR3c4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-up9haqR3c4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-up9haqR3c4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-up9haqR3c4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-up9haqR3c4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-up9haqR3c4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-up9haqR3c4 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-up9haqR3c4 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-up9haqR3c4 .navbar.opened {
  transition: all 0.3s;
}
.cid-up9haqR3c4 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-up9haqR3c4 .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-up9haqR3c4 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-up9haqR3c4 .navbar.collapsed {
  justify-content: center;
}
.cid-up9haqR3c4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-up9haqR3c4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-up9haqR3c4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-up9haqR3c4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-up9haqR3c4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-up9haqR3c4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-up9haqR3c4 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-up9haqR3c4 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-up9haqR3c4 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-up9haqR3c4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-up9haqR3c4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-up9haqR3c4 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-up9haqR3c4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-up9haqR3c4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-up9haqR3c4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-up9haqR3c4 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-up9haqR3c4 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-up9haqR3c4 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-up9haqR3c4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-up9haqR3c4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-up9haqR3c4 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-up9haqR3c4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-up9haqR3c4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-up9haqR3c4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-up9haqR3c4 .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-up9haqR3c4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-up9haqR3c4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-up9haqR3c4 .dropdown-item.active,
.cid-up9haqR3c4 .dropdown-item:active {
  background-color: transparent;
}
.cid-up9haqR3c4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-up9haqR3c4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-up9haqR3c4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-up9haqR3c4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-up9haqR3c4 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-up9haqR3c4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-up9haqR3c4 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-up9haqR3c4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-up9haqR3c4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-up9haqR3c4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up9haqR3c4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up9haqR3c4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-up9haqR3c4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up9haqR3c4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-up9haqR3c4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-up9haqR3c4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up9haqR3c4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-up9haqR3c4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-up9haqR3c4 .navbar {
    height: 70px;
  }
  .cid-up9haqR3c4 .navbar.opened {
    height: auto;
  }
  .cid-up9haqR3c4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-up9haqR3c4 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-up9haqR3c4 .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-up9haqR3c4 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-up9haqR3c4 .text_widget {
  margin-bottom: 32px;
}
.cid-up9haqR3c4 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-up9haqR3c4 .text_widget a:hover,
.cid-up9haqR3c4 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-up9haqR3c4 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-up9haqR3c4 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-up9haqR3c4 .navbar-caption {
  color: #000000;
}
.cid-up9haqR3c4 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-up9haqR3c4 .mbr-section-subtitle,
.cid-up9haqR3c4 .text_widget,
.cid-up9haqR3c4 .mbr-section-btn {
  text-align: center;
}
.cid-up9haqR3c4 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-up9harbLWA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-up9harbLWA .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-up9harbLWA .mbr-fallback-image.disabled {
  display: none;
}
.cid-up9harbLWA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up9harbLWA .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-up9harbLWA .content-wrap .card {
  justify-content: space-between;
}
.cid-up9harbLWA .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-up9harbLWA .content-wrapper {
    padding: 0;
  }
}
.cid-up9harbLWA .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-up9harbLWA .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-up9harbLWA .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-up9harbLWA .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-up9harbLWA .mbr-desc,
.cid-up9harbLWA .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-up9harbLWA .mbr-section-title,
.cid-up9harbLWA .mbr-section-btn {
  color: #ffffff;
}
.cid-up9harqYnC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-up9harqYnC .mbr-fallback-image.disabled {
  display: none;
}
.cid-up9harqYnC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up9harqYnC img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border: 2px dashed #f7bc4a;
  border-radius: 8px;
}
.cid-up9harqYnC .img-wide {
  height: 50%;
}
.cid-up9harqYnC .img-big {
  height: 100%;
}
.cid-up9harGlTj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-up9harGlTj .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-up9harGlTj .mbr-fallback-image.disabled {
  display: none;
}
.cid-up9harGlTj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up9harGlTj .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-up9harGlTj .content-wrap .card {
  justify-content: space-between;
}
.cid-up9harGlTj .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-up9harGlTj .content-wrapper {
    padding: 0;
  }
}
.cid-up9harGlTj .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-up9harGlTj .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-up9harGlTj .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-up9harGlTj .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-up9harGlTj .mbr-desc,
.cid-up9harGlTj .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-up9harGlTj .mbr-section-title,
.cid-up9harGlTj .mbr-section-btn {
  color: #ffffff;
}
.cid-up9harWTh1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #0aa3c2;
}
.cid-up9harWTh1 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-up9harWTh1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-up9harWTh1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up9harWTh1 .content-wrap {
  margin: 0;
}
.cid-up9harWTh1 .content-wrap .card {
  padding: 0;
}
.cid-up9harWTh1 .image-wrapper {
  height: 100%;
  border-right: 1px solid #150764;
}
@media (max-width: 992px) {
  .cid-up9harWTh1 .image-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
.cid-up9harWTh1 .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-up9harWTh1 .image-wrapper img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-up9harWTh1 .content-wrapper {
  padding: 190px 72px;
  height: 100%;
}
@media (max-width: 1640px) {
  .cid-up9harWTh1 .content-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .cid-up9harWTh1 .content-wrapper {
    padding: 40px 0;
  }
}
.cid-up9harWTh1 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 8px 16px;
  background-color: #b7140b;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-up9harWTh1 .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 16px;
  }
}
.cid-up9harWTh1 .content-wrapper .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-up9harWTh1 .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-up9harWTh1 .mbr-section-title {
  color: #f4f2ef;
}
.cid-up9harWTh1 .mbr-desc,
.cid-up9harWTh1 .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-up9harWTh1 .mbr-section-title,
.cid-up9harWTh1 .mbr-section-btn {
  text-align: center;
}
.cid-up9hasLAKQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-up9hasLAKQ .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-up9hasLAKQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-up9hasLAKQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up9hasLAKQ .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-up9hasLAKQ .content-wrap .card {
  justify-content: space-between;
}
.cid-up9hasLAKQ .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-up9hasLAKQ .content-wrapper {
    padding: 0;
  }
}
.cid-up9hasLAKQ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-up9hasLAKQ .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-up9hasLAKQ .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-up9hasLAKQ .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-up9hasLAKQ .mbr-desc,
.cid-up9hasLAKQ .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-up9hasLAKQ .mbr-section-title,
.cid-up9hasLAKQ .mbr-section-btn {
  color: #ffffff;
}
.cid-up9hat10Q7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-up9hat10Q7 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-up9hat10Q7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-up9hat10Q7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up9hat10Q7 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-up9hat10Q7 .content-wrap .card {
  justify-content: space-between;
}
.cid-up9hat10Q7 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-up9hat10Q7 .content-wrapper {
    padding: 0;
  }
}
.cid-up9hat10Q7 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-up9hat10Q7 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-up9hat10Q7 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-up9hat10Q7 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-up9hat10Q7 .mbr-desc,
.cid-up9hat10Q7 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-up9hat10Q7 .mbr-section-title,
.cid-up9hat10Q7 .mbr-section-btn {
  color: #ffffff;
}
.cid-up9hathUKD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-up9hathUKD .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-up9hathUKD .mbr-fallback-image.disabled {
  display: none;
}
.cid-up9hathUKD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up9hathUKD .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-up9hathUKD .content-wrap .card {
  justify-content: space-between;
}
.cid-up9hathUKD .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-up9hathUKD .content-wrapper {
    padding: 0;
  }
}
.cid-up9hathUKD .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-up9hathUKD .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-up9hathUKD .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-up9hathUKD .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-up9hathUKD .mbr-desc,
.cid-up9hathUKD .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-up9hathUKD .mbr-section-title,
.cid-up9hathUKD .mbr-section-btn {
  color: #ffffff;
}
.cid-upNrlbHsvD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-upNrlbHsvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNrlbHsvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .container {
    padding: 0 16px;
  }
}
.cid-upNrlbHsvD .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-upNrlbHsvD .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-upNrlbHsvD .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-upNrlbHsvD .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-upNrlbHsvD .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .mbr-section-title {
  color: #ffffff;
}
.cid-upNrlbHsvD .copyright {
  color: #ffffff;
}
.cid-upNrlbHsvD .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .list {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .mbr-section-title,
.cid-upNrlbHsvD .title-wrapper,
.cid-upNrlbHsvD .social-wrapper {
  text-align: center;
}
.cid-up9iN81XaR {
  background-color: transparent;
}
.cid-up9iN81XaR .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-up9iN81XaR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-up9iN81XaR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-up9iN81XaR .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-up9iN81XaR .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-up9iN81XaR .menu_box .navbar.opened,
  .cid-up9iN81XaR .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-up9iN81XaR .navbar-dropdown {
  position: relative !important;
}
.cid-up9iN81XaR .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-up9iN81XaR .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-up9iN81XaR .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-up9iN81XaR .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-up9iN81XaR .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-up9iN81XaR .btn:hover {
  box-shadow: none;
}
.cid-up9iN81XaR .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-up9iN81XaR .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-up9iN81XaR .nav-item {
    margin: 0 !important;
  }
}
.cid-up9iN81XaR .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-up9iN81XaR .nav-item .nav-link:hover,
.cid-up9iN81XaR .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-up9iN81XaR .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-up9iN81XaR .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-up9iN81XaR .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-up9iN81XaR .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-up9iN81XaR .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-up9iN81XaR .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-up9iN81XaR .offcanvas_box {
    display: none;
  }
}
.cid-up9iN81XaR .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-up9iN81XaR .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-up9iN81XaR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-up9iN81XaR .container {
  display: flex;
  margin: auto;
}
.cid-up9iN81XaR .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-up9iN81XaR .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-up9iN81XaR .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-up9iN81XaR .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-up9iN81XaR .navbar-nav {
    margin: 0;
  }
}
.cid-up9iN81XaR .dropdown-menu,
.cid-up9iN81XaR .navbar.opened {
  background-color: false !important;
}
.cid-up9iN81XaR .nav-item:focus,
.cid-up9iN81XaR .nav-link:focus {
  outline: none;
}
.cid-up9iN81XaR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-up9iN81XaR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-up9iN81XaR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-up9iN81XaR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-up9iN81XaR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-up9iN81XaR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-up9iN81XaR .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-up9iN81XaR .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-up9iN81XaR .navbar.opened {
  transition: all 0.3s;
}
.cid-up9iN81XaR .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-up9iN81XaR .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-up9iN81XaR .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-up9iN81XaR .navbar.collapsed {
  justify-content: center;
}
.cid-up9iN81XaR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-up9iN81XaR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-up9iN81XaR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-up9iN81XaR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-up9iN81XaR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-up9iN81XaR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-up9iN81XaR .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-up9iN81XaR .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-up9iN81XaR .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-up9iN81XaR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-up9iN81XaR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-up9iN81XaR .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-up9iN81XaR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-up9iN81XaR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-up9iN81XaR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-up9iN81XaR .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-up9iN81XaR .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-up9iN81XaR .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-up9iN81XaR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-up9iN81XaR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-up9iN81XaR .navbar .icons-menu {
    padding: 0;
  }
}
.cid-up9iN81XaR .navbar.navbar-short {
  min-height: 60px;
}
.cid-up9iN81XaR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-up9iN81XaR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-up9iN81XaR .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-up9iN81XaR .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-up9iN81XaR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-up9iN81XaR .dropdown-item.active,
.cid-up9iN81XaR .dropdown-item:active {
  background-color: transparent;
}
.cid-up9iN81XaR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-up9iN81XaR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-up9iN81XaR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-up9iN81XaR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-up9iN81XaR ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-up9iN81XaR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-up9iN81XaR button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-up9iN81XaR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-up9iN81XaR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-up9iN81XaR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up9iN81XaR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up9iN81XaR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-up9iN81XaR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up9iN81XaR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-up9iN81XaR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-up9iN81XaR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up9iN81XaR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-up9iN81XaR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-up9iN81XaR .navbar {
    height: 70px;
  }
  .cid-up9iN81XaR .navbar.opened {
    height: auto;
  }
  .cid-up9iN81XaR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-up9iN81XaR .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-up9iN81XaR .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-up9iN81XaR .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-up9iN81XaR .text_widget {
  margin-bottom: 32px;
}
.cid-up9iN81XaR .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-up9iN81XaR .text_widget a:hover,
.cid-up9iN81XaR .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-up9iN81XaR .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-up9iN81XaR .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-up9iN81XaR .navbar-caption {
  color: #000000;
}
.cid-up9iN81XaR .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-up9iN81XaR .mbr-section-subtitle,
.cid-up9iN81XaR .text_widget,
.cid-up9iN81XaR .mbr-section-btn {
  text-align: center;
}
.cid-up9iN81XaR a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-up9iN8lsbH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-up9iN8lsbH .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-up9iN8lsbH .mbr-fallback-image.disabled {
  display: none;
}
.cid-up9iN8lsbH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up9iN8lsbH .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-up9iN8lsbH .content-wrap .card {
  justify-content: space-between;
}
.cid-up9iN8lsbH .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-up9iN8lsbH .content-wrapper {
    padding: 0;
  }
}
.cid-up9iN8lsbH .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-up9iN8lsbH .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-up9iN8lsbH .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-up9iN8lsbH .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-up9iN8lsbH .mbr-desc,
.cid-up9iN8lsbH .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-up9iN8lsbH .mbr-section-title,
.cid-up9iN8lsbH .mbr-section-btn {
  color: #ffffff;
}
.cid-up9iN9oYK4 {
  position: relative;
  overflow: hidden;
  background-color: #b7140b;
}
.cid-up9iN9oYK4 .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-up9iN9oYK4 .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-up9iN9oYK4 .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #0aa3c2;
  z-index: 1;
}
.cid-up9iN9oYK4 .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #b7140b;
}
.cid-up9iN9oYK4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-up9iN9oYK4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up9iN9oYK4 .row {
  position: relative;
  z-index: 2;
}
.cid-up9iN9oYK4 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-up9iN9oYK4 .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-up9iN9oYK4 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-up9iN9oYK4 .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-up9iN9oYK4 .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-up9iN9oYK4 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-up9iN9oYK4 .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-up9iN9oYK4 .image-wrapper {
    margin-top: 46px;
  }
}
.cid-up9iN9oYK4 .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-up9iN9oYK4 .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-up9iN9oYK4 .mbr-section-title {
  color: #ffffff;
}
.cid-up9iN9oYK4 .mbr-text {
  color: #51565c;
}
.cid-up9iN9oYK4 .mbr-text,
.cid-up9iN9oYK4 .text-wrapper {
  text-align: center;
  color: #000000;
}
.cid-up9iNa0gtL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-up9iNa0gtL .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-up9iNa0gtL .mbr-fallback-image.disabled {
  display: none;
}
.cid-up9iNa0gtL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up9iNa0gtL .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-up9iNa0gtL .content-wrap .card {
  justify-content: space-between;
}
.cid-up9iNa0gtL .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-up9iNa0gtL .content-wrapper {
    padding: 0;
  }
}
.cid-up9iNa0gtL .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-up9iNa0gtL .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-up9iNa0gtL .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-up9iNa0gtL .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-up9iNa0gtL .mbr-desc,
.cid-up9iNa0gtL .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-up9iNa0gtL .mbr-section-title,
.cid-up9iNa0gtL .mbr-section-btn {
  color: #ffffff;
}
.cid-up9iNahlap {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-up9iNahlap .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-up9iNahlap .mbr-fallback-image.disabled {
  display: none;
}
.cid-up9iNahlap .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up9iNahlap .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-up9iNahlap .content-wrap .card {
  justify-content: space-between;
}
.cid-up9iNahlap .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-up9iNahlap .content-wrapper {
    padding: 0;
  }
}
.cid-up9iNahlap .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-up9iNahlap .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-up9iNahlap .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-up9iNahlap .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-up9iNahlap .mbr-desc,
.cid-up9iNahlap .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-up9iNahlap .mbr-section-title,
.cid-up9iNahlap .mbr-section-btn {
  color: #ffffff;
}
.cid-up9iNazbGr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-up9iNazbGr .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-up9iNazbGr .mbr-fallback-image.disabled {
  display: none;
}
.cid-up9iNazbGr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up9iNazbGr .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-up9iNazbGr .content-wrap .card {
  justify-content: space-between;
}
.cid-up9iNazbGr .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-up9iNazbGr .content-wrapper {
    padding: 0;
  }
}
.cid-up9iNazbGr .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-up9iNazbGr .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-up9iNazbGr .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-up9iNazbGr .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-up9iNazbGr .mbr-desc,
.cid-up9iNazbGr .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-up9iNazbGr .mbr-section-title,
.cid-up9iNazbGr .mbr-section-btn {
  color: #ffffff;
}
.cid-upNrlbHsvD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-upNrlbHsvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNrlbHsvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .container {
    padding: 0 16px;
  }
}
.cid-upNrlbHsvD .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-upNrlbHsvD .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-upNrlbHsvD .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-upNrlbHsvD .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-upNrlbHsvD .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .mbr-section-title {
  color: #ffffff;
}
.cid-upNrlbHsvD .copyright {
  color: #ffffff;
}
.cid-upNrlbHsvD .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .list {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .mbr-section-title,
.cid-upNrlbHsvD .title-wrapper,
.cid-upNrlbHsvD .social-wrapper {
  text-align: center;
}
.cid-up9kGjq8Tr {
  background-color: transparent;
}
.cid-up9kGjq8Tr .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-up9kGjq8Tr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-up9kGjq8Tr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-up9kGjq8Tr .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-up9kGjq8Tr .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-up9kGjq8Tr .menu_box .navbar.opened,
  .cid-up9kGjq8Tr .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-up9kGjq8Tr .navbar-dropdown {
  position: relative !important;
}
.cid-up9kGjq8Tr .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-up9kGjq8Tr .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-up9kGjq8Tr .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-up9kGjq8Tr .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-up9kGjq8Tr .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-up9kGjq8Tr .btn:hover {
  box-shadow: none;
}
.cid-up9kGjq8Tr .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-up9kGjq8Tr .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-up9kGjq8Tr .nav-item {
    margin: 0 !important;
  }
}
.cid-up9kGjq8Tr .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-up9kGjq8Tr .nav-item .nav-link:hover,
.cid-up9kGjq8Tr .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-up9kGjq8Tr .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-up9kGjq8Tr .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-up9kGjq8Tr .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-up9kGjq8Tr .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-up9kGjq8Tr .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-up9kGjq8Tr .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-up9kGjq8Tr .offcanvas_box {
    display: none;
  }
}
.cid-up9kGjq8Tr .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-up9kGjq8Tr .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-up9kGjq8Tr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-up9kGjq8Tr .container {
  display: flex;
  margin: auto;
}
.cid-up9kGjq8Tr .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-up9kGjq8Tr .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-up9kGjq8Tr .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-up9kGjq8Tr .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-up9kGjq8Tr .navbar-nav {
    margin: 0;
  }
}
.cid-up9kGjq8Tr .dropdown-menu,
.cid-up9kGjq8Tr .navbar.opened {
  background-color: false !important;
}
.cid-up9kGjq8Tr .nav-item:focus,
.cid-up9kGjq8Tr .nav-link:focus {
  outline: none;
}
.cid-up9kGjq8Tr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-up9kGjq8Tr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-up9kGjq8Tr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-up9kGjq8Tr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-up9kGjq8Tr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-up9kGjq8Tr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-up9kGjq8Tr .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-up9kGjq8Tr .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-up9kGjq8Tr .navbar.opened {
  transition: all 0.3s;
}
.cid-up9kGjq8Tr .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-up9kGjq8Tr .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-up9kGjq8Tr .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-up9kGjq8Tr .navbar.collapsed {
  justify-content: center;
}
.cid-up9kGjq8Tr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-up9kGjq8Tr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-up9kGjq8Tr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-up9kGjq8Tr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-up9kGjq8Tr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-up9kGjq8Tr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-up9kGjq8Tr .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-up9kGjq8Tr .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-up9kGjq8Tr .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-up9kGjq8Tr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-up9kGjq8Tr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-up9kGjq8Tr .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-up9kGjq8Tr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-up9kGjq8Tr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-up9kGjq8Tr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-up9kGjq8Tr .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-up9kGjq8Tr .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-up9kGjq8Tr .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-up9kGjq8Tr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-up9kGjq8Tr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-up9kGjq8Tr .navbar .icons-menu {
    padding: 0;
  }
}
.cid-up9kGjq8Tr .navbar.navbar-short {
  min-height: 60px;
}
.cid-up9kGjq8Tr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-up9kGjq8Tr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-up9kGjq8Tr .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-up9kGjq8Tr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-up9kGjq8Tr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-up9kGjq8Tr .dropdown-item.active,
.cid-up9kGjq8Tr .dropdown-item:active {
  background-color: transparent;
}
.cid-up9kGjq8Tr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-up9kGjq8Tr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-up9kGjq8Tr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-up9kGjq8Tr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-up9kGjq8Tr ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-up9kGjq8Tr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-up9kGjq8Tr button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-up9kGjq8Tr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-up9kGjq8Tr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-up9kGjq8Tr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up9kGjq8Tr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up9kGjq8Tr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-up9kGjq8Tr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up9kGjq8Tr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-up9kGjq8Tr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-up9kGjq8Tr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up9kGjq8Tr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-up9kGjq8Tr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-up9kGjq8Tr .navbar {
    height: 70px;
  }
  .cid-up9kGjq8Tr .navbar.opened {
    height: auto;
  }
  .cid-up9kGjq8Tr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-up9kGjq8Tr .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-up9kGjq8Tr .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-up9kGjq8Tr .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-up9kGjq8Tr .text_widget {
  margin-bottom: 32px;
}
.cid-up9kGjq8Tr .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-up9kGjq8Tr .text_widget a:hover,
.cid-up9kGjq8Tr .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-up9kGjq8Tr .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-up9kGjq8Tr .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-up9kGjq8Tr .navbar-caption {
  color: #000000;
}
.cid-up9kGjq8Tr .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-up9kGjq8Tr .mbr-section-subtitle,
.cid-up9kGjq8Tr .text_widget,
.cid-up9kGjq8Tr .mbr-section-btn {
  text-align: center;
}
.cid-up9kGjq8Tr a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-up9kGjJTIa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-up9kGjJTIa .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-up9kGjJTIa .mbr-fallback-image.disabled {
  display: none;
}
.cid-up9kGjJTIa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up9kGjJTIa .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-up9kGjJTIa .content-wrap .card {
  justify-content: space-between;
}
.cid-up9kGjJTIa .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-up9kGjJTIa .content-wrapper {
    padding: 0;
  }
}
.cid-up9kGjJTIa .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-up9kGjJTIa .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-up9kGjJTIa .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-up9kGjJTIa .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-up9kGjJTIa .mbr-desc,
.cid-up9kGjJTIa .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-up9kGjJTIa .mbr-section-title,
.cid-up9kGjJTIa .mbr-section-btn {
  color: #ffffff;
}
.cid-up9kGjYRSz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-up9kGjYRSz .mbr-fallback-image.disabled {
  display: none;
}
.cid-up9kGjYRSz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up9kGjYRSz img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border: 2px dashed #f7bc4a;
  border-radius: 8px;
}
.cid-up9kGjYRSz .img-wide {
  height: 50%;
}
.cid-up9kGjYRSz .img-big {
  height: 100%;
}
.cid-up9kGkeUIq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-up9kGkeUIq .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-up9kGkeUIq .mbr-fallback-image.disabled {
  display: none;
}
.cid-up9kGkeUIq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up9kGkeUIq .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-up9kGkeUIq .content-wrap .card {
  justify-content: space-between;
}
.cid-up9kGkeUIq .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-up9kGkeUIq .content-wrapper {
    padding: 0;
  }
}
.cid-up9kGkeUIq .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-up9kGkeUIq .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-up9kGkeUIq .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-up9kGkeUIq .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-up9kGkeUIq .mbr-desc,
.cid-up9kGkeUIq .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-up9kGkeUIq .mbr-section-title,
.cid-up9kGkeUIq .mbr-section-btn {
  color: #ffffff;
}
.cid-uyX7aelCYc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #1e88e5;
}
.cid-uyX7aelCYc .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uyX7aelCYc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyX7aelCYc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyX7aelCYc .content-wrap {
  margin: 0;
}
.cid-uyX7aelCYc .content-wrap .card {
  padding: 0;
}
.cid-uyX7aelCYc .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  overflow: hidden;
  background-color: #0aa3c2;
  padding: 40px 32px;
}
@media (max-width: 1640px) {
  .cid-uyX7aelCYc .image-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uyX7aelCYc .image-wrapper {
    padding: 40px 0;
  }
}
.cid-uyX7aelCYc .image-wrapper img {
  height: 620px;
  width: 620px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1640px) {
  .cid-uyX7aelCYc .image-wrapper img {
    height: 550px;
    width: 550px;
  }
}
@media (max-width: 1200px) {
  .cid-uyX7aelCYc .image-wrapper img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uyX7aelCYc .image-wrapper img {
    height: 250px;
    width: 250px;
  }
}
.cid-uyX7aelCYc .content-wrapper {
  padding: 40px 72px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 1640px) {
  .cid-uyX7aelCYc .content-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uyX7aelCYc .content-wrapper {
    padding: 40px 0;
  }
}
.cid-uyX7aelCYc .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uyX7aelCYc .content-wrapper .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uyX7aelCYc .content-wrapper .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uyX7aelCYc .mbr-section-title {
  color: #150764;
}
.cid-uyX7aelCYc .mbr-text {
  color: #150764;
}
.cid-uyX7aelCYc .mbr-text,
.cid-uyX7aelCYc .text-wrap {
  text-align: center;
}
.cid-uyX7aelCYc .mbr-section-title,
.cid-uyX7aelCYc .mbr-section-btn {
  text-align: center;
}
.cid-up9kGlPq1h {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-up9kGlPq1h .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-up9kGlPq1h .mbr-fallback-image.disabled {
  display: none;
}
.cid-up9kGlPq1h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up9kGlPq1h .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-up9kGlPq1h .content-wrap .card {
  justify-content: space-between;
}
.cid-up9kGlPq1h .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-up9kGlPq1h .content-wrapper {
    padding: 0;
  }
}
.cid-up9kGlPq1h .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-up9kGlPq1h .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-up9kGlPq1h .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-up9kGlPq1h .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-up9kGlPq1h .mbr-desc,
.cid-up9kGlPq1h .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-up9kGlPq1h .mbr-section-title,
.cid-up9kGlPq1h .mbr-section-btn {
  color: #ffffff;
}
.cid-up9kGm7zDh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-up9kGm7zDh .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-up9kGm7zDh .mbr-fallback-image.disabled {
  display: none;
}
.cid-up9kGm7zDh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up9kGm7zDh .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-up9kGm7zDh .content-wrap .card {
  justify-content: space-between;
}
.cid-up9kGm7zDh .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-up9kGm7zDh .content-wrapper {
    padding: 0;
  }
}
.cid-up9kGm7zDh .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-up9kGm7zDh .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-up9kGm7zDh .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-up9kGm7zDh .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-up9kGm7zDh .mbr-desc,
.cid-up9kGm7zDh .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-up9kGm7zDh .mbr-section-title,
.cid-up9kGm7zDh .mbr-section-btn {
  color: #ffffff;
}
.cid-up9kGmoOVQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-up9kGmoOVQ .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-up9kGmoOVQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-up9kGmoOVQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up9kGmoOVQ .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-up9kGmoOVQ .content-wrap .card {
  justify-content: space-between;
}
.cid-up9kGmoOVQ .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-up9kGmoOVQ .content-wrapper {
    padding: 0;
  }
}
.cid-up9kGmoOVQ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-up9kGmoOVQ .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-up9kGmoOVQ .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-up9kGmoOVQ .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-up9kGmoOVQ .mbr-desc,
.cid-up9kGmoOVQ .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-up9kGmoOVQ .mbr-section-title,
.cid-up9kGmoOVQ .mbr-section-btn {
  color: #ffffff;
}
.cid-upNrlbHsvD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-upNrlbHsvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNrlbHsvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .container {
    padding: 0 16px;
  }
}
.cid-upNrlbHsvD .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-upNrlbHsvD .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-upNrlbHsvD .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-upNrlbHsvD .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-upNrlbHsvD .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .mbr-section-title {
  color: #ffffff;
}
.cid-upNrlbHsvD .copyright {
  color: #ffffff;
}
.cid-upNrlbHsvD .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .list {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .mbr-section-title,
.cid-upNrlbHsvD .title-wrapper,
.cid-upNrlbHsvD .social-wrapper {
  text-align: center;
}
.cid-up9mpWwG7t {
  background-color: transparent;
}
.cid-up9mpWwG7t .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-up9mpWwG7t .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-up9mpWwG7t .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-up9mpWwG7t .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-up9mpWwG7t .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-up9mpWwG7t .menu_box .navbar.opened,
  .cid-up9mpWwG7t .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-up9mpWwG7t .navbar-dropdown {
  position: relative !important;
}
.cid-up9mpWwG7t .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-up9mpWwG7t .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-up9mpWwG7t .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-up9mpWwG7t .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-up9mpWwG7t .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-up9mpWwG7t .btn:hover {
  box-shadow: none;
}
.cid-up9mpWwG7t .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-up9mpWwG7t .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-up9mpWwG7t .nav-item {
    margin: 0 !important;
  }
}
.cid-up9mpWwG7t .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-up9mpWwG7t .nav-item .nav-link:hover,
.cid-up9mpWwG7t .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-up9mpWwG7t .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-up9mpWwG7t .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-up9mpWwG7t .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-up9mpWwG7t .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-up9mpWwG7t .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-up9mpWwG7t .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-up9mpWwG7t .offcanvas_box {
    display: none;
  }
}
.cid-up9mpWwG7t .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-up9mpWwG7t .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-up9mpWwG7t .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-up9mpWwG7t .container {
  display: flex;
  margin: auto;
}
.cid-up9mpWwG7t .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-up9mpWwG7t .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-up9mpWwG7t .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-up9mpWwG7t .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-up9mpWwG7t .navbar-nav {
    margin: 0;
  }
}
.cid-up9mpWwG7t .dropdown-menu,
.cid-up9mpWwG7t .navbar.opened {
  background-color: false !important;
}
.cid-up9mpWwG7t .nav-item:focus,
.cid-up9mpWwG7t .nav-link:focus {
  outline: none;
}
.cid-up9mpWwG7t .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-up9mpWwG7t .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-up9mpWwG7t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-up9mpWwG7t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-up9mpWwG7t .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-up9mpWwG7t .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-up9mpWwG7t .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-up9mpWwG7t .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-up9mpWwG7t .navbar.opened {
  transition: all 0.3s;
}
.cid-up9mpWwG7t .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-up9mpWwG7t .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-up9mpWwG7t .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-up9mpWwG7t .navbar.collapsed {
  justify-content: center;
}
.cid-up9mpWwG7t .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-up9mpWwG7t .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-up9mpWwG7t .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-up9mpWwG7t .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-up9mpWwG7t .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-up9mpWwG7t .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-up9mpWwG7t .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-up9mpWwG7t .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-up9mpWwG7t .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-up9mpWwG7t .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-up9mpWwG7t .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-up9mpWwG7t .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-up9mpWwG7t .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-up9mpWwG7t .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-up9mpWwG7t .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-up9mpWwG7t .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-up9mpWwG7t .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-up9mpWwG7t .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-up9mpWwG7t .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-up9mpWwG7t .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-up9mpWwG7t .navbar .icons-menu {
    padding: 0;
  }
}
.cid-up9mpWwG7t .navbar.navbar-short {
  min-height: 60px;
}
.cid-up9mpWwG7t .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-up9mpWwG7t .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-up9mpWwG7t .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-up9mpWwG7t .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-up9mpWwG7t .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-up9mpWwG7t .dropdown-item.active,
.cid-up9mpWwG7t .dropdown-item:active {
  background-color: transparent;
}
.cid-up9mpWwG7t .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-up9mpWwG7t .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-up9mpWwG7t .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-up9mpWwG7t .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-up9mpWwG7t ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-up9mpWwG7t .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-up9mpWwG7t button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-up9mpWwG7t button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-up9mpWwG7t button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-up9mpWwG7t button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up9mpWwG7t button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-up9mpWwG7t button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-up9mpWwG7t nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up9mpWwG7t nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-up9mpWwG7t nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-up9mpWwG7t nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up9mpWwG7t a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-up9mpWwG7t .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-up9mpWwG7t .navbar {
    height: 70px;
  }
  .cid-up9mpWwG7t .navbar.opened {
    height: auto;
  }
  .cid-up9mpWwG7t .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-up9mpWwG7t .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-up9mpWwG7t .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-up9mpWwG7t .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-up9mpWwG7t .text_widget {
  margin-bottom: 32px;
}
.cid-up9mpWwG7t .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-up9mpWwG7t .text_widget a:hover,
.cid-up9mpWwG7t .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-up9mpWwG7t .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-up9mpWwG7t .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-up9mpWwG7t .navbar-caption {
  color: #000000;
}
.cid-up9mpWwG7t .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-up9mpWwG7t .mbr-section-subtitle,
.cid-up9mpWwG7t .text_widget,
.cid-up9mpWwG7t .mbr-section-btn {
  text-align: center;
}
.cid-up9mpWwG7t a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-up9mpWRFjk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-up9mpWRFjk .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-up9mpWRFjk .mbr-fallback-image.disabled {
  display: none;
}
.cid-up9mpWRFjk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up9mpWRFjk .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-up9mpWRFjk .content-wrap .card {
  justify-content: space-between;
}
.cid-up9mpWRFjk .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-up9mpWRFjk .content-wrapper {
    padding: 0;
  }
}
.cid-up9mpWRFjk .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-up9mpWRFjk .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-up9mpWRFjk .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-up9mpWRFjk .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-up9mpWRFjk .mbr-desc,
.cid-up9mpWRFjk .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-up9mpWRFjk .mbr-section-title,
.cid-up9mpWRFjk .mbr-section-btn {
  color: #ffffff;
}
.cid-up9mpX6ndZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-up9mpX6ndZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-up9mpX6ndZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up9mpX6ndZ img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border: 2px dashed #f7bc4a;
  border-radius: 8px;
}
.cid-up9mpX6ndZ .img-wide {
  height: 50%;
}
.cid-up9mpX6ndZ .img-big {
  height: 100%;
}
.cid-up9mpXmApa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-up9mpXmApa .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-up9mpXmApa .mbr-fallback-image.disabled {
  display: none;
}
.cid-up9mpXmApa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up9mpXmApa .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-up9mpXmApa .content-wrap .card {
  justify-content: space-between;
}
.cid-up9mpXmApa .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-up9mpXmApa .content-wrapper {
    padding: 0;
  }
}
.cid-up9mpXmApa .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-up9mpXmApa .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-up9mpXmApa .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-up9mpXmApa .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-up9mpXmApa .mbr-desc,
.cid-up9mpXmApa .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-up9mpXmApa .mbr-section-title,
.cid-up9mpXmApa .mbr-section-btn {
  color: #ffffff;
}
.cid-up9mpXCyjj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #0aa3c2;
}
.cid-up9mpXCyjj .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-up9mpXCyjj .mbr-fallback-image.disabled {
  display: none;
}
.cid-up9mpXCyjj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up9mpXCyjj .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-up9mpXCyjj .content-wrap .card {
  justify-content: space-between;
}
.cid-up9mpXCyjj .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-up9mpXCyjj .content-wrapper {
    padding: 0;
  }
}
.cid-up9mpXCyjj .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-up9mpXCyjj .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-up9mpXCyjj .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-up9mpXCyjj .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-up9mpXCyjj .mbr-desc,
.cid-up9mpXCyjj .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-up9mpXCyjj .mbr-section-title,
.cid-up9mpXCyjj .mbr-section-btn {
  color: #ffffff;
}
.cid-up9n8Bnzyf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #0aa3c2;
}
.cid-up9n8Bnzyf .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-up9n8Bnzyf .mbr-fallback-image.disabled {
  display: none;
}
.cid-up9n8Bnzyf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up9n8Bnzyf .content-wrap {
  margin: 0;
}
.cid-up9n8Bnzyf .content-wrap .card {
  padding: 0;
}
.cid-up9n8Bnzyf .google-map {
  height: 100%;
  border-right: 1px solid #000000;
  border-right: none;
  border-left: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-up9n8Bnzyf .google-map {
    border-right: none;
    border-bottom: 1px solid #000000;
  }
}
@media (max-width: 992px) {
  .cid-up9n8Bnzyf .google-map {
    border-left: none;
    border-bottom: 1px solid #000000;
  }
}
.cid-up9n8Bnzyf .google-map iframe {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-up9n8Bnzyf .google-map iframe {
    height: 350px;
    object-fit: cover;
  }
}
.cid-up9n8Bnzyf .content-wrapper {
  padding: 190px 72px;
}
@media (max-width: 1640px) {
  .cid-up9n8Bnzyf .content-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .cid-up9n8Bnzyf .content-wrapper {
    padding: 40px 0;
  }
}
.cid-up9n8Bnzyf .content-wrapper .title-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-up9n8Bnzyf .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-up9n8Bnzyf .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-up9n8Bnzyf .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-up9n8Bnzyf .content-wrapper .contacts-wrapper {
  margin-bottom: 40px;
}
.cid-up9n8Bnzyf .content-wrapper .contacts-wrapper .mbr-desc {
  margin-bottom: 12px;
}
.cid-up9n8Bnzyf .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-up9n8Bnzyf .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-up9n8Bnzyf .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-up9n8Bnzyf .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #000000;
}
.cid-up9n8Bnzyf .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-up9n8Bnzyf .mbr-section-title {
  color: #150764;
}
.cid-up9n8Bnzyf .mbr-desc {
  color: #150764;
}
.cid-up9n8Bnzyf .item-desc {
  color: #ffffff;
}
.cid-up9n8Bnzyf .list {
  color: #150764;
}
.cid-up9n8Bnzyf .mbr-section-title,
.cid-up9n8Bnzyf .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-up9n8Bnzyf .mbr-desc,
.cid-up9n8Bnzyf .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-up9n8Bnzyf .list,
.cid-up9n8Bnzyf .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-up9mpXR7os {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-up9mpXR7os .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-up9mpXR7os .mbr-fallback-image.disabled {
  display: none;
}
.cid-up9mpXR7os .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up9mpXR7os .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-up9mpXR7os .content-wrap .card {
  justify-content: space-between;
}
.cid-up9mpXR7os .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-up9mpXR7os .content-wrapper {
    padding: 0;
  }
}
.cid-up9mpXR7os .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-up9mpXR7os .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-up9mpXR7os .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-up9mpXR7os .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-up9mpXR7os .mbr-desc,
.cid-up9mpXR7os .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-up9mpXR7os .mbr-section-title,
.cid-up9mpXR7os .mbr-section-btn {
  color: #ffffff;
}
.cid-up9mpY9ElJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-up9mpY9ElJ .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-up9mpY9ElJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-up9mpY9ElJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up9mpY9ElJ .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-up9mpY9ElJ .content-wrap .card {
  justify-content: space-between;
}
.cid-up9mpY9ElJ .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-up9mpY9ElJ .content-wrapper {
    padding: 0;
  }
}
.cid-up9mpY9ElJ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-up9mpY9ElJ .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-up9mpY9ElJ .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-up9mpY9ElJ .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-up9mpY9ElJ .mbr-desc,
.cid-up9mpY9ElJ .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-up9mpY9ElJ .mbr-section-title,
.cid-up9mpY9ElJ .mbr-section-btn {
  color: #ffffff;
}
.cid-up9mpYodMV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-up9mpYodMV .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-up9mpYodMV .mbr-fallback-image.disabled {
  display: none;
}
.cid-up9mpYodMV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up9mpYodMV .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-up9mpYodMV .content-wrap .card {
  justify-content: space-between;
}
.cid-up9mpYodMV .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-up9mpYodMV .content-wrapper {
    padding: 0;
  }
}
.cid-up9mpYodMV .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-up9mpYodMV .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-up9mpYodMV .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-up9mpYodMV .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-up9mpYodMV .mbr-desc,
.cid-up9mpYodMV .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-up9mpYodMV .mbr-section-title,
.cid-up9mpYodMV .mbr-section-btn {
  color: #ffffff;
}
.cid-upNrlbHsvD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-upNrlbHsvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNrlbHsvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .container {
    padding: 0 16px;
  }
}
.cid-upNrlbHsvD .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-upNrlbHsvD .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-upNrlbHsvD .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-upNrlbHsvD .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-upNrlbHsvD .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .mbr-section-title {
  color: #ffffff;
}
.cid-upNrlbHsvD .copyright {
  color: #ffffff;
}
.cid-upNrlbHsvD .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .list {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .mbr-section-title,
.cid-upNrlbHsvD .title-wrapper,
.cid-upNrlbHsvD .social-wrapper {
  text-align: center;
}
.cid-upCC2Af5CX {
  background-color: transparent;
}
.cid-upCC2Af5CX .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-upCC2Af5CX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-upCC2Af5CX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upCC2Af5CX .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-upCC2Af5CX .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-upCC2Af5CX .menu_box .navbar.opened,
  .cid-upCC2Af5CX .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-upCC2Af5CX .navbar-dropdown {
  position: relative !important;
}
.cid-upCC2Af5CX .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-upCC2Af5CX .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-upCC2Af5CX .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-upCC2Af5CX .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-upCC2Af5CX .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-upCC2Af5CX .btn:hover {
  box-shadow: none;
}
.cid-upCC2Af5CX .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-upCC2Af5CX .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-upCC2Af5CX .nav-item {
    margin: 0 !important;
  }
}
.cid-upCC2Af5CX .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-upCC2Af5CX .nav-item .nav-link:hover,
.cid-upCC2Af5CX .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-upCC2Af5CX .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-upCC2Af5CX .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-upCC2Af5CX .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-upCC2Af5CX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-upCC2Af5CX .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-upCC2Af5CX .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-upCC2Af5CX .offcanvas_box {
    display: none;
  }
}
.cid-upCC2Af5CX .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-upCC2Af5CX .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-upCC2Af5CX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-upCC2Af5CX .container {
  display: flex;
  margin: auto;
}
.cid-upCC2Af5CX .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-upCC2Af5CX .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-upCC2Af5CX .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-upCC2Af5CX .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-upCC2Af5CX .navbar-nav {
    margin: 0;
  }
}
.cid-upCC2Af5CX .dropdown-menu,
.cid-upCC2Af5CX .navbar.opened {
  background-color: false !important;
}
.cid-upCC2Af5CX .nav-item:focus,
.cid-upCC2Af5CX .nav-link:focus {
  outline: none;
}
.cid-upCC2Af5CX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upCC2Af5CX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upCC2Af5CX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upCC2Af5CX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upCC2Af5CX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upCC2Af5CX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upCC2Af5CX .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-upCC2Af5CX .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-upCC2Af5CX .navbar.opened {
  transition: all 0.3s;
}
.cid-upCC2Af5CX .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-upCC2Af5CX .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-upCC2Af5CX .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-upCC2Af5CX .navbar.collapsed {
  justify-content: center;
}
.cid-upCC2Af5CX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upCC2Af5CX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-upCC2Af5CX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upCC2Af5CX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upCC2Af5CX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upCC2Af5CX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-upCC2Af5CX .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-upCC2Af5CX .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-upCC2Af5CX .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-upCC2Af5CX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upCC2Af5CX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upCC2Af5CX .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-upCC2Af5CX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upCC2Af5CX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-upCC2Af5CX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upCC2Af5CX .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-upCC2Af5CX .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-upCC2Af5CX .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-upCC2Af5CX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-upCC2Af5CX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upCC2Af5CX .navbar .icons-menu {
    padding: 0;
  }
}
.cid-upCC2Af5CX .navbar.navbar-short {
  min-height: 60px;
}
.cid-upCC2Af5CX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upCC2Af5CX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upCC2Af5CX .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-upCC2Af5CX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-upCC2Af5CX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upCC2Af5CX .dropdown-item.active,
.cid-upCC2Af5CX .dropdown-item:active {
  background-color: transparent;
}
.cid-upCC2Af5CX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-upCC2Af5CX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upCC2Af5CX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upCC2Af5CX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upCC2Af5CX ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-upCC2Af5CX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upCC2Af5CX button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-upCC2Af5CX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-upCC2Af5CX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upCC2Af5CX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upCC2Af5CX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upCC2Af5CX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upCC2Af5CX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upCC2Af5CX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upCC2Af5CX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upCC2Af5CX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upCC2Af5CX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-upCC2Af5CX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upCC2Af5CX .navbar {
    height: 70px;
  }
  .cid-upCC2Af5CX .navbar.opened {
    height: auto;
  }
  .cid-upCC2Af5CX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upCC2Af5CX .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-upCC2Af5CX .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-upCC2Af5CX .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-upCC2Af5CX .text_widget {
  margin-bottom: 32px;
}
.cid-upCC2Af5CX .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-upCC2Af5CX .text_widget a:hover,
.cid-upCC2Af5CX .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-upCC2Af5CX .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-upCC2Af5CX .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-upCC2Af5CX .navbar-caption {
  color: #000000;
}
.cid-upCC2Af5CX .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-upCC2Af5CX .mbr-section-subtitle,
.cid-upCC2Af5CX .text_widget,
.cid-upCC2Af5CX .mbr-section-btn {
  text-align: center;
}
.cid-upCC2Af5CX a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-upCC2Aznzm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upCC2Aznzm .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upCC2Aznzm .mbr-fallback-image.disabled {
  display: none;
}
.cid-upCC2Aznzm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upCC2Aznzm .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upCC2Aznzm .content-wrap .card {
  justify-content: space-between;
}
.cid-upCC2Aznzm .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upCC2Aznzm .content-wrapper {
    padding: 0;
  }
}
.cid-upCC2Aznzm .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upCC2Aznzm .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upCC2Aznzm .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upCC2Aznzm .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upCC2Aznzm .mbr-desc,
.cid-upCC2Aznzm .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upCC2Aznzm .mbr-section-title,
.cid-upCC2Aznzm .mbr-section-btn {
  color: #ffffff;
}
.cid-upCC2APXpA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-upCC2APXpA .mbr-fallback-image.disabled {
  display: none;
}
.cid-upCC2APXpA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upCC2APXpA img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border: 2px dashed #f7bc4a;
  border-radius: 8px;
}
.cid-upCC2APXpA .img-wide {
  height: 50%;
}
.cid-upCC2APXpA .img-big {
  height: 100%;
}
.cid-upCC2B45Qg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upCC2B45Qg .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upCC2B45Qg .mbr-fallback-image.disabled {
  display: none;
}
.cid-upCC2B45Qg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upCC2B45Qg .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upCC2B45Qg .content-wrap .card {
  justify-content: space-between;
}
.cid-upCC2B45Qg .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upCC2B45Qg .content-wrapper {
    padding: 0;
  }
}
.cid-upCC2B45Qg .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upCC2B45Qg .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upCC2B45Qg .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upCC2B45Qg .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upCC2B45Qg .mbr-desc,
.cid-upCC2B45Qg .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upCC2B45Qg .mbr-section-title,
.cid-upCC2B45Qg .mbr-section-btn {
  color: #ffffff;
}
.cid-upCC2BiKe6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upCC2BiKe6 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upCC2BiKe6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upCC2BiKe6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upCC2BiKe6 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upCC2BiKe6 .content-wrap .card {
  justify-content: space-between;
}
.cid-upCC2BiKe6 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upCC2BiKe6 .content-wrapper {
    padding: 0;
  }
}
.cid-upCC2BiKe6 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upCC2BiKe6 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upCC2BiKe6 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upCC2BiKe6 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upCC2BiKe6 .mbr-desc,
.cid-upCC2BiKe6 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upCC2BiKe6 .mbr-section-title,
.cid-upCC2BiKe6 .mbr-section-btn {
  color: #ffffff;
}
.cid-upCC2BzCoo {
  position: relative;
  overflow: hidden;
  background-color: #1e88e5;
}
.cid-upCC2BzCoo .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-upCC2BzCoo .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-upCC2BzCoo .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #0aa3c2;
  z-index: 1;
}
.cid-upCC2BzCoo .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #1e88e5;
}
.cid-upCC2BzCoo .mbr-fallback-image.disabled {
  display: none;
}
.cid-upCC2BzCoo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upCC2BzCoo .row {
  position: relative;
  z-index: 2;
}
.cid-upCC2BzCoo .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-upCC2BzCoo .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-upCC2BzCoo .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-upCC2BzCoo .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-upCC2BzCoo .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-upCC2BzCoo .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-upCC2BzCoo .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-upCC2BzCoo .image-wrapper {
    margin-top: 46px;
  }
}
.cid-upCC2BzCoo .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-upCC2BzCoo .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-upCC2BzCoo .mbr-section-title {
  color: #ffffff;
}
.cid-upCC2BzCoo .mbr-text {
  color: #51565c;
}
.cid-upCC2BzCoo .mbr-text,
.cid-upCC2BzCoo .text-wrapper {
  text-align: center;
  color: #000000;
}
.cid-upCEFdUWYk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1e88e5;
  position: relative;
}
.cid-upCEFdUWYk .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4188ff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-upCEFdUWYk .mbr-section-head {
  width: 100%;
  margin-bottom: 3.4vw;
}
@media (max-width: 767px) {
  .cid-upCEFdUWYk .mbr-section-head {
    margin-bottom: 6.93vw;
  }
}
.cid-upCEFdUWYk .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
.cid-upCEFdUWYk .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-upCEFdUWYk .item {
  display: flex;
  align-items: stretch;
  margin-bottom: 1.4vw;
  overflow: visible;
}
@media (max-width: 767px) {
  .cid-upCEFdUWYk .item {
    margin-bottom: 0.75rem;
  }
}
.cid-upCEFdUWYk .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: 0.3s all;
  overflow: visible;
}
.cid-upCEFdUWYk .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 26px;
  overflow: hidden;
  transition: 0.3s all;
  border: 1px solid #ffffff;
}
.cid-upCEFdUWYk .item-img:hover {
  transform: translateY(-3px);
}
.cid-upCEFdUWYk .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-upCEFdUWYk .item-content {
  width: 100%;
  margin-top: 1.75rem;
}
.cid-upCEFdUWYk .item-title {
  color: #ffffff;
  margin-right: auto;
  width: 100%;
  text-align: center;
}
.cid-upCEFdUWYk .mbr-text {
  color: #000000;
  margin-top: 0.75rem;
}
.cid-upCEFdUWYk .mbr-section-btn {
  margin-top: 1rem;
}
.cid-upCEFdUWYk .mbr-text,
.cid-upCEFdUWYk .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-upCC2C7a8f {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upCC2C7a8f .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upCC2C7a8f .mbr-fallback-image.disabled {
  display: none;
}
.cid-upCC2C7a8f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upCC2C7a8f .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upCC2C7a8f .content-wrap .card {
  justify-content: space-between;
}
.cid-upCC2C7a8f .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upCC2C7a8f .content-wrapper {
    padding: 0;
  }
}
.cid-upCC2C7a8f .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upCC2C7a8f .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upCC2C7a8f .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upCC2C7a8f .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upCC2C7a8f .mbr-desc,
.cid-upCC2C7a8f .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upCC2C7a8f .mbr-section-title,
.cid-upCC2C7a8f .mbr-section-btn {
  color: #ffffff;
}
.cid-upCHBXBnrc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  position: relative;
  background-color: #0aa3c2;
}
.cid-upCHBXBnrc .decor-wrap_1 {
  position: absolute;
  top: 2rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #0aa3c2 0, #b7140b 43%, #0aa3c2 100%);
}
.cid-upCHBXBnrc .decor-wrap_2 {
  position: absolute;
  top: 20%;
  right: -4rem;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #0aa3c2 0, #b7140b 43%, #0aa3c2 100%);
}
.cid-upCHBXBnrc .decor-wrap_3 {
  position: absolute;
  bottom: -35%;
  left: -10rem;
  width: 539px;
  height: 539px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #0aa3c2 0, #b7140b 43%, #0aa3c2 100%);
}
.cid-upCHBXBnrc .mbr-fallback-image.disabled {
  display: none;
}
.cid-upCHBXBnrc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-upCHBXBnrc .container {
    padding: 0 30px;
  }
}
.cid-upCHBXBnrc .row {
  position: relative;
  z-index: 1;
  justify-content: center;
}
.cid-upCHBXBnrc .image-wrapper {
  background-color: #000000;
  padding: 40px 40px 40px 0;
}
@media (max-width: 992px) {
  .cid-upCHBXBnrc .image-wrapper {
    padding: 20px 20px 20px 0;
  }
}
.cid-upCHBXBnrc .image-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-upCHBXBnrc .image-wrapper img {
    height: 350px;
  }
}
.cid-upCC2CpAIV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-upCC2CpAIV .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upCC2CpAIV .mbr-fallback-image.disabled {
  display: none;
}
.cid-upCC2CpAIV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upCC2CpAIV .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upCC2CpAIV .content-wrap .card {
  justify-content: space-between;
}
.cid-upCC2CpAIV .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upCC2CpAIV .content-wrapper {
    padding: 0;
  }
}
.cid-upCC2CpAIV .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upCC2CpAIV .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upCC2CpAIV .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upCC2CpAIV .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upCC2CpAIV .mbr-desc,
.cid-upCC2CpAIV .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upCC2CpAIV .mbr-section-title,
.cid-upCC2CpAIV .mbr-section-btn {
  color: #ffffff;
}
.cid-upCC2CGCrB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upCC2CGCrB .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upCC2CGCrB .mbr-fallback-image.disabled {
  display: none;
}
.cid-upCC2CGCrB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upCC2CGCrB .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upCC2CGCrB .content-wrap .card {
  justify-content: space-between;
}
.cid-upCC2CGCrB .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upCC2CGCrB .content-wrapper {
    padding: 0;
  }
}
.cid-upCC2CGCrB .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upCC2CGCrB .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upCC2CGCrB .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upCC2CGCrB .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upCC2CGCrB .mbr-desc,
.cid-upCC2CGCrB .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upCC2CGCrB .mbr-section-title,
.cid-upCC2CGCrB .mbr-section-btn {
  color: #ffffff;
}
.cid-upNrlbHsvD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-upNrlbHsvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNrlbHsvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .container {
    padding: 0 16px;
  }
}
.cid-upNrlbHsvD .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-upNrlbHsvD .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-upNrlbHsvD .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-upNrlbHsvD .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-upNrlbHsvD .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .mbr-section-title {
  color: #ffffff;
}
.cid-upNrlbHsvD .copyright {
  color: #ffffff;
}
.cid-upNrlbHsvD .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .list {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .mbr-section-title,
.cid-upNrlbHsvD .title-wrapper,
.cid-upNrlbHsvD .social-wrapper {
  text-align: center;
}
.cid-upMftB3eXJ {
  background-color: transparent;
}
.cid-upMftB3eXJ .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-upMftB3eXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-upMftB3eXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upMftB3eXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-upMftB3eXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-upMftB3eXJ .menu_box .navbar.opened,
  .cid-upMftB3eXJ .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-upMftB3eXJ .navbar-dropdown {
  position: relative !important;
}
.cid-upMftB3eXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-upMftB3eXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-upMftB3eXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-upMftB3eXJ .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-upMftB3eXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-upMftB3eXJ .btn:hover {
  box-shadow: none;
}
.cid-upMftB3eXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-upMftB3eXJ .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-upMftB3eXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-upMftB3eXJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-upMftB3eXJ .nav-item .nav-link:hover,
.cid-upMftB3eXJ .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-upMftB3eXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-upMftB3eXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-upMftB3eXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-upMftB3eXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-upMftB3eXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-upMftB3eXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-upMftB3eXJ .offcanvas_box {
    display: none;
  }
}
.cid-upMftB3eXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-upMftB3eXJ .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-upMftB3eXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-upMftB3eXJ .container {
  display: flex;
  margin: auto;
}
.cid-upMftB3eXJ .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-upMftB3eXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-upMftB3eXJ .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-upMftB3eXJ .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-upMftB3eXJ .navbar-nav {
    margin: 0;
  }
}
.cid-upMftB3eXJ .dropdown-menu,
.cid-upMftB3eXJ .navbar.opened {
  background-color: false !important;
}
.cid-upMftB3eXJ .nav-item:focus,
.cid-upMftB3eXJ .nav-link:focus {
  outline: none;
}
.cid-upMftB3eXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upMftB3eXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upMftB3eXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upMftB3eXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upMftB3eXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upMftB3eXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upMftB3eXJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-upMftB3eXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-upMftB3eXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-upMftB3eXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-upMftB3eXJ .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-upMftB3eXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-upMftB3eXJ .navbar.collapsed {
  justify-content: center;
}
.cid-upMftB3eXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upMftB3eXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-upMftB3eXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upMftB3eXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upMftB3eXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upMftB3eXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-upMftB3eXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-upMftB3eXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-upMftB3eXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-upMftB3eXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upMftB3eXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upMftB3eXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-upMftB3eXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upMftB3eXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-upMftB3eXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upMftB3eXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-upMftB3eXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-upMftB3eXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-upMftB3eXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-upMftB3eXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upMftB3eXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-upMftB3eXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-upMftB3eXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upMftB3eXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upMftB3eXJ .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-upMftB3eXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-upMftB3eXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upMftB3eXJ .dropdown-item.active,
.cid-upMftB3eXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-upMftB3eXJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-upMftB3eXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upMftB3eXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upMftB3eXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upMftB3eXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-upMftB3eXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upMftB3eXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-upMftB3eXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-upMftB3eXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upMftB3eXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upMftB3eXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upMftB3eXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upMftB3eXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upMftB3eXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upMftB3eXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upMftB3eXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upMftB3eXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-upMftB3eXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upMftB3eXJ .navbar {
    height: 70px;
  }
  .cid-upMftB3eXJ .navbar.opened {
    height: auto;
  }
  .cid-upMftB3eXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upMftB3eXJ .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-upMftB3eXJ .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-upMftB3eXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-upMftB3eXJ .text_widget {
  margin-bottom: 32px;
}
.cid-upMftB3eXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-upMftB3eXJ .text_widget a:hover,
.cid-upMftB3eXJ .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-upMftB3eXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-upMftB3eXJ .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-upMftB3eXJ .navbar-caption {
  color: #000000;
}
.cid-upMftB3eXJ .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-upMftB3eXJ .mbr-section-subtitle,
.cid-upMftB3eXJ .text_widget,
.cid-upMftB3eXJ .mbr-section-btn {
  text-align: center;
}
.cid-upMftB3eXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-upMftBLdPU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upMftBLdPU .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upMftBLdPU .mbr-fallback-image.disabled {
  display: none;
}
.cid-upMftBLdPU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upMftBLdPU .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upMftBLdPU .content-wrap .card {
  justify-content: space-between;
}
.cid-upMftBLdPU .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upMftBLdPU .content-wrapper {
    padding: 0;
  }
}
.cid-upMftBLdPU .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upMftBLdPU .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upMftBLdPU .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upMftBLdPU .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upMftBLdPU .mbr-desc,
.cid-upMftBLdPU .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upMftBLdPU .mbr-section-title,
.cid-upMftBLdPU .mbr-section-btn {
  color: #ffffff;
}
.cid-upMftDqGen {
  position: relative;
  overflow: hidden;
  background-color: #b7140b;
}
.cid-upMftDqGen .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-upMftDqGen .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-upMftDqGen .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #0aa3c2;
  z-index: 1;
}
.cid-upMftDqGen .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #b7140b;
}
.cid-upMftDqGen .mbr-fallback-image.disabled {
  display: none;
}
.cid-upMftDqGen .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upMftDqGen .row {
  position: relative;
  z-index: 2;
}
.cid-upMftDqGen .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-upMftDqGen .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-upMftDqGen .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-upMftDqGen .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-upMftDqGen .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-upMftDqGen .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-upMftDqGen .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-upMftDqGen .image-wrapper {
    margin-top: 46px;
  }
}
.cid-upMftDqGen .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-upMftDqGen .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-upMftDqGen .mbr-section-title {
  color: #ffffff;
}
.cid-upMftDqGen .mbr-text {
  color: #51565c;
}
.cid-upMftDqGen .mbr-text,
.cid-upMftDqGen .text-wrapper {
  text-align: center;
  color: #000000;
}
.cid-upMftE1pg5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upMftE1pg5 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upMftE1pg5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upMftE1pg5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upMftE1pg5 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upMftE1pg5 .content-wrap .card {
  justify-content: space-between;
}
.cid-upMftE1pg5 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upMftE1pg5 .content-wrapper {
    padding: 0;
  }
}
.cid-upMftE1pg5 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upMftE1pg5 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upMftE1pg5 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upMftE1pg5 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upMftE1pg5 .mbr-desc,
.cid-upMftE1pg5 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upMftE1pg5 .mbr-section-title,
.cid-upMftE1pg5 .mbr-section-btn {
  color: #ffffff;
}
.cid-upMftEBqlI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-upMftEBqlI .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upMftEBqlI .mbr-fallback-image.disabled {
  display: none;
}
.cid-upMftEBqlI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upMftEBqlI .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upMftEBqlI .content-wrap .card {
  justify-content: space-between;
}
.cid-upMftEBqlI .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upMftEBqlI .content-wrapper {
    padding: 0;
  }
}
.cid-upMftEBqlI .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upMftEBqlI .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upMftEBqlI .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upMftEBqlI .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upMftEBqlI .mbr-desc,
.cid-upMftEBqlI .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upMftEBqlI .mbr-section-title,
.cid-upMftEBqlI .mbr-section-btn {
  color: #ffffff;
}
.cid-upMftF6iV7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upMftF6iV7 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upMftF6iV7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upMftF6iV7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upMftF6iV7 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upMftF6iV7 .content-wrap .card {
  justify-content: space-between;
}
.cid-upMftF6iV7 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upMftF6iV7 .content-wrapper {
    padding: 0;
  }
}
.cid-upMftF6iV7 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upMftF6iV7 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upMftF6iV7 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upMftF6iV7 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upMftF6iV7 .mbr-desc,
.cid-upMftF6iV7 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upMftF6iV7 .mbr-section-title,
.cid-upMftF6iV7 .mbr-section-btn {
  color: #ffffff;
}
.cid-upNrlbHsvD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-upNrlbHsvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNrlbHsvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .container {
    padding: 0 16px;
  }
}
.cid-upNrlbHsvD .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-upNrlbHsvD .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-upNrlbHsvD .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-upNrlbHsvD .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-upNrlbHsvD .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .mbr-section-title {
  color: #ffffff;
}
.cid-upNrlbHsvD .copyright {
  color: #ffffff;
}
.cid-upNrlbHsvD .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .list {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .mbr-section-title,
.cid-upNrlbHsvD .title-wrapper,
.cid-upNrlbHsvD .social-wrapper {
  text-align: center;
}
.cid-upMiOGPFU9 {
  background-color: transparent;
}
.cid-upMiOGPFU9 .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-upMiOGPFU9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-upMiOGPFU9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upMiOGPFU9 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-upMiOGPFU9 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-upMiOGPFU9 .menu_box .navbar.opened,
  .cid-upMiOGPFU9 .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-upMiOGPFU9 .navbar-dropdown {
  position: relative !important;
}
.cid-upMiOGPFU9 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-upMiOGPFU9 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-upMiOGPFU9 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-upMiOGPFU9 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-upMiOGPFU9 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-upMiOGPFU9 .btn:hover {
  box-shadow: none;
}
.cid-upMiOGPFU9 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-upMiOGPFU9 .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-upMiOGPFU9 .nav-item {
    margin: 0 !important;
  }
}
.cid-upMiOGPFU9 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-upMiOGPFU9 .nav-item .nav-link:hover,
.cid-upMiOGPFU9 .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-upMiOGPFU9 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-upMiOGPFU9 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-upMiOGPFU9 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-upMiOGPFU9 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-upMiOGPFU9 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-upMiOGPFU9 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-upMiOGPFU9 .offcanvas_box {
    display: none;
  }
}
.cid-upMiOGPFU9 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-upMiOGPFU9 .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-upMiOGPFU9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-upMiOGPFU9 .container {
  display: flex;
  margin: auto;
}
.cid-upMiOGPFU9 .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-upMiOGPFU9 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-upMiOGPFU9 .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-upMiOGPFU9 .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-upMiOGPFU9 .navbar-nav {
    margin: 0;
  }
}
.cid-upMiOGPFU9 .dropdown-menu,
.cid-upMiOGPFU9 .navbar.opened {
  background-color: false !important;
}
.cid-upMiOGPFU9 .nav-item:focus,
.cid-upMiOGPFU9 .nav-link:focus {
  outline: none;
}
.cid-upMiOGPFU9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upMiOGPFU9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upMiOGPFU9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upMiOGPFU9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upMiOGPFU9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upMiOGPFU9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upMiOGPFU9 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-upMiOGPFU9 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-upMiOGPFU9 .navbar.opened {
  transition: all 0.3s;
}
.cid-upMiOGPFU9 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-upMiOGPFU9 .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-upMiOGPFU9 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-upMiOGPFU9 .navbar.collapsed {
  justify-content: center;
}
.cid-upMiOGPFU9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upMiOGPFU9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-upMiOGPFU9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upMiOGPFU9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upMiOGPFU9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upMiOGPFU9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-upMiOGPFU9 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-upMiOGPFU9 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-upMiOGPFU9 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-upMiOGPFU9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upMiOGPFU9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upMiOGPFU9 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-upMiOGPFU9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upMiOGPFU9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-upMiOGPFU9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upMiOGPFU9 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-upMiOGPFU9 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-upMiOGPFU9 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-upMiOGPFU9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-upMiOGPFU9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upMiOGPFU9 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-upMiOGPFU9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-upMiOGPFU9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upMiOGPFU9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upMiOGPFU9 .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-upMiOGPFU9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-upMiOGPFU9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upMiOGPFU9 .dropdown-item.active,
.cid-upMiOGPFU9 .dropdown-item:active {
  background-color: transparent;
}
.cid-upMiOGPFU9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-upMiOGPFU9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upMiOGPFU9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upMiOGPFU9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upMiOGPFU9 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-upMiOGPFU9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upMiOGPFU9 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-upMiOGPFU9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-upMiOGPFU9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upMiOGPFU9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upMiOGPFU9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upMiOGPFU9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upMiOGPFU9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upMiOGPFU9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upMiOGPFU9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upMiOGPFU9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upMiOGPFU9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-upMiOGPFU9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upMiOGPFU9 .navbar {
    height: 70px;
  }
  .cid-upMiOGPFU9 .navbar.opened {
    height: auto;
  }
  .cid-upMiOGPFU9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upMiOGPFU9 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-upMiOGPFU9 .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-upMiOGPFU9 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-upMiOGPFU9 .text_widget {
  margin-bottom: 32px;
}
.cid-upMiOGPFU9 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-upMiOGPFU9 .text_widget a:hover,
.cid-upMiOGPFU9 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-upMiOGPFU9 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-upMiOGPFU9 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-upMiOGPFU9 .navbar-caption {
  color: #000000;
}
.cid-upMiOGPFU9 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-upMiOGPFU9 .mbr-section-subtitle,
.cid-upMiOGPFU9 .text_widget,
.cid-upMiOGPFU9 .mbr-section-btn {
  text-align: center;
}
.cid-upMiOGPFU9 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-upMiOHuKRu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upMiOHuKRu .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upMiOHuKRu .mbr-fallback-image.disabled {
  display: none;
}
.cid-upMiOHuKRu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upMiOHuKRu .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upMiOHuKRu .content-wrap .card {
  justify-content: space-between;
}
.cid-upMiOHuKRu .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upMiOHuKRu .content-wrapper {
    padding: 0;
  }
}
.cid-upMiOHuKRu .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upMiOHuKRu .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upMiOHuKRu .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upMiOHuKRu .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upMiOHuKRu .mbr-desc,
.cid-upMiOHuKRu .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upMiOHuKRu .mbr-section-title,
.cid-upMiOHuKRu .mbr-section-btn {
  color: #ffffff;
}
.cid-upMjsYGx4K {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #0aa3c2;
}
.cid-upMjsYGx4K .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upMjsYGx4K .mbr-fallback-image.disabled {
  display: none;
}
.cid-upMjsYGx4K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upMjsYGx4K .title-wrapper {
  margin-bottom: 104px;
  padding: 0 120px;
}
@media (max-width: 1640px) {
  .cid-upMjsYGx4K .title-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-upMjsYGx4K .title-wrapper {
    margin-bottom: 40px;
    padding: 0;
  }
}
.cid-upMjsYGx4K .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-upMjsYGx4K .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-upMjsYGx4K .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
  padding: 0 120px;
}
@media (max-width: 1640px) {
  .cid-upMjsYGx4K .items-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-upMjsYGx4K .items-wrapper {
    padding: 0;
  }
}
.cid-upMjsYGx4K .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-upMjsYGx4K .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-upMjsYGx4K .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-upMjsYGx4K .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(2) rotate(45deg);
}
.cid-upMjsYGx4K .items-wrapper .item .item-wrapper {
  border: 1px solid #000000;
  overflow: hidden;
}
.cid-upMjsYGx4K .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 50px 0;
}
.cid-upMjsYGx4K .items-wrapper .item .item-wrapper .item-img img {
  height: 400px;
  width: 400px;
  min-width: 400px;
  border-radius: 100% !important;
  object-fit: cover;
  transition: all 0.6s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-upMjsYGx4K .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
    width: 300px;
    min-width: 300px;
  }
}
@media (max-width: 992px) {
  .cid-upMjsYGx4K .items-wrapper .item .item-wrapper .item-img img {
    height: 250px;
    width: 250px;
    min-width: 250px;
  }
}
.cid-upMjsYGx4K .items-wrapper .item .item-wrapper .card_1 {
  background-color: #f7bc4a;
}
.cid-upMjsYGx4K .items-wrapper .item .item-wrapper .card_2 {
  background-color: #cc9900;
}
.cid-upMjsYGx4K .items-wrapper .item .item-wrapper .card_3 {
  background-color: #ae1e2c;
}
.cid-upMjsYGx4K .items-wrapper .item .item-wrapper .item-content .item-title {
  border-top: 1px solid #000000;
  padding: 32px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-upMjsYGx4K .items-wrapper .item .item-wrapper .item-content .item-title {
    padding: 20px;
  }
}
.cid-upMjsYGx4K .items-wrapper .item .item-wrapper .item-content .item-text {
  border-top: 1px solid #000000;
  padding: 12px;
  margin-bottom: 0;
}
.cid-upMjsYGx4K .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  width: 100%;
  padding: 0 12px 12px 12px;
}
.cid-upMjsYGx4K .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin: 0 10px;
}
.cid-upMjsYGx4K .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upMjsYGx4K .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-upMjsYGx4K .item-title {
  color: #150764;
  text-align: center;
}
.cid-upMjsYGx4K .item-text {
  color: #000000;
  text-align: center;
}
.cid-upMjsYGx4K .mbr-section-title,
.cid-upMjsYGx4K .mbr-section-btn {
  color: #ffffff;
}
.cid-upMjsYGx4K .item-title,
.cid-upMjsYGx4K .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-upMiOJXxAU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upMiOJXxAU .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upMiOJXxAU .mbr-fallback-image.disabled {
  display: none;
}
.cid-upMiOJXxAU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upMiOJXxAU .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upMiOJXxAU .content-wrap .card {
  justify-content: space-between;
}
.cid-upMiOJXxAU .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upMiOJXxAU .content-wrapper {
    padding: 0;
  }
}
.cid-upMiOJXxAU .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upMiOJXxAU .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upMiOJXxAU .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upMiOJXxAU .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upMiOJXxAU .mbr-desc,
.cid-upMiOJXxAU .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upMiOJXxAU .mbr-section-title,
.cid-upMiOJXxAU .mbr-section-btn {
  color: #ffffff;
}
.cid-upMiOKuUSx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-upMiOKuUSx .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upMiOKuUSx .mbr-fallback-image.disabled {
  display: none;
}
.cid-upMiOKuUSx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upMiOKuUSx .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upMiOKuUSx .content-wrap .card {
  justify-content: space-between;
}
.cid-upMiOKuUSx .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upMiOKuUSx .content-wrapper {
    padding: 0;
  }
}
.cid-upMiOKuUSx .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upMiOKuUSx .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upMiOKuUSx .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upMiOKuUSx .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upMiOKuUSx .mbr-desc,
.cid-upMiOKuUSx .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upMiOKuUSx .mbr-section-title,
.cid-upMiOKuUSx .mbr-section-btn {
  color: #ffffff;
}
.cid-upMiOKVyE5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upMiOKVyE5 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upMiOKVyE5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upMiOKVyE5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upMiOKVyE5 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upMiOKVyE5 .content-wrap .card {
  justify-content: space-between;
}
.cid-upMiOKVyE5 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upMiOKVyE5 .content-wrapper {
    padding: 0;
  }
}
.cid-upMiOKVyE5 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upMiOKVyE5 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upMiOKVyE5 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upMiOKVyE5 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upMiOKVyE5 .mbr-desc,
.cid-upMiOKVyE5 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upMiOKVyE5 .mbr-section-title,
.cid-upMiOKVyE5 .mbr-section-btn {
  color: #ffffff;
}
.cid-upNrlbHsvD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-upNrlbHsvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNrlbHsvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .container {
    padding: 0 16px;
  }
}
.cid-upNrlbHsvD .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-upNrlbHsvD .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-upNrlbHsvD .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-upNrlbHsvD .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-upNrlbHsvD .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .mbr-section-title {
  color: #ffffff;
}
.cid-upNrlbHsvD .copyright {
  color: #ffffff;
}
.cid-upNrlbHsvD .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .list {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .mbr-section-title,
.cid-upNrlbHsvD .title-wrapper,
.cid-upNrlbHsvD .social-wrapper {
  text-align: center;
}
.cid-upMkHtSC1p {
  background-color: transparent;
}
.cid-upMkHtSC1p .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-upMkHtSC1p .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-upMkHtSC1p .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upMkHtSC1p .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-upMkHtSC1p .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-upMkHtSC1p .menu_box .navbar.opened,
  .cid-upMkHtSC1p .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-upMkHtSC1p .navbar-dropdown {
  position: relative !important;
}
.cid-upMkHtSC1p .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-upMkHtSC1p .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-upMkHtSC1p .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-upMkHtSC1p .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-upMkHtSC1p .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-upMkHtSC1p .btn:hover {
  box-shadow: none;
}
.cid-upMkHtSC1p .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-upMkHtSC1p .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-upMkHtSC1p .nav-item {
    margin: 0 !important;
  }
}
.cid-upMkHtSC1p .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-upMkHtSC1p .nav-item .nav-link:hover,
.cid-upMkHtSC1p .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-upMkHtSC1p .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-upMkHtSC1p .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-upMkHtSC1p .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-upMkHtSC1p .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-upMkHtSC1p .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-upMkHtSC1p .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-upMkHtSC1p .offcanvas_box {
    display: none;
  }
}
.cid-upMkHtSC1p .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-upMkHtSC1p .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-upMkHtSC1p .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-upMkHtSC1p .container {
  display: flex;
  margin: auto;
}
.cid-upMkHtSC1p .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-upMkHtSC1p .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-upMkHtSC1p .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-upMkHtSC1p .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-upMkHtSC1p .navbar-nav {
    margin: 0;
  }
}
.cid-upMkHtSC1p .dropdown-menu,
.cid-upMkHtSC1p .navbar.opened {
  background-color: false !important;
}
.cid-upMkHtSC1p .nav-item:focus,
.cid-upMkHtSC1p .nav-link:focus {
  outline: none;
}
.cid-upMkHtSC1p .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upMkHtSC1p .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upMkHtSC1p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upMkHtSC1p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upMkHtSC1p .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upMkHtSC1p .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upMkHtSC1p .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-upMkHtSC1p .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-upMkHtSC1p .navbar.opened {
  transition: all 0.3s;
}
.cid-upMkHtSC1p .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-upMkHtSC1p .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-upMkHtSC1p .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-upMkHtSC1p .navbar.collapsed {
  justify-content: center;
}
.cid-upMkHtSC1p .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upMkHtSC1p .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-upMkHtSC1p .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upMkHtSC1p .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upMkHtSC1p .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upMkHtSC1p .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-upMkHtSC1p .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-upMkHtSC1p .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-upMkHtSC1p .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-upMkHtSC1p .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upMkHtSC1p .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upMkHtSC1p .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-upMkHtSC1p .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upMkHtSC1p .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-upMkHtSC1p .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upMkHtSC1p .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-upMkHtSC1p .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-upMkHtSC1p .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-upMkHtSC1p .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-upMkHtSC1p .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upMkHtSC1p .navbar .icons-menu {
    padding: 0;
  }
}
.cid-upMkHtSC1p .navbar.navbar-short {
  min-height: 60px;
}
.cid-upMkHtSC1p .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upMkHtSC1p .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upMkHtSC1p .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-upMkHtSC1p .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-upMkHtSC1p .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upMkHtSC1p .dropdown-item.active,
.cid-upMkHtSC1p .dropdown-item:active {
  background-color: transparent;
}
.cid-upMkHtSC1p .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-upMkHtSC1p .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upMkHtSC1p .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upMkHtSC1p .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upMkHtSC1p ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-upMkHtSC1p .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upMkHtSC1p button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-upMkHtSC1p button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-upMkHtSC1p button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upMkHtSC1p button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upMkHtSC1p button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upMkHtSC1p button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upMkHtSC1p nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upMkHtSC1p nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upMkHtSC1p nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upMkHtSC1p nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upMkHtSC1p a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-upMkHtSC1p .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upMkHtSC1p .navbar {
    height: 70px;
  }
  .cid-upMkHtSC1p .navbar.opened {
    height: auto;
  }
  .cid-upMkHtSC1p .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upMkHtSC1p .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-upMkHtSC1p .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-upMkHtSC1p .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-upMkHtSC1p .text_widget {
  margin-bottom: 32px;
}
.cid-upMkHtSC1p .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-upMkHtSC1p .text_widget a:hover,
.cid-upMkHtSC1p .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-upMkHtSC1p .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-upMkHtSC1p .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-upMkHtSC1p .navbar-caption {
  color: #000000;
}
.cid-upMkHtSC1p .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-upMkHtSC1p .mbr-section-subtitle,
.cid-upMkHtSC1p .text_widget,
.cid-upMkHtSC1p .mbr-section-btn {
  text-align: center;
}
.cid-upMkHtSC1p a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-upMkHuwk3B {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upMkHuwk3B .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upMkHuwk3B .mbr-fallback-image.disabled {
  display: none;
}
.cid-upMkHuwk3B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upMkHuwk3B .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upMkHuwk3B .content-wrap .card {
  justify-content: space-between;
}
.cid-upMkHuwk3B .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upMkHuwk3B .content-wrapper {
    padding: 0;
  }
}
.cid-upMkHuwk3B .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upMkHuwk3B .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upMkHuwk3B .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upMkHuwk3B .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upMkHuwk3B .mbr-desc,
.cid-upMkHuwk3B .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upMkHuwk3B .mbr-section-title,
.cid-upMkHuwk3B .mbr-section-btn {
  color: #ffffff;
}
.cid-upMkHwdeAa {
  position: relative;
  overflow: hidden;
  background-color: #b7140b;
}
.cid-upMkHwdeAa .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-upMkHwdeAa .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-upMkHwdeAa .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #0aa3c2;
  z-index: 1;
}
.cid-upMkHwdeAa .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #b7140b;
}
.cid-upMkHwdeAa .mbr-fallback-image.disabled {
  display: none;
}
.cid-upMkHwdeAa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upMkHwdeAa .row {
  position: relative;
  z-index: 2;
}
.cid-upMkHwdeAa .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-upMkHwdeAa .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-upMkHwdeAa .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-upMkHwdeAa .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-upMkHwdeAa .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-upMkHwdeAa .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-upMkHwdeAa .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-upMkHwdeAa .image-wrapper {
    margin-top: 46px;
  }
}
.cid-upMkHwdeAa .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-upMkHwdeAa .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-upMkHwdeAa .mbr-section-title {
  color: #ffffff;
}
.cid-upMkHwdeAa .mbr-text {
  color: #51565c;
}
.cid-upMkHwdeAa .mbr-text,
.cid-upMkHwdeAa .text-wrapper {
  text-align: center;
  color: #000000;
}
.cid-upMkHwEmQi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upMkHwEmQi .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upMkHwEmQi .mbr-fallback-image.disabled {
  display: none;
}
.cid-upMkHwEmQi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upMkHwEmQi .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upMkHwEmQi .content-wrap .card {
  justify-content: space-between;
}
.cid-upMkHwEmQi .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upMkHwEmQi .content-wrapper {
    padding: 0;
  }
}
.cid-upMkHwEmQi .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upMkHwEmQi .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upMkHwEmQi .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upMkHwEmQi .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upMkHwEmQi .mbr-desc,
.cid-upMkHwEmQi .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upMkHwEmQi .mbr-section-title,
.cid-upMkHwEmQi .mbr-section-btn {
  color: #ffffff;
}
.cid-upMkHxcvKk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-upMkHxcvKk .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upMkHxcvKk .mbr-fallback-image.disabled {
  display: none;
}
.cid-upMkHxcvKk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upMkHxcvKk .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upMkHxcvKk .content-wrap .card {
  justify-content: space-between;
}
.cid-upMkHxcvKk .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upMkHxcvKk .content-wrapper {
    padding: 0;
  }
}
.cid-upMkHxcvKk .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upMkHxcvKk .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upMkHxcvKk .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upMkHxcvKk .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upMkHxcvKk .mbr-desc,
.cid-upMkHxcvKk .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upMkHxcvKk .mbr-section-title,
.cid-upMkHxcvKk .mbr-section-btn {
  color: #ffffff;
}
.cid-upMkHxCcR0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upMkHxCcR0 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upMkHxCcR0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upMkHxCcR0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upMkHxCcR0 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upMkHxCcR0 .content-wrap .card {
  justify-content: space-between;
}
.cid-upMkHxCcR0 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upMkHxCcR0 .content-wrapper {
    padding: 0;
  }
}
.cid-upMkHxCcR0 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upMkHxCcR0 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upMkHxCcR0 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upMkHxCcR0 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upMkHxCcR0 .mbr-desc,
.cid-upMkHxCcR0 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upMkHxCcR0 .mbr-section-title,
.cid-upMkHxCcR0 .mbr-section-btn {
  color: #ffffff;
}
.cid-upNrlbHsvD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-upNrlbHsvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNrlbHsvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .container {
    padding: 0 16px;
  }
}
.cid-upNrlbHsvD .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-upNrlbHsvD .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-upNrlbHsvD .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-upNrlbHsvD .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-upNrlbHsvD .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .mbr-section-title {
  color: #ffffff;
}
.cid-upNrlbHsvD .copyright {
  color: #ffffff;
}
.cid-upNrlbHsvD .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .list {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .mbr-section-title,
.cid-upNrlbHsvD .title-wrapper,
.cid-upNrlbHsvD .social-wrapper {
  text-align: center;
}
.cid-upMnvgeKEt {
  background-color: transparent;
}
.cid-upMnvgeKEt .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-upMnvgeKEt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-upMnvgeKEt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upMnvgeKEt .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-upMnvgeKEt .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-upMnvgeKEt .menu_box .navbar.opened,
  .cid-upMnvgeKEt .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-upMnvgeKEt .navbar-dropdown {
  position: relative !important;
}
.cid-upMnvgeKEt .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-upMnvgeKEt .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-upMnvgeKEt .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-upMnvgeKEt .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-upMnvgeKEt .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-upMnvgeKEt .btn:hover {
  box-shadow: none;
}
.cid-upMnvgeKEt .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-upMnvgeKEt .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-upMnvgeKEt .nav-item {
    margin: 0 !important;
  }
}
.cid-upMnvgeKEt .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-upMnvgeKEt .nav-item .nav-link:hover,
.cid-upMnvgeKEt .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-upMnvgeKEt .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-upMnvgeKEt .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-upMnvgeKEt .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-upMnvgeKEt .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-upMnvgeKEt .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-upMnvgeKEt .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-upMnvgeKEt .offcanvas_box {
    display: none;
  }
}
.cid-upMnvgeKEt .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-upMnvgeKEt .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-upMnvgeKEt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-upMnvgeKEt .container {
  display: flex;
  margin: auto;
}
.cid-upMnvgeKEt .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-upMnvgeKEt .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-upMnvgeKEt .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-upMnvgeKEt .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-upMnvgeKEt .navbar-nav {
    margin: 0;
  }
}
.cid-upMnvgeKEt .dropdown-menu,
.cid-upMnvgeKEt .navbar.opened {
  background-color: false !important;
}
.cid-upMnvgeKEt .nav-item:focus,
.cid-upMnvgeKEt .nav-link:focus {
  outline: none;
}
.cid-upMnvgeKEt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upMnvgeKEt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upMnvgeKEt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upMnvgeKEt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upMnvgeKEt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upMnvgeKEt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upMnvgeKEt .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-upMnvgeKEt .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-upMnvgeKEt .navbar.opened {
  transition: all 0.3s;
}
.cid-upMnvgeKEt .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-upMnvgeKEt .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-upMnvgeKEt .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-upMnvgeKEt .navbar.collapsed {
  justify-content: center;
}
.cid-upMnvgeKEt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upMnvgeKEt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-upMnvgeKEt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upMnvgeKEt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upMnvgeKEt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upMnvgeKEt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-upMnvgeKEt .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-upMnvgeKEt .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-upMnvgeKEt .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-upMnvgeKEt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upMnvgeKEt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upMnvgeKEt .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-upMnvgeKEt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upMnvgeKEt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-upMnvgeKEt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upMnvgeKEt .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-upMnvgeKEt .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-upMnvgeKEt .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-upMnvgeKEt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-upMnvgeKEt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upMnvgeKEt .navbar .icons-menu {
    padding: 0;
  }
}
.cid-upMnvgeKEt .navbar.navbar-short {
  min-height: 60px;
}
.cid-upMnvgeKEt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upMnvgeKEt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upMnvgeKEt .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-upMnvgeKEt .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-upMnvgeKEt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upMnvgeKEt .dropdown-item.active,
.cid-upMnvgeKEt .dropdown-item:active {
  background-color: transparent;
}
.cid-upMnvgeKEt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-upMnvgeKEt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upMnvgeKEt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upMnvgeKEt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upMnvgeKEt ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-upMnvgeKEt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upMnvgeKEt button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-upMnvgeKEt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-upMnvgeKEt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upMnvgeKEt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upMnvgeKEt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upMnvgeKEt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upMnvgeKEt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upMnvgeKEt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upMnvgeKEt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upMnvgeKEt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upMnvgeKEt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-upMnvgeKEt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upMnvgeKEt .navbar {
    height: 70px;
  }
  .cid-upMnvgeKEt .navbar.opened {
    height: auto;
  }
  .cid-upMnvgeKEt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upMnvgeKEt .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-upMnvgeKEt .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-upMnvgeKEt .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-upMnvgeKEt .text_widget {
  margin-bottom: 32px;
}
.cid-upMnvgeKEt .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-upMnvgeKEt .text_widget a:hover,
.cid-upMnvgeKEt .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-upMnvgeKEt .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-upMnvgeKEt .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-upMnvgeKEt .navbar-caption {
  color: #000000;
}
.cid-upMnvgeKEt .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-upMnvgeKEt .mbr-section-subtitle,
.cid-upMnvgeKEt .text_widget,
.cid-upMnvgeKEt .mbr-section-btn {
  text-align: center;
}
.cid-upMnvgeKEt a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-upMnvgWngJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upMnvgWngJ .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upMnvgWngJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-upMnvgWngJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upMnvgWngJ .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upMnvgWngJ .content-wrap .card {
  justify-content: space-between;
}
.cid-upMnvgWngJ .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upMnvgWngJ .content-wrapper {
    padding: 0;
  }
}
.cid-upMnvgWngJ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upMnvgWngJ .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upMnvgWngJ .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upMnvgWngJ .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upMnvgWngJ .mbr-desc,
.cid-upMnvgWngJ .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upMnvgWngJ .mbr-section-title,
.cid-upMnvgWngJ .mbr-section-btn {
  color: #ffffff;
}
.cid-upMnvhB4l1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-upMnvhB4l1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upMnvhB4l1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upMnvhB4l1 img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border: 2px dashed #f7bc4a;
  border-radius: 8px;
}
.cid-upMnvhB4l1 .img-wide {
  height: 50%;
}
.cid-upMnvhB4l1 .img-big {
  height: 100%;
}
.cid-upMnvi6V9j {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upMnvi6V9j .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upMnvi6V9j .mbr-fallback-image.disabled {
  display: none;
}
.cid-upMnvi6V9j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upMnvi6V9j .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upMnvi6V9j .content-wrap .card {
  justify-content: space-between;
}
.cid-upMnvi6V9j .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upMnvi6V9j .content-wrapper {
    padding: 0;
  }
}
.cid-upMnvi6V9j .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upMnvi6V9j .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upMnvi6V9j .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upMnvi6V9j .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upMnvi6V9j .mbr-desc,
.cid-upMnvi6V9j .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upMnvi6V9j .mbr-section-title,
.cid-upMnvi6V9j .mbr-section-btn {
  color: #ffffff;
}
.cid-upMnviCEms {
  position: relative;
  overflow: hidden;
  background-color: #b7140b;
}
.cid-upMnviCEms .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-upMnviCEms .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-upMnviCEms .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #0aa3c2;
  z-index: 1;
}
.cid-upMnviCEms .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #b7140b;
}
.cid-upMnviCEms .mbr-fallback-image.disabled {
  display: none;
}
.cid-upMnviCEms .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upMnviCEms .row {
  position: relative;
  z-index: 2;
}
.cid-upMnviCEms .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-upMnviCEms .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-upMnviCEms .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-upMnviCEms .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-upMnviCEms .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-upMnviCEms .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-upMnviCEms .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-upMnviCEms .image-wrapper {
    margin-top: 46px;
  }
}
.cid-upMnviCEms .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-upMnviCEms .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-upMnviCEms .mbr-section-title {
  color: #ffffff;
}
.cid-upMnviCEms .mbr-text {
  color: #51565c;
}
.cid-upMnviCEms .mbr-text,
.cid-upMnviCEms .text-wrapper {
  text-align: center;
  color: #000000;
}
.cid-upMrfBdK5d {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  position: relative;
  background-color: #b7140b;
}
.cid-upMrfBdK5d .decor-wrap_1 {
  position: absolute;
  top: 2rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #0aa3c2 0, #b7140b 43%, #0aa3c2 100%);
}
.cid-upMrfBdK5d .decor-wrap_2 {
  position: absolute;
  top: 20%;
  right: -4rem;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #0aa3c2 0, #b7140b 43%, #0aa3c2 100%);
}
.cid-upMrfBdK5d .decor-wrap_3 {
  position: absolute;
  bottom: -35%;
  left: -10rem;
  width: 539px;
  height: 539px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #0aa3c2 0, #b7140b 43%, #0aa3c2 100%);
}
.cid-upMrfBdK5d .mbr-fallback-image.disabled {
  display: none;
}
.cid-upMrfBdK5d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-upMrfBdK5d .container {
    padding: 0 30px;
  }
}
.cid-upMrfBdK5d .row {
  position: relative;
  z-index: 1;
  justify-content: center;
}
.cid-upMrfBdK5d .image-wrapper {
  background-color: #000000;
  padding: 40px 40px 40px 0;
}
@media (max-width: 992px) {
  .cid-upMrfBdK5d .image-wrapper {
    padding: 20px 20px 20px 0;
  }
}
.cid-upMrfBdK5d .image-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-upMrfBdK5d .image-wrapper img {
    height: 350px;
  }
}
.cid-upMnvj7RKR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upMnvj7RKR .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upMnvj7RKR .mbr-fallback-image.disabled {
  display: none;
}
.cid-upMnvj7RKR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upMnvj7RKR .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upMnvj7RKR .content-wrap .card {
  justify-content: space-between;
}
.cid-upMnvj7RKR .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upMnvj7RKR .content-wrapper {
    padding: 0;
  }
}
.cid-upMnvj7RKR .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upMnvj7RKR .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upMnvj7RKR .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upMnvj7RKR .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upMnvj7RKR .mbr-desc,
.cid-upMnvj7RKR .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upMnvj7RKR .mbr-section-title,
.cid-upMnvj7RKR .mbr-section-btn {
  color: #ffffff;
}
.cid-upMnvjBGMH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-upMnvjBGMH .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upMnvjBGMH .mbr-fallback-image.disabled {
  display: none;
}
.cid-upMnvjBGMH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upMnvjBGMH .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upMnvjBGMH .content-wrap .card {
  justify-content: space-between;
}
.cid-upMnvjBGMH .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upMnvjBGMH .content-wrapper {
    padding: 0;
  }
}
.cid-upMnvjBGMH .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upMnvjBGMH .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upMnvjBGMH .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upMnvjBGMH .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upMnvjBGMH .mbr-desc,
.cid-upMnvjBGMH .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upMnvjBGMH .mbr-section-title,
.cid-upMnvjBGMH .mbr-section-btn {
  color: #ffffff;
}
.cid-upMnvk89gm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upMnvk89gm .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upMnvk89gm .mbr-fallback-image.disabled {
  display: none;
}
.cid-upMnvk89gm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upMnvk89gm .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upMnvk89gm .content-wrap .card {
  justify-content: space-between;
}
.cid-upMnvk89gm .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upMnvk89gm .content-wrapper {
    padding: 0;
  }
}
.cid-upMnvk89gm .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upMnvk89gm .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upMnvk89gm .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upMnvk89gm .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upMnvk89gm .mbr-desc,
.cid-upMnvk89gm .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upMnvk89gm .mbr-section-title,
.cid-upMnvk89gm .mbr-section-btn {
  color: #ffffff;
}
.cid-upNrlbHsvD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-upNrlbHsvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNrlbHsvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .container {
    padding: 0 16px;
  }
}
.cid-upNrlbHsvD .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-upNrlbHsvD .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-upNrlbHsvD .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-upNrlbHsvD .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-upNrlbHsvD .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .mbr-section-title {
  color: #ffffff;
}
.cid-upNrlbHsvD .copyright {
  color: #ffffff;
}
.cid-upNrlbHsvD .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .list {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .mbr-section-title,
.cid-upNrlbHsvD .title-wrapper,
.cid-upNrlbHsvD .social-wrapper {
  text-align: center;
}
.cid-upMDrS7T47 {
  background-color: transparent;
}
.cid-upMDrS7T47 .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-upMDrS7T47 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-upMDrS7T47 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upMDrS7T47 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-upMDrS7T47 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-upMDrS7T47 .menu_box .navbar.opened,
  .cid-upMDrS7T47 .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-upMDrS7T47 .navbar-dropdown {
  position: relative !important;
}
.cid-upMDrS7T47 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-upMDrS7T47 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-upMDrS7T47 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-upMDrS7T47 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-upMDrS7T47 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-upMDrS7T47 .btn:hover {
  box-shadow: none;
}
.cid-upMDrS7T47 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-upMDrS7T47 .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-upMDrS7T47 .nav-item {
    margin: 0 !important;
  }
}
.cid-upMDrS7T47 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-upMDrS7T47 .nav-item .nav-link:hover,
.cid-upMDrS7T47 .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-upMDrS7T47 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-upMDrS7T47 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-upMDrS7T47 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-upMDrS7T47 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-upMDrS7T47 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-upMDrS7T47 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-upMDrS7T47 .offcanvas_box {
    display: none;
  }
}
.cid-upMDrS7T47 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-upMDrS7T47 .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-upMDrS7T47 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-upMDrS7T47 .container {
  display: flex;
  margin: auto;
}
.cid-upMDrS7T47 .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-upMDrS7T47 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-upMDrS7T47 .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-upMDrS7T47 .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-upMDrS7T47 .navbar-nav {
    margin: 0;
  }
}
.cid-upMDrS7T47 .dropdown-menu,
.cid-upMDrS7T47 .navbar.opened {
  background-color: false !important;
}
.cid-upMDrS7T47 .nav-item:focus,
.cid-upMDrS7T47 .nav-link:focus {
  outline: none;
}
.cid-upMDrS7T47 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upMDrS7T47 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upMDrS7T47 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upMDrS7T47 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upMDrS7T47 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upMDrS7T47 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upMDrS7T47 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-upMDrS7T47 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-upMDrS7T47 .navbar.opened {
  transition: all 0.3s;
}
.cid-upMDrS7T47 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-upMDrS7T47 .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-upMDrS7T47 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-upMDrS7T47 .navbar.collapsed {
  justify-content: center;
}
.cid-upMDrS7T47 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upMDrS7T47 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-upMDrS7T47 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upMDrS7T47 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upMDrS7T47 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upMDrS7T47 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-upMDrS7T47 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-upMDrS7T47 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-upMDrS7T47 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-upMDrS7T47 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upMDrS7T47 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upMDrS7T47 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-upMDrS7T47 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upMDrS7T47 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-upMDrS7T47 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upMDrS7T47 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-upMDrS7T47 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-upMDrS7T47 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-upMDrS7T47 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-upMDrS7T47 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upMDrS7T47 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-upMDrS7T47 .navbar.navbar-short {
  min-height: 60px;
}
.cid-upMDrS7T47 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upMDrS7T47 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upMDrS7T47 .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-upMDrS7T47 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-upMDrS7T47 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upMDrS7T47 .dropdown-item.active,
.cid-upMDrS7T47 .dropdown-item:active {
  background-color: transparent;
}
.cid-upMDrS7T47 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-upMDrS7T47 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upMDrS7T47 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upMDrS7T47 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upMDrS7T47 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-upMDrS7T47 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upMDrS7T47 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-upMDrS7T47 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-upMDrS7T47 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upMDrS7T47 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upMDrS7T47 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upMDrS7T47 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upMDrS7T47 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upMDrS7T47 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upMDrS7T47 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upMDrS7T47 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upMDrS7T47 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-upMDrS7T47 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upMDrS7T47 .navbar {
    height: 70px;
  }
  .cid-upMDrS7T47 .navbar.opened {
    height: auto;
  }
  .cid-upMDrS7T47 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upMDrS7T47 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-upMDrS7T47 .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-upMDrS7T47 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-upMDrS7T47 .text_widget {
  margin-bottom: 32px;
}
.cid-upMDrS7T47 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-upMDrS7T47 .text_widget a:hover,
.cid-upMDrS7T47 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-upMDrS7T47 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-upMDrS7T47 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-upMDrS7T47 .navbar-caption {
  color: #000000;
}
.cid-upMDrS7T47 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-upMDrS7T47 .mbr-section-subtitle,
.cid-upMDrS7T47 .text_widget,
.cid-upMDrS7T47 .mbr-section-btn {
  text-align: center;
}
.cid-upMDrS7T47 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-upMDrSvizN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upMDrSvizN .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upMDrSvizN .mbr-fallback-image.disabled {
  display: none;
}
.cid-upMDrSvizN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upMDrSvizN .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upMDrSvizN .content-wrap .card {
  justify-content: space-between;
}
.cid-upMDrSvizN .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upMDrSvizN .content-wrapper {
    padding: 0;
  }
}
.cid-upMDrSvizN .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upMDrSvizN .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upMDrSvizN .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upMDrSvizN .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upMDrSvizN .mbr-desc,
.cid-upMDrSvizN .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upMDrSvizN .mbr-section-title,
.cid-upMDrSvizN .mbr-section-btn {
  color: #ffffff;
}
.cid-upMDrSPRaT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-upMDrSPRaT .mbr-fallback-image.disabled {
  display: none;
}
.cid-upMDrSPRaT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upMDrSPRaT img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border: 2px dashed #f7bc4a;
  border-radius: 8px;
}
.cid-upMDrSPRaT .img-wide {
  height: 50%;
}
.cid-upMDrSPRaT .img-big {
  height: 100%;
}
.cid-upMDrT69ha {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upMDrT69ha .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upMDrT69ha .mbr-fallback-image.disabled {
  display: none;
}
.cid-upMDrT69ha .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upMDrT69ha .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upMDrT69ha .content-wrap .card {
  justify-content: space-between;
}
.cid-upMDrT69ha .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upMDrT69ha .content-wrapper {
    padding: 0;
  }
}
.cid-upMDrT69ha .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upMDrT69ha .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upMDrT69ha .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upMDrT69ha .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upMDrT69ha .mbr-desc,
.cid-upMDrT69ha .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upMDrT69ha .mbr-section-title,
.cid-upMDrT69ha .mbr-section-btn {
  color: #ffffff;
}
.cid-upMDrTmVLW {
  position: relative;
  overflow: hidden;
  background-color: #b7140b;
}
.cid-upMDrTmVLW .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-upMDrTmVLW .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-upMDrTmVLW .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #0aa3c2;
  z-index: 1;
}
.cid-upMDrTmVLW .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #b7140b;
}
.cid-upMDrTmVLW .mbr-fallback-image.disabled {
  display: none;
}
.cid-upMDrTmVLW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upMDrTmVLW .row {
  position: relative;
  z-index: 2;
}
.cid-upMDrTmVLW .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-upMDrTmVLW .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-upMDrTmVLW .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-upMDrTmVLW .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-upMDrTmVLW .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-upMDrTmVLW .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-upMDrTmVLW .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-upMDrTmVLW .image-wrapper {
    margin-top: 46px;
  }
}
.cid-upMDrTmVLW .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-upMDrTmVLW .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-upMDrTmVLW .mbr-section-title {
  color: #ffffff;
}
.cid-upMDrTmVLW .mbr-text {
  color: #51565c;
}
.cid-upMDrTmVLW .mbr-text,
.cid-upMDrTmVLW .text-wrapper {
  text-align: center;
  color: #000000;
}
.cid-upMDrTEjKX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upMDrTEjKX .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upMDrTEjKX .mbr-fallback-image.disabled {
  display: none;
}
.cid-upMDrTEjKX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upMDrTEjKX .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upMDrTEjKX .content-wrap .card {
  justify-content: space-between;
}
.cid-upMDrTEjKX .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upMDrTEjKX .content-wrapper {
    padding: 0;
  }
}
.cid-upMDrTEjKX .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upMDrTEjKX .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upMDrTEjKX .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upMDrTEjKX .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upMDrTEjKX .mbr-desc,
.cid-upMDrTEjKX .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upMDrTEjKX .mbr-section-title,
.cid-upMDrTEjKX .mbr-section-btn {
  color: #ffffff;
}
.cid-upMDrTWMWr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-upMDrTWMWr .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upMDrTWMWr .mbr-fallback-image.disabled {
  display: none;
}
.cid-upMDrTWMWr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upMDrTWMWr .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upMDrTWMWr .content-wrap .card {
  justify-content: space-between;
}
.cid-upMDrTWMWr .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upMDrTWMWr .content-wrapper {
    padding: 0;
  }
}
.cid-upMDrTWMWr .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upMDrTWMWr .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upMDrTWMWr .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upMDrTWMWr .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upMDrTWMWr .mbr-desc,
.cid-upMDrTWMWr .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upMDrTWMWr .mbr-section-title,
.cid-upMDrTWMWr .mbr-section-btn {
  color: #ffffff;
}
.cid-upMDrUe9BS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upMDrUe9BS .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upMDrUe9BS .mbr-fallback-image.disabled {
  display: none;
}
.cid-upMDrUe9BS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upMDrUe9BS .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upMDrUe9BS .content-wrap .card {
  justify-content: space-between;
}
.cid-upMDrUe9BS .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upMDrUe9BS .content-wrapper {
    padding: 0;
  }
}
.cid-upMDrUe9BS .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upMDrUe9BS .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upMDrUe9BS .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upMDrUe9BS .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upMDrUe9BS .mbr-desc,
.cid-upMDrUe9BS .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upMDrUe9BS .mbr-section-title,
.cid-upMDrUe9BS .mbr-section-btn {
  color: #ffffff;
}
.cid-upNrlbHsvD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-upNrlbHsvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNrlbHsvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .container {
    padding: 0 16px;
  }
}
.cid-upNrlbHsvD .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-upNrlbHsvD .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-upNrlbHsvD .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-upNrlbHsvD .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-upNrlbHsvD .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .mbr-section-title {
  color: #ffffff;
}
.cid-upNrlbHsvD .copyright {
  color: #ffffff;
}
.cid-upNrlbHsvD .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .list {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .mbr-section-title,
.cid-upNrlbHsvD .title-wrapper,
.cid-upNrlbHsvD .social-wrapper {
  text-align: center;
}
.cid-upMJ5RWv6X {
  background-color: transparent;
}
.cid-upMJ5RWv6X .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-upMJ5RWv6X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-upMJ5RWv6X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upMJ5RWv6X .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-upMJ5RWv6X .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-upMJ5RWv6X .menu_box .navbar.opened,
  .cid-upMJ5RWv6X .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-upMJ5RWv6X .navbar-dropdown {
  position: relative !important;
}
.cid-upMJ5RWv6X .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-upMJ5RWv6X .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-upMJ5RWv6X .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-upMJ5RWv6X .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-upMJ5RWv6X .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-upMJ5RWv6X .btn:hover {
  box-shadow: none;
}
.cid-upMJ5RWv6X .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-upMJ5RWv6X .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-upMJ5RWv6X .nav-item {
    margin: 0 !important;
  }
}
.cid-upMJ5RWv6X .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-upMJ5RWv6X .nav-item .nav-link:hover,
.cid-upMJ5RWv6X .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-upMJ5RWv6X .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-upMJ5RWv6X .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-upMJ5RWv6X .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-upMJ5RWv6X .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-upMJ5RWv6X .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-upMJ5RWv6X .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-upMJ5RWv6X .offcanvas_box {
    display: none;
  }
}
.cid-upMJ5RWv6X .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-upMJ5RWv6X .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-upMJ5RWv6X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-upMJ5RWv6X .container {
  display: flex;
  margin: auto;
}
.cid-upMJ5RWv6X .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-upMJ5RWv6X .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-upMJ5RWv6X .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-upMJ5RWv6X .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-upMJ5RWv6X .navbar-nav {
    margin: 0;
  }
}
.cid-upMJ5RWv6X .dropdown-menu,
.cid-upMJ5RWv6X .navbar.opened {
  background-color: false !important;
}
.cid-upMJ5RWv6X .nav-item:focus,
.cid-upMJ5RWv6X .nav-link:focus {
  outline: none;
}
.cid-upMJ5RWv6X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upMJ5RWv6X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upMJ5RWv6X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upMJ5RWv6X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upMJ5RWv6X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upMJ5RWv6X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upMJ5RWv6X .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-upMJ5RWv6X .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-upMJ5RWv6X .navbar.opened {
  transition: all 0.3s;
}
.cid-upMJ5RWv6X .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-upMJ5RWv6X .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-upMJ5RWv6X .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-upMJ5RWv6X .navbar.collapsed {
  justify-content: center;
}
.cid-upMJ5RWv6X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upMJ5RWv6X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-upMJ5RWv6X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upMJ5RWv6X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upMJ5RWv6X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upMJ5RWv6X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-upMJ5RWv6X .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-upMJ5RWv6X .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-upMJ5RWv6X .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-upMJ5RWv6X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upMJ5RWv6X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upMJ5RWv6X .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-upMJ5RWv6X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upMJ5RWv6X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-upMJ5RWv6X .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upMJ5RWv6X .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-upMJ5RWv6X .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-upMJ5RWv6X .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-upMJ5RWv6X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-upMJ5RWv6X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upMJ5RWv6X .navbar .icons-menu {
    padding: 0;
  }
}
.cid-upMJ5RWv6X .navbar.navbar-short {
  min-height: 60px;
}
.cid-upMJ5RWv6X .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upMJ5RWv6X .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upMJ5RWv6X .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-upMJ5RWv6X .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-upMJ5RWv6X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upMJ5RWv6X .dropdown-item.active,
.cid-upMJ5RWv6X .dropdown-item:active {
  background-color: transparent;
}
.cid-upMJ5RWv6X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-upMJ5RWv6X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upMJ5RWv6X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upMJ5RWv6X .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upMJ5RWv6X ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-upMJ5RWv6X .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upMJ5RWv6X button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-upMJ5RWv6X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-upMJ5RWv6X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upMJ5RWv6X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upMJ5RWv6X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upMJ5RWv6X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upMJ5RWv6X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upMJ5RWv6X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upMJ5RWv6X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upMJ5RWv6X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upMJ5RWv6X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-upMJ5RWv6X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upMJ5RWv6X .navbar {
    height: 70px;
  }
  .cid-upMJ5RWv6X .navbar.opened {
    height: auto;
  }
  .cid-upMJ5RWv6X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upMJ5RWv6X .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-upMJ5RWv6X .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-upMJ5RWv6X .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-upMJ5RWv6X .text_widget {
  margin-bottom: 32px;
}
.cid-upMJ5RWv6X .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-upMJ5RWv6X .text_widget a:hover,
.cid-upMJ5RWv6X .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-upMJ5RWv6X .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-upMJ5RWv6X .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-upMJ5RWv6X .navbar-caption {
  color: #000000;
}
.cid-upMJ5RWv6X .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-upMJ5RWv6X .mbr-section-subtitle,
.cid-upMJ5RWv6X .text_widget,
.cid-upMJ5RWv6X .mbr-section-btn {
  text-align: center;
}
.cid-upMJ5RWv6X a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-upMJ5ShU9v {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upMJ5ShU9v .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upMJ5ShU9v .mbr-fallback-image.disabled {
  display: none;
}
.cid-upMJ5ShU9v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upMJ5ShU9v .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upMJ5ShU9v .content-wrap .card {
  justify-content: space-between;
}
.cid-upMJ5ShU9v .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upMJ5ShU9v .content-wrapper {
    padding: 0;
  }
}
.cid-upMJ5ShU9v .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upMJ5ShU9v .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upMJ5ShU9v .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upMJ5ShU9v .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upMJ5ShU9v .mbr-desc,
.cid-upMJ5ShU9v .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upMJ5ShU9v .mbr-section-title,
.cid-upMJ5ShU9v .mbr-section-btn {
  color: #ffffff;
}
.cid-upMJ5SwiAQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-upMJ5SwiAQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-upMJ5SwiAQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upMJ5SwiAQ img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border: 2px dashed #f7bc4a;
  border-radius: 8px;
}
.cid-upMJ5SwiAQ .img-wide {
  height: 50%;
}
.cid-upMJ5SwiAQ .img-big {
  height: 100%;
}
.cid-upMJ5SSoEr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upMJ5SSoEr .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upMJ5SSoEr .mbr-fallback-image.disabled {
  display: none;
}
.cid-upMJ5SSoEr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upMJ5SSoEr .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upMJ5SSoEr .content-wrap .card {
  justify-content: space-between;
}
.cid-upMJ5SSoEr .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upMJ5SSoEr .content-wrapper {
    padding: 0;
  }
}
.cid-upMJ5SSoEr .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upMJ5SSoEr .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upMJ5SSoEr .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upMJ5SSoEr .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upMJ5SSoEr .mbr-desc,
.cid-upMJ5SSoEr .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upMJ5SSoEr .mbr-section-title,
.cid-upMJ5SSoEr .mbr-section-btn {
  color: #ffffff;
}
.cid-upMJ5T7ZWs {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/cosplay-contest-2000x965.jpg");
}
.cid-upMJ5T7ZWs .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-upMJ5T7ZWs .mbr-fallback-image.disabled {
  display: none;
}
.cid-upMJ5T7ZWs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upMJ5T7ZWs .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upMJ5T7ZWs .content-wrap .card {
  justify-content: space-between;
}
.cid-upMJ5T7ZWs .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upMJ5T7ZWs .content-wrapper {
    padding: 0;
  }
}
.cid-upMJ5T7ZWs .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 16px;
  background-color: #0aa3c2;
}
.cid-upMJ5T7ZWs .content-wrapper .mbr-section-title {
  margin-bottom: 104px;
}
@media (max-width: 992px) {
  .cid-upMJ5T7ZWs .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-upMJ5T7ZWs .content-wrapper .items-wrapper .items-wrap {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-upMJ5T7ZWs .content-wrapper .items-wrapper .items-wrap .item {
  margin-bottom: 16px;
}
.cid-upMJ5T7ZWs .content-wrapper .items-wrapper .items-wrap .item .item-wrapper {
  padding: 0 16px;
}
.cid-upMJ5T7ZWs .content-wrapper .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  height: 160px;
  object-fit: contain;
}
.cid-upMJ5T7ZWs .mbr-section-title {
  color: #f4f2ef;
}
.cid-upMJ5T7ZWs .mbr-desc,
.cid-upMJ5T7ZWs .desc-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-upMJ5T7ZWs .mbr-section-title,
.cid-upMJ5T7ZWs .items-wrapper {
  text-align: center;
  color: #FFFFFF;
}
.cid-upMJ5TlTjl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upMJ5TlTjl .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upMJ5TlTjl .mbr-fallback-image.disabled {
  display: none;
}
.cid-upMJ5TlTjl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upMJ5TlTjl .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upMJ5TlTjl .content-wrap .card {
  justify-content: space-between;
}
.cid-upMJ5TlTjl .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upMJ5TlTjl .content-wrapper {
    padding: 0;
  }
}
.cid-upMJ5TlTjl .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upMJ5TlTjl .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upMJ5TlTjl .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upMJ5TlTjl .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upMJ5TlTjl .mbr-desc,
.cid-upMJ5TlTjl .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upMJ5TlTjl .mbr-section-title,
.cid-upMJ5TlTjl .mbr-section-btn {
  color: #ffffff;
}
.cid-upMJ5TB816 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-upMJ5TB816 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upMJ5TB816 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upMJ5TB816 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upMJ5TB816 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upMJ5TB816 .content-wrap .card {
  justify-content: space-between;
}
.cid-upMJ5TB816 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upMJ5TB816 .content-wrapper {
    padding: 0;
  }
}
.cid-upMJ5TB816 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upMJ5TB816 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upMJ5TB816 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upMJ5TB816 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upMJ5TB816 .mbr-desc,
.cid-upMJ5TB816 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upMJ5TB816 .mbr-section-title,
.cid-upMJ5TB816 .mbr-section-btn {
  color: #ffffff;
}
.cid-upMJ5TSOXO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upMJ5TSOXO .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upMJ5TSOXO .mbr-fallback-image.disabled {
  display: none;
}
.cid-upMJ5TSOXO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upMJ5TSOXO .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upMJ5TSOXO .content-wrap .card {
  justify-content: space-between;
}
.cid-upMJ5TSOXO .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upMJ5TSOXO .content-wrapper {
    padding: 0;
  }
}
.cid-upMJ5TSOXO .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upMJ5TSOXO .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upMJ5TSOXO .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upMJ5TSOXO .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upMJ5TSOXO .mbr-desc,
.cid-upMJ5TSOXO .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upMJ5TSOXO .mbr-section-title,
.cid-upMJ5TSOXO .mbr-section-btn {
  color: #ffffff;
}
.cid-upNrlbHsvD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-upNrlbHsvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNrlbHsvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .container {
    padding: 0 16px;
  }
}
.cid-upNrlbHsvD .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-upNrlbHsvD .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-upNrlbHsvD .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-upNrlbHsvD .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-upNrlbHsvD .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .mbr-section-title {
  color: #ffffff;
}
.cid-upNrlbHsvD .copyright {
  color: #ffffff;
}
.cid-upNrlbHsvD .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .list {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .mbr-section-title,
.cid-upNrlbHsvD .title-wrapper,
.cid-upNrlbHsvD .social-wrapper {
  text-align: center;
}
.cid-upMP8WxVaW {
  background-color: transparent;
}
.cid-upMP8WxVaW .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-upMP8WxVaW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-upMP8WxVaW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upMP8WxVaW .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-upMP8WxVaW .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-upMP8WxVaW .menu_box .navbar.opened,
  .cid-upMP8WxVaW .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-upMP8WxVaW .navbar-dropdown {
  position: relative !important;
}
.cid-upMP8WxVaW .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-upMP8WxVaW .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-upMP8WxVaW .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-upMP8WxVaW .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-upMP8WxVaW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-upMP8WxVaW .btn:hover {
  box-shadow: none;
}
.cid-upMP8WxVaW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-upMP8WxVaW .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-upMP8WxVaW .nav-item {
    margin: 0 !important;
  }
}
.cid-upMP8WxVaW .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-upMP8WxVaW .nav-item .nav-link:hover,
.cid-upMP8WxVaW .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-upMP8WxVaW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-upMP8WxVaW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-upMP8WxVaW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-upMP8WxVaW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-upMP8WxVaW .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-upMP8WxVaW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-upMP8WxVaW .offcanvas_box {
    display: none;
  }
}
.cid-upMP8WxVaW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-upMP8WxVaW .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-upMP8WxVaW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-upMP8WxVaW .container {
  display: flex;
  margin: auto;
}
.cid-upMP8WxVaW .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-upMP8WxVaW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-upMP8WxVaW .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-upMP8WxVaW .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-upMP8WxVaW .navbar-nav {
    margin: 0;
  }
}
.cid-upMP8WxVaW .dropdown-menu,
.cid-upMP8WxVaW .navbar.opened {
  background-color: false !important;
}
.cid-upMP8WxVaW .nav-item:focus,
.cid-upMP8WxVaW .nav-link:focus {
  outline: none;
}
.cid-upMP8WxVaW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upMP8WxVaW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upMP8WxVaW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upMP8WxVaW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upMP8WxVaW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upMP8WxVaW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upMP8WxVaW .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-upMP8WxVaW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-upMP8WxVaW .navbar.opened {
  transition: all 0.3s;
}
.cid-upMP8WxVaW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-upMP8WxVaW .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-upMP8WxVaW .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-upMP8WxVaW .navbar.collapsed {
  justify-content: center;
}
.cid-upMP8WxVaW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upMP8WxVaW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-upMP8WxVaW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upMP8WxVaW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upMP8WxVaW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upMP8WxVaW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-upMP8WxVaW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-upMP8WxVaW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-upMP8WxVaW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-upMP8WxVaW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upMP8WxVaW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upMP8WxVaW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-upMP8WxVaW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upMP8WxVaW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-upMP8WxVaW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upMP8WxVaW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-upMP8WxVaW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-upMP8WxVaW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-upMP8WxVaW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-upMP8WxVaW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upMP8WxVaW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-upMP8WxVaW .navbar.navbar-short {
  min-height: 60px;
}
.cid-upMP8WxVaW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upMP8WxVaW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upMP8WxVaW .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-upMP8WxVaW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-upMP8WxVaW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upMP8WxVaW .dropdown-item.active,
.cid-upMP8WxVaW .dropdown-item:active {
  background-color: transparent;
}
.cid-upMP8WxVaW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-upMP8WxVaW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upMP8WxVaW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upMP8WxVaW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upMP8WxVaW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-upMP8WxVaW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upMP8WxVaW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-upMP8WxVaW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-upMP8WxVaW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upMP8WxVaW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upMP8WxVaW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upMP8WxVaW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upMP8WxVaW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upMP8WxVaW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upMP8WxVaW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upMP8WxVaW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upMP8WxVaW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-upMP8WxVaW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upMP8WxVaW .navbar {
    height: 70px;
  }
  .cid-upMP8WxVaW .navbar.opened {
    height: auto;
  }
  .cid-upMP8WxVaW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upMP8WxVaW .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-upMP8WxVaW .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-upMP8WxVaW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-upMP8WxVaW .text_widget {
  margin-bottom: 32px;
}
.cid-upMP8WxVaW .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-upMP8WxVaW .text_widget a:hover,
.cid-upMP8WxVaW .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-upMP8WxVaW .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-upMP8WxVaW .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-upMP8WxVaW .navbar-caption {
  color: #000000;
}
.cid-upMP8WxVaW .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-upMP8WxVaW .mbr-section-subtitle,
.cid-upMP8WxVaW .text_widget,
.cid-upMP8WxVaW .mbr-section-btn {
  text-align: center;
}
.cid-upMP8WxVaW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-upMP8WSu1A {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upMP8WSu1A .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upMP8WSu1A .mbr-fallback-image.disabled {
  display: none;
}
.cid-upMP8WSu1A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upMP8WSu1A .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upMP8WSu1A .content-wrap .card {
  justify-content: space-between;
}
.cid-upMP8WSu1A .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upMP8WSu1A .content-wrapper {
    padding: 0;
  }
}
.cid-upMP8WSu1A .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upMP8WSu1A .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upMP8WSu1A .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upMP8WSu1A .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upMP8WSu1A .mbr-desc,
.cid-upMP8WSu1A .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upMP8WSu1A .mbr-section-title,
.cid-upMP8WSu1A .mbr-section-btn {
  color: #ffffff;
}
.cid-upMP8X7G3r {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-upMP8X7G3r .mbr-fallback-image.disabled {
  display: none;
}
.cid-upMP8X7G3r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upMP8X7G3r img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border: 2px dashed #f7bc4a;
  border-radius: 8px;
}
.cid-upMP8X7G3r .img-wide {
  height: 50%;
}
.cid-upMP8X7G3r .img-big {
  height: 100%;
}
.cid-upMP8XSGZv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upMP8XSGZv .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upMP8XSGZv .mbr-fallback-image.disabled {
  display: none;
}
.cid-upMP8XSGZv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upMP8XSGZv .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upMP8XSGZv .content-wrap .card {
  justify-content: space-between;
}
.cid-upMP8XSGZv .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upMP8XSGZv .content-wrapper {
    padding: 0;
  }
}
.cid-upMP8XSGZv .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upMP8XSGZv .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upMP8XSGZv .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upMP8XSGZv .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upMP8XSGZv .mbr-desc,
.cid-upMP8XSGZv .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upMP8XSGZv .mbr-section-title,
.cid-upMP8XSGZv .mbr-section-btn {
  color: #ffffff;
}
.cid-upMSg2DlJQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/dans-dream-2000x1500.jpg");
}
.cid-upMSg2DlJQ .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-upMSg2DlJQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-upMSg2DlJQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upMSg2DlJQ .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upMSg2DlJQ .content-wrap .card {
  justify-content: space-between;
}
.cid-upMSg2DlJQ .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upMSg2DlJQ .content-wrapper {
    padding: 0;
  }
}
.cid-upMSg2DlJQ .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 16px;
  background-color: #0aa3c2;
}
.cid-upMSg2DlJQ .content-wrapper .mbr-section-title {
  margin-bottom: 104px;
}
@media (max-width: 992px) {
  .cid-upMSg2DlJQ .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-upMSg2DlJQ .content-wrapper .items-wrapper .items-wrap {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-upMSg2DlJQ .content-wrapper .items-wrapper .items-wrap .item {
  margin-bottom: 16px;
}
.cid-upMSg2DlJQ .content-wrapper .items-wrapper .items-wrap .item .item-wrapper {
  padding: 0 16px;
}
.cid-upMSg2DlJQ .content-wrapper .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  height: 160px;
  object-fit: contain;
}
.cid-upMSg2DlJQ .mbr-section-title {
  color: #f4f2ef;
}
.cid-upMSg2DlJQ .mbr-desc,
.cid-upMSg2DlJQ .desc-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-upMSg2DlJQ .mbr-section-title,
.cid-upMSg2DlJQ .items-wrapper {
  text-align: center;
  color: #FFFFFF;
}
.cid-upMSupD55b {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upMSupD55b .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upMSupD55b .mbr-fallback-image.disabled {
  display: none;
}
.cid-upMSupD55b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upMSupD55b .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upMSupD55b .content-wrap .card {
  justify-content: space-between;
}
.cid-upMSupD55b .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upMSupD55b .content-wrapper {
    padding: 0;
  }
}
.cid-upMSupD55b .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upMSupD55b .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upMSupD55b .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upMSupD55b .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upMSupD55b .mbr-desc,
.cid-upMSupD55b .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upMSupD55b .mbr-section-title,
.cid-upMSupD55b .mbr-section-btn {
  color: #ffffff;
}
.cid-upMP8Y8WJb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-upMP8Y8WJb .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upMP8Y8WJb .mbr-fallback-image.disabled {
  display: none;
}
.cid-upMP8Y8WJb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upMP8Y8WJb .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upMP8Y8WJb .content-wrap .card {
  justify-content: space-between;
}
.cid-upMP8Y8WJb .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upMP8Y8WJb .content-wrapper {
    padding: 0;
  }
}
.cid-upMP8Y8WJb .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upMP8Y8WJb .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upMP8Y8WJb .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upMP8Y8WJb .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upMP8Y8WJb .mbr-desc,
.cid-upMP8Y8WJb .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upMP8Y8WJb .mbr-section-title,
.cid-upMP8Y8WJb .mbr-section-btn {
  color: #ffffff;
}
.cid-upMP8YnRBg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upMP8YnRBg .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upMP8YnRBg .mbr-fallback-image.disabled {
  display: none;
}
.cid-upMP8YnRBg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upMP8YnRBg .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upMP8YnRBg .content-wrap .card {
  justify-content: space-between;
}
.cid-upMP8YnRBg .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upMP8YnRBg .content-wrapper {
    padding: 0;
  }
}
.cid-upMP8YnRBg .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upMP8YnRBg .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upMP8YnRBg .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upMP8YnRBg .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upMP8YnRBg .mbr-desc,
.cid-upMP8YnRBg .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upMP8YnRBg .mbr-section-title,
.cid-upMP8YnRBg .mbr-section-btn {
  color: #ffffff;
}
.cid-upNrlbHsvD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-upNrlbHsvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNrlbHsvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .container {
    padding: 0 16px;
  }
}
.cid-upNrlbHsvD .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-upNrlbHsvD .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-upNrlbHsvD .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-upNrlbHsvD .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-upNrlbHsvD .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .mbr-section-title {
  color: #ffffff;
}
.cid-upNrlbHsvD .copyright {
  color: #ffffff;
}
.cid-upNrlbHsvD .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .list {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .mbr-section-title,
.cid-upNrlbHsvD .title-wrapper,
.cid-upNrlbHsvD .social-wrapper {
  text-align: center;
}
.cid-upMYFT6bfs {
  background-color: transparent;
}
.cid-upMYFT6bfs .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-upMYFT6bfs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-upMYFT6bfs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upMYFT6bfs .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-upMYFT6bfs .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-upMYFT6bfs .menu_box .navbar.opened,
  .cid-upMYFT6bfs .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-upMYFT6bfs .navbar-dropdown {
  position: relative !important;
}
.cid-upMYFT6bfs .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-upMYFT6bfs .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-upMYFT6bfs .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-upMYFT6bfs .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-upMYFT6bfs .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-upMYFT6bfs .btn:hover {
  box-shadow: none;
}
.cid-upMYFT6bfs .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-upMYFT6bfs .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-upMYFT6bfs .nav-item {
    margin: 0 !important;
  }
}
.cid-upMYFT6bfs .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-upMYFT6bfs .nav-item .nav-link:hover,
.cid-upMYFT6bfs .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-upMYFT6bfs .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-upMYFT6bfs .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-upMYFT6bfs .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-upMYFT6bfs .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-upMYFT6bfs .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-upMYFT6bfs .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-upMYFT6bfs .offcanvas_box {
    display: none;
  }
}
.cid-upMYFT6bfs .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-upMYFT6bfs .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-upMYFT6bfs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-upMYFT6bfs .container {
  display: flex;
  margin: auto;
}
.cid-upMYFT6bfs .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-upMYFT6bfs .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-upMYFT6bfs .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-upMYFT6bfs .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-upMYFT6bfs .navbar-nav {
    margin: 0;
  }
}
.cid-upMYFT6bfs .dropdown-menu,
.cid-upMYFT6bfs .navbar.opened {
  background-color: false !important;
}
.cid-upMYFT6bfs .nav-item:focus,
.cid-upMYFT6bfs .nav-link:focus {
  outline: none;
}
.cid-upMYFT6bfs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upMYFT6bfs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upMYFT6bfs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upMYFT6bfs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upMYFT6bfs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upMYFT6bfs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upMYFT6bfs .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-upMYFT6bfs .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-upMYFT6bfs .navbar.opened {
  transition: all 0.3s;
}
.cid-upMYFT6bfs .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-upMYFT6bfs .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-upMYFT6bfs .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-upMYFT6bfs .navbar.collapsed {
  justify-content: center;
}
.cid-upMYFT6bfs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upMYFT6bfs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-upMYFT6bfs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upMYFT6bfs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upMYFT6bfs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upMYFT6bfs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-upMYFT6bfs .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-upMYFT6bfs .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-upMYFT6bfs .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-upMYFT6bfs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upMYFT6bfs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upMYFT6bfs .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-upMYFT6bfs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upMYFT6bfs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-upMYFT6bfs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upMYFT6bfs .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-upMYFT6bfs .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-upMYFT6bfs .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-upMYFT6bfs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-upMYFT6bfs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upMYFT6bfs .navbar .icons-menu {
    padding: 0;
  }
}
.cid-upMYFT6bfs .navbar.navbar-short {
  min-height: 60px;
}
.cid-upMYFT6bfs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upMYFT6bfs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upMYFT6bfs .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-upMYFT6bfs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-upMYFT6bfs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upMYFT6bfs .dropdown-item.active,
.cid-upMYFT6bfs .dropdown-item:active {
  background-color: transparent;
}
.cid-upMYFT6bfs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-upMYFT6bfs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upMYFT6bfs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upMYFT6bfs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upMYFT6bfs ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-upMYFT6bfs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upMYFT6bfs button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-upMYFT6bfs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-upMYFT6bfs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upMYFT6bfs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upMYFT6bfs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upMYFT6bfs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upMYFT6bfs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upMYFT6bfs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upMYFT6bfs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upMYFT6bfs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upMYFT6bfs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-upMYFT6bfs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upMYFT6bfs .navbar {
    height: 70px;
  }
  .cid-upMYFT6bfs .navbar.opened {
    height: auto;
  }
  .cid-upMYFT6bfs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upMYFT6bfs .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-upMYFT6bfs .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-upMYFT6bfs .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-upMYFT6bfs .text_widget {
  margin-bottom: 32px;
}
.cid-upMYFT6bfs .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-upMYFT6bfs .text_widget a:hover,
.cid-upMYFT6bfs .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-upMYFT6bfs .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-upMYFT6bfs .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-upMYFT6bfs .navbar-caption {
  color: #000000;
}
.cid-upMYFT6bfs .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-upMYFT6bfs .mbr-section-subtitle,
.cid-upMYFT6bfs .text_widget,
.cid-upMYFT6bfs .mbr-section-btn {
  text-align: center;
}
.cid-upMYFT6bfs a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-upMYFTzncr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upMYFTzncr .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upMYFTzncr .mbr-fallback-image.disabled {
  display: none;
}
.cid-upMYFTzncr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upMYFTzncr .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upMYFTzncr .content-wrap .card {
  justify-content: space-between;
}
.cid-upMYFTzncr .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upMYFTzncr .content-wrapper {
    padding: 0;
  }
}
.cid-upMYFTzncr .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upMYFTzncr .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upMYFTzncr .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upMYFTzncr .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upMYFTzncr .mbr-desc,
.cid-upMYFTzncr .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upMYFTzncr .mbr-section-title,
.cid-upMYFTzncr .mbr-section-btn {
  color: #ffffff;
}
.cid-upMYFTTUrQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-upMYFTTUrQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-upMYFTTUrQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upMYFTTUrQ img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border: 2px dashed #f7bc4a;
  border-radius: 8px;
}
.cid-upMYFTTUrQ .img-wide {
  height: 50%;
}
.cid-upMYFTTUrQ .img-big {
  height: 100%;
}
.cid-upMYFUcqTp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upMYFUcqTp .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upMYFUcqTp .mbr-fallback-image.disabled {
  display: none;
}
.cid-upMYFUcqTp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upMYFUcqTp .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upMYFUcqTp .content-wrap .card {
  justify-content: space-between;
}
.cid-upMYFUcqTp .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upMYFUcqTp .content-wrapper {
    padding: 0;
  }
}
.cid-upMYFUcqTp .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upMYFUcqTp .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upMYFUcqTp .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upMYFUcqTp .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upMYFUcqTp .mbr-desc,
.cid-upMYFUcqTp .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upMYFUcqTp .mbr-section-title,
.cid-upMYFUcqTp .mbr-section-btn {
  color: #ffffff;
}
.cid-upMYFUxNuZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/sponsors-1535x1177.jpg");
}
.cid-upMYFUxNuZ .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-upMYFUxNuZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-upMYFUxNuZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upMYFUxNuZ .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upMYFUxNuZ .content-wrap .card {
  justify-content: space-between;
}
.cid-upMYFUxNuZ .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upMYFUxNuZ .content-wrapper {
    padding: 0;
  }
}
.cid-upMYFUxNuZ .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 16px;
  background-color: #0aa3c2;
}
.cid-upMYFUxNuZ .content-wrapper .mbr-section-title {
  margin-bottom: 104px;
}
@media (max-width: 992px) {
  .cid-upMYFUxNuZ .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-upMYFUxNuZ .content-wrapper .items-wrapper .items-wrap {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-upMYFUxNuZ .content-wrapper .items-wrapper .items-wrap .item {
  margin-bottom: 16px;
}
.cid-upMYFUxNuZ .content-wrapper .items-wrapper .items-wrap .item .item-wrapper {
  padding: 0 16px;
}
.cid-upMYFUxNuZ .content-wrapper .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  height: 160px;
  object-fit: contain;
}
.cid-upMYFUxNuZ .mbr-section-title {
  color: #f4f2ef;
}
.cid-upMYFUxNuZ .mbr-desc,
.cid-upMYFUxNuZ .desc-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-upMYFUxNuZ .mbr-section-title,
.cid-upMYFUxNuZ .items-wrapper {
  text-align: center;
  color: #FFFFFF;
}
.cid-upMYFUSGQD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upMYFUSGQD .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upMYFUSGQD .mbr-fallback-image.disabled {
  display: none;
}
.cid-upMYFUSGQD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upMYFUSGQD .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upMYFUSGQD .content-wrap .card {
  justify-content: space-between;
}
.cid-upMYFUSGQD .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upMYFUSGQD .content-wrapper {
    padding: 0;
  }
}
.cid-upMYFUSGQD .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upMYFUSGQD .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upMYFUSGQD .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upMYFUSGQD .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upMYFUSGQD .mbr-desc,
.cid-upMYFUSGQD .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upMYFUSGQD .mbr-section-title,
.cid-upMYFUSGQD .mbr-section-btn {
  color: #ffffff;
}
.cid-upMYFVdGSB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-upMYFVdGSB .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upMYFVdGSB .mbr-fallback-image.disabled {
  display: none;
}
.cid-upMYFVdGSB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upMYFVdGSB .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upMYFVdGSB .content-wrap .card {
  justify-content: space-between;
}
.cid-upMYFVdGSB .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upMYFVdGSB .content-wrapper {
    padding: 0;
  }
}
.cid-upMYFVdGSB .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upMYFVdGSB .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upMYFVdGSB .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upMYFVdGSB .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upMYFVdGSB .mbr-desc,
.cid-upMYFVdGSB .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upMYFVdGSB .mbr-section-title,
.cid-upMYFVdGSB .mbr-section-btn {
  color: #ffffff;
}
.cid-upMYFVvzdi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upMYFVvzdi .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upMYFVvzdi .mbr-fallback-image.disabled {
  display: none;
}
.cid-upMYFVvzdi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upMYFVvzdi .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upMYFVvzdi .content-wrap .card {
  justify-content: space-between;
}
.cid-upMYFVvzdi .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upMYFVvzdi .content-wrapper {
    padding: 0;
  }
}
.cid-upMYFVvzdi .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upMYFVvzdi .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upMYFVvzdi .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upMYFVvzdi .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upMYFVvzdi .mbr-desc,
.cid-upMYFVvzdi .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upMYFVvzdi .mbr-section-title,
.cid-upMYFVvzdi .mbr-section-btn {
  color: #ffffff;
}
.cid-upNrlbHsvD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-upNrlbHsvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNrlbHsvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .container {
    padding: 0 16px;
  }
}
.cid-upNrlbHsvD .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-upNrlbHsvD .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-upNrlbHsvD .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-upNrlbHsvD .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-upNrlbHsvD .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .mbr-section-title {
  color: #ffffff;
}
.cid-upNrlbHsvD .copyright {
  color: #ffffff;
}
.cid-upNrlbHsvD .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .list {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .mbr-section-title,
.cid-upNrlbHsvD .title-wrapper,
.cid-upNrlbHsvD .social-wrapper {
  text-align: center;
}
.cid-upN4YcYqAA {
  background-color: transparent;
}
.cid-upN4YcYqAA .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-upN4YcYqAA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-upN4YcYqAA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upN4YcYqAA .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-upN4YcYqAA .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-upN4YcYqAA .menu_box .navbar.opened,
  .cid-upN4YcYqAA .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-upN4YcYqAA .navbar-dropdown {
  position: relative !important;
}
.cid-upN4YcYqAA .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-upN4YcYqAA .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-upN4YcYqAA .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-upN4YcYqAA .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-upN4YcYqAA .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-upN4YcYqAA .btn:hover {
  box-shadow: none;
}
.cid-upN4YcYqAA .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-upN4YcYqAA .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-upN4YcYqAA .nav-item {
    margin: 0 !important;
  }
}
.cid-upN4YcYqAA .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-upN4YcYqAA .nav-item .nav-link:hover,
.cid-upN4YcYqAA .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-upN4YcYqAA .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-upN4YcYqAA .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-upN4YcYqAA .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-upN4YcYqAA .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-upN4YcYqAA .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-upN4YcYqAA .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-upN4YcYqAA .offcanvas_box {
    display: none;
  }
}
.cid-upN4YcYqAA .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-upN4YcYqAA .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-upN4YcYqAA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-upN4YcYqAA .container {
  display: flex;
  margin: auto;
}
.cid-upN4YcYqAA .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-upN4YcYqAA .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-upN4YcYqAA .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-upN4YcYqAA .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-upN4YcYqAA .navbar-nav {
    margin: 0;
  }
}
.cid-upN4YcYqAA .dropdown-menu,
.cid-upN4YcYqAA .navbar.opened {
  background-color: false !important;
}
.cid-upN4YcYqAA .nav-item:focus,
.cid-upN4YcYqAA .nav-link:focus {
  outline: none;
}
.cid-upN4YcYqAA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upN4YcYqAA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upN4YcYqAA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upN4YcYqAA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upN4YcYqAA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upN4YcYqAA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upN4YcYqAA .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-upN4YcYqAA .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-upN4YcYqAA .navbar.opened {
  transition: all 0.3s;
}
.cid-upN4YcYqAA .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-upN4YcYqAA .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-upN4YcYqAA .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-upN4YcYqAA .navbar.collapsed {
  justify-content: center;
}
.cid-upN4YcYqAA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upN4YcYqAA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-upN4YcYqAA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upN4YcYqAA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upN4YcYqAA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upN4YcYqAA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-upN4YcYqAA .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-upN4YcYqAA .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-upN4YcYqAA .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-upN4YcYqAA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upN4YcYqAA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upN4YcYqAA .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-upN4YcYqAA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upN4YcYqAA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-upN4YcYqAA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upN4YcYqAA .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-upN4YcYqAA .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-upN4YcYqAA .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-upN4YcYqAA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-upN4YcYqAA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upN4YcYqAA .navbar .icons-menu {
    padding: 0;
  }
}
.cid-upN4YcYqAA .navbar.navbar-short {
  min-height: 60px;
}
.cid-upN4YcYqAA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upN4YcYqAA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upN4YcYqAA .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-upN4YcYqAA .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-upN4YcYqAA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upN4YcYqAA .dropdown-item.active,
.cid-upN4YcYqAA .dropdown-item:active {
  background-color: transparent;
}
.cid-upN4YcYqAA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-upN4YcYqAA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upN4YcYqAA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upN4YcYqAA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upN4YcYqAA ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-upN4YcYqAA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upN4YcYqAA button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-upN4YcYqAA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-upN4YcYqAA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upN4YcYqAA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upN4YcYqAA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upN4YcYqAA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upN4YcYqAA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upN4YcYqAA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upN4YcYqAA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upN4YcYqAA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upN4YcYqAA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-upN4YcYqAA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upN4YcYqAA .navbar {
    height: 70px;
  }
  .cid-upN4YcYqAA .navbar.opened {
    height: auto;
  }
  .cid-upN4YcYqAA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upN4YcYqAA .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-upN4YcYqAA .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-upN4YcYqAA .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-upN4YcYqAA .text_widget {
  margin-bottom: 32px;
}
.cid-upN4YcYqAA .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-upN4YcYqAA .text_widget a:hover,
.cid-upN4YcYqAA .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-upN4YcYqAA .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-upN4YcYqAA .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-upN4YcYqAA .navbar-caption {
  color: #000000;
}
.cid-upN4YcYqAA .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-upN4YcYqAA .mbr-section-subtitle,
.cid-upN4YcYqAA .text_widget,
.cid-upN4YcYqAA .mbr-section-btn {
  text-align: center;
}
.cid-upN4YcYqAA a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-upN4Ydj89u {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upN4Ydj89u .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upN4Ydj89u .mbr-fallback-image.disabled {
  display: none;
}
.cid-upN4Ydj89u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upN4Ydj89u .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upN4Ydj89u .content-wrap .card {
  justify-content: space-between;
}
.cid-upN4Ydj89u .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upN4Ydj89u .content-wrapper {
    padding: 0;
  }
}
.cid-upN4Ydj89u .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upN4Ydj89u .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upN4Ydj89u .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upN4Ydj89u .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upN4Ydj89u .mbr-desc,
.cid-upN4Ydj89u .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upN4Ydj89u .mbr-section-title,
.cid-upN4Ydj89u .mbr-section-btn {
  color: #ffffff;
}
.cid-upN4YdTgmF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upN4YdTgmF .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upN4YdTgmF .mbr-fallback-image.disabled {
  display: none;
}
.cid-upN4YdTgmF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upN4YdTgmF .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upN4YdTgmF .content-wrap .card {
  justify-content: space-between;
}
.cid-upN4YdTgmF .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upN4YdTgmF .content-wrapper {
    padding: 0;
  }
}
.cid-upN4YdTgmF .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upN4YdTgmF .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upN4YdTgmF .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upN4YdTgmF .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upN4YdTgmF .mbr-desc,
.cid-upN4YdTgmF .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upN4YdTgmF .mbr-section-title,
.cid-upN4YdTgmF .mbr-section-btn {
  color: #ffffff;
}
.cid-upN5zPyquu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-upN5zPyquu .mbr-fallback-image.disabled {
  display: none;
}
.cid-upN5zPyquu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upN5zPyquu .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #b7140b;
}
@media (max-width: 992px) {
  .cid-upN5zPyquu .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-upN5zPyquu .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-upN5zPyquu .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-upN5zPyquu .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #b7140b;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-upN5zPyquu .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-upN5zPyquu .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-upN5zPyquu .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-upN5zPyquu .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-upN5zPyquu .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-upN5zPyquu .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-upN5zPyquu .mbr-section-title,
.cid-upN5zPyquu .mbr-section-btn {
  color: #ffffff;
}
.cid-upN60Vjytp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #0aa3c2;
}
.cid-upN60Vjytp .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upN60Vjytp .mbr-fallback-image.disabled {
  display: none;
}
.cid-upN60Vjytp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upN60Vjytp .content-wrap {
  margin: 0;
}
.cid-upN60Vjytp .content-wrap .card {
  padding: 0;
}
.cid-upN60Vjytp .image-wrapper {
  height: 100%;
  border-right: 1px solid #000000;
  border-right: none;
  border-left: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-upN60Vjytp .image-wrapper {
    border-right: none;
    border-bottom: 1px solid #000000;
  }
}
@media (max-width: 992px) {
  .cid-upN60Vjytp .image-wrapper {
    border-left: none;
    border-bottom: 1px solid #000000;
  }
}
.cid-upN60Vjytp .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-upN60Vjytp .image-wrapper img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-upN60Vjytp .content-wrapper {
  padding: 40px 72px;
}
@media (max-width: 1640px) {
  .cid-upN60Vjytp .content-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-upN60Vjytp .content-wrapper {
    padding: 40px 0;
  }
}
.cid-upN60Vjytp .content-wrapper .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-upN60Vjytp .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-upN60Vjytp .content-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-upN60Vjytp .content-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-upN60Vjytp .content-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-upN60Vjytp .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 16px 25px;
  border: 2px solid #000000 !important;
  box-shadow: 4px 3px 0 0 #000000;
  background-color: transparent;
  line-height: 1 !important;
}
.cid-upN60Vjytp .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-upN60Vjytp .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 2px solid #000000 !important;
}
.cid-upN60Vjytp .content-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: 0.6;
}
.cid-upN60Vjytp .content-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-upN60Vjytp .content-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-upN60Vjytp .content-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-upN60Vjytp .content-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-upN60Vjytp .mbr-section-title {
  color: #150764;
}
.cid-upN60Vjytp label {
  color: #150764;
}
.cid-upN60Vjytp .mbr-section-title,
.cid-upN60Vjytp .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-upN4Yeuv6x {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upN4Yeuv6x .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upN4Yeuv6x .mbr-fallback-image.disabled {
  display: none;
}
.cid-upN4Yeuv6x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upN4Yeuv6x .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upN4Yeuv6x .content-wrap .card {
  justify-content: space-between;
}
.cid-upN4Yeuv6x .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upN4Yeuv6x .content-wrapper {
    padding: 0;
  }
}
.cid-upN4Yeuv6x .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upN4Yeuv6x .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upN4Yeuv6x .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upN4Yeuv6x .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upN4Yeuv6x .mbr-desc,
.cid-upN4Yeuv6x .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upN4Yeuv6x .mbr-section-title,
.cid-upN4Yeuv6x .mbr-section-btn {
  color: #ffffff;
}
.cid-upN4YeMtE0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-upN4YeMtE0 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upN4YeMtE0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upN4YeMtE0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upN4YeMtE0 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upN4YeMtE0 .content-wrap .card {
  justify-content: space-between;
}
.cid-upN4YeMtE0 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upN4YeMtE0 .content-wrapper {
    padding: 0;
  }
}
.cid-upN4YeMtE0 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upN4YeMtE0 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upN4YeMtE0 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upN4YeMtE0 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upN4YeMtE0 .mbr-desc,
.cid-upN4YeMtE0 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upN4YeMtE0 .mbr-section-title,
.cid-upN4YeMtE0 .mbr-section-btn {
  color: #ffffff;
}
.cid-upN4Yf3OdG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upN4Yf3OdG .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upN4Yf3OdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-upN4Yf3OdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upN4Yf3OdG .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upN4Yf3OdG .content-wrap .card {
  justify-content: space-between;
}
.cid-upN4Yf3OdG .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upN4Yf3OdG .content-wrapper {
    padding: 0;
  }
}
.cid-upN4Yf3OdG .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upN4Yf3OdG .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upN4Yf3OdG .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upN4Yf3OdG .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upN4Yf3OdG .mbr-desc,
.cid-upN4Yf3OdG .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upN4Yf3OdG .mbr-section-title,
.cid-upN4Yf3OdG .mbr-section-btn {
  color: #ffffff;
}
.cid-upNrlbHsvD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-upNrlbHsvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNrlbHsvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .container {
    padding: 0 16px;
  }
}
.cid-upNrlbHsvD .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-upNrlbHsvD .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-upNrlbHsvD .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-upNrlbHsvD .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-upNrlbHsvD .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .mbr-section-title {
  color: #ffffff;
}
.cid-upNrlbHsvD .copyright {
  color: #ffffff;
}
.cid-upNrlbHsvD .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .list {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .mbr-section-title,
.cid-upNrlbHsvD .title-wrapper,
.cid-upNrlbHsvD .social-wrapper {
  text-align: center;
}
.cid-upN6DaiY7A {
  background-color: transparent;
}
.cid-upN6DaiY7A .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-upN6DaiY7A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-upN6DaiY7A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upN6DaiY7A .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-upN6DaiY7A .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-upN6DaiY7A .menu_box .navbar.opened,
  .cid-upN6DaiY7A .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-upN6DaiY7A .navbar-dropdown {
  position: relative !important;
}
.cid-upN6DaiY7A .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-upN6DaiY7A .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-upN6DaiY7A .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-upN6DaiY7A .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-upN6DaiY7A .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-upN6DaiY7A .btn:hover {
  box-shadow: none;
}
.cid-upN6DaiY7A .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-upN6DaiY7A .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-upN6DaiY7A .nav-item {
    margin: 0 !important;
  }
}
.cid-upN6DaiY7A .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-upN6DaiY7A .nav-item .nav-link:hover,
.cid-upN6DaiY7A .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-upN6DaiY7A .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-upN6DaiY7A .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-upN6DaiY7A .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-upN6DaiY7A .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-upN6DaiY7A .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-upN6DaiY7A .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-upN6DaiY7A .offcanvas_box {
    display: none;
  }
}
.cid-upN6DaiY7A .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-upN6DaiY7A .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-upN6DaiY7A .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-upN6DaiY7A .container {
  display: flex;
  margin: auto;
}
.cid-upN6DaiY7A .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-upN6DaiY7A .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-upN6DaiY7A .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-upN6DaiY7A .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-upN6DaiY7A .navbar-nav {
    margin: 0;
  }
}
.cid-upN6DaiY7A .dropdown-menu,
.cid-upN6DaiY7A .navbar.opened {
  background-color: false !important;
}
.cid-upN6DaiY7A .nav-item:focus,
.cid-upN6DaiY7A .nav-link:focus {
  outline: none;
}
.cid-upN6DaiY7A .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upN6DaiY7A .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upN6DaiY7A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upN6DaiY7A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upN6DaiY7A .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upN6DaiY7A .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upN6DaiY7A .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-upN6DaiY7A .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-upN6DaiY7A .navbar.opened {
  transition: all 0.3s;
}
.cid-upN6DaiY7A .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-upN6DaiY7A .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-upN6DaiY7A .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-upN6DaiY7A .navbar.collapsed {
  justify-content: center;
}
.cid-upN6DaiY7A .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upN6DaiY7A .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-upN6DaiY7A .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upN6DaiY7A .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upN6DaiY7A .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upN6DaiY7A .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-upN6DaiY7A .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-upN6DaiY7A .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-upN6DaiY7A .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-upN6DaiY7A .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upN6DaiY7A .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upN6DaiY7A .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-upN6DaiY7A .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upN6DaiY7A .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-upN6DaiY7A .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upN6DaiY7A .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-upN6DaiY7A .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-upN6DaiY7A .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-upN6DaiY7A .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-upN6DaiY7A .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upN6DaiY7A .navbar .icons-menu {
    padding: 0;
  }
}
.cid-upN6DaiY7A .navbar.navbar-short {
  min-height: 60px;
}
.cid-upN6DaiY7A .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upN6DaiY7A .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upN6DaiY7A .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-upN6DaiY7A .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-upN6DaiY7A .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upN6DaiY7A .dropdown-item.active,
.cid-upN6DaiY7A .dropdown-item:active {
  background-color: transparent;
}
.cid-upN6DaiY7A .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-upN6DaiY7A .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upN6DaiY7A .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upN6DaiY7A .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upN6DaiY7A ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-upN6DaiY7A .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upN6DaiY7A button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-upN6DaiY7A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-upN6DaiY7A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upN6DaiY7A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upN6DaiY7A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upN6DaiY7A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upN6DaiY7A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upN6DaiY7A nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upN6DaiY7A nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upN6DaiY7A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upN6DaiY7A a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-upN6DaiY7A .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upN6DaiY7A .navbar {
    height: 70px;
  }
  .cid-upN6DaiY7A .navbar.opened {
    height: auto;
  }
  .cid-upN6DaiY7A .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upN6DaiY7A .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-upN6DaiY7A .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-upN6DaiY7A .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-upN6DaiY7A .text_widget {
  margin-bottom: 32px;
}
.cid-upN6DaiY7A .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-upN6DaiY7A .text_widget a:hover,
.cid-upN6DaiY7A .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-upN6DaiY7A .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-upN6DaiY7A .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-upN6DaiY7A .navbar-caption {
  color: #000000;
}
.cid-upN6DaiY7A .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-upN6DaiY7A .mbr-section-subtitle,
.cid-upN6DaiY7A .text_widget,
.cid-upN6DaiY7A .mbr-section-btn {
  text-align: center;
}
.cid-upN6DaiY7A a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-upN6DaDnsY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upN6DaDnsY .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upN6DaDnsY .mbr-fallback-image.disabled {
  display: none;
}
.cid-upN6DaDnsY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upN6DaDnsY .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upN6DaDnsY .content-wrap .card {
  justify-content: space-between;
}
.cid-upN6DaDnsY .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upN6DaDnsY .content-wrapper {
    padding: 0;
  }
}
.cid-upN6DaDnsY .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upN6DaDnsY .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upN6DaDnsY .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upN6DaDnsY .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upN6DaDnsY .mbr-desc,
.cid-upN6DaDnsY .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upN6DaDnsY .mbr-section-title,
.cid-upN6DaDnsY .mbr-section-btn {
  color: #ffffff;
}
.cid-upN6DbpjOh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upN6DbpjOh .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upN6DbpjOh .mbr-fallback-image.disabled {
  display: none;
}
.cid-upN6DbpjOh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upN6DbpjOh .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upN6DbpjOh .content-wrap .card {
  justify-content: space-between;
}
.cid-upN6DbpjOh .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upN6DbpjOh .content-wrapper {
    padding: 0;
  }
}
.cid-upN6DbpjOh .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upN6DbpjOh .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upN6DbpjOh .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upN6DbpjOh .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upN6DbpjOh .mbr-desc,
.cid-upN6DbpjOh .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upN6DbpjOh .mbr-section-title,
.cid-upN6DbpjOh .mbr-section-btn {
  color: #ffffff;
}
.cid-upN6DbGJpN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-upN6DbGJpN .mbr-fallback-image.disabled {
  display: none;
}
.cid-upN6DbGJpN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upN6DbGJpN .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #b7140b;
}
@media (max-width: 992px) {
  .cid-upN6DbGJpN .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-upN6DbGJpN .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-upN6DbGJpN .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-upN6DbGJpN .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #b7140b;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-upN6DbGJpN .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-upN6DbGJpN .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-upN6DbGJpN .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-upN6DbGJpN .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-upN6DbGJpN .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-upN6DbGJpN .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-upN6DbGJpN .mbr-section-title,
.cid-upN6DbGJpN .mbr-section-btn {
  color: #ffffff;
}
.cid-upN6Dc0JLk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #0aa3c2;
}
.cid-upN6Dc0JLk .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upN6Dc0JLk .mbr-fallback-image.disabled {
  display: none;
}
.cid-upN6Dc0JLk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upN6Dc0JLk .content-wrap {
  margin: 0;
}
.cid-upN6Dc0JLk .content-wrap .card {
  padding: 0;
}
.cid-upN6Dc0JLk .image-wrapper {
  height: 100%;
  border-right: 1px solid #000000;
  border-right: none;
  border-left: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-upN6Dc0JLk .image-wrapper {
    border-right: none;
    border-bottom: 1px solid #000000;
  }
}
@media (max-width: 992px) {
  .cid-upN6Dc0JLk .image-wrapper {
    border-left: none;
    border-bottom: 1px solid #000000;
  }
}
.cid-upN6Dc0JLk .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-upN6Dc0JLk .image-wrapper img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-upN6Dc0JLk .content-wrapper {
  padding: 40px 72px;
}
@media (max-width: 1640px) {
  .cid-upN6Dc0JLk .content-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-upN6Dc0JLk .content-wrapper {
    padding: 40px 0;
  }
}
.cid-upN6Dc0JLk .content-wrapper .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-upN6Dc0JLk .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-upN6Dc0JLk .content-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-upN6Dc0JLk .content-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-upN6Dc0JLk .content-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-upN6Dc0JLk .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 16px 25px;
  border: 2px solid #000000 !important;
  box-shadow: 4px 3px 0 0 #000000;
  background-color: transparent;
  line-height: 1 !important;
}
.cid-upN6Dc0JLk .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-upN6Dc0JLk .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 2px solid #000000 !important;
}
.cid-upN6Dc0JLk .content-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: 0.6;
}
.cid-upN6Dc0JLk .content-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-upN6Dc0JLk .content-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-upN6Dc0JLk .content-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-upN6Dc0JLk .content-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-upN6Dc0JLk .mbr-section-title {
  color: #150764;
}
.cid-upN6Dc0JLk label {
  color: #150764;
}
.cid-upN6Dc0JLk .mbr-section-title,
.cid-upN6Dc0JLk .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-upN6DclV8E {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upN6DclV8E .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upN6DclV8E .mbr-fallback-image.disabled {
  display: none;
}
.cid-upN6DclV8E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upN6DclV8E .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upN6DclV8E .content-wrap .card {
  justify-content: space-between;
}
.cid-upN6DclV8E .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upN6DclV8E .content-wrapper {
    padding: 0;
  }
}
.cid-upN6DclV8E .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upN6DclV8E .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upN6DclV8E .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upN6DclV8E .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upN6DclV8E .mbr-desc,
.cid-upN6DclV8E .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upN6DclV8E .mbr-section-title,
.cid-upN6DclV8E .mbr-section-btn {
  color: #ffffff;
}
.cid-upN6DcH0rN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-upN6DcH0rN .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upN6DcH0rN .mbr-fallback-image.disabled {
  display: none;
}
.cid-upN6DcH0rN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upN6DcH0rN .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upN6DcH0rN .content-wrap .card {
  justify-content: space-between;
}
.cid-upN6DcH0rN .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upN6DcH0rN .content-wrapper {
    padding: 0;
  }
}
.cid-upN6DcH0rN .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upN6DcH0rN .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upN6DcH0rN .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upN6DcH0rN .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upN6DcH0rN .mbr-desc,
.cid-upN6DcH0rN .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upN6DcH0rN .mbr-section-title,
.cid-upN6DcH0rN .mbr-section-btn {
  color: #ffffff;
}
.cid-upN6Dd0Pqz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upN6Dd0Pqz .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upN6Dd0Pqz .mbr-fallback-image.disabled {
  display: none;
}
.cid-upN6Dd0Pqz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upN6Dd0Pqz .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upN6Dd0Pqz .content-wrap .card {
  justify-content: space-between;
}
.cid-upN6Dd0Pqz .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upN6Dd0Pqz .content-wrapper {
    padding: 0;
  }
}
.cid-upN6Dd0Pqz .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upN6Dd0Pqz .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upN6Dd0Pqz .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upN6Dd0Pqz .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upN6Dd0Pqz .mbr-desc,
.cid-upN6Dd0Pqz .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upN6Dd0Pqz .mbr-section-title,
.cid-upN6Dd0Pqz .mbr-section-btn {
  color: #ffffff;
}
.cid-upNrlbHsvD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-upNrlbHsvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNrlbHsvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .container {
    padding: 0 16px;
  }
}
.cid-upNrlbHsvD .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-upNrlbHsvD .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-upNrlbHsvD .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-upNrlbHsvD .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-upNrlbHsvD .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .mbr-section-title {
  color: #ffffff;
}
.cid-upNrlbHsvD .copyright {
  color: #ffffff;
}
.cid-upNrlbHsvD .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .list {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .mbr-section-title,
.cid-upNrlbHsvD .title-wrapper,
.cid-upNrlbHsvD .social-wrapper {
  text-align: center;
}
.cid-upN71QmDR9 {
  background-color: transparent;
}
.cid-upN71QmDR9 .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-upN71QmDR9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-upN71QmDR9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upN71QmDR9 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-upN71QmDR9 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-upN71QmDR9 .menu_box .navbar.opened,
  .cid-upN71QmDR9 .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-upN71QmDR9 .navbar-dropdown {
  position: relative !important;
}
.cid-upN71QmDR9 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-upN71QmDR9 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-upN71QmDR9 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-upN71QmDR9 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-upN71QmDR9 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-upN71QmDR9 .btn:hover {
  box-shadow: none;
}
.cid-upN71QmDR9 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-upN71QmDR9 .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-upN71QmDR9 .nav-item {
    margin: 0 !important;
  }
}
.cid-upN71QmDR9 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-upN71QmDR9 .nav-item .nav-link:hover,
.cid-upN71QmDR9 .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-upN71QmDR9 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-upN71QmDR9 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-upN71QmDR9 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-upN71QmDR9 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-upN71QmDR9 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-upN71QmDR9 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-upN71QmDR9 .offcanvas_box {
    display: none;
  }
}
.cid-upN71QmDR9 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-upN71QmDR9 .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-upN71QmDR9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-upN71QmDR9 .container {
  display: flex;
  margin: auto;
}
.cid-upN71QmDR9 .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-upN71QmDR9 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-upN71QmDR9 .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-upN71QmDR9 .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-upN71QmDR9 .navbar-nav {
    margin: 0;
  }
}
.cid-upN71QmDR9 .dropdown-menu,
.cid-upN71QmDR9 .navbar.opened {
  background-color: false !important;
}
.cid-upN71QmDR9 .nav-item:focus,
.cid-upN71QmDR9 .nav-link:focus {
  outline: none;
}
.cid-upN71QmDR9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upN71QmDR9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upN71QmDR9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upN71QmDR9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upN71QmDR9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upN71QmDR9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upN71QmDR9 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-upN71QmDR9 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-upN71QmDR9 .navbar.opened {
  transition: all 0.3s;
}
.cid-upN71QmDR9 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-upN71QmDR9 .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-upN71QmDR9 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-upN71QmDR9 .navbar.collapsed {
  justify-content: center;
}
.cid-upN71QmDR9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upN71QmDR9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-upN71QmDR9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upN71QmDR9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upN71QmDR9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upN71QmDR9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-upN71QmDR9 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-upN71QmDR9 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-upN71QmDR9 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-upN71QmDR9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upN71QmDR9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upN71QmDR9 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-upN71QmDR9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upN71QmDR9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-upN71QmDR9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upN71QmDR9 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-upN71QmDR9 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-upN71QmDR9 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-upN71QmDR9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-upN71QmDR9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upN71QmDR9 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-upN71QmDR9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-upN71QmDR9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upN71QmDR9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upN71QmDR9 .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-upN71QmDR9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-upN71QmDR9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upN71QmDR9 .dropdown-item.active,
.cid-upN71QmDR9 .dropdown-item:active {
  background-color: transparent;
}
.cid-upN71QmDR9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-upN71QmDR9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upN71QmDR9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upN71QmDR9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upN71QmDR9 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-upN71QmDR9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upN71QmDR9 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-upN71QmDR9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-upN71QmDR9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upN71QmDR9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upN71QmDR9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upN71QmDR9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upN71QmDR9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upN71QmDR9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upN71QmDR9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upN71QmDR9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upN71QmDR9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-upN71QmDR9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upN71QmDR9 .navbar {
    height: 70px;
  }
  .cid-upN71QmDR9 .navbar.opened {
    height: auto;
  }
  .cid-upN71QmDR9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upN71QmDR9 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-upN71QmDR9 .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-upN71QmDR9 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-upN71QmDR9 .text_widget {
  margin-bottom: 32px;
}
.cid-upN71QmDR9 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-upN71QmDR9 .text_widget a:hover,
.cid-upN71QmDR9 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-upN71QmDR9 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-upN71QmDR9 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-upN71QmDR9 .navbar-caption {
  color: #000000;
}
.cid-upN71QmDR9 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-upN71QmDR9 .mbr-section-subtitle,
.cid-upN71QmDR9 .text_widget,
.cid-upN71QmDR9 .mbr-section-btn {
  text-align: center;
}
.cid-upN71QmDR9 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-upN71QHe5d {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upN71QHe5d .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upN71QHe5d .mbr-fallback-image.disabled {
  display: none;
}
.cid-upN71QHe5d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upN71QHe5d .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upN71QHe5d .content-wrap .card {
  justify-content: space-between;
}
.cid-upN71QHe5d .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upN71QHe5d .content-wrapper {
    padding: 0;
  }
}
.cid-upN71QHe5d .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upN71QHe5d .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upN71QHe5d .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upN71QHe5d .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upN71QHe5d .mbr-desc,
.cid-upN71QHe5d .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upN71QHe5d .mbr-section-title,
.cid-upN71QHe5d .mbr-section-btn {
  color: #ffffff;
}
.cid-upN71RpMs3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upN71RpMs3 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upN71RpMs3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upN71RpMs3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upN71RpMs3 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upN71RpMs3 .content-wrap .card {
  justify-content: space-between;
}
.cid-upN71RpMs3 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upN71RpMs3 .content-wrapper {
    padding: 0;
  }
}
.cid-upN71RpMs3 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upN71RpMs3 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upN71RpMs3 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upN71RpMs3 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upN71RpMs3 .mbr-desc,
.cid-upN71RpMs3 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upN71RpMs3 .mbr-section-title,
.cid-upN71RpMs3 .mbr-section-btn {
  color: #ffffff;
}
.cid-upN71RGvx2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-upN71RGvx2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upN71RGvx2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upN71RGvx2 .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #b7140b;
}
@media (max-width: 992px) {
  .cid-upN71RGvx2 .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-upN71RGvx2 .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-upN71RGvx2 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-upN71RGvx2 .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #b7140b;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-upN71RGvx2 .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-upN71RGvx2 .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-upN71RGvx2 .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-upN71RGvx2 .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-upN71RGvx2 .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-upN71RGvx2 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-upN71RGvx2 .mbr-section-title,
.cid-upN71RGvx2 .mbr-section-btn {
  color: #ffffff;
}
.cid-upN71RXBv1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #0aa3c2;
}
.cid-upN71RXBv1 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upN71RXBv1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upN71RXBv1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upN71RXBv1 .content-wrap {
  margin: 0;
}
.cid-upN71RXBv1 .content-wrap .card {
  padding: 0;
}
.cid-upN71RXBv1 .image-wrapper {
  height: 100%;
  border-right: 1px solid #000000;
  border-right: none;
  border-left: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-upN71RXBv1 .image-wrapper {
    border-right: none;
    border-bottom: 1px solid #000000;
  }
}
@media (max-width: 992px) {
  .cid-upN71RXBv1 .image-wrapper {
    border-left: none;
    border-bottom: 1px solid #000000;
  }
}
.cid-upN71RXBv1 .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-upN71RXBv1 .image-wrapper img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-upN71RXBv1 .content-wrapper {
  padding: 40px 72px;
}
@media (max-width: 1640px) {
  .cid-upN71RXBv1 .content-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-upN71RXBv1 .content-wrapper {
    padding: 40px 0;
  }
}
.cid-upN71RXBv1 .content-wrapper .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-upN71RXBv1 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-upN71RXBv1 .content-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-upN71RXBv1 .content-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-upN71RXBv1 .content-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-upN71RXBv1 .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 16px 25px;
  border: 2px solid #000000 !important;
  box-shadow: 4px 3px 0 0 #000000;
  background-color: transparent;
  line-height: 1 !important;
}
.cid-upN71RXBv1 .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-upN71RXBv1 .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 2px solid #000000 !important;
}
.cid-upN71RXBv1 .content-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: 0.6;
}
.cid-upN71RXBv1 .content-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-upN71RXBv1 .content-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-upN71RXBv1 .content-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-upN71RXBv1 .content-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-upN71RXBv1 .mbr-section-title {
  color: #150764;
}
.cid-upN71RXBv1 label {
  color: #150764;
}
.cid-upN71RXBv1 .mbr-section-title,
.cid-upN71RXBv1 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-upN71SgiES {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upN71SgiES .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upN71SgiES .mbr-fallback-image.disabled {
  display: none;
}
.cid-upN71SgiES .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upN71SgiES .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upN71SgiES .content-wrap .card {
  justify-content: space-between;
}
.cid-upN71SgiES .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upN71SgiES .content-wrapper {
    padding: 0;
  }
}
.cid-upN71SgiES .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upN71SgiES .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upN71SgiES .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upN71SgiES .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upN71SgiES .mbr-desc,
.cid-upN71SgiES .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upN71SgiES .mbr-section-title,
.cid-upN71SgiES .mbr-section-btn {
  color: #ffffff;
}
.cid-upN71SzCoh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-upN71SzCoh .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upN71SzCoh .mbr-fallback-image.disabled {
  display: none;
}
.cid-upN71SzCoh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upN71SzCoh .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upN71SzCoh .content-wrap .card {
  justify-content: space-between;
}
.cid-upN71SzCoh .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upN71SzCoh .content-wrapper {
    padding: 0;
  }
}
.cid-upN71SzCoh .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upN71SzCoh .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upN71SzCoh .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upN71SzCoh .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upN71SzCoh .mbr-desc,
.cid-upN71SzCoh .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upN71SzCoh .mbr-section-title,
.cid-upN71SzCoh .mbr-section-btn {
  color: #ffffff;
}
.cid-upN71SSbAA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upN71SSbAA .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upN71SSbAA .mbr-fallback-image.disabled {
  display: none;
}
.cid-upN71SSbAA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upN71SSbAA .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upN71SSbAA .content-wrap .card {
  justify-content: space-between;
}
.cid-upN71SSbAA .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upN71SSbAA .content-wrapper {
    padding: 0;
  }
}
.cid-upN71SSbAA .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upN71SSbAA .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upN71SSbAA .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upN71SSbAA .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upN71SSbAA .mbr-desc,
.cid-upN71SSbAA .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upN71SSbAA .mbr-section-title,
.cid-upN71SSbAA .mbr-section-btn {
  color: #ffffff;
}
.cid-upNrlbHsvD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-upNrlbHsvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNrlbHsvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .container {
    padding: 0 16px;
  }
}
.cid-upNrlbHsvD .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-upNrlbHsvD .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-upNrlbHsvD .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-upNrlbHsvD .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-upNrlbHsvD .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .mbr-section-title {
  color: #ffffff;
}
.cid-upNrlbHsvD .copyright {
  color: #ffffff;
}
.cid-upNrlbHsvD .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .list {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .mbr-section-title,
.cid-upNrlbHsvD .title-wrapper,
.cid-upNrlbHsvD .social-wrapper {
  text-align: center;
}
.cid-upN7MX6n5R {
  background-color: transparent;
}
.cid-upN7MX6n5R .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-upN7MX6n5R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-upN7MX6n5R .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upN7MX6n5R .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-upN7MX6n5R .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-upN7MX6n5R .menu_box .navbar.opened,
  .cid-upN7MX6n5R .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-upN7MX6n5R .navbar-dropdown {
  position: relative !important;
}
.cid-upN7MX6n5R .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-upN7MX6n5R .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-upN7MX6n5R .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-upN7MX6n5R .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-upN7MX6n5R .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-upN7MX6n5R .btn:hover {
  box-shadow: none;
}
.cid-upN7MX6n5R .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-upN7MX6n5R .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-upN7MX6n5R .nav-item {
    margin: 0 !important;
  }
}
.cid-upN7MX6n5R .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-upN7MX6n5R .nav-item .nav-link:hover,
.cid-upN7MX6n5R .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-upN7MX6n5R .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-upN7MX6n5R .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-upN7MX6n5R .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-upN7MX6n5R .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-upN7MX6n5R .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-upN7MX6n5R .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-upN7MX6n5R .offcanvas_box {
    display: none;
  }
}
.cid-upN7MX6n5R .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-upN7MX6n5R .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-upN7MX6n5R .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-upN7MX6n5R .container {
  display: flex;
  margin: auto;
}
.cid-upN7MX6n5R .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-upN7MX6n5R .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-upN7MX6n5R .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-upN7MX6n5R .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-upN7MX6n5R .navbar-nav {
    margin: 0;
  }
}
.cid-upN7MX6n5R .dropdown-menu,
.cid-upN7MX6n5R .navbar.opened {
  background-color: false !important;
}
.cid-upN7MX6n5R .nav-item:focus,
.cid-upN7MX6n5R .nav-link:focus {
  outline: none;
}
.cid-upN7MX6n5R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upN7MX6n5R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upN7MX6n5R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upN7MX6n5R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upN7MX6n5R .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upN7MX6n5R .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upN7MX6n5R .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-upN7MX6n5R .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-upN7MX6n5R .navbar.opened {
  transition: all 0.3s;
}
.cid-upN7MX6n5R .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-upN7MX6n5R .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-upN7MX6n5R .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-upN7MX6n5R .navbar.collapsed {
  justify-content: center;
}
.cid-upN7MX6n5R .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upN7MX6n5R .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-upN7MX6n5R .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upN7MX6n5R .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upN7MX6n5R .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upN7MX6n5R .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-upN7MX6n5R .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-upN7MX6n5R .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-upN7MX6n5R .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-upN7MX6n5R .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upN7MX6n5R .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upN7MX6n5R .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-upN7MX6n5R .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upN7MX6n5R .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-upN7MX6n5R .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upN7MX6n5R .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-upN7MX6n5R .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-upN7MX6n5R .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-upN7MX6n5R .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-upN7MX6n5R .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upN7MX6n5R .navbar .icons-menu {
    padding: 0;
  }
}
.cid-upN7MX6n5R .navbar.navbar-short {
  min-height: 60px;
}
.cid-upN7MX6n5R .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upN7MX6n5R .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upN7MX6n5R .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-upN7MX6n5R .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-upN7MX6n5R .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upN7MX6n5R .dropdown-item.active,
.cid-upN7MX6n5R .dropdown-item:active {
  background-color: transparent;
}
.cid-upN7MX6n5R .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-upN7MX6n5R .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upN7MX6n5R .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upN7MX6n5R .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upN7MX6n5R ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-upN7MX6n5R .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upN7MX6n5R button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-upN7MX6n5R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-upN7MX6n5R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upN7MX6n5R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upN7MX6n5R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upN7MX6n5R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upN7MX6n5R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upN7MX6n5R nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upN7MX6n5R nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upN7MX6n5R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upN7MX6n5R a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-upN7MX6n5R .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upN7MX6n5R .navbar {
    height: 70px;
  }
  .cid-upN7MX6n5R .navbar.opened {
    height: auto;
  }
  .cid-upN7MX6n5R .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upN7MX6n5R .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-upN7MX6n5R .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-upN7MX6n5R .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-upN7MX6n5R .text_widget {
  margin-bottom: 32px;
}
.cid-upN7MX6n5R .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-upN7MX6n5R .text_widget a:hover,
.cid-upN7MX6n5R .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-upN7MX6n5R .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-upN7MX6n5R .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-upN7MX6n5R .navbar-caption {
  color: #000000;
}
.cid-upN7MX6n5R .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-upN7MX6n5R .mbr-section-subtitle,
.cid-upN7MX6n5R .text_widget,
.cid-upN7MX6n5R .mbr-section-btn {
  text-align: center;
}
.cid-upN7MX6n5R a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-upN7MXsl3Q {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upN7MXsl3Q .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upN7MXsl3Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-upN7MXsl3Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upN7MXsl3Q .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upN7MXsl3Q .content-wrap .card {
  justify-content: space-between;
}
.cid-upN7MXsl3Q .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upN7MXsl3Q .content-wrapper {
    padding: 0;
  }
}
.cid-upN7MXsl3Q .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upN7MXsl3Q .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upN7MXsl3Q .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upN7MXsl3Q .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upN7MXsl3Q .mbr-desc,
.cid-upN7MXsl3Q .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upN7MXsl3Q .mbr-section-title,
.cid-upN7MXsl3Q .mbr-section-btn {
  color: #ffffff;
}
.cid-upN7MY1Aje {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upN7MY1Aje .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upN7MY1Aje .mbr-fallback-image.disabled {
  display: none;
}
.cid-upN7MY1Aje .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upN7MY1Aje .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upN7MY1Aje .content-wrap .card {
  justify-content: space-between;
}
.cid-upN7MY1Aje .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upN7MY1Aje .content-wrapper {
    padding: 0;
  }
}
.cid-upN7MY1Aje .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upN7MY1Aje .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upN7MY1Aje .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upN7MY1Aje .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upN7MY1Aje .mbr-desc,
.cid-upN7MY1Aje .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upN7MY1Aje .mbr-section-title,
.cid-upN7MY1Aje .mbr-section-btn {
  color: #ffffff;
}
.cid-upN7MYigs0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-upN7MYigs0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upN7MYigs0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upN7MYigs0 .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #b7140b;
}
@media (max-width: 992px) {
  .cid-upN7MYigs0 .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-upN7MYigs0 .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-upN7MYigs0 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-upN7MYigs0 .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #b7140b;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-upN7MYigs0 .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-upN7MYigs0 .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-upN7MYigs0 .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-upN7MYigs0 .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-upN7MYigs0 .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-upN7MYigs0 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-upN7MYigs0 .mbr-section-title,
.cid-upN7MYigs0 .mbr-section-btn {
  color: #ffffff;
}
.cid-upN7MYBah7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #0aa3c2;
}
.cid-upN7MYBah7 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upN7MYBah7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upN7MYBah7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upN7MYBah7 .content-wrap {
  margin: 0;
}
.cid-upN7MYBah7 .content-wrap .card {
  padding: 0;
}
.cid-upN7MYBah7 .image-wrapper {
  height: 100%;
  border-right: 1px solid #000000;
  border-right: none;
  border-left: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-upN7MYBah7 .image-wrapper {
    border-right: none;
    border-bottom: 1px solid #000000;
  }
}
@media (max-width: 992px) {
  .cid-upN7MYBah7 .image-wrapper {
    border-left: none;
    border-bottom: 1px solid #000000;
  }
}
.cid-upN7MYBah7 .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-upN7MYBah7 .image-wrapper img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-upN7MYBah7 .content-wrapper {
  padding: 40px 72px;
}
@media (max-width: 1640px) {
  .cid-upN7MYBah7 .content-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-upN7MYBah7 .content-wrapper {
    padding: 40px 0;
  }
}
.cid-upN7MYBah7 .content-wrapper .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-upN7MYBah7 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-upN7MYBah7 .content-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-upN7MYBah7 .content-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-upN7MYBah7 .content-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-upN7MYBah7 .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 16px 25px;
  border: 2px solid #000000 !important;
  box-shadow: 4px 3px 0 0 #000000;
  background-color: transparent;
  line-height: 1 !important;
}
.cid-upN7MYBah7 .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-upN7MYBah7 .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 2px solid #000000 !important;
}
.cid-upN7MYBah7 .content-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: 0.6;
}
.cid-upN7MYBah7 .content-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-upN7MYBah7 .content-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-upN7MYBah7 .content-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-upN7MYBah7 .content-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-upN7MYBah7 .mbr-section-title {
  color: #150764;
}
.cid-upN7MYBah7 label {
  color: #150764;
}
.cid-upN7MYBah7 .mbr-section-title,
.cid-upN7MYBah7 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-upN7MYTA7f {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upN7MYTA7f .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upN7MYTA7f .mbr-fallback-image.disabled {
  display: none;
}
.cid-upN7MYTA7f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upN7MYTA7f .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upN7MYTA7f .content-wrap .card {
  justify-content: space-between;
}
.cid-upN7MYTA7f .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upN7MYTA7f .content-wrapper {
    padding: 0;
  }
}
.cid-upN7MYTA7f .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upN7MYTA7f .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upN7MYTA7f .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upN7MYTA7f .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upN7MYTA7f .mbr-desc,
.cid-upN7MYTA7f .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upN7MYTA7f .mbr-section-title,
.cid-upN7MYTA7f .mbr-section-btn {
  color: #ffffff;
}
.cid-upN7MZc6zz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-upN7MZc6zz .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upN7MZc6zz .mbr-fallback-image.disabled {
  display: none;
}
.cid-upN7MZc6zz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upN7MZc6zz .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upN7MZc6zz .content-wrap .card {
  justify-content: space-between;
}
.cid-upN7MZc6zz .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upN7MZc6zz .content-wrapper {
    padding: 0;
  }
}
.cid-upN7MZc6zz .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upN7MZc6zz .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upN7MZc6zz .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upN7MZc6zz .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upN7MZc6zz .mbr-desc,
.cid-upN7MZc6zz .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upN7MZc6zz .mbr-section-title,
.cid-upN7MZc6zz .mbr-section-btn {
  color: #ffffff;
}
.cid-upN7MZslgT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upN7MZslgT .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upN7MZslgT .mbr-fallback-image.disabled {
  display: none;
}
.cid-upN7MZslgT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upN7MZslgT .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upN7MZslgT .content-wrap .card {
  justify-content: space-between;
}
.cid-upN7MZslgT .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upN7MZslgT .content-wrapper {
    padding: 0;
  }
}
.cid-upN7MZslgT .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upN7MZslgT .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upN7MZslgT .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upN7MZslgT .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upN7MZslgT .mbr-desc,
.cid-upN7MZslgT .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upN7MZslgT .mbr-section-title,
.cid-upN7MZslgT .mbr-section-btn {
  color: #ffffff;
}
.cid-upNrlbHsvD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-upNrlbHsvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNrlbHsvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .container {
    padding: 0 16px;
  }
}
.cid-upNrlbHsvD .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-upNrlbHsvD .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-upNrlbHsvD .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-upNrlbHsvD .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-upNrlbHsvD .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .mbr-section-title {
  color: #ffffff;
}
.cid-upNrlbHsvD .copyright {
  color: #ffffff;
}
.cid-upNrlbHsvD .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .list {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .mbr-section-title,
.cid-upNrlbHsvD .title-wrapper,
.cid-upNrlbHsvD .social-wrapper {
  text-align: center;
}
.cid-upNcGlVJ2G {
  background-color: transparent;
}
.cid-upNcGlVJ2G .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-upNcGlVJ2G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-upNcGlVJ2G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upNcGlVJ2G .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-upNcGlVJ2G .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-upNcGlVJ2G .menu_box .navbar.opened,
  .cid-upNcGlVJ2G .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-upNcGlVJ2G .navbar-dropdown {
  position: relative !important;
}
.cid-upNcGlVJ2G .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-upNcGlVJ2G .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-upNcGlVJ2G .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-upNcGlVJ2G .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-upNcGlVJ2G .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-upNcGlVJ2G .btn:hover {
  box-shadow: none;
}
.cid-upNcGlVJ2G .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-upNcGlVJ2G .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-upNcGlVJ2G .nav-item {
    margin: 0 !important;
  }
}
.cid-upNcGlVJ2G .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-upNcGlVJ2G .nav-item .nav-link:hover,
.cid-upNcGlVJ2G .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-upNcGlVJ2G .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-upNcGlVJ2G .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-upNcGlVJ2G .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-upNcGlVJ2G .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-upNcGlVJ2G .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-upNcGlVJ2G .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-upNcGlVJ2G .offcanvas_box {
    display: none;
  }
}
.cid-upNcGlVJ2G .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-upNcGlVJ2G .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-upNcGlVJ2G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-upNcGlVJ2G .container {
  display: flex;
  margin: auto;
}
.cid-upNcGlVJ2G .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-upNcGlVJ2G .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-upNcGlVJ2G .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-upNcGlVJ2G .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-upNcGlVJ2G .navbar-nav {
    margin: 0;
  }
}
.cid-upNcGlVJ2G .dropdown-menu,
.cid-upNcGlVJ2G .navbar.opened {
  background-color: false !important;
}
.cid-upNcGlVJ2G .nav-item:focus,
.cid-upNcGlVJ2G .nav-link:focus {
  outline: none;
}
.cid-upNcGlVJ2G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upNcGlVJ2G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upNcGlVJ2G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upNcGlVJ2G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upNcGlVJ2G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upNcGlVJ2G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upNcGlVJ2G .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-upNcGlVJ2G .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-upNcGlVJ2G .navbar.opened {
  transition: all 0.3s;
}
.cid-upNcGlVJ2G .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-upNcGlVJ2G .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-upNcGlVJ2G .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-upNcGlVJ2G .navbar.collapsed {
  justify-content: center;
}
.cid-upNcGlVJ2G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upNcGlVJ2G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-upNcGlVJ2G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upNcGlVJ2G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upNcGlVJ2G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upNcGlVJ2G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-upNcGlVJ2G .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-upNcGlVJ2G .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-upNcGlVJ2G .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-upNcGlVJ2G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upNcGlVJ2G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upNcGlVJ2G .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-upNcGlVJ2G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upNcGlVJ2G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-upNcGlVJ2G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upNcGlVJ2G .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-upNcGlVJ2G .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-upNcGlVJ2G .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-upNcGlVJ2G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-upNcGlVJ2G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upNcGlVJ2G .navbar .icons-menu {
    padding: 0;
  }
}
.cid-upNcGlVJ2G .navbar.navbar-short {
  min-height: 60px;
}
.cid-upNcGlVJ2G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upNcGlVJ2G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upNcGlVJ2G .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-upNcGlVJ2G .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-upNcGlVJ2G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upNcGlVJ2G .dropdown-item.active,
.cid-upNcGlVJ2G .dropdown-item:active {
  background-color: transparent;
}
.cid-upNcGlVJ2G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-upNcGlVJ2G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upNcGlVJ2G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upNcGlVJ2G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upNcGlVJ2G ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-upNcGlVJ2G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upNcGlVJ2G button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-upNcGlVJ2G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-upNcGlVJ2G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upNcGlVJ2G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upNcGlVJ2G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upNcGlVJ2G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upNcGlVJ2G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upNcGlVJ2G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upNcGlVJ2G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upNcGlVJ2G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upNcGlVJ2G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-upNcGlVJ2G .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upNcGlVJ2G .navbar {
    height: 70px;
  }
  .cid-upNcGlVJ2G .navbar.opened {
    height: auto;
  }
  .cid-upNcGlVJ2G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upNcGlVJ2G .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-upNcGlVJ2G .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-upNcGlVJ2G .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-upNcGlVJ2G .text_widget {
  margin-bottom: 32px;
}
.cid-upNcGlVJ2G .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-upNcGlVJ2G .text_widget a:hover,
.cid-upNcGlVJ2G .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-upNcGlVJ2G .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-upNcGlVJ2G .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-upNcGlVJ2G .navbar-caption {
  color: #000000;
}
.cid-upNcGlVJ2G .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-upNcGlVJ2G .mbr-section-subtitle,
.cid-upNcGlVJ2G .text_widget,
.cid-upNcGlVJ2G .mbr-section-btn {
  text-align: center;
}
.cid-upNcGlVJ2G a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-upNcGmgt5K {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upNcGmgt5K .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upNcGmgt5K .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNcGmgt5K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upNcGmgt5K .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upNcGmgt5K .content-wrap .card {
  justify-content: space-between;
}
.cid-upNcGmgt5K .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upNcGmgt5K .content-wrapper {
    padding: 0;
  }
}
.cid-upNcGmgt5K .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upNcGmgt5K .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upNcGmgt5K .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upNcGmgt5K .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upNcGmgt5K .mbr-desc,
.cid-upNcGmgt5K .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upNcGmgt5K .mbr-section-title,
.cid-upNcGmgt5K .mbr-section-btn {
  color: #ffffff;
}
.cid-upNcGnbLdm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #0aa3c2;
}
.cid-upNcGnbLdm .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upNcGnbLdm .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNcGnbLdm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upNcGnbLdm .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upNcGnbLdm .content-wrap .card {
  justify-content: space-between;
}
.cid-upNcGnbLdm .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upNcGnbLdm .content-wrapper {
    padding: 0;
  }
}
.cid-upNcGnbLdm .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upNcGnbLdm .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upNcGnbLdm .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upNcGnbLdm .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upNcGnbLdm .mbr-desc,
.cid-upNcGnbLdm .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upNcGnbLdm .mbr-section-title,
.cid-upNcGnbLdm .mbr-section-btn {
  color: #ffffff;
}
.cid-upNcGnrp51 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upNcGnrp51 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upNcGnrp51 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNcGnrp51 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upNcGnrp51 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upNcGnrp51 .content-wrap .card {
  justify-content: space-between;
}
.cid-upNcGnrp51 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upNcGnrp51 .content-wrapper {
    padding: 0;
  }
}
.cid-upNcGnrp51 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upNcGnrp51 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upNcGnrp51 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upNcGnrp51 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upNcGnrp51 .mbr-desc,
.cid-upNcGnrp51 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upNcGnrp51 .mbr-section-title,
.cid-upNcGnrp51 .mbr-section-btn {
  color: #ffffff;
}
.cid-uADm4FS75Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #0aa3c2;
}
.cid-uADm4FS75Q .decor-wrap_1 {
  position: absolute;
  top: 2rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #0aa3c2 0, #b7140b 43%, #0aa3c2 100%);
}
.cid-uADm4FS75Q .decor-wrap_2 {
  position: absolute;
  top: 20%;
  right: -4rem;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #0aa3c2 0, #b7140b 43%, #0aa3c2 100%);
}
.cid-uADm4FS75Q .decor-wrap_3 {
  position: absolute;
  bottom: -35%;
  left: -10rem;
  width: 539px;
  height: 539px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #0aa3c2 0, #b7140b 43%, #0aa3c2 100%);
}
.cid-uADm4FS75Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uADm4FS75Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uADm4FS75Q .container {
    padding: 0 30px;
  }
}
.cid-uADm4FS75Q .row {
  position: relative;
  z-index: 1;
  justify-content: center;
}
.cid-uADm4FS75Q .image-wrapper {
  background-color: #000000;
  padding: 40px 40px 40px 0;
}
@media (max-width: 992px) {
  .cid-uADm4FS75Q .image-wrapper {
    padding: 20px 20px 20px 0;
  }
}
.cid-uADm4FS75Q .image-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uADm4FS75Q .image-wrapper img {
    height: 350px;
  }
}
.cid-upNcGnLPC6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-upNcGnLPC6 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upNcGnLPC6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNcGnLPC6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upNcGnLPC6 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upNcGnLPC6 .content-wrap .card {
  justify-content: space-between;
}
.cid-upNcGnLPC6 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upNcGnLPC6 .content-wrapper {
    padding: 0;
  }
}
.cid-upNcGnLPC6 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upNcGnLPC6 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upNcGnLPC6 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upNcGnLPC6 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upNcGnLPC6 .mbr-desc,
.cid-upNcGnLPC6 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upNcGnLPC6 .mbr-section-title,
.cid-upNcGnLPC6 .mbr-section-btn {
  color: #ffffff;
}
.cid-upNcGo1cOi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upNcGo1cOi .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upNcGo1cOi .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNcGo1cOi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upNcGo1cOi .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upNcGo1cOi .content-wrap .card {
  justify-content: space-between;
}
.cid-upNcGo1cOi .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upNcGo1cOi .content-wrapper {
    padding: 0;
  }
}
.cid-upNcGo1cOi .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upNcGo1cOi .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upNcGo1cOi .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upNcGo1cOi .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upNcGo1cOi .mbr-desc,
.cid-upNcGo1cOi .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upNcGo1cOi .mbr-section-title,
.cid-upNcGo1cOi .mbr-section-btn {
  color: #ffffff;
}
.cid-upNrlbHsvD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-upNrlbHsvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNrlbHsvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .container {
    padding: 0 16px;
  }
}
.cid-upNrlbHsvD .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-upNrlbHsvD .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-upNrlbHsvD .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-upNrlbHsvD .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-upNrlbHsvD .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .mbr-section-title {
  color: #ffffff;
}
.cid-upNrlbHsvD .copyright {
  color: #ffffff;
}
.cid-upNrlbHsvD .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .list {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .mbr-section-title,
.cid-upNrlbHsvD .title-wrapper,
.cid-upNrlbHsvD .social-wrapper {
  text-align: center;
}
.cid-upNduoeMyM {
  background-color: transparent;
}
.cid-upNduoeMyM .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-upNduoeMyM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-upNduoeMyM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upNduoeMyM .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-upNduoeMyM .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-upNduoeMyM .menu_box .navbar.opened,
  .cid-upNduoeMyM .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-upNduoeMyM .navbar-dropdown {
  position: relative !important;
}
.cid-upNduoeMyM .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-upNduoeMyM .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-upNduoeMyM .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-upNduoeMyM .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-upNduoeMyM .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-upNduoeMyM .btn:hover {
  box-shadow: none;
}
.cid-upNduoeMyM .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-upNduoeMyM .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-upNduoeMyM .nav-item {
    margin: 0 !important;
  }
}
.cid-upNduoeMyM .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-upNduoeMyM .nav-item .nav-link:hover,
.cid-upNduoeMyM .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-upNduoeMyM .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-upNduoeMyM .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-upNduoeMyM .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-upNduoeMyM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-upNduoeMyM .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-upNduoeMyM .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-upNduoeMyM .offcanvas_box {
    display: none;
  }
}
.cid-upNduoeMyM .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-upNduoeMyM .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-upNduoeMyM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-upNduoeMyM .container {
  display: flex;
  margin: auto;
}
.cid-upNduoeMyM .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-upNduoeMyM .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-upNduoeMyM .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-upNduoeMyM .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-upNduoeMyM .navbar-nav {
    margin: 0;
  }
}
.cid-upNduoeMyM .dropdown-menu,
.cid-upNduoeMyM .navbar.opened {
  background-color: false !important;
}
.cid-upNduoeMyM .nav-item:focus,
.cid-upNduoeMyM .nav-link:focus {
  outline: none;
}
.cid-upNduoeMyM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upNduoeMyM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upNduoeMyM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upNduoeMyM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upNduoeMyM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upNduoeMyM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upNduoeMyM .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-upNduoeMyM .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-upNduoeMyM .navbar.opened {
  transition: all 0.3s;
}
.cid-upNduoeMyM .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-upNduoeMyM .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-upNduoeMyM .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-upNduoeMyM .navbar.collapsed {
  justify-content: center;
}
.cid-upNduoeMyM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upNduoeMyM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-upNduoeMyM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upNduoeMyM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upNduoeMyM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upNduoeMyM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-upNduoeMyM .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-upNduoeMyM .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-upNduoeMyM .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-upNduoeMyM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upNduoeMyM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upNduoeMyM .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-upNduoeMyM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upNduoeMyM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-upNduoeMyM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upNduoeMyM .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-upNduoeMyM .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-upNduoeMyM .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-upNduoeMyM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-upNduoeMyM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upNduoeMyM .navbar .icons-menu {
    padding: 0;
  }
}
.cid-upNduoeMyM .navbar.navbar-short {
  min-height: 60px;
}
.cid-upNduoeMyM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upNduoeMyM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upNduoeMyM .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-upNduoeMyM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-upNduoeMyM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upNduoeMyM .dropdown-item.active,
.cid-upNduoeMyM .dropdown-item:active {
  background-color: transparent;
}
.cid-upNduoeMyM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-upNduoeMyM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upNduoeMyM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upNduoeMyM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upNduoeMyM ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-upNduoeMyM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upNduoeMyM button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-upNduoeMyM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-upNduoeMyM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upNduoeMyM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upNduoeMyM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upNduoeMyM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upNduoeMyM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upNduoeMyM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upNduoeMyM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upNduoeMyM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upNduoeMyM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-upNduoeMyM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upNduoeMyM .navbar {
    height: 70px;
  }
  .cid-upNduoeMyM .navbar.opened {
    height: auto;
  }
  .cid-upNduoeMyM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upNduoeMyM .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-upNduoeMyM .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-upNduoeMyM .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-upNduoeMyM .text_widget {
  margin-bottom: 32px;
}
.cid-upNduoeMyM .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-upNduoeMyM .text_widget a:hover,
.cid-upNduoeMyM .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-upNduoeMyM .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-upNduoeMyM .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-upNduoeMyM .navbar-caption {
  color: #000000;
}
.cid-upNduoeMyM .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-upNduoeMyM .mbr-section-subtitle,
.cid-upNduoeMyM .text_widget,
.cid-upNduoeMyM .mbr-section-btn {
  text-align: center;
}
.cid-upNduoeMyM a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-upNduoBmme {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upNduoBmme .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upNduoBmme .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNduoBmme .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upNduoBmme .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upNduoBmme .content-wrap .card {
  justify-content: space-between;
}
.cid-upNduoBmme .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upNduoBmme .content-wrapper {
    padding: 0;
  }
}
.cid-upNduoBmme .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upNduoBmme .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upNduoBmme .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upNduoBmme .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upNduoBmme .mbr-desc,
.cid-upNduoBmme .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upNduoBmme .mbr-section-title,
.cid-upNduoBmme .mbr-section-btn {
  color: #ffffff;
}
.cid-upNdupyvoK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #0aa3c2;
}
.cid-upNdupyvoK .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upNdupyvoK .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNdupyvoK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upNdupyvoK .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upNdupyvoK .content-wrap .card {
  justify-content: space-between;
}
.cid-upNdupyvoK .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upNdupyvoK .content-wrapper {
    padding: 0;
  }
}
.cid-upNdupyvoK .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upNdupyvoK .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upNdupyvoK .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upNdupyvoK .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upNdupyvoK .mbr-desc,
.cid-upNdupyvoK .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upNdupyvoK .mbr-section-title,
.cid-upNdupyvoK .mbr-section-btn {
  color: #ffffff;
}
.cid-uADoeRRHEJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0aa3c2;
}
.cid-uADoeRRHEJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uADoeRRHEJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uADoeRRHEJ .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #b7140b;
}
@media (max-width: 992px) {
  .cid-uADoeRRHEJ .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uADoeRRHEJ .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uADoeRRHEJ .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uADoeRRHEJ .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #b7140b;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uADoeRRHEJ .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uADoeRRHEJ .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uADoeRRHEJ .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uADoeRRHEJ .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uADoeRRHEJ .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uADoeRRHEJ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uADoeRRHEJ .mbr-section-title,
.cid-uADoeRRHEJ .mbr-section-btn {
  color: #ffffff;
}
.cid-upNdupOFHO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upNdupOFHO .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upNdupOFHO .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNdupOFHO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upNdupOFHO .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upNdupOFHO .content-wrap .card {
  justify-content: space-between;
}
.cid-upNdupOFHO .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upNdupOFHO .content-wrapper {
    padding: 0;
  }
}
.cid-upNdupOFHO .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upNdupOFHO .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upNdupOFHO .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upNdupOFHO .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upNdupOFHO .mbr-desc,
.cid-upNdupOFHO .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upNdupOFHO .mbr-section-title,
.cid-upNdupOFHO .mbr-section-btn {
  color: #ffffff;
}
.cid-upNduq5WUz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-upNduq5WUz .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upNduq5WUz .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNduq5WUz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upNduq5WUz .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upNduq5WUz .content-wrap .card {
  justify-content: space-between;
}
.cid-upNduq5WUz .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upNduq5WUz .content-wrapper {
    padding: 0;
  }
}
.cid-upNduq5WUz .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upNduq5WUz .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upNduq5WUz .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upNduq5WUz .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upNduq5WUz .mbr-desc,
.cid-upNduq5WUz .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upNduq5WUz .mbr-section-title,
.cid-upNduq5WUz .mbr-section-btn {
  color: #ffffff;
}
.cid-upNduqlOGf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upNduqlOGf .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upNduqlOGf .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNduqlOGf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upNduqlOGf .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upNduqlOGf .content-wrap .card {
  justify-content: space-between;
}
.cid-upNduqlOGf .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upNduqlOGf .content-wrapper {
    padding: 0;
  }
}
.cid-upNduqlOGf .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upNduqlOGf .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upNduqlOGf .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upNduqlOGf .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upNduqlOGf .mbr-desc,
.cid-upNduqlOGf .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upNduqlOGf .mbr-section-title,
.cid-upNduqlOGf .mbr-section-btn {
  color: #ffffff;
}
.cid-upNrlbHsvD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-upNrlbHsvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNrlbHsvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .container {
    padding: 0 16px;
  }
}
.cid-upNrlbHsvD .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-upNrlbHsvD .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-upNrlbHsvD .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-upNrlbHsvD .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-upNrlbHsvD .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .mbr-section-title {
  color: #ffffff;
}
.cid-upNrlbHsvD .copyright {
  color: #ffffff;
}
.cid-upNrlbHsvD .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .list {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .mbr-section-title,
.cid-upNrlbHsvD .title-wrapper,
.cid-upNrlbHsvD .social-wrapper {
  text-align: center;
}
.cid-upNdWav4tg {
  background-color: transparent;
}
.cid-upNdWav4tg .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-upNdWav4tg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-upNdWav4tg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upNdWav4tg .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-upNdWav4tg .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-upNdWav4tg .menu_box .navbar.opened,
  .cid-upNdWav4tg .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-upNdWav4tg .navbar-dropdown {
  position: relative !important;
}
.cid-upNdWav4tg .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-upNdWav4tg .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-upNdWav4tg .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-upNdWav4tg .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-upNdWav4tg .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-upNdWav4tg .btn:hover {
  box-shadow: none;
}
.cid-upNdWav4tg .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-upNdWav4tg .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-upNdWav4tg .nav-item {
    margin: 0 !important;
  }
}
.cid-upNdWav4tg .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-upNdWav4tg .nav-item .nav-link:hover,
.cid-upNdWav4tg .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-upNdWav4tg .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-upNdWav4tg .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-upNdWav4tg .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-upNdWav4tg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-upNdWav4tg .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-upNdWav4tg .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-upNdWav4tg .offcanvas_box {
    display: none;
  }
}
.cid-upNdWav4tg .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-upNdWav4tg .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-upNdWav4tg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-upNdWav4tg .container {
  display: flex;
  margin: auto;
}
.cid-upNdWav4tg .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-upNdWav4tg .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-upNdWav4tg .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-upNdWav4tg .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-upNdWav4tg .navbar-nav {
    margin: 0;
  }
}
.cid-upNdWav4tg .dropdown-menu,
.cid-upNdWav4tg .navbar.opened {
  background-color: false !important;
}
.cid-upNdWav4tg .nav-item:focus,
.cid-upNdWav4tg .nav-link:focus {
  outline: none;
}
.cid-upNdWav4tg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upNdWav4tg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upNdWav4tg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upNdWav4tg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upNdWav4tg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upNdWav4tg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upNdWav4tg .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-upNdWav4tg .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-upNdWav4tg .navbar.opened {
  transition: all 0.3s;
}
.cid-upNdWav4tg .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-upNdWav4tg .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-upNdWav4tg .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-upNdWav4tg .navbar.collapsed {
  justify-content: center;
}
.cid-upNdWav4tg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upNdWav4tg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-upNdWav4tg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upNdWav4tg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upNdWav4tg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upNdWav4tg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-upNdWav4tg .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-upNdWav4tg .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-upNdWav4tg .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-upNdWav4tg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upNdWav4tg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upNdWav4tg .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-upNdWav4tg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upNdWav4tg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-upNdWav4tg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upNdWav4tg .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-upNdWav4tg .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-upNdWav4tg .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-upNdWav4tg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-upNdWav4tg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upNdWav4tg .navbar .icons-menu {
    padding: 0;
  }
}
.cid-upNdWav4tg .navbar.navbar-short {
  min-height: 60px;
}
.cid-upNdWav4tg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upNdWav4tg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upNdWav4tg .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-upNdWav4tg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-upNdWav4tg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upNdWav4tg .dropdown-item.active,
.cid-upNdWav4tg .dropdown-item:active {
  background-color: transparent;
}
.cid-upNdWav4tg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-upNdWav4tg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upNdWav4tg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upNdWav4tg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upNdWav4tg ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-upNdWav4tg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upNdWav4tg button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-upNdWav4tg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-upNdWav4tg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upNdWav4tg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upNdWav4tg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upNdWav4tg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upNdWav4tg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upNdWav4tg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upNdWav4tg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upNdWav4tg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upNdWav4tg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-upNdWav4tg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upNdWav4tg .navbar {
    height: 70px;
  }
  .cid-upNdWav4tg .navbar.opened {
    height: auto;
  }
  .cid-upNdWav4tg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upNdWav4tg .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-upNdWav4tg .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-upNdWav4tg .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-upNdWav4tg .text_widget {
  margin-bottom: 32px;
}
.cid-upNdWav4tg .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-upNdWav4tg .text_widget a:hover,
.cid-upNdWav4tg .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-upNdWav4tg .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-upNdWav4tg .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-upNdWav4tg .navbar-caption {
  color: #000000;
}
.cid-upNdWav4tg .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-upNdWav4tg .mbr-section-subtitle,
.cid-upNdWav4tg .text_widget,
.cid-upNdWav4tg .mbr-section-btn {
  text-align: center;
}
.cid-upNdWav4tg a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-upNdWaOWyy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upNdWaOWyy .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upNdWaOWyy .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNdWaOWyy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upNdWaOWyy .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upNdWaOWyy .content-wrap .card {
  justify-content: space-between;
}
.cid-upNdWaOWyy .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upNdWaOWyy .content-wrapper {
    padding: 0;
  }
}
.cid-upNdWaOWyy .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upNdWaOWyy .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upNdWaOWyy .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upNdWaOWyy .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upNdWaOWyy .mbr-desc,
.cid-upNdWaOWyy .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upNdWaOWyy .mbr-section-title,
.cid-upNdWaOWyy .mbr-section-btn {
  color: #ffffff;
}
.cid-upNfEf5t93 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/cosplay-contest-2000x965.jpg");
}
.cid-upNfEf5t93 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-upNfEf5t93 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNfEf5t93 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upNfEf5t93 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upNfEf5t93 .content-wrap .card {
  justify-content: space-between;
}
.cid-upNfEf5t93 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upNfEf5t93 .content-wrapper {
    padding: 0;
  }
}
.cid-upNfEf5t93 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 16px;
  background-color: #0aa3c2;
}
.cid-upNfEf5t93 .content-wrapper .mbr-section-title {
  margin-bottom: 104px;
}
@media (max-width: 992px) {
  .cid-upNfEf5t93 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-upNfEf5t93 .content-wrapper .items-wrapper .items-wrap {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-upNfEf5t93 .content-wrapper .items-wrapper .items-wrap .item {
  margin-bottom: 16px;
}
.cid-upNfEf5t93 .content-wrapper .items-wrapper .items-wrap .item .item-wrapper {
  padding: 0 16px;
}
.cid-upNfEf5t93 .content-wrapper .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  height: 160px;
  object-fit: contain;
}
.cid-upNfEf5t93 .mbr-section-title {
  color: #f4f2ef;
}
.cid-upNfEf5t93 .mbr-desc,
.cid-upNfEf5t93 .desc-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-upNfEf5t93 .mbr-section-title,
.cid-upNfEf5t93 .items-wrapper {
  text-align: center;
  color: #FFFFFF;
}
.cid-upNdWbS7VZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upNdWbS7VZ .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upNdWbS7VZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNdWbS7VZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upNdWbS7VZ .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upNdWbS7VZ .content-wrap .card {
  justify-content: space-between;
}
.cid-upNdWbS7VZ .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upNdWbS7VZ .content-wrapper {
    padding: 0;
  }
}
.cid-upNdWbS7VZ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upNdWbS7VZ .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upNdWbS7VZ .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upNdWbS7VZ .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upNdWbS7VZ .mbr-desc,
.cid-upNdWbS7VZ .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upNdWbS7VZ .mbr-section-title,
.cid-upNdWbS7VZ .mbr-section-btn {
  color: #ffffff;
}
.cid-upNdWcaekd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-upNdWcaekd .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upNdWcaekd .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNdWcaekd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upNdWcaekd .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upNdWcaekd .content-wrap .card {
  justify-content: space-between;
}
.cid-upNdWcaekd .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upNdWcaekd .content-wrapper {
    padding: 0;
  }
}
.cid-upNdWcaekd .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upNdWcaekd .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upNdWcaekd .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upNdWcaekd .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upNdWcaekd .mbr-desc,
.cid-upNdWcaekd .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upNdWcaekd .mbr-section-title,
.cid-upNdWcaekd .mbr-section-btn {
  color: #ffffff;
}
.cid-upNdWcqAEp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upNdWcqAEp .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upNdWcqAEp .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNdWcqAEp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upNdWcqAEp .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upNdWcqAEp .content-wrap .card {
  justify-content: space-between;
}
.cid-upNdWcqAEp .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upNdWcqAEp .content-wrapper {
    padding: 0;
  }
}
.cid-upNdWcqAEp .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upNdWcqAEp .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upNdWcqAEp .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upNdWcqAEp .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upNdWcqAEp .mbr-desc,
.cid-upNdWcqAEp .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upNdWcqAEp .mbr-section-title,
.cid-upNdWcqAEp .mbr-section-btn {
  color: #ffffff;
}
.cid-upNrlbHsvD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-upNrlbHsvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNrlbHsvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .container {
    padding: 0 16px;
  }
}
.cid-upNrlbHsvD .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-upNrlbHsvD .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-upNrlbHsvD .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-upNrlbHsvD .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-upNrlbHsvD .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .mbr-section-title {
  color: #ffffff;
}
.cid-upNrlbHsvD .copyright {
  color: #ffffff;
}
.cid-upNrlbHsvD .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .list {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .mbr-section-title,
.cid-upNrlbHsvD .title-wrapper,
.cid-upNrlbHsvD .social-wrapper {
  text-align: center;
}
.cid-upNm9XV25H {
  background-color: transparent;
}
.cid-upNm9XV25H .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-upNm9XV25H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-upNm9XV25H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upNm9XV25H .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-upNm9XV25H .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-upNm9XV25H .menu_box .navbar.opened,
  .cid-upNm9XV25H .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-upNm9XV25H .navbar-dropdown {
  position: relative !important;
}
.cid-upNm9XV25H .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-upNm9XV25H .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-upNm9XV25H .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-upNm9XV25H .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-upNm9XV25H .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-upNm9XV25H .btn:hover {
  box-shadow: none;
}
.cid-upNm9XV25H .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-upNm9XV25H .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-upNm9XV25H .nav-item {
    margin: 0 !important;
  }
}
.cid-upNm9XV25H .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-upNm9XV25H .nav-item .nav-link:hover,
.cid-upNm9XV25H .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-upNm9XV25H .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-upNm9XV25H .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-upNm9XV25H .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-upNm9XV25H .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-upNm9XV25H .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-upNm9XV25H .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-upNm9XV25H .offcanvas_box {
    display: none;
  }
}
.cid-upNm9XV25H .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-upNm9XV25H .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-upNm9XV25H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-upNm9XV25H .container {
  display: flex;
  margin: auto;
}
.cid-upNm9XV25H .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-upNm9XV25H .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-upNm9XV25H .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-upNm9XV25H .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-upNm9XV25H .navbar-nav {
    margin: 0;
  }
}
.cid-upNm9XV25H .dropdown-menu,
.cid-upNm9XV25H .navbar.opened {
  background-color: false !important;
}
.cid-upNm9XV25H .nav-item:focus,
.cid-upNm9XV25H .nav-link:focus {
  outline: none;
}
.cid-upNm9XV25H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upNm9XV25H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upNm9XV25H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upNm9XV25H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upNm9XV25H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upNm9XV25H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upNm9XV25H .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-upNm9XV25H .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-upNm9XV25H .navbar.opened {
  transition: all 0.3s;
}
.cid-upNm9XV25H .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-upNm9XV25H .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-upNm9XV25H .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-upNm9XV25H .navbar.collapsed {
  justify-content: center;
}
.cid-upNm9XV25H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upNm9XV25H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-upNm9XV25H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upNm9XV25H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upNm9XV25H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upNm9XV25H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-upNm9XV25H .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-upNm9XV25H .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-upNm9XV25H .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-upNm9XV25H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upNm9XV25H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upNm9XV25H .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-upNm9XV25H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upNm9XV25H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-upNm9XV25H .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upNm9XV25H .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-upNm9XV25H .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-upNm9XV25H .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-upNm9XV25H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-upNm9XV25H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upNm9XV25H .navbar .icons-menu {
    padding: 0;
  }
}
.cid-upNm9XV25H .navbar.navbar-short {
  min-height: 60px;
}
.cid-upNm9XV25H .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upNm9XV25H .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upNm9XV25H .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-upNm9XV25H .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-upNm9XV25H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upNm9XV25H .dropdown-item.active,
.cid-upNm9XV25H .dropdown-item:active {
  background-color: transparent;
}
.cid-upNm9XV25H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-upNm9XV25H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upNm9XV25H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upNm9XV25H .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upNm9XV25H ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-upNm9XV25H .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upNm9XV25H button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-upNm9XV25H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-upNm9XV25H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upNm9XV25H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upNm9XV25H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upNm9XV25H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upNm9XV25H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upNm9XV25H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upNm9XV25H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upNm9XV25H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upNm9XV25H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-upNm9XV25H .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upNm9XV25H .navbar {
    height: 70px;
  }
  .cid-upNm9XV25H .navbar.opened {
    height: auto;
  }
  .cid-upNm9XV25H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upNm9XV25H .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-upNm9XV25H .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-upNm9XV25H .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-upNm9XV25H .text_widget {
  margin-bottom: 32px;
}
.cid-upNm9XV25H .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-upNm9XV25H .text_widget a:hover,
.cid-upNm9XV25H .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-upNm9XV25H .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-upNm9XV25H .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-upNm9XV25H .navbar-caption {
  color: #000000;
}
.cid-upNm9XV25H .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-upNm9XV25H .mbr-section-subtitle,
.cid-upNm9XV25H .text_widget,
.cid-upNm9XV25H .mbr-section-btn {
  text-align: center;
}
.cid-upNm9XV25H a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-upNm9YecpX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upNm9YecpX .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upNm9YecpX .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNm9YecpX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upNm9YecpX .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upNm9YecpX .content-wrap .card {
  justify-content: space-between;
}
.cid-upNm9YecpX .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upNm9YecpX .content-wrapper {
    padding: 0;
  }
}
.cid-upNm9YecpX .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upNm9YecpX .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upNm9YecpX .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upNm9YecpX .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upNm9YecpX .mbr-desc,
.cid-upNm9YecpX .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upNm9YecpX .mbr-section-title,
.cid-upNm9YecpX .mbr-section-btn {
  color: #ffffff;
}
.cid-upNm9Ysb5v {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-upNm9Ysb5v .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNm9Ysb5v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upNm9Ysb5v img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border: 2px dashed #f7bc4a;
  border-radius: 8px;
}
.cid-upNm9Ysb5v .img-wide {
  height: 50%;
}
.cid-upNm9Ysb5v .img-big {
  height: 100%;
}
.cid-upNm9YJg12 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upNm9YJg12 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upNm9YJg12 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNm9YJg12 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upNm9YJg12 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upNm9YJg12 .content-wrap .card {
  justify-content: space-between;
}
.cid-upNm9YJg12 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upNm9YJg12 .content-wrapper {
    padding: 0;
  }
}
.cid-upNm9YJg12 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upNm9YJg12 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upNm9YJg12 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upNm9YJg12 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upNm9YJg12 .mbr-desc,
.cid-upNm9YJg12 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upNm9YJg12 .mbr-section-title,
.cid-upNm9YJg12 .mbr-section-btn {
  color: #ffffff;
}
.cid-upNm9Z5KX5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #0aa3c2;
}
.cid-upNm9Z5KX5 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upNm9Z5KX5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNm9Z5KX5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upNm9Z5KX5 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upNm9Z5KX5 .content-wrap .card {
  justify-content: space-between;
}
.cid-upNm9Z5KX5 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upNm9Z5KX5 .content-wrapper {
    padding: 0;
  }
}
.cid-upNm9Z5KX5 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upNm9Z5KX5 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upNm9Z5KX5 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upNm9Z5KX5 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upNm9Z5KX5 .mbr-desc,
.cid-upNm9Z5KX5 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upNm9Z5KX5 .mbr-section-title,
.cid-upNm9Z5KX5 .mbr-section-btn {
  color: #ffffff;
}
.cid-upNm9ZHX0b {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upNm9ZHX0b .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upNm9ZHX0b .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNm9ZHX0b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upNm9ZHX0b .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upNm9ZHX0b .content-wrap .card {
  justify-content: space-between;
}
.cid-upNm9ZHX0b .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upNm9ZHX0b .content-wrapper {
    padding: 0;
  }
}
.cid-upNm9ZHX0b .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upNm9ZHX0b .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upNm9ZHX0b .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upNm9ZHX0b .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upNm9ZHX0b .mbr-desc,
.cid-upNm9ZHX0b .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upNm9ZHX0b .mbr-section-title,
.cid-upNm9ZHX0b .mbr-section-btn {
  color: #ffffff;
}
.cid-upNm9ZXAD6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-upNm9ZXAD6 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upNm9ZXAD6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNm9ZXAD6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upNm9ZXAD6 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upNm9ZXAD6 .content-wrap .card {
  justify-content: space-between;
}
.cid-upNm9ZXAD6 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upNm9ZXAD6 .content-wrapper {
    padding: 0;
  }
}
.cid-upNm9ZXAD6 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upNm9ZXAD6 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upNm9ZXAD6 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upNm9ZXAD6 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upNm9ZXAD6 .mbr-desc,
.cid-upNm9ZXAD6 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upNm9ZXAD6 .mbr-section-title,
.cid-upNm9ZXAD6 .mbr-section-btn {
  color: #ffffff;
}
.cid-upNma0fxa5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upNma0fxa5 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upNma0fxa5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNma0fxa5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upNma0fxa5 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upNma0fxa5 .content-wrap .card {
  justify-content: space-between;
}
.cid-upNma0fxa5 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upNma0fxa5 .content-wrapper {
    padding: 0;
  }
}
.cid-upNma0fxa5 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upNma0fxa5 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upNma0fxa5 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upNma0fxa5 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upNma0fxa5 .mbr-desc,
.cid-upNma0fxa5 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upNma0fxa5 .mbr-section-title,
.cid-upNma0fxa5 .mbr-section-btn {
  color: #ffffff;
}
.cid-upNrlbHsvD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-upNrlbHsvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNrlbHsvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .container {
    padding: 0 16px;
  }
}
.cid-upNrlbHsvD .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-upNrlbHsvD .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-upNrlbHsvD .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-upNrlbHsvD .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-upNrlbHsvD .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .mbr-section-title {
  color: #ffffff;
}
.cid-upNrlbHsvD .copyright {
  color: #ffffff;
}
.cid-upNrlbHsvD .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .list {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .mbr-section-title,
.cid-upNrlbHsvD .title-wrapper,
.cid-upNrlbHsvD .social-wrapper {
  text-align: center;
}
.cid-upNyFvtlXw {
  background-color: transparent;
}
.cid-upNyFvtlXw .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-upNyFvtlXw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-upNyFvtlXw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upNyFvtlXw .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-upNyFvtlXw .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-upNyFvtlXw .menu_box .navbar.opened,
  .cid-upNyFvtlXw .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-upNyFvtlXw .navbar-dropdown {
  position: relative !important;
}
.cid-upNyFvtlXw .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-upNyFvtlXw .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-upNyFvtlXw .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-upNyFvtlXw .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-upNyFvtlXw .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-upNyFvtlXw .btn:hover {
  box-shadow: none;
}
.cid-upNyFvtlXw .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-upNyFvtlXw .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-upNyFvtlXw .nav-item {
    margin: 0 !important;
  }
}
.cid-upNyFvtlXw .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-upNyFvtlXw .nav-item .nav-link:hover,
.cid-upNyFvtlXw .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-upNyFvtlXw .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-upNyFvtlXw .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-upNyFvtlXw .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-upNyFvtlXw .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-upNyFvtlXw .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-upNyFvtlXw .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-upNyFvtlXw .offcanvas_box {
    display: none;
  }
}
.cid-upNyFvtlXw .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-upNyFvtlXw .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-upNyFvtlXw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-upNyFvtlXw .container {
  display: flex;
  margin: auto;
}
.cid-upNyFvtlXw .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-upNyFvtlXw .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-upNyFvtlXw .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-upNyFvtlXw .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-upNyFvtlXw .navbar-nav {
    margin: 0;
  }
}
.cid-upNyFvtlXw .dropdown-menu,
.cid-upNyFvtlXw .navbar.opened {
  background-color: false !important;
}
.cid-upNyFvtlXw .nav-item:focus,
.cid-upNyFvtlXw .nav-link:focus {
  outline: none;
}
.cid-upNyFvtlXw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upNyFvtlXw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upNyFvtlXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upNyFvtlXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upNyFvtlXw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upNyFvtlXw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upNyFvtlXw .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-upNyFvtlXw .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-upNyFvtlXw .navbar.opened {
  transition: all 0.3s;
}
.cid-upNyFvtlXw .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-upNyFvtlXw .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-upNyFvtlXw .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-upNyFvtlXw .navbar.collapsed {
  justify-content: center;
}
.cid-upNyFvtlXw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upNyFvtlXw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-upNyFvtlXw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upNyFvtlXw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upNyFvtlXw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upNyFvtlXw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-upNyFvtlXw .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-upNyFvtlXw .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-upNyFvtlXw .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-upNyFvtlXw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upNyFvtlXw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upNyFvtlXw .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-upNyFvtlXw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upNyFvtlXw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-upNyFvtlXw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upNyFvtlXw .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-upNyFvtlXw .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-upNyFvtlXw .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-upNyFvtlXw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-upNyFvtlXw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upNyFvtlXw .navbar .icons-menu {
    padding: 0;
  }
}
.cid-upNyFvtlXw .navbar.navbar-short {
  min-height: 60px;
}
.cid-upNyFvtlXw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upNyFvtlXw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upNyFvtlXw .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-upNyFvtlXw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-upNyFvtlXw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upNyFvtlXw .dropdown-item.active,
.cid-upNyFvtlXw .dropdown-item:active {
  background-color: transparent;
}
.cid-upNyFvtlXw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-upNyFvtlXw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upNyFvtlXw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upNyFvtlXw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upNyFvtlXw ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-upNyFvtlXw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upNyFvtlXw button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-upNyFvtlXw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-upNyFvtlXw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upNyFvtlXw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upNyFvtlXw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upNyFvtlXw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upNyFvtlXw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upNyFvtlXw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upNyFvtlXw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upNyFvtlXw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upNyFvtlXw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-upNyFvtlXw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upNyFvtlXw .navbar {
    height: 70px;
  }
  .cid-upNyFvtlXw .navbar.opened {
    height: auto;
  }
  .cid-upNyFvtlXw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upNyFvtlXw .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-upNyFvtlXw .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-upNyFvtlXw .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-upNyFvtlXw .text_widget {
  margin-bottom: 32px;
}
.cid-upNyFvtlXw .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-upNyFvtlXw .text_widget a:hover,
.cid-upNyFvtlXw .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-upNyFvtlXw .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-upNyFvtlXw .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-upNyFvtlXw .navbar-caption {
  color: #000000;
}
.cid-upNyFvtlXw .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-upNyFvtlXw .mbr-section-subtitle,
.cid-upNyFvtlXw .text_widget,
.cid-upNyFvtlXw .mbr-section-btn {
  text-align: center;
}
.cid-upNyFvtlXw a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-upNyFvNjzK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upNyFvNjzK .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upNyFvNjzK .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNyFvNjzK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upNyFvNjzK .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upNyFvNjzK .content-wrap .card {
  justify-content: space-between;
}
.cid-upNyFvNjzK .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upNyFvNjzK .content-wrapper {
    padding: 0;
  }
}
.cid-upNyFvNjzK .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upNyFvNjzK .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upNyFvNjzK .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upNyFvNjzK .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upNyFvNjzK .mbr-desc,
.cid-upNyFvNjzK .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upNyFvNjzK .mbr-section-title,
.cid-upNyFvNjzK .mbr-section-btn {
  color: #ffffff;
}
.cid-upNyFw2X0T {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-upNyFw2X0T .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNyFw2X0T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upNyFw2X0T img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border: 2px dashed #f7bc4a;
  border-radius: 8px;
}
.cid-upNyFw2X0T .img-wide {
  height: 50%;
}
.cid-upNyFw2X0T .img-big {
  height: 100%;
}
.cid-upNyFwiYRp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upNyFwiYRp .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upNyFwiYRp .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNyFwiYRp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upNyFwiYRp .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upNyFwiYRp .content-wrap .card {
  justify-content: space-between;
}
.cid-upNyFwiYRp .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upNyFwiYRp .content-wrapper {
    padding: 0;
  }
}
.cid-upNyFwiYRp .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upNyFwiYRp .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upNyFwiYRp .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upNyFwiYRp .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upNyFwiYRp .mbr-desc,
.cid-upNyFwiYRp .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upNyFwiYRp .mbr-section-title,
.cid-upNyFwiYRp .mbr-section-btn {
  color: #ffffff;
}
.cid-upNzUkiDJM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0aa3c2;
}
.cid-upNzUkiDJM .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNzUkiDJM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upNzUkiDJM .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-upNzUkiDJM .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-upNzUkiDJM .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-upNzUkiDJM .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-upNzUkiDJM .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #b7140b;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-upNzUkiDJM .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-upNzUkiDJM .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-upNzUkiDJM .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-upNzUkiDJM .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-upNzUkiDJM .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-upNzUkiDJM .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-upNzUkiDJM .mbr-section-title,
.cid-upNzUkiDJM .mbr-section-btn {
  color: #ffffff;
}
.cid-upNyFwyTIz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/cosplay-contest-2000x965.jpg");
}
.cid-upNyFwyTIz .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-upNyFwyTIz .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNyFwyTIz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upNyFwyTIz .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upNyFwyTIz .content-wrap .card {
  justify-content: space-between;
}
.cid-upNyFwyTIz .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upNyFwyTIz .content-wrapper {
    padding: 0;
  }
}
.cid-upNyFwyTIz .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 16px;
  background-color: #0aa3c2;
}
.cid-upNyFwyTIz .content-wrapper .mbr-section-title {
  margin-bottom: 104px;
}
@media (max-width: 992px) {
  .cid-upNyFwyTIz .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-upNyFwyTIz .content-wrapper .items-wrapper .items-wrap {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-upNyFwyTIz .content-wrapper .items-wrapper .items-wrap .item {
  margin-bottom: 16px;
}
.cid-upNyFwyTIz .content-wrapper .items-wrapper .items-wrap .item .item-wrapper {
  padding: 0 16px;
}
.cid-upNyFwyTIz .content-wrapper .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  height: 160px;
  object-fit: contain;
}
.cid-upNyFwyTIz .mbr-section-title {
  color: #f4f2ef;
}
.cid-upNyFwyTIz .mbr-desc,
.cid-upNyFwyTIz .desc-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-upNyFwyTIz .mbr-section-title,
.cid-upNyFwyTIz .items-wrapper {
  text-align: center;
  color: #FFFFFF;
}
.cid-upNyFwOA6o {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upNyFwOA6o .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upNyFwOA6o .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNyFwOA6o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upNyFwOA6o .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upNyFwOA6o .content-wrap .card {
  justify-content: space-between;
}
.cid-upNyFwOA6o .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upNyFwOA6o .content-wrapper {
    padding: 0;
  }
}
.cid-upNyFwOA6o .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upNyFwOA6o .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upNyFwOA6o .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upNyFwOA6o .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upNyFwOA6o .mbr-desc,
.cid-upNyFwOA6o .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upNyFwOA6o .mbr-section-title,
.cid-upNyFwOA6o .mbr-section-btn {
  color: #ffffff;
}
.cid-upNyFx7YsL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-upNyFx7YsL .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upNyFx7YsL .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNyFx7YsL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upNyFx7YsL .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upNyFx7YsL .content-wrap .card {
  justify-content: space-between;
}
.cid-upNyFx7YsL .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upNyFx7YsL .content-wrapper {
    padding: 0;
  }
}
.cid-upNyFx7YsL .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upNyFx7YsL .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upNyFx7YsL .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upNyFx7YsL .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upNyFx7YsL .mbr-desc,
.cid-upNyFx7YsL .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upNyFx7YsL .mbr-section-title,
.cid-upNyFx7YsL .mbr-section-btn {
  color: #ffffff;
}
.cid-upNyFxnxGZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upNyFxnxGZ .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upNyFxnxGZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNyFxnxGZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upNyFxnxGZ .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upNyFxnxGZ .content-wrap .card {
  justify-content: space-between;
}
.cid-upNyFxnxGZ .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upNyFxnxGZ .content-wrapper {
    padding: 0;
  }
}
.cid-upNyFxnxGZ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upNyFxnxGZ .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upNyFxnxGZ .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upNyFxnxGZ .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upNyFxnxGZ .mbr-desc,
.cid-upNyFxnxGZ .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upNyFxnxGZ .mbr-section-title,
.cid-upNyFxnxGZ .mbr-section-btn {
  color: #ffffff;
}
.cid-upNyFxEdnT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-upNyFxEdnT .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNyFxEdnT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-upNyFxEdnT .container {
    padding: 0 16px;
  }
}
.cid-upNyFxEdnT .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-upNyFxEdnT .card {
    margin-bottom: 40px;
  }
}
.cid-upNyFxEdnT .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNyFxEdnT .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-upNyFxEdnT .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-upNyFxEdnT .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-upNyFxEdnT .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-upNyFxEdnT .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-upNyFxEdnT .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upNyFxEdnT .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-upNyFxEdnT .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-upNyFxEdnT .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-upNyFxEdnT .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNyFxEdnT .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-upNyFxEdnT .mbr-section-title {
  color: #ffffff;
}
.cid-upNyFxEdnT .copyright {
  color: #ffffff;
}
.cid-upNyFxEdnT .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-upNyFxEdnT .list {
  color: #ffffff;
  text-align: center;
}
.cid-upNyFxEdnT .mbr-section-title,
.cid-upNyFxEdnT .title-wrapper,
.cid-upNyFxEdnT .social-wrapper {
  text-align: center;
}
.cid-upNBj5vYkN {
  background-color: transparent;
}
.cid-upNBj5vYkN .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-upNBj5vYkN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-upNBj5vYkN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upNBj5vYkN .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-upNBj5vYkN .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-upNBj5vYkN .menu_box .navbar.opened,
  .cid-upNBj5vYkN .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-upNBj5vYkN .navbar-dropdown {
  position: relative !important;
}
.cid-upNBj5vYkN .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-upNBj5vYkN .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-upNBj5vYkN .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-upNBj5vYkN .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-upNBj5vYkN .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-upNBj5vYkN .btn:hover {
  box-shadow: none;
}
.cid-upNBj5vYkN .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-upNBj5vYkN .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-upNBj5vYkN .nav-item {
    margin: 0 !important;
  }
}
.cid-upNBj5vYkN .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-upNBj5vYkN .nav-item .nav-link:hover,
.cid-upNBj5vYkN .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-upNBj5vYkN .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-upNBj5vYkN .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-upNBj5vYkN .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-upNBj5vYkN .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-upNBj5vYkN .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-upNBj5vYkN .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-upNBj5vYkN .offcanvas_box {
    display: none;
  }
}
.cid-upNBj5vYkN .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-upNBj5vYkN .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-upNBj5vYkN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-upNBj5vYkN .container {
  display: flex;
  margin: auto;
}
.cid-upNBj5vYkN .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-upNBj5vYkN .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-upNBj5vYkN .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-upNBj5vYkN .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-upNBj5vYkN .navbar-nav {
    margin: 0;
  }
}
.cid-upNBj5vYkN .dropdown-menu,
.cid-upNBj5vYkN .navbar.opened {
  background-color: false !important;
}
.cid-upNBj5vYkN .nav-item:focus,
.cid-upNBj5vYkN .nav-link:focus {
  outline: none;
}
.cid-upNBj5vYkN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upNBj5vYkN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upNBj5vYkN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upNBj5vYkN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upNBj5vYkN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upNBj5vYkN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upNBj5vYkN .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-upNBj5vYkN .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-upNBj5vYkN .navbar.opened {
  transition: all 0.3s;
}
.cid-upNBj5vYkN .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-upNBj5vYkN .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-upNBj5vYkN .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-upNBj5vYkN .navbar.collapsed {
  justify-content: center;
}
.cid-upNBj5vYkN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upNBj5vYkN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-upNBj5vYkN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upNBj5vYkN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upNBj5vYkN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upNBj5vYkN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-upNBj5vYkN .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-upNBj5vYkN .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-upNBj5vYkN .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-upNBj5vYkN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upNBj5vYkN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upNBj5vYkN .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-upNBj5vYkN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upNBj5vYkN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-upNBj5vYkN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upNBj5vYkN .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-upNBj5vYkN .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-upNBj5vYkN .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-upNBj5vYkN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-upNBj5vYkN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upNBj5vYkN .navbar .icons-menu {
    padding: 0;
  }
}
.cid-upNBj5vYkN .navbar.navbar-short {
  min-height: 60px;
}
.cid-upNBj5vYkN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upNBj5vYkN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upNBj5vYkN .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-upNBj5vYkN .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-upNBj5vYkN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upNBj5vYkN .dropdown-item.active,
.cid-upNBj5vYkN .dropdown-item:active {
  background-color: transparent;
}
.cid-upNBj5vYkN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-upNBj5vYkN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upNBj5vYkN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upNBj5vYkN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upNBj5vYkN ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-upNBj5vYkN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upNBj5vYkN button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-upNBj5vYkN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-upNBj5vYkN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upNBj5vYkN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upNBj5vYkN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upNBj5vYkN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upNBj5vYkN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upNBj5vYkN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upNBj5vYkN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upNBj5vYkN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upNBj5vYkN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-upNBj5vYkN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upNBj5vYkN .navbar {
    height: 70px;
  }
  .cid-upNBj5vYkN .navbar.opened {
    height: auto;
  }
  .cid-upNBj5vYkN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upNBj5vYkN .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-upNBj5vYkN .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-upNBj5vYkN .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-upNBj5vYkN .text_widget {
  margin-bottom: 32px;
}
.cid-upNBj5vYkN .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-upNBj5vYkN .text_widget a:hover,
.cid-upNBj5vYkN .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-upNBj5vYkN .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-upNBj5vYkN .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-upNBj5vYkN .navbar-caption {
  color: #000000;
}
.cid-upNBj5vYkN .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-upNBj5vYkN .mbr-section-subtitle,
.cid-upNBj5vYkN .text_widget,
.cid-upNBj5vYkN .mbr-section-btn {
  text-align: center;
}
.cid-upNBj5vYkN a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-upNBj5OMuY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upNBj5OMuY .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upNBj5OMuY .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNBj5OMuY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upNBj5OMuY .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upNBj5OMuY .content-wrap .card {
  justify-content: space-between;
}
.cid-upNBj5OMuY .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upNBj5OMuY .content-wrapper {
    padding: 0;
  }
}
.cid-upNBj5OMuY .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upNBj5OMuY .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upNBj5OMuY .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upNBj5OMuY .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upNBj5OMuY .mbr-desc,
.cid-upNBj5OMuY .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upNBj5OMuY .mbr-section-title,
.cid-upNBj5OMuY .mbr-section-btn {
  color: #ffffff;
}
.cid-upNBj6kES6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upNBj6kES6 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upNBj6kES6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNBj6kES6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upNBj6kES6 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upNBj6kES6 .content-wrap .card {
  justify-content: space-between;
}
.cid-upNBj6kES6 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upNBj6kES6 .content-wrapper {
    padding: 0;
  }
}
.cid-upNBj6kES6 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upNBj6kES6 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upNBj6kES6 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upNBj6kES6 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upNBj6kES6 .mbr-desc,
.cid-upNBj6kES6 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upNBj6kES6 .mbr-section-title,
.cid-upNBj6kES6 .mbr-section-btn {
  color: #ffffff;
}
.cid-upNDxVaRMM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #0aa3c2;
}
.cid-upNDxVaRMM .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upNDxVaRMM .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNDxVaRMM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upNDxVaRMM .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upNDxVaRMM .content-wrap .card {
  justify-content: space-between;
}
.cid-upNDxVaRMM .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upNDxVaRMM .content-wrapper {
    padding: 0;
  }
}
.cid-upNDxVaRMM .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upNDxVaRMM .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upNDxVaRMM .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upNDxVaRMM .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upNDxVaRMM .mbr-desc,
.cid-upNDxVaRMM .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upNDxVaRMM .mbr-section-title,
.cid-upNDxVaRMM .mbr-section-btn {
  color: #ffffff;
}
.cid-uyRCKvucED {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0aa3c2;
}
.cid-uyRCKvucED .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyRCKvucED .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyRCKvucED .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #b7140b;
}
@media (max-width: 992px) {
  .cid-uyRCKvucED .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uyRCKvucED .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uyRCKvucED .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uyRCKvucED .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #b7140b;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uyRCKvucED .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uyRCKvucED .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uyRCKvucED .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uyRCKvucED .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uyRCKvucED .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uyRCKvucED .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uyRCKvucED .mbr-section-title,
.cid-uyRCKvucED .mbr-section-btn {
  color: #ffffff;
}
.cid-uyREvdcKlJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uyREvdcKlJ .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uyREvdcKlJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyREvdcKlJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyREvdcKlJ .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uyREvdcKlJ .content-wrap .card {
  justify-content: space-between;
}
.cid-uyREvdcKlJ .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uyREvdcKlJ .content-wrapper {
    padding: 0;
  }
}
.cid-uyREvdcKlJ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uyREvdcKlJ .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uyREvdcKlJ .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uyREvdcKlJ .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uyREvdcKlJ .mbr-desc,
.cid-uyREvdcKlJ .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uyREvdcKlJ .mbr-section-title,
.cid-uyREvdcKlJ .mbr-section-btn {
  color: #ffffff;
}
.cid-uyWVlQNzM8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0aa3c2;
  position: relative;
}
.cid-uyWVlQNzM8 .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0aa3c2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uyWVlQNzM8 .mbr-section-head {
  width: 100%;
  margin-bottom: 3.4vw;
}
@media (max-width: 767px) {
  .cid-uyWVlQNzM8 .mbr-section-head {
    margin-bottom: 6.93vw;
  }
}
.cid-uyWVlQNzM8 .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
.cid-uyWVlQNzM8 .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uyWVlQNzM8 .item {
  display: flex;
  align-items: stretch;
  margin-bottom: 1.4vw;
  overflow: visible;
}
@media (max-width: 767px) {
  .cid-uyWVlQNzM8 .item {
    margin-bottom: 0.75rem;
  }
}
.cid-uyWVlQNzM8 .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: 0.3s all;
  overflow: visible;
}
.cid-uyWVlQNzM8 .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 26px;
  overflow: hidden;
  transition: 0.3s all;
}
.cid-uyWVlQNzM8 .item-img:hover {
  transform: translateY(-3px);
}
.cid-uyWVlQNzM8 .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uyWVlQNzM8 .item-content {
  width: 100%;
  margin-top: 1.75rem;
}
.cid-uyWVlQNzM8 .item-title {
  color: #000000;
  margin-right: auto;
  width: 100%;
  text-align: center;
}
.cid-uyWVlQNzM8 .mbr-text {
  color: #000000;
  margin-top: 0.75rem;
}
.cid-uyWVlQNzM8 .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uyWVlQNzM8 .mbr-text,
.cid-uyWVlQNzM8 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uyREu7ITLG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uyREu7ITLG .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uyREu7ITLG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyREu7ITLG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyREu7ITLG .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uyREu7ITLG .content-wrap .card {
  justify-content: space-between;
}
.cid-uyREu7ITLG .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uyREu7ITLG .content-wrapper {
    padding: 0;
  }
}
.cid-uyREu7ITLG .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uyREu7ITLG .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uyREu7ITLG .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uyREu7ITLG .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uyREu7ITLG .mbr-desc,
.cid-uyREu7ITLG .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uyREu7ITLG .mbr-section-title,
.cid-uyREu7ITLG .mbr-section-btn {
  color: #ffffff;
}
.cid-uyREsNd0LF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0aa3c2;
}
.cid-uyREsNd0LF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyREsNd0LF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyREsNd0LF .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #b7140b;
}
@media (max-width: 992px) {
  .cid-uyREsNd0LF .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uyREsNd0LF .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uyREsNd0LF .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uyREsNd0LF .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #b7140b;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uyREsNd0LF .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uyREsNd0LF .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uyREsNd0LF .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uyREsNd0LF .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uyREsNd0LF .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uyREsNd0LF .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uyREsNd0LF .mbr-section-title,
.cid-uyREsNd0LF .mbr-section-btn {
  color: #ffffff;
}
.cid-upNBj77KKE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upNBj77KKE .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upNBj77KKE .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNBj77KKE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upNBj77KKE .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upNBj77KKE .content-wrap .card {
  justify-content: space-between;
}
.cid-upNBj77KKE .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upNBj77KKE .content-wrapper {
    padding: 0;
  }
}
.cid-upNBj77KKE .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upNBj77KKE .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upNBj77KKE .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upNBj77KKE .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upNBj77KKE .mbr-desc,
.cid-upNBj77KKE .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upNBj77KKE .mbr-section-title,
.cid-upNBj77KKE .mbr-section-btn {
  color: #ffffff;
}
.cid-upNBj7oFxy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-upNBj7oFxy .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upNBj7oFxy .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNBj7oFxy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upNBj7oFxy .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upNBj7oFxy .content-wrap .card {
  justify-content: space-between;
}
.cid-upNBj7oFxy .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upNBj7oFxy .content-wrapper {
    padding: 0;
  }
}
.cid-upNBj7oFxy .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upNBj7oFxy .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upNBj7oFxy .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upNBj7oFxy .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upNBj7oFxy .mbr-desc,
.cid-upNBj7oFxy .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upNBj7oFxy .mbr-section-title,
.cid-upNBj7oFxy .mbr-section-btn {
  color: #ffffff;
}
.cid-upNBj7GxQ6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upNBj7GxQ6 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upNBj7GxQ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNBj7GxQ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upNBj7GxQ6 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upNBj7GxQ6 .content-wrap .card {
  justify-content: space-between;
}
.cid-upNBj7GxQ6 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upNBj7GxQ6 .content-wrapper {
    padding: 0;
  }
}
.cid-upNBj7GxQ6 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upNBj7GxQ6 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upNBj7GxQ6 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upNBj7GxQ6 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upNBj7GxQ6 .mbr-desc,
.cid-upNBj7GxQ6 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upNBj7GxQ6 .mbr-section-title,
.cid-upNBj7GxQ6 .mbr-section-btn {
  color: #ffffff;
}
.cid-upNBj7X5vA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-upNBj7X5vA .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNBj7X5vA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-upNBj7X5vA .container {
    padding: 0 16px;
  }
}
.cid-upNBj7X5vA .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-upNBj7X5vA .card {
    margin-bottom: 40px;
  }
}
.cid-upNBj7X5vA .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNBj7X5vA .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-upNBj7X5vA .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-upNBj7X5vA .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-upNBj7X5vA .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-upNBj7X5vA .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-upNBj7X5vA .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upNBj7X5vA .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-upNBj7X5vA .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-upNBj7X5vA .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-upNBj7X5vA .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNBj7X5vA .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-upNBj7X5vA .mbr-section-title {
  color: #ffffff;
}
.cid-upNBj7X5vA .copyright {
  color: #ffffff;
}
.cid-upNBj7X5vA .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-upNBj7X5vA .list {
  color: #ffffff;
  text-align: center;
}
.cid-upNBj7X5vA .mbr-section-title,
.cid-upNBj7X5vA .title-wrapper,
.cid-upNBj7X5vA .social-wrapper {
  text-align: center;
}
.cid-upNDRfEVrK {
  background-color: transparent;
}
.cid-upNDRfEVrK .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-upNDRfEVrK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-upNDRfEVrK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upNDRfEVrK .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-upNDRfEVrK .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-upNDRfEVrK .menu_box .navbar.opened,
  .cid-upNDRfEVrK .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-upNDRfEVrK .navbar-dropdown {
  position: relative !important;
}
.cid-upNDRfEVrK .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-upNDRfEVrK .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-upNDRfEVrK .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-upNDRfEVrK .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-upNDRfEVrK .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-upNDRfEVrK .btn:hover {
  box-shadow: none;
}
.cid-upNDRfEVrK .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-upNDRfEVrK .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-upNDRfEVrK .nav-item {
    margin: 0 !important;
  }
}
.cid-upNDRfEVrK .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-upNDRfEVrK .nav-item .nav-link:hover,
.cid-upNDRfEVrK .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-upNDRfEVrK .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-upNDRfEVrK .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-upNDRfEVrK .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-upNDRfEVrK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-upNDRfEVrK .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-upNDRfEVrK .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-upNDRfEVrK .offcanvas_box {
    display: none;
  }
}
.cid-upNDRfEVrK .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-upNDRfEVrK .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-upNDRfEVrK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-upNDRfEVrK .container {
  display: flex;
  margin: auto;
}
.cid-upNDRfEVrK .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-upNDRfEVrK .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-upNDRfEVrK .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-upNDRfEVrK .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-upNDRfEVrK .navbar-nav {
    margin: 0;
  }
}
.cid-upNDRfEVrK .dropdown-menu,
.cid-upNDRfEVrK .navbar.opened {
  background-color: false !important;
}
.cid-upNDRfEVrK .nav-item:focus,
.cid-upNDRfEVrK .nav-link:focus {
  outline: none;
}
.cid-upNDRfEVrK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upNDRfEVrK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upNDRfEVrK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upNDRfEVrK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upNDRfEVrK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upNDRfEVrK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upNDRfEVrK .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-upNDRfEVrK .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-upNDRfEVrK .navbar.opened {
  transition: all 0.3s;
}
.cid-upNDRfEVrK .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-upNDRfEVrK .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-upNDRfEVrK .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-upNDRfEVrK .navbar.collapsed {
  justify-content: center;
}
.cid-upNDRfEVrK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upNDRfEVrK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-upNDRfEVrK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upNDRfEVrK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upNDRfEVrK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upNDRfEVrK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-upNDRfEVrK .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-upNDRfEVrK .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-upNDRfEVrK .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-upNDRfEVrK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upNDRfEVrK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upNDRfEVrK .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-upNDRfEVrK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upNDRfEVrK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-upNDRfEVrK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upNDRfEVrK .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-upNDRfEVrK .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-upNDRfEVrK .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-upNDRfEVrK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-upNDRfEVrK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upNDRfEVrK .navbar .icons-menu {
    padding: 0;
  }
}
.cid-upNDRfEVrK .navbar.navbar-short {
  min-height: 60px;
}
.cid-upNDRfEVrK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upNDRfEVrK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upNDRfEVrK .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-upNDRfEVrK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-upNDRfEVrK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upNDRfEVrK .dropdown-item.active,
.cid-upNDRfEVrK .dropdown-item:active {
  background-color: transparent;
}
.cid-upNDRfEVrK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-upNDRfEVrK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upNDRfEVrK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upNDRfEVrK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upNDRfEVrK ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-upNDRfEVrK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upNDRfEVrK button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-upNDRfEVrK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-upNDRfEVrK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upNDRfEVrK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upNDRfEVrK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upNDRfEVrK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upNDRfEVrK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upNDRfEVrK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upNDRfEVrK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upNDRfEVrK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upNDRfEVrK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-upNDRfEVrK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upNDRfEVrK .navbar {
    height: 70px;
  }
  .cid-upNDRfEVrK .navbar.opened {
    height: auto;
  }
  .cid-upNDRfEVrK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upNDRfEVrK .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-upNDRfEVrK .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-upNDRfEVrK .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-upNDRfEVrK .text_widget {
  margin-bottom: 32px;
}
.cid-upNDRfEVrK .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-upNDRfEVrK .text_widget a:hover,
.cid-upNDRfEVrK .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-upNDRfEVrK .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-upNDRfEVrK .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-upNDRfEVrK .navbar-caption {
  color: #000000;
}
.cid-upNDRfEVrK .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-upNDRfEVrK .mbr-section-subtitle,
.cid-upNDRfEVrK .text_widget,
.cid-upNDRfEVrK .mbr-section-btn {
  text-align: center;
}
.cid-upNDRfEVrK a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-upNDRg0FyQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upNDRg0FyQ .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upNDRg0FyQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNDRg0FyQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upNDRg0FyQ .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upNDRg0FyQ .content-wrap .card {
  justify-content: space-between;
}
.cid-upNDRg0FyQ .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upNDRg0FyQ .content-wrapper {
    padding: 0;
  }
}
.cid-upNDRg0FyQ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upNDRg0FyQ .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upNDRg0FyQ .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upNDRg0FyQ .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upNDRg0FyQ .mbr-desc,
.cid-upNDRg0FyQ .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upNDRg0FyQ .mbr-section-title,
.cid-upNDRg0FyQ .mbr-section-btn {
  color: #ffffff;
}
.cid-upNDRgAzqh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upNDRgAzqh .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upNDRgAzqh .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNDRgAzqh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upNDRgAzqh .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upNDRgAzqh .content-wrap .card {
  justify-content: space-between;
}
.cid-upNDRgAzqh .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upNDRgAzqh .content-wrapper {
    padding: 0;
  }
}
.cid-upNDRgAzqh .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upNDRgAzqh .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upNDRgAzqh .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upNDRgAzqh .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upNDRgAzqh .mbr-desc,
.cid-upNDRgAzqh .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upNDRgAzqh .mbr-section-title,
.cid-upNDRgAzqh .mbr-section-btn {
  color: #ffffff;
}
.cid-upNDRgUCCH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #0aa3c2;
}
.cid-upNDRgUCCH .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upNDRgUCCH .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNDRgUCCH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upNDRgUCCH .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upNDRgUCCH .content-wrap .card {
  justify-content: space-between;
}
.cid-upNDRgUCCH .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upNDRgUCCH .content-wrapper {
    padding: 0;
  }
}
.cid-upNDRgUCCH .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upNDRgUCCH .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upNDRgUCCH .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upNDRgUCCH .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upNDRgUCCH .mbr-desc,
.cid-upNDRgUCCH .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upNDRgUCCH .mbr-section-title,
.cid-upNDRgUCCH .mbr-section-btn {
  color: #ffffff;
}
.cid-uyRFVxeNao {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0aa3c2;
}
.cid-uyRFVxeNao .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyRFVxeNao .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyRFVxeNao .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #b7140b;
}
@media (max-width: 992px) {
  .cid-uyRFVxeNao .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uyRFVxeNao .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uyRFVxeNao .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uyRFVxeNao .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #b7140b;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uyRFVxeNao .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uyRFVxeNao .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uyRFVxeNao .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uyRFVxeNao .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uyRFVxeNao .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uyRFVxeNao .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uyRFVxeNao .mbr-section-title,
.cid-uyRFVxeNao .mbr-section-btn {
  color: #ffffff;
}
.cid-uyRFZ0fqtw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uyRFZ0fqtw .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uyRFZ0fqtw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyRFZ0fqtw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyRFZ0fqtw .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uyRFZ0fqtw .content-wrap .card {
  justify-content: space-between;
}
.cid-uyRFZ0fqtw .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uyRFZ0fqtw .content-wrapper {
    padding: 0;
  }
}
.cid-uyRFZ0fqtw .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uyRFZ0fqtw .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uyRFZ0fqtw .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uyRFZ0fqtw .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uyRFZ0fqtw .mbr-desc,
.cid-uyRFZ0fqtw .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uyRFZ0fqtw .mbr-section-title,
.cid-uyRFZ0fqtw .mbr-section-btn {
  color: #ffffff;
}
.cid-uyRFWvtPD3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0aa3c2;
  position: relative;
}
.cid-uyRFWvtPD3 .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0aa3c2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uyRFWvtPD3 .mbr-section-head {
  width: 100%;
  margin-bottom: 3.4vw;
}
@media (max-width: 767px) {
  .cid-uyRFWvtPD3 .mbr-section-head {
    margin-bottom: 6.93vw;
  }
}
.cid-uyRFWvtPD3 .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
.cid-uyRFWvtPD3 .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uyRFWvtPD3 .item {
  display: flex;
  align-items: stretch;
  margin-bottom: 1.4vw;
  overflow: visible;
}
@media (max-width: 767px) {
  .cid-uyRFWvtPD3 .item {
    margin-bottom: 0.75rem;
  }
}
.cid-uyRFWvtPD3 .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: 0.3s all;
  overflow: visible;
}
.cid-uyRFWvtPD3 .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 26px;
  overflow: hidden;
  transition: 0.3s all;
}
.cid-uyRFWvtPD3 .item-img:hover {
  transform: translateY(-3px);
}
.cid-uyRFWvtPD3 .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uyRFWvtPD3 .item-content {
  width: 100%;
  margin-top: 1.75rem;
}
.cid-uyRFWvtPD3 .item-title {
  color: #000000;
  margin-right: auto;
  width: 100%;
  text-align: center;
}
.cid-uyRFWvtPD3 .mbr-text {
  color: #000000;
  margin-top: 0.75rem;
}
.cid-uyRFWvtPD3 .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uyRFWvtPD3 .mbr-text,
.cid-uyRFWvtPD3 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uyRFZK4Mpq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uyRFZK4Mpq .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uyRFZK4Mpq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyRFZK4Mpq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyRFZK4Mpq .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uyRFZK4Mpq .content-wrap .card {
  justify-content: space-between;
}
.cid-uyRFZK4Mpq .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uyRFZK4Mpq .content-wrapper {
    padding: 0;
  }
}
.cid-uyRFZK4Mpq .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uyRFZK4Mpq .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uyRFZK4Mpq .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uyRFZK4Mpq .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uyRFZK4Mpq .mbr-desc,
.cid-uyRFZK4Mpq .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uyRFZK4Mpq .mbr-section-title,
.cid-uyRFZK4Mpq .mbr-section-btn {
  color: #ffffff;
}
.cid-uyRFXe6Nmg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0aa3c2;
}
.cid-uyRFXe6Nmg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyRFXe6Nmg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyRFXe6Nmg .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #b7140b;
}
@media (max-width: 992px) {
  .cid-uyRFXe6Nmg .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uyRFXe6Nmg .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uyRFXe6Nmg .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uyRFXe6Nmg .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #b7140b;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uyRFXe6Nmg .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uyRFXe6Nmg .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uyRFXe6Nmg .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uyRFXe6Nmg .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uyRFXe6Nmg .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uyRFXe6Nmg .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uyRFXe6Nmg .mbr-section-title,
.cid-uyRFXe6Nmg .mbr-section-btn {
  color: #ffffff;
}
.cid-upNDRhpYWy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upNDRhpYWy .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upNDRhpYWy .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNDRhpYWy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upNDRhpYWy .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upNDRhpYWy .content-wrap .card {
  justify-content: space-between;
}
.cid-upNDRhpYWy .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upNDRhpYWy .content-wrapper {
    padding: 0;
  }
}
.cid-upNDRhpYWy .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upNDRhpYWy .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upNDRhpYWy .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upNDRhpYWy .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upNDRhpYWy .mbr-desc,
.cid-upNDRhpYWy .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upNDRhpYWy .mbr-section-title,
.cid-upNDRhpYWy .mbr-section-btn {
  color: #ffffff;
}
.cid-upNDRhF6WS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-upNDRhF6WS .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upNDRhF6WS .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNDRhF6WS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upNDRhF6WS .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upNDRhF6WS .content-wrap .card {
  justify-content: space-between;
}
.cid-upNDRhF6WS .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upNDRhF6WS .content-wrapper {
    padding: 0;
  }
}
.cid-upNDRhF6WS .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upNDRhF6WS .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upNDRhF6WS .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upNDRhF6WS .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upNDRhF6WS .mbr-desc,
.cid-upNDRhF6WS .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upNDRhF6WS .mbr-section-title,
.cid-upNDRhF6WS .mbr-section-btn {
  color: #ffffff;
}
.cid-upNDRhWvFR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upNDRhWvFR .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upNDRhWvFR .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNDRhWvFR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upNDRhWvFR .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upNDRhWvFR .content-wrap .card {
  justify-content: space-between;
}
.cid-upNDRhWvFR .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upNDRhWvFR .content-wrapper {
    padding: 0;
  }
}
.cid-upNDRhWvFR .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upNDRhWvFR .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upNDRhWvFR .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upNDRhWvFR .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upNDRhWvFR .mbr-desc,
.cid-upNDRhWvFR .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upNDRhWvFR .mbr-section-title,
.cid-upNDRhWvFR .mbr-section-btn {
  color: #ffffff;
}
.cid-upNDRidspc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-upNDRidspc .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNDRidspc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-upNDRidspc .container {
    padding: 0 16px;
  }
}
.cid-upNDRidspc .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-upNDRidspc .card {
    margin-bottom: 40px;
  }
}
.cid-upNDRidspc .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNDRidspc .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-upNDRidspc .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-upNDRidspc .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-upNDRidspc .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-upNDRidspc .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-upNDRidspc .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upNDRidspc .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-upNDRidspc .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-upNDRidspc .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-upNDRidspc .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNDRidspc .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-upNDRidspc .mbr-section-title {
  color: #ffffff;
}
.cid-upNDRidspc .copyright {
  color: #ffffff;
}
.cid-upNDRidspc .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-upNDRidspc .list {
  color: #ffffff;
  text-align: center;
}
.cid-upNDRidspc .mbr-section-title,
.cid-upNDRidspc .title-wrapper,
.cid-upNDRidspc .social-wrapper {
  text-align: center;
}
.cid-upNEoAvXM6 {
  background-color: transparent;
}
.cid-upNEoAvXM6 .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-upNEoAvXM6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-upNEoAvXM6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upNEoAvXM6 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-upNEoAvXM6 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-upNEoAvXM6 .menu_box .navbar.opened,
  .cid-upNEoAvXM6 .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-upNEoAvXM6 .navbar-dropdown {
  position: relative !important;
}
.cid-upNEoAvXM6 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-upNEoAvXM6 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-upNEoAvXM6 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-upNEoAvXM6 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-upNEoAvXM6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-upNEoAvXM6 .btn:hover {
  box-shadow: none;
}
.cid-upNEoAvXM6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-upNEoAvXM6 .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-upNEoAvXM6 .nav-item {
    margin: 0 !important;
  }
}
.cid-upNEoAvXM6 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-upNEoAvXM6 .nav-item .nav-link:hover,
.cid-upNEoAvXM6 .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-upNEoAvXM6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-upNEoAvXM6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-upNEoAvXM6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-upNEoAvXM6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-upNEoAvXM6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-upNEoAvXM6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-upNEoAvXM6 .offcanvas_box {
    display: none;
  }
}
.cid-upNEoAvXM6 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-upNEoAvXM6 .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-upNEoAvXM6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-upNEoAvXM6 .container {
  display: flex;
  margin: auto;
}
.cid-upNEoAvXM6 .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-upNEoAvXM6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-upNEoAvXM6 .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-upNEoAvXM6 .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-upNEoAvXM6 .navbar-nav {
    margin: 0;
  }
}
.cid-upNEoAvXM6 .dropdown-menu,
.cid-upNEoAvXM6 .navbar.opened {
  background-color: false !important;
}
.cid-upNEoAvXM6 .nav-item:focus,
.cid-upNEoAvXM6 .nav-link:focus {
  outline: none;
}
.cid-upNEoAvXM6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upNEoAvXM6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upNEoAvXM6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upNEoAvXM6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upNEoAvXM6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upNEoAvXM6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upNEoAvXM6 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-upNEoAvXM6 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-upNEoAvXM6 .navbar.opened {
  transition: all 0.3s;
}
.cid-upNEoAvXM6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-upNEoAvXM6 .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-upNEoAvXM6 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-upNEoAvXM6 .navbar.collapsed {
  justify-content: center;
}
.cid-upNEoAvXM6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upNEoAvXM6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-upNEoAvXM6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upNEoAvXM6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upNEoAvXM6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upNEoAvXM6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-upNEoAvXM6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-upNEoAvXM6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-upNEoAvXM6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-upNEoAvXM6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upNEoAvXM6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upNEoAvXM6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-upNEoAvXM6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upNEoAvXM6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-upNEoAvXM6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upNEoAvXM6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-upNEoAvXM6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-upNEoAvXM6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-upNEoAvXM6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-upNEoAvXM6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upNEoAvXM6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-upNEoAvXM6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-upNEoAvXM6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upNEoAvXM6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upNEoAvXM6 .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-upNEoAvXM6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-upNEoAvXM6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upNEoAvXM6 .dropdown-item.active,
.cid-upNEoAvXM6 .dropdown-item:active {
  background-color: transparent;
}
.cid-upNEoAvXM6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-upNEoAvXM6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upNEoAvXM6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upNEoAvXM6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upNEoAvXM6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-upNEoAvXM6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upNEoAvXM6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-upNEoAvXM6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-upNEoAvXM6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upNEoAvXM6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upNEoAvXM6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upNEoAvXM6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upNEoAvXM6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upNEoAvXM6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upNEoAvXM6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upNEoAvXM6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upNEoAvXM6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-upNEoAvXM6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upNEoAvXM6 .navbar {
    height: 70px;
  }
  .cid-upNEoAvXM6 .navbar.opened {
    height: auto;
  }
  .cid-upNEoAvXM6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upNEoAvXM6 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-upNEoAvXM6 .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-upNEoAvXM6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-upNEoAvXM6 .text_widget {
  margin-bottom: 32px;
}
.cid-upNEoAvXM6 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-upNEoAvXM6 .text_widget a:hover,
.cid-upNEoAvXM6 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-upNEoAvXM6 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-upNEoAvXM6 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-upNEoAvXM6 .navbar-caption {
  color: #000000;
}
.cid-upNEoAvXM6 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-upNEoAvXM6 .mbr-section-subtitle,
.cid-upNEoAvXM6 .text_widget,
.cid-upNEoAvXM6 .mbr-section-btn {
  text-align: center;
}
.cid-upNEoAvXM6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-upNEoAQGn0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upNEoAQGn0 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upNEoAQGn0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNEoAQGn0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upNEoAQGn0 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upNEoAQGn0 .content-wrap .card {
  justify-content: space-between;
}
.cid-upNEoAQGn0 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upNEoAQGn0 .content-wrapper {
    padding: 0;
  }
}
.cid-upNEoAQGn0 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upNEoAQGn0 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upNEoAQGn0 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upNEoAQGn0 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upNEoAQGn0 .mbr-desc,
.cid-upNEoAQGn0 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upNEoAQGn0 .mbr-section-title,
.cid-upNEoAQGn0 .mbr-section-btn {
  color: #ffffff;
}
.cid-upNEoBx1Dg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upNEoBx1Dg .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upNEoBx1Dg .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNEoBx1Dg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upNEoBx1Dg .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upNEoBx1Dg .content-wrap .card {
  justify-content: space-between;
}
.cid-upNEoBx1Dg .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upNEoBx1Dg .content-wrapper {
    padding: 0;
  }
}
.cid-upNEoBx1Dg .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upNEoBx1Dg .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upNEoBx1Dg .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upNEoBx1Dg .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upNEoBx1Dg .mbr-desc,
.cid-upNEoBx1Dg .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upNEoBx1Dg .mbr-section-title,
.cid-upNEoBx1Dg .mbr-section-btn {
  color: #ffffff;
}
.cid-upNEoBNdbt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #0aa3c2;
}
.cid-upNEoBNdbt .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upNEoBNdbt .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNEoBNdbt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upNEoBNdbt .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upNEoBNdbt .content-wrap .card {
  justify-content: space-between;
}
.cid-upNEoBNdbt .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upNEoBNdbt .content-wrapper {
    padding: 0;
  }
}
.cid-upNEoBNdbt .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upNEoBNdbt .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upNEoBNdbt .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upNEoBNdbt .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upNEoBNdbt .mbr-desc,
.cid-upNEoBNdbt .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upNEoBNdbt .mbr-section-title,
.cid-upNEoBNdbt .mbr-section-btn {
  color: #ffffff;
}
.cid-uyRGzFq3wr {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0aa3c2;
}
.cid-uyRGzFq3wr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyRGzFq3wr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyRGzFq3wr .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #b7140b;
}
@media (max-width: 992px) {
  .cid-uyRGzFq3wr .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uyRGzFq3wr .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uyRGzFq3wr .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uyRGzFq3wr .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #b7140b;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uyRGzFq3wr .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uyRGzFq3wr .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uyRGzFq3wr .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uyRGzFq3wr .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uyRGzFq3wr .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uyRGzFq3wr .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uyRGzFq3wr .mbr-section-title,
.cid-uyRGzFq3wr .mbr-section-btn {
  color: #ffffff;
}
.cid-uyRGCq95Dx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uyRGCq95Dx .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uyRGCq95Dx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyRGCq95Dx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyRGCq95Dx .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uyRGCq95Dx .content-wrap .card {
  justify-content: space-between;
}
.cid-uyRGCq95Dx .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uyRGCq95Dx .content-wrapper {
    padding: 0;
  }
}
.cid-uyRGCq95Dx .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uyRGCq95Dx .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uyRGCq95Dx .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uyRGCq95Dx .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uyRGCq95Dx .mbr-desc,
.cid-uyRGCq95Dx .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uyRGCq95Dx .mbr-section-title,
.cid-uyRGCq95Dx .mbr-section-btn {
  color: #ffffff;
}
.cid-uyRGA7wv0N {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0aa3c2;
  position: relative;
}
.cid-uyRGA7wv0N .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0aa3c2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uyRGA7wv0N .mbr-section-head {
  width: 100%;
  margin-bottom: 3.4vw;
}
@media (max-width: 767px) {
  .cid-uyRGA7wv0N .mbr-section-head {
    margin-bottom: 6.93vw;
  }
}
.cid-uyRGA7wv0N .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
.cid-uyRGA7wv0N .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uyRGA7wv0N .item {
  display: flex;
  align-items: stretch;
  margin-bottom: 1.4vw;
  overflow: visible;
}
@media (max-width: 767px) {
  .cid-uyRGA7wv0N .item {
    margin-bottom: 0.75rem;
  }
}
.cid-uyRGA7wv0N .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: 0.3s all;
  overflow: visible;
}
.cid-uyRGA7wv0N .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 26px;
  overflow: hidden;
  transition: 0.3s all;
}
.cid-uyRGA7wv0N .item-img:hover {
  transform: translateY(-3px);
}
.cid-uyRGA7wv0N .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uyRGA7wv0N .item-content {
  width: 100%;
  margin-top: 1.75rem;
}
.cid-uyRGA7wv0N .item-title {
  color: #000000;
  margin-right: auto;
  width: 100%;
  text-align: center;
}
.cid-uyRGA7wv0N .mbr-text {
  color: #000000;
  margin-top: 0.75rem;
}
.cid-uyRGA7wv0N .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uyRGA7wv0N .mbr-text,
.cid-uyRGA7wv0N .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uyRGCZv947 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uyRGCZv947 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uyRGCZv947 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyRGCZv947 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyRGCZv947 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uyRGCZv947 .content-wrap .card {
  justify-content: space-between;
}
.cid-uyRGCZv947 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uyRGCZv947 .content-wrapper {
    padding: 0;
  }
}
.cid-uyRGCZv947 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uyRGCZv947 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uyRGCZv947 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uyRGCZv947 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uyRGCZv947 .mbr-desc,
.cid-uyRGCZv947 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uyRGCZv947 .mbr-section-title,
.cid-uyRGCZv947 .mbr-section-btn {
  color: #ffffff;
}
.cid-uyRGANdl2I {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0aa3c2;
}
.cid-uyRGANdl2I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyRGANdl2I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyRGANdl2I .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #b7140b;
}
@media (max-width: 992px) {
  .cid-uyRGANdl2I .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uyRGANdl2I .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uyRGANdl2I .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uyRGANdl2I .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #b7140b;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uyRGANdl2I .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uyRGANdl2I .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uyRGANdl2I .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uyRGANdl2I .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uyRGANdl2I .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uyRGANdl2I .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uyRGANdl2I .mbr-section-title,
.cid-uyRGANdl2I .mbr-section-btn {
  color: #ffffff;
}
.cid-upNEoCnarO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upNEoCnarO .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upNEoCnarO .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNEoCnarO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upNEoCnarO .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upNEoCnarO .content-wrap .card {
  justify-content: space-between;
}
.cid-upNEoCnarO .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upNEoCnarO .content-wrapper {
    padding: 0;
  }
}
.cid-upNEoCnarO .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upNEoCnarO .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upNEoCnarO .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upNEoCnarO .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upNEoCnarO .mbr-desc,
.cid-upNEoCnarO .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upNEoCnarO .mbr-section-title,
.cid-upNEoCnarO .mbr-section-btn {
  color: #ffffff;
}
.cid-upNEoCEaG9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-upNEoCEaG9 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upNEoCEaG9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNEoCEaG9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upNEoCEaG9 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upNEoCEaG9 .content-wrap .card {
  justify-content: space-between;
}
.cid-upNEoCEaG9 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upNEoCEaG9 .content-wrapper {
    padding: 0;
  }
}
.cid-upNEoCEaG9 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upNEoCEaG9 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upNEoCEaG9 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upNEoCEaG9 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upNEoCEaG9 .mbr-desc,
.cid-upNEoCEaG9 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upNEoCEaG9 .mbr-section-title,
.cid-upNEoCEaG9 .mbr-section-btn {
  color: #ffffff;
}
.cid-upNEoCUH4P {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upNEoCUH4P .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upNEoCUH4P .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNEoCUH4P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upNEoCUH4P .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upNEoCUH4P .content-wrap .card {
  justify-content: space-between;
}
.cid-upNEoCUH4P .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upNEoCUH4P .content-wrapper {
    padding: 0;
  }
}
.cid-upNEoCUH4P .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upNEoCUH4P .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upNEoCUH4P .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upNEoCUH4P .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upNEoCUH4P .mbr-desc,
.cid-upNEoCUH4P .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upNEoCUH4P .mbr-section-title,
.cid-upNEoCUH4P .mbr-section-btn {
  color: #ffffff;
}
.cid-upNEoDbUQY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-upNEoDbUQY .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNEoDbUQY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-upNEoDbUQY .container {
    padding: 0 16px;
  }
}
.cid-upNEoDbUQY .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-upNEoDbUQY .card {
    margin-bottom: 40px;
  }
}
.cid-upNEoDbUQY .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNEoDbUQY .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-upNEoDbUQY .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-upNEoDbUQY .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-upNEoDbUQY .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-upNEoDbUQY .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-upNEoDbUQY .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upNEoDbUQY .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-upNEoDbUQY .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-upNEoDbUQY .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-upNEoDbUQY .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNEoDbUQY .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-upNEoDbUQY .mbr-section-title {
  color: #ffffff;
}
.cid-upNEoDbUQY .copyright {
  color: #ffffff;
}
.cid-upNEoDbUQY .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-upNEoDbUQY .list {
  color: #ffffff;
  text-align: center;
}
.cid-upNEoDbUQY .mbr-section-title,
.cid-upNEoDbUQY .title-wrapper,
.cid-upNEoDbUQY .social-wrapper {
  text-align: center;
}
.cid-upOgQnNg1h {
  background-color: transparent;
}
.cid-upOgQnNg1h .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-upOgQnNg1h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-upOgQnNg1h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upOgQnNg1h .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-upOgQnNg1h .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-upOgQnNg1h .menu_box .navbar.opened,
  .cid-upOgQnNg1h .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-upOgQnNg1h .navbar-dropdown {
  position: relative !important;
}
.cid-upOgQnNg1h .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-upOgQnNg1h .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-upOgQnNg1h .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-upOgQnNg1h .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-upOgQnNg1h .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-upOgQnNg1h .btn:hover {
  box-shadow: none;
}
.cid-upOgQnNg1h .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-upOgQnNg1h .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-upOgQnNg1h .nav-item {
    margin: 0 !important;
  }
}
.cid-upOgQnNg1h .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-upOgQnNg1h .nav-item .nav-link:hover,
.cid-upOgQnNg1h .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-upOgQnNg1h .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-upOgQnNg1h .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-upOgQnNg1h .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-upOgQnNg1h .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-upOgQnNg1h .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-upOgQnNg1h .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-upOgQnNg1h .offcanvas_box {
    display: none;
  }
}
.cid-upOgQnNg1h .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-upOgQnNg1h .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-upOgQnNg1h .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-upOgQnNg1h .container {
  display: flex;
  margin: auto;
}
.cid-upOgQnNg1h .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-upOgQnNg1h .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-upOgQnNg1h .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-upOgQnNg1h .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-upOgQnNg1h .navbar-nav {
    margin: 0;
  }
}
.cid-upOgQnNg1h .dropdown-menu,
.cid-upOgQnNg1h .navbar.opened {
  background-color: false !important;
}
.cid-upOgQnNg1h .nav-item:focus,
.cid-upOgQnNg1h .nav-link:focus {
  outline: none;
}
.cid-upOgQnNg1h .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upOgQnNg1h .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upOgQnNg1h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upOgQnNg1h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upOgQnNg1h .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upOgQnNg1h .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upOgQnNg1h .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-upOgQnNg1h .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-upOgQnNg1h .navbar.opened {
  transition: all 0.3s;
}
.cid-upOgQnNg1h .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-upOgQnNg1h .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-upOgQnNg1h .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-upOgQnNg1h .navbar.collapsed {
  justify-content: center;
}
.cid-upOgQnNg1h .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upOgQnNg1h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-upOgQnNg1h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upOgQnNg1h .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upOgQnNg1h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upOgQnNg1h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-upOgQnNg1h .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-upOgQnNg1h .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-upOgQnNg1h .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-upOgQnNg1h .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upOgQnNg1h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upOgQnNg1h .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-upOgQnNg1h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upOgQnNg1h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-upOgQnNg1h .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upOgQnNg1h .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-upOgQnNg1h .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-upOgQnNg1h .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-upOgQnNg1h .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-upOgQnNg1h .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upOgQnNg1h .navbar .icons-menu {
    padding: 0;
  }
}
.cid-upOgQnNg1h .navbar.navbar-short {
  min-height: 60px;
}
.cid-upOgQnNg1h .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upOgQnNg1h .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upOgQnNg1h .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-upOgQnNg1h .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-upOgQnNg1h .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upOgQnNg1h .dropdown-item.active,
.cid-upOgQnNg1h .dropdown-item:active {
  background-color: transparent;
}
.cid-upOgQnNg1h .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-upOgQnNg1h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upOgQnNg1h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upOgQnNg1h .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upOgQnNg1h ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-upOgQnNg1h .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upOgQnNg1h button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-upOgQnNg1h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-upOgQnNg1h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upOgQnNg1h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upOgQnNg1h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upOgQnNg1h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upOgQnNg1h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upOgQnNg1h nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upOgQnNg1h nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upOgQnNg1h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upOgQnNg1h a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-upOgQnNg1h .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upOgQnNg1h .navbar {
    height: 70px;
  }
  .cid-upOgQnNg1h .navbar.opened {
    height: auto;
  }
  .cid-upOgQnNg1h .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upOgQnNg1h .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-upOgQnNg1h .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-upOgQnNg1h .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-upOgQnNg1h .text_widget {
  margin-bottom: 32px;
}
.cid-upOgQnNg1h .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-upOgQnNg1h .text_widget a:hover,
.cid-upOgQnNg1h .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-upOgQnNg1h .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-upOgQnNg1h .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-upOgQnNg1h .navbar-caption {
  color: #000000;
}
.cid-upOgQnNg1h .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-upOgQnNg1h .mbr-section-subtitle,
.cid-upOgQnNg1h .text_widget,
.cid-upOgQnNg1h .mbr-section-btn {
  text-align: center;
}
.cid-upOgQnNg1h a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-upOgQoelUj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upOgQoelUj .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upOgQoelUj .mbr-fallback-image.disabled {
  display: none;
}
.cid-upOgQoelUj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upOgQoelUj .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upOgQoelUj .content-wrap .card {
  justify-content: space-between;
}
.cid-upOgQoelUj .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upOgQoelUj .content-wrapper {
    padding: 0;
  }
}
.cid-upOgQoelUj .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upOgQoelUj .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upOgQoelUj .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upOgQoelUj .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upOgQoelUj .mbr-desc,
.cid-upOgQoelUj .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upOgQoelUj .mbr-section-title,
.cid-upOgQoelUj .mbr-section-btn {
  color: #ffffff;
}
.cid-upOgQowxFc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-upOgQowxFc .mbr-fallback-image.disabled {
  display: none;
}
.cid-upOgQowxFc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upOgQowxFc img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border: 2px dashed #f7bc4a;
  border-radius: 8px;
}
.cid-upOgQowxFc .img-wide {
  height: 50%;
}
.cid-upOgQowxFc .img-big {
  height: 100%;
}
.cid-upOgQoMrsh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upOgQoMrsh .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upOgQoMrsh .mbr-fallback-image.disabled {
  display: none;
}
.cid-upOgQoMrsh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upOgQoMrsh .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upOgQoMrsh .content-wrap .card {
  justify-content: space-between;
}
.cid-upOgQoMrsh .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upOgQoMrsh .content-wrapper {
    padding: 0;
  }
}
.cid-upOgQoMrsh .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upOgQoMrsh .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upOgQoMrsh .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upOgQoMrsh .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upOgQoMrsh .mbr-desc,
.cid-upOgQoMrsh .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upOgQoMrsh .mbr-section-title,
.cid-upOgQoMrsh .mbr-section-btn {
  color: #ffffff;
}
.cid-upOgQp3W0O {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upOgQp3W0O .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upOgQp3W0O .mbr-fallback-image.disabled {
  display: none;
}
.cid-upOgQp3W0O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upOgQp3W0O .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upOgQp3W0O .content-wrap .card {
  justify-content: space-between;
}
.cid-upOgQp3W0O .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upOgQp3W0O .content-wrapper {
    padding: 0;
  }
}
.cid-upOgQp3W0O .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upOgQp3W0O .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upOgQp3W0O .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upOgQp3W0O .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upOgQp3W0O .mbr-desc,
.cid-upOgQp3W0O .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upOgQp3W0O .mbr-section-title,
.cid-upOgQp3W0O .mbr-section-btn {
  color: #ffffff;
}
.cid-urjK7stLRF {
  position: relative;
  overflow: hidden;
  background-color: #1e88e5;
}
.cid-urjK7stLRF .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-urjK7stLRF .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-urjK7stLRF .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #0aa3c2;
  z-index: 1;
}
.cid-urjK7stLRF .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #1e88e5;
}
.cid-urjK7stLRF .mbr-fallback-image.disabled {
  display: none;
}
.cid-urjK7stLRF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urjK7stLRF .row {
  position: relative;
  z-index: 2;
}
.cid-urjK7stLRF .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-urjK7stLRF .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-urjK7stLRF .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-urjK7stLRF .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-urjK7stLRF .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-urjK7stLRF .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-urjK7stLRF .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-urjK7stLRF .image-wrapper {
    margin-top: 46px;
  }
}
.cid-urjK7stLRF .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-urjK7stLRF .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-urjK7stLRF .mbr-section-title {
  color: #ffffff;
}
.cid-urjK7stLRF .mbr-text {
  color: #51565c;
}
.cid-urjK7stLRF .mbr-text,
.cid-urjK7stLRF .text-wrapper {
  text-align: center;
  color: #000000;
}
.cid-upOgQpA84o {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1e88e5;
  position: relative;
}
.cid-upOgQpA84o .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4188ff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-upOgQpA84o .mbr-section-head {
  width: 100%;
  margin-bottom: 3.4vw;
}
@media (max-width: 767px) {
  .cid-upOgQpA84o .mbr-section-head {
    margin-bottom: 6.93vw;
  }
}
.cid-upOgQpA84o .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
.cid-upOgQpA84o .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-upOgQpA84o .item {
  display: flex;
  align-items: stretch;
  margin-bottom: 1.4vw;
  overflow: visible;
}
@media (max-width: 767px) {
  .cid-upOgQpA84o .item {
    margin-bottom: 0.75rem;
  }
}
.cid-upOgQpA84o .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: 0.3s all;
  overflow: visible;
}
.cid-upOgQpA84o .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 26px;
  overflow: hidden;
  transition: 0.3s all;
  border: 1px solid #ffffff;
}
.cid-upOgQpA84o .item-img:hover {
  transform: translateY(-3px);
}
.cid-upOgQpA84o .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-upOgQpA84o .item-content {
  width: 100%;
  margin-top: 1.75rem;
}
.cid-upOgQpA84o .item-title {
  color: #ffffff;
  margin-right: auto;
  width: 100%;
  text-align: center;
}
.cid-upOgQpA84o .mbr-text {
  color: #000000;
  margin-top: 0.75rem;
}
.cid-upOgQpA84o .mbr-section-btn {
  margin-top: 1rem;
}
.cid-upOgQpA84o .mbr-text,
.cid-upOgQpA84o .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-upOixZ6mGe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upOixZ6mGe .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upOixZ6mGe .mbr-fallback-image.disabled {
  display: none;
}
.cid-upOixZ6mGe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upOixZ6mGe .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upOixZ6mGe .content-wrap .card {
  justify-content: space-between;
}
.cid-upOixZ6mGe .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upOixZ6mGe .content-wrapper {
    padding: 0;
  }
}
.cid-upOixZ6mGe .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upOixZ6mGe .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upOixZ6mGe .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upOixZ6mGe .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upOixZ6mGe .mbr-desc,
.cid-upOixZ6mGe .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upOixZ6mGe .mbr-section-title,
.cid-upOixZ6mGe .mbr-section-btn {
  color: #ffffff;
}
.cid-upOhWKJfcJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #b7140b;
}
.cid-upOhWKJfcJ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-upOhWKJfcJ .item {
    margin-bottom: 1rem;
  }
}
.cid-upOhWKJfcJ .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-upOhWKJfcJ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-upOhWKJfcJ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-upOhWKJfcJ .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-upOhWKJfcJ .carousel-control,
.cid-upOhWKJfcJ .close {
  background: #1b1b1b;
}
.cid-upOhWKJfcJ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-upOhWKJfcJ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-upOhWKJfcJ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-upOhWKJfcJ .carousel-control-next span {
  margin-left: 5px;
}
.cid-upOhWKJfcJ .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-upOhWKJfcJ .close::before {
  content: '\e91a';
}
.cid-upOhWKJfcJ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-upOhWKJfcJ .carousel-control {
  display: flex;
  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-upOhWKJfcJ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-upOhWKJfcJ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-upOhWKJfcJ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-upOhWKJfcJ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-upOhWKJfcJ .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-upOhWKJfcJ .carousel-indicators li.active,
.cid-upOhWKJfcJ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-upOhWKJfcJ .carousel-indicators li::after,
.cid-upOhWKJfcJ .carousel-indicators li::before {
  content: none;
}
.cid-upOhWKJfcJ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-upOhWKJfcJ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-upOhWKJfcJ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-upOhWKJfcJ .carousel-indicators {
    display: none;
  }
}
.cid-upOhWKJfcJ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-upOhWKJfcJ .carousel-inner > .active {
  display: block;
}
.cid-upOhWKJfcJ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-upOhWKJfcJ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-upOhWKJfcJ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-upOhWKJfcJ .carousel-control,
  .cid-upOhWKJfcJ .carousel-indicators,
  .cid-upOhWKJfcJ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-upOhWKJfcJ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-upOhWKJfcJ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-upOhWKJfcJ .carousel-indicators .active,
.cid-upOhWKJfcJ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-upOhWKJfcJ .carousel-indicators .active {
  background: #fff;
}
.cid-upOhWKJfcJ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-upOhWKJfcJ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-upOhWKJfcJ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-upOhWKJfcJ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-upOhWKJfcJ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-upOhWKJfcJ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-upOhWKJfcJ .carousel {
  width: 100%;
}
.cid-upOhWKJfcJ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-upOhWKJfcJ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-upOhWKJfcJ .modal.fade .modal-dialog,
.cid-upOhWKJfcJ .modal.in .modal-dialog {
  transform: none;
}
.cid-upOhWKJfcJ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-upOhWKJfcJ .content-head {
  max-width: 800px;
}
.cid-upOhWKJfcJ H4 {
  color: #ffffff;
}
.cid-upOgQpVJ3h {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upOgQpVJ3h .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upOgQpVJ3h .mbr-fallback-image.disabled {
  display: none;
}
.cid-upOgQpVJ3h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upOgQpVJ3h .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upOgQpVJ3h .content-wrap .card {
  justify-content: space-between;
}
.cid-upOgQpVJ3h .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upOgQpVJ3h .content-wrapper {
    padding: 0;
  }
}
.cid-upOgQpVJ3h .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upOgQpVJ3h .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upOgQpVJ3h .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upOgQpVJ3h .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upOgQpVJ3h .mbr-desc,
.cid-upOgQpVJ3h .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upOgQpVJ3h .mbr-section-title,
.cid-upOgQpVJ3h .mbr-section-btn {
  color: #ffffff;
}
.cid-upOgQqcJDj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-upOgQqcJDj .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upOgQqcJDj .mbr-fallback-image.disabled {
  display: none;
}
.cid-upOgQqcJDj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upOgQqcJDj .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upOgQqcJDj .content-wrap .card {
  justify-content: space-between;
}
.cid-upOgQqcJDj .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upOgQqcJDj .content-wrapper {
    padding: 0;
  }
}
.cid-upOgQqcJDj .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upOgQqcJDj .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upOgQqcJDj .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upOgQqcJDj .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upOgQqcJDj .mbr-desc,
.cid-upOgQqcJDj .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upOgQqcJDj .mbr-section-title,
.cid-upOgQqcJDj .mbr-section-btn {
  color: #ffffff;
}
.cid-upOgQqsEg0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upOgQqsEg0 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upOgQqsEg0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upOgQqsEg0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upOgQqsEg0 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upOgQqsEg0 .content-wrap .card {
  justify-content: space-between;
}
.cid-upOgQqsEg0 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upOgQqsEg0 .content-wrapper {
    padding: 0;
  }
}
.cid-upOgQqsEg0 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upOgQqsEg0 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upOgQqsEg0 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upOgQqsEg0 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upOgQqsEg0 .mbr-desc,
.cid-upOgQqsEg0 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upOgQqsEg0 .mbr-section-title,
.cid-upOgQqsEg0 .mbr-section-btn {
  color: #ffffff;
}
.cid-upOgQqLGJh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-upOgQqLGJh .mbr-fallback-image.disabled {
  display: none;
}
.cid-upOgQqLGJh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-upOgQqLGJh .container {
    padding: 0 16px;
  }
}
.cid-upOgQqLGJh .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-upOgQqLGJh .card {
    margin-bottom: 40px;
  }
}
.cid-upOgQqLGJh .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upOgQqLGJh .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-upOgQqLGJh .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-upOgQqLGJh .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-upOgQqLGJh .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-upOgQqLGJh .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-upOgQqLGJh .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upOgQqLGJh .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-upOgQqLGJh .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-upOgQqLGJh .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-upOgQqLGJh .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upOgQqLGJh .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-upOgQqLGJh .mbr-section-title {
  color: #ffffff;
}
.cid-upOgQqLGJh .copyright {
  color: #ffffff;
}
.cid-upOgQqLGJh .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-upOgQqLGJh .list {
  color: #ffffff;
  text-align: center;
}
.cid-upOgQqLGJh .mbr-section-title,
.cid-upOgQqLGJh .title-wrapper,
.cid-upOgQqLGJh .social-wrapper {
  text-align: center;
}
.cid-upOl1EyXNw {
  background-color: transparent;
}
.cid-upOl1EyXNw .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-upOl1EyXNw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-upOl1EyXNw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upOl1EyXNw .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-upOl1EyXNw .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-upOl1EyXNw .menu_box .navbar.opened,
  .cid-upOl1EyXNw .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-upOl1EyXNw .navbar-dropdown {
  position: relative !important;
}
.cid-upOl1EyXNw .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-upOl1EyXNw .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-upOl1EyXNw .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-upOl1EyXNw .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-upOl1EyXNw .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-upOl1EyXNw .btn:hover {
  box-shadow: none;
}
.cid-upOl1EyXNw .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-upOl1EyXNw .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-upOl1EyXNw .nav-item {
    margin: 0 !important;
  }
}
.cid-upOl1EyXNw .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-upOl1EyXNw .nav-item .nav-link:hover,
.cid-upOl1EyXNw .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-upOl1EyXNw .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-upOl1EyXNw .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-upOl1EyXNw .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-upOl1EyXNw .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-upOl1EyXNw .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-upOl1EyXNw .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-upOl1EyXNw .offcanvas_box {
    display: none;
  }
}
.cid-upOl1EyXNw .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-upOl1EyXNw .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-upOl1EyXNw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-upOl1EyXNw .container {
  display: flex;
  margin: auto;
}
.cid-upOl1EyXNw .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-upOl1EyXNw .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-upOl1EyXNw .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-upOl1EyXNw .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-upOl1EyXNw .navbar-nav {
    margin: 0;
  }
}
.cid-upOl1EyXNw .dropdown-menu,
.cid-upOl1EyXNw .navbar.opened {
  background-color: false !important;
}
.cid-upOl1EyXNw .nav-item:focus,
.cid-upOl1EyXNw .nav-link:focus {
  outline: none;
}
.cid-upOl1EyXNw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upOl1EyXNw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upOl1EyXNw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upOl1EyXNw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upOl1EyXNw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upOl1EyXNw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upOl1EyXNw .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-upOl1EyXNw .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-upOl1EyXNw .navbar.opened {
  transition: all 0.3s;
}
.cid-upOl1EyXNw .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-upOl1EyXNw .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-upOl1EyXNw .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-upOl1EyXNw .navbar.collapsed {
  justify-content: center;
}
.cid-upOl1EyXNw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upOl1EyXNw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-upOl1EyXNw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upOl1EyXNw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upOl1EyXNw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upOl1EyXNw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-upOl1EyXNw .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-upOl1EyXNw .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-upOl1EyXNw .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-upOl1EyXNw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upOl1EyXNw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upOl1EyXNw .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-upOl1EyXNw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upOl1EyXNw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-upOl1EyXNw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upOl1EyXNw .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-upOl1EyXNw .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-upOl1EyXNw .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-upOl1EyXNw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-upOl1EyXNw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upOl1EyXNw .navbar .icons-menu {
    padding: 0;
  }
}
.cid-upOl1EyXNw .navbar.navbar-short {
  min-height: 60px;
}
.cid-upOl1EyXNw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upOl1EyXNw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upOl1EyXNw .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-upOl1EyXNw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-upOl1EyXNw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upOl1EyXNw .dropdown-item.active,
.cid-upOl1EyXNw .dropdown-item:active {
  background-color: transparent;
}
.cid-upOl1EyXNw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-upOl1EyXNw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upOl1EyXNw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upOl1EyXNw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upOl1EyXNw ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-upOl1EyXNw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upOl1EyXNw button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-upOl1EyXNw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-upOl1EyXNw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upOl1EyXNw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upOl1EyXNw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upOl1EyXNw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upOl1EyXNw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upOl1EyXNw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upOl1EyXNw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upOl1EyXNw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upOl1EyXNw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-upOl1EyXNw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upOl1EyXNw .navbar {
    height: 70px;
  }
  .cid-upOl1EyXNw .navbar.opened {
    height: auto;
  }
  .cid-upOl1EyXNw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upOl1EyXNw .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-upOl1EyXNw .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-upOl1EyXNw .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-upOl1EyXNw .text_widget {
  margin-bottom: 32px;
}
.cid-upOl1EyXNw .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-upOl1EyXNw .text_widget a:hover,
.cid-upOl1EyXNw .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-upOl1EyXNw .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-upOl1EyXNw .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-upOl1EyXNw .navbar-caption {
  color: #000000;
}
.cid-upOl1EyXNw .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-upOl1EyXNw .mbr-section-subtitle,
.cid-upOl1EyXNw .text_widget,
.cid-upOl1EyXNw .mbr-section-btn {
  text-align: center;
}
.cid-upOl1EyXNw a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-upOl1EU6Fg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upOl1EU6Fg .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upOl1EU6Fg .mbr-fallback-image.disabled {
  display: none;
}
.cid-upOl1EU6Fg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upOl1EU6Fg .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upOl1EU6Fg .content-wrap .card {
  justify-content: space-between;
}
.cid-upOl1EU6Fg .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upOl1EU6Fg .content-wrapper {
    padding: 0;
  }
}
.cid-upOl1EU6Fg .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upOl1EU6Fg .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upOl1EU6Fg .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upOl1EU6Fg .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upOl1EU6Fg .mbr-desc,
.cid-upOl1EU6Fg .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upOl1EU6Fg .mbr-section-title,
.cid-upOl1EU6Fg .mbr-section-btn {
  color: #ffffff;
}
.cid-upOl1Fbrnt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-upOl1Fbrnt .mbr-fallback-image.disabled {
  display: none;
}
.cid-upOl1Fbrnt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upOl1Fbrnt img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border: 2px dashed #f7bc4a;
  border-radius: 8px;
}
.cid-upOl1Fbrnt .img-wide {
  height: 50%;
}
.cid-upOl1Fbrnt .img-big {
  height: 100%;
}
.cid-upOl1FM8OY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upOl1FM8OY .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upOl1FM8OY .mbr-fallback-image.disabled {
  display: none;
}
.cid-upOl1FM8OY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upOl1FM8OY .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upOl1FM8OY .content-wrap .card {
  justify-content: space-between;
}
.cid-upOl1FM8OY .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upOl1FM8OY .content-wrapper {
    padding: 0;
  }
}
.cid-upOl1FM8OY .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upOl1FM8OY .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upOl1FM8OY .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upOl1FM8OY .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upOl1FM8OY .mbr-desc,
.cid-upOl1FM8OY .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upOl1FM8OY .mbr-section-title,
.cid-upOl1FM8OY .mbr-section-btn {
  color: #ffffff;
}
.cid-upOl1G4Op4 {
  position: relative;
  overflow: hidden;
  background-color: #1e88e5;
}
.cid-upOl1G4Op4 .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-upOl1G4Op4 .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-upOl1G4Op4 .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #0aa3c2;
  z-index: 1;
}
.cid-upOl1G4Op4 .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #1e88e5;
}
.cid-upOl1G4Op4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upOl1G4Op4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upOl1G4Op4 .row {
  position: relative;
  z-index: 2;
}
.cid-upOl1G4Op4 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-upOl1G4Op4 .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-upOl1G4Op4 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-upOl1G4Op4 .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-upOl1G4Op4 .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-upOl1G4Op4 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-upOl1G4Op4 .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-upOl1G4Op4 .image-wrapper {
    margin-top: 46px;
  }
}
.cid-upOl1G4Op4 .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-upOl1G4Op4 .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-upOl1G4Op4 .mbr-section-title {
  color: #ffffff;
}
.cid-upOl1G4Op4 .mbr-text {
  color: #51565c;
}
.cid-upOl1G4Op4 .mbr-text,
.cid-upOl1G4Op4 .text-wrapper {
  text-align: center;
  color: #000000;
}
.cid-upOl1GlCuD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1e88e5;
  position: relative;
}
.cid-upOl1GlCuD .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4188ff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-upOl1GlCuD .mbr-section-head {
  width: 100%;
  margin-bottom: 3.4vw;
}
@media (max-width: 767px) {
  .cid-upOl1GlCuD .mbr-section-head {
    margin-bottom: 6.93vw;
  }
}
.cid-upOl1GlCuD .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
.cid-upOl1GlCuD .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-upOl1GlCuD .item {
  display: flex;
  align-items: stretch;
  margin-bottom: 1.4vw;
  overflow: visible;
}
@media (max-width: 767px) {
  .cid-upOl1GlCuD .item {
    margin-bottom: 0.75rem;
  }
}
.cid-upOl1GlCuD .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: 0.3s all;
  overflow: visible;
}
.cid-upOl1GlCuD .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 26px;
  overflow: hidden;
  transition: 0.3s all;
  border: 1px solid #ffffff;
}
.cid-upOl1GlCuD .item-img:hover {
  transform: translateY(-3px);
}
.cid-upOl1GlCuD .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-upOl1GlCuD .item-content {
  width: 100%;
  margin-top: 1.75rem;
}
.cid-upOl1GlCuD .item-title {
  color: #ffffff;
  margin-right: auto;
  width: 100%;
  text-align: center;
}
.cid-upOl1GlCuD .mbr-text {
  color: #000000;
  margin-top: 0.75rem;
}
.cid-upOl1GlCuD .mbr-section-btn {
  margin-top: 1rem;
}
.cid-upOl1GlCuD .mbr-text,
.cid-upOl1GlCuD .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-upOl1GE5Gh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upOl1GE5Gh .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upOl1GE5Gh .mbr-fallback-image.disabled {
  display: none;
}
.cid-upOl1GE5Gh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upOl1GE5Gh .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upOl1GE5Gh .content-wrap .card {
  justify-content: space-between;
}
.cid-upOl1GE5Gh .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upOl1GE5Gh .content-wrapper {
    padding: 0;
  }
}
.cid-upOl1GE5Gh .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upOl1GE5Gh .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upOl1GE5Gh .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upOl1GE5Gh .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upOl1GE5Gh .mbr-desc,
.cid-upOl1GE5Gh .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upOl1GE5Gh .mbr-section-title,
.cid-upOl1GE5Gh .mbr-section-btn {
  color: #ffffff;
}
.cid-upOl1GXNI3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #b7140b;
}
.cid-upOl1GXNI3 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-upOl1GXNI3 .item {
    margin-bottom: 1rem;
  }
}
.cid-upOl1GXNI3 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-upOl1GXNI3 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-upOl1GXNI3 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-upOl1GXNI3 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-upOl1GXNI3 .carousel-control,
.cid-upOl1GXNI3 .close {
  background: #1b1b1b;
}
.cid-upOl1GXNI3 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-upOl1GXNI3 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-upOl1GXNI3 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-upOl1GXNI3 .carousel-control-next span {
  margin-left: 5px;
}
.cid-upOl1GXNI3 .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-upOl1GXNI3 .close::before {
  content: '\e91a';
}
.cid-upOl1GXNI3 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-upOl1GXNI3 .carousel-control {
  display: flex;
  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-upOl1GXNI3 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-upOl1GXNI3 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-upOl1GXNI3 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-upOl1GXNI3 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-upOl1GXNI3 .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-upOl1GXNI3 .carousel-indicators li.active,
.cid-upOl1GXNI3 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-upOl1GXNI3 .carousel-indicators li::after,
.cid-upOl1GXNI3 .carousel-indicators li::before {
  content: none;
}
.cid-upOl1GXNI3 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-upOl1GXNI3 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-upOl1GXNI3 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-upOl1GXNI3 .carousel-indicators {
    display: none;
  }
}
.cid-upOl1GXNI3 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-upOl1GXNI3 .carousel-inner > .active {
  display: block;
}
.cid-upOl1GXNI3 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-upOl1GXNI3 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-upOl1GXNI3 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-upOl1GXNI3 .carousel-control,
  .cid-upOl1GXNI3 .carousel-indicators,
  .cid-upOl1GXNI3 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-upOl1GXNI3 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-upOl1GXNI3 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-upOl1GXNI3 .carousel-indicators .active,
.cid-upOl1GXNI3 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-upOl1GXNI3 .carousel-indicators .active {
  background: #fff;
}
.cid-upOl1GXNI3 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-upOl1GXNI3 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-upOl1GXNI3 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-upOl1GXNI3 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-upOl1GXNI3 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-upOl1GXNI3 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-upOl1GXNI3 .carousel {
  width: 100%;
}
.cid-upOl1GXNI3 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-upOl1GXNI3 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-upOl1GXNI3 .modal.fade .modal-dialog,
.cid-upOl1GXNI3 .modal.in .modal-dialog {
  transform: none;
}
.cid-upOl1GXNI3 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-upOl1GXNI3 .content-head {
  max-width: 800px;
}
.cid-upOl1GXNI3 H4 {
  color: #ffffff;
}
.cid-upOuA3enKJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  position: relative;
  background-color: #0aa3c2;
}
.cid-upOuA3enKJ .decor-wrap_1 {
  position: absolute;
  top: 2rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #0aa3c2 0, #b7140b 43%, #0aa3c2 100%);
}
.cid-upOuA3enKJ .decor-wrap_2 {
  position: absolute;
  top: 20%;
  right: -4rem;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #0aa3c2 0, #b7140b 43%, #0aa3c2 100%);
}
.cid-upOuA3enKJ .decor-wrap_3 {
  position: absolute;
  bottom: -35%;
  left: -10rem;
  width: 539px;
  height: 539px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #0aa3c2 0, #b7140b 43%, #0aa3c2 100%);
}
.cid-upOuA3enKJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-upOuA3enKJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-upOuA3enKJ .container {
    padding: 0 30px;
  }
}
.cid-upOuA3enKJ .row {
  position: relative;
  z-index: 1;
  justify-content: center;
}
.cid-upOuA3enKJ .image-wrapper {
  background-color: #000000;
  padding: 40px 40px 40px 0;
}
@media (max-width: 992px) {
  .cid-upOuA3enKJ .image-wrapper {
    padding: 20px 20px 20px 0;
  }
}
.cid-upOuA3enKJ .image-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-upOuA3enKJ .image-wrapper img {
    height: 350px;
  }
}
.cid-upOl1HojN0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upOl1HojN0 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upOl1HojN0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upOl1HojN0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upOl1HojN0 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upOl1HojN0 .content-wrap .card {
  justify-content: space-between;
}
.cid-upOl1HojN0 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upOl1HojN0 .content-wrapper {
    padding: 0;
  }
}
.cid-upOl1HojN0 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upOl1HojN0 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upOl1HojN0 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upOl1HojN0 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upOl1HojN0 .mbr-desc,
.cid-upOl1HojN0 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upOl1HojN0 .mbr-section-title,
.cid-upOl1HojN0 .mbr-section-btn {
  color: #ffffff;
}
.cid-upOl1HGC29 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-upOl1HGC29 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upOl1HGC29 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upOl1HGC29 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upOl1HGC29 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upOl1HGC29 .content-wrap .card {
  justify-content: space-between;
}
.cid-upOl1HGC29 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upOl1HGC29 .content-wrapper {
    padding: 0;
  }
}
.cid-upOl1HGC29 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upOl1HGC29 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upOl1HGC29 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upOl1HGC29 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upOl1HGC29 .mbr-desc,
.cid-upOl1HGC29 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upOl1HGC29 .mbr-section-title,
.cid-upOl1HGC29 .mbr-section-btn {
  color: #ffffff;
}
.cid-upOl1HXbGL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upOl1HXbGL .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upOl1HXbGL .mbr-fallback-image.disabled {
  display: none;
}
.cid-upOl1HXbGL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upOl1HXbGL .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upOl1HXbGL .content-wrap .card {
  justify-content: space-between;
}
.cid-upOl1HXbGL .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upOl1HXbGL .content-wrapper {
    padding: 0;
  }
}
.cid-upOl1HXbGL .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upOl1HXbGL .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upOl1HXbGL .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upOl1HXbGL .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upOl1HXbGL .mbr-desc,
.cid-upOl1HXbGL .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upOl1HXbGL .mbr-section-title,
.cid-upOl1HXbGL .mbr-section-btn {
  color: #ffffff;
}
.cid-upOl1Ig7L7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-upOl1Ig7L7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upOl1Ig7L7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-upOl1Ig7L7 .container {
    padding: 0 16px;
  }
}
.cid-upOl1Ig7L7 .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-upOl1Ig7L7 .card {
    margin-bottom: 40px;
  }
}
.cid-upOl1Ig7L7 .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upOl1Ig7L7 .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-upOl1Ig7L7 .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-upOl1Ig7L7 .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-upOl1Ig7L7 .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-upOl1Ig7L7 .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-upOl1Ig7L7 .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upOl1Ig7L7 .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-upOl1Ig7L7 .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-upOl1Ig7L7 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-upOl1Ig7L7 .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upOl1Ig7L7 .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-upOl1Ig7L7 .mbr-section-title {
  color: #ffffff;
}
.cid-upOl1Ig7L7 .copyright {
  color: #ffffff;
}
.cid-upOl1Ig7L7 .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-upOl1Ig7L7 .list {
  color: #ffffff;
  text-align: center;
}
.cid-upOl1Ig7L7 .mbr-section-title,
.cid-upOl1Ig7L7 .title-wrapper,
.cid-upOl1Ig7L7 .social-wrapper {
  text-align: center;
}
.cid-upOv4J3bWH {
  background-color: transparent;
}
.cid-upOv4J3bWH .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-upOv4J3bWH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-upOv4J3bWH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upOv4J3bWH .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-upOv4J3bWH .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-upOv4J3bWH .menu_box .navbar.opened,
  .cid-upOv4J3bWH .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-upOv4J3bWH .navbar-dropdown {
  position: relative !important;
}
.cid-upOv4J3bWH .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-upOv4J3bWH .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-upOv4J3bWH .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-upOv4J3bWH .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-upOv4J3bWH .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-upOv4J3bWH .btn:hover {
  box-shadow: none;
}
.cid-upOv4J3bWH .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-upOv4J3bWH .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-upOv4J3bWH .nav-item {
    margin: 0 !important;
  }
}
.cid-upOv4J3bWH .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-upOv4J3bWH .nav-item .nav-link:hover,
.cid-upOv4J3bWH .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-upOv4J3bWH .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-upOv4J3bWH .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-upOv4J3bWH .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-upOv4J3bWH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-upOv4J3bWH .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-upOv4J3bWH .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-upOv4J3bWH .offcanvas_box {
    display: none;
  }
}
.cid-upOv4J3bWH .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-upOv4J3bWH .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-upOv4J3bWH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-upOv4J3bWH .container {
  display: flex;
  margin: auto;
}
.cid-upOv4J3bWH .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-upOv4J3bWH .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-upOv4J3bWH .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-upOv4J3bWH .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-upOv4J3bWH .navbar-nav {
    margin: 0;
  }
}
.cid-upOv4J3bWH .dropdown-menu,
.cid-upOv4J3bWH .navbar.opened {
  background-color: false !important;
}
.cid-upOv4J3bWH .nav-item:focus,
.cid-upOv4J3bWH .nav-link:focus {
  outline: none;
}
.cid-upOv4J3bWH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upOv4J3bWH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upOv4J3bWH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upOv4J3bWH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upOv4J3bWH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upOv4J3bWH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upOv4J3bWH .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-upOv4J3bWH .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-upOv4J3bWH .navbar.opened {
  transition: all 0.3s;
}
.cid-upOv4J3bWH .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-upOv4J3bWH .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-upOv4J3bWH .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-upOv4J3bWH .navbar.collapsed {
  justify-content: center;
}
.cid-upOv4J3bWH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upOv4J3bWH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-upOv4J3bWH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upOv4J3bWH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upOv4J3bWH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upOv4J3bWH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-upOv4J3bWH .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-upOv4J3bWH .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-upOv4J3bWH .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-upOv4J3bWH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upOv4J3bWH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upOv4J3bWH .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-upOv4J3bWH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upOv4J3bWH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-upOv4J3bWH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upOv4J3bWH .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-upOv4J3bWH .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-upOv4J3bWH .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-upOv4J3bWH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-upOv4J3bWH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upOv4J3bWH .navbar .icons-menu {
    padding: 0;
  }
}
.cid-upOv4J3bWH .navbar.navbar-short {
  min-height: 60px;
}
.cid-upOv4J3bWH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upOv4J3bWH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upOv4J3bWH .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-upOv4J3bWH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-upOv4J3bWH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upOv4J3bWH .dropdown-item.active,
.cid-upOv4J3bWH .dropdown-item:active {
  background-color: transparent;
}
.cid-upOv4J3bWH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-upOv4J3bWH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upOv4J3bWH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upOv4J3bWH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upOv4J3bWH ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-upOv4J3bWH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upOv4J3bWH button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-upOv4J3bWH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-upOv4J3bWH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upOv4J3bWH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upOv4J3bWH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upOv4J3bWH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upOv4J3bWH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upOv4J3bWH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upOv4J3bWH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upOv4J3bWH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upOv4J3bWH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-upOv4J3bWH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upOv4J3bWH .navbar {
    height: 70px;
  }
  .cid-upOv4J3bWH .navbar.opened {
    height: auto;
  }
  .cid-upOv4J3bWH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upOv4J3bWH .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-upOv4J3bWH .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-upOv4J3bWH .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-upOv4J3bWH .text_widget {
  margin-bottom: 32px;
}
.cid-upOv4J3bWH .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-upOv4J3bWH .text_widget a:hover,
.cid-upOv4J3bWH .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-upOv4J3bWH .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-upOv4J3bWH .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-upOv4J3bWH .navbar-caption {
  color: #000000;
}
.cid-upOv4J3bWH .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-upOv4J3bWH .mbr-section-subtitle,
.cid-upOv4J3bWH .text_widget,
.cid-upOv4J3bWH .mbr-section-btn {
  text-align: center;
}
.cid-upOv4J3bWH a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-upOv4JrVNI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upOv4JrVNI .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upOv4JrVNI .mbr-fallback-image.disabled {
  display: none;
}
.cid-upOv4JrVNI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upOv4JrVNI .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upOv4JrVNI .content-wrap .card {
  justify-content: space-between;
}
.cid-upOv4JrVNI .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upOv4JrVNI .content-wrapper {
    padding: 0;
  }
}
.cid-upOv4JrVNI .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upOv4JrVNI .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upOv4JrVNI .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upOv4JrVNI .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upOv4JrVNI .mbr-desc,
.cid-upOv4JrVNI .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upOv4JrVNI .mbr-section-title,
.cid-upOv4JrVNI .mbr-section-btn {
  color: #ffffff;
}
.cid-upOv4JM6pO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-upOv4JM6pO .mbr-fallback-image.disabled {
  display: none;
}
.cid-upOv4JM6pO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upOv4JM6pO img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border: 2px dashed #f7bc4a;
  border-radius: 8px;
}
.cid-upOv4JM6pO .img-wide {
  height: 50%;
}
.cid-upOv4JM6pO .img-big {
  height: 100%;
}
.cid-upOv4K648i {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upOv4K648i .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upOv4K648i .mbr-fallback-image.disabled {
  display: none;
}
.cid-upOv4K648i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upOv4K648i .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upOv4K648i .content-wrap .card {
  justify-content: space-between;
}
.cid-upOv4K648i .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upOv4K648i .content-wrapper {
    padding: 0;
  }
}
.cid-upOv4K648i .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upOv4K648i .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upOv4K648i .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upOv4K648i .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upOv4K648i .mbr-desc,
.cid-upOv4K648i .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upOv4K648i .mbr-section-title,
.cid-upOv4K648i .mbr-section-btn {
  color: #ffffff;
}
.cid-upOv4Kqly2 {
  position: relative;
  overflow: hidden;
  background-color: #1e88e5;
}
.cid-upOv4Kqly2 .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-upOv4Kqly2 .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-upOv4Kqly2 .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #0aa3c2;
  z-index: 1;
}
.cid-upOv4Kqly2 .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #1e88e5;
}
.cid-upOv4Kqly2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upOv4Kqly2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upOv4Kqly2 .row {
  position: relative;
  z-index: 2;
}
.cid-upOv4Kqly2 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-upOv4Kqly2 .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-upOv4Kqly2 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-upOv4Kqly2 .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-upOv4Kqly2 .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-upOv4Kqly2 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-upOv4Kqly2 .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-upOv4Kqly2 .image-wrapper {
    margin-top: 46px;
  }
}
.cid-upOv4Kqly2 .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-upOv4Kqly2 .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-upOv4Kqly2 .mbr-section-title {
  color: #ffffff;
}
.cid-upOv4Kqly2 .mbr-text {
  color: #51565c;
}
.cid-upOv4Kqly2 .mbr-text,
.cid-upOv4Kqly2 .text-wrapper {
  text-align: center;
  color: #000000;
}
.cid-upOv4KKbaK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1e88e5;
  position: relative;
}
.cid-upOv4KKbaK .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4188ff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-upOv4KKbaK .mbr-section-head {
  width: 100%;
  margin-bottom: 3.4vw;
}
@media (max-width: 767px) {
  .cid-upOv4KKbaK .mbr-section-head {
    margin-bottom: 6.93vw;
  }
}
.cid-upOv4KKbaK .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
.cid-upOv4KKbaK .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-upOv4KKbaK .item {
  display: flex;
  align-items: stretch;
  margin-bottom: 1.4vw;
  overflow: visible;
}
@media (max-width: 767px) {
  .cid-upOv4KKbaK .item {
    margin-bottom: 0.75rem;
  }
}
.cid-upOv4KKbaK .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: 0.3s all;
  overflow: visible;
}
.cid-upOv4KKbaK .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 26px;
  overflow: hidden;
  transition: 0.3s all;
  border: 1px solid #ffffff;
}
.cid-upOv4KKbaK .item-img:hover {
  transform: translateY(-3px);
}
.cid-upOv4KKbaK .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-upOv4KKbaK .item-content {
  width: 100%;
  margin-top: 1.75rem;
}
.cid-upOv4KKbaK .item-title {
  color: #ffffff;
  margin-right: auto;
  width: 100%;
  text-align: center;
}
.cid-upOv4KKbaK .mbr-text {
  color: #000000;
  margin-top: 0.75rem;
}
.cid-upOv4KKbaK .mbr-section-btn {
  margin-top: 1rem;
}
.cid-upOv4KKbaK .mbr-text,
.cid-upOv4KKbaK .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-upOv4L5dEl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upOv4L5dEl .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upOv4L5dEl .mbr-fallback-image.disabled {
  display: none;
}
.cid-upOv4L5dEl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upOv4L5dEl .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upOv4L5dEl .content-wrap .card {
  justify-content: space-between;
}
.cid-upOv4L5dEl .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upOv4L5dEl .content-wrapper {
    padding: 0;
  }
}
.cid-upOv4L5dEl .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upOv4L5dEl .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upOv4L5dEl .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upOv4L5dEl .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upOv4L5dEl .mbr-desc,
.cid-upOv4L5dEl .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upOv4L5dEl .mbr-section-title,
.cid-upOv4L5dEl .mbr-section-btn {
  color: #ffffff;
}
.cid-upOv4LoJUE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-upOv4LoJUE .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-upOv4LoJUE .item {
    margin-bottom: 1rem;
  }
}
.cid-upOv4LoJUE .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-upOv4LoJUE .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-upOv4LoJUE .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-upOv4LoJUE .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-upOv4LoJUE .carousel-control,
.cid-upOv4LoJUE .close {
  background: #1b1b1b;
}
.cid-upOv4LoJUE .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-upOv4LoJUE .carousel-control-prev span {
  margin-right: 5px;
}
.cid-upOv4LoJUE .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-upOv4LoJUE .carousel-control-next span {
  margin-left: 5px;
}
.cid-upOv4LoJUE .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-upOv4LoJUE .close::before {
  content: '\e91a';
}
.cid-upOv4LoJUE .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-upOv4LoJUE .carousel-control {
  display: flex;
  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-upOv4LoJUE .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-upOv4LoJUE .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-upOv4LoJUE .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-upOv4LoJUE .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-upOv4LoJUE .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-upOv4LoJUE .carousel-indicators li.active,
.cid-upOv4LoJUE .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-upOv4LoJUE .carousel-indicators li::after,
.cid-upOv4LoJUE .carousel-indicators li::before {
  content: none;
}
.cid-upOv4LoJUE .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-upOv4LoJUE .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-upOv4LoJUE .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-upOv4LoJUE .carousel-indicators {
    display: none;
  }
}
.cid-upOv4LoJUE .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-upOv4LoJUE .carousel-inner > .active {
  display: block;
}
.cid-upOv4LoJUE .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-upOv4LoJUE .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-upOv4LoJUE .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-upOv4LoJUE .carousel-control,
  .cid-upOv4LoJUE .carousel-indicators,
  .cid-upOv4LoJUE .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-upOv4LoJUE .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-upOv4LoJUE .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-upOv4LoJUE .carousel-indicators .active,
.cid-upOv4LoJUE .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-upOv4LoJUE .carousel-indicators .active {
  background: #fff;
}
.cid-upOv4LoJUE .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-upOv4LoJUE .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-upOv4LoJUE .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-upOv4LoJUE .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-upOv4LoJUE .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-upOv4LoJUE .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-upOv4LoJUE .carousel {
  width: 100%;
}
.cid-upOv4LoJUE .modal-backdrop.in {
  opacity: 0.8;
}
.cid-upOv4LoJUE .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-upOv4LoJUE .modal.fade .modal-dialog,
.cid-upOv4LoJUE .modal.in .modal-dialog {
  transform: none;
}
.cid-upOv4LoJUE .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-upOv4LoJUE .content-head {
  max-width: 800px;
}
.cid-upOv4LoJUE H4 {
  color: #ffffff;
}
.cid-upOAOyyfND {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-upOAOyyfND .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-upOAOyyfND .item {
    margin-bottom: 1rem;
  }
}
.cid-upOAOyyfND .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-upOAOyyfND .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-upOAOyyfND .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-upOAOyyfND .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-upOAOyyfND .carousel-control,
.cid-upOAOyyfND .close {
  background: #1b1b1b;
}
.cid-upOAOyyfND .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-upOAOyyfND .carousel-control-prev span {
  margin-right: 5px;
}
.cid-upOAOyyfND .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-upOAOyyfND .carousel-control-next span {
  margin-left: 5px;
}
.cid-upOAOyyfND .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-upOAOyyfND .close::before {
  content: '\e91a';
}
.cid-upOAOyyfND .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-upOAOyyfND .carousel-control {
  display: flex;
  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-upOAOyyfND .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-upOAOyyfND .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-upOAOyyfND .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-upOAOyyfND .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-upOAOyyfND .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-upOAOyyfND .carousel-indicators li.active,
.cid-upOAOyyfND .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-upOAOyyfND .carousel-indicators li::after,
.cid-upOAOyyfND .carousel-indicators li::before {
  content: none;
}
.cid-upOAOyyfND .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-upOAOyyfND .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-upOAOyyfND .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-upOAOyyfND .carousel-indicators {
    display: none;
  }
}
.cid-upOAOyyfND .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-upOAOyyfND .carousel-inner > .active {
  display: block;
}
.cid-upOAOyyfND .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-upOAOyyfND .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-upOAOyyfND .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-upOAOyyfND .carousel-control,
  .cid-upOAOyyfND .carousel-indicators,
  .cid-upOAOyyfND .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-upOAOyyfND .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-upOAOyyfND .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-upOAOyyfND .carousel-indicators .active,
.cid-upOAOyyfND .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-upOAOyyfND .carousel-indicators .active {
  background: #fff;
}
.cid-upOAOyyfND .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-upOAOyyfND .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-upOAOyyfND .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-upOAOyyfND .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-upOAOyyfND .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-upOAOyyfND .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-upOAOyyfND .carousel {
  width: 100%;
}
.cid-upOAOyyfND .modal-backdrop.in {
  opacity: 0.8;
}
.cid-upOAOyyfND .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-upOAOyyfND .modal.fade .modal-dialog,
.cid-upOAOyyfND .modal.in .modal-dialog {
  transform: none;
}
.cid-upOAOyyfND .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-upOAOyyfND .content-head {
  max-width: 800px;
}
.cid-upOAOyyfND H4 {
  color: #ffffff;
}
.cid-upOv4LQ4ZG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  position: relative;
  background-color: #0aa3c2;
}
.cid-upOv4LQ4ZG .decor-wrap_1 {
  position: absolute;
  top: 2rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #0aa3c2 0, #b7140b 43%, #0aa3c2 100%);
}
.cid-upOv4LQ4ZG .decor-wrap_2 {
  position: absolute;
  top: 20%;
  right: -4rem;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #0aa3c2 0, #b7140b 43%, #0aa3c2 100%);
}
.cid-upOv4LQ4ZG .decor-wrap_3 {
  position: absolute;
  bottom: -35%;
  left: -10rem;
  width: 539px;
  height: 539px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #0aa3c2 0, #b7140b 43%, #0aa3c2 100%);
}
.cid-upOv4LQ4ZG .mbr-fallback-image.disabled {
  display: none;
}
.cid-upOv4LQ4ZG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-upOv4LQ4ZG .container {
    padding: 0 30px;
  }
}
.cid-upOv4LQ4ZG .row {
  position: relative;
  z-index: 1;
  justify-content: center;
}
.cid-upOv4LQ4ZG .image-wrapper {
  background-color: #000000;
  padding: 40px 40px 40px 0;
}
@media (max-width: 992px) {
  .cid-upOv4LQ4ZG .image-wrapper {
    padding: 20px 20px 20px 0;
  }
}
.cid-upOv4LQ4ZG .image-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-upOv4LQ4ZG .image-wrapper img {
    height: 350px;
  }
}
.cid-upOv4M9wH2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upOv4M9wH2 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upOv4M9wH2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upOv4M9wH2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upOv4M9wH2 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upOv4M9wH2 .content-wrap .card {
  justify-content: space-between;
}
.cid-upOv4M9wH2 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upOv4M9wH2 .content-wrapper {
    padding: 0;
  }
}
.cid-upOv4M9wH2 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upOv4M9wH2 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upOv4M9wH2 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upOv4M9wH2 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upOv4M9wH2 .mbr-desc,
.cid-upOv4M9wH2 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upOv4M9wH2 .mbr-section-title,
.cid-upOv4M9wH2 .mbr-section-btn {
  color: #ffffff;
}
.cid-upOv4MsHyC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-upOv4MsHyC .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upOv4MsHyC .mbr-fallback-image.disabled {
  display: none;
}
.cid-upOv4MsHyC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upOv4MsHyC .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upOv4MsHyC .content-wrap .card {
  justify-content: space-between;
}
.cid-upOv4MsHyC .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upOv4MsHyC .content-wrapper {
    padding: 0;
  }
}
.cid-upOv4MsHyC .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upOv4MsHyC .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upOv4MsHyC .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upOv4MsHyC .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upOv4MsHyC .mbr-desc,
.cid-upOv4MsHyC .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upOv4MsHyC .mbr-section-title,
.cid-upOv4MsHyC .mbr-section-btn {
  color: #ffffff;
}
.cid-upOv4MJBHl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upOv4MJBHl .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upOv4MJBHl .mbr-fallback-image.disabled {
  display: none;
}
.cid-upOv4MJBHl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upOv4MJBHl .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upOv4MJBHl .content-wrap .card {
  justify-content: space-between;
}
.cid-upOv4MJBHl .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upOv4MJBHl .content-wrapper {
    padding: 0;
  }
}
.cid-upOv4MJBHl .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upOv4MJBHl .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upOv4MJBHl .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upOv4MJBHl .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upOv4MJBHl .mbr-desc,
.cid-upOv4MJBHl .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upOv4MJBHl .mbr-section-title,
.cid-upOv4MJBHl .mbr-section-btn {
  color: #ffffff;
}
.cid-upOv4MZSeO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-upOv4MZSeO .mbr-fallback-image.disabled {
  display: none;
}
.cid-upOv4MZSeO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-upOv4MZSeO .container {
    padding: 0 16px;
  }
}
.cid-upOv4MZSeO .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-upOv4MZSeO .card {
    margin-bottom: 40px;
  }
}
.cid-upOv4MZSeO .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upOv4MZSeO .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-upOv4MZSeO .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-upOv4MZSeO .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-upOv4MZSeO .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-upOv4MZSeO .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-upOv4MZSeO .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upOv4MZSeO .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-upOv4MZSeO .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-upOv4MZSeO .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-upOv4MZSeO .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upOv4MZSeO .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-upOv4MZSeO .mbr-section-title {
  color: #ffffff;
}
.cid-upOv4MZSeO .copyright {
  color: #ffffff;
}
.cid-upOv4MZSeO .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-upOv4MZSeO .list {
  color: #ffffff;
  text-align: center;
}
.cid-upOv4MZSeO .mbr-section-title,
.cid-upOv4MZSeO .title-wrapper,
.cid-upOv4MZSeO .social-wrapper {
  text-align: center;
}
.cid-upTP82MazL {
  background-color: transparent;
}
.cid-upTP82MazL .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-upTP82MazL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-upTP82MazL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upTP82MazL .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-upTP82MazL .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-upTP82MazL .menu_box .navbar.opened,
  .cid-upTP82MazL .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-upTP82MazL .navbar-dropdown {
  position: relative !important;
}
.cid-upTP82MazL .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-upTP82MazL .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-upTP82MazL .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-upTP82MazL .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-upTP82MazL .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-upTP82MazL .btn:hover {
  box-shadow: none;
}
.cid-upTP82MazL .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-upTP82MazL .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-upTP82MazL .nav-item {
    margin: 0 !important;
  }
}
.cid-upTP82MazL .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-upTP82MazL .nav-item .nav-link:hover,
.cid-upTP82MazL .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-upTP82MazL .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-upTP82MazL .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-upTP82MazL .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-upTP82MazL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-upTP82MazL .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-upTP82MazL .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-upTP82MazL .offcanvas_box {
    display: none;
  }
}
.cid-upTP82MazL .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-upTP82MazL .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-upTP82MazL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-upTP82MazL .container {
  display: flex;
  margin: auto;
}
.cid-upTP82MazL .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-upTP82MazL .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-upTP82MazL .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-upTP82MazL .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-upTP82MazL .navbar-nav {
    margin: 0;
  }
}
.cid-upTP82MazL .dropdown-menu,
.cid-upTP82MazL .navbar.opened {
  background-color: false !important;
}
.cid-upTP82MazL .nav-item:focus,
.cid-upTP82MazL .nav-link:focus {
  outline: none;
}
.cid-upTP82MazL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upTP82MazL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upTP82MazL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upTP82MazL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upTP82MazL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upTP82MazL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upTP82MazL .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-upTP82MazL .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-upTP82MazL .navbar.opened {
  transition: all 0.3s;
}
.cid-upTP82MazL .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-upTP82MazL .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-upTP82MazL .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-upTP82MazL .navbar.collapsed {
  justify-content: center;
}
.cid-upTP82MazL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upTP82MazL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-upTP82MazL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upTP82MazL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upTP82MazL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upTP82MazL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-upTP82MazL .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-upTP82MazL .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-upTP82MazL .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-upTP82MazL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upTP82MazL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upTP82MazL .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-upTP82MazL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upTP82MazL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-upTP82MazL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upTP82MazL .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-upTP82MazL .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-upTP82MazL .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-upTP82MazL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-upTP82MazL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upTP82MazL .navbar .icons-menu {
    padding: 0;
  }
}
.cid-upTP82MazL .navbar.navbar-short {
  min-height: 60px;
}
.cid-upTP82MazL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upTP82MazL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upTP82MazL .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-upTP82MazL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-upTP82MazL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upTP82MazL .dropdown-item.active,
.cid-upTP82MazL .dropdown-item:active {
  background-color: transparent;
}
.cid-upTP82MazL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-upTP82MazL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upTP82MazL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upTP82MazL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upTP82MazL ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-upTP82MazL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upTP82MazL button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-upTP82MazL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-upTP82MazL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upTP82MazL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upTP82MazL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upTP82MazL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upTP82MazL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upTP82MazL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upTP82MazL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upTP82MazL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upTP82MazL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-upTP82MazL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upTP82MazL .navbar {
    height: 70px;
  }
  .cid-upTP82MazL .navbar.opened {
    height: auto;
  }
  .cid-upTP82MazL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upTP82MazL .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-upTP82MazL .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-upTP82MazL .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-upTP82MazL .text_widget {
  margin-bottom: 32px;
}
.cid-upTP82MazL .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-upTP82MazL .text_widget a:hover,
.cid-upTP82MazL .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-upTP82MazL .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-upTP82MazL .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-upTP82MazL .navbar-caption {
  color: #000000;
}
.cid-upTP82MazL .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-upTP82MazL .mbr-section-subtitle,
.cid-upTP82MazL .text_widget,
.cid-upTP82MazL .mbr-section-btn {
  text-align: center;
}
.cid-upTP82MazL a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-upTP836OCo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upTP836OCo .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upTP836OCo .mbr-fallback-image.disabled {
  display: none;
}
.cid-upTP836OCo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upTP836OCo .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upTP836OCo .content-wrap .card {
  justify-content: space-between;
}
.cid-upTP836OCo .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upTP836OCo .content-wrapper {
    padding: 0;
  }
}
.cid-upTP836OCo .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upTP836OCo .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upTP836OCo .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upTP836OCo .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upTP836OCo .mbr-desc,
.cid-upTP836OCo .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upTP836OCo .mbr-section-title,
.cid-upTP836OCo .mbr-section-btn {
  color: #ffffff;
}
.cid-upTP83njRk {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-upTP83njRk .mbr-fallback-image.disabled {
  display: none;
}
.cid-upTP83njRk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upTP83njRk img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border: 2px dashed #f7bc4a;
  border-radius: 8px;
}
.cid-upTP83njRk .img-wide {
  height: 50%;
}
.cid-upTP83njRk .img-big {
  height: 100%;
}
.cid-upTP83FrGu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upTP83FrGu .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upTP83FrGu .mbr-fallback-image.disabled {
  display: none;
}
.cid-upTP83FrGu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upTP83FrGu .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upTP83FrGu .content-wrap .card {
  justify-content: space-between;
}
.cid-upTP83FrGu .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upTP83FrGu .content-wrapper {
    padding: 0;
  }
}
.cid-upTP83FrGu .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upTP83FrGu .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upTP83FrGu .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upTP83FrGu .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upTP83FrGu .mbr-desc,
.cid-upTP83FrGu .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upTP83FrGu .mbr-section-title,
.cid-upTP83FrGu .mbr-section-btn {
  color: #ffffff;
}
.cid-urjPydQ8ym {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0aa3c2;
}
.cid-urjPydQ8ym .mbr-fallback-image.disabled {
  display: none;
}
.cid-urjPydQ8ym .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urjPydQ8ym .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #b7140b;
}
@media (max-width: 992px) {
  .cid-urjPydQ8ym .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-urjPydQ8ym .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-urjPydQ8ym .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-urjPydQ8ym .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #b7140b;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-urjPydQ8ym .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-urjPydQ8ym .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-urjPydQ8ym .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-urjPydQ8ym .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-urjPydQ8ym .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-urjPydQ8ym .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-urjPydQ8ym .mbr-section-title,
.cid-urjPydQ8ym .mbr-section-btn {
  color: #ffffff;
}
.cid-upTP83VCNw {
  position: relative;
  overflow: hidden;
  background-color: #1e88e5;
}
.cid-upTP83VCNw .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-upTP83VCNw .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-upTP83VCNw .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #0aa3c2;
  z-index: 1;
}
.cid-upTP83VCNw .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #1e88e5;
}
.cid-upTP83VCNw .mbr-fallback-image.disabled {
  display: none;
}
.cid-upTP83VCNw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upTP83VCNw .row {
  position: relative;
  z-index: 2;
}
.cid-upTP83VCNw .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-upTP83VCNw .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-upTP83VCNw .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-upTP83VCNw .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-upTP83VCNw .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-upTP83VCNw .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-upTP83VCNw .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-upTP83VCNw .image-wrapper {
    margin-top: 46px;
  }
}
.cid-upTP83VCNw .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-upTP83VCNw .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-upTP83VCNw .mbr-section-title {
  color: #ffffff;
}
.cid-upTP83VCNw .mbr-text {
  color: #51565c;
}
.cid-upTP83VCNw .mbr-text,
.cid-upTP83VCNw .text-wrapper {
  text-align: center;
  color: #000000;
}
.cid-upTP84cUJN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1e88e5;
  position: relative;
}
.cid-upTP84cUJN .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4188ff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-upTP84cUJN .mbr-section-head {
  width: 100%;
  margin-bottom: 3.4vw;
}
@media (max-width: 767px) {
  .cid-upTP84cUJN .mbr-section-head {
    margin-bottom: 6.93vw;
  }
}
.cid-upTP84cUJN .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
.cid-upTP84cUJN .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-upTP84cUJN .item {
  display: flex;
  align-items: stretch;
  margin-bottom: 1.4vw;
  overflow: visible;
}
@media (max-width: 767px) {
  .cid-upTP84cUJN .item {
    margin-bottom: 0.75rem;
  }
}
.cid-upTP84cUJN .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: 0.3s all;
  overflow: visible;
}
.cid-upTP84cUJN .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 26px;
  overflow: hidden;
  transition: 0.3s all;
  border: 1px solid #ffffff;
}
.cid-upTP84cUJN .item-img:hover {
  transform: translateY(-3px);
}
.cid-upTP84cUJN .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-upTP84cUJN .item-content {
  width: 100%;
  margin-top: 1.75rem;
}
.cid-upTP84cUJN .item-title {
  color: #ffffff;
  margin-right: auto;
  width: 100%;
  text-align: center;
}
.cid-upTP84cUJN .mbr-text {
  color: #000000;
  margin-top: 0.75rem;
}
.cid-upTP84cUJN .mbr-section-btn {
  margin-top: 1rem;
}
.cid-upTP84cUJN .mbr-text,
.cid-upTP84cUJN .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-upTP84uRIJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upTP84uRIJ .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upTP84uRIJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-upTP84uRIJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upTP84uRIJ .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upTP84uRIJ .content-wrap .card {
  justify-content: space-between;
}
.cid-upTP84uRIJ .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upTP84uRIJ .content-wrapper {
    padding: 0;
  }
}
.cid-upTP84uRIJ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upTP84uRIJ .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upTP84uRIJ .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upTP84uRIJ .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upTP84uRIJ .mbr-desc,
.cid-upTP84uRIJ .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upTP84uRIJ .mbr-section-title,
.cid-upTP84uRIJ .mbr-section-btn {
  color: #ffffff;
}
.cid-upTP84MezA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-upTP84MezA .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-upTP84MezA .item {
    margin-bottom: 1rem;
  }
}
.cid-upTP84MezA .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-upTP84MezA .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-upTP84MezA .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-upTP84MezA .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-upTP84MezA .carousel-control,
.cid-upTP84MezA .close {
  background: #1b1b1b;
}
.cid-upTP84MezA .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-upTP84MezA .carousel-control-prev span {
  margin-right: 5px;
}
.cid-upTP84MezA .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-upTP84MezA .carousel-control-next span {
  margin-left: 5px;
}
.cid-upTP84MezA .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-upTP84MezA .close::before {
  content: '\e91a';
}
.cid-upTP84MezA .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-upTP84MezA .carousel-control {
  display: flex;
  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-upTP84MezA .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-upTP84MezA .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-upTP84MezA .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-upTP84MezA .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-upTP84MezA .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-upTP84MezA .carousel-indicators li.active,
.cid-upTP84MezA .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-upTP84MezA .carousel-indicators li::after,
.cid-upTP84MezA .carousel-indicators li::before {
  content: none;
}
.cid-upTP84MezA .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-upTP84MezA .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-upTP84MezA .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-upTP84MezA .carousel-indicators {
    display: none;
  }
}
.cid-upTP84MezA .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-upTP84MezA .carousel-inner > .active {
  display: block;
}
.cid-upTP84MezA .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-upTP84MezA .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-upTP84MezA .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-upTP84MezA .carousel-control,
  .cid-upTP84MezA .carousel-indicators,
  .cid-upTP84MezA .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-upTP84MezA .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-upTP84MezA .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-upTP84MezA .carousel-indicators .active,
.cid-upTP84MezA .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-upTP84MezA .carousel-indicators .active {
  background: #fff;
}
.cid-upTP84MezA .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-upTP84MezA .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-upTP84MezA .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-upTP84MezA .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-upTP84MezA .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-upTP84MezA .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-upTP84MezA .carousel {
  width: 100%;
}
.cid-upTP84MezA .modal-backdrop.in {
  opacity: 0.8;
}
.cid-upTP84MezA .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-upTP84MezA .modal.fade .modal-dialog,
.cid-upTP84MezA .modal.in .modal-dialog {
  transform: none;
}
.cid-upTP84MezA .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-upTP84MezA .content-head {
  max-width: 800px;
}
.cid-upTP84MezA H4 {
  color: #ffffff;
}
.cid-upTWzJZtQR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upTWzJZtQR .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upTWzJZtQR .mbr-fallback-image.disabled {
  display: none;
}
.cid-upTWzJZtQR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upTWzJZtQR .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upTWzJZtQR .content-wrap .card {
  justify-content: space-between;
}
.cid-upTWzJZtQR .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upTWzJZtQR .content-wrapper {
    padding: 0;
  }
}
.cid-upTWzJZtQR .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upTWzJZtQR .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upTWzJZtQR .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upTWzJZtQR .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upTWzJZtQR .mbr-desc,
.cid-upTWzJZtQR .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upTWzJZtQR .mbr-section-title,
.cid-upTWzJZtQR .mbr-section-btn {
  color: #ffffff;
}
.cid-upTVfyLL5M {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  position: relative;
  background-color: #0aa3c2;
}
.cid-upTVfyLL5M .decor-wrap_1 {
  position: absolute;
  top: 2rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #0aa3c2 0, #b7140b 43%, #0aa3c2 100%);
}
.cid-upTVfyLL5M .decor-wrap_2 {
  position: absolute;
  top: 20%;
  right: -4rem;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #0aa3c2 0, #b7140b 43%, #0aa3c2 100%);
}
.cid-upTVfyLL5M .decor-wrap_3 {
  position: absolute;
  bottom: -35%;
  left: -10rem;
  width: 539px;
  height: 539px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #0aa3c2 0, #b7140b 43%, #0aa3c2 100%);
}
.cid-upTVfyLL5M .mbr-fallback-image.disabled {
  display: none;
}
.cid-upTVfyLL5M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-upTVfyLL5M .container {
    padding: 0 30px;
  }
}
.cid-upTVfyLL5M .row {
  position: relative;
  z-index: 1;
  justify-content: center;
}
.cid-upTVfyLL5M .image-wrapper {
  background-color: #000000;
  padding: 40px 40px 40px 0;
}
@media (max-width: 992px) {
  .cid-upTVfyLL5M .image-wrapper {
    padding: 20px 20px 20px 0;
  }
}
.cid-upTVfyLL5M .image-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-upTVfyLL5M .image-wrapper img {
    height: 350px;
  }
}
.cid-urjQhT17DT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0aa3c2;
}
.cid-urjQhT17DT .mbr-fallback-image.disabled {
  display: none;
}
.cid-urjQhT17DT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urjQhT17DT .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-urjQhT17DT .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-urjQhT17DT .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-urjQhT17DT .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-urjQhT17DT .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #b7140b;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-urjQhT17DT .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-urjQhT17DT .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-urjQhT17DT .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-urjQhT17DT .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-urjQhT17DT .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-urjQhT17DT .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-urjQhT17DT .mbr-section-title,
.cid-urjQhT17DT .mbr-section-btn {
  color: #ffffff;
}
.cid-urjQlPEA3L {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-urjQlPEA3L .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-urjQlPEA3L .mbr-fallback-image.disabled {
  display: none;
}
.cid-urjQlPEA3L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urjQlPEA3L .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-urjQlPEA3L .content-wrap .card {
  justify-content: space-between;
}
.cid-urjQlPEA3L .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-urjQlPEA3L .content-wrapper {
    padding: 0;
  }
}
.cid-urjQlPEA3L .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-urjQlPEA3L .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-urjQlPEA3L .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-urjQlPEA3L .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-urjQlPEA3L .mbr-desc,
.cid-urjQlPEA3L .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-urjQlPEA3L .mbr-section-title,
.cid-urjQlPEA3L .mbr-section-btn {
  color: #ffffff;
}
.cid-urjQkWHof9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #0aa3c2;
}
.cid-urjQkWHof9 .decor-wrap_1 {
  position: absolute;
  top: 2rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #0aa3c2 0, #b7140b 43%, #0aa3c2 100%);
}
.cid-urjQkWHof9 .decor-wrap_2 {
  position: absolute;
  top: 20%;
  right: -4rem;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #0aa3c2 0, #b7140b 43%, #0aa3c2 100%);
}
.cid-urjQkWHof9 .decor-wrap_3 {
  position: absolute;
  bottom: -35%;
  left: -10rem;
  width: 539px;
  height: 539px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #0aa3c2 0, #b7140b 43%, #0aa3c2 100%);
}
.cid-urjQkWHof9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urjQkWHof9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-urjQkWHof9 .container {
    padding: 0 30px;
  }
}
.cid-urjQkWHof9 .row {
  position: relative;
  z-index: 1;
  justify-content: center;
}
.cid-urjQkWHof9 .image-wrapper {
  background-color: #000000;
  padding: 40px 40px 40px 0;
}
@media (max-width: 992px) {
  .cid-urjQkWHof9 .image-wrapper {
    padding: 20px 20px 20px 0;
  }
}
.cid-urjQkWHof9 .image-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-urjQkWHof9 .image-wrapper img {
    height: 350px;
  }
}
.cid-urjTSHddN9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0aa3c2;
}
.cid-urjTSHddN9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urjTSHddN9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urjTSHddN9 .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-urjTSHddN9 .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-urjTSHddN9 .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-urjTSHddN9 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-urjTSHddN9 .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #b7140b;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-urjTSHddN9 .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-urjTSHddN9 .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-urjTSHddN9 .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-urjTSHddN9 .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-urjTSHddN9 .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-urjTSHddN9 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-urjTSHddN9 .mbr-section-title,
.cid-urjTSHddN9 .mbr-section-btn {
  color: #ffffff;
}
.cid-urjQmxQdas {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-urjQmxQdas .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-urjQmxQdas .mbr-fallback-image.disabled {
  display: none;
}
.cid-urjQmxQdas .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urjQmxQdas .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-urjQmxQdas .content-wrap .card {
  justify-content: space-between;
}
.cid-urjQmxQdas .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-urjQmxQdas .content-wrapper {
    padding: 0;
  }
}
.cid-urjQmxQdas .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-urjQmxQdas .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-urjQmxQdas .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-urjQmxQdas .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-urjQmxQdas .mbr-desc,
.cid-urjQmxQdas .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-urjQmxQdas .mbr-section-title,
.cid-urjQmxQdas .mbr-section-btn {
  color: #ffffff;
}
.cid-upTWfhDOI5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upTWfhDOI5 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upTWfhDOI5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upTWfhDOI5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upTWfhDOI5 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upTWfhDOI5 .content-wrap .card {
  justify-content: space-between;
}
.cid-upTWfhDOI5 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upTWfhDOI5 .content-wrapper {
    padding: 0;
  }
}
.cid-upTWfhDOI5 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upTWfhDOI5 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upTWfhDOI5 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upTWfhDOI5 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upTWfhDOI5 .mbr-desc,
.cid-upTWfhDOI5 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upTWfhDOI5 .mbr-section-title,
.cid-upTWfhDOI5 .mbr-section-btn {
  color: #ffffff;
}
.cid-upTP85qGe3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-upTP85qGe3 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upTP85qGe3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upTP85qGe3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upTP85qGe3 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upTP85qGe3 .content-wrap .card {
  justify-content: space-between;
}
.cid-upTP85qGe3 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upTP85qGe3 .content-wrapper {
    padding: 0;
  }
}
.cid-upTP85qGe3 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upTP85qGe3 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upTP85qGe3 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upTP85qGe3 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upTP85qGe3 .mbr-desc,
.cid-upTP85qGe3 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upTP85qGe3 .mbr-section-title,
.cid-upTP85qGe3 .mbr-section-btn {
  color: #ffffff;
}
.cid-upTP85F04F {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upTP85F04F .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upTP85F04F .mbr-fallback-image.disabled {
  display: none;
}
.cid-upTP85F04F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upTP85F04F .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upTP85F04F .content-wrap .card {
  justify-content: space-between;
}
.cid-upTP85F04F .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upTP85F04F .content-wrapper {
    padding: 0;
  }
}
.cid-upTP85F04F .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upTP85F04F .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upTP85F04F .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upTP85F04F .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upTP85F04F .mbr-desc,
.cid-upTP85F04F .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upTP85F04F .mbr-section-title,
.cid-upTP85F04F .mbr-section-btn {
  color: #ffffff;
}
.cid-upTP85ZFJG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-upTP85ZFJG .mbr-fallback-image.disabled {
  display: none;
}
.cid-upTP85ZFJG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-upTP85ZFJG .container {
    padding: 0 16px;
  }
}
.cid-upTP85ZFJG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-upTP85ZFJG .card {
    margin-bottom: 40px;
  }
}
.cid-upTP85ZFJG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upTP85ZFJG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-upTP85ZFJG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-upTP85ZFJG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-upTP85ZFJG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-upTP85ZFJG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-upTP85ZFJG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upTP85ZFJG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-upTP85ZFJG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-upTP85ZFJG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-upTP85ZFJG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upTP85ZFJG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-upTP85ZFJG .mbr-section-title {
  color: #ffffff;
}
.cid-upTP85ZFJG .copyright {
  color: #ffffff;
}
.cid-upTP85ZFJG .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-upTP85ZFJG .list {
  color: #ffffff;
  text-align: center;
}
.cid-upTP85ZFJG .mbr-section-title,
.cid-upTP85ZFJG .title-wrapper,
.cid-upTP85ZFJG .social-wrapper {
  text-align: center;
}
.cid-urdD0EBOxB {
  background-color: transparent;
}
.cid-urdD0EBOxB .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-urdD0EBOxB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-urdD0EBOxB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-urdD0EBOxB .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-urdD0EBOxB .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-urdD0EBOxB .menu_box .navbar.opened,
  .cid-urdD0EBOxB .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-urdD0EBOxB .navbar-dropdown {
  position: relative !important;
}
.cid-urdD0EBOxB .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-urdD0EBOxB .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-urdD0EBOxB .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-urdD0EBOxB .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-urdD0EBOxB .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-urdD0EBOxB .btn:hover {
  box-shadow: none;
}
.cid-urdD0EBOxB .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-urdD0EBOxB .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-urdD0EBOxB .nav-item {
    margin: 0 !important;
  }
}
.cid-urdD0EBOxB .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-urdD0EBOxB .nav-item .nav-link:hover,
.cid-urdD0EBOxB .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-urdD0EBOxB .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-urdD0EBOxB .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-urdD0EBOxB .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-urdD0EBOxB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-urdD0EBOxB .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-urdD0EBOxB .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-urdD0EBOxB .offcanvas_box {
    display: none;
  }
}
.cid-urdD0EBOxB .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-urdD0EBOxB .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-urdD0EBOxB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-urdD0EBOxB .container {
  display: flex;
  margin: auto;
}
.cid-urdD0EBOxB .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-urdD0EBOxB .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-urdD0EBOxB .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-urdD0EBOxB .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-urdD0EBOxB .navbar-nav {
    margin: 0;
  }
}
.cid-urdD0EBOxB .dropdown-menu,
.cid-urdD0EBOxB .navbar.opened {
  background-color: false !important;
}
.cid-urdD0EBOxB .nav-item:focus,
.cid-urdD0EBOxB .nav-link:focus {
  outline: none;
}
.cid-urdD0EBOxB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-urdD0EBOxB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-urdD0EBOxB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-urdD0EBOxB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-urdD0EBOxB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-urdD0EBOxB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-urdD0EBOxB .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-urdD0EBOxB .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-urdD0EBOxB .navbar.opened {
  transition: all 0.3s;
}
.cid-urdD0EBOxB .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-urdD0EBOxB .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-urdD0EBOxB .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-urdD0EBOxB .navbar.collapsed {
  justify-content: center;
}
.cid-urdD0EBOxB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-urdD0EBOxB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-urdD0EBOxB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-urdD0EBOxB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-urdD0EBOxB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-urdD0EBOxB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-urdD0EBOxB .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-urdD0EBOxB .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-urdD0EBOxB .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-urdD0EBOxB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-urdD0EBOxB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-urdD0EBOxB .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-urdD0EBOxB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-urdD0EBOxB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-urdD0EBOxB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-urdD0EBOxB .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-urdD0EBOxB .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-urdD0EBOxB .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-urdD0EBOxB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-urdD0EBOxB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-urdD0EBOxB .navbar .icons-menu {
    padding: 0;
  }
}
.cid-urdD0EBOxB .navbar.navbar-short {
  min-height: 60px;
}
.cid-urdD0EBOxB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-urdD0EBOxB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-urdD0EBOxB .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-urdD0EBOxB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-urdD0EBOxB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-urdD0EBOxB .dropdown-item.active,
.cid-urdD0EBOxB .dropdown-item:active {
  background-color: transparent;
}
.cid-urdD0EBOxB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-urdD0EBOxB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-urdD0EBOxB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-urdD0EBOxB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-urdD0EBOxB ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-urdD0EBOxB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-urdD0EBOxB button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-urdD0EBOxB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-urdD0EBOxB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-urdD0EBOxB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urdD0EBOxB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urdD0EBOxB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-urdD0EBOxB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urdD0EBOxB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-urdD0EBOxB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-urdD0EBOxB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urdD0EBOxB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-urdD0EBOxB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-urdD0EBOxB .navbar {
    height: 70px;
  }
  .cid-urdD0EBOxB .navbar.opened {
    height: auto;
  }
  .cid-urdD0EBOxB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urdD0EBOxB .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-urdD0EBOxB .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-urdD0EBOxB .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-urdD0EBOxB .text_widget {
  margin-bottom: 32px;
}
.cid-urdD0EBOxB .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-urdD0EBOxB .text_widget a:hover,
.cid-urdD0EBOxB .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-urdD0EBOxB .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-urdD0EBOxB .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-urdD0EBOxB .navbar-caption {
  color: #000000;
}
.cid-urdD0EBOxB .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-urdD0EBOxB .mbr-section-subtitle,
.cid-urdD0EBOxB .text_widget,
.cid-urdD0EBOxB .mbr-section-btn {
  text-align: center;
}
.cid-urdD0EBOxB a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-urdD0EUtRu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-urdD0EUtRu .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-urdD0EUtRu .mbr-fallback-image.disabled {
  display: none;
}
.cid-urdD0EUtRu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urdD0EUtRu .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-urdD0EUtRu .content-wrap .card {
  justify-content: space-between;
}
.cid-urdD0EUtRu .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-urdD0EUtRu .content-wrapper {
    padding: 0;
  }
}
.cid-urdD0EUtRu .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-urdD0EUtRu .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-urdD0EUtRu .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-urdD0EUtRu .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-urdD0EUtRu .mbr-desc,
.cid-urdD0EUtRu .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-urdD0EUtRu .mbr-section-title,
.cid-urdD0EUtRu .mbr-section-btn {
  color: #ffffff;
}
.cid-urdD0F9ndZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-urdD0F9ndZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-urdD0F9ndZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urdD0F9ndZ img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border: 2px dashed #f7bc4a;
  border-radius: 8px;
}
.cid-urdD0F9ndZ .img-wide {
  height: 50%;
}
.cid-urdD0F9ndZ .img-big {
  height: 100%;
}
.cid-ure4bzYktE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ure4bzYktE .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-ure4bzYktE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ure4bzYktE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ure4bzYktE .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-ure4bzYktE .content-wrap .card {
  justify-content: space-between;
}
.cid-ure4bzYktE .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-ure4bzYktE .content-wrapper {
    padding: 0;
  }
}
.cid-ure4bzYktE .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ure4bzYktE .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-ure4bzYktE .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-ure4bzYktE .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-ure4bzYktE .mbr-desc,
.cid-ure4bzYktE .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-ure4bzYktE .mbr-section-title,
.cid-ure4bzYktE .mbr-section-btn {
  color: #000000;
}
.cid-ure4KZGd2A {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0aa3c2;
}
.cid-ure4KZGd2A .mbr-fallback-image.disabled {
  display: none;
}
.cid-ure4KZGd2A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ure4KZGd2A .row {
  flex-direction: row-reverse;
}
.cid-ure4KZGd2A .mbr-description {
  text-align: center;
}
.cid-ure4UNXUzj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ure4UNXUzj .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-ure4UNXUzj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ure4UNXUzj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ure4UNXUzj .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-ure4UNXUzj .content-wrap .card {
  justify-content: space-between;
}
.cid-ure4UNXUzj .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-ure4UNXUzj .content-wrapper {
    padding: 0;
  }
}
.cid-ure4UNXUzj .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ure4UNXUzj .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-ure4UNXUzj .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-ure4UNXUzj .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-ure4UNXUzj .mbr-desc,
.cid-ure4UNXUzj .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-ure4UNXUzj .mbr-section-title,
.cid-ure4UNXUzj .mbr-section-btn {
  color: #000000;
}
.cid-urdD0FITWB {
  position: relative;
  overflow: hidden;
  background-color: #1e88e5;
}
.cid-urdD0FITWB .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-urdD0FITWB .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-urdD0FITWB .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #0aa3c2;
  z-index: 1;
}
.cid-urdD0FITWB .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #1e88e5;
}
.cid-urdD0FITWB .mbr-fallback-image.disabled {
  display: none;
}
.cid-urdD0FITWB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urdD0FITWB .row {
  position: relative;
  z-index: 2;
}
.cid-urdD0FITWB .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-urdD0FITWB .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-urdD0FITWB .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-urdD0FITWB .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-urdD0FITWB .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-urdD0FITWB .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-urdD0FITWB .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-urdD0FITWB .image-wrapper {
    margin-top: 46px;
  }
}
.cid-urdD0FITWB .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-urdD0FITWB .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-urdD0FITWB .mbr-section-title {
  color: #ffffff;
}
.cid-urdD0FITWB .mbr-text {
  color: #51565c;
}
.cid-urdD0FITWB .mbr-text,
.cid-urdD0FITWB .text-wrapper {
  text-align: center;
  color: #000000;
}
.cid-urdD0G2USy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1e88e5;
  position: relative;
}
.cid-urdD0G2USy .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4188ff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-urdD0G2USy .mbr-section-head {
  width: 100%;
  margin-bottom: 3.4vw;
}
@media (max-width: 767px) {
  .cid-urdD0G2USy .mbr-section-head {
    margin-bottom: 6.93vw;
  }
}
.cid-urdD0G2USy .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
.cid-urdD0G2USy .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-urdD0G2USy .item {
  display: flex;
  align-items: stretch;
  margin-bottom: 1.4vw;
  overflow: visible;
}
@media (max-width: 767px) {
  .cid-urdD0G2USy .item {
    margin-bottom: 0.75rem;
  }
}
.cid-urdD0G2USy .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: 0.3s all;
  overflow: visible;
}
.cid-urdD0G2USy .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 26px;
  overflow: hidden;
  transition: 0.3s all;
  border: 1px solid #ffffff;
}
.cid-urdD0G2USy .item-img:hover {
  transform: translateY(-3px);
}
.cid-urdD0G2USy .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-urdD0G2USy .item-content {
  width: 100%;
  margin-top: 1.75rem;
}
.cid-urdD0G2USy .item-title {
  color: #ffffff;
  margin-right: auto;
  width: 100%;
  text-align: center;
}
.cid-urdD0G2USy .mbr-text {
  color: #000000;
  margin-top: 0.75rem;
}
.cid-urdD0G2USy .mbr-section-btn {
  margin-top: 1rem;
}
.cid-urdD0G2USy .mbr-text,
.cid-urdD0G2USy .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-urdD0GkTA3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-urdD0GkTA3 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-urdD0GkTA3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urdD0GkTA3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urdD0GkTA3 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-urdD0GkTA3 .content-wrap .card {
  justify-content: space-between;
}
.cid-urdD0GkTA3 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-urdD0GkTA3 .content-wrapper {
    padding: 0;
  }
}
.cid-urdD0GkTA3 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-urdD0GkTA3 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-urdD0GkTA3 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-urdD0GkTA3 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-urdD0GkTA3 .mbr-desc,
.cid-urdD0GkTA3 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-urdD0GkTA3 .mbr-section-title,
.cid-urdD0GkTA3 .mbr-section-btn {
  color: #ffffff;
}
.cid-uwcwzozbgJ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #2a1793;
}
.cid-uwcwzozbgJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwcwzozbgJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwcwzozbgJ .row {
  flex-direction: row-reverse;
}
.cid-uwcwzozbgJ .mbr-description {
  color: #ffffff;
}
.cid-uwcwBKOQVX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uwcwBKOQVX .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uwcwBKOQVX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwcwBKOQVX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwcwBKOQVX .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uwcwBKOQVX .content-wrap .card {
  justify-content: space-between;
}
.cid-uwcwBKOQVX .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uwcwBKOQVX .content-wrapper {
    padding: 0;
  }
}
.cid-uwcwBKOQVX .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uwcwBKOQVX .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uwcwBKOQVX .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uwcwBKOQVX .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uwcwBKOQVX .mbr-desc,
.cid-uwcwBKOQVX .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uwcwBKOQVX .mbr-section-title,
.cid-uwcwBKOQVX .mbr-section-btn {
  color: #ffffff;
}
.cid-urdD0GCQX2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-urdD0GCQX2 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-urdD0GCQX2 .item {
    margin-bottom: 1rem;
  }
}
.cid-urdD0GCQX2 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-urdD0GCQX2 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-urdD0GCQX2 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-urdD0GCQX2 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-urdD0GCQX2 .carousel-control,
.cid-urdD0GCQX2 .close {
  background: #1b1b1b;
}
.cid-urdD0GCQX2 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-urdD0GCQX2 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-urdD0GCQX2 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-urdD0GCQX2 .carousel-control-next span {
  margin-left: 5px;
}
.cid-urdD0GCQX2 .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-urdD0GCQX2 .close::before {
  content: '\e91a';
}
.cid-urdD0GCQX2 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-urdD0GCQX2 .carousel-control {
  display: flex;
  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-urdD0GCQX2 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-urdD0GCQX2 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-urdD0GCQX2 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-urdD0GCQX2 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-urdD0GCQX2 .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-urdD0GCQX2 .carousel-indicators li.active,
.cid-urdD0GCQX2 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-urdD0GCQX2 .carousel-indicators li::after,
.cid-urdD0GCQX2 .carousel-indicators li::before {
  content: none;
}
.cid-urdD0GCQX2 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-urdD0GCQX2 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-urdD0GCQX2 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-urdD0GCQX2 .carousel-indicators {
    display: none;
  }
}
.cid-urdD0GCQX2 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-urdD0GCQX2 .carousel-inner > .active {
  display: block;
}
.cid-urdD0GCQX2 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-urdD0GCQX2 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-urdD0GCQX2 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-urdD0GCQX2 .carousel-control,
  .cid-urdD0GCQX2 .carousel-indicators,
  .cid-urdD0GCQX2 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-urdD0GCQX2 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-urdD0GCQX2 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-urdD0GCQX2 .carousel-indicators .active,
.cid-urdD0GCQX2 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-urdD0GCQX2 .carousel-indicators .active {
  background: #fff;
}
.cid-urdD0GCQX2 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-urdD0GCQX2 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-urdD0GCQX2 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-urdD0GCQX2 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-urdD0GCQX2 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-urdD0GCQX2 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-urdD0GCQX2 .carousel {
  width: 100%;
}
.cid-urdD0GCQX2 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-urdD0GCQX2 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-urdD0GCQX2 .modal.fade .modal-dialog,
.cid-urdD0GCQX2 .modal.in .modal-dialog {
  transform: none;
}
.cid-urdD0GCQX2 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-urdD0GCQX2 .content-head {
  max-width: 800px;
}
.cid-urdD0GCQX2 H4 {
  color: #ffffff;
}
.cid-urdD0H4TmS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-urdD0H4TmS .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-urdD0H4TmS .mbr-fallback-image.disabled {
  display: none;
}
.cid-urdD0H4TmS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urdD0H4TmS .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-urdD0H4TmS .content-wrap .card {
  justify-content: space-between;
}
.cid-urdD0H4TmS .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-urdD0H4TmS .content-wrapper {
    padding: 0;
  }
}
.cid-urdD0H4TmS .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-urdD0H4TmS .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-urdD0H4TmS .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-urdD0H4TmS .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-urdD0H4TmS .mbr-desc,
.cid-urdD0H4TmS .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-urdD0H4TmS .mbr-section-title,
.cid-urdD0H4TmS .mbr-section-btn {
  color: #ffffff;
}
.cid-urdD0Hl8uz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-urdD0Hl8uz .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-urdD0Hl8uz .mbr-fallback-image.disabled {
  display: none;
}
.cid-urdD0Hl8uz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urdD0Hl8uz .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-urdD0Hl8uz .content-wrap .card {
  justify-content: space-between;
}
.cid-urdD0Hl8uz .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-urdD0Hl8uz .content-wrapper {
    padding: 0;
  }
}
.cid-urdD0Hl8uz .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-urdD0Hl8uz .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-urdD0Hl8uz .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-urdD0Hl8uz .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-urdD0Hl8uz .mbr-desc,
.cid-urdD0Hl8uz .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-urdD0Hl8uz .mbr-section-title,
.cid-urdD0Hl8uz .mbr-section-btn {
  color: #ffffff;
}
.cid-urdD0HDH1v {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-urdD0HDH1v .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-urdD0HDH1v .mbr-fallback-image.disabled {
  display: none;
}
.cid-urdD0HDH1v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urdD0HDH1v .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-urdD0HDH1v .content-wrap .card {
  justify-content: space-between;
}
.cid-urdD0HDH1v .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-urdD0HDH1v .content-wrapper {
    padding: 0;
  }
}
.cid-urdD0HDH1v .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-urdD0HDH1v .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-urdD0HDH1v .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-urdD0HDH1v .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-urdD0HDH1v .mbr-desc,
.cid-urdD0HDH1v .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-urdD0HDH1v .mbr-section-title,
.cid-urdD0HDH1v .mbr-section-btn {
  color: #ffffff;
}
.cid-urdD0HVU92 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-urdD0HVU92 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urdD0HVU92 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-urdD0HVU92 .container {
    padding: 0 16px;
  }
}
.cid-urdD0HVU92 .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-urdD0HVU92 .card {
    margin-bottom: 40px;
  }
}
.cid-urdD0HVU92 .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-urdD0HVU92 .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-urdD0HVU92 .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-urdD0HVU92 .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-urdD0HVU92 .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-urdD0HVU92 .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-urdD0HVU92 .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-urdD0HVU92 .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-urdD0HVU92 .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-urdD0HVU92 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-urdD0HVU92 .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-urdD0HVU92 .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-urdD0HVU92 .mbr-section-title {
  color: #ffffff;
}
.cid-urdD0HVU92 .copyright {
  color: #ffffff;
}
.cid-urdD0HVU92 .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-urdD0HVU92 .list {
  color: #ffffff;
  text-align: center;
}
.cid-urdD0HVU92 .mbr-section-title,
.cid-urdD0HVU92 .title-wrapper,
.cid-urdD0HVU92 .social-wrapper {
  text-align: center;
}
.cid-urjKLqesR0 {
  background-color: transparent;
}
.cid-urjKLqesR0 .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-urjKLqesR0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-urjKLqesR0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-urjKLqesR0 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-urjKLqesR0 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-urjKLqesR0 .menu_box .navbar.opened,
  .cid-urjKLqesR0 .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-urjKLqesR0 .navbar-dropdown {
  position: relative !important;
}
.cid-urjKLqesR0 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-urjKLqesR0 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-urjKLqesR0 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-urjKLqesR0 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-urjKLqesR0 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-urjKLqesR0 .btn:hover {
  box-shadow: none;
}
.cid-urjKLqesR0 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-urjKLqesR0 .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-urjKLqesR0 .nav-item {
    margin: 0 !important;
  }
}
.cid-urjKLqesR0 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-urjKLqesR0 .nav-item .nav-link:hover,
.cid-urjKLqesR0 .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-urjKLqesR0 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-urjKLqesR0 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-urjKLqesR0 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-urjKLqesR0 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-urjKLqesR0 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-urjKLqesR0 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-urjKLqesR0 .offcanvas_box {
    display: none;
  }
}
.cid-urjKLqesR0 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-urjKLqesR0 .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-urjKLqesR0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-urjKLqesR0 .container {
  display: flex;
  margin: auto;
}
.cid-urjKLqesR0 .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-urjKLqesR0 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-urjKLqesR0 .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-urjKLqesR0 .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-urjKLqesR0 .navbar-nav {
    margin: 0;
  }
}
.cid-urjKLqesR0 .dropdown-menu,
.cid-urjKLqesR0 .navbar.opened {
  background-color: false !important;
}
.cid-urjKLqesR0 .nav-item:focus,
.cid-urjKLqesR0 .nav-link:focus {
  outline: none;
}
.cid-urjKLqesR0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-urjKLqesR0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-urjKLqesR0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-urjKLqesR0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-urjKLqesR0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-urjKLqesR0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-urjKLqesR0 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-urjKLqesR0 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-urjKLqesR0 .navbar.opened {
  transition: all 0.3s;
}
.cid-urjKLqesR0 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-urjKLqesR0 .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-urjKLqesR0 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-urjKLqesR0 .navbar.collapsed {
  justify-content: center;
}
.cid-urjKLqesR0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-urjKLqesR0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-urjKLqesR0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-urjKLqesR0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-urjKLqesR0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-urjKLqesR0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-urjKLqesR0 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-urjKLqesR0 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-urjKLqesR0 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-urjKLqesR0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-urjKLqesR0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-urjKLqesR0 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-urjKLqesR0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-urjKLqesR0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-urjKLqesR0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-urjKLqesR0 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-urjKLqesR0 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-urjKLqesR0 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-urjKLqesR0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-urjKLqesR0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-urjKLqesR0 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-urjKLqesR0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-urjKLqesR0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-urjKLqesR0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-urjKLqesR0 .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-urjKLqesR0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-urjKLqesR0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-urjKLqesR0 .dropdown-item.active,
.cid-urjKLqesR0 .dropdown-item:active {
  background-color: transparent;
}
.cid-urjKLqesR0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-urjKLqesR0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-urjKLqesR0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-urjKLqesR0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-urjKLqesR0 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-urjKLqesR0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-urjKLqesR0 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-urjKLqesR0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-urjKLqesR0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-urjKLqesR0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urjKLqesR0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urjKLqesR0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-urjKLqesR0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urjKLqesR0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-urjKLqesR0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-urjKLqesR0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urjKLqesR0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-urjKLqesR0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-urjKLqesR0 .navbar {
    height: 70px;
  }
  .cid-urjKLqesR0 .navbar.opened {
    height: auto;
  }
  .cid-urjKLqesR0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urjKLqesR0 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-urjKLqesR0 .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-urjKLqesR0 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-urjKLqesR0 .text_widget {
  margin-bottom: 32px;
}
.cid-urjKLqesR0 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-urjKLqesR0 .text_widget a:hover,
.cid-urjKLqesR0 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-urjKLqesR0 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-urjKLqesR0 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-urjKLqesR0 .navbar-caption {
  color: #000000;
}
.cid-urjKLqesR0 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-urjKLqesR0 .mbr-section-subtitle,
.cid-urjKLqesR0 .text_widget,
.cid-urjKLqesR0 .mbr-section-btn {
  text-align: center;
}
.cid-urjKLqesR0 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-urjKLqy1Yh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-urjKLqy1Yh .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-urjKLqy1Yh .mbr-fallback-image.disabled {
  display: none;
}
.cid-urjKLqy1Yh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urjKLqy1Yh .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-urjKLqy1Yh .content-wrap .card {
  justify-content: space-between;
}
.cid-urjKLqy1Yh .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-urjKLqy1Yh .content-wrapper {
    padding: 0;
  }
}
.cid-urjKLqy1Yh .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-urjKLqy1Yh .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-urjKLqy1Yh .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-urjKLqy1Yh .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-urjKLqy1Yh .mbr-desc,
.cid-urjKLqy1Yh .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-urjKLqy1Yh .mbr-section-title,
.cid-urjKLqy1Yh .mbr-section-btn {
  color: #ffffff;
}
.cid-urjKLqShqb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-urjKLqShqb .mbr-fallback-image.disabled {
  display: none;
}
.cid-urjKLqShqb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urjKLqShqb img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border: 2px dashed #f7bc4a;
  border-radius: 8px;
}
.cid-urjKLqShqb .img-wide {
  height: 50%;
}
.cid-urjKLqShqb .img-big {
  height: 100%;
}
.cid-urjKLraiJ6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-urjKLraiJ6 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-urjKLraiJ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urjKLraiJ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urjKLraiJ6 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-urjKLraiJ6 .content-wrap .card {
  justify-content: space-between;
}
.cid-urjKLraiJ6 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-urjKLraiJ6 .content-wrapper {
    padding: 0;
  }
}
.cid-urjKLraiJ6 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-urjKLraiJ6 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-urjKLraiJ6 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-urjKLraiJ6 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-urjKLraiJ6 .mbr-desc,
.cid-urjKLraiJ6 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-urjKLraiJ6 .mbr-section-title,
.cid-urjKLraiJ6 .mbr-section-btn {
  color: #ffffff;
}
.cid-urjKLrs46L {
  position: relative;
  overflow: hidden;
  background-color: #1e88e5;
}
.cid-urjKLrs46L .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-urjKLrs46L .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-urjKLrs46L .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #0aa3c2;
  z-index: 1;
}
.cid-urjKLrs46L .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #1e88e5;
}
.cid-urjKLrs46L .mbr-fallback-image.disabled {
  display: none;
}
.cid-urjKLrs46L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urjKLrs46L .row {
  position: relative;
  z-index: 2;
}
.cid-urjKLrs46L .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-urjKLrs46L .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-urjKLrs46L .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-urjKLrs46L .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-urjKLrs46L .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-urjKLrs46L .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-urjKLrs46L .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-urjKLrs46L .image-wrapper {
    margin-top: 46px;
  }
}
.cid-urjKLrs46L .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-urjKLrs46L .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-urjKLrs46L .mbr-section-title {
  color: #ffffff;
}
.cid-urjKLrs46L .mbr-text {
  color: #51565c;
}
.cid-urjKLrs46L .mbr-text,
.cid-urjKLrs46L .text-wrapper {
  text-align: center;
  color: #000000;
}
.cid-urjKLrKitD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1e88e5;
  position: relative;
}
.cid-urjKLrKitD .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4188ff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-urjKLrKitD .mbr-section-head {
  width: 100%;
  margin-bottom: 3.4vw;
}
@media (max-width: 767px) {
  .cid-urjKLrKitD .mbr-section-head {
    margin-bottom: 6.93vw;
  }
}
.cid-urjKLrKitD .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
.cid-urjKLrKitD .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-urjKLrKitD .item {
  display: flex;
  align-items: stretch;
  margin-bottom: 1.4vw;
  overflow: visible;
}
@media (max-width: 767px) {
  .cid-urjKLrKitD .item {
    margin-bottom: 0.75rem;
  }
}
.cid-urjKLrKitD .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: 0.3s all;
  overflow: visible;
}
.cid-urjKLrKitD .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 26px;
  overflow: hidden;
  transition: 0.3s all;
  border: 1px solid #ffffff;
}
.cid-urjKLrKitD .item-img:hover {
  transform: translateY(-3px);
}
.cid-urjKLrKitD .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-urjKLrKitD .item-content {
  width: 100%;
  margin-top: 1.75rem;
}
.cid-urjKLrKitD .item-title {
  color: #ffffff;
  margin-right: auto;
  width: 100%;
  text-align: center;
}
.cid-urjKLrKitD .mbr-text {
  color: #000000;
  margin-top: 0.75rem;
}
.cid-urjKLrKitD .mbr-section-btn {
  margin-top: 1rem;
}
.cid-urjKLrKitD .mbr-text,
.cid-urjKLrKitD .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-urjKLs3NrU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-urjKLs3NrU .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-urjKLs3NrU .mbr-fallback-image.disabled {
  display: none;
}
.cid-urjKLs3NrU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urjKLs3NrU .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-urjKLs3NrU .content-wrap .card {
  justify-content: space-between;
}
.cid-urjKLs3NrU .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-urjKLs3NrU .content-wrapper {
    padding: 0;
  }
}
.cid-urjKLs3NrU .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-urjKLs3NrU .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-urjKLs3NrU .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-urjKLs3NrU .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-urjKLs3NrU .mbr-desc,
.cid-urjKLs3NrU .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-urjKLs3NrU .mbr-section-title,
.cid-urjKLs3NrU .mbr-section-btn {
  color: #ffffff;
}
.cid-urjKLsiPbL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #b7140b;
}
.cid-urjKLsiPbL .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-urjKLsiPbL .item {
    margin-bottom: 1rem;
  }
}
.cid-urjKLsiPbL .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-urjKLsiPbL .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-urjKLsiPbL .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-urjKLsiPbL .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-urjKLsiPbL .carousel-control,
.cid-urjKLsiPbL .close {
  background: #1b1b1b;
}
.cid-urjKLsiPbL .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-urjKLsiPbL .carousel-control-prev span {
  margin-right: 5px;
}
.cid-urjKLsiPbL .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-urjKLsiPbL .carousel-control-next span {
  margin-left: 5px;
}
.cid-urjKLsiPbL .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-urjKLsiPbL .close::before {
  content: '\e91a';
}
.cid-urjKLsiPbL .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-urjKLsiPbL .carousel-control {
  display: flex;
  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-urjKLsiPbL .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-urjKLsiPbL .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-urjKLsiPbL .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-urjKLsiPbL .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-urjKLsiPbL .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-urjKLsiPbL .carousel-indicators li.active,
.cid-urjKLsiPbL .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-urjKLsiPbL .carousel-indicators li::after,
.cid-urjKLsiPbL .carousel-indicators li::before {
  content: none;
}
.cid-urjKLsiPbL .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-urjKLsiPbL .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-urjKLsiPbL .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-urjKLsiPbL .carousel-indicators {
    display: none;
  }
}
.cid-urjKLsiPbL .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-urjKLsiPbL .carousel-inner > .active {
  display: block;
}
.cid-urjKLsiPbL .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-urjKLsiPbL .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-urjKLsiPbL .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-urjKLsiPbL .carousel-control,
  .cid-urjKLsiPbL .carousel-indicators,
  .cid-urjKLsiPbL .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-urjKLsiPbL .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-urjKLsiPbL .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-urjKLsiPbL .carousel-indicators .active,
.cid-urjKLsiPbL .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-urjKLsiPbL .carousel-indicators .active {
  background: #fff;
}
.cid-urjKLsiPbL .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-urjKLsiPbL .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-urjKLsiPbL .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-urjKLsiPbL .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-urjKLsiPbL .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-urjKLsiPbL .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-urjKLsiPbL .carousel {
  width: 100%;
}
.cid-urjKLsiPbL .modal-backdrop.in {
  opacity: 0.8;
}
.cid-urjKLsiPbL .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-urjKLsiPbL .modal.fade .modal-dialog,
.cid-urjKLsiPbL .modal.in .modal-dialog {
  transform: none;
}
.cid-urjKLsiPbL .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-urjKLsiPbL .content-head {
  max-width: 800px;
}
.cid-urjKLsiPbL H4 {
  color: #ffffff;
}
.cid-urjKLsLnYj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-urjKLsLnYj .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-urjKLsLnYj .mbr-fallback-image.disabled {
  display: none;
}
.cid-urjKLsLnYj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urjKLsLnYj .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-urjKLsLnYj .content-wrap .card {
  justify-content: space-between;
}
.cid-urjKLsLnYj .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-urjKLsLnYj .content-wrapper {
    padding: 0;
  }
}
.cid-urjKLsLnYj .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-urjKLsLnYj .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-urjKLsLnYj .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-urjKLsLnYj .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-urjKLsLnYj .mbr-desc,
.cid-urjKLsLnYj .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-urjKLsLnYj .mbr-section-title,
.cid-urjKLsLnYj .mbr-section-btn {
  color: #ffffff;
}
.cid-urjKLt266W {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-urjKLt266W .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-urjKLt266W .mbr-fallback-image.disabled {
  display: none;
}
.cid-urjKLt266W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urjKLt266W .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-urjKLt266W .content-wrap .card {
  justify-content: space-between;
}
.cid-urjKLt266W .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-urjKLt266W .content-wrapper {
    padding: 0;
  }
}
.cid-urjKLt266W .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-urjKLt266W .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-urjKLt266W .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-urjKLt266W .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-urjKLt266W .mbr-desc,
.cid-urjKLt266W .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-urjKLt266W .mbr-section-title,
.cid-urjKLt266W .mbr-section-btn {
  color: #ffffff;
}
.cid-urjKLtjm5i {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-urjKLtjm5i .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-urjKLtjm5i .mbr-fallback-image.disabled {
  display: none;
}
.cid-urjKLtjm5i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urjKLtjm5i .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-urjKLtjm5i .content-wrap .card {
  justify-content: space-between;
}
.cid-urjKLtjm5i .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-urjKLtjm5i .content-wrapper {
    padding: 0;
  }
}
.cid-urjKLtjm5i .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-urjKLtjm5i .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-urjKLtjm5i .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-urjKLtjm5i .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-urjKLtjm5i .mbr-desc,
.cid-urjKLtjm5i .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-urjKLtjm5i .mbr-section-title,
.cid-urjKLtjm5i .mbr-section-btn {
  color: #ffffff;
}
.cid-urjKLtBEDu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-urjKLtBEDu .mbr-fallback-image.disabled {
  display: none;
}
.cid-urjKLtBEDu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-urjKLtBEDu .container {
    padding: 0 16px;
  }
}
.cid-urjKLtBEDu .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-urjKLtBEDu .card {
    margin-bottom: 40px;
  }
}
.cid-urjKLtBEDu .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-urjKLtBEDu .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-urjKLtBEDu .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-urjKLtBEDu .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-urjKLtBEDu .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-urjKLtBEDu .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-urjKLtBEDu .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-urjKLtBEDu .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-urjKLtBEDu .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-urjKLtBEDu .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-urjKLtBEDu .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-urjKLtBEDu .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-urjKLtBEDu .mbr-section-title {
  color: #ffffff;
}
.cid-urjKLtBEDu .copyright {
  color: #ffffff;
}
.cid-urjKLtBEDu .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-urjKLtBEDu .list {
  color: #ffffff;
  text-align: center;
}
.cid-urjKLtBEDu .mbr-section-title,
.cid-urjKLtBEDu .title-wrapper,
.cid-urjKLtBEDu .social-wrapper {
  text-align: center;
}
.cid-urjOa5CXjl {
  background-color: transparent;
}
.cid-urjOa5CXjl .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-urjOa5CXjl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-urjOa5CXjl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-urjOa5CXjl .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-urjOa5CXjl .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-urjOa5CXjl .menu_box .navbar.opened,
  .cid-urjOa5CXjl .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-urjOa5CXjl .navbar-dropdown {
  position: relative !important;
}
.cid-urjOa5CXjl .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-urjOa5CXjl .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-urjOa5CXjl .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-urjOa5CXjl .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-urjOa5CXjl .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-urjOa5CXjl .btn:hover {
  box-shadow: none;
}
.cid-urjOa5CXjl .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-urjOa5CXjl .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-urjOa5CXjl .nav-item {
    margin: 0 !important;
  }
}
.cid-urjOa5CXjl .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-urjOa5CXjl .nav-item .nav-link:hover,
.cid-urjOa5CXjl .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-urjOa5CXjl .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-urjOa5CXjl .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-urjOa5CXjl .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-urjOa5CXjl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-urjOa5CXjl .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-urjOa5CXjl .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-urjOa5CXjl .offcanvas_box {
    display: none;
  }
}
.cid-urjOa5CXjl .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-urjOa5CXjl .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-urjOa5CXjl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-urjOa5CXjl .container {
  display: flex;
  margin: auto;
}
.cid-urjOa5CXjl .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-urjOa5CXjl .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-urjOa5CXjl .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-urjOa5CXjl .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-urjOa5CXjl .navbar-nav {
    margin: 0;
  }
}
.cid-urjOa5CXjl .dropdown-menu,
.cid-urjOa5CXjl .navbar.opened {
  background-color: false !important;
}
.cid-urjOa5CXjl .nav-item:focus,
.cid-urjOa5CXjl .nav-link:focus {
  outline: none;
}
.cid-urjOa5CXjl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-urjOa5CXjl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-urjOa5CXjl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-urjOa5CXjl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-urjOa5CXjl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-urjOa5CXjl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-urjOa5CXjl .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-urjOa5CXjl .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-urjOa5CXjl .navbar.opened {
  transition: all 0.3s;
}
.cid-urjOa5CXjl .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-urjOa5CXjl .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-urjOa5CXjl .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-urjOa5CXjl .navbar.collapsed {
  justify-content: center;
}
.cid-urjOa5CXjl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-urjOa5CXjl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-urjOa5CXjl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-urjOa5CXjl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-urjOa5CXjl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-urjOa5CXjl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-urjOa5CXjl .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-urjOa5CXjl .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-urjOa5CXjl .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-urjOa5CXjl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-urjOa5CXjl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-urjOa5CXjl .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-urjOa5CXjl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-urjOa5CXjl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-urjOa5CXjl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-urjOa5CXjl .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-urjOa5CXjl .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-urjOa5CXjl .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-urjOa5CXjl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-urjOa5CXjl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-urjOa5CXjl .navbar .icons-menu {
    padding: 0;
  }
}
.cid-urjOa5CXjl .navbar.navbar-short {
  min-height: 60px;
}
.cid-urjOa5CXjl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-urjOa5CXjl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-urjOa5CXjl .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-urjOa5CXjl .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-urjOa5CXjl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-urjOa5CXjl .dropdown-item.active,
.cid-urjOa5CXjl .dropdown-item:active {
  background-color: transparent;
}
.cid-urjOa5CXjl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-urjOa5CXjl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-urjOa5CXjl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-urjOa5CXjl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-urjOa5CXjl ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-urjOa5CXjl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-urjOa5CXjl button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-urjOa5CXjl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-urjOa5CXjl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-urjOa5CXjl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urjOa5CXjl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urjOa5CXjl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-urjOa5CXjl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urjOa5CXjl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-urjOa5CXjl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-urjOa5CXjl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urjOa5CXjl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-urjOa5CXjl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-urjOa5CXjl .navbar {
    height: 70px;
  }
  .cid-urjOa5CXjl .navbar.opened {
    height: auto;
  }
  .cid-urjOa5CXjl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urjOa5CXjl .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-urjOa5CXjl .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-urjOa5CXjl .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-urjOa5CXjl .text_widget {
  margin-bottom: 32px;
}
.cid-urjOa5CXjl .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-urjOa5CXjl .text_widget a:hover,
.cid-urjOa5CXjl .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-urjOa5CXjl .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-urjOa5CXjl .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-urjOa5CXjl .navbar-caption {
  color: #000000;
}
.cid-urjOa5CXjl .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-urjOa5CXjl .mbr-section-subtitle,
.cid-urjOa5CXjl .text_widget,
.cid-urjOa5CXjl .mbr-section-btn {
  text-align: center;
}
.cid-urjOa5CXjl a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-urjOa5Yqs2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-urjOa5Yqs2 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-urjOa5Yqs2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urjOa5Yqs2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urjOa5Yqs2 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-urjOa5Yqs2 .content-wrap .card {
  justify-content: space-between;
}
.cid-urjOa5Yqs2 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-urjOa5Yqs2 .content-wrapper {
    padding: 0;
  }
}
.cid-urjOa5Yqs2 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-urjOa5Yqs2 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-urjOa5Yqs2 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-urjOa5Yqs2 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-urjOa5Yqs2 .mbr-desc,
.cid-urjOa5Yqs2 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-urjOa5Yqs2 .mbr-section-title,
.cid-urjOa5Yqs2 .mbr-section-btn {
  color: #ffffff;
}
.cid-urjOa6wSVn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-urjOa6wSVn .mbr-fallback-image.disabled {
  display: none;
}
.cid-urjOa6wSVn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urjOa6wSVn img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border: 2px dashed #f7bc4a;
  border-radius: 8px;
}
.cid-urjOa6wSVn .img-wide {
  height: 50%;
}
.cid-urjOa6wSVn .img-big {
  height: 100%;
}
.cid-urjOa6OyOu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-urjOa6OyOu .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-urjOa6OyOu .mbr-fallback-image.disabled {
  display: none;
}
.cid-urjOa6OyOu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urjOa6OyOu .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-urjOa6OyOu .content-wrap .card {
  justify-content: space-between;
}
.cid-urjOa6OyOu .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-urjOa6OyOu .content-wrapper {
    padding: 0;
  }
}
.cid-urjOa6OyOu .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-urjOa6OyOu .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-urjOa6OyOu .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-urjOa6OyOu .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-urjOa6OyOu .mbr-desc,
.cid-urjOa6OyOu .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-urjOa6OyOu .mbr-section-title,
.cid-urjOa6OyOu .mbr-section-btn {
  color: #ffffff;
}
.cid-urjOa775NJ {
  position: relative;
  overflow: hidden;
  background-color: #1e88e5;
}
.cid-urjOa775NJ .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-urjOa775NJ .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-urjOa775NJ .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #0aa3c2;
  z-index: 1;
}
.cid-urjOa775NJ .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #1e88e5;
}
.cid-urjOa775NJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-urjOa775NJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urjOa775NJ .row {
  position: relative;
  z-index: 2;
}
.cid-urjOa775NJ .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-urjOa775NJ .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-urjOa775NJ .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-urjOa775NJ .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-urjOa775NJ .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-urjOa775NJ .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-urjOa775NJ .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-urjOa775NJ .image-wrapper {
    margin-top: 46px;
  }
}
.cid-urjOa775NJ .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-urjOa775NJ .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-urjOa775NJ .mbr-section-title {
  color: #ffffff;
}
.cid-urjOa775NJ .mbr-text {
  color: #51565c;
}
.cid-urjOa775NJ .mbr-text,
.cid-urjOa775NJ .text-wrapper {
  text-align: center;
  color: #000000;
}
.cid-urjOa7qY5U {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1e88e5;
  position: relative;
}
.cid-urjOa7qY5U .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4188ff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-urjOa7qY5U .mbr-section-head {
  width: 100%;
  margin-bottom: 3.4vw;
}
@media (max-width: 767px) {
  .cid-urjOa7qY5U .mbr-section-head {
    margin-bottom: 6.93vw;
  }
}
.cid-urjOa7qY5U .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
.cid-urjOa7qY5U .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-urjOa7qY5U .item {
  display: flex;
  align-items: stretch;
  margin-bottom: 1.4vw;
  overflow: visible;
}
@media (max-width: 767px) {
  .cid-urjOa7qY5U .item {
    margin-bottom: 0.75rem;
  }
}
.cid-urjOa7qY5U .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: 0.3s all;
  overflow: visible;
}
.cid-urjOa7qY5U .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 26px;
  overflow: hidden;
  transition: 0.3s all;
  border: 1px solid #ffffff;
}
.cid-urjOa7qY5U .item-img:hover {
  transform: translateY(-3px);
}
.cid-urjOa7qY5U .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-urjOa7qY5U .item-content {
  width: 100%;
  margin-top: 1.75rem;
}
.cid-urjOa7qY5U .item-title {
  color: #ffffff;
  margin-right: auto;
  width: 100%;
  text-align: center;
}
.cid-urjOa7qY5U .mbr-text {
  color: #000000;
  margin-top: 0.75rem;
}
.cid-urjOa7qY5U .mbr-section-btn {
  margin-top: 1rem;
}
.cid-urjOa7qY5U .mbr-text,
.cid-urjOa7qY5U .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-urjOa7Jykm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-urjOa7Jykm .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-urjOa7Jykm .mbr-fallback-image.disabled {
  display: none;
}
.cid-urjOa7Jykm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urjOa7Jykm .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-urjOa7Jykm .content-wrap .card {
  justify-content: space-between;
}
.cid-urjOa7Jykm .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-urjOa7Jykm .content-wrapper {
    padding: 0;
  }
}
.cid-urjOa7Jykm .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-urjOa7Jykm .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-urjOa7Jykm .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-urjOa7Jykm .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-urjOa7Jykm .mbr-desc,
.cid-urjOa7Jykm .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-urjOa7Jykm .mbr-section-title,
.cid-urjOa7Jykm .mbr-section-btn {
  color: #ffffff;
}
.cid-urjOa80U0P {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #b7140b;
}
.cid-urjOa80U0P .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-urjOa80U0P .item {
    margin-bottom: 1rem;
  }
}
.cid-urjOa80U0P .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-urjOa80U0P .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-urjOa80U0P .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-urjOa80U0P .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-urjOa80U0P .carousel-control,
.cid-urjOa80U0P .close {
  background: #1b1b1b;
}
.cid-urjOa80U0P .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-urjOa80U0P .carousel-control-prev span {
  margin-right: 5px;
}
.cid-urjOa80U0P .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-urjOa80U0P .carousel-control-next span {
  margin-left: 5px;
}
.cid-urjOa80U0P .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-urjOa80U0P .close::before {
  content: '\e91a';
}
.cid-urjOa80U0P .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-urjOa80U0P .carousel-control {
  display: flex;
  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-urjOa80U0P .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-urjOa80U0P .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-urjOa80U0P .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-urjOa80U0P .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-urjOa80U0P .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-urjOa80U0P .carousel-indicators li.active,
.cid-urjOa80U0P .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-urjOa80U0P .carousel-indicators li::after,
.cid-urjOa80U0P .carousel-indicators li::before {
  content: none;
}
.cid-urjOa80U0P .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-urjOa80U0P .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-urjOa80U0P .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-urjOa80U0P .carousel-indicators {
    display: none;
  }
}
.cid-urjOa80U0P .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-urjOa80U0P .carousel-inner > .active {
  display: block;
}
.cid-urjOa80U0P .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-urjOa80U0P .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-urjOa80U0P .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-urjOa80U0P .carousel-control,
  .cid-urjOa80U0P .carousel-indicators,
  .cid-urjOa80U0P .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-urjOa80U0P .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-urjOa80U0P .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-urjOa80U0P .carousel-indicators .active,
.cid-urjOa80U0P .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-urjOa80U0P .carousel-indicators .active {
  background: #fff;
}
.cid-urjOa80U0P .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-urjOa80U0P .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-urjOa80U0P .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-urjOa80U0P .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-urjOa80U0P .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-urjOa80U0P .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-urjOa80U0P .carousel {
  width: 100%;
}
.cid-urjOa80U0P .modal-backdrop.in {
  opacity: 0.8;
}
.cid-urjOa80U0P .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-urjOa80U0P .modal.fade .modal-dialog,
.cid-urjOa80U0P .modal.in .modal-dialog {
  transform: none;
}
.cid-urjOa80U0P .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-urjOa80U0P .content-head {
  max-width: 800px;
}
.cid-urjOa80U0P H4 {
  color: #ffffff;
}
.cid-urjOa8q35Q {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-urjOa8q35Q .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-urjOa8q35Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-urjOa8q35Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urjOa8q35Q .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-urjOa8q35Q .content-wrap .card {
  justify-content: space-between;
}
.cid-urjOa8q35Q .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-urjOa8q35Q .content-wrapper {
    padding: 0;
  }
}
.cid-urjOa8q35Q .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-urjOa8q35Q .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-urjOa8q35Q .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-urjOa8q35Q .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-urjOa8q35Q .mbr-desc,
.cid-urjOa8q35Q .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-urjOa8q35Q .mbr-section-title,
.cid-urjOa8q35Q .mbr-section-btn {
  color: #ffffff;
}
.cid-urjOa8KCaq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-urjOa8KCaq .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-urjOa8KCaq .mbr-fallback-image.disabled {
  display: none;
}
.cid-urjOa8KCaq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urjOa8KCaq .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-urjOa8KCaq .content-wrap .card {
  justify-content: space-between;
}
.cid-urjOa8KCaq .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-urjOa8KCaq .content-wrapper {
    padding: 0;
  }
}
.cid-urjOa8KCaq .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-urjOa8KCaq .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-urjOa8KCaq .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-urjOa8KCaq .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-urjOa8KCaq .mbr-desc,
.cid-urjOa8KCaq .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-urjOa8KCaq .mbr-section-title,
.cid-urjOa8KCaq .mbr-section-btn {
  color: #ffffff;
}
.cid-urjOa93HLp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-urjOa93HLp .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-urjOa93HLp .mbr-fallback-image.disabled {
  display: none;
}
.cid-urjOa93HLp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urjOa93HLp .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-urjOa93HLp .content-wrap .card {
  justify-content: space-between;
}
.cid-urjOa93HLp .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-urjOa93HLp .content-wrapper {
    padding: 0;
  }
}
.cid-urjOa93HLp .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-urjOa93HLp .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-urjOa93HLp .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-urjOa93HLp .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-urjOa93HLp .mbr-desc,
.cid-urjOa93HLp .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-urjOa93HLp .mbr-section-title,
.cid-urjOa93HLp .mbr-section-btn {
  color: #ffffff;
}
.cid-urjOa9ly6p {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-urjOa9ly6p .mbr-fallback-image.disabled {
  display: none;
}
.cid-urjOa9ly6p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-urjOa9ly6p .container {
    padding: 0 16px;
  }
}
.cid-urjOa9ly6p .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-urjOa9ly6p .card {
    margin-bottom: 40px;
  }
}
.cid-urjOa9ly6p .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-urjOa9ly6p .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-urjOa9ly6p .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-urjOa9ly6p .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-urjOa9ly6p .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-urjOa9ly6p .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-urjOa9ly6p .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-urjOa9ly6p .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-urjOa9ly6p .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-urjOa9ly6p .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-urjOa9ly6p .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-urjOa9ly6p .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-urjOa9ly6p .mbr-section-title {
  color: #ffffff;
}
.cid-urjOa9ly6p .copyright {
  color: #ffffff;
}
.cid-urjOa9ly6p .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-urjOa9ly6p .list {
  color: #ffffff;
  text-align: center;
}
.cid-urjOa9ly6p .mbr-section-title,
.cid-urjOa9ly6p .title-wrapper,
.cid-urjOa9ly6p .social-wrapper {
  text-align: center;
}
.cid-urjXAgpnvQ {
  background-color: transparent;
}
.cid-urjXAgpnvQ .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-urjXAgpnvQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-urjXAgpnvQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-urjXAgpnvQ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-urjXAgpnvQ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-urjXAgpnvQ .menu_box .navbar.opened,
  .cid-urjXAgpnvQ .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-urjXAgpnvQ .navbar-dropdown {
  position: relative !important;
}
.cid-urjXAgpnvQ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-urjXAgpnvQ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-urjXAgpnvQ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-urjXAgpnvQ .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-urjXAgpnvQ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-urjXAgpnvQ .btn:hover {
  box-shadow: none;
}
.cid-urjXAgpnvQ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-urjXAgpnvQ .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-urjXAgpnvQ .nav-item {
    margin: 0 !important;
  }
}
.cid-urjXAgpnvQ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-urjXAgpnvQ .nav-item .nav-link:hover,
.cid-urjXAgpnvQ .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-urjXAgpnvQ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-urjXAgpnvQ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-urjXAgpnvQ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-urjXAgpnvQ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-urjXAgpnvQ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-urjXAgpnvQ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-urjXAgpnvQ .offcanvas_box {
    display: none;
  }
}
.cid-urjXAgpnvQ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-urjXAgpnvQ .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-urjXAgpnvQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-urjXAgpnvQ .container {
  display: flex;
  margin: auto;
}
.cid-urjXAgpnvQ .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-urjXAgpnvQ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-urjXAgpnvQ .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-urjXAgpnvQ .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-urjXAgpnvQ .navbar-nav {
    margin: 0;
  }
}
.cid-urjXAgpnvQ .dropdown-menu,
.cid-urjXAgpnvQ .navbar.opened {
  background-color: false !important;
}
.cid-urjXAgpnvQ .nav-item:focus,
.cid-urjXAgpnvQ .nav-link:focus {
  outline: none;
}
.cid-urjXAgpnvQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-urjXAgpnvQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-urjXAgpnvQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-urjXAgpnvQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-urjXAgpnvQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-urjXAgpnvQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-urjXAgpnvQ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-urjXAgpnvQ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-urjXAgpnvQ .navbar.opened {
  transition: all 0.3s;
}
.cid-urjXAgpnvQ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-urjXAgpnvQ .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-urjXAgpnvQ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-urjXAgpnvQ .navbar.collapsed {
  justify-content: center;
}
.cid-urjXAgpnvQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-urjXAgpnvQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-urjXAgpnvQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-urjXAgpnvQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-urjXAgpnvQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-urjXAgpnvQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-urjXAgpnvQ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-urjXAgpnvQ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-urjXAgpnvQ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-urjXAgpnvQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-urjXAgpnvQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-urjXAgpnvQ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-urjXAgpnvQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-urjXAgpnvQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-urjXAgpnvQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-urjXAgpnvQ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-urjXAgpnvQ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-urjXAgpnvQ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-urjXAgpnvQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-urjXAgpnvQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-urjXAgpnvQ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-urjXAgpnvQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-urjXAgpnvQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-urjXAgpnvQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-urjXAgpnvQ .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-urjXAgpnvQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-urjXAgpnvQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-urjXAgpnvQ .dropdown-item.active,
.cid-urjXAgpnvQ .dropdown-item:active {
  background-color: transparent;
}
.cid-urjXAgpnvQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-urjXAgpnvQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-urjXAgpnvQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-urjXAgpnvQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-urjXAgpnvQ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-urjXAgpnvQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-urjXAgpnvQ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-urjXAgpnvQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-urjXAgpnvQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-urjXAgpnvQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urjXAgpnvQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urjXAgpnvQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-urjXAgpnvQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urjXAgpnvQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-urjXAgpnvQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-urjXAgpnvQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urjXAgpnvQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-urjXAgpnvQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-urjXAgpnvQ .navbar {
    height: 70px;
  }
  .cid-urjXAgpnvQ .navbar.opened {
    height: auto;
  }
  .cid-urjXAgpnvQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urjXAgpnvQ .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-urjXAgpnvQ .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-urjXAgpnvQ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-urjXAgpnvQ .text_widget {
  margin-bottom: 32px;
}
.cid-urjXAgpnvQ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-urjXAgpnvQ .text_widget a:hover,
.cid-urjXAgpnvQ .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-urjXAgpnvQ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-urjXAgpnvQ .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-urjXAgpnvQ .navbar-caption {
  color: #000000;
}
.cid-urjXAgpnvQ .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-urjXAgpnvQ .mbr-section-subtitle,
.cid-urjXAgpnvQ .text_widget,
.cid-urjXAgpnvQ .mbr-section-btn {
  text-align: center;
}
.cid-urjXAgpnvQ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-urjXAgJhpJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-urjXAgJhpJ .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-urjXAgJhpJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-urjXAgJhpJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urjXAgJhpJ .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-urjXAgJhpJ .content-wrap .card {
  justify-content: space-between;
}
.cid-urjXAgJhpJ .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-urjXAgJhpJ .content-wrapper {
    padding: 0;
  }
}
.cid-urjXAgJhpJ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-urjXAgJhpJ .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-urjXAgJhpJ .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-urjXAgJhpJ .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-urjXAgJhpJ .mbr-desc,
.cid-urjXAgJhpJ .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-urjXAgJhpJ .mbr-section-title,
.cid-urjXAgJhpJ .mbr-section-btn {
  color: #ffffff;
}
.cid-urjXAgYZqi {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-urjXAgYZqi .mbr-fallback-image.disabled {
  display: none;
}
.cid-urjXAgYZqi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urjXAgYZqi img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border: 2px dashed #f7bc4a;
  border-radius: 8px;
}
.cid-urjXAgYZqi .img-wide {
  height: 50%;
}
.cid-urjXAgYZqi .img-big {
  height: 100%;
}
.cid-urjXAhesVP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-urjXAhesVP .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-urjXAhesVP .mbr-fallback-image.disabled {
  display: none;
}
.cid-urjXAhesVP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urjXAhesVP .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-urjXAhesVP .content-wrap .card {
  justify-content: space-between;
}
.cid-urjXAhesVP .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-urjXAhesVP .content-wrapper {
    padding: 0;
  }
}
.cid-urjXAhesVP .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-urjXAhesVP .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-urjXAhesVP .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-urjXAhesVP .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-urjXAhesVP .mbr-desc,
.cid-urjXAhesVP .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-urjXAhesVP .mbr-section-title,
.cid-urjXAhesVP .mbr-section-btn {
  color: #ffffff;
}
.cid-urjXAhuPYj {
  position: relative;
  overflow: hidden;
  background-color: #1e88e5;
}
.cid-urjXAhuPYj .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-urjXAhuPYj .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-urjXAhuPYj .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #0aa3c2;
  z-index: 1;
}
.cid-urjXAhuPYj .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #1e88e5;
}
.cid-urjXAhuPYj .mbr-fallback-image.disabled {
  display: none;
}
.cid-urjXAhuPYj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urjXAhuPYj .row {
  position: relative;
  z-index: 2;
}
.cid-urjXAhuPYj .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-urjXAhuPYj .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-urjXAhuPYj .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-urjXAhuPYj .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-urjXAhuPYj .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-urjXAhuPYj .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-urjXAhuPYj .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-urjXAhuPYj .image-wrapper {
    margin-top: 46px;
  }
}
.cid-urjXAhuPYj .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-urjXAhuPYj .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-urjXAhuPYj .mbr-section-title {
  color: #ffffff;
}
.cid-urjXAhuPYj .mbr-text {
  color: #51565c;
}
.cid-urjXAhuPYj .mbr-text,
.cid-urjXAhuPYj .text-wrapper {
  text-align: center;
  color: #000000;
}
.cid-urjXAhLDfM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1e88e5;
  position: relative;
}
.cid-urjXAhLDfM .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4188ff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-urjXAhLDfM .mbr-section-head {
  width: 100%;
  margin-bottom: 3.4vw;
}
@media (max-width: 767px) {
  .cid-urjXAhLDfM .mbr-section-head {
    margin-bottom: 6.93vw;
  }
}
.cid-urjXAhLDfM .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
.cid-urjXAhLDfM .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-urjXAhLDfM .item {
  display: flex;
  align-items: stretch;
  margin-bottom: 1.4vw;
  overflow: visible;
}
@media (max-width: 767px) {
  .cid-urjXAhLDfM .item {
    margin-bottom: 0.75rem;
  }
}
.cid-urjXAhLDfM .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: 0.3s all;
  overflow: visible;
}
.cid-urjXAhLDfM .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 26px;
  overflow: hidden;
  transition: 0.3s all;
  border: 1px solid #ffffff;
}
.cid-urjXAhLDfM .item-img:hover {
  transform: translateY(-3px);
}
.cid-urjXAhLDfM .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-urjXAhLDfM .item-content {
  width: 100%;
  margin-top: 1.75rem;
}
.cid-urjXAhLDfM .item-title {
  color: #ffffff;
  margin-right: auto;
  width: 100%;
  text-align: center;
}
.cid-urjXAhLDfM .mbr-text {
  color: #000000;
  margin-top: 0.75rem;
}
.cid-urjXAhLDfM .mbr-section-btn {
  margin-top: 1rem;
}
.cid-urjXAhLDfM .mbr-text,
.cid-urjXAhLDfM .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-urjXAi4adt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-urjXAi4adt .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-urjXAi4adt .mbr-fallback-image.disabled {
  display: none;
}
.cid-urjXAi4adt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urjXAi4adt .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-urjXAi4adt .content-wrap .card {
  justify-content: space-between;
}
.cid-urjXAi4adt .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-urjXAi4adt .content-wrapper {
    padding: 0;
  }
}
.cid-urjXAi4adt .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-urjXAi4adt .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-urjXAi4adt .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-urjXAi4adt .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-urjXAi4adt .mbr-desc,
.cid-urjXAi4adt .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-urjXAi4adt .mbr-section-title,
.cid-urjXAi4adt .mbr-section-btn {
  color: #ffffff;
}
.cid-urjXAikpD9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #b7140b;
}
.cid-urjXAikpD9 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-urjXAikpD9 .item {
    margin-bottom: 1rem;
  }
}
.cid-urjXAikpD9 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-urjXAikpD9 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-urjXAikpD9 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-urjXAikpD9 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-urjXAikpD9 .carousel-control,
.cid-urjXAikpD9 .close {
  background: #1b1b1b;
}
.cid-urjXAikpD9 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-urjXAikpD9 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-urjXAikpD9 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-urjXAikpD9 .carousel-control-next span {
  margin-left: 5px;
}
.cid-urjXAikpD9 .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-urjXAikpD9 .close::before {
  content: '\e91a';
}
.cid-urjXAikpD9 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-urjXAikpD9 .carousel-control {
  display: flex;
  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-urjXAikpD9 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-urjXAikpD9 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-urjXAikpD9 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-urjXAikpD9 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-urjXAikpD9 .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-urjXAikpD9 .carousel-indicators li.active,
.cid-urjXAikpD9 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-urjXAikpD9 .carousel-indicators li::after,
.cid-urjXAikpD9 .carousel-indicators li::before {
  content: none;
}
.cid-urjXAikpD9 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-urjXAikpD9 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-urjXAikpD9 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-urjXAikpD9 .carousel-indicators {
    display: none;
  }
}
.cid-urjXAikpD9 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-urjXAikpD9 .carousel-inner > .active {
  display: block;
}
.cid-urjXAikpD9 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-urjXAikpD9 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-urjXAikpD9 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-urjXAikpD9 .carousel-control,
  .cid-urjXAikpD9 .carousel-indicators,
  .cid-urjXAikpD9 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-urjXAikpD9 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-urjXAikpD9 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-urjXAikpD9 .carousel-indicators .active,
.cid-urjXAikpD9 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-urjXAikpD9 .carousel-indicators .active {
  background: #fff;
}
.cid-urjXAikpD9 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-urjXAikpD9 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-urjXAikpD9 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-urjXAikpD9 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-urjXAikpD9 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-urjXAikpD9 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-urjXAikpD9 .carousel {
  width: 100%;
}
.cid-urjXAikpD9 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-urjXAikpD9 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-urjXAikpD9 .modal.fade .modal-dialog,
.cid-urjXAikpD9 .modal.in .modal-dialog {
  transform: none;
}
.cid-urjXAikpD9 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-urjXAikpD9 .content-head {
  max-width: 800px;
}
.cid-urjXAikpD9 H4 {
  color: #ffffff;
}
.cid-urjXAiHLId {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-urjXAiHLId .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-urjXAiHLId .mbr-fallback-image.disabled {
  display: none;
}
.cid-urjXAiHLId .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urjXAiHLId .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-urjXAiHLId .content-wrap .card {
  justify-content: space-between;
}
.cid-urjXAiHLId .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-urjXAiHLId .content-wrapper {
    padding: 0;
  }
}
.cid-urjXAiHLId .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-urjXAiHLId .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-urjXAiHLId .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-urjXAiHLId .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-urjXAiHLId .mbr-desc,
.cid-urjXAiHLId .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-urjXAiHLId .mbr-section-title,
.cid-urjXAiHLId .mbr-section-btn {
  color: #ffffff;
}
.cid-urjXAiZ62l {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-urjXAiZ62l .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-urjXAiZ62l .mbr-fallback-image.disabled {
  display: none;
}
.cid-urjXAiZ62l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urjXAiZ62l .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-urjXAiZ62l .content-wrap .card {
  justify-content: space-between;
}
.cid-urjXAiZ62l .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-urjXAiZ62l .content-wrapper {
    padding: 0;
  }
}
.cid-urjXAiZ62l .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-urjXAiZ62l .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-urjXAiZ62l .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-urjXAiZ62l .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-urjXAiZ62l .mbr-desc,
.cid-urjXAiZ62l .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-urjXAiZ62l .mbr-section-title,
.cid-urjXAiZ62l .mbr-section-btn {
  color: #ffffff;
}
.cid-urjXAjkvDL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-urjXAjkvDL .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-urjXAjkvDL .mbr-fallback-image.disabled {
  display: none;
}
.cid-urjXAjkvDL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urjXAjkvDL .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-urjXAjkvDL .content-wrap .card {
  justify-content: space-between;
}
.cid-urjXAjkvDL .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-urjXAjkvDL .content-wrapper {
    padding: 0;
  }
}
.cid-urjXAjkvDL .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-urjXAjkvDL .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-urjXAjkvDL .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-urjXAjkvDL .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-urjXAjkvDL .mbr-desc,
.cid-urjXAjkvDL .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-urjXAjkvDL .mbr-section-title,
.cid-urjXAjkvDL .mbr-section-btn {
  color: #ffffff;
}
.cid-urjXAjF2XA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-urjXAjF2XA .mbr-fallback-image.disabled {
  display: none;
}
.cid-urjXAjF2XA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-urjXAjF2XA .container {
    padding: 0 16px;
  }
}
.cid-urjXAjF2XA .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-urjXAjF2XA .card {
    margin-bottom: 40px;
  }
}
.cid-urjXAjF2XA .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-urjXAjF2XA .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-urjXAjF2XA .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-urjXAjF2XA .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-urjXAjF2XA .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-urjXAjF2XA .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-urjXAjF2XA .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-urjXAjF2XA .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-urjXAjF2XA .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-urjXAjF2XA .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-urjXAjF2XA .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-urjXAjF2XA .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-urjXAjF2XA .mbr-section-title {
  color: #ffffff;
}
.cid-urjXAjF2XA .copyright {
  color: #ffffff;
}
.cid-urjXAjF2XA .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-urjXAjF2XA .list {
  color: #ffffff;
  text-align: center;
}
.cid-urjXAjF2XA .mbr-section-title,
.cid-urjXAjF2XA .title-wrapper,
.cid-urjXAjF2XA .social-wrapper {
  text-align: center;
}
.cid-urpiuIdavY {
  background-color: transparent;
}
.cid-urpiuIdavY .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-urpiuIdavY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-urpiuIdavY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-urpiuIdavY .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-urpiuIdavY .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-urpiuIdavY .menu_box .navbar.opened,
  .cid-urpiuIdavY .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-urpiuIdavY .navbar-dropdown {
  position: relative !important;
}
.cid-urpiuIdavY .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-urpiuIdavY .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-urpiuIdavY .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-urpiuIdavY .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-urpiuIdavY .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-urpiuIdavY .btn:hover {
  box-shadow: none;
}
.cid-urpiuIdavY .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-urpiuIdavY .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-urpiuIdavY .nav-item {
    margin: 0 !important;
  }
}
.cid-urpiuIdavY .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-urpiuIdavY .nav-item .nav-link:hover,
.cid-urpiuIdavY .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-urpiuIdavY .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-urpiuIdavY .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-urpiuIdavY .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-urpiuIdavY .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-urpiuIdavY .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-urpiuIdavY .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-urpiuIdavY .offcanvas_box {
    display: none;
  }
}
.cid-urpiuIdavY .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-urpiuIdavY .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-urpiuIdavY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-urpiuIdavY .container {
  display: flex;
  margin: auto;
}
.cid-urpiuIdavY .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-urpiuIdavY .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-urpiuIdavY .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-urpiuIdavY .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-urpiuIdavY .navbar-nav {
    margin: 0;
  }
}
.cid-urpiuIdavY .dropdown-menu,
.cid-urpiuIdavY .navbar.opened {
  background-color: false !important;
}
.cid-urpiuIdavY .nav-item:focus,
.cid-urpiuIdavY .nav-link:focus {
  outline: none;
}
.cid-urpiuIdavY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-urpiuIdavY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-urpiuIdavY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-urpiuIdavY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-urpiuIdavY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-urpiuIdavY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-urpiuIdavY .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-urpiuIdavY .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-urpiuIdavY .navbar.opened {
  transition: all 0.3s;
}
.cid-urpiuIdavY .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-urpiuIdavY .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-urpiuIdavY .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-urpiuIdavY .navbar.collapsed {
  justify-content: center;
}
.cid-urpiuIdavY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-urpiuIdavY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-urpiuIdavY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-urpiuIdavY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-urpiuIdavY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-urpiuIdavY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-urpiuIdavY .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-urpiuIdavY .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-urpiuIdavY .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-urpiuIdavY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-urpiuIdavY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-urpiuIdavY .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-urpiuIdavY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-urpiuIdavY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-urpiuIdavY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-urpiuIdavY .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-urpiuIdavY .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-urpiuIdavY .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-urpiuIdavY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-urpiuIdavY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-urpiuIdavY .navbar .icons-menu {
    padding: 0;
  }
}
.cid-urpiuIdavY .navbar.navbar-short {
  min-height: 60px;
}
.cid-urpiuIdavY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-urpiuIdavY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-urpiuIdavY .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-urpiuIdavY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-urpiuIdavY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-urpiuIdavY .dropdown-item.active,
.cid-urpiuIdavY .dropdown-item:active {
  background-color: transparent;
}
.cid-urpiuIdavY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-urpiuIdavY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-urpiuIdavY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-urpiuIdavY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-urpiuIdavY ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-urpiuIdavY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-urpiuIdavY button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-urpiuIdavY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-urpiuIdavY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-urpiuIdavY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urpiuIdavY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urpiuIdavY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-urpiuIdavY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urpiuIdavY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-urpiuIdavY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-urpiuIdavY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urpiuIdavY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-urpiuIdavY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-urpiuIdavY .navbar {
    height: 70px;
  }
  .cid-urpiuIdavY .navbar.opened {
    height: auto;
  }
  .cid-urpiuIdavY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urpiuIdavY .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-urpiuIdavY .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-urpiuIdavY .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-urpiuIdavY .text_widget {
  margin-bottom: 32px;
}
.cid-urpiuIdavY .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-urpiuIdavY .text_widget a:hover,
.cid-urpiuIdavY .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-urpiuIdavY .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-urpiuIdavY .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-urpiuIdavY .navbar-caption {
  color: #000000;
}
.cid-urpiuIdavY .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-urpiuIdavY .mbr-section-subtitle,
.cid-urpiuIdavY .text_widget,
.cid-urpiuIdavY .mbr-section-btn {
  text-align: center;
}
.cid-urpiuIdavY a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-urpiuIQqbv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-urpiuIQqbv .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-urpiuIQqbv .mbr-fallback-image.disabled {
  display: none;
}
.cid-urpiuIQqbv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urpiuIQqbv .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-urpiuIQqbv .content-wrap .card {
  justify-content: space-between;
}
.cid-urpiuIQqbv .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-urpiuIQqbv .content-wrapper {
    padding: 0;
  }
}
.cid-urpiuIQqbv .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-urpiuIQqbv .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-urpiuIQqbv .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-urpiuIQqbv .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-urpiuIQqbv .mbr-desc,
.cid-urpiuIQqbv .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-urpiuIQqbv .mbr-section-title,
.cid-urpiuIQqbv .mbr-section-btn {
  color: #ffffff;
}
.cid-urpiuJmoNF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-urpiuJmoNF .mbr-fallback-image.disabled {
  display: none;
}
.cid-urpiuJmoNF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urpiuJmoNF img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border: 2px dashed #f7bc4a;
  border-radius: 8px;
}
.cid-urpiuJmoNF .img-wide {
  height: 50%;
}
.cid-urpiuJmoNF .img-big {
  height: 100%;
}
.cid-urpiuJQTUH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-urpiuJQTUH .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-urpiuJQTUH .mbr-fallback-image.disabled {
  display: none;
}
.cid-urpiuJQTUH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urpiuJQTUH .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-urpiuJQTUH .content-wrap .card {
  justify-content: space-between;
}
.cid-urpiuJQTUH .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-urpiuJQTUH .content-wrapper {
    padding: 0;
  }
}
.cid-urpiuJQTUH .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-urpiuJQTUH .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-urpiuJQTUH .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-urpiuJQTUH .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-urpiuJQTUH .mbr-desc,
.cid-urpiuJQTUH .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-urpiuJQTUH .mbr-section-title,
.cid-urpiuJQTUH .mbr-section-btn {
  color: #ffffff;
}
.cid-urpiuKiPU0 {
  position: relative;
  overflow: hidden;
  background-color: #1e88e5;
}
.cid-urpiuKiPU0 .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-urpiuKiPU0 .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-urpiuKiPU0 .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #0aa3c2;
  z-index: 1;
}
.cid-urpiuKiPU0 .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #1e88e5;
}
.cid-urpiuKiPU0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urpiuKiPU0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urpiuKiPU0 .row {
  position: relative;
  z-index: 2;
}
.cid-urpiuKiPU0 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-urpiuKiPU0 .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-urpiuKiPU0 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-urpiuKiPU0 .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-urpiuKiPU0 .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-urpiuKiPU0 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-urpiuKiPU0 .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-urpiuKiPU0 .image-wrapper {
    margin-top: 46px;
  }
}
.cid-urpiuKiPU0 .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-urpiuKiPU0 .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-urpiuKiPU0 .mbr-section-title {
  color: #ffffff;
}
.cid-urpiuKiPU0 .mbr-text {
  color: #51565c;
}
.cid-urpiuKiPU0 .mbr-text,
.cid-urpiuKiPU0 .text-wrapper {
  text-align: center;
  color: #000000;
}
.cid-urpiuKLZ14 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1e88e5;
  position: relative;
}
.cid-urpiuKLZ14 .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4188ff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-urpiuKLZ14 .mbr-section-head {
  width: 100%;
  margin-bottom: 3.4vw;
}
@media (max-width: 767px) {
  .cid-urpiuKLZ14 .mbr-section-head {
    margin-bottom: 6.93vw;
  }
}
.cid-urpiuKLZ14 .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
.cid-urpiuKLZ14 .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-urpiuKLZ14 .item {
  display: flex;
  align-items: stretch;
  margin-bottom: 1.4vw;
  overflow: visible;
}
@media (max-width: 767px) {
  .cid-urpiuKLZ14 .item {
    margin-bottom: 0.75rem;
  }
}
.cid-urpiuKLZ14 .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: 0.3s all;
  overflow: visible;
}
.cid-urpiuKLZ14 .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 26px;
  overflow: hidden;
  transition: 0.3s all;
  border: 1px solid #ffffff;
}
.cid-urpiuKLZ14 .item-img:hover {
  transform: translateY(-3px);
}
.cid-urpiuKLZ14 .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-urpiuKLZ14 .item-content {
  width: 100%;
  margin-top: 1.75rem;
}
.cid-urpiuKLZ14 .item-title {
  color: #ffffff;
  margin-right: auto;
  width: 100%;
  text-align: center;
}
.cid-urpiuKLZ14 .mbr-text {
  color: #000000;
  margin-top: 0.75rem;
}
.cid-urpiuKLZ14 .mbr-section-btn {
  margin-top: 1rem;
}
.cid-urpiuKLZ14 .mbr-text,
.cid-urpiuKLZ14 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-urpiuLlT9w {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-urpiuLlT9w .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-urpiuLlT9w .mbr-fallback-image.disabled {
  display: none;
}
.cid-urpiuLlT9w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urpiuLlT9w .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-urpiuLlT9w .content-wrap .card {
  justify-content: space-between;
}
.cid-urpiuLlT9w .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-urpiuLlT9w .content-wrapper {
    padding: 0;
  }
}
.cid-urpiuLlT9w .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-urpiuLlT9w .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-urpiuLlT9w .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-urpiuLlT9w .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-urpiuLlT9w .mbr-desc,
.cid-urpiuLlT9w .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-urpiuLlT9w .mbr-section-title,
.cid-urpiuLlT9w .mbr-section-btn {
  color: #ffffff;
}
.cid-urpiuLO9q0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #b7140b;
}
.cid-urpiuLO9q0 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-urpiuLO9q0 .item {
    margin-bottom: 1rem;
  }
}
.cid-urpiuLO9q0 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-urpiuLO9q0 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-urpiuLO9q0 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-urpiuLO9q0 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-urpiuLO9q0 .carousel-control,
.cid-urpiuLO9q0 .close {
  background: #1b1b1b;
}
.cid-urpiuLO9q0 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-urpiuLO9q0 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-urpiuLO9q0 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-urpiuLO9q0 .carousel-control-next span {
  margin-left: 5px;
}
.cid-urpiuLO9q0 .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-urpiuLO9q0 .close::before {
  content: '\e91a';
}
.cid-urpiuLO9q0 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-urpiuLO9q0 .carousel-control {
  display: flex;
  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-urpiuLO9q0 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-urpiuLO9q0 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-urpiuLO9q0 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-urpiuLO9q0 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-urpiuLO9q0 .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-urpiuLO9q0 .carousel-indicators li.active,
.cid-urpiuLO9q0 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-urpiuLO9q0 .carousel-indicators li::after,
.cid-urpiuLO9q0 .carousel-indicators li::before {
  content: none;
}
.cid-urpiuLO9q0 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-urpiuLO9q0 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-urpiuLO9q0 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-urpiuLO9q0 .carousel-indicators {
    display: none;
  }
}
.cid-urpiuLO9q0 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-urpiuLO9q0 .carousel-inner > .active {
  display: block;
}
.cid-urpiuLO9q0 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-urpiuLO9q0 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-urpiuLO9q0 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-urpiuLO9q0 .carousel-control,
  .cid-urpiuLO9q0 .carousel-indicators,
  .cid-urpiuLO9q0 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-urpiuLO9q0 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-urpiuLO9q0 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-urpiuLO9q0 .carousel-indicators .active,
.cid-urpiuLO9q0 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-urpiuLO9q0 .carousel-indicators .active {
  background: #fff;
}
.cid-urpiuLO9q0 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-urpiuLO9q0 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-urpiuLO9q0 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-urpiuLO9q0 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-urpiuLO9q0 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-urpiuLO9q0 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-urpiuLO9q0 .carousel {
  width: 100%;
}
.cid-urpiuLO9q0 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-urpiuLO9q0 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-urpiuLO9q0 .modal.fade .modal-dialog,
.cid-urpiuLO9q0 .modal.in .modal-dialog {
  transform: none;
}
.cid-urpiuLO9q0 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-urpiuLO9q0 .content-head {
  max-width: 800px;
}
.cid-urpiuLO9q0 H4 {
  color: #ffffff;
}
.cid-urpiuMvYrA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-urpiuMvYrA .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-urpiuMvYrA .mbr-fallback-image.disabled {
  display: none;
}
.cid-urpiuMvYrA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urpiuMvYrA .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-urpiuMvYrA .content-wrap .card {
  justify-content: space-between;
}
.cid-urpiuMvYrA .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-urpiuMvYrA .content-wrapper {
    padding: 0;
  }
}
.cid-urpiuMvYrA .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-urpiuMvYrA .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-urpiuMvYrA .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-urpiuMvYrA .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-urpiuMvYrA .mbr-desc,
.cid-urpiuMvYrA .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-urpiuMvYrA .mbr-section-title,
.cid-urpiuMvYrA .mbr-section-btn {
  color: #ffffff;
}
.cid-urpiuN2kFu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-urpiuN2kFu .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-urpiuN2kFu .mbr-fallback-image.disabled {
  display: none;
}
.cid-urpiuN2kFu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urpiuN2kFu .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-urpiuN2kFu .content-wrap .card {
  justify-content: space-between;
}
.cid-urpiuN2kFu .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-urpiuN2kFu .content-wrapper {
    padding: 0;
  }
}
.cid-urpiuN2kFu .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-urpiuN2kFu .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-urpiuN2kFu .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-urpiuN2kFu .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-urpiuN2kFu .mbr-desc,
.cid-urpiuN2kFu .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-urpiuN2kFu .mbr-section-title,
.cid-urpiuN2kFu .mbr-section-btn {
  color: #ffffff;
}
.cid-urpiuNzgTd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-urpiuNzgTd .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-urpiuNzgTd .mbr-fallback-image.disabled {
  display: none;
}
.cid-urpiuNzgTd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urpiuNzgTd .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-urpiuNzgTd .content-wrap .card {
  justify-content: space-between;
}
.cid-urpiuNzgTd .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-urpiuNzgTd .content-wrapper {
    padding: 0;
  }
}
.cid-urpiuNzgTd .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-urpiuNzgTd .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-urpiuNzgTd .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-urpiuNzgTd .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-urpiuNzgTd .mbr-desc,
.cid-urpiuNzgTd .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-urpiuNzgTd .mbr-section-title,
.cid-urpiuNzgTd .mbr-section-btn {
  color: #ffffff;
}
.cid-urpiuO7e1I {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-urpiuO7e1I .mbr-fallback-image.disabled {
  display: none;
}
.cid-urpiuO7e1I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-urpiuO7e1I .container {
    padding: 0 16px;
  }
}
.cid-urpiuO7e1I .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-urpiuO7e1I .card {
    margin-bottom: 40px;
  }
}
.cid-urpiuO7e1I .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-urpiuO7e1I .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-urpiuO7e1I .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-urpiuO7e1I .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-urpiuO7e1I .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-urpiuO7e1I .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-urpiuO7e1I .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-urpiuO7e1I .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-urpiuO7e1I .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-urpiuO7e1I .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-urpiuO7e1I .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-urpiuO7e1I .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-urpiuO7e1I .mbr-section-title {
  color: #ffffff;
}
.cid-urpiuO7e1I .copyright {
  color: #ffffff;
}
.cid-urpiuO7e1I .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-urpiuO7e1I .list {
  color: #ffffff;
  text-align: center;
}
.cid-urpiuO7e1I .mbr-section-title,
.cid-urpiuO7e1I .title-wrapper,
.cid-urpiuO7e1I .social-wrapper {
  text-align: center;
}
.cid-urpkLu8iiP {
  background-color: transparent;
}
.cid-urpkLu8iiP .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-urpkLu8iiP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-urpkLu8iiP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-urpkLu8iiP .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-urpkLu8iiP .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-urpkLu8iiP .menu_box .navbar.opened,
  .cid-urpkLu8iiP .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-urpkLu8iiP .navbar-dropdown {
  position: relative !important;
}
.cid-urpkLu8iiP .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-urpkLu8iiP .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-urpkLu8iiP .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-urpkLu8iiP .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-urpkLu8iiP .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-urpkLu8iiP .btn:hover {
  box-shadow: none;
}
.cid-urpkLu8iiP .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-urpkLu8iiP .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-urpkLu8iiP .nav-item {
    margin: 0 !important;
  }
}
.cid-urpkLu8iiP .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-urpkLu8iiP .nav-item .nav-link:hover,
.cid-urpkLu8iiP .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-urpkLu8iiP .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-urpkLu8iiP .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-urpkLu8iiP .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-urpkLu8iiP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-urpkLu8iiP .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-urpkLu8iiP .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-urpkLu8iiP .offcanvas_box {
    display: none;
  }
}
.cid-urpkLu8iiP .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-urpkLu8iiP .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-urpkLu8iiP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-urpkLu8iiP .container {
  display: flex;
  margin: auto;
}
.cid-urpkLu8iiP .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-urpkLu8iiP .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-urpkLu8iiP .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-urpkLu8iiP .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-urpkLu8iiP .navbar-nav {
    margin: 0;
  }
}
.cid-urpkLu8iiP .dropdown-menu,
.cid-urpkLu8iiP .navbar.opened {
  background-color: false !important;
}
.cid-urpkLu8iiP .nav-item:focus,
.cid-urpkLu8iiP .nav-link:focus {
  outline: none;
}
.cid-urpkLu8iiP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-urpkLu8iiP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-urpkLu8iiP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-urpkLu8iiP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-urpkLu8iiP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-urpkLu8iiP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-urpkLu8iiP .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-urpkLu8iiP .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-urpkLu8iiP .navbar.opened {
  transition: all 0.3s;
}
.cid-urpkLu8iiP .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-urpkLu8iiP .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-urpkLu8iiP .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-urpkLu8iiP .navbar.collapsed {
  justify-content: center;
}
.cid-urpkLu8iiP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-urpkLu8iiP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-urpkLu8iiP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-urpkLu8iiP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-urpkLu8iiP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-urpkLu8iiP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-urpkLu8iiP .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-urpkLu8iiP .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-urpkLu8iiP .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-urpkLu8iiP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-urpkLu8iiP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-urpkLu8iiP .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-urpkLu8iiP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-urpkLu8iiP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-urpkLu8iiP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-urpkLu8iiP .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-urpkLu8iiP .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-urpkLu8iiP .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-urpkLu8iiP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-urpkLu8iiP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-urpkLu8iiP .navbar .icons-menu {
    padding: 0;
  }
}
.cid-urpkLu8iiP .navbar.navbar-short {
  min-height: 60px;
}
.cid-urpkLu8iiP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-urpkLu8iiP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-urpkLu8iiP .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-urpkLu8iiP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-urpkLu8iiP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-urpkLu8iiP .dropdown-item.active,
.cid-urpkLu8iiP .dropdown-item:active {
  background-color: transparent;
}
.cid-urpkLu8iiP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-urpkLu8iiP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-urpkLu8iiP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-urpkLu8iiP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-urpkLu8iiP ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-urpkLu8iiP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-urpkLu8iiP button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-urpkLu8iiP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-urpkLu8iiP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-urpkLu8iiP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urpkLu8iiP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urpkLu8iiP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-urpkLu8iiP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urpkLu8iiP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-urpkLu8iiP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-urpkLu8iiP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urpkLu8iiP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-urpkLu8iiP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-urpkLu8iiP .navbar {
    height: 70px;
  }
  .cid-urpkLu8iiP .navbar.opened {
    height: auto;
  }
  .cid-urpkLu8iiP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urpkLu8iiP .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-urpkLu8iiP .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-urpkLu8iiP .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-urpkLu8iiP .text_widget {
  margin-bottom: 32px;
}
.cid-urpkLu8iiP .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-urpkLu8iiP .text_widget a:hover,
.cid-urpkLu8iiP .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-urpkLu8iiP .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-urpkLu8iiP .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-urpkLu8iiP .navbar-caption {
  color: #000000;
}
.cid-urpkLu8iiP .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-urpkLu8iiP .mbr-section-subtitle,
.cid-urpkLu8iiP .text_widget,
.cid-urpkLu8iiP .mbr-section-btn {
  text-align: center;
}
.cid-urpkLu8iiP a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-urpkLuQRsk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-urpkLuQRsk .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-urpkLuQRsk .mbr-fallback-image.disabled {
  display: none;
}
.cid-urpkLuQRsk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urpkLuQRsk .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-urpkLuQRsk .content-wrap .card {
  justify-content: space-between;
}
.cid-urpkLuQRsk .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-urpkLuQRsk .content-wrapper {
    padding: 0;
  }
}
.cid-urpkLuQRsk .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-urpkLuQRsk .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-urpkLuQRsk .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-urpkLuQRsk .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-urpkLuQRsk .mbr-desc,
.cid-urpkLuQRsk .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-urpkLuQRsk .mbr-section-title,
.cid-urpkLuQRsk .mbr-section-btn {
  color: #ffffff;
}
.cid-urpkLvuOAJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-urpkLvuOAJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-urpkLvuOAJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urpkLvuOAJ img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border: 2px dashed #f7bc4a;
  border-radius: 8px;
}
.cid-urpkLvuOAJ .img-wide {
  height: 50%;
}
.cid-urpkLvuOAJ .img-big {
  height: 100%;
}
.cid-urpkLw3Es6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-urpkLw3Es6 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-urpkLw3Es6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urpkLw3Es6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urpkLw3Es6 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-urpkLw3Es6 .content-wrap .card {
  justify-content: space-between;
}
.cid-urpkLw3Es6 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-urpkLw3Es6 .content-wrapper {
    padding: 0;
  }
}
.cid-urpkLw3Es6 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-urpkLw3Es6 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-urpkLw3Es6 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-urpkLw3Es6 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-urpkLw3Es6 .mbr-desc,
.cid-urpkLw3Es6 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-urpkLw3Es6 .mbr-section-title,
.cid-urpkLw3Es6 .mbr-section-btn {
  color: #ffffff;
}
.cid-urpkLwBpjI {
  position: relative;
  overflow: hidden;
  background-color: #1e88e5;
}
.cid-urpkLwBpjI .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-urpkLwBpjI .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-urpkLwBpjI .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #0aa3c2;
  z-index: 1;
}
.cid-urpkLwBpjI .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #1e88e5;
}
.cid-urpkLwBpjI .mbr-fallback-image.disabled {
  display: none;
}
.cid-urpkLwBpjI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urpkLwBpjI .row {
  position: relative;
  z-index: 2;
}
.cid-urpkLwBpjI .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-urpkLwBpjI .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-urpkLwBpjI .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-urpkLwBpjI .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-urpkLwBpjI .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-urpkLwBpjI .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-urpkLwBpjI .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-urpkLwBpjI .image-wrapper {
    margin-top: 46px;
  }
}
.cid-urpkLwBpjI .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-urpkLwBpjI .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-urpkLwBpjI .mbr-section-title {
  color: #ffffff;
}
.cid-urpkLwBpjI .mbr-text {
  color: #51565c;
}
.cid-urpkLwBpjI .mbr-text,
.cid-urpkLwBpjI .text-wrapper {
  text-align: center;
  color: #000000;
}
.cid-urpkLxaN8V {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1e88e5;
  position: relative;
}
.cid-urpkLxaN8V .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4188ff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-urpkLxaN8V .mbr-section-head {
  width: 100%;
  margin-bottom: 3.4vw;
}
@media (max-width: 767px) {
  .cid-urpkLxaN8V .mbr-section-head {
    margin-bottom: 6.93vw;
  }
}
.cid-urpkLxaN8V .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
.cid-urpkLxaN8V .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-urpkLxaN8V .item {
  display: flex;
  align-items: stretch;
  margin-bottom: 1.4vw;
  overflow: visible;
}
@media (max-width: 767px) {
  .cid-urpkLxaN8V .item {
    margin-bottom: 0.75rem;
  }
}
.cid-urpkLxaN8V .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: 0.3s all;
  overflow: visible;
}
.cid-urpkLxaN8V .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 26px;
  overflow: hidden;
  transition: 0.3s all;
  border: 1px solid #ffffff;
}
.cid-urpkLxaN8V .item-img:hover {
  transform: translateY(-3px);
}
.cid-urpkLxaN8V .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-urpkLxaN8V .item-content {
  width: 100%;
  margin-top: 1.75rem;
}
.cid-urpkLxaN8V .item-title {
  color: #ffffff;
  margin-right: auto;
  width: 100%;
  text-align: center;
}
.cid-urpkLxaN8V .mbr-text {
  color: #000000;
  margin-top: 0.75rem;
}
.cid-urpkLxaN8V .mbr-section-btn {
  margin-top: 1rem;
}
.cid-urpkLxaN8V .mbr-text,
.cid-urpkLxaN8V .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-urpkLxVkU5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-urpkLxVkU5 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-urpkLxVkU5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urpkLxVkU5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urpkLxVkU5 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-urpkLxVkU5 .content-wrap .card {
  justify-content: space-between;
}
.cid-urpkLxVkU5 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-urpkLxVkU5 .content-wrapper {
    padding: 0;
  }
}
.cid-urpkLxVkU5 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-urpkLxVkU5 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-urpkLxVkU5 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-urpkLxVkU5 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-urpkLxVkU5 .mbr-desc,
.cid-urpkLxVkU5 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-urpkLxVkU5 .mbr-section-title,
.cid-urpkLxVkU5 .mbr-section-btn {
  color: #ffffff;
}
.cid-urpkLyxAc4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-urpkLyxAc4 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-urpkLyxAc4 .item {
    margin-bottom: 1rem;
  }
}
.cid-urpkLyxAc4 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-urpkLyxAc4 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-urpkLyxAc4 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-urpkLyxAc4 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-urpkLyxAc4 .carousel-control,
.cid-urpkLyxAc4 .close {
  background: #1b1b1b;
}
.cid-urpkLyxAc4 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-urpkLyxAc4 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-urpkLyxAc4 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-urpkLyxAc4 .carousel-control-next span {
  margin-left: 5px;
}
.cid-urpkLyxAc4 .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-urpkLyxAc4 .close::before {
  content: '\e91a';
}
.cid-urpkLyxAc4 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-urpkLyxAc4 .carousel-control {
  display: flex;
  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-urpkLyxAc4 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-urpkLyxAc4 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-urpkLyxAc4 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-urpkLyxAc4 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-urpkLyxAc4 .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-urpkLyxAc4 .carousel-indicators li.active,
.cid-urpkLyxAc4 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-urpkLyxAc4 .carousel-indicators li::after,
.cid-urpkLyxAc4 .carousel-indicators li::before {
  content: none;
}
.cid-urpkLyxAc4 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-urpkLyxAc4 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-urpkLyxAc4 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-urpkLyxAc4 .carousel-indicators {
    display: none;
  }
}
.cid-urpkLyxAc4 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-urpkLyxAc4 .carousel-inner > .active {
  display: block;
}
.cid-urpkLyxAc4 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-urpkLyxAc4 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-urpkLyxAc4 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-urpkLyxAc4 .carousel-control,
  .cid-urpkLyxAc4 .carousel-indicators,
  .cid-urpkLyxAc4 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-urpkLyxAc4 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-urpkLyxAc4 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-urpkLyxAc4 .carousel-indicators .active,
.cid-urpkLyxAc4 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-urpkLyxAc4 .carousel-indicators .active {
  background: #fff;
}
.cid-urpkLyxAc4 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-urpkLyxAc4 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-urpkLyxAc4 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-urpkLyxAc4 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-urpkLyxAc4 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-urpkLyxAc4 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-urpkLyxAc4 .carousel {
  width: 100%;
}
.cid-urpkLyxAc4 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-urpkLyxAc4 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-urpkLyxAc4 .modal.fade .modal-dialog,
.cid-urpkLyxAc4 .modal.in .modal-dialog {
  transform: none;
}
.cid-urpkLyxAc4 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-urpkLyxAc4 .content-head {
  max-width: 800px;
}
.cid-urpkLyxAc4 H4 {
  color: #ffffff;
}
.cid-urpkLzroTI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-urpkLzroTI .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-urpkLzroTI .mbr-fallback-image.disabled {
  display: none;
}
.cid-urpkLzroTI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urpkLzroTI .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-urpkLzroTI .content-wrap .card {
  justify-content: space-between;
}
.cid-urpkLzroTI .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-urpkLzroTI .content-wrapper {
    padding: 0;
  }
}
.cid-urpkLzroTI .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-urpkLzroTI .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-urpkLzroTI .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-urpkLzroTI .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-urpkLzroTI .mbr-desc,
.cid-urpkLzroTI .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-urpkLzroTI .mbr-section-title,
.cid-urpkLzroTI .mbr-section-btn {
  color: #ffffff;
}
.cid-urpkLA5XHw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-urpkLA5XHw .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-urpkLA5XHw .mbr-fallback-image.disabled {
  display: none;
}
.cid-urpkLA5XHw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urpkLA5XHw .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-urpkLA5XHw .content-wrap .card {
  justify-content: space-between;
}
.cid-urpkLA5XHw .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-urpkLA5XHw .content-wrapper {
    padding: 0;
  }
}
.cid-urpkLA5XHw .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-urpkLA5XHw .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-urpkLA5XHw .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-urpkLA5XHw .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-urpkLA5XHw .mbr-desc,
.cid-urpkLA5XHw .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-urpkLA5XHw .mbr-section-title,
.cid-urpkLA5XHw .mbr-section-btn {
  color: #ffffff;
}
.cid-urpkLAHrro {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-urpkLAHrro .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-urpkLAHrro .mbr-fallback-image.disabled {
  display: none;
}
.cid-urpkLAHrro .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urpkLAHrro .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-urpkLAHrro .content-wrap .card {
  justify-content: space-between;
}
.cid-urpkLAHrro .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-urpkLAHrro .content-wrapper {
    padding: 0;
  }
}
.cid-urpkLAHrro .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-urpkLAHrro .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-urpkLAHrro .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-urpkLAHrro .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-urpkLAHrro .mbr-desc,
.cid-urpkLAHrro .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-urpkLAHrro .mbr-section-title,
.cid-urpkLAHrro .mbr-section-btn {
  color: #ffffff;
}
.cid-urpkLBnDid {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-urpkLBnDid .mbr-fallback-image.disabled {
  display: none;
}
.cid-urpkLBnDid .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-urpkLBnDid .container {
    padding: 0 16px;
  }
}
.cid-urpkLBnDid .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-urpkLBnDid .card {
    margin-bottom: 40px;
  }
}
.cid-urpkLBnDid .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-urpkLBnDid .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-urpkLBnDid .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-urpkLBnDid .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-urpkLBnDid .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-urpkLBnDid .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-urpkLBnDid .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-urpkLBnDid .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-urpkLBnDid .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-urpkLBnDid .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-urpkLBnDid .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-urpkLBnDid .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-urpkLBnDid .mbr-section-title {
  color: #ffffff;
}
.cid-urpkLBnDid .copyright {
  color: #ffffff;
}
.cid-urpkLBnDid .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-urpkLBnDid .list {
  color: #ffffff;
  text-align: center;
}
.cid-urpkLBnDid .mbr-section-title,
.cid-urpkLBnDid .title-wrapper,
.cid-urpkLBnDid .social-wrapper {
  text-align: center;
}
.cid-usJRTQYd5b {
  background-color: transparent;
}
.cid-usJRTQYd5b .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-usJRTQYd5b .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-usJRTQYd5b .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usJRTQYd5b .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-usJRTQYd5b .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-usJRTQYd5b .menu_box .navbar.opened,
  .cid-usJRTQYd5b .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-usJRTQYd5b .navbar-dropdown {
  position: relative !important;
}
.cid-usJRTQYd5b .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-usJRTQYd5b .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-usJRTQYd5b .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-usJRTQYd5b .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-usJRTQYd5b .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-usJRTQYd5b .btn:hover {
  box-shadow: none;
}
.cid-usJRTQYd5b .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-usJRTQYd5b .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-usJRTQYd5b .nav-item {
    margin: 0 !important;
  }
}
.cid-usJRTQYd5b .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-usJRTQYd5b .nav-item .nav-link:hover,
.cid-usJRTQYd5b .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-usJRTQYd5b .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-usJRTQYd5b .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-usJRTQYd5b .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-usJRTQYd5b .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-usJRTQYd5b .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-usJRTQYd5b .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-usJRTQYd5b .offcanvas_box {
    display: none;
  }
}
.cid-usJRTQYd5b .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-usJRTQYd5b .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-usJRTQYd5b .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-usJRTQYd5b .container {
  display: flex;
  margin: auto;
}
.cid-usJRTQYd5b .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-usJRTQYd5b .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-usJRTQYd5b .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-usJRTQYd5b .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-usJRTQYd5b .navbar-nav {
    margin: 0;
  }
}
.cid-usJRTQYd5b .dropdown-menu,
.cid-usJRTQYd5b .navbar.opened {
  background-color: false !important;
}
.cid-usJRTQYd5b .nav-item:focus,
.cid-usJRTQYd5b .nav-link:focus {
  outline: none;
}
.cid-usJRTQYd5b .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usJRTQYd5b .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usJRTQYd5b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usJRTQYd5b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usJRTQYd5b .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usJRTQYd5b .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usJRTQYd5b .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-usJRTQYd5b .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-usJRTQYd5b .navbar.opened {
  transition: all 0.3s;
}
.cid-usJRTQYd5b .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-usJRTQYd5b .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-usJRTQYd5b .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-usJRTQYd5b .navbar.collapsed {
  justify-content: center;
}
.cid-usJRTQYd5b .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usJRTQYd5b .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-usJRTQYd5b .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usJRTQYd5b .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usJRTQYd5b .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usJRTQYd5b .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-usJRTQYd5b .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-usJRTQYd5b .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-usJRTQYd5b .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-usJRTQYd5b .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usJRTQYd5b .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usJRTQYd5b .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-usJRTQYd5b .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usJRTQYd5b .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-usJRTQYd5b .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-usJRTQYd5b .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-usJRTQYd5b .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-usJRTQYd5b .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-usJRTQYd5b .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-usJRTQYd5b .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usJRTQYd5b .navbar .icons-menu {
    padding: 0;
  }
}
.cid-usJRTQYd5b .navbar.navbar-short {
  min-height: 60px;
}
.cid-usJRTQYd5b .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-usJRTQYd5b .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-usJRTQYd5b .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-usJRTQYd5b .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-usJRTQYd5b .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usJRTQYd5b .dropdown-item.active,
.cid-usJRTQYd5b .dropdown-item:active {
  background-color: transparent;
}
.cid-usJRTQYd5b .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-usJRTQYd5b .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usJRTQYd5b .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usJRTQYd5b .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usJRTQYd5b ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-usJRTQYd5b .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-usJRTQYd5b button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-usJRTQYd5b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-usJRTQYd5b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usJRTQYd5b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usJRTQYd5b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usJRTQYd5b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usJRTQYd5b nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usJRTQYd5b nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usJRTQYd5b nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usJRTQYd5b nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usJRTQYd5b a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-usJRTQYd5b .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-usJRTQYd5b .navbar {
    height: 70px;
  }
  .cid-usJRTQYd5b .navbar.opened {
    height: auto;
  }
  .cid-usJRTQYd5b .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usJRTQYd5b .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-usJRTQYd5b .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-usJRTQYd5b .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-usJRTQYd5b .text_widget {
  margin-bottom: 32px;
}
.cid-usJRTQYd5b .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-usJRTQYd5b .text_widget a:hover,
.cid-usJRTQYd5b .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-usJRTQYd5b .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-usJRTQYd5b .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-usJRTQYd5b .navbar-caption {
  color: #000000;
}
.cid-usJRTQYd5b .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-usJRTQYd5b .mbr-section-subtitle,
.cid-usJRTQYd5b .text_widget,
.cid-usJRTQYd5b .mbr-section-btn {
  text-align: center;
}
.cid-usJRTQYd5b a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-usJRTRkubX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-usJRTRkubX .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-usJRTRkubX .mbr-fallback-image.disabled {
  display: none;
}
.cid-usJRTRkubX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usJRTRkubX .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-usJRTRkubX .content-wrap .card {
  justify-content: space-between;
}
.cid-usJRTRkubX .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-usJRTRkubX .content-wrapper {
    padding: 0;
  }
}
.cid-usJRTRkubX .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-usJRTRkubX .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-usJRTRkubX .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-usJRTRkubX .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-usJRTRkubX .mbr-desc,
.cid-usJRTRkubX .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-usJRTRkubX .mbr-section-title,
.cid-usJRTRkubX .mbr-section-btn {
  color: #ffffff;
}
.cid-usJRTRAkZy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-usJRTRAkZy .mbr-fallback-image.disabled {
  display: none;
}
.cid-usJRTRAkZy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usJRTRAkZy img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border: 2px dashed #f7bc4a;
  border-radius: 8px;
}
.cid-usJRTRAkZy .img-wide {
  height: 50%;
}
.cid-usJRTRAkZy .img-big {
  height: 100%;
}
.cid-usJRTRRcwC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-usJRTRRcwC .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-usJRTRRcwC .mbr-fallback-image.disabled {
  display: none;
}
.cid-usJRTRRcwC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usJRTRRcwC .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-usJRTRRcwC .content-wrap .card {
  justify-content: space-between;
}
.cid-usJRTRRcwC .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-usJRTRRcwC .content-wrapper {
    padding: 0;
  }
}
.cid-usJRTRRcwC .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-usJRTRRcwC .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-usJRTRRcwC .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-usJRTRRcwC .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-usJRTRRcwC .mbr-desc,
.cid-usJRTRRcwC .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-usJRTRRcwC .mbr-section-title,
.cid-usJRTRRcwC .mbr-section-btn {
  color: #ffffff;
}
.cid-usJRTS9elu {
  position: relative;
  overflow: hidden;
  background-color: #1e88e5;
}
.cid-usJRTS9elu .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-usJRTS9elu .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-usJRTS9elu .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #0aa3c2;
  z-index: 1;
}
.cid-usJRTS9elu .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #1e88e5;
}
.cid-usJRTS9elu .mbr-fallback-image.disabled {
  display: none;
}
.cid-usJRTS9elu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usJRTS9elu .row {
  position: relative;
  z-index: 2;
}
.cid-usJRTS9elu .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-usJRTS9elu .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-usJRTS9elu .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-usJRTS9elu .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-usJRTS9elu .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-usJRTS9elu .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-usJRTS9elu .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-usJRTS9elu .image-wrapper {
    margin-top: 46px;
  }
}
.cid-usJRTS9elu .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-usJRTS9elu .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-usJRTS9elu .mbr-section-title {
  color: #ffffff;
}
.cid-usJRTS9elu .mbr-text {
  color: #51565c;
}
.cid-usJRTS9elu .mbr-text,
.cid-usJRTS9elu .text-wrapper {
  text-align: center;
  color: #000000;
}
.cid-usJRTSrseV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1e88e5;
  position: relative;
}
.cid-usJRTSrseV .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4188ff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-usJRTSrseV .mbr-section-head {
  width: 100%;
  margin-bottom: 3.4vw;
}
@media (max-width: 767px) {
  .cid-usJRTSrseV .mbr-section-head {
    margin-bottom: 6.93vw;
  }
}
.cid-usJRTSrseV .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
.cid-usJRTSrseV .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-usJRTSrseV .item {
  display: flex;
  align-items: stretch;
  margin-bottom: 1.4vw;
  overflow: visible;
}
@media (max-width: 767px) {
  .cid-usJRTSrseV .item {
    margin-bottom: 0.75rem;
  }
}
.cid-usJRTSrseV .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: 0.3s all;
  overflow: visible;
}
.cid-usJRTSrseV .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 26px;
  overflow: hidden;
  transition: 0.3s all;
  border: 1px solid #ffffff;
}
.cid-usJRTSrseV .item-img:hover {
  transform: translateY(-3px);
}
.cid-usJRTSrseV .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-usJRTSrseV .item-content {
  width: 100%;
  margin-top: 1.75rem;
}
.cid-usJRTSrseV .item-title {
  color: #ffffff;
  margin-right: auto;
  width: 100%;
  text-align: center;
}
.cid-usJRTSrseV .mbr-text {
  color: #000000;
  margin-top: 0.75rem;
}
.cid-usJRTSrseV .mbr-section-btn {
  margin-top: 1rem;
}
.cid-usJRTSrseV .mbr-text,
.cid-usJRTSrseV .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-usJRTSJVWq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-usJRTSJVWq .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-usJRTSJVWq .mbr-fallback-image.disabled {
  display: none;
}
.cid-usJRTSJVWq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usJRTSJVWq .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-usJRTSJVWq .content-wrap .card {
  justify-content: space-between;
}
.cid-usJRTSJVWq .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-usJRTSJVWq .content-wrapper {
    padding: 0;
  }
}
.cid-usJRTSJVWq .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-usJRTSJVWq .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-usJRTSJVWq .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-usJRTSJVWq .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-usJRTSJVWq .mbr-desc,
.cid-usJRTSJVWq .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-usJRTSJVWq .mbr-section-title,
.cid-usJRTSJVWq .mbr-section-btn {
  color: #ffffff;
}
.cid-uwcwZNHph3 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #2a1793;
}
.cid-uwcwZNHph3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwcwZNHph3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwcwZNHph3 .row {
  flex-direction: row-reverse;
}
.cid-uwcwZNHph3 .mbr-description {
  color: #ffffff;
}
.cid-uwcx16HVve {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uwcx16HVve .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uwcx16HVve .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwcx16HVve .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwcx16HVve .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uwcx16HVve .content-wrap .card {
  justify-content: space-between;
}
.cid-uwcx16HVve .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uwcx16HVve .content-wrapper {
    padding: 0;
  }
}
.cid-uwcx16HVve .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uwcx16HVve .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uwcx16HVve .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uwcx16HVve .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uwcx16HVve .mbr-desc,
.cid-uwcx16HVve .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uwcx16HVve .mbr-section-title,
.cid-uwcx16HVve .mbr-section-btn {
  color: #ffffff;
}
.cid-usJRTSZoJF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-usJRTSZoJF .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-usJRTSZoJF .item {
    margin-bottom: 1rem;
  }
}
.cid-usJRTSZoJF .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-usJRTSZoJF .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-usJRTSZoJF .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-usJRTSZoJF .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-usJRTSZoJF .carousel-control,
.cid-usJRTSZoJF .close {
  background: #1b1b1b;
}
.cid-usJRTSZoJF .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-usJRTSZoJF .carousel-control-prev span {
  margin-right: 5px;
}
.cid-usJRTSZoJF .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-usJRTSZoJF .carousel-control-next span {
  margin-left: 5px;
}
.cid-usJRTSZoJF .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-usJRTSZoJF .close::before {
  content: '\e91a';
}
.cid-usJRTSZoJF .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-usJRTSZoJF .carousel-control {
  display: flex;
  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-usJRTSZoJF .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-usJRTSZoJF .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-usJRTSZoJF .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-usJRTSZoJF .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-usJRTSZoJF .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-usJRTSZoJF .carousel-indicators li.active,
.cid-usJRTSZoJF .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-usJRTSZoJF .carousel-indicators li::after,
.cid-usJRTSZoJF .carousel-indicators li::before {
  content: none;
}
.cid-usJRTSZoJF .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-usJRTSZoJF .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-usJRTSZoJF .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-usJRTSZoJF .carousel-indicators {
    display: none;
  }
}
.cid-usJRTSZoJF .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-usJRTSZoJF .carousel-inner > .active {
  display: block;
}
.cid-usJRTSZoJF .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-usJRTSZoJF .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-usJRTSZoJF .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-usJRTSZoJF .carousel-control,
  .cid-usJRTSZoJF .carousel-indicators,
  .cid-usJRTSZoJF .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-usJRTSZoJF .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-usJRTSZoJF .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-usJRTSZoJF .carousel-indicators .active,
.cid-usJRTSZoJF .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-usJRTSZoJF .carousel-indicators .active {
  background: #fff;
}
.cid-usJRTSZoJF .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-usJRTSZoJF .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-usJRTSZoJF .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-usJRTSZoJF .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-usJRTSZoJF .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-usJRTSZoJF .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-usJRTSZoJF .carousel {
  width: 100%;
}
.cid-usJRTSZoJF .modal-backdrop.in {
  opacity: 0.8;
}
.cid-usJRTSZoJF .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-usJRTSZoJF .modal.fade .modal-dialog,
.cid-usJRTSZoJF .modal.in .modal-dialog {
  transform: none;
}
.cid-usJRTSZoJF .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-usJRTSZoJF .content-head {
  max-width: 800px;
}
.cid-usJRTSZoJF H4 {
  color: #ffffff;
}
.cid-usJRTTpM45 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-usJRTTpM45 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-usJRTTpM45 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usJRTTpM45 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usJRTTpM45 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-usJRTTpM45 .content-wrap .card {
  justify-content: space-between;
}
.cid-usJRTTpM45 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-usJRTTpM45 .content-wrapper {
    padding: 0;
  }
}
.cid-usJRTTpM45 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-usJRTTpM45 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-usJRTTpM45 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-usJRTTpM45 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-usJRTTpM45 .mbr-desc,
.cid-usJRTTpM45 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-usJRTTpM45 .mbr-section-title,
.cid-usJRTTpM45 .mbr-section-btn {
  color: #ffffff;
}
.cid-usJRTTGbcF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-usJRTTGbcF .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-usJRTTGbcF .mbr-fallback-image.disabled {
  display: none;
}
.cid-usJRTTGbcF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usJRTTGbcF .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-usJRTTGbcF .content-wrap .card {
  justify-content: space-between;
}
.cid-usJRTTGbcF .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-usJRTTGbcF .content-wrapper {
    padding: 0;
  }
}
.cid-usJRTTGbcF .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-usJRTTGbcF .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-usJRTTGbcF .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-usJRTTGbcF .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-usJRTTGbcF .mbr-desc,
.cid-usJRTTGbcF .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-usJRTTGbcF .mbr-section-title,
.cid-usJRTTGbcF .mbr-section-btn {
  color: #ffffff;
}
.cid-usJRTTYKKU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-usJRTTYKKU .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-usJRTTYKKU .mbr-fallback-image.disabled {
  display: none;
}
.cid-usJRTTYKKU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usJRTTYKKU .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-usJRTTYKKU .content-wrap .card {
  justify-content: space-between;
}
.cid-usJRTTYKKU .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-usJRTTYKKU .content-wrapper {
    padding: 0;
  }
}
.cid-usJRTTYKKU .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-usJRTTYKKU .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-usJRTTYKKU .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-usJRTTYKKU .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-usJRTTYKKU .mbr-desc,
.cid-usJRTTYKKU .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-usJRTTYKKU .mbr-section-title,
.cid-usJRTTYKKU .mbr-section-btn {
  color: #ffffff;
}
.cid-usJRTUeVtz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-usJRTUeVtz .mbr-fallback-image.disabled {
  display: none;
}
.cid-usJRTUeVtz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-usJRTUeVtz .container {
    padding: 0 16px;
  }
}
.cid-usJRTUeVtz .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-usJRTUeVtz .card {
    margin-bottom: 40px;
  }
}
.cid-usJRTUeVtz .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-usJRTUeVtz .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-usJRTUeVtz .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-usJRTUeVtz .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-usJRTUeVtz .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-usJRTUeVtz .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-usJRTUeVtz .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-usJRTUeVtz .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-usJRTUeVtz .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-usJRTUeVtz .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-usJRTUeVtz .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-usJRTUeVtz .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-usJRTUeVtz .mbr-section-title {
  color: #ffffff;
}
.cid-usJRTUeVtz .copyright {
  color: #ffffff;
}
.cid-usJRTUeVtz .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-usJRTUeVtz .list {
  color: #ffffff;
  text-align: center;
}
.cid-usJRTUeVtz .mbr-section-title,
.cid-usJRTUeVtz .title-wrapper,
.cid-usJRTUeVtz .social-wrapper {
  text-align: center;
}
.cid-usJTvcVp5r {
  background-color: transparent;
}
.cid-usJTvcVp5r .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-usJTvcVp5r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-usJTvcVp5r .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usJTvcVp5r .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-usJTvcVp5r .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-usJTvcVp5r .menu_box .navbar.opened,
  .cid-usJTvcVp5r .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-usJTvcVp5r .navbar-dropdown {
  position: relative !important;
}
.cid-usJTvcVp5r .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-usJTvcVp5r .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-usJTvcVp5r .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-usJTvcVp5r .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-usJTvcVp5r .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-usJTvcVp5r .btn:hover {
  box-shadow: none;
}
.cid-usJTvcVp5r .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-usJTvcVp5r .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-usJTvcVp5r .nav-item {
    margin: 0 !important;
  }
}
.cid-usJTvcVp5r .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-usJTvcVp5r .nav-item .nav-link:hover,
.cid-usJTvcVp5r .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-usJTvcVp5r .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-usJTvcVp5r .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-usJTvcVp5r .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-usJTvcVp5r .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-usJTvcVp5r .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-usJTvcVp5r .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-usJTvcVp5r .offcanvas_box {
    display: none;
  }
}
.cid-usJTvcVp5r .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-usJTvcVp5r .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-usJTvcVp5r .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-usJTvcVp5r .container {
  display: flex;
  margin: auto;
}
.cid-usJTvcVp5r .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-usJTvcVp5r .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-usJTvcVp5r .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-usJTvcVp5r .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-usJTvcVp5r .navbar-nav {
    margin: 0;
  }
}
.cid-usJTvcVp5r .dropdown-menu,
.cid-usJTvcVp5r .navbar.opened {
  background-color: false !important;
}
.cid-usJTvcVp5r .nav-item:focus,
.cid-usJTvcVp5r .nav-link:focus {
  outline: none;
}
.cid-usJTvcVp5r .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usJTvcVp5r .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usJTvcVp5r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usJTvcVp5r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usJTvcVp5r .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usJTvcVp5r .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usJTvcVp5r .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-usJTvcVp5r .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-usJTvcVp5r .navbar.opened {
  transition: all 0.3s;
}
.cid-usJTvcVp5r .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-usJTvcVp5r .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-usJTvcVp5r .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-usJTvcVp5r .navbar.collapsed {
  justify-content: center;
}
.cid-usJTvcVp5r .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usJTvcVp5r .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-usJTvcVp5r .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usJTvcVp5r .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usJTvcVp5r .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usJTvcVp5r .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-usJTvcVp5r .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-usJTvcVp5r .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-usJTvcVp5r .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-usJTvcVp5r .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usJTvcVp5r .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usJTvcVp5r .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-usJTvcVp5r .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usJTvcVp5r .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-usJTvcVp5r .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-usJTvcVp5r .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-usJTvcVp5r .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-usJTvcVp5r .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-usJTvcVp5r .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-usJTvcVp5r .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usJTvcVp5r .navbar .icons-menu {
    padding: 0;
  }
}
.cid-usJTvcVp5r .navbar.navbar-short {
  min-height: 60px;
}
.cid-usJTvcVp5r .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-usJTvcVp5r .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-usJTvcVp5r .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-usJTvcVp5r .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-usJTvcVp5r .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usJTvcVp5r .dropdown-item.active,
.cid-usJTvcVp5r .dropdown-item:active {
  background-color: transparent;
}
.cid-usJTvcVp5r .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-usJTvcVp5r .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usJTvcVp5r .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usJTvcVp5r .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usJTvcVp5r ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-usJTvcVp5r .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-usJTvcVp5r button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-usJTvcVp5r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-usJTvcVp5r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usJTvcVp5r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usJTvcVp5r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usJTvcVp5r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usJTvcVp5r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usJTvcVp5r nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usJTvcVp5r nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usJTvcVp5r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usJTvcVp5r a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-usJTvcVp5r .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-usJTvcVp5r .navbar {
    height: 70px;
  }
  .cid-usJTvcVp5r .navbar.opened {
    height: auto;
  }
  .cid-usJTvcVp5r .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usJTvcVp5r .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-usJTvcVp5r .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-usJTvcVp5r .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-usJTvcVp5r .text_widget {
  margin-bottom: 32px;
}
.cid-usJTvcVp5r .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-usJTvcVp5r .text_widget a:hover,
.cid-usJTvcVp5r .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-usJTvcVp5r .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-usJTvcVp5r .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-usJTvcVp5r .navbar-caption {
  color: #000000;
}
.cid-usJTvcVp5r .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-usJTvcVp5r .mbr-section-subtitle,
.cid-usJTvcVp5r .text_widget,
.cid-usJTvcVp5r .mbr-section-btn {
  text-align: center;
}
.cid-usJTvcVp5r a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-usJTvdd1je {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-usJTvdd1je .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-usJTvdd1je .mbr-fallback-image.disabled {
  display: none;
}
.cid-usJTvdd1je .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usJTvdd1je .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-usJTvdd1je .content-wrap .card {
  justify-content: space-between;
}
.cid-usJTvdd1je .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-usJTvdd1je .content-wrapper {
    padding: 0;
  }
}
.cid-usJTvdd1je .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-usJTvdd1je .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-usJTvdd1je .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-usJTvdd1je .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-usJTvdd1je .mbr-desc,
.cid-usJTvdd1je .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-usJTvdd1je .mbr-section-title,
.cid-usJTvdd1je .mbr-section-btn {
  color: #ffffff;
}
.cid-usJTvduMr5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-usJTvduMr5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usJTvduMr5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usJTvduMr5 img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border: 2px dashed #f7bc4a;
  border-radius: 8px;
}
.cid-usJTvduMr5 .img-wide {
  height: 50%;
}
.cid-usJTvduMr5 .img-big {
  height: 100%;
}
.cid-usJTvdLIp8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-usJTvdLIp8 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-usJTvdLIp8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usJTvdLIp8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usJTvdLIp8 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-usJTvdLIp8 .content-wrap .card {
  justify-content: space-between;
}
.cid-usJTvdLIp8 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-usJTvdLIp8 .content-wrapper {
    padding: 0;
  }
}
.cid-usJTvdLIp8 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-usJTvdLIp8 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-usJTvdLIp8 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-usJTvdLIp8 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-usJTvdLIp8 .mbr-desc,
.cid-usJTvdLIp8 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-usJTvdLIp8 .mbr-section-title,
.cid-usJTvdLIp8 .mbr-section-btn {
  color: #000000;
}
.cid-usJTve2SvX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0aa3c2;
}
.cid-usJTve2SvX .mbr-fallback-image.disabled {
  display: none;
}
.cid-usJTve2SvX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usJTve2SvX .row {
  flex-direction: row-reverse;
}
.cid-usJTve2SvX .mbr-description {
  text-align: center;
}
.cid-usJTvehUdW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-usJTvehUdW .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-usJTvehUdW .mbr-fallback-image.disabled {
  display: none;
}
.cid-usJTvehUdW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usJTvehUdW .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-usJTvehUdW .content-wrap .card {
  justify-content: space-between;
}
.cid-usJTvehUdW .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-usJTvehUdW .content-wrapper {
    padding: 0;
  }
}
.cid-usJTvehUdW .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-usJTvehUdW .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-usJTvehUdW .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-usJTvehUdW .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-usJTvehUdW .mbr-desc,
.cid-usJTvehUdW .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-usJTvehUdW .mbr-section-title,
.cid-usJTvehUdW .mbr-section-btn {
  color: #000000;
}
.cid-usJTveyAHZ {
  position: relative;
  overflow: hidden;
  background-color: #1e88e5;
}
.cid-usJTveyAHZ .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-usJTveyAHZ .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-usJTveyAHZ .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #0aa3c2;
  z-index: 1;
}
.cid-usJTveyAHZ .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #1e88e5;
}
.cid-usJTveyAHZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-usJTveyAHZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usJTveyAHZ .row {
  position: relative;
  z-index: 2;
}
.cid-usJTveyAHZ .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-usJTveyAHZ .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-usJTveyAHZ .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-usJTveyAHZ .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-usJTveyAHZ .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-usJTveyAHZ .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-usJTveyAHZ .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-usJTveyAHZ .image-wrapper {
    margin-top: 46px;
  }
}
.cid-usJTveyAHZ .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-usJTveyAHZ .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-usJTveyAHZ .mbr-section-title {
  color: #ffffff;
}
.cid-usJTveyAHZ .mbr-text {
  color: #51565c;
}
.cid-usJTveyAHZ .mbr-text,
.cid-usJTveyAHZ .text-wrapper {
  text-align: center;
  color: #000000;
}
.cid-usJTveQgpv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1e88e5;
  position: relative;
}
.cid-usJTveQgpv .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4188ff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-usJTveQgpv .mbr-section-head {
  width: 100%;
  margin-bottom: 3.4vw;
}
@media (max-width: 767px) {
  .cid-usJTveQgpv .mbr-section-head {
    margin-bottom: 6.93vw;
  }
}
.cid-usJTveQgpv .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
.cid-usJTveQgpv .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-usJTveQgpv .item {
  display: flex;
  align-items: stretch;
  margin-bottom: 1.4vw;
  overflow: visible;
}
@media (max-width: 767px) {
  .cid-usJTveQgpv .item {
    margin-bottom: 0.75rem;
  }
}
.cid-usJTveQgpv .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: 0.3s all;
  overflow: visible;
}
.cid-usJTveQgpv .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 26px;
  overflow: hidden;
  transition: 0.3s all;
  border: 1px solid #ffffff;
}
.cid-usJTveQgpv .item-img:hover {
  transform: translateY(-3px);
}
.cid-usJTveQgpv .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-usJTveQgpv .item-content {
  width: 100%;
  margin-top: 1.75rem;
}
.cid-usJTveQgpv .item-title {
  color: #ffffff;
  margin-right: auto;
  width: 100%;
  text-align: center;
}
.cid-usJTveQgpv .mbr-text {
  color: #000000;
  margin-top: 0.75rem;
}
.cid-usJTveQgpv .mbr-section-btn {
  margin-top: 1rem;
}
.cid-usJTveQgpv .mbr-text,
.cid-usJTveQgpv .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-usJTvf8jJT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-usJTvf8jJT .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-usJTvf8jJT .mbr-fallback-image.disabled {
  display: none;
}
.cid-usJTvf8jJT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usJTvf8jJT .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-usJTvf8jJT .content-wrap .card {
  justify-content: space-between;
}
.cid-usJTvf8jJT .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-usJTvf8jJT .content-wrapper {
    padding: 0;
  }
}
.cid-usJTvf8jJT .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-usJTvf8jJT .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-usJTvf8jJT .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-usJTvf8jJT .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-usJTvf8jJT .mbr-desc,
.cid-usJTvf8jJT .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-usJTvf8jJT .mbr-section-title,
.cid-usJTvf8jJT .mbr-section-btn {
  color: #ffffff;
}
.cid-usJTvfSsg7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-usJTvfSsg7 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-usJTvfSsg7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usJTvfSsg7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usJTvfSsg7 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-usJTvfSsg7 .content-wrap .card {
  justify-content: space-between;
}
.cid-usJTvfSsg7 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-usJTvfSsg7 .content-wrapper {
    padding: 0;
  }
}
.cid-usJTvfSsg7 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-usJTvfSsg7 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-usJTvfSsg7 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-usJTvfSsg7 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-usJTvfSsg7 .mbr-desc,
.cid-usJTvfSsg7 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-usJTvfSsg7 .mbr-section-title,
.cid-usJTvfSsg7 .mbr-section-btn {
  color: #ffffff;
}
.cid-usJTvga64V {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-usJTvga64V .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-usJTvga64V .mbr-fallback-image.disabled {
  display: none;
}
.cid-usJTvga64V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usJTvga64V .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-usJTvga64V .content-wrap .card {
  justify-content: space-between;
}
.cid-usJTvga64V .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-usJTvga64V .content-wrapper {
    padding: 0;
  }
}
.cid-usJTvga64V .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-usJTvga64V .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-usJTvga64V .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-usJTvga64V .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-usJTvga64V .mbr-desc,
.cid-usJTvga64V .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-usJTvga64V .mbr-section-title,
.cid-usJTvga64V .mbr-section-btn {
  color: #ffffff;
}
.cid-usJTvgrWdv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-usJTvgrWdv .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-usJTvgrWdv .mbr-fallback-image.disabled {
  display: none;
}
.cid-usJTvgrWdv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usJTvgrWdv .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-usJTvgrWdv .content-wrap .card {
  justify-content: space-between;
}
.cid-usJTvgrWdv .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-usJTvgrWdv .content-wrapper {
    padding: 0;
  }
}
.cid-usJTvgrWdv .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-usJTvgrWdv .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-usJTvgrWdv .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-usJTvgrWdv .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-usJTvgrWdv .mbr-desc,
.cid-usJTvgrWdv .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-usJTvgrWdv .mbr-section-title,
.cid-usJTvgrWdv .mbr-section-btn {
  color: #ffffff;
}
.cid-usJTvgMup4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-usJTvgMup4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usJTvgMup4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-usJTvgMup4 .container {
    padding: 0 16px;
  }
}
.cid-usJTvgMup4 .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-usJTvgMup4 .card {
    margin-bottom: 40px;
  }
}
.cid-usJTvgMup4 .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-usJTvgMup4 .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-usJTvgMup4 .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-usJTvgMup4 .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-usJTvgMup4 .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-usJTvgMup4 .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-usJTvgMup4 .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-usJTvgMup4 .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-usJTvgMup4 .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-usJTvgMup4 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-usJTvgMup4 .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-usJTvgMup4 .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-usJTvgMup4 .mbr-section-title {
  color: #ffffff;
}
.cid-usJTvgMup4 .copyright {
  color: #ffffff;
}
.cid-usJTvgMup4 .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-usJTvgMup4 .list {
  color: #ffffff;
  text-align: center;
}
.cid-usJTvgMup4 .mbr-section-title,
.cid-usJTvgMup4 .title-wrapper,
.cid-usJTvgMup4 .social-wrapper {
  text-align: center;
}
.cid-usJVdP02fx {
  background-color: transparent;
}
.cid-usJVdP02fx .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-usJVdP02fx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-usJVdP02fx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usJVdP02fx .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-usJVdP02fx .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-usJVdP02fx .menu_box .navbar.opened,
  .cid-usJVdP02fx .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-usJVdP02fx .navbar-dropdown {
  position: relative !important;
}
.cid-usJVdP02fx .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-usJVdP02fx .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-usJVdP02fx .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-usJVdP02fx .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-usJVdP02fx .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-usJVdP02fx .btn:hover {
  box-shadow: none;
}
.cid-usJVdP02fx .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-usJVdP02fx .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-usJVdP02fx .nav-item {
    margin: 0 !important;
  }
}
.cid-usJVdP02fx .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-usJVdP02fx .nav-item .nav-link:hover,
.cid-usJVdP02fx .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-usJVdP02fx .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-usJVdP02fx .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-usJVdP02fx .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-usJVdP02fx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-usJVdP02fx .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-usJVdP02fx .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-usJVdP02fx .offcanvas_box {
    display: none;
  }
}
.cid-usJVdP02fx .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-usJVdP02fx .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-usJVdP02fx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-usJVdP02fx .container {
  display: flex;
  margin: auto;
}
.cid-usJVdP02fx .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-usJVdP02fx .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-usJVdP02fx .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-usJVdP02fx .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-usJVdP02fx .navbar-nav {
    margin: 0;
  }
}
.cid-usJVdP02fx .dropdown-menu,
.cid-usJVdP02fx .navbar.opened {
  background-color: false !important;
}
.cid-usJVdP02fx .nav-item:focus,
.cid-usJVdP02fx .nav-link:focus {
  outline: none;
}
.cid-usJVdP02fx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usJVdP02fx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usJVdP02fx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usJVdP02fx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usJVdP02fx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usJVdP02fx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usJVdP02fx .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-usJVdP02fx .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-usJVdP02fx .navbar.opened {
  transition: all 0.3s;
}
.cid-usJVdP02fx .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-usJVdP02fx .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-usJVdP02fx .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-usJVdP02fx .navbar.collapsed {
  justify-content: center;
}
.cid-usJVdP02fx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usJVdP02fx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-usJVdP02fx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usJVdP02fx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usJVdP02fx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usJVdP02fx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-usJVdP02fx .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-usJVdP02fx .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-usJVdP02fx .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-usJVdP02fx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usJVdP02fx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usJVdP02fx .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-usJVdP02fx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usJVdP02fx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-usJVdP02fx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-usJVdP02fx .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-usJVdP02fx .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-usJVdP02fx .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-usJVdP02fx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-usJVdP02fx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usJVdP02fx .navbar .icons-menu {
    padding: 0;
  }
}
.cid-usJVdP02fx .navbar.navbar-short {
  min-height: 60px;
}
.cid-usJVdP02fx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-usJVdP02fx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-usJVdP02fx .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-usJVdP02fx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-usJVdP02fx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usJVdP02fx .dropdown-item.active,
.cid-usJVdP02fx .dropdown-item:active {
  background-color: transparent;
}
.cid-usJVdP02fx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-usJVdP02fx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usJVdP02fx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usJVdP02fx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usJVdP02fx ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-usJVdP02fx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-usJVdP02fx button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-usJVdP02fx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-usJVdP02fx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usJVdP02fx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usJVdP02fx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usJVdP02fx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usJVdP02fx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usJVdP02fx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usJVdP02fx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usJVdP02fx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usJVdP02fx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-usJVdP02fx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-usJVdP02fx .navbar {
    height: 70px;
  }
  .cid-usJVdP02fx .navbar.opened {
    height: auto;
  }
  .cid-usJVdP02fx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usJVdP02fx .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-usJVdP02fx .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-usJVdP02fx .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-usJVdP02fx .text_widget {
  margin-bottom: 32px;
}
.cid-usJVdP02fx .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-usJVdP02fx .text_widget a:hover,
.cid-usJVdP02fx .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-usJVdP02fx .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-usJVdP02fx .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-usJVdP02fx .navbar-caption {
  color: #000000;
}
.cid-usJVdP02fx .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-usJVdP02fx .mbr-section-subtitle,
.cid-usJVdP02fx .text_widget,
.cid-usJVdP02fx .mbr-section-btn {
  text-align: center;
}
.cid-usJVdP02fx a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-usJVdPju3v {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-usJVdPju3v .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-usJVdPju3v .mbr-fallback-image.disabled {
  display: none;
}
.cid-usJVdPju3v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usJVdPju3v .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-usJVdPju3v .content-wrap .card {
  justify-content: space-between;
}
.cid-usJVdPju3v .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-usJVdPju3v .content-wrapper {
    padding: 0;
  }
}
.cid-usJVdPju3v .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-usJVdPju3v .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-usJVdPju3v .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-usJVdPju3v .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-usJVdPju3v .mbr-desc,
.cid-usJVdPju3v .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-usJVdPju3v .mbr-section-title,
.cid-usJVdPju3v .mbr-section-btn {
  color: #ffffff;
}
.cid-usJVdPzruJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-usJVdPzruJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-usJVdPzruJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usJVdPzruJ img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border: 2px dashed #f7bc4a;
  border-radius: 8px;
}
.cid-usJVdPzruJ .img-wide {
  height: 50%;
}
.cid-usJVdPzruJ .img-big {
  height: 100%;
}
.cid-usJVdPRMmv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-usJVdPRMmv .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-usJVdPRMmv .mbr-fallback-image.disabled {
  display: none;
}
.cid-usJVdPRMmv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usJVdPRMmv .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-usJVdPRMmv .content-wrap .card {
  justify-content: space-between;
}
.cid-usJVdPRMmv .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-usJVdPRMmv .content-wrapper {
    padding: 0;
  }
}
.cid-usJVdPRMmv .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-usJVdPRMmv .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-usJVdPRMmv .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-usJVdPRMmv .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-usJVdPRMmv .mbr-desc,
.cid-usJVdPRMmv .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-usJVdPRMmv .mbr-section-title,
.cid-usJVdPRMmv .mbr-section-btn {
  color: #000000;
}
.cid-usJVdQ8itP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0aa3c2;
}
.cid-usJVdQ8itP .mbr-fallback-image.disabled {
  display: none;
}
.cid-usJVdQ8itP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usJVdQ8itP .row {
  flex-direction: row-reverse;
}
.cid-usJVdQ8itP .mbr-description {
  text-align: center;
}
.cid-usJVdQokCL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-usJVdQokCL .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-usJVdQokCL .mbr-fallback-image.disabled {
  display: none;
}
.cid-usJVdQokCL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usJVdQokCL .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-usJVdQokCL .content-wrap .card {
  justify-content: space-between;
}
.cid-usJVdQokCL .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-usJVdQokCL .content-wrapper {
    padding: 0;
  }
}
.cid-usJVdQokCL .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-usJVdQokCL .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-usJVdQokCL .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-usJVdQokCL .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-usJVdQokCL .mbr-desc,
.cid-usJVdQokCL .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-usJVdQokCL .mbr-section-title,
.cid-usJVdQokCL .mbr-section-btn {
  color: #000000;
}
.cid-usJVdQFhgk {
  position: relative;
  overflow: hidden;
  background-color: #1e88e5;
}
.cid-usJVdQFhgk .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-usJVdQFhgk .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-usJVdQFhgk .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #0aa3c2;
  z-index: 1;
}
.cid-usJVdQFhgk .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #1e88e5;
}
.cid-usJVdQFhgk .mbr-fallback-image.disabled {
  display: none;
}
.cid-usJVdQFhgk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usJVdQFhgk .row {
  position: relative;
  z-index: 2;
}
.cid-usJVdQFhgk .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-usJVdQFhgk .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-usJVdQFhgk .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-usJVdQFhgk .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-usJVdQFhgk .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-usJVdQFhgk .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-usJVdQFhgk .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-usJVdQFhgk .image-wrapper {
    margin-top: 46px;
  }
}
.cid-usJVdQFhgk .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-usJVdQFhgk .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-usJVdQFhgk .mbr-section-title {
  color: #ffffff;
}
.cid-usJVdQFhgk .mbr-text {
  color: #51565c;
}
.cid-usJVdQFhgk .mbr-text,
.cid-usJVdQFhgk .text-wrapper {
  text-align: center;
  color: #000000;
}
.cid-usJVdQXOZi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1e88e5;
  position: relative;
}
.cid-usJVdQXOZi .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4188ff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-usJVdQXOZi .mbr-section-head {
  width: 100%;
  margin-bottom: 3.4vw;
}
@media (max-width: 767px) {
  .cid-usJVdQXOZi .mbr-section-head {
    margin-bottom: 6.93vw;
  }
}
.cid-usJVdQXOZi .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
.cid-usJVdQXOZi .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-usJVdQXOZi .item {
  display: flex;
  align-items: stretch;
  margin-bottom: 1.4vw;
  overflow: visible;
}
@media (max-width: 767px) {
  .cid-usJVdQXOZi .item {
    margin-bottom: 0.75rem;
  }
}
.cid-usJVdQXOZi .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: 0.3s all;
  overflow: visible;
}
.cid-usJVdQXOZi .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 26px;
  overflow: hidden;
  transition: 0.3s all;
  border: 1px solid #ffffff;
}
.cid-usJVdQXOZi .item-img:hover {
  transform: translateY(-3px);
}
.cid-usJVdQXOZi .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-usJVdQXOZi .item-content {
  width: 100%;
  margin-top: 1.75rem;
}
.cid-usJVdQXOZi .item-title {
  color: #ffffff;
  margin-right: auto;
  width: 100%;
  text-align: center;
}
.cid-usJVdQXOZi .mbr-text {
  color: #000000;
  margin-top: 0.75rem;
}
.cid-usJVdQXOZi .mbr-section-btn {
  margin-top: 1rem;
}
.cid-usJVdQXOZi .mbr-text,
.cid-usJVdQXOZi .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-usJVdRgiHC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-usJVdRgiHC .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-usJVdRgiHC .mbr-fallback-image.disabled {
  display: none;
}
.cid-usJVdRgiHC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usJVdRgiHC .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-usJVdRgiHC .content-wrap .card {
  justify-content: space-between;
}
.cid-usJVdRgiHC .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-usJVdRgiHC .content-wrapper {
    padding: 0;
  }
}
.cid-usJVdRgiHC .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-usJVdRgiHC .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-usJVdRgiHC .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-usJVdRgiHC .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-usJVdRgiHC .mbr-desc,
.cid-usJVdRgiHC .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-usJVdRgiHC .mbr-section-title,
.cid-usJVdRgiHC .mbr-section-btn {
  color: #ffffff;
}
.cid-usJVdRAmjF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-usJVdRAmjF .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-usJVdRAmjF .mbr-fallback-image.disabled {
  display: none;
}
.cid-usJVdRAmjF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usJVdRAmjF .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-usJVdRAmjF .content-wrap .card {
  justify-content: space-between;
}
.cid-usJVdRAmjF .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-usJVdRAmjF .content-wrapper {
    padding: 0;
  }
}
.cid-usJVdRAmjF .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-usJVdRAmjF .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-usJVdRAmjF .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-usJVdRAmjF .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-usJVdRAmjF .mbr-desc,
.cid-usJVdRAmjF .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-usJVdRAmjF .mbr-section-title,
.cid-usJVdRAmjF .mbr-section-btn {
  color: #ffffff;
}
.cid-usJVdRSjNe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-usJVdRSjNe .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-usJVdRSjNe .mbr-fallback-image.disabled {
  display: none;
}
.cid-usJVdRSjNe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usJVdRSjNe .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-usJVdRSjNe .content-wrap .card {
  justify-content: space-between;
}
.cid-usJVdRSjNe .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-usJVdRSjNe .content-wrapper {
    padding: 0;
  }
}
.cid-usJVdRSjNe .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-usJVdRSjNe .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-usJVdRSjNe .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-usJVdRSjNe .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-usJVdRSjNe .mbr-desc,
.cid-usJVdRSjNe .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-usJVdRSjNe .mbr-section-title,
.cid-usJVdRSjNe .mbr-section-btn {
  color: #ffffff;
}
.cid-usJVdS73Ha {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-usJVdS73Ha .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-usJVdS73Ha .mbr-fallback-image.disabled {
  display: none;
}
.cid-usJVdS73Ha .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usJVdS73Ha .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-usJVdS73Ha .content-wrap .card {
  justify-content: space-between;
}
.cid-usJVdS73Ha .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-usJVdS73Ha .content-wrapper {
    padding: 0;
  }
}
.cid-usJVdS73Ha .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-usJVdS73Ha .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-usJVdS73Ha .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-usJVdS73Ha .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-usJVdS73Ha .mbr-desc,
.cid-usJVdS73Ha .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-usJVdS73Ha .mbr-section-title,
.cid-usJVdS73Ha .mbr-section-btn {
  color: #ffffff;
}
.cid-usJVdSrBuG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-usJVdSrBuG .mbr-fallback-image.disabled {
  display: none;
}
.cid-usJVdSrBuG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-usJVdSrBuG .container {
    padding: 0 16px;
  }
}
.cid-usJVdSrBuG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-usJVdSrBuG .card {
    margin-bottom: 40px;
  }
}
.cid-usJVdSrBuG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-usJVdSrBuG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-usJVdSrBuG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-usJVdSrBuG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-usJVdSrBuG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-usJVdSrBuG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-usJVdSrBuG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-usJVdSrBuG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-usJVdSrBuG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-usJVdSrBuG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-usJVdSrBuG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-usJVdSrBuG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-usJVdSrBuG .mbr-section-title {
  color: #ffffff;
}
.cid-usJVdSrBuG .copyright {
  color: #ffffff;
}
.cid-usJVdSrBuG .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-usJVdSrBuG .list {
  color: #ffffff;
  text-align: center;
}
.cid-usJVdSrBuG .mbr-section-title,
.cid-usJVdSrBuG .title-wrapper,
.cid-usJVdSrBuG .social-wrapper {
  text-align: center;
}
.cid-usO56KyxBN {
  background-color: transparent;
}
.cid-usO56KyxBN .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-usO56KyxBN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-usO56KyxBN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usO56KyxBN .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-usO56KyxBN .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-usO56KyxBN .menu_box .navbar.opened,
  .cid-usO56KyxBN .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-usO56KyxBN .navbar-dropdown {
  position: relative !important;
}
.cid-usO56KyxBN .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-usO56KyxBN .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-usO56KyxBN .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-usO56KyxBN .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-usO56KyxBN .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-usO56KyxBN .btn:hover {
  box-shadow: none;
}
.cid-usO56KyxBN .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-usO56KyxBN .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-usO56KyxBN .nav-item {
    margin: 0 !important;
  }
}
.cid-usO56KyxBN .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-usO56KyxBN .nav-item .nav-link:hover,
.cid-usO56KyxBN .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-usO56KyxBN .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-usO56KyxBN .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-usO56KyxBN .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-usO56KyxBN .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-usO56KyxBN .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-usO56KyxBN .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-usO56KyxBN .offcanvas_box {
    display: none;
  }
}
.cid-usO56KyxBN .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-usO56KyxBN .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-usO56KyxBN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-usO56KyxBN .container {
  display: flex;
  margin: auto;
}
.cid-usO56KyxBN .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-usO56KyxBN .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-usO56KyxBN .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-usO56KyxBN .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-usO56KyxBN .navbar-nav {
    margin: 0;
  }
}
.cid-usO56KyxBN .dropdown-menu,
.cid-usO56KyxBN .navbar.opened {
  background-color: false !important;
}
.cid-usO56KyxBN .nav-item:focus,
.cid-usO56KyxBN .nav-link:focus {
  outline: none;
}
.cid-usO56KyxBN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usO56KyxBN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usO56KyxBN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usO56KyxBN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usO56KyxBN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usO56KyxBN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usO56KyxBN .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-usO56KyxBN .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-usO56KyxBN .navbar.opened {
  transition: all 0.3s;
}
.cid-usO56KyxBN .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-usO56KyxBN .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-usO56KyxBN .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-usO56KyxBN .navbar.collapsed {
  justify-content: center;
}
.cid-usO56KyxBN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usO56KyxBN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-usO56KyxBN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usO56KyxBN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usO56KyxBN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usO56KyxBN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-usO56KyxBN .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-usO56KyxBN .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-usO56KyxBN .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-usO56KyxBN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usO56KyxBN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usO56KyxBN .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-usO56KyxBN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usO56KyxBN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-usO56KyxBN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-usO56KyxBN .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-usO56KyxBN .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-usO56KyxBN .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-usO56KyxBN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-usO56KyxBN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usO56KyxBN .navbar .icons-menu {
    padding: 0;
  }
}
.cid-usO56KyxBN .navbar.navbar-short {
  min-height: 60px;
}
.cid-usO56KyxBN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-usO56KyxBN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-usO56KyxBN .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-usO56KyxBN .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-usO56KyxBN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usO56KyxBN .dropdown-item.active,
.cid-usO56KyxBN .dropdown-item:active {
  background-color: transparent;
}
.cid-usO56KyxBN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-usO56KyxBN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usO56KyxBN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usO56KyxBN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usO56KyxBN ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-usO56KyxBN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-usO56KyxBN button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-usO56KyxBN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-usO56KyxBN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usO56KyxBN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usO56KyxBN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usO56KyxBN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usO56KyxBN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usO56KyxBN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usO56KyxBN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usO56KyxBN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usO56KyxBN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-usO56KyxBN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-usO56KyxBN .navbar {
    height: 70px;
  }
  .cid-usO56KyxBN .navbar.opened {
    height: auto;
  }
  .cid-usO56KyxBN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usO56KyxBN .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-usO56KyxBN .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-usO56KyxBN .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-usO56KyxBN .text_widget {
  margin-bottom: 32px;
}
.cid-usO56KyxBN .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-usO56KyxBN .text_widget a:hover,
.cid-usO56KyxBN .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-usO56KyxBN .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-usO56KyxBN .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-usO56KyxBN .navbar-caption {
  color: #000000;
}
.cid-usO56KyxBN .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-usO56KyxBN .mbr-section-subtitle,
.cid-usO56KyxBN .text_widget,
.cid-usO56KyxBN .mbr-section-btn {
  text-align: center;
}
.cid-usO56KyxBN a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-usO56KSwnx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-usO56KSwnx .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-usO56KSwnx .mbr-fallback-image.disabled {
  display: none;
}
.cid-usO56KSwnx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usO56KSwnx .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-usO56KSwnx .content-wrap .card {
  justify-content: space-between;
}
.cid-usO56KSwnx .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-usO56KSwnx .content-wrapper {
    padding: 0;
  }
}
.cid-usO56KSwnx .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-usO56KSwnx .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-usO56KSwnx .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-usO56KSwnx .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-usO56KSwnx .mbr-desc,
.cid-usO56KSwnx .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-usO56KSwnx .mbr-section-title,
.cid-usO56KSwnx .mbr-section-btn {
  color: #ffffff;
}
.cid-usO56L97K4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-usO56L97K4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usO56L97K4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usO56L97K4 img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border: 2px dashed #f7bc4a;
  border-radius: 8px;
}
.cid-usO56L97K4 .img-wide {
  height: 50%;
}
.cid-usO56L97K4 .img-big {
  height: 100%;
}
.cid-usO56LotpT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-usO56LotpT .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-usO56LotpT .mbr-fallback-image.disabled {
  display: none;
}
.cid-usO56LotpT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usO56LotpT .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-usO56LotpT .content-wrap .card {
  justify-content: space-between;
}
.cid-usO56LotpT .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-usO56LotpT .content-wrapper {
    padding: 0;
  }
}
.cid-usO56LotpT .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-usO56LotpT .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-usO56LotpT .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-usO56LotpT .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-usO56LotpT .mbr-desc,
.cid-usO56LotpT .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-usO56LotpT .mbr-section-title,
.cid-usO56LotpT .mbr-section-btn {
  color: #ffffff;
}
.cid-usO56LDAcj {
  position: relative;
  overflow: hidden;
  background-color: #1e88e5;
}
.cid-usO56LDAcj .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-usO56LDAcj .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-usO56LDAcj .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #0aa3c2;
  z-index: 1;
}
.cid-usO56LDAcj .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #1e88e5;
}
.cid-usO56LDAcj .mbr-fallback-image.disabled {
  display: none;
}
.cid-usO56LDAcj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usO56LDAcj .row {
  position: relative;
  z-index: 2;
}
.cid-usO56LDAcj .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-usO56LDAcj .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-usO56LDAcj .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-usO56LDAcj .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-usO56LDAcj .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-usO56LDAcj .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-usO56LDAcj .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-usO56LDAcj .image-wrapper {
    margin-top: 46px;
  }
}
.cid-usO56LDAcj .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-usO56LDAcj .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-usO56LDAcj .mbr-section-title {
  color: #ffffff;
}
.cid-usO56LDAcj .mbr-text {
  color: #51565c;
}
.cid-usO56LDAcj .mbr-text,
.cid-usO56LDAcj .text-wrapper {
  text-align: center;
  color: #000000;
}
.cid-usO56LYgtj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1e88e5;
  position: relative;
}
.cid-usO56LYgtj .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4188ff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-usO56LYgtj .mbr-section-head {
  width: 100%;
  margin-bottom: 3.4vw;
}
@media (max-width: 767px) {
  .cid-usO56LYgtj .mbr-section-head {
    margin-bottom: 6.93vw;
  }
}
.cid-usO56LYgtj .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
.cid-usO56LYgtj .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-usO56LYgtj .item {
  display: flex;
  align-items: stretch;
  margin-bottom: 1.4vw;
  overflow: visible;
}
@media (max-width: 767px) {
  .cid-usO56LYgtj .item {
    margin-bottom: 0.75rem;
  }
}
.cid-usO56LYgtj .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: 0.3s all;
  overflow: visible;
}
.cid-usO56LYgtj .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 26px;
  overflow: hidden;
  transition: 0.3s all;
  border: 1px solid #ffffff;
}
.cid-usO56LYgtj .item-img:hover {
  transform: translateY(-3px);
}
.cid-usO56LYgtj .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-usO56LYgtj .item-content {
  width: 100%;
  margin-top: 1.75rem;
}
.cid-usO56LYgtj .item-title {
  color: #ffffff;
  margin-right: auto;
  width: 100%;
  text-align: center;
}
.cid-usO56LYgtj .mbr-text {
  color: #000000;
  margin-top: 0.75rem;
}
.cid-usO56LYgtj .mbr-section-btn {
  margin-top: 1rem;
}
.cid-usO56LYgtj .mbr-text,
.cid-usO56LYgtj .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-usO56MiPUg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-usO56MiPUg .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-usO56MiPUg .mbr-fallback-image.disabled {
  display: none;
}
.cid-usO56MiPUg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usO56MiPUg .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-usO56MiPUg .content-wrap .card {
  justify-content: space-between;
}
.cid-usO56MiPUg .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-usO56MiPUg .content-wrapper {
    padding: 0;
  }
}
.cid-usO56MiPUg .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-usO56MiPUg .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-usO56MiPUg .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-usO56MiPUg .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-usO56MiPUg .mbr-desc,
.cid-usO56MiPUg .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-usO56MiPUg .mbr-section-title,
.cid-usO56MiPUg .mbr-section-btn {
  color: #ffffff;
}
.cid-usO56MAy3d {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #b7140b;
}
.cid-usO56MAy3d .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-usO56MAy3d .item {
    margin-bottom: 1rem;
  }
}
.cid-usO56MAy3d .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-usO56MAy3d .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-usO56MAy3d .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-usO56MAy3d .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-usO56MAy3d .carousel-control,
.cid-usO56MAy3d .close {
  background: #1b1b1b;
}
.cid-usO56MAy3d .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-usO56MAy3d .carousel-control-prev span {
  margin-right: 5px;
}
.cid-usO56MAy3d .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-usO56MAy3d .carousel-control-next span {
  margin-left: 5px;
}
.cid-usO56MAy3d .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-usO56MAy3d .close::before {
  content: '\e91a';
}
.cid-usO56MAy3d .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-usO56MAy3d .carousel-control {
  display: flex;
  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-usO56MAy3d .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-usO56MAy3d .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-usO56MAy3d .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-usO56MAy3d .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-usO56MAy3d .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-usO56MAy3d .carousel-indicators li.active,
.cid-usO56MAy3d .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-usO56MAy3d .carousel-indicators li::after,
.cid-usO56MAy3d .carousel-indicators li::before {
  content: none;
}
.cid-usO56MAy3d .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-usO56MAy3d .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-usO56MAy3d .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-usO56MAy3d .carousel-indicators {
    display: none;
  }
}
.cid-usO56MAy3d .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-usO56MAy3d .carousel-inner > .active {
  display: block;
}
.cid-usO56MAy3d .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-usO56MAy3d .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-usO56MAy3d .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-usO56MAy3d .carousel-control,
  .cid-usO56MAy3d .carousel-indicators,
  .cid-usO56MAy3d .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-usO56MAy3d .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-usO56MAy3d .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-usO56MAy3d .carousel-indicators .active,
.cid-usO56MAy3d .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-usO56MAy3d .carousel-indicators .active {
  background: #fff;
}
.cid-usO56MAy3d .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-usO56MAy3d .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-usO56MAy3d .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-usO56MAy3d .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-usO56MAy3d .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-usO56MAy3d .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-usO56MAy3d .carousel {
  width: 100%;
}
.cid-usO56MAy3d .modal-backdrop.in {
  opacity: 0.8;
}
.cid-usO56MAy3d .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-usO56MAy3d .modal.fade .modal-dialog,
.cid-usO56MAy3d .modal.in .modal-dialog {
  transform: none;
}
.cid-usO56MAy3d .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-usO56MAy3d .content-head {
  max-width: 800px;
}
.cid-usO56MAy3d H4 {
  color: #ffffff;
}
.cid-usO56N2I9M {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-usO56N2I9M .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-usO56N2I9M .mbr-fallback-image.disabled {
  display: none;
}
.cid-usO56N2I9M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usO56N2I9M .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-usO56N2I9M .content-wrap .card {
  justify-content: space-between;
}
.cid-usO56N2I9M .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-usO56N2I9M .content-wrapper {
    padding: 0;
  }
}
.cid-usO56N2I9M .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-usO56N2I9M .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-usO56N2I9M .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-usO56N2I9M .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-usO56N2I9M .mbr-desc,
.cid-usO56N2I9M .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-usO56N2I9M .mbr-section-title,
.cid-usO56N2I9M .mbr-section-btn {
  color: #ffffff;
}
.cid-usO56Nk2d3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-usO56Nk2d3 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-usO56Nk2d3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usO56Nk2d3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usO56Nk2d3 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-usO56Nk2d3 .content-wrap .card {
  justify-content: space-between;
}
.cid-usO56Nk2d3 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-usO56Nk2d3 .content-wrapper {
    padding: 0;
  }
}
.cid-usO56Nk2d3 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-usO56Nk2d3 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-usO56Nk2d3 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-usO56Nk2d3 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-usO56Nk2d3 .mbr-desc,
.cid-usO56Nk2d3 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-usO56Nk2d3 .mbr-section-title,
.cid-usO56Nk2d3 .mbr-section-btn {
  color: #ffffff;
}
.cid-usO56NAGd1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-usO56NAGd1 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-usO56NAGd1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usO56NAGd1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usO56NAGd1 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-usO56NAGd1 .content-wrap .card {
  justify-content: space-between;
}
.cid-usO56NAGd1 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-usO56NAGd1 .content-wrapper {
    padding: 0;
  }
}
.cid-usO56NAGd1 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-usO56NAGd1 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-usO56NAGd1 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-usO56NAGd1 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-usO56NAGd1 .mbr-desc,
.cid-usO56NAGd1 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-usO56NAGd1 .mbr-section-title,
.cid-usO56NAGd1 .mbr-section-btn {
  color: #ffffff;
}
.cid-usO56NTsZT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-usO56NTsZT .mbr-fallback-image.disabled {
  display: none;
}
.cid-usO56NTsZT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-usO56NTsZT .container {
    padding: 0 16px;
  }
}
.cid-usO56NTsZT .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-usO56NTsZT .card {
    margin-bottom: 40px;
  }
}
.cid-usO56NTsZT .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-usO56NTsZT .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-usO56NTsZT .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-usO56NTsZT .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-usO56NTsZT .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-usO56NTsZT .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-usO56NTsZT .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-usO56NTsZT .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-usO56NTsZT .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-usO56NTsZT .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-usO56NTsZT .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-usO56NTsZT .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-usO56NTsZT .mbr-section-title {
  color: #ffffff;
}
.cid-usO56NTsZT .copyright {
  color: #ffffff;
}
.cid-usO56NTsZT .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-usO56NTsZT .list {
  color: #ffffff;
  text-align: center;
}
.cid-usO56NTsZT .mbr-section-title,
.cid-usO56NTsZT .title-wrapper,
.cid-usO56NTsZT .social-wrapper {
  text-align: center;
}
.cid-usO9nMBR5O {
  background-color: transparent;
}
.cid-usO9nMBR5O .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-usO9nMBR5O .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-usO9nMBR5O .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usO9nMBR5O .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-usO9nMBR5O .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-usO9nMBR5O .menu_box .navbar.opened,
  .cid-usO9nMBR5O .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-usO9nMBR5O .navbar-dropdown {
  position: relative !important;
}
.cid-usO9nMBR5O .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-usO9nMBR5O .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-usO9nMBR5O .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-usO9nMBR5O .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-usO9nMBR5O .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-usO9nMBR5O .btn:hover {
  box-shadow: none;
}
.cid-usO9nMBR5O .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-usO9nMBR5O .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-usO9nMBR5O .nav-item {
    margin: 0 !important;
  }
}
.cid-usO9nMBR5O .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-usO9nMBR5O .nav-item .nav-link:hover,
.cid-usO9nMBR5O .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-usO9nMBR5O .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-usO9nMBR5O .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-usO9nMBR5O .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-usO9nMBR5O .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-usO9nMBR5O .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-usO9nMBR5O .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-usO9nMBR5O .offcanvas_box {
    display: none;
  }
}
.cid-usO9nMBR5O .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-usO9nMBR5O .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-usO9nMBR5O .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-usO9nMBR5O .container {
  display: flex;
  margin: auto;
}
.cid-usO9nMBR5O .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-usO9nMBR5O .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-usO9nMBR5O .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-usO9nMBR5O .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-usO9nMBR5O .navbar-nav {
    margin: 0;
  }
}
.cid-usO9nMBR5O .dropdown-menu,
.cid-usO9nMBR5O .navbar.opened {
  background-color: false !important;
}
.cid-usO9nMBR5O .nav-item:focus,
.cid-usO9nMBR5O .nav-link:focus {
  outline: none;
}
.cid-usO9nMBR5O .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usO9nMBR5O .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usO9nMBR5O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usO9nMBR5O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usO9nMBR5O .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usO9nMBR5O .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usO9nMBR5O .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-usO9nMBR5O .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-usO9nMBR5O .navbar.opened {
  transition: all 0.3s;
}
.cid-usO9nMBR5O .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-usO9nMBR5O .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-usO9nMBR5O .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-usO9nMBR5O .navbar.collapsed {
  justify-content: center;
}
.cid-usO9nMBR5O .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usO9nMBR5O .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-usO9nMBR5O .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usO9nMBR5O .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usO9nMBR5O .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usO9nMBR5O .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-usO9nMBR5O .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-usO9nMBR5O .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-usO9nMBR5O .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-usO9nMBR5O .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usO9nMBR5O .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usO9nMBR5O .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-usO9nMBR5O .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usO9nMBR5O .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-usO9nMBR5O .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-usO9nMBR5O .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-usO9nMBR5O .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-usO9nMBR5O .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-usO9nMBR5O .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-usO9nMBR5O .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usO9nMBR5O .navbar .icons-menu {
    padding: 0;
  }
}
.cid-usO9nMBR5O .navbar.navbar-short {
  min-height: 60px;
}
.cid-usO9nMBR5O .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-usO9nMBR5O .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-usO9nMBR5O .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-usO9nMBR5O .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-usO9nMBR5O .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usO9nMBR5O .dropdown-item.active,
.cid-usO9nMBR5O .dropdown-item:active {
  background-color: transparent;
}
.cid-usO9nMBR5O .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-usO9nMBR5O .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usO9nMBR5O .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usO9nMBR5O .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usO9nMBR5O ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-usO9nMBR5O .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-usO9nMBR5O button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-usO9nMBR5O button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-usO9nMBR5O button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usO9nMBR5O button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usO9nMBR5O button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usO9nMBR5O button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usO9nMBR5O nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usO9nMBR5O nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usO9nMBR5O nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usO9nMBR5O nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usO9nMBR5O a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-usO9nMBR5O .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-usO9nMBR5O .navbar {
    height: 70px;
  }
  .cid-usO9nMBR5O .navbar.opened {
    height: auto;
  }
  .cid-usO9nMBR5O .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usO9nMBR5O .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-usO9nMBR5O .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-usO9nMBR5O .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-usO9nMBR5O .text_widget {
  margin-bottom: 32px;
}
.cid-usO9nMBR5O .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-usO9nMBR5O .text_widget a:hover,
.cid-usO9nMBR5O .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-usO9nMBR5O .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-usO9nMBR5O .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-usO9nMBR5O .navbar-caption {
  color: #000000;
}
.cid-usO9nMBR5O .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-usO9nMBR5O .mbr-section-subtitle,
.cid-usO9nMBR5O .text_widget,
.cid-usO9nMBR5O .mbr-section-btn {
  text-align: center;
}
.cid-usO9nMBR5O a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-usO9nMU07s {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-usO9nMU07s .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-usO9nMU07s .mbr-fallback-image.disabled {
  display: none;
}
.cid-usO9nMU07s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usO9nMU07s .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-usO9nMU07s .content-wrap .card {
  justify-content: space-between;
}
.cid-usO9nMU07s .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-usO9nMU07s .content-wrapper {
    padding: 0;
  }
}
.cid-usO9nMU07s .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-usO9nMU07s .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-usO9nMU07s .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-usO9nMU07s .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-usO9nMU07s .mbr-desc,
.cid-usO9nMU07s .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-usO9nMU07s .mbr-section-title,
.cid-usO9nMU07s .mbr-section-btn {
  color: #ffffff;
}
.cid-usO9nNfByP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-usO9nNfByP .mbr-fallback-image.disabled {
  display: none;
}
.cid-usO9nNfByP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usO9nNfByP img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border: 2px dashed #f7bc4a;
  border-radius: 8px;
}
.cid-usO9nNfByP .img-wide {
  height: 50%;
}
.cid-usO9nNfByP .img-big {
  height: 100%;
}
.cid-usO9nNw2H9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-usO9nNw2H9 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-usO9nNw2H9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usO9nNw2H9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usO9nNw2H9 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-usO9nNw2H9 .content-wrap .card {
  justify-content: space-between;
}
.cid-usO9nNw2H9 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-usO9nNw2H9 .content-wrapper {
    padding: 0;
  }
}
.cid-usO9nNw2H9 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-usO9nNw2H9 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-usO9nNw2H9 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-usO9nNw2H9 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-usO9nNw2H9 .mbr-desc,
.cid-usO9nNw2H9 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-usO9nNw2H9 .mbr-section-title,
.cid-usO9nNw2H9 .mbr-section-btn {
  color: #ffffff;
}
.cid-usO9nNQypP {
  position: relative;
  overflow: hidden;
  background-color: #1e88e5;
}
.cid-usO9nNQypP .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-usO9nNQypP .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-usO9nNQypP .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #0aa3c2;
  z-index: 1;
}
.cid-usO9nNQypP .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #1e88e5;
}
.cid-usO9nNQypP .mbr-fallback-image.disabled {
  display: none;
}
.cid-usO9nNQypP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usO9nNQypP .row {
  position: relative;
  z-index: 2;
}
.cid-usO9nNQypP .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-usO9nNQypP .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-usO9nNQypP .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-usO9nNQypP .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-usO9nNQypP .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-usO9nNQypP .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-usO9nNQypP .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-usO9nNQypP .image-wrapper {
    margin-top: 46px;
  }
}
.cid-usO9nNQypP .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-usO9nNQypP .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-usO9nNQypP .mbr-section-title {
  color: #ffffff;
}
.cid-usO9nNQypP .mbr-text {
  color: #51565c;
}
.cid-usO9nNQypP .mbr-text,
.cid-usO9nNQypP .text-wrapper {
  text-align: center;
  color: #000000;
}
.cid-usO9nO6ihw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1e88e5;
  position: relative;
}
.cid-usO9nO6ihw .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4188ff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-usO9nO6ihw .mbr-section-head {
  width: 100%;
  margin-bottom: 3.4vw;
}
@media (max-width: 767px) {
  .cid-usO9nO6ihw .mbr-section-head {
    margin-bottom: 6.93vw;
  }
}
.cid-usO9nO6ihw .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
.cid-usO9nO6ihw .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-usO9nO6ihw .item {
  display: flex;
  align-items: stretch;
  margin-bottom: 1.4vw;
  overflow: visible;
}
@media (max-width: 767px) {
  .cid-usO9nO6ihw .item {
    margin-bottom: 0.75rem;
  }
}
.cid-usO9nO6ihw .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: 0.3s all;
  overflow: visible;
}
.cid-usO9nO6ihw .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 26px;
  overflow: hidden;
  transition: 0.3s all;
  border: 1px solid #ffffff;
}
.cid-usO9nO6ihw .item-img:hover {
  transform: translateY(-3px);
}
.cid-usO9nO6ihw .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-usO9nO6ihw .item-content {
  width: 100%;
  margin-top: 1.75rem;
}
.cid-usO9nO6ihw .item-title {
  color: #ffffff;
  margin-right: auto;
  width: 100%;
  text-align: center;
}
.cid-usO9nO6ihw .mbr-text {
  color: #000000;
  margin-top: 0.75rem;
}
.cid-usO9nO6ihw .mbr-section-btn {
  margin-top: 1rem;
}
.cid-usO9nO6ihw .mbr-text,
.cid-usO9nO6ihw .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-usO9nOpRn7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-usO9nOpRn7 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-usO9nOpRn7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usO9nOpRn7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usO9nOpRn7 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-usO9nOpRn7 .content-wrap .card {
  justify-content: space-between;
}
.cid-usO9nOpRn7 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-usO9nOpRn7 .content-wrapper {
    padding: 0;
  }
}
.cid-usO9nOpRn7 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-usO9nOpRn7 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-usO9nOpRn7 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-usO9nOpRn7 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-usO9nOpRn7 .mbr-desc,
.cid-usO9nOpRn7 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-usO9nOpRn7 .mbr-section-title,
.cid-usO9nOpRn7 .mbr-section-btn {
  color: #ffffff;
}
.cid-usO9nOKPXJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #b7140b;
}
.cid-usO9nOKPXJ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-usO9nOKPXJ .item {
    margin-bottom: 1rem;
  }
}
.cid-usO9nOKPXJ .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-usO9nOKPXJ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-usO9nOKPXJ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-usO9nOKPXJ .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-usO9nOKPXJ .carousel-control,
.cid-usO9nOKPXJ .close {
  background: #1b1b1b;
}
.cid-usO9nOKPXJ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-usO9nOKPXJ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-usO9nOKPXJ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-usO9nOKPXJ .carousel-control-next span {
  margin-left: 5px;
}
.cid-usO9nOKPXJ .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-usO9nOKPXJ .close::before {
  content: '\e91a';
}
.cid-usO9nOKPXJ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-usO9nOKPXJ .carousel-control {
  display: flex;
  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-usO9nOKPXJ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-usO9nOKPXJ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-usO9nOKPXJ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-usO9nOKPXJ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-usO9nOKPXJ .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-usO9nOKPXJ .carousel-indicators li.active,
.cid-usO9nOKPXJ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-usO9nOKPXJ .carousel-indicators li::after,
.cid-usO9nOKPXJ .carousel-indicators li::before {
  content: none;
}
.cid-usO9nOKPXJ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-usO9nOKPXJ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-usO9nOKPXJ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-usO9nOKPXJ .carousel-indicators {
    display: none;
  }
}
.cid-usO9nOKPXJ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-usO9nOKPXJ .carousel-inner > .active {
  display: block;
}
.cid-usO9nOKPXJ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-usO9nOKPXJ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-usO9nOKPXJ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-usO9nOKPXJ .carousel-control,
  .cid-usO9nOKPXJ .carousel-indicators,
  .cid-usO9nOKPXJ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-usO9nOKPXJ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-usO9nOKPXJ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-usO9nOKPXJ .carousel-indicators .active,
.cid-usO9nOKPXJ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-usO9nOKPXJ .carousel-indicators .active {
  background: #fff;
}
.cid-usO9nOKPXJ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-usO9nOKPXJ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-usO9nOKPXJ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-usO9nOKPXJ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-usO9nOKPXJ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-usO9nOKPXJ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-usO9nOKPXJ .carousel {
  width: 100%;
}
.cid-usO9nOKPXJ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-usO9nOKPXJ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-usO9nOKPXJ .modal.fade .modal-dialog,
.cid-usO9nOKPXJ .modal.in .modal-dialog {
  transform: none;
}
.cid-usO9nOKPXJ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-usO9nOKPXJ .content-head {
  max-width: 800px;
}
.cid-usO9nOKPXJ H4 {
  color: #ffffff;
}
.cid-usO9nPd0nJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-usO9nPd0nJ .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-usO9nPd0nJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-usO9nPd0nJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usO9nPd0nJ .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-usO9nPd0nJ .content-wrap .card {
  justify-content: space-between;
}
.cid-usO9nPd0nJ .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-usO9nPd0nJ .content-wrapper {
    padding: 0;
  }
}
.cid-usO9nPd0nJ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-usO9nPd0nJ .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-usO9nPd0nJ .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-usO9nPd0nJ .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-usO9nPd0nJ .mbr-desc,
.cid-usO9nPd0nJ .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-usO9nPd0nJ .mbr-section-title,
.cid-usO9nPd0nJ .mbr-section-btn {
  color: #ffffff;
}
.cid-usO9nPu9nq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-usO9nPu9nq .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-usO9nPu9nq .mbr-fallback-image.disabled {
  display: none;
}
.cid-usO9nPu9nq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usO9nPu9nq .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-usO9nPu9nq .content-wrap .card {
  justify-content: space-between;
}
.cid-usO9nPu9nq .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-usO9nPu9nq .content-wrapper {
    padding: 0;
  }
}
.cid-usO9nPu9nq .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-usO9nPu9nq .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-usO9nPu9nq .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-usO9nPu9nq .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-usO9nPu9nq .mbr-desc,
.cid-usO9nPu9nq .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-usO9nPu9nq .mbr-section-title,
.cid-usO9nPu9nq .mbr-section-btn {
  color: #ffffff;
}
.cid-usO9nPNgCn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-usO9nPNgCn .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-usO9nPNgCn .mbr-fallback-image.disabled {
  display: none;
}
.cid-usO9nPNgCn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usO9nPNgCn .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-usO9nPNgCn .content-wrap .card {
  justify-content: space-between;
}
.cid-usO9nPNgCn .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-usO9nPNgCn .content-wrapper {
    padding: 0;
  }
}
.cid-usO9nPNgCn .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-usO9nPNgCn .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-usO9nPNgCn .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-usO9nPNgCn .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-usO9nPNgCn .mbr-desc,
.cid-usO9nPNgCn .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-usO9nPNgCn .mbr-section-title,
.cid-usO9nPNgCn .mbr-section-btn {
  color: #ffffff;
}
.cid-usO9nQ4y2H {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-usO9nQ4y2H .mbr-fallback-image.disabled {
  display: none;
}
.cid-usO9nQ4y2H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-usO9nQ4y2H .container {
    padding: 0 16px;
  }
}
.cid-usO9nQ4y2H .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-usO9nQ4y2H .card {
    margin-bottom: 40px;
  }
}
.cid-usO9nQ4y2H .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-usO9nQ4y2H .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-usO9nQ4y2H .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-usO9nQ4y2H .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-usO9nQ4y2H .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-usO9nQ4y2H .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-usO9nQ4y2H .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-usO9nQ4y2H .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-usO9nQ4y2H .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-usO9nQ4y2H .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-usO9nQ4y2H .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-usO9nQ4y2H .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-usO9nQ4y2H .mbr-section-title {
  color: #ffffff;
}
.cid-usO9nQ4y2H .copyright {
  color: #ffffff;
}
.cid-usO9nQ4y2H .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-usO9nQ4y2H .list {
  color: #ffffff;
  text-align: center;
}
.cid-usO9nQ4y2H .mbr-section-title,
.cid-usO9nQ4y2H .title-wrapper,
.cid-usO9nQ4y2H .social-wrapper {
  text-align: center;
}
.cid-uot8x5syy8 {
  background-color: transparent;
}
.cid-uot8x5syy8 .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-uot8x5syy8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-uot8x5syy8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uot8x5syy8 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uot8x5syy8 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uot8x5syy8 .menu_box .navbar.opened,
  .cid-uot8x5syy8 .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uot8x5syy8 .navbar-dropdown {
  position: relative !important;
}
.cid-uot8x5syy8 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uot8x5syy8 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uot8x5syy8 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uot8x5syy8 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uot8x5syy8 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uot8x5syy8 .btn:hover {
  box-shadow: none;
}
.cid-uot8x5syy8 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uot8x5syy8 .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uot8x5syy8 .nav-item {
    margin: 0 !important;
  }
}
.cid-uot8x5syy8 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-uot8x5syy8 .nav-item .nav-link:hover,
.cid-uot8x5syy8 .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-uot8x5syy8 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uot8x5syy8 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uot8x5syy8 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uot8x5syy8 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uot8x5syy8 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uot8x5syy8 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uot8x5syy8 .offcanvas_box {
    display: none;
  }
}
.cid-uot8x5syy8 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uot8x5syy8 .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uot8x5syy8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uot8x5syy8 .container {
  display: flex;
  margin: auto;
}
.cid-uot8x5syy8 .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uot8x5syy8 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uot8x5syy8 .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-uot8x5syy8 .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uot8x5syy8 .navbar-nav {
    margin: 0;
  }
}
.cid-uot8x5syy8 .dropdown-menu,
.cid-uot8x5syy8 .navbar.opened {
  background-color: false !important;
}
.cid-uot8x5syy8 .nav-item:focus,
.cid-uot8x5syy8 .nav-link:focus {
  outline: none;
}
.cid-uot8x5syy8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uot8x5syy8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uot8x5syy8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uot8x5syy8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uot8x5syy8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uot8x5syy8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uot8x5syy8 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uot8x5syy8 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uot8x5syy8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uot8x5syy8 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uot8x5syy8 .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uot8x5syy8 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uot8x5syy8 .navbar.collapsed {
  justify-content: center;
}
.cid-uot8x5syy8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uot8x5syy8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uot8x5syy8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uot8x5syy8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uot8x5syy8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uot8x5syy8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uot8x5syy8 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uot8x5syy8 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uot8x5syy8 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uot8x5syy8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uot8x5syy8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uot8x5syy8 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uot8x5syy8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uot8x5syy8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uot8x5syy8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uot8x5syy8 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uot8x5syy8 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uot8x5syy8 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uot8x5syy8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uot8x5syy8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uot8x5syy8 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uot8x5syy8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uot8x5syy8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uot8x5syy8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uot8x5syy8 .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-uot8x5syy8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uot8x5syy8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uot8x5syy8 .dropdown-item.active,
.cid-uot8x5syy8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uot8x5syy8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uot8x5syy8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uot8x5syy8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uot8x5syy8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uot8x5syy8 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uot8x5syy8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uot8x5syy8 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-uot8x5syy8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uot8x5syy8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uot8x5syy8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uot8x5syy8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uot8x5syy8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uot8x5syy8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uot8x5syy8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uot8x5syy8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uot8x5syy8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uot8x5syy8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uot8x5syy8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uot8x5syy8 .navbar {
    height: 70px;
  }
  .cid-uot8x5syy8 .navbar.opened {
    height: auto;
  }
  .cid-uot8x5syy8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uot8x5syy8 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uot8x5syy8 .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-uot8x5syy8 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uot8x5syy8 .text_widget {
  margin-bottom: 32px;
}
.cid-uot8x5syy8 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uot8x5syy8 .text_widget a:hover,
.cid-uot8x5syy8 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uot8x5syy8 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uot8x5syy8 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uot8x5syy8 .navbar-caption {
  color: #000000;
}
.cid-uot8x5syy8 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uot8x5syy8 .mbr-section-subtitle,
.cid-uot8x5syy8 .text_widget,
.cid-uot8x5syy8 .mbr-section-btn {
  text-align: center;
}
.cid-uot8x5syy8 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uot8x6bOUF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uot8x6bOUF .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uot8x6bOUF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uot8x6bOUF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uot8x6bOUF .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uot8x6bOUF .content-wrap .card {
  justify-content: space-between;
}
.cid-uot8x6bOUF .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uot8x6bOUF .content-wrapper {
    padding: 0;
  }
}
.cid-uot8x6bOUF .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uot8x6bOUF .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uot8x6bOUF .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uot8x6bOUF .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uot8x6bOUF .mbr-desc,
.cid-uot8x6bOUF .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uot8x6bOUF .mbr-section-title,
.cid-uot8x6bOUF .mbr-section-btn {
  color: #ffffff;
}
.cid-uot8x9QOMr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uot8x9QOMr .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uot8x9QOMr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uot8x9QOMr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uot8x9QOMr .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uot8x9QOMr .content-wrap .card {
  justify-content: space-between;
}
.cid-uot8x9QOMr .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uot8x9QOMr .content-wrapper {
    padding: 0;
  }
}
.cid-uot8x9QOMr .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uot8x9QOMr .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uot8x9QOMr .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uot8x9QOMr .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uot8x9QOMr .mbr-desc,
.cid-uot8x9QOMr .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uot8x9QOMr .mbr-section-title,
.cid-uot8x9QOMr .mbr-section-btn {
  color: #ffffff;
}
.cid-urj7jisJ61 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #0aa3c2;
}
.cid-urj7jisJ61 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-urj7jisJ61 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urj7jisJ61 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urj7jisJ61 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-urj7jisJ61 .content-wrap .card {
  justify-content: space-between;
}
.cid-urj7jisJ61 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-urj7jisJ61 .content-wrapper {
    padding: 0;
  }
}
.cid-urj7jisJ61 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-urj7jisJ61 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-urj7jisJ61 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-urj7jisJ61 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-urj7jisJ61 .mbr-desc,
.cid-urj7jisJ61 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-urj7jisJ61 .mbr-section-title,
.cid-urj7jisJ61 .mbr-section-btn {
  color: #000000;
}
.cid-urj7kMZ6jJ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #0aa3c2;
}
.cid-urj7kMZ6jJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-urj7kMZ6jJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urj7kMZ6jJ .row {
  flex-direction: row-reverse;
}
.cid-urj7kMZ6jJ .mbr-description {
  color: #000000;
}
.cid-uvh01oyxOT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uvh01oyxOT .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uvh01oyxOT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvh01oyxOT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvh01oyxOT .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uvh01oyxOT .content-wrap .card {
  justify-content: space-between;
}
.cid-uvh01oyxOT .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uvh01oyxOT .content-wrapper {
    padding: 0;
  }
}
.cid-uvh01oyxOT .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uvh01oyxOT .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uvh01oyxOT .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uvh01oyxOT .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uvh01oyxOT .mbr-desc,
.cid-uvh01oyxOT .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uvh01oyxOT .mbr-section-title,
.cid-uvh01oyxOT .mbr-section-btn {
  color: #ffffff;
}
.cid-uvgZZDzTu4 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #0aa3c2;
}
.cid-uvgZZDzTu4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvgZZDzTu4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvgZZDzTu4 .row {
  flex-direction: row-reverse;
}
.cid-uvgZZDzTu4 .mbr-description {
  color: #000000;
}
.cid-uvh02bVLlE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uvh02bVLlE .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uvh02bVLlE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvh02bVLlE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvh02bVLlE .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uvh02bVLlE .content-wrap .card {
  justify-content: space-between;
}
.cid-uvh02bVLlE .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uvh02bVLlE .content-wrapper {
    padding: 0;
  }
}
.cid-uvh02bVLlE .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uvh02bVLlE .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uvh02bVLlE .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uvh02bVLlE .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uvh02bVLlE .mbr-desc,
.cid-uvh02bVLlE .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uvh02bVLlE .mbr-section-title,
.cid-uvh02bVLlE .mbr-section-btn {
  color: #ffffff;
}
.cid-urpn88UopD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #b7140b;
}
.cid-urpn88UopD .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-urpn88UopD .mbr-fallback-image.disabled {
  display: none;
}
.cid-urpn88UopD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urpn88UopD .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-urpn88UopD .content-wrap .card {
  justify-content: space-between;
}
.cid-urpn88UopD .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-urpn88UopD .content-wrapper {
    padding: 0;
  }
}
.cid-urpn88UopD .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-urpn88UopD .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-urpn88UopD .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-urpn88UopD .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-urpn88UopD .mbr-desc,
.cid-urpn88UopD .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-urpn88UopD .mbr-section-title,
.cid-urpn88UopD .mbr-section-btn {
  color: #000000;
}
.cid-uot9uHbdAi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d00000;
  position: relative;
}
.cid-uot9uHbdAi .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0aa3c2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uot9uHbdAi .mbr-section-head {
  width: 100%;
  margin-bottom: 3.4vw;
}
@media (max-width: 767px) {
  .cid-uot9uHbdAi .mbr-section-head {
    margin-bottom: 6.93vw;
  }
}
.cid-uot9uHbdAi .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
.cid-uot9uHbdAi .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uot9uHbdAi .item {
  display: flex;
  align-items: stretch;
  margin-bottom: 1.4vw;
  overflow: visible;
}
@media (max-width: 767px) {
  .cid-uot9uHbdAi .item {
    margin-bottom: 0.75rem;
  }
}
.cid-uot9uHbdAi .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: 0.3s all;
  overflow: visible;
}
.cid-uot9uHbdAi .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 26px;
  overflow: hidden;
  transition: 0.3s all;
}
.cid-uot9uHbdAi .item-img:hover {
  transform: translateY(-3px);
}
.cid-uot9uHbdAi .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uot9uHbdAi .item-content {
  width: 100%;
  margin-top: 1.75rem;
}
.cid-uot9uHbdAi .item-title {
  color: #000000;
  margin-right: auto;
  width: 100%;
  text-align: center;
}
.cid-uot9uHbdAi .mbr-text {
  color: #000000;
  margin-top: 0.75rem;
}
.cid-uot9uHbdAi .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uot9uHbdAi .mbr-text,
.cid-uot9uHbdAi .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uxNDPJjA5k {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0aa3c2;
  position: relative;
}
.cid-uxNDPJjA5k .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0aa3c2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uxNDPJjA5k .mbr-section-head {
  width: 100%;
  margin-bottom: 3.4vw;
}
@media (max-width: 767px) {
  .cid-uxNDPJjA5k .mbr-section-head {
    margin-bottom: 6.93vw;
  }
}
.cid-uxNDPJjA5k .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
.cid-uxNDPJjA5k .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uxNDPJjA5k .item {
  display: flex;
  align-items: stretch;
  margin-bottom: 1.4vw;
  overflow: visible;
}
@media (max-width: 767px) {
  .cid-uxNDPJjA5k .item {
    margin-bottom: 0.75rem;
  }
}
.cid-uxNDPJjA5k .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: 0.3s all;
  overflow: visible;
}
.cid-uxNDPJjA5k .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 26px;
  overflow: hidden;
  transition: 0.3s all;
}
.cid-uxNDPJjA5k .item-img:hover {
  transform: translateY(-3px);
}
.cid-uxNDPJjA5k .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uxNDPJjA5k .item-content {
  width: 100%;
  margin-top: 1.75rem;
}
.cid-uxNDPJjA5k .item-title {
  color: #000000;
  margin-right: auto;
  width: 100%;
  text-align: center;
}
.cid-uxNDPJjA5k .mbr-text {
  color: #000000;
  margin-top: 0.75rem;
}
.cid-uxNDPJjA5k .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uxNDPJjA5k .mbr-text,
.cid-uxNDPJjA5k .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-urpuabnrFF {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #0aa3c2;
  position: relative;
}
.cid-urpuabnrFF .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0aa3c2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-urpuabnrFF .mbr-section-head {
  width: 100%;
  margin-bottom: 3.4vw;
}
@media (max-width: 767px) {
  .cid-urpuabnrFF .mbr-section-head {
    margin-bottom: 6.93vw;
  }
}
.cid-urpuabnrFF .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
.cid-urpuabnrFF .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-urpuabnrFF .item {
  display: flex;
  align-items: stretch;
  margin-bottom: 1.4vw;
  overflow: visible;
}
@media (max-width: 767px) {
  .cid-urpuabnrFF .item {
    margin-bottom: 0.75rem;
  }
}
.cid-urpuabnrFF .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: 0.3s all;
  overflow: visible;
}
.cid-urpuabnrFF .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 26px;
  overflow: hidden;
  transition: 0.3s all;
}
.cid-urpuabnrFF .item-img:hover {
  transform: translateY(-3px);
}
.cid-urpuabnrFF .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-urpuabnrFF .item-content {
  width: 100%;
  margin-top: 1.75rem;
}
.cid-urpuabnrFF .item-title {
  color: #000000;
  margin-right: auto;
  width: 100%;
  text-align: center;
}
.cid-urpuabnrFF .mbr-text {
  color: #000000;
  margin-top: 0.75rem;
}
.cid-urpuabnrFF .mbr-section-btn {
  margin-top: 1rem;
}
.cid-urpuabnrFF .mbr-text,
.cid-urpuabnrFF .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-usOcfaQ98k {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #0aa3c2;
  position: relative;
}
.cid-usOcfaQ98k .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0aa3c2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-usOcfaQ98k .mbr-section-head {
  width: 100%;
  margin-bottom: 3.4vw;
}
@media (max-width: 767px) {
  .cid-usOcfaQ98k .mbr-section-head {
    margin-bottom: 6.93vw;
  }
}
.cid-usOcfaQ98k .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
.cid-usOcfaQ98k .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-usOcfaQ98k .item {
  display: flex;
  align-items: stretch;
  margin-bottom: 1.4vw;
  overflow: visible;
}
@media (max-width: 767px) {
  .cid-usOcfaQ98k .item {
    margin-bottom: 0.75rem;
  }
}
.cid-usOcfaQ98k .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: 0.3s all;
  overflow: visible;
}
.cid-usOcfaQ98k .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 26px;
  overflow: hidden;
  transition: 0.3s all;
}
.cid-usOcfaQ98k .item-img:hover {
  transform: translateY(-3px);
}
.cid-usOcfaQ98k .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-usOcfaQ98k .item-content {
  width: 100%;
  margin-top: 1.75rem;
}
.cid-usOcfaQ98k .item-title {
  color: #000000;
  margin-right: auto;
  width: 100%;
  text-align: center;
}
.cid-usOcfaQ98k .mbr-text {
  color: #000000;
  margin-top: 0.75rem;
}
.cid-usOcfaQ98k .mbr-section-btn {
  margin-top: 1rem;
}
.cid-usOcfaQ98k .mbr-text,
.cid-usOcfaQ98k .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uwcfCHuNsH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0aa3c2;
  position: relative;
}
.cid-uwcfCHuNsH .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0aa3c2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uwcfCHuNsH .mbr-section-head {
  width: 100%;
  margin-bottom: 3.4vw;
}
@media (max-width: 767px) {
  .cid-uwcfCHuNsH .mbr-section-head {
    margin-bottom: 6.93vw;
  }
}
.cid-uwcfCHuNsH .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
.cid-uwcfCHuNsH .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uwcfCHuNsH .item {
  display: flex;
  align-items: stretch;
  margin-bottom: 1.4vw;
  overflow: visible;
}
@media (max-width: 767px) {
  .cid-uwcfCHuNsH .item {
    margin-bottom: 0.75rem;
  }
}
.cid-uwcfCHuNsH .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: 0.3s all;
  overflow: visible;
}
.cid-uwcfCHuNsH .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 26px;
  overflow: hidden;
  transition: 0.3s all;
}
.cid-uwcfCHuNsH .item-img:hover {
  transform: translateY(-3px);
}
.cid-uwcfCHuNsH .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uwcfCHuNsH .item-content {
  width: 100%;
  margin-top: 1.75rem;
}
.cid-uwcfCHuNsH .item-title {
  color: #000000;
  margin-right: auto;
  width: 100%;
  text-align: center;
}
.cid-uwcfCHuNsH .mbr-text {
  color: #000000;
  margin-top: 0.75rem;
}
.cid-uwcfCHuNsH .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uwcfCHuNsH .mbr-text,
.cid-uwcfCHuNsH .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uzflJ0aZC4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #b7140b;
}
.cid-uzflJ0aZC4 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uzflJ0aZC4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzflJ0aZC4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzflJ0aZC4 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uzflJ0aZC4 .content-wrap .card {
  justify-content: space-between;
}
.cid-uzflJ0aZC4 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uzflJ0aZC4 .content-wrapper {
    padding: 0;
  }
}
.cid-uzflJ0aZC4 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uzflJ0aZC4 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uzflJ0aZC4 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uzflJ0aZC4 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uzflJ0aZC4 .mbr-desc,
.cid-uzflJ0aZC4 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uzflJ0aZC4 .mbr-section-title,
.cid-uzflJ0aZC4 .mbr-section-btn {
  color: #ffffff;
}
.cid-uzflxPpTI7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #2a1793;
}
.cid-uzflxPpTI7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzflxPpTI7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzflxPpTI7 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uzflxPpTI7 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uzflxPpTI7 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uzflxPpTI7 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uzflxPpTI7 .container {
    padding: 0 12px;
  }
}
.cid-uzflxPpTI7 .row {
  justify-content: center;
}
.cid-uzflxPpTI7 .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12%;
}
.cid-uzflxPpTI7 .image-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #0aa3c2;
  border-radius: 32px;
  opacity: .85;
}
.cid-uzflxPpTI7 .image-wrapper img {
  height: 500px;
  object-fit: cover;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uzflxPpTI7 .image-wrapper img {
    height: 350px;
  }
}
.cid-uzfmdAYhcE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uzfmdAYhcE .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uzfmdAYhcE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzfmdAYhcE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzfmdAYhcE .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uzfmdAYhcE .content-wrap .card {
  justify-content: space-between;
}
.cid-uzfmdAYhcE .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uzfmdAYhcE .content-wrapper {
    padding: 0;
  }
}
.cid-uzfmdAYhcE .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uzfmdAYhcE .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uzfmdAYhcE .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uzfmdAYhcE .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uzfmdAYhcE .mbr-desc,
.cid-uzfmdAYhcE .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uzfmdAYhcE .mbr-section-title,
.cid-uzfmdAYhcE .mbr-section-btn {
  color: #ffffff;
}
.cid-usJYwUSi1r {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0aa3c2;
}
.cid-usJYwUSi1r .mbr-fallback-image.disabled {
  display: none;
}
.cid-usJYwUSi1r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usJYwUSi1r .row {
  flex-direction: row-reverse;
}
.cid-usJYwUSi1r .mbr-description {
  color: #000000;
}
.cid-usJXWYeSzd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0aa3c2;
  position: relative;
}
.cid-usJXWYeSzd .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0aa3c2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-usJXWYeSzd .mbr-section-head {
  width: 100%;
  margin-bottom: 3.4vw;
}
@media (max-width: 767px) {
  .cid-usJXWYeSzd .mbr-section-head {
    margin-bottom: 6.93vw;
  }
}
.cid-usJXWYeSzd .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
.cid-usJXWYeSzd .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-usJXWYeSzd .item {
  display: flex;
  align-items: stretch;
  margin-bottom: 1.4vw;
  overflow: visible;
}
@media (max-width: 767px) {
  .cid-usJXWYeSzd .item {
    margin-bottom: 0.75rem;
  }
}
.cid-usJXWYeSzd .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: 0.3s all;
  overflow: visible;
}
.cid-usJXWYeSzd .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 26px;
  overflow: hidden;
  transition: 0.3s all;
}
.cid-usJXWYeSzd .item-img:hover {
  transform: translateY(-3px);
}
.cid-usJXWYeSzd .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-usJXWYeSzd .item-content {
  width: 100%;
  margin-top: 1.75rem;
}
.cid-usJXWYeSzd .item-title {
  color: #000000;
  margin-right: auto;
  width: 100%;
  text-align: center;
}
.cid-usJXWYeSzd .mbr-text {
  color: #000000;
  margin-top: 0.75rem;
}
.cid-usJXWYeSzd .mbr-section-btn {
  margin-top: 1rem;
}
.cid-usJXWYeSzd .mbr-text,
.cid-usJXWYeSzd .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uzfmfaRfHX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uzfmfaRfHX .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uzfmfaRfHX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzfmfaRfHX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzfmfaRfHX .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uzfmfaRfHX .content-wrap .card {
  justify-content: space-between;
}
.cid-uzfmfaRfHX .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uzfmfaRfHX .content-wrapper {
    padding: 0;
  }
}
.cid-uzfmfaRfHX .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uzfmfaRfHX .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uzfmfaRfHX .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uzfmfaRfHX .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uzfmfaRfHX .mbr-desc,
.cid-uzfmfaRfHX .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uzfmfaRfHX .mbr-section-title,
.cid-uzfmfaRfHX .mbr-section-btn {
  color: #ffffff;
}
.cid-urpxNakMGj {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #0aa3c2;
  position: relative;
}
.cid-urpxNakMGj .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0aa3c2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-urpxNakMGj .mbr-section-head {
  width: 100%;
  margin-bottom: 3.4vw;
}
@media (max-width: 767px) {
  .cid-urpxNakMGj .mbr-section-head {
    margin-bottom: 6.93vw;
  }
}
.cid-urpxNakMGj .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
.cid-urpxNakMGj .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-urpxNakMGj .item {
  display: flex;
  align-items: stretch;
  margin-bottom: 1.4vw;
  overflow: visible;
}
@media (max-width: 767px) {
  .cid-urpxNakMGj .item {
    margin-bottom: 0.75rem;
  }
}
.cid-urpxNakMGj .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: 0.3s all;
  overflow: visible;
}
.cid-urpxNakMGj .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 26px;
  overflow: hidden;
  transition: 0.3s all;
}
.cid-urpxNakMGj .item-img:hover {
  transform: translateY(-3px);
}
.cid-urpxNakMGj .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-urpxNakMGj .item-content {
  width: 100%;
  margin-top: 1.75rem;
}
.cid-urpxNakMGj .item-title {
  color: #000000;
  margin-right: auto;
  width: 100%;
  text-align: center;
}
.cid-urpxNakMGj .mbr-text {
  color: #000000;
  margin-top: 0.75rem;
}
.cid-urpxNakMGj .mbr-section-btn {
  margin-top: 1rem;
}
.cid-urpxNakMGj .mbr-text,
.cid-urpxNakMGj .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-urpyHuWcp0 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #0aa3c2;
  position: relative;
}
.cid-urpyHuWcp0 .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0aa3c2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-urpyHuWcp0 .mbr-section-head {
  width: 100%;
  margin-bottom: 3.4vw;
}
@media (max-width: 767px) {
  .cid-urpyHuWcp0 .mbr-section-head {
    margin-bottom: 6.93vw;
  }
}
.cid-urpyHuWcp0 .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
.cid-urpyHuWcp0 .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-urpyHuWcp0 .item {
  display: flex;
  align-items: stretch;
  margin-bottom: 1.4vw;
  overflow: visible;
}
@media (max-width: 767px) {
  .cid-urpyHuWcp0 .item {
    margin-bottom: 0.75rem;
  }
}
.cid-urpyHuWcp0 .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: 0.3s all;
  overflow: visible;
}
.cid-urpyHuWcp0 .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 26px;
  overflow: hidden;
  transition: 0.3s all;
}
.cid-urpyHuWcp0 .item-img:hover {
  transform: translateY(-3px);
}
.cid-urpyHuWcp0 .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-urpyHuWcp0 .item-content {
  width: 100%;
  margin-top: 1.75rem;
}
.cid-urpyHuWcp0 .item-title {
  color: #000000;
  margin-right: auto;
  width: 100%;
  text-align: center;
}
.cid-urpyHuWcp0 .mbr-text {
  color: #000000;
  margin-top: 0.75rem;
}
.cid-urpyHuWcp0 .mbr-section-btn {
  margin-top: 1rem;
}
.cid-urpyHuWcp0 .mbr-text,
.cid-urpyHuWcp0 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uvbTlSQbIu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0aa3c2;
  position: relative;
}
.cid-uvbTlSQbIu .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0aa3c2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uvbTlSQbIu .mbr-section-head {
  width: 100%;
  margin-bottom: 3.4vw;
}
@media (max-width: 767px) {
  .cid-uvbTlSQbIu .mbr-section-head {
    margin-bottom: 6.93vw;
  }
}
.cid-uvbTlSQbIu .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
.cid-uvbTlSQbIu .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uvbTlSQbIu .item {
  display: flex;
  align-items: stretch;
  margin-bottom: 1.4vw;
  overflow: visible;
}
@media (max-width: 767px) {
  .cid-uvbTlSQbIu .item {
    margin-bottom: 0.75rem;
  }
}
.cid-uvbTlSQbIu .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: 0.3s all;
  overflow: visible;
}
.cid-uvbTlSQbIu .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 26px;
  overflow: hidden;
  transition: 0.3s all;
}
.cid-uvbTlSQbIu .item-img:hover {
  transform: translateY(-3px);
}
.cid-uvbTlSQbIu .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uvbTlSQbIu .item-content {
  width: 100%;
  margin-top: 1.75rem;
}
.cid-uvbTlSQbIu .item-title {
  color: #000000;
  margin-right: auto;
  width: 100%;
  text-align: center;
}
.cid-uvbTlSQbIu .mbr-text {
  color: #000000;
  margin-top: 0.75rem;
}
.cid-uvbTlSQbIu .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uvbTlSQbIu .mbr-text,
.cid-uvbTlSQbIu .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uot9y7c1mi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uot9y7c1mi .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uot9y7c1mi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uot9y7c1mi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uot9y7c1mi .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uot9y7c1mi .content-wrap .card {
  justify-content: space-between;
}
.cid-uot9y7c1mi .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uot9y7c1mi .content-wrapper {
    padding: 0;
  }
}
.cid-uot9y7c1mi .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uot9y7c1mi .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uot9y7c1mi .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uot9y7c1mi .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uot9y7c1mi .mbr-desc,
.cid-uot9y7c1mi .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uot9y7c1mi .mbr-section-title,
.cid-uot9y7c1mi .mbr-section-btn {
  color: #ffffff;
}
.cid-uot8xam9Ga {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-uot8xam9Ga .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uot8xam9Ga .mbr-fallback-image.disabled {
  display: none;
}
.cid-uot8xam9Ga .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uot8xam9Ga .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uot8xam9Ga .content-wrap .card {
  justify-content: space-between;
}
.cid-uot8xam9Ga .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uot8xam9Ga .content-wrapper {
    padding: 0;
  }
}
.cid-uot8xam9Ga .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uot8xam9Ga .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uot8xam9Ga .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uot8xam9Ga .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uot8xam9Ga .mbr-desc,
.cid-uot8xam9Ga .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uot8xam9Ga .mbr-section-title,
.cid-uot8xam9Ga .mbr-section-btn {
  color: #ffffff;
}
.cid-uot8xaSMhn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uot8xaSMhn .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uot8xaSMhn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uot8xaSMhn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uot8xaSMhn .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uot8xaSMhn .content-wrap .card {
  justify-content: space-between;
}
.cid-uot8xaSMhn .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uot8xaSMhn .content-wrapper {
    padding: 0;
  }
}
.cid-uot8xaSMhn .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uot8xaSMhn .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uot8xaSMhn .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uot8xaSMhn .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uot8xaSMhn .mbr-desc,
.cid-uot8xaSMhn .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uot8xaSMhn .mbr-section-title,
.cid-uot8xaSMhn .mbr-section-btn {
  color: #ffffff;
}
.cid-upNrlbHsvD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-upNrlbHsvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNrlbHsvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .container {
    padding: 0 16px;
  }
}
.cid-upNrlbHsvD .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-upNrlbHsvD .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-upNrlbHsvD .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-upNrlbHsvD .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-upNrlbHsvD .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .mbr-section-title {
  color: #ffffff;
}
.cid-upNrlbHsvD .copyright {
  color: #ffffff;
}
.cid-upNrlbHsvD .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .list {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .mbr-section-title,
.cid-upNrlbHsvD .title-wrapper,
.cid-upNrlbHsvD .social-wrapper {
  text-align: center;
}
.cid-uvbQoQpqzt {
  background-color: transparent;
}
.cid-uvbQoQpqzt .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-uvbQoQpqzt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-uvbQoQpqzt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvbQoQpqzt .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uvbQoQpqzt .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uvbQoQpqzt .menu_box .navbar.opened,
  .cid-uvbQoQpqzt .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uvbQoQpqzt .navbar-dropdown {
  position: relative !important;
}
.cid-uvbQoQpqzt .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uvbQoQpqzt .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uvbQoQpqzt .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uvbQoQpqzt .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uvbQoQpqzt .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uvbQoQpqzt .btn:hover {
  box-shadow: none;
}
.cid-uvbQoQpqzt .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uvbQoQpqzt .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uvbQoQpqzt .nav-item {
    margin: 0 !important;
  }
}
.cid-uvbQoQpqzt .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-uvbQoQpqzt .nav-item .nav-link:hover,
.cid-uvbQoQpqzt .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-uvbQoQpqzt .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uvbQoQpqzt .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uvbQoQpqzt .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uvbQoQpqzt .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uvbQoQpqzt .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uvbQoQpqzt .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uvbQoQpqzt .offcanvas_box {
    display: none;
  }
}
.cid-uvbQoQpqzt .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uvbQoQpqzt .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uvbQoQpqzt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uvbQoQpqzt .container {
  display: flex;
  margin: auto;
}
.cid-uvbQoQpqzt .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uvbQoQpqzt .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uvbQoQpqzt .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-uvbQoQpqzt .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uvbQoQpqzt .navbar-nav {
    margin: 0;
  }
}
.cid-uvbQoQpqzt .dropdown-menu,
.cid-uvbQoQpqzt .navbar.opened {
  background-color: false !important;
}
.cid-uvbQoQpqzt .nav-item:focus,
.cid-uvbQoQpqzt .nav-link:focus {
  outline: none;
}
.cid-uvbQoQpqzt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvbQoQpqzt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvbQoQpqzt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvbQoQpqzt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvbQoQpqzt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvbQoQpqzt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvbQoQpqzt .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uvbQoQpqzt .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uvbQoQpqzt .navbar.opened {
  transition: all 0.3s;
}
.cid-uvbQoQpqzt .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uvbQoQpqzt .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uvbQoQpqzt .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvbQoQpqzt .navbar.collapsed {
  justify-content: center;
}
.cid-uvbQoQpqzt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvbQoQpqzt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uvbQoQpqzt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvbQoQpqzt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvbQoQpqzt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvbQoQpqzt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uvbQoQpqzt .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uvbQoQpqzt .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uvbQoQpqzt .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uvbQoQpqzt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvbQoQpqzt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvbQoQpqzt .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uvbQoQpqzt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvbQoQpqzt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uvbQoQpqzt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvbQoQpqzt .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uvbQoQpqzt .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uvbQoQpqzt .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uvbQoQpqzt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uvbQoQpqzt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvbQoQpqzt .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uvbQoQpqzt .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvbQoQpqzt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvbQoQpqzt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvbQoQpqzt .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-uvbQoQpqzt .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uvbQoQpqzt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvbQoQpqzt .dropdown-item.active,
.cid-uvbQoQpqzt .dropdown-item:active {
  background-color: transparent;
}
.cid-uvbQoQpqzt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uvbQoQpqzt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvbQoQpqzt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvbQoQpqzt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvbQoQpqzt ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uvbQoQpqzt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvbQoQpqzt button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-uvbQoQpqzt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uvbQoQpqzt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvbQoQpqzt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvbQoQpqzt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvbQoQpqzt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvbQoQpqzt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvbQoQpqzt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvbQoQpqzt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvbQoQpqzt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvbQoQpqzt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uvbQoQpqzt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvbQoQpqzt .navbar {
    height: 70px;
  }
  .cid-uvbQoQpqzt .navbar.opened {
    height: auto;
  }
  .cid-uvbQoQpqzt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvbQoQpqzt .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uvbQoQpqzt .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-uvbQoQpqzt .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uvbQoQpqzt .text_widget {
  margin-bottom: 32px;
}
.cid-uvbQoQpqzt .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uvbQoQpqzt .text_widget a:hover,
.cid-uvbQoQpqzt .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uvbQoQpqzt .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uvbQoQpqzt .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uvbQoQpqzt .navbar-caption {
  color: #000000;
}
.cid-uvbQoQpqzt .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uvbQoQpqzt .mbr-section-subtitle,
.cid-uvbQoQpqzt .text_widget,
.cid-uvbQoQpqzt .mbr-section-btn {
  text-align: center;
}
.cid-uvbQoQpqzt a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uvbQoQIcMF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uvbQoQIcMF .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uvbQoQIcMF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvbQoQIcMF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvbQoQIcMF .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uvbQoQIcMF .content-wrap .card {
  justify-content: space-between;
}
.cid-uvbQoQIcMF .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uvbQoQIcMF .content-wrapper {
    padding: 0;
  }
}
.cid-uvbQoQIcMF .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uvbQoQIcMF .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uvbQoQIcMF .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uvbQoQIcMF .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uvbQoQIcMF .mbr-desc,
.cid-uvbQoQIcMF .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uvbQoQIcMF .mbr-section-title,
.cid-uvbQoQIcMF .mbr-section-btn {
  color: #ffffff;
}
.cid-uvbQoQXM80 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uvbQoQXM80 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvbQoQXM80 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvbQoQXM80 img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border: 2px dashed #f7bc4a;
  border-radius: 8px;
}
.cid-uvbQoQXM80 .img-wide {
  height: 50%;
}
.cid-uvbQoQXM80 .img-big {
  height: 100%;
}
.cid-uvbQoReO3w {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uvbQoReO3w .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uvbQoReO3w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvbQoReO3w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvbQoReO3w .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uvbQoReO3w .content-wrap .card {
  justify-content: space-between;
}
.cid-uvbQoReO3w .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uvbQoReO3w .content-wrapper {
    padding: 0;
  }
}
.cid-uvbQoReO3w .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uvbQoReO3w .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uvbQoReO3w .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uvbQoReO3w .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uvbQoReO3w .mbr-desc,
.cid-uvbQoReO3w .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uvbQoReO3w .mbr-section-title,
.cid-uvbQoReO3w .mbr-section-btn {
  color: #ffffff;
}
.cid-uvbQoRuqhS {
  position: relative;
  overflow: hidden;
  background-color: #1e88e5;
}
.cid-uvbQoRuqhS .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uvbQoRuqhS .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uvbQoRuqhS .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #0aa3c2;
  z-index: 1;
}
.cid-uvbQoRuqhS .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #1e88e5;
}
.cid-uvbQoRuqhS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvbQoRuqhS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvbQoRuqhS .row {
  position: relative;
  z-index: 2;
}
.cid-uvbQoRuqhS .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uvbQoRuqhS .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uvbQoRuqhS .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uvbQoRuqhS .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-uvbQoRuqhS .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-uvbQoRuqhS .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uvbQoRuqhS .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uvbQoRuqhS .image-wrapper {
    margin-top: 46px;
  }
}
.cid-uvbQoRuqhS .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvbQoRuqhS .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-uvbQoRuqhS .mbr-section-title {
  color: #ffffff;
}
.cid-uvbQoRuqhS .mbr-text {
  color: #51565c;
}
.cid-uvbQoRuqhS .mbr-text,
.cid-uvbQoRuqhS .text-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uvbQoRKgyp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1e88e5;
  position: relative;
}
.cid-uvbQoRKgyp .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4188ff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uvbQoRKgyp .mbr-section-head {
  width: 100%;
  margin-bottom: 3.4vw;
}
@media (max-width: 767px) {
  .cid-uvbQoRKgyp .mbr-section-head {
    margin-bottom: 6.93vw;
  }
}
.cid-uvbQoRKgyp .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
.cid-uvbQoRKgyp .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uvbQoRKgyp .item {
  display: flex;
  align-items: stretch;
  margin-bottom: 1.4vw;
  overflow: visible;
}
@media (max-width: 767px) {
  .cid-uvbQoRKgyp .item {
    margin-bottom: 0.75rem;
  }
}
.cid-uvbQoRKgyp .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: 0.3s all;
  overflow: visible;
}
.cid-uvbQoRKgyp .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 26px;
  overflow: hidden;
  transition: 0.3s all;
  border: 1px solid #ffffff;
}
.cid-uvbQoRKgyp .item-img:hover {
  transform: translateY(-3px);
}
.cid-uvbQoRKgyp .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uvbQoRKgyp .item-content {
  width: 100%;
  margin-top: 1.75rem;
}
.cid-uvbQoRKgyp .item-title {
  color: #ffffff;
  margin-right: auto;
  width: 100%;
  text-align: center;
}
.cid-uvbQoRKgyp .mbr-text {
  color: #000000;
  margin-top: 0.75rem;
}
.cid-uvbQoRKgyp .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uvbQoRKgyp .mbr-text,
.cid-uvbQoRKgyp .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uvbQoS05J5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uvbQoS05J5 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uvbQoS05J5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvbQoS05J5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvbQoS05J5 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uvbQoS05J5 .content-wrap .card {
  justify-content: space-between;
}
.cid-uvbQoS05J5 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uvbQoS05J5 .content-wrapper {
    padding: 0;
  }
}
.cid-uvbQoS05J5 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uvbQoS05J5 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uvbQoS05J5 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uvbQoS05J5 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uvbQoS05J5 .mbr-desc,
.cid-uvbQoS05J5 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uvbQoS05J5 .mbr-section-title,
.cid-uvbQoS05J5 .mbr-section-btn {
  color: #ffffff;
}
.cid-uvbQoSgRFX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-uvbQoSgRFX .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uvbQoSgRFX .item {
    margin-bottom: 1rem;
  }
}
.cid-uvbQoSgRFX .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uvbQoSgRFX .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uvbQoSgRFX .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uvbQoSgRFX .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uvbQoSgRFX .carousel-control,
.cid-uvbQoSgRFX .close {
  background: #1b1b1b;
}
.cid-uvbQoSgRFX .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uvbQoSgRFX .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uvbQoSgRFX .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uvbQoSgRFX .carousel-control-next span {
  margin-left: 5px;
}
.cid-uvbQoSgRFX .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uvbQoSgRFX .close::before {
  content: '\e91a';
}
.cid-uvbQoSgRFX .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uvbQoSgRFX .carousel-control {
  display: flex;
  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-uvbQoSgRFX .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uvbQoSgRFX .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uvbQoSgRFX .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uvbQoSgRFX .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uvbQoSgRFX .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-uvbQoSgRFX .carousel-indicators li.active,
.cid-uvbQoSgRFX .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uvbQoSgRFX .carousel-indicators li::after,
.cid-uvbQoSgRFX .carousel-indicators li::before {
  content: none;
}
.cid-uvbQoSgRFX .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uvbQoSgRFX .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uvbQoSgRFX .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uvbQoSgRFX .carousel-indicators {
    display: none;
  }
}
.cid-uvbQoSgRFX .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uvbQoSgRFX .carousel-inner > .active {
  display: block;
}
.cid-uvbQoSgRFX .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uvbQoSgRFX .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uvbQoSgRFX .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uvbQoSgRFX .carousel-control,
  .cid-uvbQoSgRFX .carousel-indicators,
  .cid-uvbQoSgRFX .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uvbQoSgRFX .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uvbQoSgRFX .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uvbQoSgRFX .carousel-indicators .active,
.cid-uvbQoSgRFX .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uvbQoSgRFX .carousel-indicators .active {
  background: #fff;
}
.cid-uvbQoSgRFX .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uvbQoSgRFX .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uvbQoSgRFX .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uvbQoSgRFX .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uvbQoSgRFX .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uvbQoSgRFX .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uvbQoSgRFX .carousel {
  width: 100%;
}
.cid-uvbQoSgRFX .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uvbQoSgRFX .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uvbQoSgRFX .modal.fade .modal-dialog,
.cid-uvbQoSgRFX .modal.in .modal-dialog {
  transform: none;
}
.cid-uvbQoSgRFX .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uvbQoSgRFX .content-head {
  max-width: 800px;
}
.cid-uvbQoSgRFX H4 {
  color: #ffffff;
}
.cid-uvbQoSH8Bu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uvbQoSH8Bu .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uvbQoSH8Bu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvbQoSH8Bu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvbQoSH8Bu .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uvbQoSH8Bu .content-wrap .card {
  justify-content: space-between;
}
.cid-uvbQoSH8Bu .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uvbQoSH8Bu .content-wrapper {
    padding: 0;
  }
}
.cid-uvbQoSH8Bu .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uvbQoSH8Bu .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uvbQoSH8Bu .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uvbQoSH8Bu .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uvbQoSH8Bu .mbr-desc,
.cid-uvbQoSH8Bu .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uvbQoSH8Bu .mbr-section-title,
.cid-uvbQoSH8Bu .mbr-section-btn {
  color: #ffffff;
}
.cid-uvbQoSYrgo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-uvbQoSYrgo .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uvbQoSYrgo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvbQoSYrgo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvbQoSYrgo .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uvbQoSYrgo .content-wrap .card {
  justify-content: space-between;
}
.cid-uvbQoSYrgo .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uvbQoSYrgo .content-wrapper {
    padding: 0;
  }
}
.cid-uvbQoSYrgo .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uvbQoSYrgo .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uvbQoSYrgo .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uvbQoSYrgo .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uvbQoSYrgo .mbr-desc,
.cid-uvbQoSYrgo .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uvbQoSYrgo .mbr-section-title,
.cid-uvbQoSYrgo .mbr-section-btn {
  color: #ffffff;
}
.cid-uvbQoThrgV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uvbQoThrgV .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uvbQoThrgV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvbQoThrgV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvbQoThrgV .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uvbQoThrgV .content-wrap .card {
  justify-content: space-between;
}
.cid-uvbQoThrgV .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uvbQoThrgV .content-wrapper {
    padding: 0;
  }
}
.cid-uvbQoThrgV .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uvbQoThrgV .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uvbQoThrgV .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uvbQoThrgV .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uvbQoThrgV .mbr-desc,
.cid-uvbQoThrgV .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uvbQoThrgV .mbr-section-title,
.cid-uvbQoThrgV .mbr-section-btn {
  color: #ffffff;
}
.cid-uvbQoTzfki {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-uvbQoTzfki .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvbQoTzfki .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvbQoTzfki .container {
    padding: 0 16px;
  }
}
.cid-uvbQoTzfki .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uvbQoTzfki .card {
    margin-bottom: 40px;
  }
}
.cid-uvbQoTzfki .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uvbQoTzfki .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uvbQoTzfki .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uvbQoTzfki .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uvbQoTzfki .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uvbQoTzfki .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uvbQoTzfki .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uvbQoTzfki .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uvbQoTzfki .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uvbQoTzfki .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uvbQoTzfki .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uvbQoTzfki .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uvbQoTzfki .mbr-section-title {
  color: #ffffff;
}
.cid-uvbQoTzfki .copyright {
  color: #ffffff;
}
.cid-uvbQoTzfki .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uvbQoTzfki .list {
  color: #ffffff;
  text-align: center;
}
.cid-uvbQoTzfki .mbr-section-title,
.cid-uvbQoTzfki .title-wrapper,
.cid-uvbQoTzfki .social-wrapper {
  text-align: center;
}
.cid-uvbTRdhyCw {
  background-color: transparent;
}
.cid-uvbTRdhyCw .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-uvbTRdhyCw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-uvbTRdhyCw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvbTRdhyCw .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uvbTRdhyCw .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uvbTRdhyCw .menu_box .navbar.opened,
  .cid-uvbTRdhyCw .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uvbTRdhyCw .navbar-dropdown {
  position: relative !important;
}
.cid-uvbTRdhyCw .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uvbTRdhyCw .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uvbTRdhyCw .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uvbTRdhyCw .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uvbTRdhyCw .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uvbTRdhyCw .btn:hover {
  box-shadow: none;
}
.cid-uvbTRdhyCw .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uvbTRdhyCw .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uvbTRdhyCw .nav-item {
    margin: 0 !important;
  }
}
.cid-uvbTRdhyCw .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-uvbTRdhyCw .nav-item .nav-link:hover,
.cid-uvbTRdhyCw .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-uvbTRdhyCw .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uvbTRdhyCw .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uvbTRdhyCw .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uvbTRdhyCw .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uvbTRdhyCw .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uvbTRdhyCw .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uvbTRdhyCw .offcanvas_box {
    display: none;
  }
}
.cid-uvbTRdhyCw .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uvbTRdhyCw .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uvbTRdhyCw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uvbTRdhyCw .container {
  display: flex;
  margin: auto;
}
.cid-uvbTRdhyCw .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uvbTRdhyCw .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uvbTRdhyCw .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-uvbTRdhyCw .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uvbTRdhyCw .navbar-nav {
    margin: 0;
  }
}
.cid-uvbTRdhyCw .dropdown-menu,
.cid-uvbTRdhyCw .navbar.opened {
  background-color: false !important;
}
.cid-uvbTRdhyCw .nav-item:focus,
.cid-uvbTRdhyCw .nav-link:focus {
  outline: none;
}
.cid-uvbTRdhyCw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvbTRdhyCw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvbTRdhyCw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvbTRdhyCw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvbTRdhyCw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvbTRdhyCw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvbTRdhyCw .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uvbTRdhyCw .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uvbTRdhyCw .navbar.opened {
  transition: all 0.3s;
}
.cid-uvbTRdhyCw .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uvbTRdhyCw .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uvbTRdhyCw .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvbTRdhyCw .navbar.collapsed {
  justify-content: center;
}
.cid-uvbTRdhyCw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvbTRdhyCw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uvbTRdhyCw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvbTRdhyCw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvbTRdhyCw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvbTRdhyCw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uvbTRdhyCw .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uvbTRdhyCw .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uvbTRdhyCw .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uvbTRdhyCw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvbTRdhyCw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvbTRdhyCw .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uvbTRdhyCw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvbTRdhyCw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uvbTRdhyCw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvbTRdhyCw .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uvbTRdhyCw .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uvbTRdhyCw .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uvbTRdhyCw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uvbTRdhyCw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvbTRdhyCw .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uvbTRdhyCw .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvbTRdhyCw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvbTRdhyCw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvbTRdhyCw .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-uvbTRdhyCw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uvbTRdhyCw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvbTRdhyCw .dropdown-item.active,
.cid-uvbTRdhyCw .dropdown-item:active {
  background-color: transparent;
}
.cid-uvbTRdhyCw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uvbTRdhyCw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvbTRdhyCw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvbTRdhyCw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvbTRdhyCw ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uvbTRdhyCw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvbTRdhyCw button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-uvbTRdhyCw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uvbTRdhyCw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvbTRdhyCw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvbTRdhyCw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvbTRdhyCw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvbTRdhyCw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvbTRdhyCw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvbTRdhyCw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvbTRdhyCw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvbTRdhyCw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uvbTRdhyCw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvbTRdhyCw .navbar {
    height: 70px;
  }
  .cid-uvbTRdhyCw .navbar.opened {
    height: auto;
  }
  .cid-uvbTRdhyCw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvbTRdhyCw .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uvbTRdhyCw .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-uvbTRdhyCw .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uvbTRdhyCw .text_widget {
  margin-bottom: 32px;
}
.cid-uvbTRdhyCw .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uvbTRdhyCw .text_widget a:hover,
.cid-uvbTRdhyCw .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uvbTRdhyCw .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uvbTRdhyCw .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uvbTRdhyCw .navbar-caption {
  color: #000000;
}
.cid-uvbTRdhyCw .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uvbTRdhyCw .mbr-section-subtitle,
.cid-uvbTRdhyCw .text_widget,
.cid-uvbTRdhyCw .mbr-section-btn {
  text-align: center;
}
.cid-uvbTRdhyCw a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uvbTRdzzdI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uvbTRdzzdI .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uvbTRdzzdI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvbTRdzzdI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvbTRdzzdI .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uvbTRdzzdI .content-wrap .card {
  justify-content: space-between;
}
.cid-uvbTRdzzdI .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uvbTRdzzdI .content-wrapper {
    padding: 0;
  }
}
.cid-uvbTRdzzdI .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uvbTRdzzdI .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uvbTRdzzdI .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uvbTRdzzdI .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uvbTRdzzdI .mbr-desc,
.cid-uvbTRdzzdI .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uvbTRdzzdI .mbr-section-title,
.cid-uvbTRdzzdI .mbr-section-btn {
  color: #ffffff;
}
.cid-uvbTRdQQym {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uvbTRdQQym .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvbTRdQQym .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvbTRdQQym img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border: 2px dashed #f7bc4a;
  border-radius: 8px;
}
.cid-uvbTRdQQym .img-wide {
  height: 50%;
}
.cid-uvbTRdQQym .img-big {
  height: 100%;
}
.cid-uvbTRe9k0O {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uvbTRe9k0O .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uvbTRe9k0O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvbTRe9k0O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvbTRe9k0O .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uvbTRe9k0O .content-wrap .card {
  justify-content: space-between;
}
.cid-uvbTRe9k0O .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uvbTRe9k0O .content-wrapper {
    padding: 0;
  }
}
.cid-uvbTRe9k0O .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uvbTRe9k0O .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uvbTRe9k0O .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uvbTRe9k0O .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uvbTRe9k0O .mbr-desc,
.cid-uvbTRe9k0O .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uvbTRe9k0O .mbr-section-title,
.cid-uvbTRe9k0O .mbr-section-btn {
  color: #ffffff;
}
.cid-uvbTReqU1A {
  position: relative;
  overflow: hidden;
  background-color: #1e88e5;
}
.cid-uvbTReqU1A .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uvbTReqU1A .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uvbTReqU1A .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #0aa3c2;
  z-index: 1;
}
.cid-uvbTReqU1A .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #1e88e5;
}
.cid-uvbTReqU1A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvbTReqU1A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvbTReqU1A .row {
  position: relative;
  z-index: 2;
}
.cid-uvbTReqU1A .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uvbTReqU1A .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uvbTReqU1A .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uvbTReqU1A .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-uvbTReqU1A .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-uvbTReqU1A .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uvbTReqU1A .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uvbTReqU1A .image-wrapper {
    margin-top: 46px;
  }
}
.cid-uvbTReqU1A .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvbTReqU1A .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-uvbTReqU1A .mbr-section-title {
  color: #ffffff;
}
.cid-uvbTReqU1A .mbr-text {
  color: #51565c;
}
.cid-uvbTReqU1A .mbr-text,
.cid-uvbTReqU1A .text-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uvbTReFAwq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1e88e5;
  position: relative;
}
.cid-uvbTReFAwq .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4188ff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uvbTReFAwq .mbr-section-head {
  width: 100%;
  margin-bottom: 3.4vw;
}
@media (max-width: 767px) {
  .cid-uvbTReFAwq .mbr-section-head {
    margin-bottom: 6.93vw;
  }
}
.cid-uvbTReFAwq .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
.cid-uvbTReFAwq .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uvbTReFAwq .item {
  display: flex;
  align-items: stretch;
  margin-bottom: 1.4vw;
  overflow: visible;
}
@media (max-width: 767px) {
  .cid-uvbTReFAwq .item {
    margin-bottom: 0.75rem;
  }
}
.cid-uvbTReFAwq .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: 0.3s all;
  overflow: visible;
}
.cid-uvbTReFAwq .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 26px;
  overflow: hidden;
  transition: 0.3s all;
  border: 1px solid #ffffff;
}
.cid-uvbTReFAwq .item-img:hover {
  transform: translateY(-3px);
}
.cid-uvbTReFAwq .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uvbTReFAwq .item-content {
  width: 100%;
  margin-top: 1.75rem;
}
.cid-uvbTReFAwq .item-title {
  color: #ffffff;
  margin-right: auto;
  width: 100%;
  text-align: center;
}
.cid-uvbTReFAwq .mbr-text {
  color: #000000;
  margin-top: 0.75rem;
}
.cid-uvbTReFAwq .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uvbTReFAwq .mbr-text,
.cid-uvbTReFAwq .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uvbTReZeic {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uvbTReZeic .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uvbTReZeic .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvbTReZeic .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvbTReZeic .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uvbTReZeic .content-wrap .card {
  justify-content: space-between;
}
.cid-uvbTReZeic .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uvbTReZeic .content-wrapper {
    padding: 0;
  }
}
.cid-uvbTReZeic .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uvbTReZeic .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uvbTReZeic .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uvbTReZeic .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uvbTReZeic .mbr-desc,
.cid-uvbTReZeic .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uvbTReZeic .mbr-section-title,
.cid-uvbTReZeic .mbr-section-btn {
  color: #ffffff;
}
.cid-uvc0LM4xbi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0aa3c2;
}
.cid-uvc0LM4xbi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvc0LM4xbi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvc0LM4xbi .row {
  flex-direction: row-reverse;
}
.cid-uvc0LM4xbi .mbr-description {
  color: #000000;
}
.cid-uvc0NxrQ2M {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uvc0NxrQ2M .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uvc0NxrQ2M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvc0NxrQ2M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvc0NxrQ2M .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uvc0NxrQ2M .content-wrap .card {
  justify-content: space-between;
}
.cid-uvc0NxrQ2M .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uvc0NxrQ2M .content-wrapper {
    padding: 0;
  }
}
.cid-uvc0NxrQ2M .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uvc0NxrQ2M .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uvc0NxrQ2M .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uvc0NxrQ2M .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uvc0NxrQ2M .mbr-desc,
.cid-uvc0NxrQ2M .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uvc0NxrQ2M .mbr-section-title,
.cid-uvc0NxrQ2M .mbr-section-btn {
  color: #ffffff;
}
.cid-uvbTRfhEfz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-uvbTRfhEfz .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uvbTRfhEfz .item {
    margin-bottom: 1rem;
  }
}
.cid-uvbTRfhEfz .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uvbTRfhEfz .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uvbTRfhEfz .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uvbTRfhEfz .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uvbTRfhEfz .carousel-control,
.cid-uvbTRfhEfz .close {
  background: #1b1b1b;
}
.cid-uvbTRfhEfz .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uvbTRfhEfz .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uvbTRfhEfz .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uvbTRfhEfz .carousel-control-next span {
  margin-left: 5px;
}
.cid-uvbTRfhEfz .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uvbTRfhEfz .close::before {
  content: '\e91a';
}
.cid-uvbTRfhEfz .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uvbTRfhEfz .carousel-control {
  display: flex;
  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-uvbTRfhEfz .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uvbTRfhEfz .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uvbTRfhEfz .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uvbTRfhEfz .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uvbTRfhEfz .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-uvbTRfhEfz .carousel-indicators li.active,
.cid-uvbTRfhEfz .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uvbTRfhEfz .carousel-indicators li::after,
.cid-uvbTRfhEfz .carousel-indicators li::before {
  content: none;
}
.cid-uvbTRfhEfz .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uvbTRfhEfz .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uvbTRfhEfz .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uvbTRfhEfz .carousel-indicators {
    display: none;
  }
}
.cid-uvbTRfhEfz .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uvbTRfhEfz .carousel-inner > .active {
  display: block;
}
.cid-uvbTRfhEfz .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uvbTRfhEfz .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uvbTRfhEfz .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uvbTRfhEfz .carousel-control,
  .cid-uvbTRfhEfz .carousel-indicators,
  .cid-uvbTRfhEfz .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uvbTRfhEfz .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uvbTRfhEfz .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uvbTRfhEfz .carousel-indicators .active,
.cid-uvbTRfhEfz .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uvbTRfhEfz .carousel-indicators .active {
  background: #fff;
}
.cid-uvbTRfhEfz .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uvbTRfhEfz .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uvbTRfhEfz .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uvbTRfhEfz .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uvbTRfhEfz .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uvbTRfhEfz .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uvbTRfhEfz .carousel {
  width: 100%;
}
.cid-uvbTRfhEfz .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uvbTRfhEfz .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uvbTRfhEfz .modal.fade .modal-dialog,
.cid-uvbTRfhEfz .modal.in .modal-dialog {
  transform: none;
}
.cid-uvbTRfhEfz .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uvbTRfhEfz .content-head {
  max-width: 800px;
}
.cid-uvbTRfhEfz H4 {
  color: #ffffff;
}
.cid-uvbTRfF4wH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uvbTRfF4wH .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uvbTRfF4wH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvbTRfF4wH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvbTRfF4wH .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uvbTRfF4wH .content-wrap .card {
  justify-content: space-between;
}
.cid-uvbTRfF4wH .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uvbTRfF4wH .content-wrapper {
    padding: 0;
  }
}
.cid-uvbTRfF4wH .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uvbTRfF4wH .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uvbTRfF4wH .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uvbTRfF4wH .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uvbTRfF4wH .mbr-desc,
.cid-uvbTRfF4wH .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uvbTRfF4wH .mbr-section-title,
.cid-uvbTRfF4wH .mbr-section-btn {
  color: #ffffff;
}
.cid-uvbTRfYgTX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-uvbTRfYgTX .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uvbTRfYgTX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvbTRfYgTX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvbTRfYgTX .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uvbTRfYgTX .content-wrap .card {
  justify-content: space-between;
}
.cid-uvbTRfYgTX .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uvbTRfYgTX .content-wrapper {
    padding: 0;
  }
}
.cid-uvbTRfYgTX .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uvbTRfYgTX .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uvbTRfYgTX .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uvbTRfYgTX .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uvbTRfYgTX .mbr-desc,
.cid-uvbTRfYgTX .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uvbTRfYgTX .mbr-section-title,
.cid-uvbTRfYgTX .mbr-section-btn {
  color: #ffffff;
}
.cid-uvbTRgeXR8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uvbTRgeXR8 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uvbTRgeXR8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvbTRgeXR8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvbTRgeXR8 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uvbTRgeXR8 .content-wrap .card {
  justify-content: space-between;
}
.cid-uvbTRgeXR8 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uvbTRgeXR8 .content-wrapper {
    padding: 0;
  }
}
.cid-uvbTRgeXR8 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uvbTRgeXR8 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uvbTRgeXR8 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uvbTRgeXR8 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uvbTRgeXR8 .mbr-desc,
.cid-uvbTRgeXR8 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uvbTRgeXR8 .mbr-section-title,
.cid-uvbTRgeXR8 .mbr-section-btn {
  color: #ffffff;
}
.cid-uvbTRgyeai {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-uvbTRgyeai .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvbTRgyeai .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvbTRgyeai .container {
    padding: 0 16px;
  }
}
.cid-uvbTRgyeai .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uvbTRgyeai .card {
    margin-bottom: 40px;
  }
}
.cid-uvbTRgyeai .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uvbTRgyeai .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uvbTRgyeai .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uvbTRgyeai .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uvbTRgyeai .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uvbTRgyeai .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uvbTRgyeai .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uvbTRgyeai .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uvbTRgyeai .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uvbTRgyeai .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uvbTRgyeai .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uvbTRgyeai .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uvbTRgyeai .mbr-section-title {
  color: #ffffff;
}
.cid-uvbTRgyeai .copyright {
  color: #ffffff;
}
.cid-uvbTRgyeai .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uvbTRgyeai .list {
  color: #ffffff;
  text-align: center;
}
.cid-uvbTRgyeai .mbr-section-title,
.cid-uvbTRgyeai .title-wrapper,
.cid-uvbTRgyeai .social-wrapper {
  text-align: center;
}
.cid-uvca1Vhvgg {
  background-color: transparent;
}
.cid-uvca1Vhvgg .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-uvca1Vhvgg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-uvca1Vhvgg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvca1Vhvgg .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uvca1Vhvgg .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uvca1Vhvgg .menu_box .navbar.opened,
  .cid-uvca1Vhvgg .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uvca1Vhvgg .navbar-dropdown {
  position: relative !important;
}
.cid-uvca1Vhvgg .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uvca1Vhvgg .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uvca1Vhvgg .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uvca1Vhvgg .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uvca1Vhvgg .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uvca1Vhvgg .btn:hover {
  box-shadow: none;
}
.cid-uvca1Vhvgg .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uvca1Vhvgg .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uvca1Vhvgg .nav-item {
    margin: 0 !important;
  }
}
.cid-uvca1Vhvgg .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-uvca1Vhvgg .nav-item .nav-link:hover,
.cid-uvca1Vhvgg .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-uvca1Vhvgg .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uvca1Vhvgg .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uvca1Vhvgg .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uvca1Vhvgg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uvca1Vhvgg .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uvca1Vhvgg .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uvca1Vhvgg .offcanvas_box {
    display: none;
  }
}
.cid-uvca1Vhvgg .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uvca1Vhvgg .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uvca1Vhvgg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uvca1Vhvgg .container {
  display: flex;
  margin: auto;
}
.cid-uvca1Vhvgg .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uvca1Vhvgg .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uvca1Vhvgg .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-uvca1Vhvgg .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uvca1Vhvgg .navbar-nav {
    margin: 0;
  }
}
.cid-uvca1Vhvgg .dropdown-menu,
.cid-uvca1Vhvgg .navbar.opened {
  background-color: false !important;
}
.cid-uvca1Vhvgg .nav-item:focus,
.cid-uvca1Vhvgg .nav-link:focus {
  outline: none;
}
.cid-uvca1Vhvgg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvca1Vhvgg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvca1Vhvgg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvca1Vhvgg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvca1Vhvgg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvca1Vhvgg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvca1Vhvgg .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uvca1Vhvgg .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uvca1Vhvgg .navbar.opened {
  transition: all 0.3s;
}
.cid-uvca1Vhvgg .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uvca1Vhvgg .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uvca1Vhvgg .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvca1Vhvgg .navbar.collapsed {
  justify-content: center;
}
.cid-uvca1Vhvgg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvca1Vhvgg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uvca1Vhvgg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvca1Vhvgg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvca1Vhvgg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvca1Vhvgg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uvca1Vhvgg .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uvca1Vhvgg .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uvca1Vhvgg .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uvca1Vhvgg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvca1Vhvgg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvca1Vhvgg .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uvca1Vhvgg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvca1Vhvgg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uvca1Vhvgg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvca1Vhvgg .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uvca1Vhvgg .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uvca1Vhvgg .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uvca1Vhvgg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uvca1Vhvgg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvca1Vhvgg .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uvca1Vhvgg .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvca1Vhvgg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvca1Vhvgg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvca1Vhvgg .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-uvca1Vhvgg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uvca1Vhvgg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvca1Vhvgg .dropdown-item.active,
.cid-uvca1Vhvgg .dropdown-item:active {
  background-color: transparent;
}
.cid-uvca1Vhvgg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uvca1Vhvgg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvca1Vhvgg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvca1Vhvgg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvca1Vhvgg ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uvca1Vhvgg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvca1Vhvgg button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-uvca1Vhvgg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uvca1Vhvgg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvca1Vhvgg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvca1Vhvgg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvca1Vhvgg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvca1Vhvgg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvca1Vhvgg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvca1Vhvgg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvca1Vhvgg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvca1Vhvgg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uvca1Vhvgg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvca1Vhvgg .navbar {
    height: 70px;
  }
  .cid-uvca1Vhvgg .navbar.opened {
    height: auto;
  }
  .cid-uvca1Vhvgg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvca1Vhvgg .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uvca1Vhvgg .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-uvca1Vhvgg .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uvca1Vhvgg .text_widget {
  margin-bottom: 32px;
}
.cid-uvca1Vhvgg .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uvca1Vhvgg .text_widget a:hover,
.cid-uvca1Vhvgg .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uvca1Vhvgg .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uvca1Vhvgg .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uvca1Vhvgg .navbar-caption {
  color: #000000;
}
.cid-uvca1Vhvgg .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uvca1Vhvgg .mbr-section-subtitle,
.cid-uvca1Vhvgg .text_widget,
.cid-uvca1Vhvgg .mbr-section-btn {
  text-align: center;
}
.cid-uvca1Vhvgg a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uvca1VCFsp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uvca1VCFsp .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uvca1VCFsp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvca1VCFsp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvca1VCFsp .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uvca1VCFsp .content-wrap .card {
  justify-content: space-between;
}
.cid-uvca1VCFsp .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uvca1VCFsp .content-wrapper {
    padding: 0;
  }
}
.cid-uvca1VCFsp .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uvca1VCFsp .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uvca1VCFsp .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uvca1VCFsp .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uvca1VCFsp .mbr-desc,
.cid-uvca1VCFsp .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uvca1VCFsp .mbr-section-title,
.cid-uvca1VCFsp .mbr-section-btn {
  color: #ffffff;
}
.cid-uvca1VVWa6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uvca1VVWa6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvca1VVWa6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvca1VVWa6 img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border: 2px dashed #f7bc4a;
  border-radius: 8px;
}
.cid-uvca1VVWa6 .img-wide {
  height: 50%;
}
.cid-uvca1VVWa6 .img-big {
  height: 100%;
}
.cid-uvca1WcbQl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uvca1WcbQl .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uvca1WcbQl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvca1WcbQl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvca1WcbQl .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uvca1WcbQl .content-wrap .card {
  justify-content: space-between;
}
.cid-uvca1WcbQl .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uvca1WcbQl .content-wrapper {
    padding: 0;
  }
}
.cid-uvca1WcbQl .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uvca1WcbQl .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uvca1WcbQl .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uvca1WcbQl .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uvca1WcbQl .mbr-desc,
.cid-uvca1WcbQl .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uvca1WcbQl .mbr-section-title,
.cid-uvca1WcbQl .mbr-section-btn {
  color: #ffffff;
}
.cid-uvca1Wse4P {
  position: relative;
  overflow: hidden;
  background-color: #1e88e5;
}
.cid-uvca1Wse4P .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uvca1Wse4P .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uvca1Wse4P .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #0aa3c2;
  z-index: 1;
}
.cid-uvca1Wse4P .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #1e88e5;
}
.cid-uvca1Wse4P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvca1Wse4P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvca1Wse4P .row {
  position: relative;
  z-index: 2;
}
.cid-uvca1Wse4P .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uvca1Wse4P .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uvca1Wse4P .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uvca1Wse4P .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-uvca1Wse4P .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-uvca1Wse4P .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uvca1Wse4P .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uvca1Wse4P .image-wrapper {
    margin-top: 46px;
  }
}
.cid-uvca1Wse4P .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvca1Wse4P .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-uvca1Wse4P .mbr-section-title {
  color: #ffffff;
}
.cid-uvca1Wse4P .mbr-text {
  color: #51565c;
}
.cid-uvca1Wse4P .mbr-text,
.cid-uvca1Wse4P .text-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uvca1WIjzB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1e88e5;
  position: relative;
}
.cid-uvca1WIjzB .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4188ff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uvca1WIjzB .mbr-section-head {
  width: 100%;
  margin-bottom: 3.4vw;
}
@media (max-width: 767px) {
  .cid-uvca1WIjzB .mbr-section-head {
    margin-bottom: 6.93vw;
  }
}
.cid-uvca1WIjzB .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
.cid-uvca1WIjzB .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uvca1WIjzB .item {
  display: flex;
  align-items: stretch;
  margin-bottom: 1.4vw;
  overflow: visible;
}
@media (max-width: 767px) {
  .cid-uvca1WIjzB .item {
    margin-bottom: 0.75rem;
  }
}
.cid-uvca1WIjzB .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: 0.3s all;
  overflow: visible;
}
.cid-uvca1WIjzB .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 26px;
  overflow: hidden;
  transition: 0.3s all;
  border: 1px solid #ffffff;
}
.cid-uvca1WIjzB .item-img:hover {
  transform: translateY(-3px);
}
.cid-uvca1WIjzB .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uvca1WIjzB .item-content {
  width: 100%;
  margin-top: 1.75rem;
}
.cid-uvca1WIjzB .item-title {
  color: #ffffff;
  margin-right: auto;
  width: 100%;
  text-align: center;
}
.cid-uvca1WIjzB .mbr-text {
  color: #000000;
  margin-top: 0.75rem;
}
.cid-uvca1WIjzB .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uvca1WIjzB .mbr-text,
.cid-uvca1WIjzB .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uvca1X7z9E {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uvca1X7z9E .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uvca1X7z9E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvca1X7z9E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvca1X7z9E .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uvca1X7z9E .content-wrap .card {
  justify-content: space-between;
}
.cid-uvca1X7z9E .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uvca1X7z9E .content-wrapper {
    padding: 0;
  }
}
.cid-uvca1X7z9E .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uvca1X7z9E .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uvca1X7z9E .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uvca1X7z9E .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uvca1X7z9E .mbr-desc,
.cid-uvca1X7z9E .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uvca1X7z9E .mbr-section-title,
.cid-uvca1X7z9E .mbr-section-btn {
  color: #ffffff;
}
.cid-uvca1XvU5O {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-uvca1XvU5O .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uvca1XvU5O .item {
    margin-bottom: 1rem;
  }
}
.cid-uvca1XvU5O .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uvca1XvU5O .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uvca1XvU5O .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uvca1XvU5O .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uvca1XvU5O .carousel-control,
.cid-uvca1XvU5O .close {
  background: #1b1b1b;
}
.cid-uvca1XvU5O .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uvca1XvU5O .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uvca1XvU5O .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uvca1XvU5O .carousel-control-next span {
  margin-left: 5px;
}
.cid-uvca1XvU5O .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uvca1XvU5O .close::before {
  content: '\e91a';
}
.cid-uvca1XvU5O .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uvca1XvU5O .carousel-control {
  display: flex;
  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-uvca1XvU5O .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uvca1XvU5O .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uvca1XvU5O .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uvca1XvU5O .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uvca1XvU5O .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-uvca1XvU5O .carousel-indicators li.active,
.cid-uvca1XvU5O .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uvca1XvU5O .carousel-indicators li::after,
.cid-uvca1XvU5O .carousel-indicators li::before {
  content: none;
}
.cid-uvca1XvU5O .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uvca1XvU5O .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uvca1XvU5O .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uvca1XvU5O .carousel-indicators {
    display: none;
  }
}
.cid-uvca1XvU5O .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uvca1XvU5O .carousel-inner > .active {
  display: block;
}
.cid-uvca1XvU5O .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uvca1XvU5O .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uvca1XvU5O .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uvca1XvU5O .carousel-control,
  .cid-uvca1XvU5O .carousel-indicators,
  .cid-uvca1XvU5O .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uvca1XvU5O .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uvca1XvU5O .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uvca1XvU5O .carousel-indicators .active,
.cid-uvca1XvU5O .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uvca1XvU5O .carousel-indicators .active {
  background: #fff;
}
.cid-uvca1XvU5O .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uvca1XvU5O .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uvca1XvU5O .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uvca1XvU5O .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uvca1XvU5O .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uvca1XvU5O .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uvca1XvU5O .carousel {
  width: 100%;
}
.cid-uvca1XvU5O .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uvca1XvU5O .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uvca1XvU5O .modal.fade .modal-dialog,
.cid-uvca1XvU5O .modal.in .modal-dialog {
  transform: none;
}
.cid-uvca1XvU5O .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uvca1XvU5O .content-head {
  max-width: 800px;
}
.cid-uvca1XvU5O H4 {
  color: #ffffff;
}
.cid-uvca1XWs2G {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uvca1XWs2G .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uvca1XWs2G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvca1XWs2G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvca1XWs2G .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uvca1XWs2G .content-wrap .card {
  justify-content: space-between;
}
.cid-uvca1XWs2G .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uvca1XWs2G .content-wrapper {
    padding: 0;
  }
}
.cid-uvca1XWs2G .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uvca1XWs2G .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uvca1XWs2G .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uvca1XWs2G .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uvca1XWs2G .mbr-desc,
.cid-uvca1XWs2G .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uvca1XWs2G .mbr-section-title,
.cid-uvca1XWs2G .mbr-section-btn {
  color: #ffffff;
}
.cid-uvca1YhGB9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-uvca1YhGB9 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uvca1YhGB9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvca1YhGB9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvca1YhGB9 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uvca1YhGB9 .content-wrap .card {
  justify-content: space-between;
}
.cid-uvca1YhGB9 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uvca1YhGB9 .content-wrapper {
    padding: 0;
  }
}
.cid-uvca1YhGB9 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uvca1YhGB9 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uvca1YhGB9 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uvca1YhGB9 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uvca1YhGB9 .mbr-desc,
.cid-uvca1YhGB9 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uvca1YhGB9 .mbr-section-title,
.cid-uvca1YhGB9 .mbr-section-btn {
  color: #ffffff;
}
.cid-uvca1YB0q0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uvca1YB0q0 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uvca1YB0q0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvca1YB0q0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvca1YB0q0 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uvca1YB0q0 .content-wrap .card {
  justify-content: space-between;
}
.cid-uvca1YB0q0 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uvca1YB0q0 .content-wrapper {
    padding: 0;
  }
}
.cid-uvca1YB0q0 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uvca1YB0q0 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uvca1YB0q0 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uvca1YB0q0 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uvca1YB0q0 .mbr-desc,
.cid-uvca1YB0q0 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uvca1YB0q0 .mbr-section-title,
.cid-uvca1YB0q0 .mbr-section-btn {
  color: #ffffff;
}
.cid-uvca1YXuQI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-uvca1YXuQI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvca1YXuQI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvca1YXuQI .container {
    padding: 0 16px;
  }
}
.cid-uvca1YXuQI .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uvca1YXuQI .card {
    margin-bottom: 40px;
  }
}
.cid-uvca1YXuQI .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uvca1YXuQI .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uvca1YXuQI .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uvca1YXuQI .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uvca1YXuQI .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uvca1YXuQI .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uvca1YXuQI .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uvca1YXuQI .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uvca1YXuQI .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uvca1YXuQI .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uvca1YXuQI .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uvca1YXuQI .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uvca1YXuQI .mbr-section-title {
  color: #ffffff;
}
.cid-uvca1YXuQI .copyright {
  color: #ffffff;
}
.cid-uvca1YXuQI .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uvca1YXuQI .list {
  color: #ffffff;
  text-align: center;
}
.cid-uvca1YXuQI .mbr-section-title,
.cid-uvca1YXuQI .title-wrapper,
.cid-uvca1YXuQI .social-wrapper {
  text-align: center;
}
.cid-uvgKtZiRIc {
  background-color: transparent;
}
.cid-uvgKtZiRIc .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-uvgKtZiRIc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-uvgKtZiRIc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvgKtZiRIc .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uvgKtZiRIc .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uvgKtZiRIc .menu_box .navbar.opened,
  .cid-uvgKtZiRIc .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uvgKtZiRIc .navbar-dropdown {
  position: relative !important;
}
.cid-uvgKtZiRIc .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uvgKtZiRIc .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uvgKtZiRIc .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uvgKtZiRIc .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uvgKtZiRIc .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uvgKtZiRIc .btn:hover {
  box-shadow: none;
}
.cid-uvgKtZiRIc .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uvgKtZiRIc .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uvgKtZiRIc .nav-item {
    margin: 0 !important;
  }
}
.cid-uvgKtZiRIc .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-uvgKtZiRIc .nav-item .nav-link:hover,
.cid-uvgKtZiRIc .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-uvgKtZiRIc .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uvgKtZiRIc .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uvgKtZiRIc .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uvgKtZiRIc .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uvgKtZiRIc .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uvgKtZiRIc .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uvgKtZiRIc .offcanvas_box {
    display: none;
  }
}
.cid-uvgKtZiRIc .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uvgKtZiRIc .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uvgKtZiRIc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uvgKtZiRIc .container {
  display: flex;
  margin: auto;
}
.cid-uvgKtZiRIc .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uvgKtZiRIc .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uvgKtZiRIc .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-uvgKtZiRIc .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uvgKtZiRIc .navbar-nav {
    margin: 0;
  }
}
.cid-uvgKtZiRIc .dropdown-menu,
.cid-uvgKtZiRIc .navbar.opened {
  background-color: false !important;
}
.cid-uvgKtZiRIc .nav-item:focus,
.cid-uvgKtZiRIc .nav-link:focus {
  outline: none;
}
.cid-uvgKtZiRIc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvgKtZiRIc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvgKtZiRIc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvgKtZiRIc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvgKtZiRIc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvgKtZiRIc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvgKtZiRIc .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uvgKtZiRIc .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uvgKtZiRIc .navbar.opened {
  transition: all 0.3s;
}
.cid-uvgKtZiRIc .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uvgKtZiRIc .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uvgKtZiRIc .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvgKtZiRIc .navbar.collapsed {
  justify-content: center;
}
.cid-uvgKtZiRIc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvgKtZiRIc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uvgKtZiRIc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvgKtZiRIc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvgKtZiRIc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvgKtZiRIc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uvgKtZiRIc .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uvgKtZiRIc .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uvgKtZiRIc .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uvgKtZiRIc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvgKtZiRIc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvgKtZiRIc .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uvgKtZiRIc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvgKtZiRIc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uvgKtZiRIc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvgKtZiRIc .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uvgKtZiRIc .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uvgKtZiRIc .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uvgKtZiRIc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uvgKtZiRIc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvgKtZiRIc .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uvgKtZiRIc .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvgKtZiRIc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvgKtZiRIc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvgKtZiRIc .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-uvgKtZiRIc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uvgKtZiRIc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvgKtZiRIc .dropdown-item.active,
.cid-uvgKtZiRIc .dropdown-item:active {
  background-color: transparent;
}
.cid-uvgKtZiRIc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uvgKtZiRIc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvgKtZiRIc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvgKtZiRIc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvgKtZiRIc ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uvgKtZiRIc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvgKtZiRIc button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-uvgKtZiRIc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uvgKtZiRIc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvgKtZiRIc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvgKtZiRIc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvgKtZiRIc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvgKtZiRIc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvgKtZiRIc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvgKtZiRIc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvgKtZiRIc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvgKtZiRIc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uvgKtZiRIc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvgKtZiRIc .navbar {
    height: 70px;
  }
  .cid-uvgKtZiRIc .navbar.opened {
    height: auto;
  }
  .cid-uvgKtZiRIc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvgKtZiRIc .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uvgKtZiRIc .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-uvgKtZiRIc .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uvgKtZiRIc .text_widget {
  margin-bottom: 32px;
}
.cid-uvgKtZiRIc .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uvgKtZiRIc .text_widget a:hover,
.cid-uvgKtZiRIc .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uvgKtZiRIc .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uvgKtZiRIc .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uvgKtZiRIc .navbar-caption {
  color: #000000;
}
.cid-uvgKtZiRIc .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uvgKtZiRIc .mbr-section-subtitle,
.cid-uvgKtZiRIc .text_widget,
.cid-uvgKtZiRIc .mbr-section-btn {
  text-align: center;
}
.cid-uvgKtZiRIc a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uvgKtZYRZQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uvgKtZYRZQ .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uvgKtZYRZQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvgKtZYRZQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvgKtZYRZQ .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uvgKtZYRZQ .content-wrap .card {
  justify-content: space-between;
}
.cid-uvgKtZYRZQ .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uvgKtZYRZQ .content-wrapper {
    padding: 0;
  }
}
.cid-uvgKtZYRZQ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uvgKtZYRZQ .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uvgKtZYRZQ .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uvgKtZYRZQ .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uvgKtZYRZQ .mbr-desc,
.cid-uvgKtZYRZQ .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uvgKtZYRZQ .mbr-section-title,
.cid-uvgKtZYRZQ .mbr-section-btn {
  color: #ffffff;
}
.cid-uBYhmskdnx {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #2a1793;
}
.cid-uBYhmskdnx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBYhmskdnx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBYhmskdnx .row {
  flex-direction: row-reverse;
}
.cid-uBYhmskdnx .mbr-description {
  color: #ffffff;
}
.cid-uvgKu1mNrk {
  position: relative;
  overflow: hidden;
  background-color: #1e88e5;
}
.cid-uvgKu1mNrk .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uvgKu1mNrk .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uvgKu1mNrk .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #0aa3c2;
  z-index: 1;
}
.cid-uvgKu1mNrk .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #1e88e5;
}
.cid-uvgKu1mNrk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvgKu1mNrk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvgKu1mNrk .row {
  position: relative;
  z-index: 2;
}
.cid-uvgKu1mNrk .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uvgKu1mNrk .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uvgKu1mNrk .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uvgKu1mNrk .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-uvgKu1mNrk .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-uvgKu1mNrk .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uvgKu1mNrk .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uvgKu1mNrk .image-wrapper {
    margin-top: 46px;
  }
}
.cid-uvgKu1mNrk .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvgKu1mNrk .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-uvgKu1mNrk .mbr-section-title {
  color: #ffffff;
}
.cid-uvgKu1mNrk .mbr-text {
  color: #51565c;
}
.cid-uvgKu1mNrk .mbr-text,
.cid-uvgKu1mNrk .text-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uvgMT0Sge8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1e88e5;
}
.cid-uvgMT0Sge8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvgMT0Sge8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvgMT0Sge8 .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uvgMT0Sge8 .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uvgMT0Sge8 .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uvgMT0Sge8 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uvgMT0Sge8 .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #b7140b;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uvgMT0Sge8 .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uvgMT0Sge8 .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uvgMT0Sge8 .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uvgMT0Sge8 .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uvgMT0Sge8 .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uvgMT0Sge8 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uvgMT0Sge8 .mbr-section-title,
.cid-uvgMT0Sge8 .mbr-section-btn {
  color: #ffffff;
}
.cid-uvgNz4JgXi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uvgNz4JgXi .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uvgNz4JgXi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvgNz4JgXi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvgNz4JgXi .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uvgNz4JgXi .content-wrap .card {
  justify-content: space-between;
}
.cid-uvgNz4JgXi .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uvgNz4JgXi .content-wrapper {
    padding: 0;
  }
}
.cid-uvgNz4JgXi .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uvgNz4JgXi .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uvgNz4JgXi .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uvgNz4JgXi .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uvgNz4JgXi .mbr-desc,
.cid-uvgNz4JgXi .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uvgNz4JgXi .mbr-section-title,
.cid-uvgNz4JgXi .mbr-section-btn {
  color: #ffffff;
}
.cid-uvgNOsUHaE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #0aa3c2;
}
.cid-uvgNOsUHaE .decor-wrap_1 {
  position: absolute;
  top: 2rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #0aa3c2 0, #b7140b 43%, #0aa3c2 100%);
}
.cid-uvgNOsUHaE .decor-wrap_2 {
  position: absolute;
  top: 20%;
  right: -4rem;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #0aa3c2 0, #b7140b 43%, #0aa3c2 100%);
}
.cid-uvgNOsUHaE .decor-wrap_3 {
  position: absolute;
  bottom: -35%;
  left: -10rem;
  width: 539px;
  height: 539px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #0aa3c2 0, #b7140b 43%, #0aa3c2 100%);
}
.cid-uvgNOsUHaE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvgNOsUHaE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvgNOsUHaE .container {
    padding: 0 30px;
  }
}
.cid-uvgNOsUHaE .row {
  position: relative;
  z-index: 1;
  justify-content: center;
}
.cid-uvgNOsUHaE .image-wrapper {
  background-color: #000000;
  padding: 40px 40px 40px 0;
}
@media (max-width: 992px) {
  .cid-uvgNOsUHaE .image-wrapper {
    padding: 20px 20px 20px 0;
  }
}
.cid-uvgNOsUHaE .image-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvgNOsUHaE .image-wrapper img {
    height: 350px;
  }
}
.cid-uvgPFrv1og {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uvgPFrv1og .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uvgPFrv1og .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvgPFrv1og .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvgPFrv1og .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uvgPFrv1og .content-wrap .card {
  justify-content: space-between;
}
.cid-uvgPFrv1og .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uvgPFrv1og .content-wrapper {
    padding: 0;
  }
}
.cid-uvgPFrv1og .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uvgPFrv1og .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uvgPFrv1og .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uvgPFrv1og .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uvgPFrv1og .mbr-desc,
.cid-uvgPFrv1og .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uvgPFrv1og .mbr-section-title,
.cid-uvgPFrv1og .mbr-section-btn {
  color: #ffffff;
}
.cid-uvgKu1Tnc9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1e88e5;
  position: relative;
}
.cid-uvgKu1Tnc9 .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4188ff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uvgKu1Tnc9 .mbr-section-head {
  width: 100%;
  margin-bottom: 3.4vw;
}
@media (max-width: 767px) {
  .cid-uvgKu1Tnc9 .mbr-section-head {
    margin-bottom: 6.93vw;
  }
}
.cid-uvgKu1Tnc9 .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
.cid-uvgKu1Tnc9 .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uvgKu1Tnc9 .item {
  display: flex;
  align-items: stretch;
  margin-bottom: 1.4vw;
  overflow: visible;
}
@media (max-width: 767px) {
  .cid-uvgKu1Tnc9 .item {
    margin-bottom: 0.75rem;
  }
}
.cid-uvgKu1Tnc9 .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: 0.3s all;
  overflow: visible;
}
.cid-uvgKu1Tnc9 .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 26px;
  overflow: hidden;
  transition: 0.3s all;
  border: 1px solid #ffffff;
}
.cid-uvgKu1Tnc9 .item-img:hover {
  transform: translateY(-3px);
}
.cid-uvgKu1Tnc9 .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uvgKu1Tnc9 .item-content {
  width: 100%;
  margin-top: 1.75rem;
}
.cid-uvgKu1Tnc9 .item-title {
  color: #ffffff;
  margin-right: auto;
  width: 100%;
  text-align: center;
}
.cid-uvgKu1Tnc9 .mbr-text {
  color: #000000;
  margin-top: 0.75rem;
}
.cid-uvgKu1Tnc9 .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uvgKu1Tnc9 .mbr-text,
.cid-uvgKu1Tnc9 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uvgPGpRK5O {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uvgPGpRK5O .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uvgPGpRK5O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvgPGpRK5O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvgPGpRK5O .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uvgPGpRK5O .content-wrap .card {
  justify-content: space-between;
}
.cid-uvgPGpRK5O .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uvgPGpRK5O .content-wrapper {
    padding: 0;
  }
}
.cid-uvgPGpRK5O .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uvgPGpRK5O .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uvgPGpRK5O .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uvgPGpRK5O .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uvgPGpRK5O .mbr-desc,
.cid-uvgPGpRK5O .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uvgPGpRK5O .mbr-section-title,
.cid-uvgPGpRK5O .mbr-section-btn {
  color: #ffffff;
}
.cid-uvgP8NDABp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d00000;
  position: relative;
}
.cid-uvgP8NDABp .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d00000;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uvgP8NDABp .mbr-section-head {
  width: 100%;
  margin-bottom: 3.4vw;
}
@media (max-width: 767px) {
  .cid-uvgP8NDABp .mbr-section-head {
    margin-bottom: 6.93vw;
  }
}
.cid-uvgP8NDABp .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
.cid-uvgP8NDABp .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uvgP8NDABp .item {
  display: flex;
  align-items: stretch;
  margin-bottom: 1.4vw;
  overflow: visible;
}
@media (max-width: 767px) {
  .cid-uvgP8NDABp .item {
    margin-bottom: 0.75rem;
  }
}
.cid-uvgP8NDABp .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: 0.3s all;
  overflow: visible;
}
.cid-uvgP8NDABp .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 0.71428571;
  border-radius: 26px;
  overflow: hidden;
  transition: 0.3s all;
}
.cid-uvgP8NDABp .item-img:hover {
  transform: translateY(-3px);
}
.cid-uvgP8NDABp .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uvgP8NDABp .item-content {
  width: 100%;
  margin-top: 1.75rem;
}
.cid-uvgP8NDABp .item-title {
  color: #000000;
  margin-right: auto;
  width: 100%;
  text-align: center;
}
.cid-uvgP8NDABp .mbr-text {
  color: #000000;
  margin-top: 0.75rem;
}
.cid-uvgP8NDABp .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uvgP8NDABp .mbr-text,
.cid-uvgP8NDABp .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uvgKu2vmSp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uvgKu2vmSp .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uvgKu2vmSp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvgKu2vmSp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvgKu2vmSp .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uvgKu2vmSp .content-wrap .card {
  justify-content: space-between;
}
.cid-uvgKu2vmSp .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uvgKu2vmSp .content-wrapper {
    padding: 0;
  }
}
.cid-uvgKu2vmSp .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uvgKu2vmSp .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uvgKu2vmSp .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uvgKu2vmSp .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uvgKu2vmSp .mbr-desc,
.cid-uvgKu2vmSp .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uvgKu2vmSp .mbr-section-title,
.cid-uvgKu2vmSp .mbr-section-btn {
  color: #ffffff;
}
.cid-uvgKu31kNs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-uvgKu31kNs .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uvgKu31kNs .item {
    margin-bottom: 1rem;
  }
}
.cid-uvgKu31kNs .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uvgKu31kNs .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uvgKu31kNs .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uvgKu31kNs .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uvgKu31kNs .carousel-control,
.cid-uvgKu31kNs .close {
  background: #1b1b1b;
}
.cid-uvgKu31kNs .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uvgKu31kNs .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uvgKu31kNs .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uvgKu31kNs .carousel-control-next span {
  margin-left: 5px;
}
.cid-uvgKu31kNs .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uvgKu31kNs .close::before {
  content: '\e91a';
}
.cid-uvgKu31kNs .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uvgKu31kNs .carousel-control {
  display: flex;
  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-uvgKu31kNs .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uvgKu31kNs .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uvgKu31kNs .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uvgKu31kNs .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uvgKu31kNs .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-uvgKu31kNs .carousel-indicators li.active,
.cid-uvgKu31kNs .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uvgKu31kNs .carousel-indicators li::after,
.cid-uvgKu31kNs .carousel-indicators li::before {
  content: none;
}
.cid-uvgKu31kNs .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uvgKu31kNs .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uvgKu31kNs .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uvgKu31kNs .carousel-indicators {
    display: none;
  }
}
.cid-uvgKu31kNs .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uvgKu31kNs .carousel-inner > .active {
  display: block;
}
.cid-uvgKu31kNs .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uvgKu31kNs .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uvgKu31kNs .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uvgKu31kNs .carousel-control,
  .cid-uvgKu31kNs .carousel-indicators,
  .cid-uvgKu31kNs .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uvgKu31kNs .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uvgKu31kNs .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uvgKu31kNs .carousel-indicators .active,
.cid-uvgKu31kNs .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uvgKu31kNs .carousel-indicators .active {
  background: #fff;
}
.cid-uvgKu31kNs .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uvgKu31kNs .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uvgKu31kNs .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uvgKu31kNs .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uvgKu31kNs .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uvgKu31kNs .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uvgKu31kNs .carousel {
  width: 100%;
}
.cid-uvgKu31kNs .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uvgKu31kNs .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uvgKu31kNs .modal.fade .modal-dialog,
.cid-uvgKu31kNs .modal.in .modal-dialog {
  transform: none;
}
.cid-uvgKu31kNs .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uvgKu31kNs .content-head {
  max-width: 800px;
}
.cid-uvgKu31kNs H4 {
  color: #ffffff;
}
.cid-uvgKu3O5ZM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uvgKu3O5ZM .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uvgKu3O5ZM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvgKu3O5ZM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvgKu3O5ZM .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uvgKu3O5ZM .content-wrap .card {
  justify-content: space-between;
}
.cid-uvgKu3O5ZM .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uvgKu3O5ZM .content-wrapper {
    padding: 0;
  }
}
.cid-uvgKu3O5ZM .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uvgKu3O5ZM .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uvgKu3O5ZM .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uvgKu3O5ZM .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uvgKu3O5ZM .mbr-desc,
.cid-uvgKu3O5ZM .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uvgKu3O5ZM .mbr-section-title,
.cid-uvgKu3O5ZM .mbr-section-btn {
  color: #ffffff;
}
.cid-uvgKu4qTxS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-uvgKu4qTxS .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uvgKu4qTxS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvgKu4qTxS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvgKu4qTxS .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uvgKu4qTxS .content-wrap .card {
  justify-content: space-between;
}
.cid-uvgKu4qTxS .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uvgKu4qTxS .content-wrapper {
    padding: 0;
  }
}
.cid-uvgKu4qTxS .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uvgKu4qTxS .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uvgKu4qTxS .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uvgKu4qTxS .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uvgKu4qTxS .mbr-desc,
.cid-uvgKu4qTxS .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uvgKu4qTxS .mbr-section-title,
.cid-uvgKu4qTxS .mbr-section-btn {
  color: #ffffff;
}
.cid-uvgKu5bWWU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uvgKu5bWWU .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uvgKu5bWWU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvgKu5bWWU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvgKu5bWWU .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uvgKu5bWWU .content-wrap .card {
  justify-content: space-between;
}
.cid-uvgKu5bWWU .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uvgKu5bWWU .content-wrapper {
    padding: 0;
  }
}
.cid-uvgKu5bWWU .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uvgKu5bWWU .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uvgKu5bWWU .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uvgKu5bWWU .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uvgKu5bWWU .mbr-desc,
.cid-uvgKu5bWWU .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uvgKu5bWWU .mbr-section-title,
.cid-uvgKu5bWWU .mbr-section-btn {
  color: #ffffff;
}
.cid-uvgKu5MShp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-uvgKu5MShp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvgKu5MShp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvgKu5MShp .container {
    padding: 0 16px;
  }
}
.cid-uvgKu5MShp .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uvgKu5MShp .card {
    margin-bottom: 40px;
  }
}
.cid-uvgKu5MShp .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uvgKu5MShp .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uvgKu5MShp .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uvgKu5MShp .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uvgKu5MShp .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uvgKu5MShp .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uvgKu5MShp .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uvgKu5MShp .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uvgKu5MShp .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uvgKu5MShp .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uvgKu5MShp .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uvgKu5MShp .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uvgKu5MShp .mbr-section-title {
  color: #ffffff;
}
.cid-uvgKu5MShp .copyright {
  color: #ffffff;
}
.cid-uvgKu5MShp .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uvgKu5MShp .list {
  color: #ffffff;
  text-align: center;
}
.cid-uvgKu5MShp .mbr-section-title,
.cid-uvgKu5MShp .title-wrapper,
.cid-uvgKu5MShp .social-wrapper {
  text-align: center;
}
.cid-uw77ZaiX5b {
  background-color: transparent;
}
.cid-uw77ZaiX5b .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-uw77ZaiX5b .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-uw77ZaiX5b .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uw77ZaiX5b .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uw77ZaiX5b .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uw77ZaiX5b .menu_box .navbar.opened,
  .cid-uw77ZaiX5b .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uw77ZaiX5b .navbar-dropdown {
  position: relative !important;
}
.cid-uw77ZaiX5b .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uw77ZaiX5b .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uw77ZaiX5b .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uw77ZaiX5b .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uw77ZaiX5b .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uw77ZaiX5b .btn:hover {
  box-shadow: none;
}
.cid-uw77ZaiX5b .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uw77ZaiX5b .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uw77ZaiX5b .nav-item {
    margin: 0 !important;
  }
}
.cid-uw77ZaiX5b .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-uw77ZaiX5b .nav-item .nav-link:hover,
.cid-uw77ZaiX5b .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-uw77ZaiX5b .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uw77ZaiX5b .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uw77ZaiX5b .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uw77ZaiX5b .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uw77ZaiX5b .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uw77ZaiX5b .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uw77ZaiX5b .offcanvas_box {
    display: none;
  }
}
.cid-uw77ZaiX5b .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uw77ZaiX5b .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uw77ZaiX5b .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uw77ZaiX5b .container {
  display: flex;
  margin: auto;
}
.cid-uw77ZaiX5b .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uw77ZaiX5b .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uw77ZaiX5b .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-uw77ZaiX5b .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uw77ZaiX5b .navbar-nav {
    margin: 0;
  }
}
.cid-uw77ZaiX5b .dropdown-menu,
.cid-uw77ZaiX5b .navbar.opened {
  background-color: false !important;
}
.cid-uw77ZaiX5b .nav-item:focus,
.cid-uw77ZaiX5b .nav-link:focus {
  outline: none;
}
.cid-uw77ZaiX5b .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uw77ZaiX5b .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uw77ZaiX5b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uw77ZaiX5b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uw77ZaiX5b .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uw77ZaiX5b .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uw77ZaiX5b .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uw77ZaiX5b .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uw77ZaiX5b .navbar.opened {
  transition: all 0.3s;
}
.cid-uw77ZaiX5b .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uw77ZaiX5b .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uw77ZaiX5b .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uw77ZaiX5b .navbar.collapsed {
  justify-content: center;
}
.cid-uw77ZaiX5b .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uw77ZaiX5b .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uw77ZaiX5b .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uw77ZaiX5b .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uw77ZaiX5b .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uw77ZaiX5b .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uw77ZaiX5b .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uw77ZaiX5b .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uw77ZaiX5b .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uw77ZaiX5b .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uw77ZaiX5b .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uw77ZaiX5b .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uw77ZaiX5b .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uw77ZaiX5b .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uw77ZaiX5b .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uw77ZaiX5b .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uw77ZaiX5b .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uw77ZaiX5b .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uw77ZaiX5b .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uw77ZaiX5b .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uw77ZaiX5b .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uw77ZaiX5b .navbar.navbar-short {
  min-height: 60px;
}
.cid-uw77ZaiX5b .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uw77ZaiX5b .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uw77ZaiX5b .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-uw77ZaiX5b .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uw77ZaiX5b .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uw77ZaiX5b .dropdown-item.active,
.cid-uw77ZaiX5b .dropdown-item:active {
  background-color: transparent;
}
.cid-uw77ZaiX5b .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uw77ZaiX5b .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uw77ZaiX5b .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uw77ZaiX5b .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uw77ZaiX5b ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uw77ZaiX5b .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uw77ZaiX5b button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-uw77ZaiX5b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uw77ZaiX5b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uw77ZaiX5b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uw77ZaiX5b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uw77ZaiX5b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uw77ZaiX5b nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uw77ZaiX5b nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uw77ZaiX5b nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uw77ZaiX5b nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uw77ZaiX5b a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uw77ZaiX5b .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uw77ZaiX5b .navbar {
    height: 70px;
  }
  .cid-uw77ZaiX5b .navbar.opened {
    height: auto;
  }
  .cid-uw77ZaiX5b .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uw77ZaiX5b .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uw77ZaiX5b .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-uw77ZaiX5b .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uw77ZaiX5b .text_widget {
  margin-bottom: 32px;
}
.cid-uw77ZaiX5b .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uw77ZaiX5b .text_widget a:hover,
.cid-uw77ZaiX5b .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uw77ZaiX5b .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uw77ZaiX5b .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uw77ZaiX5b .navbar-caption {
  color: #000000;
}
.cid-uw77ZaiX5b .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uw77ZaiX5b .mbr-section-subtitle,
.cid-uw77ZaiX5b .text_widget,
.cid-uw77ZaiX5b .mbr-section-btn {
  text-align: center;
}
.cid-uw77ZaiX5b a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uw77Zb1voa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uw77Zb1voa .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uw77Zb1voa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw77Zb1voa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw77Zb1voa .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uw77Zb1voa .content-wrap .card {
  justify-content: space-between;
}
.cid-uw77Zb1voa .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uw77Zb1voa .content-wrapper {
    padding: 0;
  }
}
.cid-uw77Zb1voa .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uw77Zb1voa .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uw77Zb1voa .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uw77Zb1voa .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uw77Zb1voa .mbr-desc,
.cid-uw77Zb1voa .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uw77Zb1voa .mbr-section-title,
.cid-uw77Zb1voa .mbr-section-btn {
  color: #ffffff;
}
.cid-uw77ZbDwPo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uw77ZbDwPo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw77ZbDwPo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw77ZbDwPo img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border: 2px dashed #f7bc4a;
  border-radius: 8px;
}
.cid-uw77ZbDwPo .img-wide {
  height: 50%;
}
.cid-uw77ZbDwPo .img-big {
  height: 100%;
}
.cid-uw77Zc9Mvb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uw77Zc9Mvb .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uw77Zc9Mvb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw77Zc9Mvb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw77Zc9Mvb .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uw77Zc9Mvb .content-wrap .card {
  justify-content: space-between;
}
.cid-uw77Zc9Mvb .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uw77Zc9Mvb .content-wrapper {
    padding: 0;
  }
}
.cid-uw77Zc9Mvb .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uw77Zc9Mvb .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uw77Zc9Mvb .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uw77Zc9Mvb .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uw77Zc9Mvb .mbr-desc,
.cid-uw77Zc9Mvb .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uw77Zc9Mvb .mbr-section-title,
.cid-uw77Zc9Mvb .mbr-section-btn {
  color: #ffffff;
}
.cid-uw77ZcHxkk {
  position: relative;
  overflow: hidden;
  background-color: #1e88e5;
}
.cid-uw77ZcHxkk .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uw77ZcHxkk .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uw77ZcHxkk .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #0aa3c2;
  z-index: 1;
}
.cid-uw77ZcHxkk .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #1e88e5;
}
.cid-uw77ZcHxkk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw77ZcHxkk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw77ZcHxkk .row {
  position: relative;
  z-index: 2;
}
.cid-uw77ZcHxkk .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uw77ZcHxkk .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uw77ZcHxkk .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uw77ZcHxkk .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-uw77ZcHxkk .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-uw77ZcHxkk .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uw77ZcHxkk .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uw77ZcHxkk .image-wrapper {
    margin-top: 46px;
  }
}
.cid-uw77ZcHxkk .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uw77ZcHxkk .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-uw77ZcHxkk .mbr-section-title {
  color: #ffffff;
}
.cid-uw77ZcHxkk .mbr-text {
  color: #51565c;
}
.cid-uw77ZcHxkk .mbr-text,
.cid-uw77ZcHxkk .text-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uw77ZdlhyV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1e88e5;
  position: relative;
}
.cid-uw77ZdlhyV .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4188ff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uw77ZdlhyV .mbr-section-head {
  width: 100%;
  margin-bottom: 3.4vw;
}
@media (max-width: 767px) {
  .cid-uw77ZdlhyV .mbr-section-head {
    margin-bottom: 6.93vw;
  }
}
.cid-uw77ZdlhyV .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
.cid-uw77ZdlhyV .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uw77ZdlhyV .item {
  display: flex;
  align-items: stretch;
  margin-bottom: 1.4vw;
  overflow: visible;
}
@media (max-width: 767px) {
  .cid-uw77ZdlhyV .item {
    margin-bottom: 0.75rem;
  }
}
.cid-uw77ZdlhyV .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: 0.3s all;
  overflow: visible;
}
.cid-uw77ZdlhyV .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 26px;
  overflow: hidden;
  transition: 0.3s all;
  border: 1px solid #ffffff;
}
.cid-uw77ZdlhyV .item-img:hover {
  transform: translateY(-3px);
}
.cid-uw77ZdlhyV .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uw77ZdlhyV .item-content {
  width: 100%;
  margin-top: 1.75rem;
}
.cid-uw77ZdlhyV .item-title {
  color: #ffffff;
  margin-right: auto;
  width: 100%;
  text-align: center;
}
.cid-uw77ZdlhyV .mbr-text {
  color: #000000;
  margin-top: 0.75rem;
}
.cid-uw77ZdlhyV .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uw77ZdlhyV .mbr-text,
.cid-uw77ZdlhyV .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uw77Ze6g1K {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uw77Ze6g1K .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uw77Ze6g1K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw77Ze6g1K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw77Ze6g1K .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uw77Ze6g1K .content-wrap .card {
  justify-content: space-between;
}
.cid-uw77Ze6g1K .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uw77Ze6g1K .content-wrapper {
    padding: 0;
  }
}
.cid-uw77Ze6g1K .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uw77Ze6g1K .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uw77Ze6g1K .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uw77Ze6g1K .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uw77Ze6g1K .mbr-desc,
.cid-uw77Ze6g1K .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uw77Ze6g1K .mbr-section-title,
.cid-uw77Ze6g1K .mbr-section-btn {
  color: #ffffff;
}
.cid-uw77ZeNm3O {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-uw77ZeNm3O .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uw77ZeNm3O .item {
    margin-bottom: 1rem;
  }
}
.cid-uw77ZeNm3O .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uw77ZeNm3O .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uw77ZeNm3O .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uw77ZeNm3O .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uw77ZeNm3O .carousel-control,
.cid-uw77ZeNm3O .close {
  background: #1b1b1b;
}
.cid-uw77ZeNm3O .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uw77ZeNm3O .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uw77ZeNm3O .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uw77ZeNm3O .carousel-control-next span {
  margin-left: 5px;
}
.cid-uw77ZeNm3O .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uw77ZeNm3O .close::before {
  content: '\e91a';
}
.cid-uw77ZeNm3O .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uw77ZeNm3O .carousel-control {
  display: flex;
  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-uw77ZeNm3O .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uw77ZeNm3O .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uw77ZeNm3O .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uw77ZeNm3O .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uw77ZeNm3O .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-uw77ZeNm3O .carousel-indicators li.active,
.cid-uw77ZeNm3O .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uw77ZeNm3O .carousel-indicators li::after,
.cid-uw77ZeNm3O .carousel-indicators li::before {
  content: none;
}
.cid-uw77ZeNm3O .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uw77ZeNm3O .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uw77ZeNm3O .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uw77ZeNm3O .carousel-indicators {
    display: none;
  }
}
.cid-uw77ZeNm3O .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uw77ZeNm3O .carousel-inner > .active {
  display: block;
}
.cid-uw77ZeNm3O .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uw77ZeNm3O .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uw77ZeNm3O .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uw77ZeNm3O .carousel-control,
  .cid-uw77ZeNm3O .carousel-indicators,
  .cid-uw77ZeNm3O .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uw77ZeNm3O .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uw77ZeNm3O .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uw77ZeNm3O .carousel-indicators .active,
.cid-uw77ZeNm3O .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uw77ZeNm3O .carousel-indicators .active {
  background: #fff;
}
.cid-uw77ZeNm3O .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uw77ZeNm3O .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uw77ZeNm3O .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uw77ZeNm3O .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uw77ZeNm3O .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uw77ZeNm3O .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uw77ZeNm3O .carousel {
  width: 100%;
}
.cid-uw77ZeNm3O .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uw77ZeNm3O .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uw77ZeNm3O .modal.fade .modal-dialog,
.cid-uw77ZeNm3O .modal.in .modal-dialog {
  transform: none;
}
.cid-uw77ZeNm3O .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uw77ZeNm3O .content-head {
  max-width: 800px;
}
.cid-uw77ZeNm3O H4 {
  color: #ffffff;
}
.cid-uw77Zgggdq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uw77Zgggdq .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uw77Zgggdq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw77Zgggdq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw77Zgggdq .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uw77Zgggdq .content-wrap .card {
  justify-content: space-between;
}
.cid-uw77Zgggdq .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uw77Zgggdq .content-wrapper {
    padding: 0;
  }
}
.cid-uw77Zgggdq .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uw77Zgggdq .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uw77Zgggdq .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uw77Zgggdq .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uw77Zgggdq .mbr-desc,
.cid-uw77Zgggdq .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uw77Zgggdq .mbr-section-title,
.cid-uw77Zgggdq .mbr-section-btn {
  color: #ffffff;
}
.cid-uw77ZgXHFh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-uw77ZgXHFh .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uw77ZgXHFh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw77ZgXHFh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw77ZgXHFh .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uw77ZgXHFh .content-wrap .card {
  justify-content: space-between;
}
.cid-uw77ZgXHFh .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uw77ZgXHFh .content-wrapper {
    padding: 0;
  }
}
.cid-uw77ZgXHFh .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uw77ZgXHFh .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uw77ZgXHFh .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uw77ZgXHFh .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uw77ZgXHFh .mbr-desc,
.cid-uw77ZgXHFh .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uw77ZgXHFh .mbr-section-title,
.cid-uw77ZgXHFh .mbr-section-btn {
  color: #ffffff;
}
.cid-uw77ZhGWTD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uw77ZhGWTD .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uw77ZhGWTD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw77ZhGWTD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw77ZhGWTD .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uw77ZhGWTD .content-wrap .card {
  justify-content: space-between;
}
.cid-uw77ZhGWTD .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uw77ZhGWTD .content-wrapper {
    padding: 0;
  }
}
.cid-uw77ZhGWTD .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uw77ZhGWTD .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uw77ZhGWTD .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uw77ZhGWTD .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uw77ZhGWTD .mbr-desc,
.cid-uw77ZhGWTD .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uw77ZhGWTD .mbr-section-title,
.cid-uw77ZhGWTD .mbr-section-btn {
  color: #ffffff;
}
.cid-uw77ZisrLv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-uw77ZisrLv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw77ZisrLv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uw77ZisrLv .container {
    padding: 0 16px;
  }
}
.cid-uw77ZisrLv .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uw77ZisrLv .card {
    margin-bottom: 40px;
  }
}
.cid-uw77ZisrLv .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uw77ZisrLv .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uw77ZisrLv .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uw77ZisrLv .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uw77ZisrLv .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uw77ZisrLv .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uw77ZisrLv .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uw77ZisrLv .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uw77ZisrLv .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uw77ZisrLv .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uw77ZisrLv .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uw77ZisrLv .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uw77ZisrLv .mbr-section-title {
  color: #ffffff;
}
.cid-uw77ZisrLv .copyright {
  color: #ffffff;
}
.cid-uw77ZisrLv .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uw77ZisrLv .list {
  color: #ffffff;
  text-align: center;
}
.cid-uw77ZisrLv .mbr-section-title,
.cid-uw77ZisrLv .title-wrapper,
.cid-uw77ZisrLv .social-wrapper {
  text-align: center;
}
.cid-uwcAA1bV7H {
  background-color: transparent;
}
.cid-uwcAA1bV7H .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-uwcAA1bV7H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-uwcAA1bV7H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwcAA1bV7H .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uwcAA1bV7H .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uwcAA1bV7H .menu_box .navbar.opened,
  .cid-uwcAA1bV7H .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uwcAA1bV7H .navbar-dropdown {
  position: relative !important;
}
.cid-uwcAA1bV7H .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uwcAA1bV7H .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uwcAA1bV7H .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uwcAA1bV7H .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uwcAA1bV7H .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uwcAA1bV7H .btn:hover {
  box-shadow: none;
}
.cid-uwcAA1bV7H .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uwcAA1bV7H .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uwcAA1bV7H .nav-item {
    margin: 0 !important;
  }
}
.cid-uwcAA1bV7H .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-uwcAA1bV7H .nav-item .nav-link:hover,
.cid-uwcAA1bV7H .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-uwcAA1bV7H .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uwcAA1bV7H .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uwcAA1bV7H .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uwcAA1bV7H .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uwcAA1bV7H .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uwcAA1bV7H .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uwcAA1bV7H .offcanvas_box {
    display: none;
  }
}
.cid-uwcAA1bV7H .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uwcAA1bV7H .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uwcAA1bV7H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uwcAA1bV7H .container {
  display: flex;
  margin: auto;
}
.cid-uwcAA1bV7H .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uwcAA1bV7H .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uwcAA1bV7H .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-uwcAA1bV7H .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uwcAA1bV7H .navbar-nav {
    margin: 0;
  }
}
.cid-uwcAA1bV7H .dropdown-menu,
.cid-uwcAA1bV7H .navbar.opened {
  background-color: false !important;
}
.cid-uwcAA1bV7H .nav-item:focus,
.cid-uwcAA1bV7H .nav-link:focus {
  outline: none;
}
.cid-uwcAA1bV7H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwcAA1bV7H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwcAA1bV7H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uwcAA1bV7H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwcAA1bV7H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwcAA1bV7H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwcAA1bV7H .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uwcAA1bV7H .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uwcAA1bV7H .navbar.opened {
  transition: all 0.3s;
}
.cid-uwcAA1bV7H .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uwcAA1bV7H .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uwcAA1bV7H .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uwcAA1bV7H .navbar.collapsed {
  justify-content: center;
}
.cid-uwcAA1bV7H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwcAA1bV7H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uwcAA1bV7H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwcAA1bV7H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwcAA1bV7H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwcAA1bV7H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uwcAA1bV7H .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uwcAA1bV7H .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uwcAA1bV7H .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uwcAA1bV7H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwcAA1bV7H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwcAA1bV7H .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uwcAA1bV7H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwcAA1bV7H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uwcAA1bV7H .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uwcAA1bV7H .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uwcAA1bV7H .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uwcAA1bV7H .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uwcAA1bV7H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uwcAA1bV7H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uwcAA1bV7H .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uwcAA1bV7H .navbar.navbar-short {
  min-height: 60px;
}
.cid-uwcAA1bV7H .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uwcAA1bV7H .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uwcAA1bV7H .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-uwcAA1bV7H .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uwcAA1bV7H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwcAA1bV7H .dropdown-item.active,
.cid-uwcAA1bV7H .dropdown-item:active {
  background-color: transparent;
}
.cid-uwcAA1bV7H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uwcAA1bV7H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwcAA1bV7H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwcAA1bV7H .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwcAA1bV7H ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uwcAA1bV7H .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwcAA1bV7H button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-uwcAA1bV7H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uwcAA1bV7H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uwcAA1bV7H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwcAA1bV7H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwcAA1bV7H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uwcAA1bV7H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwcAA1bV7H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uwcAA1bV7H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uwcAA1bV7H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwcAA1bV7H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uwcAA1bV7H .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uwcAA1bV7H .navbar {
    height: 70px;
  }
  .cid-uwcAA1bV7H .navbar.opened {
    height: auto;
  }
  .cid-uwcAA1bV7H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwcAA1bV7H .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uwcAA1bV7H .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-uwcAA1bV7H .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uwcAA1bV7H .text_widget {
  margin-bottom: 32px;
}
.cid-uwcAA1bV7H .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uwcAA1bV7H .text_widget a:hover,
.cid-uwcAA1bV7H .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uwcAA1bV7H .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uwcAA1bV7H .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uwcAA1bV7H .navbar-caption {
  color: #000000;
}
.cid-uwcAA1bV7H .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uwcAA1bV7H .mbr-section-subtitle,
.cid-uwcAA1bV7H .text_widget,
.cid-uwcAA1bV7H .mbr-section-btn {
  text-align: center;
}
.cid-uwcAA1bV7H a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uwcAA1wsvL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uwcAA1wsvL .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uwcAA1wsvL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwcAA1wsvL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwcAA1wsvL .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uwcAA1wsvL .content-wrap .card {
  justify-content: space-between;
}
.cid-uwcAA1wsvL .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uwcAA1wsvL .content-wrapper {
    padding: 0;
  }
}
.cid-uwcAA1wsvL .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uwcAA1wsvL .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uwcAA1wsvL .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uwcAA1wsvL .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uwcAA1wsvL .mbr-desc,
.cid-uwcAA1wsvL .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uwcAA1wsvL .mbr-section-title,
.cid-uwcAA1wsvL .mbr-section-btn {
  color: #ffffff;
}
.cid-uwcAA1SOHF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uwcAA1SOHF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwcAA1SOHF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwcAA1SOHF img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border: 2px dashed #f7bc4a;
  border-radius: 8px;
}
.cid-uwcAA1SOHF .img-wide {
  height: 50%;
}
.cid-uwcAA1SOHF .img-big {
  height: 100%;
}
.cid-uwcAA2feHn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uwcAA2feHn .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uwcAA2feHn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwcAA2feHn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwcAA2feHn .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uwcAA2feHn .content-wrap .card {
  justify-content: space-between;
}
.cid-uwcAA2feHn .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uwcAA2feHn .content-wrapper {
    padding: 0;
  }
}
.cid-uwcAA2feHn .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uwcAA2feHn .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uwcAA2feHn .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uwcAA2feHn .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uwcAA2feHn .mbr-desc,
.cid-uwcAA2feHn .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uwcAA2feHn .mbr-section-title,
.cid-uwcAA2feHn .mbr-section-btn {
  color: #ffffff;
}
.cid-uwcAU6Z8cN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #d00000;
}
.cid-uwcAU6Z8cN .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uwcAU6Z8cN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwcAU6Z8cN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwcAU6Z8cN .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uwcAU6Z8cN .content-wrap .card {
  justify-content: space-between;
}
.cid-uwcAU6Z8cN .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uwcAU6Z8cN .content-wrapper {
    padding: 0;
  }
}
.cid-uwcAU6Z8cN .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uwcAU6Z8cN .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uwcAU6Z8cN .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uwcAU6Z8cN .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uwcAU6Z8cN .mbr-desc,
.cid-uwcAU6Z8cN .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uwcAU6Z8cN .mbr-section-title,
.cid-uwcAU6Z8cN .mbr-section-btn {
  color: #ffffff;
}
.cid-uwcAA2zVUr {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #2a1793;
}
.cid-uwcAA2zVUr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwcAA2zVUr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwcAA2zVUr .row {
  flex-direction: row-reverse;
}
.cid-uwcAA2zVUr .mbr-description {
  color: #ffffff;
}
.cid-uwcAA2TotU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uwcAA2TotU .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uwcAA2TotU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwcAA2TotU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwcAA2TotU .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uwcAA2TotU .content-wrap .card {
  justify-content: space-between;
}
.cid-uwcAA2TotU .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uwcAA2TotU .content-wrapper {
    padding: 0;
  }
}
.cid-uwcAA2TotU .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uwcAA2TotU .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uwcAA2TotU .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uwcAA2TotU .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uwcAA2TotU .mbr-desc,
.cid-uwcAA2TotU .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uwcAA2TotU .mbr-section-title,
.cid-uwcAA2TotU .mbr-section-btn {
  color: #ffffff;
}
.cid-uwcAA3haOK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2a1793;
}
.cid-uwcAA3haOK .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uwcAA3haOK .item {
    margin-bottom: 1rem;
  }
}
.cid-uwcAA3haOK .item-wrapper {
  position: relative;
}
.cid-uwcAA3haOK .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uwcAA3haOK .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uwcAA3haOK .carousel-control,
.cid-uwcAA3haOK .close {
  background: #1b1b1b;
}
.cid-uwcAA3haOK .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uwcAA3haOK .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uwcAA3haOK .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uwcAA3haOK .carousel-control-next span {
  margin-left: 5px;
}
.cid-uwcAA3haOK .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uwcAA3haOK .close::before {
  content: '\e91a';
}
.cid-uwcAA3haOK .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uwcAA3haOK .carousel-control {
  display: flex;
  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-uwcAA3haOK .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uwcAA3haOK .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uwcAA3haOK .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uwcAA3haOK .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uwcAA3haOK .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-uwcAA3haOK .carousel-indicators li.active,
.cid-uwcAA3haOK .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uwcAA3haOK .carousel-indicators li::after,
.cid-uwcAA3haOK .carousel-indicators li::before {
  content: none;
}
.cid-uwcAA3haOK .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uwcAA3haOK .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uwcAA3haOK .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uwcAA3haOK .carousel-indicators {
    display: none;
  }
}
.cid-uwcAA3haOK .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uwcAA3haOK .carousel-inner > .active {
  display: block;
}
.cid-uwcAA3haOK .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uwcAA3haOK .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uwcAA3haOK .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uwcAA3haOK .carousel-control,
  .cid-uwcAA3haOK .carousel-indicators,
  .cid-uwcAA3haOK .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uwcAA3haOK .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uwcAA3haOK .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uwcAA3haOK .carousel-indicators .active,
.cid-uwcAA3haOK .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uwcAA3haOK .carousel-indicators .active {
  background: #fff;
}
.cid-uwcAA3haOK .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uwcAA3haOK .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uwcAA3haOK .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uwcAA3haOK .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uwcAA3haOK .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uwcAA3haOK .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uwcAA3haOK .carousel {
  width: 100%;
}
.cid-uwcAA3haOK .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uwcAA3haOK .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uwcAA3haOK .modal.fade .modal-dialog,
.cid-uwcAA3haOK .modal.in .modal-dialog {
  transform: none;
}
.cid-uwcAA3haOK .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uwcAA3haOK .content-head {
  max-width: 800px;
}
.cid-uwcAA3haOK H3 {
  color: #ffffff;
}
.cid-uwcAA3haOK H6 {
  color: #ffffff;
}
.cid-uwcAA3JCs5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uwcAA3JCs5 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uwcAA3JCs5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwcAA3JCs5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwcAA3JCs5 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uwcAA3JCs5 .content-wrap .card {
  justify-content: space-between;
}
.cid-uwcAA3JCs5 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uwcAA3JCs5 .content-wrapper {
    padding: 0;
  }
}
.cid-uwcAA3JCs5 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uwcAA3JCs5 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uwcAA3JCs5 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uwcAA3JCs5 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uwcAA3JCs5 .mbr-desc,
.cid-uwcAA3JCs5 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uwcAA3JCs5 .mbr-section-title,
.cid-uwcAA3JCs5 .mbr-section-btn {
  color: #ffffff;
}
.cid-uwcAA466tY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0aa3c2;
}
.cid-uwcAA466tY .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uwcAA466tY .item {
    margin-bottom: 1rem;
  }
}
.cid-uwcAA466tY .item-wrapper {
  position: relative;
}
.cid-uwcAA466tY .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uwcAA466tY .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uwcAA466tY .carousel-control,
.cid-uwcAA466tY .close {
  background: #1b1b1b;
}
.cid-uwcAA466tY .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uwcAA466tY .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uwcAA466tY .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uwcAA466tY .carousel-control-next span {
  margin-left: 5px;
}
.cid-uwcAA466tY .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uwcAA466tY .close::before {
  content: '\e91a';
}
.cid-uwcAA466tY .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uwcAA466tY .carousel-control {
  display: flex;
  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-uwcAA466tY .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uwcAA466tY .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uwcAA466tY .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uwcAA466tY .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uwcAA466tY .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-uwcAA466tY .carousel-indicators li.active,
.cid-uwcAA466tY .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uwcAA466tY .carousel-indicators li::after,
.cid-uwcAA466tY .carousel-indicators li::before {
  content: none;
}
.cid-uwcAA466tY .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uwcAA466tY .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uwcAA466tY .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uwcAA466tY .carousel-indicators {
    display: none;
  }
}
.cid-uwcAA466tY .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uwcAA466tY .carousel-inner > .active {
  display: block;
}
.cid-uwcAA466tY .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uwcAA466tY .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uwcAA466tY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uwcAA466tY .carousel-control,
  .cid-uwcAA466tY .carousel-indicators,
  .cid-uwcAA466tY .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uwcAA466tY .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uwcAA466tY .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uwcAA466tY .carousel-indicators .active,
.cid-uwcAA466tY .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uwcAA466tY .carousel-indicators .active {
  background: #fff;
}
.cid-uwcAA466tY .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uwcAA466tY .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uwcAA466tY .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uwcAA466tY .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uwcAA466tY .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uwcAA466tY .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uwcAA466tY .carousel {
  width: 100%;
}
.cid-uwcAA466tY .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uwcAA466tY .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uwcAA466tY .modal.fade .modal-dialog,
.cid-uwcAA466tY .modal.in .modal-dialog {
  transform: none;
}
.cid-uwcAA466tY .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uwcAA466tY .content-head {
  max-width: 800px;
}
.cid-uwcAA466tY H3 {
  color: #ffffff;
}
.cid-uwcAA4ywp3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uwcAA4ywp3 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uwcAA4ywp3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwcAA4ywp3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwcAA4ywp3 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uwcAA4ywp3 .content-wrap .card {
  justify-content: space-between;
}
.cid-uwcAA4ywp3 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uwcAA4ywp3 .content-wrapper {
    padding: 0;
  }
}
.cid-uwcAA4ywp3 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uwcAA4ywp3 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uwcAA4ywp3 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uwcAA4ywp3 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uwcAA4ywp3 .mbr-desc,
.cid-uwcAA4ywp3 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uwcAA4ywp3 .mbr-section-title,
.cid-uwcAA4ywp3 .mbr-section-btn {
  color: #ffffff;
}
.cid-uwcAA4RgRQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-uwcAA4RgRQ .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uwcAA4RgRQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwcAA4RgRQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwcAA4RgRQ .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uwcAA4RgRQ .content-wrap .card {
  justify-content: space-between;
}
.cid-uwcAA4RgRQ .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uwcAA4RgRQ .content-wrapper {
    padding: 0;
  }
}
.cid-uwcAA4RgRQ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uwcAA4RgRQ .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uwcAA4RgRQ .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uwcAA4RgRQ .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uwcAA4RgRQ .mbr-desc,
.cid-uwcAA4RgRQ .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uwcAA4RgRQ .mbr-section-title,
.cid-uwcAA4RgRQ .mbr-section-btn {
  color: #ffffff;
}
.cid-uwcAA5bRfM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uwcAA5bRfM .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uwcAA5bRfM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwcAA5bRfM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwcAA5bRfM .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uwcAA5bRfM .content-wrap .card {
  justify-content: space-between;
}
.cid-uwcAA5bRfM .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uwcAA5bRfM .content-wrapper {
    padding: 0;
  }
}
.cid-uwcAA5bRfM .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uwcAA5bRfM .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uwcAA5bRfM .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uwcAA5bRfM .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uwcAA5bRfM .mbr-desc,
.cid-uwcAA5bRfM .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uwcAA5bRfM .mbr-section-title,
.cid-uwcAA5bRfM .mbr-section-btn {
  color: #ffffff;
}
.cid-uwcAA5wRZJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-uwcAA5wRZJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwcAA5wRZJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uwcAA5wRZJ .container {
    padding: 0 16px;
  }
}
.cid-uwcAA5wRZJ .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uwcAA5wRZJ .card {
    margin-bottom: 40px;
  }
}
.cid-uwcAA5wRZJ .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uwcAA5wRZJ .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uwcAA5wRZJ .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uwcAA5wRZJ .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uwcAA5wRZJ .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uwcAA5wRZJ .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uwcAA5wRZJ .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uwcAA5wRZJ .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uwcAA5wRZJ .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uwcAA5wRZJ .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uwcAA5wRZJ .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uwcAA5wRZJ .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uwcAA5wRZJ .mbr-section-title {
  color: #ffffff;
}
.cid-uwcAA5wRZJ .copyright {
  color: #ffffff;
}
.cid-uwcAA5wRZJ .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uwcAA5wRZJ .list {
  color: #ffffff;
  text-align: center;
}
.cid-uwcAA5wRZJ .mbr-section-title,
.cid-uwcAA5wRZJ .title-wrapper,
.cid-uwcAA5wRZJ .social-wrapper {
  text-align: center;
}
.cid-uxNDtCmclv {
  background-color: transparent;
}
.cid-uxNDtCmclv .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-uxNDtCmclv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-uxNDtCmclv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxNDtCmclv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uxNDtCmclv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uxNDtCmclv .menu_box .navbar.opened,
  .cid-uxNDtCmclv .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uxNDtCmclv .navbar-dropdown {
  position: relative !important;
}
.cid-uxNDtCmclv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uxNDtCmclv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uxNDtCmclv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uxNDtCmclv .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uxNDtCmclv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uxNDtCmclv .btn:hover {
  box-shadow: none;
}
.cid-uxNDtCmclv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uxNDtCmclv .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uxNDtCmclv .nav-item {
    margin: 0 !important;
  }
}
.cid-uxNDtCmclv .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-uxNDtCmclv .nav-item .nav-link:hover,
.cid-uxNDtCmclv .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-uxNDtCmclv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uxNDtCmclv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uxNDtCmclv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uxNDtCmclv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uxNDtCmclv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uxNDtCmclv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uxNDtCmclv .offcanvas_box {
    display: none;
  }
}
.cid-uxNDtCmclv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uxNDtCmclv .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uxNDtCmclv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uxNDtCmclv .container {
  display: flex;
  margin: auto;
}
.cid-uxNDtCmclv .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uxNDtCmclv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uxNDtCmclv .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-uxNDtCmclv .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uxNDtCmclv .navbar-nav {
    margin: 0;
  }
}
.cid-uxNDtCmclv .dropdown-menu,
.cid-uxNDtCmclv .navbar.opened {
  background-color: false !important;
}
.cid-uxNDtCmclv .nav-item:focus,
.cid-uxNDtCmclv .nav-link:focus {
  outline: none;
}
.cid-uxNDtCmclv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxNDtCmclv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxNDtCmclv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxNDtCmclv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxNDtCmclv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxNDtCmclv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxNDtCmclv .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uxNDtCmclv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uxNDtCmclv .navbar.opened {
  transition: all 0.3s;
}
.cid-uxNDtCmclv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uxNDtCmclv .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uxNDtCmclv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxNDtCmclv .navbar.collapsed {
  justify-content: center;
}
.cid-uxNDtCmclv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxNDtCmclv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uxNDtCmclv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxNDtCmclv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxNDtCmclv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxNDtCmclv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uxNDtCmclv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uxNDtCmclv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uxNDtCmclv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uxNDtCmclv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxNDtCmclv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxNDtCmclv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uxNDtCmclv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxNDtCmclv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uxNDtCmclv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxNDtCmclv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uxNDtCmclv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uxNDtCmclv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uxNDtCmclv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uxNDtCmclv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxNDtCmclv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uxNDtCmclv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uxNDtCmclv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uxNDtCmclv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uxNDtCmclv .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-uxNDtCmclv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uxNDtCmclv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxNDtCmclv .dropdown-item.active,
.cid-uxNDtCmclv .dropdown-item:active {
  background-color: transparent;
}
.cid-uxNDtCmclv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uxNDtCmclv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxNDtCmclv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxNDtCmclv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxNDtCmclv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uxNDtCmclv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxNDtCmclv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-uxNDtCmclv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uxNDtCmclv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxNDtCmclv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxNDtCmclv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxNDtCmclv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxNDtCmclv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxNDtCmclv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxNDtCmclv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxNDtCmclv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxNDtCmclv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uxNDtCmclv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxNDtCmclv .navbar {
    height: 70px;
  }
  .cid-uxNDtCmclv .navbar.opened {
    height: auto;
  }
  .cid-uxNDtCmclv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxNDtCmclv .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uxNDtCmclv .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-uxNDtCmclv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uxNDtCmclv .text_widget {
  margin-bottom: 32px;
}
.cid-uxNDtCmclv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uxNDtCmclv .text_widget a:hover,
.cid-uxNDtCmclv .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uxNDtCmclv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uxNDtCmclv .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uxNDtCmclv .navbar-caption {
  color: #000000;
}
.cid-uxNDtCmclv .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uxNDtCmclv .mbr-section-subtitle,
.cid-uxNDtCmclv .text_widget,
.cid-uxNDtCmclv .mbr-section-btn {
  text-align: center;
}
.cid-uxNDtCmclv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uxNDtCE8Nn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uxNDtCE8Nn .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uxNDtCE8Nn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxNDtCE8Nn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxNDtCE8Nn .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uxNDtCE8Nn .content-wrap .card {
  justify-content: space-between;
}
.cid-uxNDtCE8Nn .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uxNDtCE8Nn .content-wrapper {
    padding: 0;
  }
}
.cid-uxNDtCE8Nn .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uxNDtCE8Nn .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uxNDtCE8Nn .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uxNDtCE8Nn .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uxNDtCE8Nn .mbr-desc,
.cid-uxNDtCE8Nn .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uxNDtCE8Nn .mbr-section-title,
.cid-uxNDtCE8Nn .mbr-section-btn {
  color: #ffffff;
}
.cid-uxNDtCSlTB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uxNDtCSlTB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxNDtCSlTB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxNDtCSlTB img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border: 2px dashed #f7bc4a;
  border-radius: 8px;
}
.cid-uxNDtCSlTB .img-wide {
  height: 50%;
}
.cid-uxNDtCSlTB .img-big {
  height: 100%;
}
.cid-uxNDtD8mmv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uxNDtD8mmv .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uxNDtD8mmv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxNDtD8mmv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxNDtD8mmv .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uxNDtD8mmv .content-wrap .card {
  justify-content: space-between;
}
.cid-uxNDtD8mmv .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uxNDtD8mmv .content-wrapper {
    padding: 0;
  }
}
.cid-uxNDtD8mmv .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uxNDtD8mmv .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uxNDtD8mmv .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uxNDtD8mmv .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uxNDtD8mmv .mbr-desc,
.cid-uxNDtD8mmv .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uxNDtD8mmv .mbr-section-title,
.cid-uxNDtD8mmv .mbr-section-btn {
  color: #ffffff;
}
.cid-uxNDtDo2oE {
  position: relative;
  overflow: hidden;
  background-color: #1e88e5;
}
.cid-uxNDtDo2oE .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uxNDtDo2oE .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uxNDtDo2oE .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #0aa3c2;
  z-index: 1;
}
.cid-uxNDtDo2oE .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #1e88e5;
}
.cid-uxNDtDo2oE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxNDtDo2oE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxNDtDo2oE .row {
  position: relative;
  z-index: 2;
}
.cid-uxNDtDo2oE .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uxNDtDo2oE .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uxNDtDo2oE .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uxNDtDo2oE .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-uxNDtDo2oE .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-uxNDtDo2oE .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uxNDtDo2oE .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uxNDtDo2oE .image-wrapper {
    margin-top: 46px;
  }
}
.cid-uxNDtDo2oE .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uxNDtDo2oE .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-uxNDtDo2oE .mbr-section-title {
  color: #ffffff;
}
.cid-uxNDtDo2oE .mbr-text {
  color: #51565c;
}
.cid-uxNDtDo2oE .mbr-text,
.cid-uxNDtDo2oE .text-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uxNDtDGhl1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1e88e5;
  position: relative;
}
.cid-uxNDtDGhl1 .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4188ff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uxNDtDGhl1 .mbr-section-head {
  width: 100%;
  margin-bottom: 3.4vw;
}
@media (max-width: 767px) {
  .cid-uxNDtDGhl1 .mbr-section-head {
    margin-bottom: 6.93vw;
  }
}
.cid-uxNDtDGhl1 .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
.cid-uxNDtDGhl1 .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uxNDtDGhl1 .item {
  display: flex;
  align-items: stretch;
  margin-bottom: 1.4vw;
  overflow: visible;
}
@media (max-width: 767px) {
  .cid-uxNDtDGhl1 .item {
    margin-bottom: 0.75rem;
  }
}
.cid-uxNDtDGhl1 .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: 0.3s all;
  overflow: visible;
}
.cid-uxNDtDGhl1 .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 26px;
  overflow: hidden;
  transition: 0.3s all;
  border: 1px solid #ffffff;
}
.cid-uxNDtDGhl1 .item-img:hover {
  transform: translateY(-3px);
}
.cid-uxNDtDGhl1 .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uxNDtDGhl1 .item-content {
  width: 100%;
  margin-top: 1.75rem;
}
.cid-uxNDtDGhl1 .item-title {
  color: #ffffff;
  margin-right: auto;
  width: 100%;
  text-align: center;
}
.cid-uxNDtDGhl1 .mbr-text {
  color: #000000;
  margin-top: 0.75rem;
}
.cid-uxNDtDGhl1 .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uxNDtDGhl1 .mbr-text,
.cid-uxNDtDGhl1 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uxNDtDZcB1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uxNDtDZcB1 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uxNDtDZcB1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxNDtDZcB1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxNDtDZcB1 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uxNDtDZcB1 .content-wrap .card {
  justify-content: space-between;
}
.cid-uxNDtDZcB1 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uxNDtDZcB1 .content-wrapper {
    padding: 0;
  }
}
.cid-uxNDtDZcB1 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uxNDtDZcB1 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uxNDtDZcB1 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uxNDtDZcB1 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uxNDtDZcB1 .mbr-desc,
.cid-uxNDtDZcB1 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uxNDtDZcB1 .mbr-section-title,
.cid-uxNDtDZcB1 .mbr-section-btn {
  color: #ffffff;
}
.cid-uxNDtEfyg5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #b7140b;
}
.cid-uxNDtEfyg5 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uxNDtEfyg5 .item {
    margin-bottom: 1rem;
  }
}
.cid-uxNDtEfyg5 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uxNDtEfyg5 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uxNDtEfyg5 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uxNDtEfyg5 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uxNDtEfyg5 .carousel-control,
.cid-uxNDtEfyg5 .close {
  background: #1b1b1b;
}
.cid-uxNDtEfyg5 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uxNDtEfyg5 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uxNDtEfyg5 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uxNDtEfyg5 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uxNDtEfyg5 .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uxNDtEfyg5 .close::before {
  content: '\e91a';
}
.cid-uxNDtEfyg5 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uxNDtEfyg5 .carousel-control {
  display: flex;
  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-uxNDtEfyg5 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uxNDtEfyg5 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uxNDtEfyg5 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uxNDtEfyg5 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uxNDtEfyg5 .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-uxNDtEfyg5 .carousel-indicators li.active,
.cid-uxNDtEfyg5 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uxNDtEfyg5 .carousel-indicators li::after,
.cid-uxNDtEfyg5 .carousel-indicators li::before {
  content: none;
}
.cid-uxNDtEfyg5 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uxNDtEfyg5 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uxNDtEfyg5 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uxNDtEfyg5 .carousel-indicators {
    display: none;
  }
}
.cid-uxNDtEfyg5 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uxNDtEfyg5 .carousel-inner > .active {
  display: block;
}
.cid-uxNDtEfyg5 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uxNDtEfyg5 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uxNDtEfyg5 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uxNDtEfyg5 .carousel-control,
  .cid-uxNDtEfyg5 .carousel-indicators,
  .cid-uxNDtEfyg5 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uxNDtEfyg5 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uxNDtEfyg5 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uxNDtEfyg5 .carousel-indicators .active,
.cid-uxNDtEfyg5 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uxNDtEfyg5 .carousel-indicators .active {
  background: #fff;
}
.cid-uxNDtEfyg5 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uxNDtEfyg5 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uxNDtEfyg5 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uxNDtEfyg5 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uxNDtEfyg5 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uxNDtEfyg5 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uxNDtEfyg5 .carousel {
  width: 100%;
}
.cid-uxNDtEfyg5 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uxNDtEfyg5 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uxNDtEfyg5 .modal.fade .modal-dialog,
.cid-uxNDtEfyg5 .modal.in .modal-dialog {
  transform: none;
}
.cid-uxNDtEfyg5 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uxNDtEfyg5 .content-head {
  max-width: 800px;
}
.cid-uxNDtEfyg5 H4 {
  color: #ffffff;
}
.cid-uxNDtEF2AF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uxNDtEF2AF .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uxNDtEF2AF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxNDtEF2AF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxNDtEF2AF .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uxNDtEF2AF .content-wrap .card {
  justify-content: space-between;
}
.cid-uxNDtEF2AF .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uxNDtEF2AF .content-wrapper {
    padding: 0;
  }
}
.cid-uxNDtEF2AF .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uxNDtEF2AF .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uxNDtEF2AF .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uxNDtEF2AF .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uxNDtEF2AF .mbr-desc,
.cid-uxNDtEF2AF .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uxNDtEF2AF .mbr-section-title,
.cid-uxNDtEF2AF .mbr-section-btn {
  color: #ffffff;
}
.cid-uxNDtEWwGQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-uxNDtEWwGQ .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uxNDtEWwGQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxNDtEWwGQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxNDtEWwGQ .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uxNDtEWwGQ .content-wrap .card {
  justify-content: space-between;
}
.cid-uxNDtEWwGQ .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uxNDtEWwGQ .content-wrapper {
    padding: 0;
  }
}
.cid-uxNDtEWwGQ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uxNDtEWwGQ .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uxNDtEWwGQ .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uxNDtEWwGQ .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uxNDtEWwGQ .mbr-desc,
.cid-uxNDtEWwGQ .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uxNDtEWwGQ .mbr-section-title,
.cid-uxNDtEWwGQ .mbr-section-btn {
  color: #ffffff;
}
.cid-uxNDtFcPyw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uxNDtFcPyw .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uxNDtFcPyw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxNDtFcPyw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxNDtFcPyw .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uxNDtFcPyw .content-wrap .card {
  justify-content: space-between;
}
.cid-uxNDtFcPyw .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uxNDtFcPyw .content-wrapper {
    padding: 0;
  }
}
.cid-uxNDtFcPyw .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uxNDtFcPyw .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uxNDtFcPyw .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uxNDtFcPyw .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uxNDtFcPyw .mbr-desc,
.cid-uxNDtFcPyw .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uxNDtFcPyw .mbr-section-title,
.cid-uxNDtFcPyw .mbr-section-btn {
  color: #ffffff;
}
.cid-uxNDtFt3a5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-uxNDtFt3a5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxNDtFt3a5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uxNDtFt3a5 .container {
    padding: 0 16px;
  }
}
.cid-uxNDtFt3a5 .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uxNDtFt3a5 .card {
    margin-bottom: 40px;
  }
}
.cid-uxNDtFt3a5 .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uxNDtFt3a5 .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uxNDtFt3a5 .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uxNDtFt3a5 .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxNDtFt3a5 .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uxNDtFt3a5 .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uxNDtFt3a5 .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uxNDtFt3a5 .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uxNDtFt3a5 .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uxNDtFt3a5 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uxNDtFt3a5 .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uxNDtFt3a5 .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uxNDtFt3a5 .mbr-section-title {
  color: #ffffff;
}
.cid-uxNDtFt3a5 .copyright {
  color: #ffffff;
}
.cid-uxNDtFt3a5 .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uxNDtFt3a5 .list {
  color: #ffffff;
  text-align: center;
}
.cid-uxNDtFt3a5 .mbr-section-title,
.cid-uxNDtFt3a5 .title-wrapper,
.cid-uxNDtFt3a5 .social-wrapper {
  text-align: center;
}
.cid-uzeMhhzBCS {
  background-color: transparent;
}
.cid-uzeMhhzBCS .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-uzeMhhzBCS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-uzeMhhzBCS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzeMhhzBCS .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uzeMhhzBCS .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uzeMhhzBCS .menu_box .navbar.opened,
  .cid-uzeMhhzBCS .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uzeMhhzBCS .navbar-dropdown {
  position: relative !important;
}
.cid-uzeMhhzBCS .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uzeMhhzBCS .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uzeMhhzBCS .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uzeMhhzBCS .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uzeMhhzBCS .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uzeMhhzBCS .btn:hover {
  box-shadow: none;
}
.cid-uzeMhhzBCS .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uzeMhhzBCS .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uzeMhhzBCS .nav-item {
    margin: 0 !important;
  }
}
.cid-uzeMhhzBCS .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-uzeMhhzBCS .nav-item .nav-link:hover,
.cid-uzeMhhzBCS .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-uzeMhhzBCS .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uzeMhhzBCS .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uzeMhhzBCS .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uzeMhhzBCS .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uzeMhhzBCS .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uzeMhhzBCS .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uzeMhhzBCS .offcanvas_box {
    display: none;
  }
}
.cid-uzeMhhzBCS .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uzeMhhzBCS .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uzeMhhzBCS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uzeMhhzBCS .container {
  display: flex;
  margin: auto;
}
.cid-uzeMhhzBCS .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uzeMhhzBCS .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uzeMhhzBCS .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-uzeMhhzBCS .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uzeMhhzBCS .navbar-nav {
    margin: 0;
  }
}
.cid-uzeMhhzBCS .dropdown-menu,
.cid-uzeMhhzBCS .navbar.opened {
  background-color: false !important;
}
.cid-uzeMhhzBCS .nav-item:focus,
.cid-uzeMhhzBCS .nav-link:focus {
  outline: none;
}
.cid-uzeMhhzBCS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzeMhhzBCS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzeMhhzBCS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzeMhhzBCS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzeMhhzBCS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzeMhhzBCS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzeMhhzBCS .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uzeMhhzBCS .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uzeMhhzBCS .navbar.opened {
  transition: all 0.3s;
}
.cid-uzeMhhzBCS .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uzeMhhzBCS .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uzeMhhzBCS .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzeMhhzBCS .navbar.collapsed {
  justify-content: center;
}
.cid-uzeMhhzBCS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzeMhhzBCS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uzeMhhzBCS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzeMhhzBCS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzeMhhzBCS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzeMhhzBCS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uzeMhhzBCS .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uzeMhhzBCS .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uzeMhhzBCS .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uzeMhhzBCS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzeMhhzBCS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzeMhhzBCS .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uzeMhhzBCS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzeMhhzBCS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uzeMhhzBCS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzeMhhzBCS .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uzeMhhzBCS .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uzeMhhzBCS .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uzeMhhzBCS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uzeMhhzBCS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzeMhhzBCS .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uzeMhhzBCS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzeMhhzBCS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzeMhhzBCS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzeMhhzBCS .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-uzeMhhzBCS .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uzeMhhzBCS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzeMhhzBCS .dropdown-item.active,
.cid-uzeMhhzBCS .dropdown-item:active {
  background-color: transparent;
}
.cid-uzeMhhzBCS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uzeMhhzBCS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzeMhhzBCS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzeMhhzBCS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzeMhhzBCS ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uzeMhhzBCS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzeMhhzBCS button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-uzeMhhzBCS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uzeMhhzBCS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzeMhhzBCS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzeMhhzBCS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzeMhhzBCS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzeMhhzBCS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzeMhhzBCS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzeMhhzBCS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzeMhhzBCS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzeMhhzBCS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uzeMhhzBCS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzeMhhzBCS .navbar {
    height: 70px;
  }
  .cid-uzeMhhzBCS .navbar.opened {
    height: auto;
  }
  .cid-uzeMhhzBCS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzeMhhzBCS .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uzeMhhzBCS .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-uzeMhhzBCS .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uzeMhhzBCS .text_widget {
  margin-bottom: 32px;
}
.cid-uzeMhhzBCS .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uzeMhhzBCS .text_widget a:hover,
.cid-uzeMhhzBCS .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uzeMhhzBCS .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uzeMhhzBCS .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uzeMhhzBCS .navbar-caption {
  color: #000000;
}
.cid-uzeMhhzBCS .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uzeMhhzBCS .mbr-section-subtitle,
.cid-uzeMhhzBCS .text_widget,
.cid-uzeMhhzBCS .mbr-section-btn {
  text-align: center;
}
.cid-uzeMhhzBCS a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uzeMhigYwu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uzeMhigYwu .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uzeMhigYwu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzeMhigYwu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzeMhigYwu .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uzeMhigYwu .content-wrap .card {
  justify-content: space-between;
}
.cid-uzeMhigYwu .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uzeMhigYwu .content-wrapper {
    padding: 0;
  }
}
.cid-uzeMhigYwu .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uzeMhigYwu .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uzeMhigYwu .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uzeMhigYwu .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uzeMhigYwu .mbr-desc,
.cid-uzeMhigYwu .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uzeMhigYwu .mbr-section-title,
.cid-uzeMhigYwu .mbr-section-btn {
  color: #ffffff;
}
.cid-uzeMhiMo9b {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uzeMhiMo9b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzeMhiMo9b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzeMhiMo9b img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border: 2px dashed #f7bc4a;
  border-radius: 8px;
}
.cid-uzeMhiMo9b .img-wide {
  height: 50%;
}
.cid-uzeMhiMo9b .img-big {
  height: 100%;
}
.cid-uzeMhjlsid {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uzeMhjlsid .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uzeMhjlsid .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzeMhjlsid .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzeMhjlsid .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uzeMhjlsid .content-wrap .card {
  justify-content: space-between;
}
.cid-uzeMhjlsid .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uzeMhjlsid .content-wrapper {
    padding: 0;
  }
}
.cid-uzeMhjlsid .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uzeMhjlsid .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uzeMhjlsid .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uzeMhjlsid .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uzeMhjlsid .mbr-desc,
.cid-uzeMhjlsid .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uzeMhjlsid .mbr-section-title,
.cid-uzeMhjlsid .mbr-section-btn {
  color: #ffffff;
}
.cid-uzeMhk01lh {
  position: relative;
  overflow: hidden;
  background-color: #1e88e5;
}
.cid-uzeMhk01lh .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uzeMhk01lh .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uzeMhk01lh .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #0aa3c2;
  z-index: 1;
}
.cid-uzeMhk01lh .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #1e88e5;
}
.cid-uzeMhk01lh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzeMhk01lh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzeMhk01lh .row {
  position: relative;
  z-index: 2;
}
.cid-uzeMhk01lh .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uzeMhk01lh .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uzeMhk01lh .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uzeMhk01lh .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-uzeMhk01lh .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-uzeMhk01lh .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzeMhk01lh .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uzeMhk01lh .image-wrapper {
    margin-top: 46px;
  }
}
.cid-uzeMhk01lh .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzeMhk01lh .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-uzeMhk01lh .mbr-section-title {
  color: #ffffff;
}
.cid-uzeMhk01lh .mbr-text {
  color: #51565c;
}
.cid-uzeMhk01lh .mbr-text,
.cid-uzeMhk01lh .text-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uzeMhkCMEK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1e88e5;
  position: relative;
}
.cid-uzeMhkCMEK .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4188ff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uzeMhkCMEK .mbr-section-head {
  width: 100%;
  margin-bottom: 3.4vw;
}
@media (max-width: 767px) {
  .cid-uzeMhkCMEK .mbr-section-head {
    margin-bottom: 6.93vw;
  }
}
.cid-uzeMhkCMEK .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
.cid-uzeMhkCMEK .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uzeMhkCMEK .item {
  display: flex;
  align-items: stretch;
  margin-bottom: 1.4vw;
  overflow: visible;
}
@media (max-width: 767px) {
  .cid-uzeMhkCMEK .item {
    margin-bottom: 0.75rem;
  }
}
.cid-uzeMhkCMEK .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: 0.3s all;
  overflow: visible;
}
.cid-uzeMhkCMEK .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 26px;
  overflow: hidden;
  transition: 0.3s all;
  border: 1px solid #ffffff;
}
.cid-uzeMhkCMEK .item-img:hover {
  transform: translateY(-3px);
}
.cid-uzeMhkCMEK .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uzeMhkCMEK .item-content {
  width: 100%;
  margin-top: 1.75rem;
}
.cid-uzeMhkCMEK .item-title {
  color: #ffffff;
  margin-right: auto;
  width: 100%;
  text-align: center;
}
.cid-uzeMhkCMEK .mbr-text {
  color: #000000;
  margin-top: 0.75rem;
}
.cid-uzeMhkCMEK .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uzeMhkCMEK .mbr-text,
.cid-uzeMhkCMEK .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uzeMhldnaZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uzeMhldnaZ .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uzeMhldnaZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzeMhldnaZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzeMhldnaZ .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uzeMhldnaZ .content-wrap .card {
  justify-content: space-between;
}
.cid-uzeMhldnaZ .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uzeMhldnaZ .content-wrapper {
    padding: 0;
  }
}
.cid-uzeMhldnaZ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uzeMhldnaZ .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uzeMhldnaZ .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uzeMhldnaZ .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uzeMhldnaZ .mbr-desc,
.cid-uzeMhldnaZ .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uzeMhldnaZ .mbr-section-title,
.cid-uzeMhldnaZ .mbr-section-btn {
  color: #ffffff;
}
.cid-uzeMhlHLAq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-uzeMhlHLAq .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uzeMhlHLAq .item {
    margin-bottom: 1rem;
  }
}
.cid-uzeMhlHLAq .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uzeMhlHLAq .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uzeMhlHLAq .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uzeMhlHLAq .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uzeMhlHLAq .carousel-control,
.cid-uzeMhlHLAq .close {
  background: #1b1b1b;
}
.cid-uzeMhlHLAq .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uzeMhlHLAq .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uzeMhlHLAq .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uzeMhlHLAq .carousel-control-next span {
  margin-left: 5px;
}
.cid-uzeMhlHLAq .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uzeMhlHLAq .close::before {
  content: '\e91a';
}
.cid-uzeMhlHLAq .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uzeMhlHLAq .carousel-control {
  display: flex;
  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-uzeMhlHLAq .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uzeMhlHLAq .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uzeMhlHLAq .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uzeMhlHLAq .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uzeMhlHLAq .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-uzeMhlHLAq .carousel-indicators li.active,
.cid-uzeMhlHLAq .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uzeMhlHLAq .carousel-indicators li::after,
.cid-uzeMhlHLAq .carousel-indicators li::before {
  content: none;
}
.cid-uzeMhlHLAq .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uzeMhlHLAq .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uzeMhlHLAq .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uzeMhlHLAq .carousel-indicators {
    display: none;
  }
}
.cid-uzeMhlHLAq .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uzeMhlHLAq .carousel-inner > .active {
  display: block;
}
.cid-uzeMhlHLAq .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uzeMhlHLAq .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uzeMhlHLAq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uzeMhlHLAq .carousel-control,
  .cid-uzeMhlHLAq .carousel-indicators,
  .cid-uzeMhlHLAq .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uzeMhlHLAq .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uzeMhlHLAq .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uzeMhlHLAq .carousel-indicators .active,
.cid-uzeMhlHLAq .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uzeMhlHLAq .carousel-indicators .active {
  background: #fff;
}
.cid-uzeMhlHLAq .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uzeMhlHLAq .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uzeMhlHLAq .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uzeMhlHLAq .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uzeMhlHLAq .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uzeMhlHLAq .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uzeMhlHLAq .carousel {
  width: 100%;
}
.cid-uzeMhlHLAq .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uzeMhlHLAq .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uzeMhlHLAq .modal.fade .modal-dialog,
.cid-uzeMhlHLAq .modal.in .modal-dialog {
  transform: none;
}
.cid-uzeMhlHLAq .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uzeMhlHLAq .content-head {
  max-width: 800px;
}
.cid-uzeMhlHLAq H4 {
  color: #ffffff;
}
.cid-uzeMhmoqfe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uzeMhmoqfe .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uzeMhmoqfe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzeMhmoqfe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzeMhmoqfe .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uzeMhmoqfe .content-wrap .card {
  justify-content: space-between;
}
.cid-uzeMhmoqfe .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uzeMhmoqfe .content-wrapper {
    padding: 0;
  }
}
.cid-uzeMhmoqfe .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uzeMhmoqfe .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uzeMhmoqfe .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uzeMhmoqfe .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uzeMhmoqfe .mbr-desc,
.cid-uzeMhmoqfe .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uzeMhmoqfe .mbr-section-title,
.cid-uzeMhmoqfe .mbr-section-btn {
  color: #ffffff;
}
.cid-uzeMhmUA9w {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-uzeMhmUA9w .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uzeMhmUA9w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzeMhmUA9w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzeMhmUA9w .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uzeMhmUA9w .content-wrap .card {
  justify-content: space-between;
}
.cid-uzeMhmUA9w .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uzeMhmUA9w .content-wrapper {
    padding: 0;
  }
}
.cid-uzeMhmUA9w .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uzeMhmUA9w .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uzeMhmUA9w .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uzeMhmUA9w .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uzeMhmUA9w .mbr-desc,
.cid-uzeMhmUA9w .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uzeMhmUA9w .mbr-section-title,
.cid-uzeMhmUA9w .mbr-section-btn {
  color: #ffffff;
}
.cid-uzeMhnoZRn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uzeMhnoZRn .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uzeMhnoZRn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzeMhnoZRn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzeMhnoZRn .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uzeMhnoZRn .content-wrap .card {
  justify-content: space-between;
}
.cid-uzeMhnoZRn .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uzeMhnoZRn .content-wrapper {
    padding: 0;
  }
}
.cid-uzeMhnoZRn .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uzeMhnoZRn .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uzeMhnoZRn .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uzeMhnoZRn .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uzeMhnoZRn .mbr-desc,
.cid-uzeMhnoZRn .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uzeMhnoZRn .mbr-section-title,
.cid-uzeMhnoZRn .mbr-section-btn {
  color: #ffffff;
}
.cid-uzeMhnVcCk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-uzeMhnVcCk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzeMhnVcCk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uzeMhnVcCk .container {
    padding: 0 16px;
  }
}
.cid-uzeMhnVcCk .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uzeMhnVcCk .card {
    margin-bottom: 40px;
  }
}
.cid-uzeMhnVcCk .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uzeMhnVcCk .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uzeMhnVcCk .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uzeMhnVcCk .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uzeMhnVcCk .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uzeMhnVcCk .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uzeMhnVcCk .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uzeMhnVcCk .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uzeMhnVcCk .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uzeMhnVcCk .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uzeMhnVcCk .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uzeMhnVcCk .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uzeMhnVcCk .mbr-section-title {
  color: #ffffff;
}
.cid-uzeMhnVcCk .copyright {
  color: #ffffff;
}
.cid-uzeMhnVcCk .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzeMhnVcCk .list {
  color: #ffffff;
  text-align: center;
}
.cid-uzeMhnVcCk .mbr-section-title,
.cid-uzeMhnVcCk .title-wrapper,
.cid-uzeMhnVcCk .social-wrapper {
  text-align: center;
}
.cid-uADJMK8JjA {
  background-color: transparent;
}
.cid-uADJMK8JjA .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-uADJMK8JjA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-uADJMK8JjA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uADJMK8JjA .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uADJMK8JjA .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uADJMK8JjA .menu_box .navbar.opened,
  .cid-uADJMK8JjA .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uADJMK8JjA .navbar-dropdown {
  position: relative !important;
}
.cid-uADJMK8JjA .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uADJMK8JjA .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uADJMK8JjA .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uADJMK8JjA .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uADJMK8JjA .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uADJMK8JjA .btn:hover {
  box-shadow: none;
}
.cid-uADJMK8JjA .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uADJMK8JjA .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uADJMK8JjA .nav-item {
    margin: 0 !important;
  }
}
.cid-uADJMK8JjA .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-uADJMK8JjA .nav-item .nav-link:hover,
.cid-uADJMK8JjA .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-uADJMK8JjA .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uADJMK8JjA .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uADJMK8JjA .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uADJMK8JjA .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uADJMK8JjA .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uADJMK8JjA .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uADJMK8JjA .offcanvas_box {
    display: none;
  }
}
.cid-uADJMK8JjA .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uADJMK8JjA .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uADJMK8JjA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uADJMK8JjA .container {
  display: flex;
  margin: auto;
}
.cid-uADJMK8JjA .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uADJMK8JjA .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uADJMK8JjA .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-uADJMK8JjA .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uADJMK8JjA .navbar-nav {
    margin: 0;
  }
}
.cid-uADJMK8JjA .dropdown-menu,
.cid-uADJMK8JjA .navbar.opened {
  background-color: false !important;
}
.cid-uADJMK8JjA .nav-item:focus,
.cid-uADJMK8JjA .nav-link:focus {
  outline: none;
}
.cid-uADJMK8JjA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uADJMK8JjA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uADJMK8JjA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uADJMK8JjA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uADJMK8JjA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uADJMK8JjA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uADJMK8JjA .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uADJMK8JjA .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uADJMK8JjA .navbar.opened {
  transition: all 0.3s;
}
.cid-uADJMK8JjA .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uADJMK8JjA .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uADJMK8JjA .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uADJMK8JjA .navbar.collapsed {
  justify-content: center;
}
.cid-uADJMK8JjA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uADJMK8JjA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uADJMK8JjA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uADJMK8JjA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uADJMK8JjA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uADJMK8JjA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uADJMK8JjA .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uADJMK8JjA .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uADJMK8JjA .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uADJMK8JjA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uADJMK8JjA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uADJMK8JjA .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uADJMK8JjA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uADJMK8JjA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uADJMK8JjA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uADJMK8JjA .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uADJMK8JjA .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uADJMK8JjA .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uADJMK8JjA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uADJMK8JjA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uADJMK8JjA .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uADJMK8JjA .navbar.navbar-short {
  min-height: 60px;
}
.cid-uADJMK8JjA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uADJMK8JjA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uADJMK8JjA .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-uADJMK8JjA .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uADJMK8JjA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uADJMK8JjA .dropdown-item.active,
.cid-uADJMK8JjA .dropdown-item:active {
  background-color: transparent;
}
.cid-uADJMK8JjA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uADJMK8JjA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uADJMK8JjA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uADJMK8JjA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uADJMK8JjA ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uADJMK8JjA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uADJMK8JjA button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-uADJMK8JjA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uADJMK8JjA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uADJMK8JjA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uADJMK8JjA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uADJMK8JjA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uADJMK8JjA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uADJMK8JjA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uADJMK8JjA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uADJMK8JjA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uADJMK8JjA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uADJMK8JjA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uADJMK8JjA .navbar {
    height: 70px;
  }
  .cid-uADJMK8JjA .navbar.opened {
    height: auto;
  }
  .cid-uADJMK8JjA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uADJMK8JjA .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uADJMK8JjA .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-uADJMK8JjA .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uADJMK8JjA .text_widget {
  margin-bottom: 32px;
}
.cid-uADJMK8JjA .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uADJMK8JjA .text_widget a:hover,
.cid-uADJMK8JjA .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uADJMK8JjA .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uADJMK8JjA .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uADJMK8JjA .navbar-caption {
  color: #000000;
}
.cid-uADJMK8JjA .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uADJMK8JjA .mbr-section-subtitle,
.cid-uADJMK8JjA .text_widget,
.cid-uADJMK8JjA .mbr-section-btn {
  text-align: center;
}
.cid-uADJMK8JjA a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uADJMKuEO5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uADJMKuEO5 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uADJMKuEO5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uADJMKuEO5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uADJMKuEO5 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uADJMKuEO5 .content-wrap .card {
  justify-content: space-between;
}
.cid-uADJMKuEO5 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uADJMKuEO5 .content-wrapper {
    padding: 0;
  }
}
.cid-uADJMKuEO5 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uADJMKuEO5 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uADJMKuEO5 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uADJMKuEO5 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uADJMKuEO5 .mbr-desc,
.cid-uADJMKuEO5 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uADJMKuEO5 .mbr-section-title,
.cid-uADJMKuEO5 .mbr-section-btn {
  color: #ffffff;
}
.cid-uADJMLk4DV {
  position: relative;
  overflow: hidden;
  background-color: #b7140b;
}
.cid-uADJMLk4DV .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uADJMLk4DV .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uADJMLk4DV .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #0aa3c2;
  z-index: 1;
}
.cid-uADJMLk4DV .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #b7140b;
}
.cid-uADJMLk4DV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uADJMLk4DV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uADJMLk4DV .row {
  position: relative;
  z-index: 2;
}
.cid-uADJMLk4DV .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uADJMLk4DV .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uADJMLk4DV .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uADJMLk4DV .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-uADJMLk4DV .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-uADJMLk4DV .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uADJMLk4DV .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uADJMLk4DV .image-wrapper {
    margin-top: 46px;
  }
}
.cid-uADJMLk4DV .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uADJMLk4DV .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-uADJMLk4DV .mbr-section-title {
  color: #ffffff;
}
.cid-uADJMLk4DV .mbr-text {
  color: #51565c;
}
.cid-uADJMLk4DV .mbr-text,
.cid-uADJMLk4DV .text-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uADKNSlQob {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #b7140b;
}
.cid-uADKNSlQob .mbr-fallback-image.disabled {
  display: none;
}
.cid-uADKNSlQob .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uADKNSlQob .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uADKNSlQob .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uADKNSlQob .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #0aa3c2;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uADKNSlQob .item .item-wrapper {
    height: auto;
  }
}
.cid-uADKNSlQob .item .item-wrapper .item-img .image-wrap {
  padding: 10px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uADKNSlQob .item .item-wrapper .item-img .image-wrap {
    padding: 20px 20px 10px;
  }
}
.cid-uADKNSlQob .item .item-wrapper .item-img .image-wrap img {
  height: 240px;
  width: 100%;
  object-fit: cover;
}
.cid-uADKNSlQob .item .item-wrapper .item-img .item-content {
  padding: 0 20px 20px;
}
.cid-uADKNSlQob .item .item-wrapper .item-img .item-content .item-price {
  margin-bottom: 16px;
}
.cid-uADKNSlQob .item .item-wrapper .item-img .item-content .item-text {
  margin-bottom: 16px;
}
.cid-uADKNSlQob .item .item-wrapper .mbr-section-btn {
  padding: 0 20px;
}
.cid-uADKNSlQob .item .item-wrapper .mbr-section-btn .btn {
  justify-content: center;
  margin-bottom: 0;
  padding: 10px 15px;
}
.cid-uADKNSlQob .item-price {
  color: #404349;
  text-align: center;
}
.cid-uADKNSlQob .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uADLj6OC0t {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #b7140b;
}
.cid-uADLj6OC0t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uADLj6OC0t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uADLj6OC0t .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uADLj6OC0t .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uADLj6OC0t .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #0aa3c2;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uADLj6OC0t .item .item-wrapper {
    height: auto;
  }
}
.cid-uADLj6OC0t .item .item-wrapper .item-img .image-wrap {
  padding: 10px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uADLj6OC0t .item .item-wrapper .item-img .image-wrap {
    padding: 20px 20px 10px;
  }
}
.cid-uADLj6OC0t .item .item-wrapper .item-img .image-wrap img {
  height: 240px;
  width: 100%;
  object-fit: cover;
}
.cid-uADLj6OC0t .item .item-wrapper .item-img .item-content {
  padding: 0 20px 20px;
}
.cid-uADLj6OC0t .item .item-wrapper .item-img .item-content .item-price {
  margin-bottom: 16px;
}
.cid-uADLj6OC0t .item .item-wrapper .item-img .item-content .item-text {
  margin-bottom: 16px;
}
.cid-uADLj6OC0t .item .item-wrapper .mbr-section-btn {
  padding: 0 20px;
}
.cid-uADLj6OC0t .item .item-wrapper .mbr-section-btn .btn {
  justify-content: center;
  margin-bottom: 0;
  padding: 10px 15px;
}
.cid-uADLj6OC0t .item-price {
  color: #404349;
  text-align: center;
}
.cid-uADLj6OC0t .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uADJMLFeTT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uADJMLFeTT .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uADJMLFeTT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uADJMLFeTT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uADJMLFeTT .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uADJMLFeTT .content-wrap .card {
  justify-content: space-between;
}
.cid-uADJMLFeTT .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uADJMLFeTT .content-wrapper {
    padding: 0;
  }
}
.cid-uADJMLFeTT .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uADJMLFeTT .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uADJMLFeTT .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uADJMLFeTT .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uADJMLFeTT .mbr-desc,
.cid-uADJMLFeTT .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uADJMLFeTT .mbr-section-title,
.cid-uADJMLFeTT .mbr-section-btn {
  color: #ffffff;
}
.cid-uADJMLUKG2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-uADJMLUKG2 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uADJMLUKG2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uADJMLUKG2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uADJMLUKG2 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uADJMLUKG2 .content-wrap .card {
  justify-content: space-between;
}
.cid-uADJMLUKG2 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uADJMLUKG2 .content-wrapper {
    padding: 0;
  }
}
.cid-uADJMLUKG2 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uADJMLUKG2 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uADJMLUKG2 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uADJMLUKG2 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uADJMLUKG2 .mbr-desc,
.cid-uADJMLUKG2 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uADJMLUKG2 .mbr-section-title,
.cid-uADJMLUKG2 .mbr-section-btn {
  color: #ffffff;
}
.cid-uADJMM9VuP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uADJMM9VuP .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uADJMM9VuP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uADJMM9VuP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uADJMM9VuP .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uADJMM9VuP .content-wrap .card {
  justify-content: space-between;
}
.cid-uADJMM9VuP .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uADJMM9VuP .content-wrapper {
    padding: 0;
  }
}
.cid-uADJMM9VuP .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uADJMM9VuP .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uADJMM9VuP .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uADJMM9VuP .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uADJMM9VuP .mbr-desc,
.cid-uADJMM9VuP .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uADJMM9VuP .mbr-section-title,
.cid-uADJMM9VuP .mbr-section-btn {
  color: #ffffff;
}
.cid-uADJMMoQVM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-uADJMMoQVM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uADJMMoQVM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uADJMMoQVM .container {
    padding: 0 16px;
  }
}
.cid-uADJMMoQVM .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uADJMMoQVM .card {
    margin-bottom: 40px;
  }
}
.cid-uADJMMoQVM .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uADJMMoQVM .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uADJMMoQVM .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uADJMMoQVM .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uADJMMoQVM .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uADJMMoQVM .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uADJMMoQVM .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uADJMMoQVM .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uADJMMoQVM .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uADJMMoQVM .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uADJMMoQVM .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uADJMMoQVM .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uADJMMoQVM .mbr-section-title {
  color: #ffffff;
}
.cid-uADJMMoQVM .copyright {
  color: #ffffff;
}
.cid-uADJMMoQVM .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uADJMMoQVM .list {
  color: #ffffff;
  text-align: center;
}
.cid-uADJMMoQVM .mbr-section-title,
.cid-uADJMMoQVM .title-wrapper,
.cid-uADJMMoQVM .social-wrapper {
  text-align: center;
}
.cid-upMq2t2t0B {
  background-color: transparent;
}
.cid-upMq2t2t0B .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-upMq2t2t0B .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-upMq2t2t0B .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upMq2t2t0B .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-upMq2t2t0B .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-upMq2t2t0B .menu_box .navbar.opened,
  .cid-upMq2t2t0B .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-upMq2t2t0B .navbar-dropdown {
  position: relative !important;
}
.cid-upMq2t2t0B .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-upMq2t2t0B .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-upMq2t2t0B .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-upMq2t2t0B .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-upMq2t2t0B .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-upMq2t2t0B .btn:hover {
  box-shadow: none;
}
.cid-upMq2t2t0B .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-upMq2t2t0B .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-upMq2t2t0B .nav-item {
    margin: 0 !important;
  }
}
.cid-upMq2t2t0B .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-upMq2t2t0B .nav-item .nav-link:hover,
.cid-upMq2t2t0B .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-upMq2t2t0B .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-upMq2t2t0B .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-upMq2t2t0B .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-upMq2t2t0B .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-upMq2t2t0B .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-upMq2t2t0B .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-upMq2t2t0B .offcanvas_box {
    display: none;
  }
}
.cid-upMq2t2t0B .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-upMq2t2t0B .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-upMq2t2t0B .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-upMq2t2t0B .container {
  display: flex;
  margin: auto;
}
.cid-upMq2t2t0B .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-upMq2t2t0B .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-upMq2t2t0B .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-upMq2t2t0B .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-upMq2t2t0B .navbar-nav {
    margin: 0;
  }
}
.cid-upMq2t2t0B .dropdown-menu,
.cid-upMq2t2t0B .navbar.opened {
  background-color: false !important;
}
.cid-upMq2t2t0B .nav-item:focus,
.cid-upMq2t2t0B .nav-link:focus {
  outline: none;
}
.cid-upMq2t2t0B .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upMq2t2t0B .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upMq2t2t0B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upMq2t2t0B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upMq2t2t0B .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upMq2t2t0B .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upMq2t2t0B .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-upMq2t2t0B .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-upMq2t2t0B .navbar.opened {
  transition: all 0.3s;
}
.cid-upMq2t2t0B .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-upMq2t2t0B .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-upMq2t2t0B .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-upMq2t2t0B .navbar.collapsed {
  justify-content: center;
}
.cid-upMq2t2t0B .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upMq2t2t0B .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-upMq2t2t0B .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upMq2t2t0B .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upMq2t2t0B .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upMq2t2t0B .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-upMq2t2t0B .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-upMq2t2t0B .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-upMq2t2t0B .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-upMq2t2t0B .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upMq2t2t0B .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upMq2t2t0B .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-upMq2t2t0B .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upMq2t2t0B .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-upMq2t2t0B .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upMq2t2t0B .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-upMq2t2t0B .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-upMq2t2t0B .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-upMq2t2t0B .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-upMq2t2t0B .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upMq2t2t0B .navbar .icons-menu {
    padding: 0;
  }
}
.cid-upMq2t2t0B .navbar.navbar-short {
  min-height: 60px;
}
.cid-upMq2t2t0B .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upMq2t2t0B .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upMq2t2t0B .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-upMq2t2t0B .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-upMq2t2t0B .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upMq2t2t0B .dropdown-item.active,
.cid-upMq2t2t0B .dropdown-item:active {
  background-color: transparent;
}
.cid-upMq2t2t0B .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-upMq2t2t0B .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upMq2t2t0B .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upMq2t2t0B .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upMq2t2t0B ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-upMq2t2t0B .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upMq2t2t0B button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-upMq2t2t0B button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-upMq2t2t0B button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upMq2t2t0B button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upMq2t2t0B button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upMq2t2t0B button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upMq2t2t0B nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upMq2t2t0B nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upMq2t2t0B nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upMq2t2t0B nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upMq2t2t0B a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-upMq2t2t0B .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upMq2t2t0B .navbar {
    height: 70px;
  }
  .cid-upMq2t2t0B .navbar.opened {
    height: auto;
  }
  .cid-upMq2t2t0B .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upMq2t2t0B .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-upMq2t2t0B .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-upMq2t2t0B .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-upMq2t2t0B .text_widget {
  margin-bottom: 32px;
}
.cid-upMq2t2t0B .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-upMq2t2t0B .text_widget a:hover,
.cid-upMq2t2t0B .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-upMq2t2t0B .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-upMq2t2t0B .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-upMq2t2t0B .navbar-caption {
  color: #000000;
}
.cid-upMq2t2t0B .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-upMq2t2t0B .mbr-section-subtitle,
.cid-upMq2t2t0B .text_widget,
.cid-upMq2t2t0B .mbr-section-btn {
  text-align: center;
}
.cid-upMq2t2t0B a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-upMq2tQ8qc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upMq2tQ8qc .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upMq2tQ8qc .mbr-fallback-image.disabled {
  display: none;
}
.cid-upMq2tQ8qc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upMq2tQ8qc .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upMq2tQ8qc .content-wrap .card {
  justify-content: space-between;
}
.cid-upMq2tQ8qc .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upMq2tQ8qc .content-wrapper {
    padding: 0;
  }
}
.cid-upMq2tQ8qc .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upMq2tQ8qc .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upMq2tQ8qc .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upMq2tQ8qc .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upMq2tQ8qc .mbr-desc,
.cid-upMq2tQ8qc .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upMq2tQ8qc .mbr-section-title,
.cid-upMq2tQ8qc .mbr-section-btn {
  color: #ffffff;
}
.cid-upMq2vxo08 {
  position: relative;
  overflow: hidden;
  background-color: #b7140b;
}
.cid-upMq2vxo08 .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-upMq2vxo08 .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-upMq2vxo08 .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #0aa3c2;
  z-index: 1;
}
.cid-upMq2vxo08 .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #b7140b;
}
.cid-upMq2vxo08 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upMq2vxo08 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upMq2vxo08 .row {
  position: relative;
  z-index: 2;
}
.cid-upMq2vxo08 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-upMq2vxo08 .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-upMq2vxo08 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-upMq2vxo08 .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-upMq2vxo08 .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-upMq2vxo08 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-upMq2vxo08 .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-upMq2vxo08 .image-wrapper {
    margin-top: 46px;
  }
}
.cid-upMq2vxo08 .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-upMq2vxo08 .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-upMq2vxo08 .mbr-section-title {
  color: #ffffff;
}
.cid-upMq2vxo08 .mbr-text {
  color: #51565c;
}
.cid-upMq2vxo08 .mbr-text,
.cid-upMq2vxo08 .text-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uAPuFQZIV0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #b7140b;
}
.cid-uAPuFQZIV0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAPuFQZIV0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAPuFQZIV0 .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uAPuFQZIV0 .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uAPuFQZIV0 .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #0aa3c2;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uAPuFQZIV0 .item .item-wrapper {
    height: auto;
  }
}
.cid-uAPuFQZIV0 .item .item-wrapper .item-img .image-wrap {
  padding: 10px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uAPuFQZIV0 .item .item-wrapper .item-img .image-wrap {
    padding: 20px 20px 10px;
  }
}
.cid-uAPuFQZIV0 .item .item-wrapper .item-img .image-wrap img {
  height: 240px;
  width: 100%;
  object-fit: cover;
}
.cid-uAPuFQZIV0 .item .item-wrapper .item-img .item-content {
  padding: 0 20px 20px;
}
.cid-uAPuFQZIV0 .item .item-wrapper .item-img .item-content .item-price {
  margin-bottom: 16px;
}
.cid-uAPuFQZIV0 .item .item-wrapper .item-img .item-content .item-text {
  margin-bottom: 16px;
}
.cid-uAPuFQZIV0 .item .item-wrapper .mbr-section-btn {
  padding: 0 20px;
}
.cid-uAPuFQZIV0 .item .item-wrapper .mbr-section-btn .btn {
  justify-content: center;
  margin-bottom: 0;
  padding: 10px 15px;
}
.cid-uAPuFQZIV0 .item-price {
  color: #404349;
  text-align: center;
}
.cid-uAPuFQZIV0 .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-upMq2w2lSO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upMq2w2lSO .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upMq2w2lSO .mbr-fallback-image.disabled {
  display: none;
}
.cid-upMq2w2lSO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upMq2w2lSO .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upMq2w2lSO .content-wrap .card {
  justify-content: space-between;
}
.cid-upMq2w2lSO .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upMq2w2lSO .content-wrapper {
    padding: 0;
  }
}
.cid-upMq2w2lSO .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upMq2w2lSO .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upMq2w2lSO .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upMq2w2lSO .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upMq2w2lSO .mbr-desc,
.cid-upMq2w2lSO .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upMq2w2lSO .mbr-section-title,
.cid-upMq2w2lSO .mbr-section-btn {
  color: #ffffff;
}
.cid-upMq2wzOi9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-upMq2wzOi9 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upMq2wzOi9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upMq2wzOi9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upMq2wzOi9 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upMq2wzOi9 .content-wrap .card {
  justify-content: space-between;
}
.cid-upMq2wzOi9 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upMq2wzOi9 .content-wrapper {
    padding: 0;
  }
}
.cid-upMq2wzOi9 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upMq2wzOi9 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upMq2wzOi9 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upMq2wzOi9 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upMq2wzOi9 .mbr-desc,
.cid-upMq2wzOi9 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upMq2wzOi9 .mbr-section-title,
.cid-upMq2wzOi9 .mbr-section-btn {
  color: #ffffff;
}
.cid-upMq2x6Zyd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upMq2x6Zyd .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-upMq2x6Zyd .mbr-fallback-image.disabled {
  display: none;
}
.cid-upMq2x6Zyd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upMq2x6Zyd .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upMq2x6Zyd .content-wrap .card {
  justify-content: space-between;
}
.cid-upMq2x6Zyd .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-upMq2x6Zyd .content-wrapper {
    padding: 0;
  }
}
.cid-upMq2x6Zyd .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-upMq2x6Zyd .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-upMq2x6Zyd .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-upMq2x6Zyd .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-upMq2x6Zyd .mbr-desc,
.cid-upMq2x6Zyd .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upMq2x6Zyd .mbr-section-title,
.cid-upMq2x6Zyd .mbr-section-btn {
  color: #ffffff;
}
.cid-upNrlbHsvD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-upNrlbHsvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-upNrlbHsvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .container {
    padding: 0 16px;
  }
}
.cid-upNrlbHsvD .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-upNrlbHsvD .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-upNrlbHsvD .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upNrlbHsvD .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-upNrlbHsvD .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-upNrlbHsvD .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-upNrlbHsvD .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upNrlbHsvD .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-upNrlbHsvD .mbr-section-title {
  color: #ffffff;
}
.cid-upNrlbHsvD .copyright {
  color: #ffffff;
}
.cid-upNrlbHsvD .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .list {
  color: #ffffff;
  text-align: center;
}
.cid-upNrlbHsvD .mbr-section-title,
.cid-upNrlbHsvD .title-wrapper,
.cid-upNrlbHsvD .social-wrapper {
  text-align: center;
}
.cid-uAVz7EtauP {
  background-color: transparent;
}
.cid-uAVz7EtauP .navbar-dropdown {
  background-color: #0aa3c2 !important;
  padding: 0;
}
.cid-uAVz7EtauP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0aa3c2 !important;
  background: #0aa3c2;
}
.cid-uAVz7EtauP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAVz7EtauP .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uAVz7EtauP .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uAVz7EtauP .menu_box .navbar.opened,
  .cid-uAVz7EtauP .menu_box .navbar-collapse {
    background-color: #0aa3c2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uAVz7EtauP .navbar-dropdown {
  position: relative !important;
}
.cid-uAVz7EtauP .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uAVz7EtauP .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAVz7EtauP .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uAVz7EtauP .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uAVz7EtauP .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uAVz7EtauP .btn:hover {
  box-shadow: none;
}
.cid-uAVz7EtauP .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uAVz7EtauP .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uAVz7EtauP .nav-item {
    margin: 0 !important;
  }
}
.cid-uAVz7EtauP .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #b7140b;
}
.cid-uAVz7EtauP .nav-item .nav-link:hover,
.cid-uAVz7EtauP .nav-item .nav-link:focus {
  border: 1px solid #b7140b;
}
.cid-uAVz7EtauP .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uAVz7EtauP .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uAVz7EtauP .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uAVz7EtauP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uAVz7EtauP .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uAVz7EtauP .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uAVz7EtauP .offcanvas_box {
    display: none;
  }
}
.cid-uAVz7EtauP .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uAVz7EtauP .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uAVz7EtauP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uAVz7EtauP .container {
  display: flex;
  margin: auto;
}
.cid-uAVz7EtauP .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uAVz7EtauP .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uAVz7EtauP .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-uAVz7EtauP .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uAVz7EtauP .navbar-nav {
    margin: 0;
  }
}
.cid-uAVz7EtauP .dropdown-menu,
.cid-uAVz7EtauP .navbar.opened {
  background-color: false !important;
}
.cid-uAVz7EtauP .nav-item:focus,
.cid-uAVz7EtauP .nav-link:focus {
  outline: none;
}
.cid-uAVz7EtauP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAVz7EtauP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAVz7EtauP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAVz7EtauP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAVz7EtauP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAVz7EtauP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAVz7EtauP .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uAVz7EtauP .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uAVz7EtauP .navbar.opened {
  transition: all 0.3s;
}
.cid-uAVz7EtauP .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uAVz7EtauP .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uAVz7EtauP .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAVz7EtauP .navbar.collapsed {
  justify-content: center;
}
.cid-uAVz7EtauP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAVz7EtauP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uAVz7EtauP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAVz7EtauP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAVz7EtauP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAVz7EtauP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uAVz7EtauP .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uAVz7EtauP .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uAVz7EtauP .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uAVz7EtauP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAVz7EtauP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAVz7EtauP .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uAVz7EtauP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAVz7EtauP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uAVz7EtauP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAVz7EtauP .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uAVz7EtauP .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uAVz7EtauP .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uAVz7EtauP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uAVz7EtauP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAVz7EtauP .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uAVz7EtauP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAVz7EtauP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAVz7EtauP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAVz7EtauP .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-uAVz7EtauP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uAVz7EtauP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAVz7EtauP .dropdown-item.active,
.cid-uAVz7EtauP .dropdown-item:active {
  background-color: transparent;
}
.cid-uAVz7EtauP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uAVz7EtauP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAVz7EtauP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAVz7EtauP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAVz7EtauP ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uAVz7EtauP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAVz7EtauP button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0aa3c2;
  background: #b7140b;
}
.cid-uAVz7EtauP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uAVz7EtauP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAVz7EtauP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAVz7EtauP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAVz7EtauP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAVz7EtauP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAVz7EtauP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAVz7EtauP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAVz7EtauP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAVz7EtauP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uAVz7EtauP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAVz7EtauP .navbar {
    height: 70px;
  }
  .cid-uAVz7EtauP .navbar.opened {
    height: auto;
  }
  .cid-uAVz7EtauP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAVz7EtauP .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uAVz7EtauP .navbar-caption:hover {
  color: #e85d04;
}
@media (min-width: 992px) {
  .cid-uAVz7EtauP .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uAVz7EtauP .text_widget {
  margin-bottom: 32px;
}
.cid-uAVz7EtauP .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uAVz7EtauP .text_widget a:hover,
.cid-uAVz7EtauP .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uAVz7EtauP .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uAVz7EtauP .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uAVz7EtauP .navbar-caption {
  color: #000000;
}
.cid-uAVz7EtauP .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uAVz7EtauP .mbr-section-subtitle,
.cid-uAVz7EtauP .text_widget,
.cid-uAVz7EtauP .mbr-section-btn {
  text-align: center;
}
.cid-uAVz7EtauP a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uAVz7ERMvZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uAVz7ERMvZ .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uAVz7ERMvZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAVz7ERMvZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAVz7ERMvZ .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uAVz7ERMvZ .content-wrap .card {
  justify-content: space-between;
}
.cid-uAVz7ERMvZ .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uAVz7ERMvZ .content-wrapper {
    padding: 0;
  }
}
.cid-uAVz7ERMvZ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uAVz7ERMvZ .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uAVz7ERMvZ .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uAVz7ERMvZ .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uAVz7ERMvZ .mbr-desc,
.cid-uAVz7ERMvZ .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uAVz7ERMvZ .mbr-section-title,
.cid-uAVz7ERMvZ .mbr-section-btn {
  color: #ffffff;
}
.cid-uAVzjSf8TO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/costume-panel-436x412.jpg");
}
.cid-uAVzjSf8TO .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-uAVzjSf8TO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAVzjSf8TO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAVzjSf8TO .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uAVzjSf8TO .content-wrap .card {
  justify-content: space-between;
}
.cid-uAVzjSf8TO .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uAVzjSf8TO .content-wrapper {
    padding: 0;
  }
}
.cid-uAVzjSf8TO .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 16px;
  background-color: #0aa3c2;
}
.cid-uAVzjSf8TO .content-wrapper .mbr-section-title {
  margin-bottom: 104px;
}
@media (max-width: 992px) {
  .cid-uAVzjSf8TO .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uAVzjSf8TO .content-wrapper .items-wrapper .items-wrap {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uAVzjSf8TO .content-wrapper .items-wrapper .items-wrap .item {
  margin-bottom: 16px;
}
.cid-uAVzjSf8TO .content-wrapper .items-wrapper .items-wrap .item .item-wrapper {
  padding: 0 16px;
}
.cid-uAVzjSf8TO .content-wrapper .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  height: 160px;
  object-fit: contain;
}
.cid-uAVzjSf8TO .mbr-section-title {
  color: #f4f2ef;
}
.cid-uAVzjSf8TO .mbr-desc,
.cid-uAVzjSf8TO .desc-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uAVzjSf8TO .mbr-section-title,
.cid-uAVzjSf8TO .items-wrapper {
  text-align: center;
  color: #FFFFFF;
}
.cid-uAVzAAP5K5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uAVzAAP5K5 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uAVzAAP5K5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAVzAAP5K5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAVzAAP5K5 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uAVzAAP5K5 .content-wrap .card {
  justify-content: space-between;
}
.cid-uAVzAAP5K5 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uAVzAAP5K5 .content-wrapper {
    padding: 0;
  }
}
.cid-uAVzAAP5K5 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uAVzAAP5K5 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uAVzAAP5K5 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uAVzAAP5K5 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uAVzAAP5K5 .mbr-desc,
.cid-uAVzAAP5K5 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uAVzAAP5K5 .mbr-section-title,
.cid-uAVzAAP5K5 .mbr-section-btn {
  color: #ffffff;
}
.cid-uAVA59YaDy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #0aa3c2;
}
.cid-uAVA59YaDy .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uAVA59YaDy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAVA59YaDy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAVA59YaDy .content-wrap {
  margin: 0;
}
.cid-uAVA59YaDy .content-wrap .card {
  padding: 0;
}
.cid-uAVA59YaDy .image-wrapper {
  height: 100%;
  border-right: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uAVA59YaDy .image-wrapper {
    border-right: none;
    border-bottom: 1px solid #000000;
  }
}
.cid-uAVA59YaDy .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uAVA59YaDy .image-wrapper img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uAVA59YaDy .content-wrapper {
  padding: 190px 72px;
}
@media (max-width: 1640px) {
  .cid-uAVA59YaDy .content-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAVA59YaDy .content-wrapper {
    padding: 40px 0;
  }
}
.cid-uAVA59YaDy .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 8px 16px;
  background-color: #e85d04;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uAVA59YaDy .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 16px;
  }
}
.cid-uAVA59YaDy .content-wrapper .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uAVA59YaDy .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uAVA59YaDy .mbr-section-title {
  color: #f4f2ef;
}
.cid-uAVA59YaDy .mbr-desc,
.cid-uAVA59YaDy .desc-wrapper {
  color: #252525;
  text-align: center;
}
.cid-uAVA59YaDy .mbr-section-title,
.cid-uAVA59YaDy .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uAVzzuVrTU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uAVzzuVrTU .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uAVzzuVrTU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAVzzuVrTU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAVzzuVrTU .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uAVzzuVrTU .content-wrap .card {
  justify-content: space-between;
}
.cid-uAVzzuVrTU .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uAVzzuVrTU .content-wrapper {
    padding: 0;
  }
}
.cid-uAVzzuVrTU .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uAVzzuVrTU .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uAVzzuVrTU .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uAVzzuVrTU .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uAVzzuVrTU .mbr-desc,
.cid-uAVzzuVrTU .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uAVzzuVrTU .mbr-section-title,
.cid-uAVzzuVrTU .mbr-section-btn {
  color: #ffffff;
}
.cid-uAVAIGQAGz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #0aa3c2;
}
.cid-uAVAIGQAGz .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uAVAIGQAGz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAVAIGQAGz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAVAIGQAGz .content-wrap {
  margin: 0;
}
.cid-uAVAIGQAGz .content-wrap .card {
  padding: 0;
}
.cid-uAVAIGQAGz .image-wrapper {
  height: 100%;
  border-right: 1px solid #000000;
  border-right: none;
  border-left: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uAVAIGQAGz .image-wrapper {
    border-right: none;
    border-bottom: 1px solid #000000;
  }
}
@media (max-width: 992px) {
  .cid-uAVAIGQAGz .image-wrapper {
    border-left: none;
    border-bottom: 1px solid #000000;
  }
}
.cid-uAVAIGQAGz .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uAVAIGQAGz .image-wrapper img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uAVAIGQAGz .content-wrapper {
  padding: 190px 72px;
}
@media (max-width: 1640px) {
  .cid-uAVAIGQAGz .content-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAVAIGQAGz .content-wrapper {
    padding: 40px 0;
  }
}
.cid-uAVAIGQAGz .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 8px 16px;
  background-color: #e85d04;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uAVAIGQAGz .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 16px;
  }
}
.cid-uAVAIGQAGz .content-wrapper .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uAVAIGQAGz .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uAVAIGQAGz .mbr-section-title {
  color: #f4f2ef;
}
.cid-uAVAIGQAGz .mbr-desc,
.cid-uAVAIGQAGz .desc-wrapper {
  color: #252525;
  text-align: center;
}
.cid-uAVAIGQAGz .mbr-section-title,
.cid-uAVAIGQAGz .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uAVzy7tKtL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uAVzy7tKtL .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uAVzy7tKtL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAVzy7tKtL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAVzy7tKtL .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uAVzy7tKtL .content-wrap .card {
  justify-content: space-between;
}
.cid-uAVzy7tKtL .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uAVzy7tKtL .content-wrapper {
    padding: 0;
  }
}
.cid-uAVzy7tKtL .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uAVzy7tKtL .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uAVzy7tKtL .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uAVzy7tKtL .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uAVzy7tKtL .mbr-desc,
.cid-uAVzy7tKtL .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uAVzy7tKtL .mbr-section-title,
.cid-uAVzy7tKtL .mbr-section-btn {
  color: #ffffff;
}
.cid-uAVAJxbTxQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #0aa3c2;
}
.cid-uAVAJxbTxQ .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uAVAJxbTxQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAVAJxbTxQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAVAJxbTxQ .content-wrap {
  margin: 0;
}
.cid-uAVAJxbTxQ .content-wrap .card {
  padding: 0;
}
.cid-uAVAJxbTxQ .image-wrapper {
  height: 100%;
  border-right: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uAVAJxbTxQ .image-wrapper {
    border-right: none;
    border-bottom: 1px solid #000000;
  }
}
.cid-uAVAJxbTxQ .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uAVAJxbTxQ .image-wrapper img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uAVAJxbTxQ .content-wrapper {
  padding: 190px 72px;
}
@media (max-width: 1640px) {
  .cid-uAVAJxbTxQ .content-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAVAJxbTxQ .content-wrapper {
    padding: 40px 0;
  }
}
.cid-uAVAJxbTxQ .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 8px 16px;
  background-color: #e85d04;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uAVAJxbTxQ .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 16px;
  }
}
.cid-uAVAJxbTxQ .content-wrapper .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uAVAJxbTxQ .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uAVAJxbTxQ .mbr-section-title {
  color: #f4f2ef;
}
.cid-uAVAJxbTxQ .mbr-desc,
.cid-uAVAJxbTxQ .desc-wrapper {
  color: #252525;
  text-align: center;
}
.cid-uAVAJxbTxQ .mbr-section-title,
.cid-uAVAJxbTxQ .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uAVAKqHSBf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uAVAKqHSBf .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uAVAKqHSBf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAVAKqHSBf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAVAKqHSBf .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uAVAKqHSBf .content-wrap .card {
  justify-content: space-between;
}
.cid-uAVAKqHSBf .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uAVAKqHSBf .content-wrapper {
    padding: 0;
  }
}
.cid-uAVAKqHSBf .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uAVAKqHSBf .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uAVAKqHSBf .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uAVAKqHSBf .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uAVAKqHSBf .mbr-desc,
.cid-uAVAKqHSBf .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uAVAKqHSBf .mbr-section-title,
.cid-uAVAKqHSBf .mbr-section-btn {
  color: #ffffff;
}
.cid-uAVzkHf3pD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/plushies-2000x1331.jpg");
}
.cid-uAVzkHf3pD .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uAVzkHf3pD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAVzkHf3pD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAVzkHf3pD .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uAVzkHf3pD .content-wrap .card {
  justify-content: space-between;
}
.cid-uAVzkHf3pD .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uAVzkHf3pD .content-wrapper {
    padding: 0;
  }
}
.cid-uAVzkHf3pD .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uAVzkHf3pD .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uAVzkHf3pD .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uAVzkHf3pD .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uAVzkHf3pD .mbr-desc,
.cid-uAVzkHf3pD .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uAVzkHf3pD .mbr-section-title,
.cid-uAVzkHf3pD .mbr-section-btn {
  color: #ffffff;
}
.cid-uAVz7GYd1a {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uAVz7GYd1a .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uAVz7GYd1a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAVz7GYd1a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAVz7GYd1a .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uAVz7GYd1a .content-wrap .card {
  justify-content: space-between;
}
.cid-uAVz7GYd1a .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uAVz7GYd1a .content-wrapper {
    padding: 0;
  }
}
.cid-uAVz7GYd1a .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uAVz7GYd1a .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #000000;
  box-shadow: 4px 4px 0 0 #000000;
  border: 2px solid #000000;
  background-color: #4188ff;
  -webkit-text-stroke-width: 0.15rem;
}
@media (max-width: 992px) {
  .cid-uAVz7GYd1a .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: 0.12rem;
  }
}
.cid-uAVz7GYd1a .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uAVz7GYd1a .mbr-desc,
.cid-uAVz7GYd1a .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uAVz7GYd1a .mbr-section-title,
.cid-uAVz7GYd1a .mbr-section-btn {
  color: #ffffff;
}
.cid-uAVz7He3Kd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b7140b;
}
.cid-uAVz7He3Kd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAVz7He3Kd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uAVz7He3Kd .container {
    padding: 0 16px;
  }
}
.cid-uAVz7He3Kd .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uAVz7He3Kd .card {
    margin-bottom: 40px;
  }
}
.cid-uAVz7He3Kd .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uAVz7He3Kd .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uAVz7He3Kd .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uAVz7He3Kd .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uAVz7He3Kd .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uAVz7He3Kd .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uAVz7He3Kd .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uAVz7He3Kd .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uAVz7He3Kd .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uAVz7He3Kd .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uAVz7He3Kd .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uAVz7He3Kd .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uAVz7He3Kd .mbr-section-title {
  color: #ffffff;
}
.cid-uAVz7He3Kd .copyright {
  color: #ffffff;
}
.cid-uAVz7He3Kd .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uAVz7He3Kd .list {
  color: #ffffff;
  text-align: center;
}
.cid-uAVz7He3Kd .mbr-section-title,
.cid-uAVz7He3Kd .title-wrapper,
.cid-uAVz7He3Kd .social-wrapper {
  text-align: center;
}
