@import url(https://fonts.googleapis.com/css?family=Jost:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i&display=swap);





.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 2.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #4479d9 !important;
}
.bg-success {
  background-color: #7dce1c !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #7dce1c !important;
  border-color: #7dce1c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #4f8212 !important;
  border-color: #4f8212 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #4f8212 !important;
  border-color: #4f8212 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #4479d9;
  color: #4479d9;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2150a5 !important;
  background-color: transparent!important;
  border-color: #2150a5 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #e43f3f;
  color: #e43f3f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b31919 !important;
  background-color: transparent!important;
  border-color: #b31919 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #7dce1c;
  color: #7dce1c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #4f8212 !important;
  background-color: transparent!important;
  border-color: #4f8212 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #7dce1c !important;
  border-color: #7dce1c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #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: #4479d9 !important;
}
.text-secondary {
  color: #e43f3f !important;
}
.text-success {
  color: #7dce1c !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #1f4a98 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a61717 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #477410 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #4479d9;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4479d9;
  border-color: #4479d9;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #4479d9;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #eef2fb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ddf6c0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #4479d9 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #4479d9;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4479d9;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4479d9;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #4479d9;
  border-bottom-color: #4479d9;
}
.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: #4479d9 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #e43f3f !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='%234479d9' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: relative !important;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: absolute !important;
}
.cid-t3EAxZyPJb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t3EAxZyPJb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t3EAxZyPJb .dropdown-item:hover,
.cid-t3EAxZyPJb .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-t3EAxZyPJb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t3EAxZyPJb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t3EAxZyPJb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t3EAxZyPJb .nav-link {
  position: relative;
}
.cid-t3EAxZyPJb .container {
  display: flex;
  margin: auto;
}
.cid-t3EAxZyPJb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown-menu,
.cid-t3EAxZyPJb .navbar.opened {
  background: #bbbbbb !important;
}
.cid-t3EAxZyPJb .nav-item:focus,
.cid-t3EAxZyPJb .nav-link:focus {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t3EAxZyPJb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t3EAxZyPJb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(187, 187, 187, 0.2);
}
.cid-t3EAxZyPJb .navbar.opened {
  transition: all 0.3s;
}
.cid-t3EAxZyPJb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t3EAxZyPJb .navbar .navbar-logo img {
  width: auto;
}
.cid-t3EAxZyPJb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar.collapsed {
  justify-content: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t3EAxZyPJb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t3EAxZyPJb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t3EAxZyPJb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t3EAxZyPJb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t3EAxZyPJb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t3EAxZyPJb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t3EAxZyPJb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t3EAxZyPJb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t3EAxZyPJb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t3EAxZyPJb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t3EAxZyPJb .navbar.navbar-short {
  min-height: 60px;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t3EAxZyPJb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown-item.active,
.cid-t3EAxZyPJb .dropdown-item:active {
  background-color: transparent;
}
.cid-t3EAxZyPJb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t3EAxZyPJb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t3EAxZyPJb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t3EAxZyPJb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t3EAxZyPJb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t3EAxZyPJb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t3EAxZyPJb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t3EAxZyPJb .navbar {
    height: 70px;
  }
  .cid-t3EAxZyPJb .navbar.opened {
    height: auto;
  }
  .cid-t3EAxZyPJb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tjODMkTVaw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tjODMkTVaw .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tjODMkTVaw .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tjODMkTVaw .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tjODMkTVaw .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tjODMkTVaw .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tjODMkTVaw .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tjODMkTVaw .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tjODMkTVaw .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .mbr-text {
  color: #232323;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: relative !important;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: absolute !important;
}
.cid-t3EAxZyPJb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t3EAxZyPJb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t3EAxZyPJb .dropdown-item:hover,
.cid-t3EAxZyPJb .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-t3EAxZyPJb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t3EAxZyPJb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t3EAxZyPJb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t3EAxZyPJb .nav-link {
  position: relative;
}
.cid-t3EAxZyPJb .container {
  display: flex;
  margin: auto;
}
.cid-t3EAxZyPJb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown-menu,
.cid-t3EAxZyPJb .navbar.opened {
  background: #bbbbbb !important;
}
.cid-t3EAxZyPJb .nav-item:focus,
.cid-t3EAxZyPJb .nav-link:focus {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t3EAxZyPJb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t3EAxZyPJb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(187, 187, 187, 0.2);
}
.cid-t3EAxZyPJb .navbar.opened {
  transition: all 0.3s;
}
.cid-t3EAxZyPJb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t3EAxZyPJb .navbar .navbar-logo img {
  width: auto;
}
.cid-t3EAxZyPJb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar.collapsed {
  justify-content: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t3EAxZyPJb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t3EAxZyPJb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t3EAxZyPJb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t3EAxZyPJb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t3EAxZyPJb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t3EAxZyPJb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t3EAxZyPJb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t3EAxZyPJb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t3EAxZyPJb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t3EAxZyPJb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t3EAxZyPJb .navbar.navbar-short {
  min-height: 60px;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t3EAxZyPJb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown-item.active,
.cid-t3EAxZyPJb .dropdown-item:active {
  background-color: transparent;
}
.cid-t3EAxZyPJb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t3EAxZyPJb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t3EAxZyPJb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t3EAxZyPJb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t3EAxZyPJb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t3EAxZyPJb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t3EAxZyPJb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t3EAxZyPJb .navbar {
    height: 70px;
  }
  .cid-t3EAxZyPJb .navbar.opened {
    height: auto;
  }
  .cid-t3EAxZyPJb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tjPbbN6BhD {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-tjPbbN6BhD .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tjPbhuKui0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #b2c1c0;
}
@media (max-width: 991px) {
  .cid-tjPbhuKui0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tjPbhuKui0 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tjPbhuKui0 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tjPblDcm2j {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-tjPekmggmD {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-tjPekmggmD .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-tjPekmggmD .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-tjPekmggmD .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-tjPekmggmD .wrapper {
  padding: 30px 0;
}
.cid-tjPekmggmD .mbr-section-title {
  color: #fafafa;
}
.cid-tjPekmggmD .mbr-text,
.cid-tjPekmggmD .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-tppsmcjGcq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tjODMkTVaw .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tjODMkTVaw .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tjODMkTVaw .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tjODMkTVaw .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tjODMkTVaw .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tjODMkTVaw .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tjODMkTVaw .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tjODMkTVaw .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .mbr-text {
  color: #232323;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: relative !important;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: absolute !important;
}
.cid-t3EAxZyPJb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t3EAxZyPJb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t3EAxZyPJb .dropdown-item:hover,
.cid-t3EAxZyPJb .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-t3EAxZyPJb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t3EAxZyPJb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t3EAxZyPJb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t3EAxZyPJb .nav-link {
  position: relative;
}
.cid-t3EAxZyPJb .container {
  display: flex;
  margin: auto;
}
.cid-t3EAxZyPJb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown-menu,
.cid-t3EAxZyPJb .navbar.opened {
  background: #bbbbbb !important;
}
.cid-t3EAxZyPJb .nav-item:focus,
.cid-t3EAxZyPJb .nav-link:focus {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t3EAxZyPJb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t3EAxZyPJb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(187, 187, 187, 0.2);
}
.cid-t3EAxZyPJb .navbar.opened {
  transition: all 0.3s;
}
.cid-t3EAxZyPJb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t3EAxZyPJb .navbar .navbar-logo img {
  width: auto;
}
.cid-t3EAxZyPJb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar.collapsed {
  justify-content: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t3EAxZyPJb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t3EAxZyPJb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t3EAxZyPJb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t3EAxZyPJb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t3EAxZyPJb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t3EAxZyPJb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t3EAxZyPJb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t3EAxZyPJb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t3EAxZyPJb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t3EAxZyPJb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t3EAxZyPJb .navbar.navbar-short {
  min-height: 60px;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t3EAxZyPJb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown-item.active,
.cid-t3EAxZyPJb .dropdown-item:active {
  background-color: transparent;
}
.cid-t3EAxZyPJb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t3EAxZyPJb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t3EAxZyPJb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t3EAxZyPJb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t3EAxZyPJb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t3EAxZyPJb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t3EAxZyPJb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t3EAxZyPJb .navbar {
    height: 70px;
  }
  .cid-t3EAxZyPJb .navbar.opened {
    height: auto;
  }
  .cid-t3EAxZyPJb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tjOTqyOXpK {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tjOTqyOXpK .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tjOTyeuYsR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #c1c1c1;
}
@media (max-width: 991px) {
  .cid-tjOTyeuYsR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tjOTyeuYsR img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tjOTyeuYsR .text-wrapper {
    padding: 2rem;
  }
}
.cid-tjOTzbSr15 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #c2cbd4;
}
@media (max-width: 991px) {
  .cid-tjOTzbSr15 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tjOTzbSr15 .row {
  flex-direction: row-reverse;
}
.cid-tjOTzbSr15 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tjOTzbSr15 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tjOTG50XDc {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #b2c1c0;
}
.cid-tjOTG50XDc .mbr-text {
  color: #767676;
}
.cid-tjOTG50XDc .mbr-section-subtitle {
  color: #767676;
}
.cid-tjOTG50XDc .title .num {
  width: 100%;
  display: block;
  font-size: 2.8rem;
}
.cid-tjOTG50XDc .title .card-title {
  z-index: 1;
}
.cid-tjOTG50XDc .num {
  color: #6592e6;
}
@media (max-width: 767px) {
  .cid-tjOTG50XDc * {
    text-align: center !important;
  }
  .cid-tjOTG50XDc .content-column {
    margin-bottom: 2rem;
  }
}
.cid-tjOTGXBbF4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #b2c1c0;
}
.cid-tjOTGXBbF4 .mbr-text {
  color: #767676;
}
.cid-tjOTGXBbF4 .mbr-section-subtitle {
  color: #767676;
}
.cid-tjOTGXBbF4 .title .num {
  width: 100%;
  display: block;
  font-size: 2.8rem;
}
.cid-tjOTGXBbF4 .title .card-title {
  z-index: 1;
}
.cid-tjOTGXBbF4 .num {
  color: #6592e6;
}
@media (max-width: 767px) {
  .cid-tjOTGXBbF4 * {
    text-align: center !important;
  }
  .cid-tjOTGXBbF4 .content-column {
    margin-bottom: 2rem;
  }
}
.cid-tjOTYlHWwP {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #b2c1c0;
}
.cid-tjOTYlHWwP ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tjOTYlHWwP li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tjOTYlHWwP ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tjOUmA8utA {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #b2c1c0;
}
@media (min-width: 1500px) {
  .cid-tjOUmA8utA .container {
    max-width: 1400px;
  }
}
.cid-tjOUmA8utA .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tjOUmA8utA .card-wrapper {
  margin-top: 3rem;
}
.cid-tjOUmA8utA .row {
  justify-content: center;
}
.cid-tjOUmA8utA .card-text {
  text-align: left;
}
.cid-tjOUrdarpn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ce9f9f;
}
.cid-tjOUz08Qqq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ce9f9f;
}
.cid-tjODMkTVaw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tjODMkTVaw .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tjODMkTVaw .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tjODMkTVaw .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tjODMkTVaw .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tjODMkTVaw .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tjODMkTVaw .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tjODMkTVaw .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tjODMkTVaw .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .mbr-text {
  color: #232323;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: relative !important;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: absolute !important;
}
.cid-t3EAxZyPJb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t3EAxZyPJb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t3EAxZyPJb .dropdown-item:hover,
.cid-t3EAxZyPJb .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-t3EAxZyPJb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t3EAxZyPJb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t3EAxZyPJb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t3EAxZyPJb .nav-link {
  position: relative;
}
.cid-t3EAxZyPJb .container {
  display: flex;
  margin: auto;
}
.cid-t3EAxZyPJb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown-menu,
.cid-t3EAxZyPJb .navbar.opened {
  background: #bbbbbb !important;
}
.cid-t3EAxZyPJb .nav-item:focus,
.cid-t3EAxZyPJb .nav-link:focus {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t3EAxZyPJb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t3EAxZyPJb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(187, 187, 187, 0.2);
}
.cid-t3EAxZyPJb .navbar.opened {
  transition: all 0.3s;
}
.cid-t3EAxZyPJb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t3EAxZyPJb .navbar .navbar-logo img {
  width: auto;
}
.cid-t3EAxZyPJb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar.collapsed {
  justify-content: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t3EAxZyPJb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t3EAxZyPJb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t3EAxZyPJb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t3EAxZyPJb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t3EAxZyPJb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t3EAxZyPJb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t3EAxZyPJb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t3EAxZyPJb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t3EAxZyPJb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t3EAxZyPJb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t3EAxZyPJb .navbar.navbar-short {
  min-height: 60px;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t3EAxZyPJb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown-item.active,
.cid-t3EAxZyPJb .dropdown-item:active {
  background-color: transparent;
}
.cid-t3EAxZyPJb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t3EAxZyPJb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t3EAxZyPJb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t3EAxZyPJb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t3EAxZyPJb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t3EAxZyPJb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t3EAxZyPJb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t3EAxZyPJb .navbar {
    height: 70px;
  }
  .cid-t3EAxZyPJb .navbar.opened {
    height: auto;
  }
  .cid-t3EAxZyPJb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tjP3WsQSIb {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/aaa-2000x1333.jpg");
}
@media (max-width: 991px) {
  .cid-tjP3WsQSIb .mbr-section-title,
  .cid-tjP3WsQSIb .mbr-section-subtitle,
  .cid-tjP3WsQSIb .mbr-section-btn,
  .cid-tjP3WsQSIb .mbr-text {
    text-align: center;
  }
}
.cid-tjODMkTVaw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tjODMkTVaw .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tjODMkTVaw .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tjODMkTVaw .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tjODMkTVaw .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tjODMkTVaw .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tjODMkTVaw .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tjODMkTVaw .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tjODMkTVaw .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .mbr-text {
  color: #232323;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: relative !important;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: absolute !important;
}
.cid-t3EAxZyPJb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t3EAxZyPJb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t3EAxZyPJb .dropdown-item:hover,
.cid-t3EAxZyPJb .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-t3EAxZyPJb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t3EAxZyPJb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t3EAxZyPJb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t3EAxZyPJb .nav-link {
  position: relative;
}
.cid-t3EAxZyPJb .container {
  display: flex;
  margin: auto;
}
.cid-t3EAxZyPJb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown-menu,
.cid-t3EAxZyPJb .navbar.opened {
  background: #bbbbbb !important;
}
.cid-t3EAxZyPJb .nav-item:focus,
.cid-t3EAxZyPJb .nav-link:focus {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t3EAxZyPJb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t3EAxZyPJb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(187, 187, 187, 0.2);
}
.cid-t3EAxZyPJb .navbar.opened {
  transition: all 0.3s;
}
.cid-t3EAxZyPJb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t3EAxZyPJb .navbar .navbar-logo img {
  width: auto;
}
.cid-t3EAxZyPJb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar.collapsed {
  justify-content: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t3EAxZyPJb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t3EAxZyPJb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t3EAxZyPJb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t3EAxZyPJb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t3EAxZyPJb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t3EAxZyPJb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t3EAxZyPJb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t3EAxZyPJb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t3EAxZyPJb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t3EAxZyPJb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t3EAxZyPJb .navbar.navbar-short {
  min-height: 60px;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t3EAxZyPJb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown-item.active,
.cid-t3EAxZyPJb .dropdown-item:active {
  background-color: transparent;
}
.cid-t3EAxZyPJb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t3EAxZyPJb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t3EAxZyPJb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t3EAxZyPJb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t3EAxZyPJb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t3EAxZyPJb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t3EAxZyPJb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t3EAxZyPJb .navbar {
    height: 70px;
  }
  .cid-t3EAxZyPJb .navbar.opened {
    height: auto;
  }
  .cid-t3EAxZyPJb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tjPvXazqmQ {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-tjPxbrQKEI {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #d6d3d3;
}
@media (max-width: 991px) {
  .cid-tjPxbrQKEI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tjPxbrQKEI img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tjPxbrQKEI .text-wrapper {
    padding: 2rem;
  }
}
.cid-tjPwazR2bO {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tppC73OJV2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tjODMkTVaw .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tjODMkTVaw .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tjODMkTVaw .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tjODMkTVaw .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tjODMkTVaw .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tjODMkTVaw .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tjODMkTVaw .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tjODMkTVaw .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .mbr-text {
  color: #232323;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: relative !important;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: absolute !important;
}
.cid-t3EAxZyPJb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t3EAxZyPJb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t3EAxZyPJb .dropdown-item:hover,
.cid-t3EAxZyPJb .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-t3EAxZyPJb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t3EAxZyPJb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t3EAxZyPJb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t3EAxZyPJb .nav-link {
  position: relative;
}
.cid-t3EAxZyPJb .container {
  display: flex;
  margin: auto;
}
.cid-t3EAxZyPJb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown-menu,
.cid-t3EAxZyPJb .navbar.opened {
  background: #bbbbbb !important;
}
.cid-t3EAxZyPJb .nav-item:focus,
.cid-t3EAxZyPJb .nav-link:focus {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t3EAxZyPJb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t3EAxZyPJb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(187, 187, 187, 0.2);
}
.cid-t3EAxZyPJb .navbar.opened {
  transition: all 0.3s;
}
.cid-t3EAxZyPJb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t3EAxZyPJb .navbar .navbar-logo img {
  width: auto;
}
.cid-t3EAxZyPJb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar.collapsed {
  justify-content: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t3EAxZyPJb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t3EAxZyPJb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t3EAxZyPJb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t3EAxZyPJb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t3EAxZyPJb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t3EAxZyPJb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t3EAxZyPJb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t3EAxZyPJb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t3EAxZyPJb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t3EAxZyPJb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t3EAxZyPJb .navbar.navbar-short {
  min-height: 60px;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t3EAxZyPJb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown-item.active,
.cid-t3EAxZyPJb .dropdown-item:active {
  background-color: transparent;
}
.cid-t3EAxZyPJb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t3EAxZyPJb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t3EAxZyPJb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t3EAxZyPJb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t3EAxZyPJb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t3EAxZyPJb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t3EAxZyPJb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t3EAxZyPJb .navbar {
    height: 70px;
  }
  .cid-t3EAxZyPJb .navbar.opened {
    height: auto;
  }
  .cid-t3EAxZyPJb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tjPB6UFpbZ {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tjPB6UFpbZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tjPB6UFpbZ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tjPB6UFpbZ .text-wrapper {
    padding: 2rem;
  }
}
.cid-tjPEvcgj0X {
  background-image: url("../../../assets/images/a123-min-1299x836.png");
}
@media (max-width: 991px) {
  .cid-tjPEvcgj0X .mbr-section-title,
  .cid-tjPEvcgj0X .mbr-section-subtitle,
  .cid-tjPEvcgj0X .mbr-section-btn,
  .cid-tjPEvcgj0X .mbr-text {
    text-align: center;
  }
}
.cid-tjPBkyAOvK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-tjPBkyAOvK .mbr-text,
.cid-tjPBkyAOvK .mbr-section-btn {
  color: #232323;
}
.cid-tppGMNoEY8 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tjODMkTVaw .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tjODMkTVaw .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tjODMkTVaw .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tjODMkTVaw .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tjODMkTVaw .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tjODMkTVaw .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tjODMkTVaw .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tjODMkTVaw .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .mbr-text {
  color: #232323;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: relative !important;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: absolute !important;
}
.cid-t3EAxZyPJb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t3EAxZyPJb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t3EAxZyPJb .dropdown-item:hover,
.cid-t3EAxZyPJb .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-t3EAxZyPJb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t3EAxZyPJb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t3EAxZyPJb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t3EAxZyPJb .nav-link {
  position: relative;
}
.cid-t3EAxZyPJb .container {
  display: flex;
  margin: auto;
}
.cid-t3EAxZyPJb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown-menu,
.cid-t3EAxZyPJb .navbar.opened {
  background: #bbbbbb !important;
}
.cid-t3EAxZyPJb .nav-item:focus,
.cid-t3EAxZyPJb .nav-link:focus {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t3EAxZyPJb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t3EAxZyPJb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(187, 187, 187, 0.2);
}
.cid-t3EAxZyPJb .navbar.opened {
  transition: all 0.3s;
}
.cid-t3EAxZyPJb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t3EAxZyPJb .navbar .navbar-logo img {
  width: auto;
}
.cid-t3EAxZyPJb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar.collapsed {
  justify-content: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t3EAxZyPJb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t3EAxZyPJb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t3EAxZyPJb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t3EAxZyPJb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t3EAxZyPJb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t3EAxZyPJb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t3EAxZyPJb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t3EAxZyPJb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t3EAxZyPJb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t3EAxZyPJb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t3EAxZyPJb .navbar.navbar-short {
  min-height: 60px;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t3EAxZyPJb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown-item.active,
.cid-t3EAxZyPJb .dropdown-item:active {
  background-color: transparent;
}
.cid-t3EAxZyPJb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t3EAxZyPJb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t3EAxZyPJb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t3EAxZyPJb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t3EAxZyPJb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t3EAxZyPJb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t3EAxZyPJb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t3EAxZyPJb .navbar {
    height: 70px;
  }
  .cid-t3EAxZyPJb .navbar.opened {
    height: auto;
  }
  .cid-t3EAxZyPJb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t3EAHKbzaw {
  background-image: url("../../../assets/images/a11-2000x997.jpg");
}
.cid-t3EAHKbzaw .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-t3EAHKbzaw .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #ffffff;
  transition: all 0.3s;
  color: #ffffff;
}
.cid-t3EAHKbzaw .social-row .soc-item .mbr-iconfont:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-t3EAHKbzaw .mbr-section-title {
  color: #232323;
}
.cid-t3EAHKbzaw .mbr-text,
.cid-t3EAHKbzaw .mbr-section-btn,
.cid-t3EAHKbzaw .social-row {
  color: #232323;
}
.cid-t3EAHKbzaw .mbr-section-title DIV {
  text-align: center;
}
.cid-tjODMkTVaw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tjODMkTVaw .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tjODMkTVaw .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tjODMkTVaw .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tjODMkTVaw .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tjODMkTVaw .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tjODMkTVaw .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tjODMkTVaw .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tjODMkTVaw .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .mbr-text {
  color: #232323;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: relative !important;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: absolute !important;
}
.cid-t3EAxZyPJb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t3EAxZyPJb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t3EAxZyPJb .dropdown-item:hover,
.cid-t3EAxZyPJb .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-t3EAxZyPJb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t3EAxZyPJb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t3EAxZyPJb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t3EAxZyPJb .nav-link {
  position: relative;
}
.cid-t3EAxZyPJb .container {
  display: flex;
  margin: auto;
}
.cid-t3EAxZyPJb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown-menu,
.cid-t3EAxZyPJb .navbar.opened {
  background: #bbbbbb !important;
}
.cid-t3EAxZyPJb .nav-item:focus,
.cid-t3EAxZyPJb .nav-link:focus {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t3EAxZyPJb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t3EAxZyPJb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(187, 187, 187, 0.2);
}
.cid-t3EAxZyPJb .navbar.opened {
  transition: all 0.3s;
}
.cid-t3EAxZyPJb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t3EAxZyPJb .navbar .navbar-logo img {
  width: auto;
}
.cid-t3EAxZyPJb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar.collapsed {
  justify-content: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t3EAxZyPJb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t3EAxZyPJb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t3EAxZyPJb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t3EAxZyPJb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t3EAxZyPJb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t3EAxZyPJb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t3EAxZyPJb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t3EAxZyPJb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t3EAxZyPJb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t3EAxZyPJb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t3EAxZyPJb .navbar.navbar-short {
  min-height: 60px;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t3EAxZyPJb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown-item.active,
.cid-t3EAxZyPJb .dropdown-item:active {
  background-color: transparent;
}
.cid-t3EAxZyPJb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t3EAxZyPJb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t3EAxZyPJb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t3EAxZyPJb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t3EAxZyPJb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t3EAxZyPJb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t3EAxZyPJb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t3EAxZyPJb .navbar {
    height: 70px;
  }
  .cid-t3EAxZyPJb .navbar.opened {
    height: auto;
  }
  .cid-t3EAxZyPJb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tkx0D9o0p2 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tkx10I56Om {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tkx10I56Om .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tkx10I56Om .mbr-text {
  text-align: right;
}
.cid-tkx6DlyG84 {
  background-image: url("../../../assets/images/img-20181124-wa0005-1-621x662.jpg");
}
@media (max-width: 991px) {
  .cid-tkx6DlyG84 .mbr-section-title,
  .cid-tkx6DlyG84 .mbr-section-subtitle,
  .cid-tkx6DlyG84 .mbr-section-btn,
  .cid-tkx6DlyG84 .mbr-text {
    text-align: center;
  }
}
.cid-tpq8opmeZP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tjODMkTVaw .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tjODMkTVaw .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tjODMkTVaw .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tjODMkTVaw .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tjODMkTVaw .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tjODMkTVaw .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tjODMkTVaw .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tjODMkTVaw .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .mbr-text {
  color: #232323;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: relative !important;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: absolute !important;
}
.cid-t3EAxZyPJb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t3EAxZyPJb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t3EAxZyPJb .dropdown-item:hover,
.cid-t3EAxZyPJb .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-t3EAxZyPJb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t3EAxZyPJb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t3EAxZyPJb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t3EAxZyPJb .nav-link {
  position: relative;
}
.cid-t3EAxZyPJb .container {
  display: flex;
  margin: auto;
}
.cid-t3EAxZyPJb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown-menu,
.cid-t3EAxZyPJb .navbar.opened {
  background: #bbbbbb !important;
}
.cid-t3EAxZyPJb .nav-item:focus,
.cid-t3EAxZyPJb .nav-link:focus {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t3EAxZyPJb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t3EAxZyPJb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(187, 187, 187, 0.2);
}
.cid-t3EAxZyPJb .navbar.opened {
  transition: all 0.3s;
}
.cid-t3EAxZyPJb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t3EAxZyPJb .navbar .navbar-logo img {
  width: auto;
}
.cid-t3EAxZyPJb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar.collapsed {
  justify-content: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t3EAxZyPJb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t3EAxZyPJb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t3EAxZyPJb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t3EAxZyPJb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t3EAxZyPJb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t3EAxZyPJb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t3EAxZyPJb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t3EAxZyPJb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t3EAxZyPJb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t3EAxZyPJb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t3EAxZyPJb .navbar.navbar-short {
  min-height: 60px;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t3EAxZyPJb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown-item.active,
.cid-t3EAxZyPJb .dropdown-item:active {
  background-color: transparent;
}
.cid-t3EAxZyPJb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t3EAxZyPJb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t3EAxZyPJb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t3EAxZyPJb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t3EAxZyPJb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t3EAxZyPJb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t3EAxZyPJb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t3EAxZyPJb .navbar {
    height: 70px;
  }
  .cid-t3EAxZyPJb .navbar.opened {
    height: auto;
  }
  .cid-t3EAxZyPJb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tlwE8eO0It {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tlwE8eO0It .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tlwEa1GGd4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tlwEa1GGd4 .mbr-section-subtitle {
  color: #e43f3f;
}
.cid-tlwEgYct6M {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/prof1-min-1920x1280.jpg");
}
@media (max-width: 991px) {
  .cid-tlwEgYct6M .mbr-section-title,
  .cid-tlwEgYct6M .mbr-section-subtitle,
  .cid-tlwEgYct6M .mbr-section-btn,
  .cid-tlwEgYct6M .mbr-text {
    text-align: center;
  }
}
.cid-tlwEgYct6M .mbr-text,
.cid-tlwEgYct6M .mbr-section-btn {
  color: #000000;
}
.cid-tlwTy9TaSj {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tlwEEDPAso {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tlwEEDPAso .video-wrapper iframe {
  width: 100%;
}
.cid-tlwEEDPAso .mbr-section-title,
.cid-tlwEEDPAso .mbr-section-subtitle,
.cid-tlwEEDPAso .mbr-text {
  text-align: center;
}
.cid-tlwEFp68Uv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tlwEFp68Uv .video-wrapper iframe {
  width: 100%;
}
.cid-tlwEFp68Uv .mbr-section-title,
.cid-tlwEFp68Uv .mbr-section-subtitle,
.cid-tlwEFp68Uv .mbr-text {
  text-align: center;
}
.cid-tlwEGpW9N6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tlwEGpW9N6 .video-wrapper iframe {
  width: 100%;
}
.cid-tlwEGpW9N6 .mbr-section-title,
.cid-tlwEGpW9N6 .mbr-section-subtitle,
.cid-tlwEGpW9N6 .mbr-text {
  text-align: center;
}
.cid-tlwYlAR33J {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tlwYlAR33J .video-wrapper iframe {
  width: 100%;
}
.cid-tlwYlAR33J .mbr-section-title,
.cid-tlwYlAR33J .mbr-section-subtitle,
.cid-tlwYlAR33J .mbr-text {
  text-align: center;
}
.cid-tlx0mOwpo0 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tlx0mOwpo0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tlx0mOwpo0 .row {
  flex-direction: row-reverse;
}
.cid-tlx0mOwpo0 img {
  width: 100%;
}
.cid-tpq1wCVhK3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tjODMkTVaw .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tjODMkTVaw .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tjODMkTVaw .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tjODMkTVaw .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tjODMkTVaw .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tjODMkTVaw .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tjODMkTVaw .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tjODMkTVaw .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .mbr-text {
  color: #232323;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: relative !important;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: absolute !important;
}
.cid-t3EAxZyPJb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t3EAxZyPJb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t3EAxZyPJb .dropdown-item:hover,
.cid-t3EAxZyPJb .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-t3EAxZyPJb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t3EAxZyPJb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t3EAxZyPJb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t3EAxZyPJb .nav-link {
  position: relative;
}
.cid-t3EAxZyPJb .container {
  display: flex;
  margin: auto;
}
.cid-t3EAxZyPJb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown-menu,
.cid-t3EAxZyPJb .navbar.opened {
  background: #bbbbbb !important;
}
.cid-t3EAxZyPJb .nav-item:focus,
.cid-t3EAxZyPJb .nav-link:focus {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t3EAxZyPJb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t3EAxZyPJb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(187, 187, 187, 0.2);
}
.cid-t3EAxZyPJb .navbar.opened {
  transition: all 0.3s;
}
.cid-t3EAxZyPJb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t3EAxZyPJb .navbar .navbar-logo img {
  width: auto;
}
.cid-t3EAxZyPJb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar.collapsed {
  justify-content: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t3EAxZyPJb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t3EAxZyPJb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t3EAxZyPJb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t3EAxZyPJb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t3EAxZyPJb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t3EAxZyPJb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t3EAxZyPJb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t3EAxZyPJb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t3EAxZyPJb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t3EAxZyPJb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t3EAxZyPJb .navbar.navbar-short {
  min-height: 60px;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t3EAxZyPJb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown-item.active,
.cid-t3EAxZyPJb .dropdown-item:active {
  background-color: transparent;
}
.cid-t3EAxZyPJb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t3EAxZyPJb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t3EAxZyPJb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t3EAxZyPJb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t3EAxZyPJb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t3EAxZyPJb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t3EAxZyPJb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t3EAxZyPJb .navbar {
    height: 70px;
  }
  .cid-t3EAxZyPJb .navbar.opened {
    height: auto;
  }
  .cid-t3EAxZyPJb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tlx5gvyFVC {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/img-20181124-wa0005-1-621x662.jpg");
}
@media (max-width: 991px) {
  .cid-tlx5gvyFVC .mbr-section-title,
  .cid-tlx5gvyFVC .mbr-section-subtitle,
  .cid-tlx5gvyFVC .mbr-section-btn,
  .cid-tlx5gvyFVC .mbr-text {
    text-align: center;
  }
}
.cid-tlx5gvyFVC .mbr-text,
.cid-tlx5gvyFVC .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tlx5gvyFVC .mbr-section-title {
  text-align: center;
}
.cid-tpqJh3H7bd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tjODMkTVaw .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tjODMkTVaw .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tjODMkTVaw .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tjODMkTVaw .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tjODMkTVaw .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tjODMkTVaw .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tjODMkTVaw .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tjODMkTVaw .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .mbr-text {
  color: #232323;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: relative !important;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: absolute !important;
}
.cid-t3EAxZyPJb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t3EAxZyPJb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t3EAxZyPJb .dropdown-item:hover,
.cid-t3EAxZyPJb .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-t3EAxZyPJb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t3EAxZyPJb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t3EAxZyPJb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t3EAxZyPJb .nav-link {
  position: relative;
}
.cid-t3EAxZyPJb .container {
  display: flex;
  margin: auto;
}
.cid-t3EAxZyPJb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown-menu,
.cid-t3EAxZyPJb .navbar.opened {
  background: #bbbbbb !important;
}
.cid-t3EAxZyPJb .nav-item:focus,
.cid-t3EAxZyPJb .nav-link:focus {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t3EAxZyPJb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t3EAxZyPJb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(187, 187, 187, 0.2);
}
.cid-t3EAxZyPJb .navbar.opened {
  transition: all 0.3s;
}
.cid-t3EAxZyPJb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t3EAxZyPJb .navbar .navbar-logo img {
  width: auto;
}
.cid-t3EAxZyPJb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar.collapsed {
  justify-content: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t3EAxZyPJb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t3EAxZyPJb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t3EAxZyPJb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t3EAxZyPJb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t3EAxZyPJb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t3EAxZyPJb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t3EAxZyPJb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t3EAxZyPJb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t3EAxZyPJb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t3EAxZyPJb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t3EAxZyPJb .navbar.navbar-short {
  min-height: 60px;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t3EAxZyPJb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown-item.active,
.cid-t3EAxZyPJb .dropdown-item:active {
  background-color: transparent;
}
.cid-t3EAxZyPJb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t3EAxZyPJb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t3EAxZyPJb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t3EAxZyPJb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t3EAxZyPJb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t3EAxZyPJb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t3EAxZyPJb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t3EAxZyPJb .navbar {
    height: 70px;
  }
  .cid-t3EAxZyPJb .navbar.opened {
    height: auto;
  }
  .cid-t3EAxZyPJb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tlxb90EOZS {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tlxb90EOZS .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tlxaT81YhP {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/an-2000x1950.jpg");
}
@media (max-width: 991px) {
  .cid-tlxaT81YhP .mbr-section-title,
  .cid-tlxaT81YhP .mbr-section-subtitle,
  .cid-tlxaT81YhP .mbr-section-btn,
  .cid-tlxaT81YhP .mbr-text {
    text-align: center;
  }
}
.cid-tlxaT81YhP .mbr-text,
.cid-tlxaT81YhP .mbr-section-btn {
  color: #000000;
}
.cid-tlxfmKoEfm {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tpr7arhmXQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tjODMkTVaw .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tjODMkTVaw .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tjODMkTVaw .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tjODMkTVaw .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tjODMkTVaw .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tjODMkTVaw .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tjODMkTVaw .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tjODMkTVaw .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .mbr-text {
  color: #232323;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: relative !important;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: absolute !important;
}
.cid-t3EAxZyPJb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t3EAxZyPJb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t3EAxZyPJb .dropdown-item:hover,
.cid-t3EAxZyPJb .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-t3EAxZyPJb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t3EAxZyPJb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t3EAxZyPJb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t3EAxZyPJb .nav-link {
  position: relative;
}
.cid-t3EAxZyPJb .container {
  display: flex;
  margin: auto;
}
.cid-t3EAxZyPJb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown-menu,
.cid-t3EAxZyPJb .navbar.opened {
  background: #bbbbbb !important;
}
.cid-t3EAxZyPJb .nav-item:focus,
.cid-t3EAxZyPJb .nav-link:focus {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t3EAxZyPJb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t3EAxZyPJb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(187, 187, 187, 0.2);
}
.cid-t3EAxZyPJb .navbar.opened {
  transition: all 0.3s;
}
.cid-t3EAxZyPJb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t3EAxZyPJb .navbar .navbar-logo img {
  width: auto;
}
.cid-t3EAxZyPJb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar.collapsed {
  justify-content: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t3EAxZyPJb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t3EAxZyPJb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t3EAxZyPJb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t3EAxZyPJb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t3EAxZyPJb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t3EAxZyPJb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t3EAxZyPJb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t3EAxZyPJb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t3EAxZyPJb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t3EAxZyPJb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t3EAxZyPJb .navbar.navbar-short {
  min-height: 60px;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t3EAxZyPJb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown-item.active,
.cid-t3EAxZyPJb .dropdown-item:active {
  background-color: transparent;
}
.cid-t3EAxZyPJb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t3EAxZyPJb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t3EAxZyPJb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t3EAxZyPJb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t3EAxZyPJb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t3EAxZyPJb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t3EAxZyPJb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t3EAxZyPJb .navbar {
    height: 70px;
  }
  .cid-t3EAxZyPJb .navbar.opened {
    height: auto;
  }
  .cid-t3EAxZyPJb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tlLh5SWlrl {
  background-image: url("../../../assets/images/ruki1-min-1800x1196.jpg");
}
@media (max-width: 991px) {
  .cid-tlLh5SWlrl .mbr-section-title,
  .cid-tlLh5SWlrl .mbr-section-subtitle,
  .cid-tlLh5SWlrl .mbr-section-btn,
  .cid-tlLh5SWlrl .mbr-text {
    text-align: center;
  }
}
.cid-tlLh5SWlrl .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tlLh5SWlrl .mbr-section-subtitle {
  text-align: center;
}
.cid-tlLh5SWlrl .mbr-section-title {
  text-align: center;
}
.cid-tlLh5SWlrl .mbr-text,
.cid-tlLh5SWlrl .mbr-section-btn {
  color: #000000;
}
.cid-tlLmxkTLml {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tlLmy7ZMfh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tlLmy7ZMfh .mbr-section-subtitle {
  text-align: center;
}
.cid-tlLnSGdTSL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tlLnSGdTSL .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tlLoxKiE43 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tlLoxKiE43 .video-wrapper iframe {
  width: 100%;
}
.cid-tlLoxKiE43 .mbr-section-title,
.cid-tlLoxKiE43 .mbr-section-subtitle,
.cid-tlLoxKiE43 .mbr-text {
  text-align: center;
}
.cid-tlLoxKiE43 .mbr-text {
  color: #000000;
}
.cid-tlLoDKOJJM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tlLoDKOJJM .mbr-section-subtitle {
  color: #000000;
}
.cid-tpr8jxXU4n {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tjODMkTVaw .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tjODMkTVaw .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tjODMkTVaw .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tjODMkTVaw .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tjODMkTVaw .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tjODMkTVaw .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tjODMkTVaw .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tjODMkTVaw .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .mbr-text {
  color: #232323;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: relative !important;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: absolute !important;
}
.cid-t3EAxZyPJb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t3EAxZyPJb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t3EAxZyPJb .dropdown-item:hover,
.cid-t3EAxZyPJb .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-t3EAxZyPJb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t3EAxZyPJb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t3EAxZyPJb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t3EAxZyPJb .nav-link {
  position: relative;
}
.cid-t3EAxZyPJb .container {
  display: flex;
  margin: auto;
}
.cid-t3EAxZyPJb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown-menu,
.cid-t3EAxZyPJb .navbar.opened {
  background: #bbbbbb !important;
}
.cid-t3EAxZyPJb .nav-item:focus,
.cid-t3EAxZyPJb .nav-link:focus {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t3EAxZyPJb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t3EAxZyPJb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(187, 187, 187, 0.2);
}
.cid-t3EAxZyPJb .navbar.opened {
  transition: all 0.3s;
}
.cid-t3EAxZyPJb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t3EAxZyPJb .navbar .navbar-logo img {
  width: auto;
}
.cid-t3EAxZyPJb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar.collapsed {
  justify-content: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t3EAxZyPJb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t3EAxZyPJb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t3EAxZyPJb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t3EAxZyPJb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t3EAxZyPJb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t3EAxZyPJb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t3EAxZyPJb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t3EAxZyPJb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t3EAxZyPJb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t3EAxZyPJb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t3EAxZyPJb .navbar.navbar-short {
  min-height: 60px;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t3EAxZyPJb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown-item.active,
.cid-t3EAxZyPJb .dropdown-item:active {
  background-color: transparent;
}
.cid-t3EAxZyPJb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t3EAxZyPJb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t3EAxZyPJb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t3EAxZyPJb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t3EAxZyPJb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t3EAxZyPJb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t3EAxZyPJb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t3EAxZyPJb .navbar {
    height: 70px;
  }
  .cid-t3EAxZyPJb .navbar.opened {
    height: auto;
  }
  .cid-t3EAxZyPJb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tm1gG39pz9 {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tm1gJGKgyJ {
  background-image: url("../../../assets/images/ruki1-min-1800x1196.jpg");
}
@media (max-width: 991px) {
  .cid-tm1gJGKgyJ .mbr-section-title,
  .cid-tm1gJGKgyJ .mbr-section-subtitle,
  .cid-tm1gJGKgyJ .mbr-section-btn,
  .cid-tm1gJGKgyJ .mbr-text {
    text-align: center;
  }
}
.cid-tm1gWvmh1F {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tm1mRp6Hrd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tjODMkTVaw .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tjODMkTVaw .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tjODMkTVaw .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tjODMkTVaw .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tjODMkTVaw .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tjODMkTVaw .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tjODMkTVaw .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tjODMkTVaw .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .mbr-text {
  color: #232323;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: relative !important;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: absolute !important;
}
.cid-t3EAxZyPJb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t3EAxZyPJb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t3EAxZyPJb .dropdown-item:hover,
.cid-t3EAxZyPJb .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-t3EAxZyPJb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t3EAxZyPJb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t3EAxZyPJb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t3EAxZyPJb .nav-link {
  position: relative;
}
.cid-t3EAxZyPJb .container {
  display: flex;
  margin: auto;
}
.cid-t3EAxZyPJb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown-menu,
.cid-t3EAxZyPJb .navbar.opened {
  background: #bbbbbb !important;
}
.cid-t3EAxZyPJb .nav-item:focus,
.cid-t3EAxZyPJb .nav-link:focus {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t3EAxZyPJb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t3EAxZyPJb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(187, 187, 187, 0.2);
}
.cid-t3EAxZyPJb .navbar.opened {
  transition: all 0.3s;
}
.cid-t3EAxZyPJb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t3EAxZyPJb .navbar .navbar-logo img {
  width: auto;
}
.cid-t3EAxZyPJb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar.collapsed {
  justify-content: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t3EAxZyPJb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t3EAxZyPJb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t3EAxZyPJb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t3EAxZyPJb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t3EAxZyPJb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t3EAxZyPJb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t3EAxZyPJb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t3EAxZyPJb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t3EAxZyPJb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t3EAxZyPJb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t3EAxZyPJb .navbar.navbar-short {
  min-height: 60px;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t3EAxZyPJb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown-item.active,
.cid-t3EAxZyPJb .dropdown-item:active {
  background-color: transparent;
}
.cid-t3EAxZyPJb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t3EAxZyPJb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t3EAxZyPJb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t3EAxZyPJb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t3EAxZyPJb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t3EAxZyPJb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t3EAxZyPJb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t3EAxZyPJb .navbar {
    height: 70px;
  }
  .cid-t3EAxZyPJb .navbar.opened {
    height: auto;
  }
  .cid-t3EAxZyPJb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tm1Dsp8U2S {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/a11-2000x997.jpg");
}
@media (max-width: 991px) {
  .cid-tm1Dsp8U2S .mbr-section-title,
  .cid-tm1Dsp8U2S .mbr-section-subtitle,
  .cid-tm1Dsp8U2S .mbr-section-btn,
  .cid-tm1Dsp8U2S .mbr-text {
    text-align: center;
  }
}
.cid-tpr8LC2L1m {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tjODMkTVaw .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tjODMkTVaw .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tjODMkTVaw .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tjODMkTVaw .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tjODMkTVaw .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tjODMkTVaw .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tjODMkTVaw .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tjODMkTVaw .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .mbr-text {
  color: #232323;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: relative !important;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: absolute !important;
}
.cid-t3EAxZyPJb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t3EAxZyPJb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t3EAxZyPJb .dropdown-item:hover,
.cid-t3EAxZyPJb .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-t3EAxZyPJb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t3EAxZyPJb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t3EAxZyPJb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t3EAxZyPJb .nav-link {
  position: relative;
}
.cid-t3EAxZyPJb .container {
  display: flex;
  margin: auto;
}
.cid-t3EAxZyPJb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown-menu,
.cid-t3EAxZyPJb .navbar.opened {
  background: #bbbbbb !important;
}
.cid-t3EAxZyPJb .nav-item:focus,
.cid-t3EAxZyPJb .nav-link:focus {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t3EAxZyPJb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t3EAxZyPJb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(187, 187, 187, 0.2);
}
.cid-t3EAxZyPJb .navbar.opened {
  transition: all 0.3s;
}
.cid-t3EAxZyPJb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t3EAxZyPJb .navbar .navbar-logo img {
  width: auto;
}
.cid-t3EAxZyPJb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar.collapsed {
  justify-content: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t3EAxZyPJb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t3EAxZyPJb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t3EAxZyPJb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t3EAxZyPJb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t3EAxZyPJb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t3EAxZyPJb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t3EAxZyPJb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t3EAxZyPJb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t3EAxZyPJb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t3EAxZyPJb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t3EAxZyPJb .navbar.navbar-short {
  min-height: 60px;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t3EAxZyPJb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown-item.active,
.cid-t3EAxZyPJb .dropdown-item:active {
  background-color: transparent;
}
.cid-t3EAxZyPJb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t3EAxZyPJb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t3EAxZyPJb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t3EAxZyPJb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t3EAxZyPJb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t3EAxZyPJb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t3EAxZyPJb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t3EAxZyPJb .navbar {
    height: 70px;
  }
  .cid-t3EAxZyPJb .navbar.opened {
    height: auto;
  }
  .cid-t3EAxZyPJb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tm1GTU9ZsV {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tm1GTU9ZsV .mbr-text {
  color: #e43f3f;
  text-align: center;
}
.cid-tm1GTU9ZsV .mbr-section-subtitle {
  text-align: center;
}
.cid-tm1HO2GEZf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tm1HO2GEZf .mbr-section-subtitle {
  text-align: left;
}
.cid-tm1IfXgw79 {
  background-image: url("../../../assets/images/a6-min-1848x2772.jpg");
}
@media (max-width: 991px) {
  .cid-tm1IfXgw79 .mbr-section-title,
  .cid-tm1IfXgw79 .mbr-section-subtitle,
  .cid-tm1IfXgw79 .mbr-section-btn,
  .cid-tm1IfXgw79 .mbr-text {
    text-align: center;
  }
}
.cid-tm1IfXgw79 .mbr-text,
.cid-tm1IfXgw79 .mbr-section-btn {
  color: #000000;
}
.cid-tm1RH0JgDX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tm1RH0JgDX .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tm1RH0JgDX .mbr-text {
  text-align: left;
  color: #e43f3f;
}
.cid-tm1RI4YbOY {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tm1RLNFJJy {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tm1RLNFJJy .mbr-text {
  color: #e43f3f;
}
.cid-tm1RLNFJJy .mbr-section-subtitle {
  color: #e43f3f;
}
.cid-tm1RSCYtRn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tm1RZILDHc {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tm1RZILDHc .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tm1RZILDHc .mbr-section-subtitle {
  text-align: left;
}
.cid-tm1S4jPPz9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tm1S4jPPz9 .mbr-section-subtitle {
  color: #e43f3f;
}
.cid-tm23hff5NN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tm23hff5NN .mbr-section-subtitle {
  color: #e43f3f;
}
.cid-tm1S82DqVw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tm1S82DqVw .line {
  background-color: #e43f3f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tm1S82DqVw .mbr-text {
  color: #e43f3f;
}
.cid-tm1SfC7kuW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffb5b5;
}
.cid-tm1SfC7kuW .video-wrapper iframe {
  width: 100%;
}
.cid-tm1SfC7kuW .mbr-section-title,
.cid-tm1SfC7kuW .mbr-section-subtitle,
.cid-tm1SfC7kuW .mbr-text {
  text-align: center;
}
.cid-tm1SgJ5TK5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffb5b5;
}
.cid-tm1SgJ5TK5 .video-wrapper iframe {
  width: 100%;
}
.cid-tm1SgJ5TK5 .mbr-section-title,
.cid-tm1SgJ5TK5 .mbr-section-subtitle,
.cid-tm1SgJ5TK5 .mbr-text {
  text-align: center;
}
.cid-tm1ShS43S8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffb5b5;
}
.cid-tm1ShS43S8 .video-wrapper iframe {
  width: 100%;
}
.cid-tm1ShS43S8 .mbr-section-title,
.cid-tm1ShS43S8 .mbr-section-subtitle,
.cid-tm1ShS43S8 .mbr-text {
  text-align: center;
}
.cid-tm1SjNT0NC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffb5b5;
}
.cid-tm1SjNT0NC img,
.cid-tm1SjNT0NC .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tm1SjNT0NC .item:focus,
.cid-tm1SjNT0NC span:focus {
  outline: none;
}
.cid-tm1SjNT0NC .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tm1SjNT0NC .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tm1SjNT0NC .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tm1SjNT0NC .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tm1SjNT0NC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tm1SjNT0NC .mbr-section-title {
  color: #232323;
}
.cid-tm1SjNT0NC .mbr-text,
.cid-tm1SjNT0NC .mbr-section-btn {
  text-align: left;
}
.cid-tm1SjNT0NC .item-title {
  text-align: left;
  color: #6592e6;
}
.cid-tm1SjNT0NC .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-tpr97VdX93 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tjODMkTVaw .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tjODMkTVaw .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tjODMkTVaw .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tjODMkTVaw .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tjODMkTVaw .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tjODMkTVaw .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tjODMkTVaw .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tjODMkTVaw .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .mbr-text {
  color: #232323;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: relative !important;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: absolute !important;
}
.cid-t3EAxZyPJb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t3EAxZyPJb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t3EAxZyPJb .dropdown-item:hover,
.cid-t3EAxZyPJb .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-t3EAxZyPJb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t3EAxZyPJb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t3EAxZyPJb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t3EAxZyPJb .nav-link {
  position: relative;
}
.cid-t3EAxZyPJb .container {
  display: flex;
  margin: auto;
}
.cid-t3EAxZyPJb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown-menu,
.cid-t3EAxZyPJb .navbar.opened {
  background: #bbbbbb !important;
}
.cid-t3EAxZyPJb .nav-item:focus,
.cid-t3EAxZyPJb .nav-link:focus {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t3EAxZyPJb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t3EAxZyPJb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(187, 187, 187, 0.2);
}
.cid-t3EAxZyPJb .navbar.opened {
  transition: all 0.3s;
}
.cid-t3EAxZyPJb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t3EAxZyPJb .navbar .navbar-logo img {
  width: auto;
}
.cid-t3EAxZyPJb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar.collapsed {
  justify-content: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t3EAxZyPJb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t3EAxZyPJb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t3EAxZyPJb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t3EAxZyPJb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t3EAxZyPJb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t3EAxZyPJb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t3EAxZyPJb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t3EAxZyPJb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t3EAxZyPJb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t3EAxZyPJb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t3EAxZyPJb .navbar.navbar-short {
  min-height: 60px;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t3EAxZyPJb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown-item.active,
.cid-t3EAxZyPJb .dropdown-item:active {
  background-color: transparent;
}
.cid-t3EAxZyPJb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t3EAxZyPJb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t3EAxZyPJb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t3EAxZyPJb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t3EAxZyPJb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t3EAxZyPJb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t3EAxZyPJb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t3EAxZyPJb .navbar {
    height: 70px;
  }
  .cid-t3EAxZyPJb .navbar.opened {
    height: auto;
  }
  .cid-t3EAxZyPJb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tn4aALo2cx {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/a22min-1920x1280.jpg");
}
@media (max-width: 991px) {
  .cid-tn4aALo2cx .mbr-section-title,
  .cid-tn4aALo2cx .mbr-section-subtitle,
  .cid-tn4aALo2cx .mbr-section-btn,
  .cid-tn4aALo2cx .mbr-text {
    text-align: center;
  }
}
.cid-tn4cuxZLCC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tjODMkTVaw .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tjODMkTVaw .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tjODMkTVaw .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tjODMkTVaw .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tjODMkTVaw .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tjODMkTVaw .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tjODMkTVaw .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tjODMkTVaw .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .mbr-text {
  color: #232323;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: relative !important;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: absolute !important;
}
.cid-t3EAxZyPJb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t3EAxZyPJb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t3EAxZyPJb .dropdown-item:hover,
.cid-t3EAxZyPJb .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-t3EAxZyPJb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t3EAxZyPJb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t3EAxZyPJb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t3EAxZyPJb .nav-link {
  position: relative;
}
.cid-t3EAxZyPJb .container {
  display: flex;
  margin: auto;
}
.cid-t3EAxZyPJb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown-menu,
.cid-t3EAxZyPJb .navbar.opened {
  background: #bbbbbb !important;
}
.cid-t3EAxZyPJb .nav-item:focus,
.cid-t3EAxZyPJb .nav-link:focus {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t3EAxZyPJb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t3EAxZyPJb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(187, 187, 187, 0.2);
}
.cid-t3EAxZyPJb .navbar.opened {
  transition: all 0.3s;
}
.cid-t3EAxZyPJb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t3EAxZyPJb .navbar .navbar-logo img {
  width: auto;
}
.cid-t3EAxZyPJb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar.collapsed {
  justify-content: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t3EAxZyPJb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t3EAxZyPJb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t3EAxZyPJb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t3EAxZyPJb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t3EAxZyPJb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t3EAxZyPJb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t3EAxZyPJb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t3EAxZyPJb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t3EAxZyPJb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t3EAxZyPJb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t3EAxZyPJb .navbar.navbar-short {
  min-height: 60px;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t3EAxZyPJb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown-item.active,
.cid-t3EAxZyPJb .dropdown-item:active {
  background-color: transparent;
}
.cid-t3EAxZyPJb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t3EAxZyPJb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t3EAxZyPJb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t3EAxZyPJb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t3EAxZyPJb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t3EAxZyPJb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t3EAxZyPJb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t3EAxZyPJb .navbar {
    height: 70px;
  }
  .cid-t3EAxZyPJb .navbar.opened {
    height: auto;
  }
  .cid-t3EAxZyPJb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tn4dF7GF57 {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/a22min-1920x1280.jpg");
}
@media (max-width: 991px) {
  .cid-tn4dF7GF57 .mbr-section-title,
  .cid-tn4dF7GF57 .mbr-section-subtitle,
  .cid-tn4dF7GF57 .mbr-section-btn,
  .cid-tn4dF7GF57 .mbr-text {
    text-align: center;
  }
}
.cid-tn4ogobhAW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tjODMkTVaw .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tjODMkTVaw .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tjODMkTVaw .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tjODMkTVaw .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tjODMkTVaw .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tjODMkTVaw .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tjODMkTVaw .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tjODMkTVaw .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .mbr-text {
  color: #232323;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: relative !important;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: absolute !important;
}
.cid-t3EAxZyPJb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t3EAxZyPJb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t3EAxZyPJb .dropdown-item:hover,
.cid-t3EAxZyPJb .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-t3EAxZyPJb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t3EAxZyPJb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t3EAxZyPJb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t3EAxZyPJb .nav-link {
  position: relative;
}
.cid-t3EAxZyPJb .container {
  display: flex;
  margin: auto;
}
.cid-t3EAxZyPJb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown-menu,
.cid-t3EAxZyPJb .navbar.opened {
  background: #bbbbbb !important;
}
.cid-t3EAxZyPJb .nav-item:focus,
.cid-t3EAxZyPJb .nav-link:focus {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t3EAxZyPJb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t3EAxZyPJb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(187, 187, 187, 0.2);
}
.cid-t3EAxZyPJb .navbar.opened {
  transition: all 0.3s;
}
.cid-t3EAxZyPJb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t3EAxZyPJb .navbar .navbar-logo img {
  width: auto;
}
.cid-t3EAxZyPJb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar.collapsed {
  justify-content: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t3EAxZyPJb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t3EAxZyPJb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t3EAxZyPJb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t3EAxZyPJb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t3EAxZyPJb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t3EAxZyPJb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t3EAxZyPJb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t3EAxZyPJb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t3EAxZyPJb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t3EAxZyPJb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t3EAxZyPJb .navbar.navbar-short {
  min-height: 60px;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t3EAxZyPJb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown-item.active,
.cid-t3EAxZyPJb .dropdown-item:active {
  background-color: transparent;
}
.cid-t3EAxZyPJb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t3EAxZyPJb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t3EAxZyPJb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t3EAxZyPJb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t3EAxZyPJb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t3EAxZyPJb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t3EAxZyPJb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t3EAxZyPJb .navbar {
    height: 70px;
  }
  .cid-t3EAxZyPJb .navbar.opened {
    height: auto;
  }
  .cid-t3EAxZyPJb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tneFNbdpvk {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/151515.webp");
}
@media (max-width: 991px) {
  .cid-tneFNbdpvk .mbr-section-title,
  .cid-tneFNbdpvk .mbr-section-subtitle,
  .cid-tneFNbdpvk .mbr-section-btn,
  .cid-tneFNbdpvk .mbr-text {
    text-align: center;
  }
}
.cid-tneFQNguq4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tneFZlf0Vk {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f8deb0;
}
.cid-tneFZlf0Vk .mbr-text {
  text-align: right;
}
.cid-tneFZlf0Vk .mbr-section-subtitle {
  text-align: center;
}
.cid-tnff0rG79G {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8deb0;
}
.cid-tnff0rG79G .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tngWfnlnNr {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/112233.webp");
}
.cid-tngWfnlnNr .video-wrapper iframe {
  width: 100%;
}
.cid-tngWfnlnNr .mbr-section-title,
.cid-tngWfnlnNr .mbr-section-subtitle,
.cid-tngWfnlnNr .mbr-text {
  text-align: center;
}
.cid-tnh1DJNYBw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/112233.webp");
}
.cid-tnh1DJNYBw .video-wrapper iframe {
  width: 100%;
}
.cid-tnh1DJNYBw .mbr-section-title,
.cid-tnh1DJNYBw .mbr-section-subtitle,
.cid-tnh1DJNYBw .mbr-text {
  text-align: center;
}
.cid-tnh3c5rHEA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/gorod.webp");
}
@media (max-width: 767px) {
  .cid-tnh3c5rHEA .row {
    flex-direction: column-reverse;
  }
  .cid-tnh3c5rHEA .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-tnh3c5rHEA .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tnh3c5rHEA .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tnh3c5rHEA .media-content,
.cid-tnh3c5rHEA .mbr-figure {
  align-self: center;
}
.cid-tnh3c5rHEA .mbr-figure iframe {
  width: 100%;
}
.cid-tnh3c5rHEA .mbr-section-title DIV {
  text-align: left;
}
.cid-tnfV0UoBmS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tjODMkTVaw .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tjODMkTVaw .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tjODMkTVaw .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tjODMkTVaw .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tjODMkTVaw .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tjODMkTVaw .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tjODMkTVaw .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tjODMkTVaw .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .mbr-text {
  color: #232323;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: relative !important;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: absolute !important;
}
.cid-t3EAxZyPJb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t3EAxZyPJb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t3EAxZyPJb .dropdown-item:hover,
.cid-t3EAxZyPJb .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-t3EAxZyPJb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t3EAxZyPJb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t3EAxZyPJb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t3EAxZyPJb .nav-link {
  position: relative;
}
.cid-t3EAxZyPJb .container {
  display: flex;
  margin: auto;
}
.cid-t3EAxZyPJb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown-menu,
.cid-t3EAxZyPJb .navbar.opened {
  background: #bbbbbb !important;
}
.cid-t3EAxZyPJb .nav-item:focus,
.cid-t3EAxZyPJb .nav-link:focus {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t3EAxZyPJb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t3EAxZyPJb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(187, 187, 187, 0.2);
}
.cid-t3EAxZyPJb .navbar.opened {
  transition: all 0.3s;
}
.cid-t3EAxZyPJb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t3EAxZyPJb .navbar .navbar-logo img {
  width: auto;
}
.cid-t3EAxZyPJb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar.collapsed {
  justify-content: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t3EAxZyPJb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t3EAxZyPJb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t3EAxZyPJb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t3EAxZyPJb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t3EAxZyPJb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t3EAxZyPJb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t3EAxZyPJb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t3EAxZyPJb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t3EAxZyPJb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t3EAxZyPJb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t3EAxZyPJb .navbar.navbar-short {
  min-height: 60px;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t3EAxZyPJb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown-item.active,
.cid-t3EAxZyPJb .dropdown-item:active {
  background-color: transparent;
}
.cid-t3EAxZyPJb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t3EAxZyPJb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t3EAxZyPJb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t3EAxZyPJb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t3EAxZyPJb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t3EAxZyPJb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t3EAxZyPJb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t3EAxZyPJb .navbar {
    height: 70px;
  }
  .cid-t3EAxZyPJb .navbar.opened {
    height: auto;
  }
  .cid-t3EAxZyPJb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tnh7egPQCB {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/a22min-1920x1280.jpg");
}
@media (max-width: 991px) {
  .cid-tnh7egPQCB .mbr-section-title,
  .cid-tnh7egPQCB .mbr-section-subtitle,
  .cid-tnh7egPQCB .mbr-section-btn,
  .cid-tnh7egPQCB .mbr-text {
    text-align: center;
  }
}
.cid-tnh7egPQCB .mbr-text,
.cid-tnh7egPQCB .mbr-section-btn {
  color: #000000;
}
.cid-tprlWLZtLh {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/1235.webp");
}
.cid-tprlWLZtLh .mbr-text,
.cid-tprlWLZtLh .mbr-section-btn {
  color: #232323;
}
.cid-tprlWLZtLh .card-title,
.cid-tprlWLZtLh .card-box {
  color: #ffffff;
}
.cid-tprlWLZtLh .mbr-text,
.cid-tprlWLZtLh .link-wrap {
  color: #ffffff;
}
.cid-tpuzJLdJki {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tpuGCA6zwk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tpuGCA6zwk .item {
  padding-bottom: 2rem;
}
.cid-tpuGCA6zwk .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tpuGCA6zwk .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tpuGCA6zwk .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 #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tpuGCA6zwk .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tpuGCA6zwk .carousel-control,
.cid-tpuGCA6zwk .close {
  background: #1b1b1b;
}
.cid-tpuGCA6zwk .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tpuGCA6zwk .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tpuGCA6zwk .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tpuGCA6zwk .carousel-control-next span {
  margin-left: 5px;
}
.cid-tpuGCA6zwk .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-tpuGCA6zwk .close::before {
  content: '\e91a';
}
.cid-tpuGCA6zwk .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tpuGCA6zwk .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-tpuGCA6zwk .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tpuGCA6zwk .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tpuGCA6zwk .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tpuGCA6zwk .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tpuGCA6zwk .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-tpuGCA6zwk .carousel-indicators li.active,
.cid-tpuGCA6zwk .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tpuGCA6zwk .carousel-indicators li::after,
.cid-tpuGCA6zwk .carousel-indicators li::before {
  content: none;
}
.cid-tpuGCA6zwk .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tpuGCA6zwk .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tpuGCA6zwk .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tpuGCA6zwk .carousel-indicators {
    display: none;
  }
}
.cid-tpuGCA6zwk .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tpuGCA6zwk .carousel-inner > .active {
  display: block;
}
.cid-tpuGCA6zwk .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tpuGCA6zwk .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tpuGCA6zwk .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tpuGCA6zwk .carousel-control,
  .cid-tpuGCA6zwk .carousel-indicators,
  .cid-tpuGCA6zwk .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tpuGCA6zwk .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tpuGCA6zwk .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tpuGCA6zwk .carousel-indicators .active,
.cid-tpuGCA6zwk .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tpuGCA6zwk .carousel-indicators .active {
  background: #fff;
}
.cid-tpuGCA6zwk .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tpuGCA6zwk .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tpuGCA6zwk .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tpuGCA6zwk .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tpuGCA6zwk .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tpuGCA6zwk .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tpuGCA6zwk .carousel {
  width: 100%;
}
.cid-tpuGCA6zwk .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tpuGCA6zwk .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tpuGCA6zwk .modal.fade .modal-dialog,
.cid-tpuGCA6zwk .modal.in .modal-dialog {
  transform: none;
}
.cid-tpuGCA6zwk .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tpuGCA6zwk H6 {
  text-align: center;
}
.cid-tpuOhxXq1Y {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tpuOhxXq1Y .row {
  flex-direction: row-reverse;
}
.cid-tpuOhxXq1Y .video-wrapper iframe {
  width: 100%;
}
.cid-tpuOhxXq1Y .mbr-section-title,
.cid-tpuOhxXq1Y .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tpuOhxXq1Y .text-wrapper {
    padding: 2rem;
  }
}
.cid-tpuJyvMgrh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tpuJyvMgrh .item {
  padding-bottom: 2rem;
}
.cid-tpuJyvMgrh .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tpuJyvMgrh .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tpuJyvMgrh .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 #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tpuJyvMgrh .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tpuJyvMgrh .carousel-control,
.cid-tpuJyvMgrh .close {
  background: #1b1b1b;
}
.cid-tpuJyvMgrh .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tpuJyvMgrh .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tpuJyvMgrh .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tpuJyvMgrh .carousel-control-next span {
  margin-left: 5px;
}
.cid-tpuJyvMgrh .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-tpuJyvMgrh .close::before {
  content: '\e91a';
}
.cid-tpuJyvMgrh .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tpuJyvMgrh .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-tpuJyvMgrh .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tpuJyvMgrh .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tpuJyvMgrh .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tpuJyvMgrh .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tpuJyvMgrh .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-tpuJyvMgrh .carousel-indicators li.active,
.cid-tpuJyvMgrh .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tpuJyvMgrh .carousel-indicators li::after,
.cid-tpuJyvMgrh .carousel-indicators li::before {
  content: none;
}
.cid-tpuJyvMgrh .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tpuJyvMgrh .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tpuJyvMgrh .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tpuJyvMgrh .carousel-indicators {
    display: none;
  }
}
.cid-tpuJyvMgrh .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tpuJyvMgrh .carousel-inner > .active {
  display: block;
}
.cid-tpuJyvMgrh .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tpuJyvMgrh .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tpuJyvMgrh .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tpuJyvMgrh .carousel-control,
  .cid-tpuJyvMgrh .carousel-indicators,
  .cid-tpuJyvMgrh .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tpuJyvMgrh .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tpuJyvMgrh .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tpuJyvMgrh .carousel-indicators .active,
.cid-tpuJyvMgrh .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tpuJyvMgrh .carousel-indicators .active {
  background: #fff;
}
.cid-tpuJyvMgrh .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tpuJyvMgrh .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tpuJyvMgrh .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tpuJyvMgrh .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tpuJyvMgrh .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tpuJyvMgrh .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tpuJyvMgrh .carousel {
  width: 100%;
}
.cid-tpuJyvMgrh .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tpuJyvMgrh .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tpuJyvMgrh .modal.fade .modal-dialog,
.cid-tpuJyvMgrh .modal.in .modal-dialog {
  transform: none;
}
.cid-tpuJyvMgrh .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tpuJyvMgrh H6 {
  text-align: center;
}
.cid-tpuOQxVhey {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tpuOQxVhey .row {
  flex-direction: row-reverse;
}
.cid-tpuOQxVhey .video-wrapper iframe {
  width: 100%;
}
.cid-tpuOQxVhey .mbr-section-title,
.cid-tpuOQxVhey .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tpuOQxVhey .text-wrapper {
    padding: 2rem;
  }
}
.cid-tpuPIkDE4y {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tpuPIkDE4y .item {
  padding-bottom: 2rem;
}
.cid-tpuPIkDE4y .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tpuPIkDE4y .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tpuPIkDE4y .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 #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tpuPIkDE4y .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tpuPIkDE4y .carousel-control,
.cid-tpuPIkDE4y .close {
  background: #1b1b1b;
}
.cid-tpuPIkDE4y .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tpuPIkDE4y .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tpuPIkDE4y .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tpuPIkDE4y .carousel-control-next span {
  margin-left: 5px;
}
.cid-tpuPIkDE4y .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-tpuPIkDE4y .close::before {
  content: '\e91a';
}
.cid-tpuPIkDE4y .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tpuPIkDE4y .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-tpuPIkDE4y .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tpuPIkDE4y .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tpuPIkDE4y .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tpuPIkDE4y .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tpuPIkDE4y .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-tpuPIkDE4y .carousel-indicators li.active,
.cid-tpuPIkDE4y .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tpuPIkDE4y .carousel-indicators li::after,
.cid-tpuPIkDE4y .carousel-indicators li::before {
  content: none;
}
.cid-tpuPIkDE4y .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tpuPIkDE4y .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tpuPIkDE4y .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tpuPIkDE4y .carousel-indicators {
    display: none;
  }
}
.cid-tpuPIkDE4y .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tpuPIkDE4y .carousel-inner > .active {
  display: block;
}
.cid-tpuPIkDE4y .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tpuPIkDE4y .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tpuPIkDE4y .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tpuPIkDE4y .carousel-control,
  .cid-tpuPIkDE4y .carousel-indicators,
  .cid-tpuPIkDE4y .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tpuPIkDE4y .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tpuPIkDE4y .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tpuPIkDE4y .carousel-indicators .active,
.cid-tpuPIkDE4y .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tpuPIkDE4y .carousel-indicators .active {
  background: #fff;
}
.cid-tpuPIkDE4y .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tpuPIkDE4y .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tpuPIkDE4y .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tpuPIkDE4y .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tpuPIkDE4y .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tpuPIkDE4y .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tpuPIkDE4y .carousel {
  width: 100%;
}
.cid-tpuPIkDE4y .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tpuPIkDE4y .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tpuPIkDE4y .modal.fade .modal-dialog,
.cid-tpuPIkDE4y .modal.in .modal-dialog {
  transform: none;
}
.cid-tpuPIkDE4y .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tpuPIkDE4y H6 {
  text-align: center;
}
.cid-tpv3YxcL2q {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tpv3YxcL2q .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tpv3YxcL2q .row {
  flex-direction: row-reverse;
}
.cid-tpv3YxcL2q img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tpv3YxcL2q .text-wrapper {
    padding: 2rem;
  }
}
.cid-tpv6t9wHY2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tpv6t9wHY2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tpv6t9wHY2 .row {
  flex-direction: row-reverse;
}
.cid-tpv6t9wHY2 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tpv6t9wHY2 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tpv7hoAD8s {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffb18a;
}
.cid-tpv84Fu7k0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffb18a;
}
.cid-tpv84Fu7k0 .item {
  padding-bottom: 2rem;
}
.cid-tpv84Fu7k0 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tpv84Fu7k0 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tpv84Fu7k0 .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 #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tpv84Fu7k0 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tpv84Fu7k0 .carousel-control,
.cid-tpv84Fu7k0 .close {
  background: #1b1b1b;
}
.cid-tpv84Fu7k0 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tpv84Fu7k0 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tpv84Fu7k0 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tpv84Fu7k0 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tpv84Fu7k0 .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-tpv84Fu7k0 .close::before {
  content: '\e91a';
}
.cid-tpv84Fu7k0 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tpv84Fu7k0 .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-tpv84Fu7k0 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tpv84Fu7k0 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tpv84Fu7k0 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tpv84Fu7k0 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tpv84Fu7k0 .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-tpv84Fu7k0 .carousel-indicators li.active,
.cid-tpv84Fu7k0 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tpv84Fu7k0 .carousel-indicators li::after,
.cid-tpv84Fu7k0 .carousel-indicators li::before {
  content: none;
}
.cid-tpv84Fu7k0 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tpv84Fu7k0 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tpv84Fu7k0 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tpv84Fu7k0 .carousel-indicators {
    display: none;
  }
}
.cid-tpv84Fu7k0 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tpv84Fu7k0 .carousel-inner > .active {
  display: block;
}
.cid-tpv84Fu7k0 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tpv84Fu7k0 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tpv84Fu7k0 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tpv84Fu7k0 .carousel-control,
  .cid-tpv84Fu7k0 .carousel-indicators,
  .cid-tpv84Fu7k0 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tpv84Fu7k0 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tpv84Fu7k0 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tpv84Fu7k0 .carousel-indicators .active,
.cid-tpv84Fu7k0 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tpv84Fu7k0 .carousel-indicators .active {
  background: #fff;
}
.cid-tpv84Fu7k0 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tpv84Fu7k0 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tpv84Fu7k0 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tpv84Fu7k0 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tpv84Fu7k0 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tpv84Fu7k0 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tpv84Fu7k0 .carousel {
  width: 100%;
}
.cid-tpv84Fu7k0 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tpv84Fu7k0 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tpv84Fu7k0 .modal.fade .modal-dialog,
.cid-tpv84Fu7k0 .modal.in .modal-dialog {
  transform: none;
}
.cid-tpv84Fu7k0 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tpv84Fu7k0 H6 {
  text-align: center;
}
.cid-tnhdB5DVyB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tjODMkTVaw .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tjODMkTVaw .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tjODMkTVaw .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tjODMkTVaw .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tjODMkTVaw .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tjODMkTVaw .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tjODMkTVaw .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tjODMkTVaw .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .mbr-text {
  color: #232323;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: relative !important;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: absolute !important;
}
.cid-t3EAxZyPJb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t3EAxZyPJb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t3EAxZyPJb .dropdown-item:hover,
.cid-t3EAxZyPJb .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-t3EAxZyPJb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t3EAxZyPJb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t3EAxZyPJb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t3EAxZyPJb .nav-link {
  position: relative;
}
.cid-t3EAxZyPJb .container {
  display: flex;
  margin: auto;
}
.cid-t3EAxZyPJb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown-menu,
.cid-t3EAxZyPJb .navbar.opened {
  background: #bbbbbb !important;
}
.cid-t3EAxZyPJb .nav-item:focus,
.cid-t3EAxZyPJb .nav-link:focus {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t3EAxZyPJb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t3EAxZyPJb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(187, 187, 187, 0.2);
}
.cid-t3EAxZyPJb .navbar.opened {
  transition: all 0.3s;
}
.cid-t3EAxZyPJb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t3EAxZyPJb .navbar .navbar-logo img {
  width: auto;
}
.cid-t3EAxZyPJb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar.collapsed {
  justify-content: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t3EAxZyPJb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t3EAxZyPJb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t3EAxZyPJb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t3EAxZyPJb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t3EAxZyPJb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t3EAxZyPJb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t3EAxZyPJb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t3EAxZyPJb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t3EAxZyPJb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t3EAxZyPJb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t3EAxZyPJb .navbar.navbar-short {
  min-height: 60px;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t3EAxZyPJb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown-item.active,
.cid-t3EAxZyPJb .dropdown-item:active {
  background-color: transparent;
}
.cid-t3EAxZyPJb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t3EAxZyPJb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t3EAxZyPJb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t3EAxZyPJb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t3EAxZyPJb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t3EAxZyPJb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t3EAxZyPJb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t3EAxZyPJb .navbar {
    height: 70px;
  }
  .cid-t3EAxZyPJb .navbar.opened {
    height: auto;
  }
  .cid-t3EAxZyPJb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tnIFwz4rej {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #d5e1f0;
}
.cid-tnIFwz4rej .line {
  background-color: #4479d9;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tnIHQ7Azww {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/retrit11-800x449.jpg");
}
@media (max-width: 991px) {
  .cid-tnIHQ7Azww .mbr-section-title,
  .cid-tnIHQ7Azww .mbr-section-subtitle,
  .cid-tnIHQ7Azww .mbr-section-btn,
  .cid-tnIHQ7Azww .mbr-text {
    text-align: center;
  }
}
.cid-tnIHQ7Azww .mbr-text,
.cid-tnIHQ7Azww .mbr-section-btn {
  color: #000000;
}
.cid-tjODMkTVaw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tjODMkTVaw .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tjODMkTVaw .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tjODMkTVaw .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tjODMkTVaw .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tjODMkTVaw .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tjODMkTVaw .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tjODMkTVaw .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tjODMkTVaw .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .mbr-text {
  color: #232323;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: relative !important;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: absolute !important;
}
.cid-t3EAxZyPJb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t3EAxZyPJb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t3EAxZyPJb .dropdown-item:hover,
.cid-t3EAxZyPJb .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-t3EAxZyPJb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t3EAxZyPJb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t3EAxZyPJb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t3EAxZyPJb .nav-link {
  position: relative;
}
.cid-t3EAxZyPJb .container {
  display: flex;
  margin: auto;
}
.cid-t3EAxZyPJb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown-menu,
.cid-t3EAxZyPJb .navbar.opened {
  background: #bbbbbb !important;
}
.cid-t3EAxZyPJb .nav-item:focus,
.cid-t3EAxZyPJb .nav-link:focus {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t3EAxZyPJb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t3EAxZyPJb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(187, 187, 187, 0.2);
}
.cid-t3EAxZyPJb .navbar.opened {
  transition: all 0.3s;
}
.cid-t3EAxZyPJb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t3EAxZyPJb .navbar .navbar-logo img {
  width: auto;
}
.cid-t3EAxZyPJb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar.collapsed {
  justify-content: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t3EAxZyPJb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t3EAxZyPJb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t3EAxZyPJb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t3EAxZyPJb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t3EAxZyPJb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t3EAxZyPJb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t3EAxZyPJb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t3EAxZyPJb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t3EAxZyPJb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t3EAxZyPJb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t3EAxZyPJb .navbar.navbar-short {
  min-height: 60px;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t3EAxZyPJb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown-item.active,
.cid-t3EAxZyPJb .dropdown-item:active {
  background-color: transparent;
}
.cid-t3EAxZyPJb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t3EAxZyPJb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t3EAxZyPJb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t3EAxZyPJb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t3EAxZyPJb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t3EAxZyPJb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t3EAxZyPJb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t3EAxZyPJb .navbar {
    height: 70px;
  }
  .cid-t3EAxZyPJb .navbar.opened {
    height: auto;
  }
  .cid-t3EAxZyPJb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tnPXOHhRkl {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tnPXOHhRkl .mbr-text {
  text-align: center;
}
.cid-tnPXOHhRkl .mbr-section-subtitle {
  text-align: center;
}
.cid-tnPYmCbduB {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tnPYmCbduB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tnPYmCbduB img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tnPYmCbduB .text-wrapper {
    padding: 2rem;
  }
}
.cid-tnPYmCbduB .mbr-text {
  color: #000000;
}
.cid-tnPYmCbduB .mbr-section-title {
  color: #000000;
}
.cid-tnPYneV6bh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tnPYneV6bh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tnPYneV6bh img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tnPYneV6bh .text-wrapper {
    padding: 2rem;
  }
}
.cid-tnPYneV6bh .mbr-text {
  color: #000000;
}
.cid-tnPYneV6bh .mbr-section-title {
  color: #000000;
}
.cid-tnPYnLJxbU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tnPYnLJxbU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tnPYnLJxbU img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tnPYnLJxbU .text-wrapper {
    padding: 2rem;
  }
}
.cid-tnPYnLJxbU .mbr-text {
  color: #000000;
}
.cid-tnPYnLJxbU .mbr-section-title {
  color: #000000;
}
.cid-tnPYoWRe4U {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tnPYoWRe4U .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tnPYoWRe4U img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tnPYoWRe4U .text-wrapper {
    padding: 2rem;
  }
}
.cid-tnPYoWRe4U .mbr-text {
  color: #000000;
}
.cid-tnPYoWRe4U .mbr-section-title {
  color: #000000;
}
.cid-tnPYojnsRM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tnPYojnsRM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tnPYojnsRM img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tnPYojnsRM .text-wrapper {
    padding: 2rem;
  }
}
.cid-tnQd2I4xA1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tnQd2I4xA1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tnQd2I4xA1 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tnQd2I4xA1 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tnQd2I4xA1 .mbr-text {
  color: #000000;
}
.cid-tnQd2I4xA1 .mbr-section-title {
  color: #000000;
}
.cid-tnQd4IClic {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tnQd4IClic .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tnQd4IClic img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tnQd4IClic .text-wrapper {
    padding: 2rem;
  }
}
.cid-tnQd4IClic .mbr-text {
  color: #000000;
}
.cid-tnQd4IClic .mbr-section-title {
  color: #000000;
}
.cid-tnQd5xLPRf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tnQd5xLPRf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tnQd5xLPRf img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tnQd5xLPRf .text-wrapper {
    padding: 2rem;
  }
}
.cid-tnQd5xLPRf .mbr-section-title {
  color: #000000;
}
.cid-tnQd5xLPRf .mbr-text {
  color: #000000;
}
.cid-tnQd6dmpvv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tnQd6dmpvv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tnQd6dmpvv img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tnQd6dmpvv .text-wrapper {
    padding: 2rem;
  }
}
.cid-tnQd6dmpvv .mbr-text {
  color: #000000;
}
.cid-tnQd6dmpvv .mbr-section-title {
  color: #000000;
}
.cid-tnQtfjH8U4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tnQtfjH8U4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tnQtfjH8U4 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tnQtfjH8U4 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tnQtfZohM5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tnQtfZohM5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tnQtfZohM5 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tnQtfZohM5 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tnQtfZohM5 .mbr-text {
  color: #000000;
}
.cid-tnQtfZohM5 .mbr-section-title {
  color: #000000;
}
.cid-tnQtgxWzCz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tnQtgxWzCz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tnQtgxWzCz img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tnQtgxWzCz .text-wrapper {
    padding: 2rem;
  }
}
.cid-tnQvZ19ypL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tjODMkTVaw .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tjODMkTVaw .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tjODMkTVaw .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tjODMkTVaw .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tjODMkTVaw .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tjODMkTVaw .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tjODMkTVaw .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tjODMkTVaw .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .mbr-text {
  color: #232323;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: relative !important;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: absolute !important;
}
.cid-t3EAxZyPJb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t3EAxZyPJb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t3EAxZyPJb .dropdown-item:hover,
.cid-t3EAxZyPJb .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-t3EAxZyPJb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t3EAxZyPJb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t3EAxZyPJb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t3EAxZyPJb .nav-link {
  position: relative;
}
.cid-t3EAxZyPJb .container {
  display: flex;
  margin: auto;
}
.cid-t3EAxZyPJb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown-menu,
.cid-t3EAxZyPJb .navbar.opened {
  background: #bbbbbb !important;
}
.cid-t3EAxZyPJb .nav-item:focus,
.cid-t3EAxZyPJb .nav-link:focus {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t3EAxZyPJb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t3EAxZyPJb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(187, 187, 187, 0.2);
}
.cid-t3EAxZyPJb .navbar.opened {
  transition: all 0.3s;
}
.cid-t3EAxZyPJb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t3EAxZyPJb .navbar .navbar-logo img {
  width: auto;
}
.cid-t3EAxZyPJb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar.collapsed {
  justify-content: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t3EAxZyPJb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t3EAxZyPJb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t3EAxZyPJb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t3EAxZyPJb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t3EAxZyPJb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t3EAxZyPJb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t3EAxZyPJb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t3EAxZyPJb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t3EAxZyPJb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t3EAxZyPJb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t3EAxZyPJb .navbar.navbar-short {
  min-height: 60px;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t3EAxZyPJb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown-item.active,
.cid-t3EAxZyPJb .dropdown-item:active {
  background-color: transparent;
}
.cid-t3EAxZyPJb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t3EAxZyPJb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t3EAxZyPJb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t3EAxZyPJb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t3EAxZyPJb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t3EAxZyPJb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t3EAxZyPJb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t3EAxZyPJb .navbar {
    height: 70px;
  }
  .cid-t3EAxZyPJb .navbar.opened {
    height: auto;
  }
  .cid-t3EAxZyPJb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-to6ANtnyWf {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/miffon.webp");
}
.cid-to6ANtnyWf .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-to6ANtnyWf .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-to6ANtnyWf .mbr-section-title {
  color: #ffffff;
}
.cid-to6ANtnyWf .mbr-text,
.cid-to6ANtnyWf .mbr-section-btn {
  color: #ffffff;
}
.cid-to6DXUfaw6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-to6DXUfaw6 .mbr-section-title {
  color: #232323;
}
.cid-to6DXUfaw6 .mbr-section-title DIV {
  text-align: left;
}
.cid-to6HTgG4ns {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/miffon.webp");
}
@media (max-width: 991px) {
  .cid-to6HTgG4ns .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-to6HTgG4ns .row {
  flex-direction: row-reverse;
}
.cid-to6HTgG4ns img {
  width: 100%;
}
.cid-to6ICPb5zV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/miffon.webp");
}
@media (max-width: 991px) {
  .cid-to6ICPb5zV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-to6ICPb5zV .row {
  flex-direction: row-reverse;
}
.cid-to6ICPb5zV img {
  width: 100%;
}
.cid-to6Ltls9Mi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-to6KK6lXf6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-to6KK6lXf6 .img-wrapper {
  text-align: center;
}
.cid-to6KK6lXf6 img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-to6KK6lXf6 .row {
  align-items: flex-start;
}
.cid-to6KK6lXf6 .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 992px) {
  .cid-to6KK6lXf6 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-to6KK6lXf6 .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-to6KK6lXf6 .card-wrapper {
    padding: 1rem;
  }
}
.cid-to6O88ESCX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-to6O88ESCX img {
  width: 120px;
  margin: auto;
}
.cid-to6O88ESCX .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-to6O88ESCX .card {
    max-width: 12.5%;
  }
}
.cid-to6O88ESCX .mbr-section-subtitle {
  color: #000000;
}
.cid-to6UsLi2nE {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-to6UsLi2nE img {
  width: 120px;
  margin: auto;
}
.cid-to6UsLi2nE .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-to6UsLi2nE .card {
    max-width: 12.5%;
  }
}
.cid-to6UsLi2nE .mbr-section-subtitle {
  color: #000000;
}
.cid-to6M8pgoQQ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-to6WHEnxe0 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-to6WHEnxe0 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-to6WHEnxe0 .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-to6WHEnxe0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-to6WHEnxe0 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-to6WHEnxe0 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-to6WHEnxe0 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-to6WHEnxe0 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-to6WHEnxe0 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-to6WHEnxe0 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-to6WHEnxe0 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-to6YOBlAP7 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-to6YOBlAP7 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-to6YOBlAP7 .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-to6YOBlAP7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-to6YOBlAP7 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-to6YOBlAP7 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-to6YOBlAP7 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-to6YOBlAP7 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-to6YOBlAP7 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-to6YOBlAP7 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-to6YOBlAP7 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-to6ZUZ7hcz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-to6ZUZ7hcz .mbr-section-subtitle {
  text-align: center;
}
.cid-to6ZUZ7hcz .mbr-text {
  color: #000000;
}
.cid-tomGTQ4s9Y {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tomGTQ4s9Y .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tomHNe55Zo {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tomHNe55Zo .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tomHNe55Zo .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-tomHNe55Zo .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tomHNe55Zo .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tomHNe55Zo .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tomHNe55Zo .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tomHNe55Zo .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tomHNe55Zo .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tomHNe55Zo .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tomHNe55Zo .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tomHOfeWjf {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tomHOfeWjf .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tomHOfeWjf .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-tomHOfeWjf .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tomHOfeWjf .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tomHOfeWjf .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tomHOfeWjf .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tomHOfeWjf .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tomHOfeWjf .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tomHOfeWjf .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tomHOfeWjf .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tomKNBCE0W {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tomKNBCE0W .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tomKNBCE0W .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-tomKNBCE0W .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tomKNBCE0W .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tomKNBCE0W .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tomKNBCE0W .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tomKNBCE0W .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tomKNBCE0W .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tomKNBCE0W .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tomKNBCE0W .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tomM6lH7GC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tomM6lH7GC .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tomM6lH7GC .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-tomM6lH7GC .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tomM6lH7GC .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tomM6lH7GC .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tomM6lH7GC .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tomM6lH7GC .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tomM6lH7GC .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tomM6lH7GC .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tomM6lH7GC .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tomM7almmg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tomM7almmg .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tomM7almmg .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-tomM7almmg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tomM7almmg .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tomM7almmg .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tomM7almmg .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tomM7almmg .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tomM7almmg .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tomM7almmg .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tomM7almmg .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tomOCT3iRQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tomOCT3iRQ .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tomOCT3iRQ .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-tomOCT3iRQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tomOCT3iRQ .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tomOCT3iRQ .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tomOCT3iRQ .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tomOCT3iRQ .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tomOCT3iRQ .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tomOCT3iRQ .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tomOCT3iRQ .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tomPcKtJnt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tomPhFod8u {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tomPhFod8u .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tomPhFod8u .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-tomPhFod8u .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tomPhFod8u .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tomPhFod8u .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tomPhFod8u .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tomPhFod8u .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tomPhFod8u .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tomPhFod8u .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tomPhFod8u .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tomPijiLpS {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tomPijiLpS .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tomPijiLpS .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-tomPijiLpS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tomPijiLpS .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tomPijiLpS .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tomPijiLpS .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tomPijiLpS .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tomPijiLpS .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tomPijiLpS .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tomPijiLpS .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tomRdW8P20 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tomRpLicmr {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tomRpLicmr .mbr-text {
  text-align: center;
}
.cid-tomT4XgWpJ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tomTptEKx0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tomTptEKx0 .video-wrapper iframe {
  width: 100%;
}
.cid-tomTptEKx0 .mbr-section-title,
.cid-tomTptEKx0 .mbr-section-subtitle,
.cid-tomTptEKx0 .mbr-text {
  text-align: center;
}
.cid-tomTqp346E {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tomTqp346E .video-wrapper iframe {
  width: 100%;
}
.cid-tomTqp346E .mbr-section-title,
.cid-tomTqp346E .mbr-section-subtitle,
.cid-tomTqp346E .mbr-text {
  text-align: center;
}
.cid-tomUC3zBes {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tomUC3zBes .item {
  padding-bottom: 2rem;
}
.cid-tomUC3zBes .item-wrapper {
  position: relative;
}
.cid-tomUC3zBes .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 #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tomUC3zBes .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tomUC3zBes .carousel-control,
.cid-tomUC3zBes .close {
  background: #1b1b1b;
}
.cid-tomUC3zBes .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tomUC3zBes .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tomUC3zBes .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tomUC3zBes .carousel-control-next span {
  margin-left: 5px;
}
.cid-tomUC3zBes .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-tomUC3zBes .close::before {
  content: '\e91a';
}
.cid-tomUC3zBes .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tomUC3zBes .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-tomUC3zBes .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tomUC3zBes .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tomUC3zBes .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tomUC3zBes .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tomUC3zBes .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-tomUC3zBes .carousel-indicators li.active,
.cid-tomUC3zBes .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tomUC3zBes .carousel-indicators li::after,
.cid-tomUC3zBes .carousel-indicators li::before {
  content: none;
}
.cid-tomUC3zBes .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tomUC3zBes .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tomUC3zBes .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tomUC3zBes .carousel-indicators {
    display: none;
  }
}
.cid-tomUC3zBes .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tomUC3zBes .carousel-inner > .active {
  display: block;
}
.cid-tomUC3zBes .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tomUC3zBes .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tomUC3zBes .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tomUC3zBes .carousel-control,
  .cid-tomUC3zBes .carousel-indicators,
  .cid-tomUC3zBes .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tomUC3zBes .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tomUC3zBes .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tomUC3zBes .carousel-indicators .active,
.cid-tomUC3zBes .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tomUC3zBes .carousel-indicators .active {
  background: #fff;
}
.cid-tomUC3zBes .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tomUC3zBes .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tomUC3zBes .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tomUC3zBes .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tomUC3zBes .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tomUC3zBes .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tomUC3zBes .carousel {
  width: 100%;
}
.cid-tomUC3zBes .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tomUC3zBes .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tomUC3zBes .modal.fade .modal-dialog,
.cid-tomUC3zBes .modal.in .modal-dialog {
  transform: none;
}
.cid-tomUC3zBes .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tomUC3zBes H6 {
  text-align: center;
}
.cid-tomUCOeg5c {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tomUCOeg5c .item {
  padding-bottom: 2rem;
}
.cid-tomUCOeg5c .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-tomUCOeg5c .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tomUCOeg5c .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 #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tomUCOeg5c .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tomUCOeg5c .carousel-control,
.cid-tomUCOeg5c .close {
  background: #1b1b1b;
}
.cid-tomUCOeg5c .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tomUCOeg5c .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tomUCOeg5c .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tomUCOeg5c .carousel-control-next span {
  margin-left: 5px;
}
.cid-tomUCOeg5c .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-tomUCOeg5c .close::before {
  content: '\e91a';
}
.cid-tomUCOeg5c .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tomUCOeg5c .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-tomUCOeg5c .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tomUCOeg5c .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tomUCOeg5c .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tomUCOeg5c .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tomUCOeg5c .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-tomUCOeg5c .carousel-indicators li.active,
.cid-tomUCOeg5c .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tomUCOeg5c .carousel-indicators li::after,
.cid-tomUCOeg5c .carousel-indicators li::before {
  content: none;
}
.cid-tomUCOeg5c .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tomUCOeg5c .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tomUCOeg5c .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tomUCOeg5c .carousel-indicators {
    display: none;
  }
}
.cid-tomUCOeg5c .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tomUCOeg5c .carousel-inner > .active {
  display: block;
}
.cid-tomUCOeg5c .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tomUCOeg5c .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tomUCOeg5c .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tomUCOeg5c .carousel-control,
  .cid-tomUCOeg5c .carousel-indicators,
  .cid-tomUCOeg5c .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tomUCOeg5c .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tomUCOeg5c .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tomUCOeg5c .carousel-indicators .active,
.cid-tomUCOeg5c .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tomUCOeg5c .carousel-indicators .active {
  background: #fff;
}
.cid-tomUCOeg5c .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tomUCOeg5c .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tomUCOeg5c .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tomUCOeg5c .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tomUCOeg5c .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tomUCOeg5c .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tomUCOeg5c .carousel {
  width: 100%;
}
.cid-tomUCOeg5c .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tomUCOeg5c .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tomUCOeg5c .modal.fade .modal-dialog,
.cid-tomUCOeg5c .modal.in .modal-dialog {
  transform: none;
}
.cid-tomUCOeg5c .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tomUCOeg5c H6 {
  text-align: center;
}
.cid-tonV4qJ7Zh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tonVkNmAJA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tonVkNmAJA .item {
  padding-bottom: 2rem;
}
.cid-tonVkNmAJA .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tonVkNmAJA .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tonVkNmAJA .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 #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tonVkNmAJA .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tonVkNmAJA .carousel-control,
.cid-tonVkNmAJA .close {
  background: #1b1b1b;
}
.cid-tonVkNmAJA .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tonVkNmAJA .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tonVkNmAJA .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tonVkNmAJA .carousel-control-next span {
  margin-left: 5px;
}
.cid-tonVkNmAJA .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-tonVkNmAJA .close::before {
  content: '\e91a';
}
.cid-tonVkNmAJA .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tonVkNmAJA .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-tonVkNmAJA .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tonVkNmAJA .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tonVkNmAJA .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tonVkNmAJA .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tonVkNmAJA .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-tonVkNmAJA .carousel-indicators li.active,
.cid-tonVkNmAJA .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tonVkNmAJA .carousel-indicators li::after,
.cid-tonVkNmAJA .carousel-indicators li::before {
  content: none;
}
.cid-tonVkNmAJA .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tonVkNmAJA .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tonVkNmAJA .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tonVkNmAJA .carousel-indicators {
    display: none;
  }
}
.cid-tonVkNmAJA .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tonVkNmAJA .carousel-inner > .active {
  display: block;
}
.cid-tonVkNmAJA .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tonVkNmAJA .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tonVkNmAJA .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tonVkNmAJA .carousel-control,
  .cid-tonVkNmAJA .carousel-indicators,
  .cid-tonVkNmAJA .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tonVkNmAJA .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tonVkNmAJA .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tonVkNmAJA .carousel-indicators .active,
.cid-tonVkNmAJA .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tonVkNmAJA .carousel-indicators .active {
  background: #fff;
}
.cid-tonVkNmAJA .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tonVkNmAJA .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tonVkNmAJA .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tonVkNmAJA .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tonVkNmAJA .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tonVkNmAJA .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tonVkNmAJA .carousel {
  width: 100%;
}
.cid-tonVkNmAJA .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tonVkNmAJA .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tonVkNmAJA .modal.fade .modal-dialog,
.cid-tonVkNmAJA .modal.in .modal-dialog {
  transform: none;
}
.cid-tonVkNmAJA .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tonVkNmAJA H6 {
  text-align: center;
}
.cid-tqW8rhM8cc {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tqW8rhM8cc .item {
  padding-bottom: 2rem;
}
.cid-tqW8rhM8cc .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tqW8rhM8cc .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tqW8rhM8cc .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 #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tqW8rhM8cc .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tqW8rhM8cc .carousel-control,
.cid-tqW8rhM8cc .close {
  background: #1b1b1b;
}
.cid-tqW8rhM8cc .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tqW8rhM8cc .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tqW8rhM8cc .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tqW8rhM8cc .carousel-control-next span {
  margin-left: 5px;
}
.cid-tqW8rhM8cc .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-tqW8rhM8cc .close::before {
  content: '\e91a';
}
.cid-tqW8rhM8cc .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tqW8rhM8cc .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-tqW8rhM8cc .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tqW8rhM8cc .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tqW8rhM8cc .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tqW8rhM8cc .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tqW8rhM8cc .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-tqW8rhM8cc .carousel-indicators li.active,
.cid-tqW8rhM8cc .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tqW8rhM8cc .carousel-indicators li::after,
.cid-tqW8rhM8cc .carousel-indicators li::before {
  content: none;
}
.cid-tqW8rhM8cc .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tqW8rhM8cc .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tqW8rhM8cc .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tqW8rhM8cc .carousel-indicators {
    display: none;
  }
}
.cid-tqW8rhM8cc .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tqW8rhM8cc .carousel-inner > .active {
  display: block;
}
.cid-tqW8rhM8cc .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tqW8rhM8cc .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tqW8rhM8cc .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tqW8rhM8cc .carousel-control,
  .cid-tqW8rhM8cc .carousel-indicators,
  .cid-tqW8rhM8cc .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tqW8rhM8cc .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tqW8rhM8cc .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tqW8rhM8cc .carousel-indicators .active,
.cid-tqW8rhM8cc .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tqW8rhM8cc .carousel-indicators .active {
  background: #fff;
}
.cid-tqW8rhM8cc .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tqW8rhM8cc .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tqW8rhM8cc .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tqW8rhM8cc .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tqW8rhM8cc .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tqW8rhM8cc .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tqW8rhM8cc .carousel {
  width: 100%;
}
.cid-tqW8rhM8cc .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tqW8rhM8cc .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tqW8rhM8cc .modal.fade .modal-dialog,
.cid-tqW8rhM8cc .modal.in .modal-dialog {
  transform: none;
}
.cid-tqW8rhM8cc .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tqW8rhM8cc H6 {
  text-align: center;
}
.cid-tqWuTekK11 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tqWvgoRulL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tqWvgoRulL .item {
  padding-bottom: 2rem;
}
.cid-tqWvgoRulL .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tqWvgoRulL .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tqWvgoRulL .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 #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tqWvgoRulL .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tqWvgoRulL .carousel-control,
.cid-tqWvgoRulL .close {
  background: #1b1b1b;
}
.cid-tqWvgoRulL .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tqWvgoRulL .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tqWvgoRulL .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tqWvgoRulL .carousel-control-next span {
  margin-left: 5px;
}
.cid-tqWvgoRulL .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-tqWvgoRulL .close::before {
  content: '\e91a';
}
.cid-tqWvgoRulL .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tqWvgoRulL .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-tqWvgoRulL .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tqWvgoRulL .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tqWvgoRulL .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tqWvgoRulL .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tqWvgoRulL .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-tqWvgoRulL .carousel-indicators li.active,
.cid-tqWvgoRulL .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tqWvgoRulL .carousel-indicators li::after,
.cid-tqWvgoRulL .carousel-indicators li::before {
  content: none;
}
.cid-tqWvgoRulL .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tqWvgoRulL .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tqWvgoRulL .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tqWvgoRulL .carousel-indicators {
    display: none;
  }
}
.cid-tqWvgoRulL .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tqWvgoRulL .carousel-inner > .active {
  display: block;
}
.cid-tqWvgoRulL .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tqWvgoRulL .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tqWvgoRulL .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tqWvgoRulL .carousel-control,
  .cid-tqWvgoRulL .carousel-indicators,
  .cid-tqWvgoRulL .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tqWvgoRulL .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tqWvgoRulL .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tqWvgoRulL .carousel-indicators .active,
.cid-tqWvgoRulL .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tqWvgoRulL .carousel-indicators .active {
  background: #fff;
}
.cid-tqWvgoRulL .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tqWvgoRulL .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tqWvgoRulL .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tqWvgoRulL .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tqWvgoRulL .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tqWvgoRulL .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tqWvgoRulL .carousel {
  width: 100%;
}
.cid-tqWvgoRulL .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tqWvgoRulL .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tqWvgoRulL .modal.fade .modal-dialog,
.cid-tqWvgoRulL .modal.in .modal-dialog {
  transform: none;
}
.cid-tqWvgoRulL .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tqWvgoRulL H6 {
  text-align: center;
}
.cid-tqXmad4uSe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tqXmad4uSe .video-wrapper iframe {
  width: 100%;
}
.cid-tqXmad4uSe .mbr-section-title,
.cid-tqXmad4uSe .mbr-section-subtitle,
.cid-tqXmad4uSe .mbr-text {
  text-align: center;
}
.cid-tqXnvLYp2F {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tqXnvLYp2F .video-wrapper iframe {
  width: 100%;
}
.cid-tqXnvLYp2F .mbr-section-title,
.cid-tqXnvLYp2F .mbr-section-subtitle,
.cid-tqXnvLYp2F .mbr-text {
  text-align: center;
}
.cid-tqXoq42Tvv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tqXosnUi9q {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tqXosnUi9q .item {
  padding-bottom: 2rem;
}
.cid-tqXosnUi9q .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tqXosnUi9q .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tqXosnUi9q .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 #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tqXosnUi9q .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tqXosnUi9q .carousel-control,
.cid-tqXosnUi9q .close {
  background: #1b1b1b;
}
.cid-tqXosnUi9q .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tqXosnUi9q .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tqXosnUi9q .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tqXosnUi9q .carousel-control-next span {
  margin-left: 5px;
}
.cid-tqXosnUi9q .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-tqXosnUi9q .close::before {
  content: '\e91a';
}
.cid-tqXosnUi9q .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tqXosnUi9q .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-tqXosnUi9q .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tqXosnUi9q .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tqXosnUi9q .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tqXosnUi9q .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tqXosnUi9q .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-tqXosnUi9q .carousel-indicators li.active,
.cid-tqXosnUi9q .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tqXosnUi9q .carousel-indicators li::after,
.cid-tqXosnUi9q .carousel-indicators li::before {
  content: none;
}
.cid-tqXosnUi9q .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tqXosnUi9q .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tqXosnUi9q .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tqXosnUi9q .carousel-indicators {
    display: none;
  }
}
.cid-tqXosnUi9q .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tqXosnUi9q .carousel-inner > .active {
  display: block;
}
.cid-tqXosnUi9q .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tqXosnUi9q .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tqXosnUi9q .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tqXosnUi9q .carousel-control,
  .cid-tqXosnUi9q .carousel-indicators,
  .cid-tqXosnUi9q .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tqXosnUi9q .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tqXosnUi9q .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tqXosnUi9q .carousel-indicators .active,
.cid-tqXosnUi9q .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tqXosnUi9q .carousel-indicators .active {
  background: #fff;
}
.cid-tqXosnUi9q .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tqXosnUi9q .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tqXosnUi9q .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tqXosnUi9q .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tqXosnUi9q .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tqXosnUi9q .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tqXosnUi9q .carousel {
  width: 100%;
}
.cid-tqXosnUi9q .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tqXosnUi9q .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tqXosnUi9q .modal.fade .modal-dialog,
.cid-tqXosnUi9q .modal.in .modal-dialog {
  transform: none;
}
.cid-tqXosnUi9q .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tqXosnUi9q H6 {
  text-align: center;
}
.cid-tr7rONoEhr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tr7rQKTwcs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tr7rQKTwcs .item {
  padding-bottom: 2rem;
}
.cid-tr7rQKTwcs .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tr7rQKTwcs .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tr7rQKTwcs .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 #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tr7rQKTwcs .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tr7rQKTwcs .carousel-control,
.cid-tr7rQKTwcs .close {
  background: #1b1b1b;
}
.cid-tr7rQKTwcs .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tr7rQKTwcs .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tr7rQKTwcs .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tr7rQKTwcs .carousel-control-next span {
  margin-left: 5px;
}
.cid-tr7rQKTwcs .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-tr7rQKTwcs .close::before {
  content: '\e91a';
}
.cid-tr7rQKTwcs .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tr7rQKTwcs .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-tr7rQKTwcs .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tr7rQKTwcs .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tr7rQKTwcs .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tr7rQKTwcs .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tr7rQKTwcs .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-tr7rQKTwcs .carousel-indicators li.active,
.cid-tr7rQKTwcs .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tr7rQKTwcs .carousel-indicators li::after,
.cid-tr7rQKTwcs .carousel-indicators li::before {
  content: none;
}
.cid-tr7rQKTwcs .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tr7rQKTwcs .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tr7rQKTwcs .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tr7rQKTwcs .carousel-indicators {
    display: none;
  }
}
.cid-tr7rQKTwcs .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tr7rQKTwcs .carousel-inner > .active {
  display: block;
}
.cid-tr7rQKTwcs .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tr7rQKTwcs .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tr7rQKTwcs .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tr7rQKTwcs .carousel-control,
  .cid-tr7rQKTwcs .carousel-indicators,
  .cid-tr7rQKTwcs .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tr7rQKTwcs .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tr7rQKTwcs .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tr7rQKTwcs .carousel-indicators .active,
.cid-tr7rQKTwcs .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tr7rQKTwcs .carousel-indicators .active {
  background: #fff;
}
.cid-tr7rQKTwcs .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tr7rQKTwcs .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tr7rQKTwcs .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tr7rQKTwcs .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tr7rQKTwcs .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tr7rQKTwcs .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tr7rQKTwcs .carousel {
  width: 100%;
}
.cid-tr7rQKTwcs .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tr7rQKTwcs .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tr7rQKTwcs .modal.fade .modal-dialog,
.cid-tr7rQKTwcs .modal.in .modal-dialog {
  transform: none;
}
.cid-tr7rQKTwcs .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tr7rQKTwcs H6 {
  text-align: center;
}
.cid-trdKTBZWZE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-trdKW3zoLx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-trdKW3zoLx .item {
  padding-bottom: 2rem;
}
.cid-trdKW3zoLx .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-trdKW3zoLx .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-trdKW3zoLx .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 #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-trdKW3zoLx .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-trdKW3zoLx .carousel-control,
.cid-trdKW3zoLx .close {
  background: #1b1b1b;
}
.cid-trdKW3zoLx .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-trdKW3zoLx .carousel-control-prev span {
  margin-right: 5px;
}
.cid-trdKW3zoLx .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-trdKW3zoLx .carousel-control-next span {
  margin-left: 5px;
}
.cid-trdKW3zoLx .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-trdKW3zoLx .close::before {
  content: '\e91a';
}
.cid-trdKW3zoLx .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-trdKW3zoLx .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-trdKW3zoLx .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-trdKW3zoLx .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-trdKW3zoLx .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-trdKW3zoLx .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-trdKW3zoLx .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-trdKW3zoLx .carousel-indicators li.active,
.cid-trdKW3zoLx .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-trdKW3zoLx .carousel-indicators li::after,
.cid-trdKW3zoLx .carousel-indicators li::before {
  content: none;
}
.cid-trdKW3zoLx .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-trdKW3zoLx .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-trdKW3zoLx .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-trdKW3zoLx .carousel-indicators {
    display: none;
  }
}
.cid-trdKW3zoLx .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-trdKW3zoLx .carousel-inner > .active {
  display: block;
}
.cid-trdKW3zoLx .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-trdKW3zoLx .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-trdKW3zoLx .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-trdKW3zoLx .carousel-control,
  .cid-trdKW3zoLx .carousel-indicators,
  .cid-trdKW3zoLx .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-trdKW3zoLx .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-trdKW3zoLx .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-trdKW3zoLx .carousel-indicators .active,
.cid-trdKW3zoLx .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-trdKW3zoLx .carousel-indicators .active {
  background: #fff;
}
.cid-trdKW3zoLx .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-trdKW3zoLx .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-trdKW3zoLx .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-trdKW3zoLx .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-trdKW3zoLx .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-trdKW3zoLx .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-trdKW3zoLx .carousel {
  width: 100%;
}
.cid-trdKW3zoLx .modal-backdrop.in {
  opacity: 0.8;
}
.cid-trdKW3zoLx .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-trdKW3zoLx .modal.fade .modal-dialog,
.cid-trdKW3zoLx .modal.in .modal-dialog {
  transform: none;
}
.cid-trdKW3zoLx .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-trdKW3zoLx H6 {
  text-align: center;
}
.cid-trgspAtal6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-trgssf0jwB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-trgssf0jwB .item {
  padding-bottom: 2rem;
}
.cid-trgssf0jwB .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-trgssf0jwB .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-trgssf0jwB .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 #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-trgssf0jwB .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-trgssf0jwB .carousel-control,
.cid-trgssf0jwB .close {
  background: #1b1b1b;
}
.cid-trgssf0jwB .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-trgssf0jwB .carousel-control-prev span {
  margin-right: 5px;
}
.cid-trgssf0jwB .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-trgssf0jwB .carousel-control-next span {
  margin-left: 5px;
}
.cid-trgssf0jwB .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-trgssf0jwB .close::before {
  content: '\e91a';
}
.cid-trgssf0jwB .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-trgssf0jwB .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-trgssf0jwB .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-trgssf0jwB .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-trgssf0jwB .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-trgssf0jwB .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-trgssf0jwB .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-trgssf0jwB .carousel-indicators li.active,
.cid-trgssf0jwB .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-trgssf0jwB .carousel-indicators li::after,
.cid-trgssf0jwB .carousel-indicators li::before {
  content: none;
}
.cid-trgssf0jwB .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-trgssf0jwB .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-trgssf0jwB .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-trgssf0jwB .carousel-indicators {
    display: none;
  }
}
.cid-trgssf0jwB .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-trgssf0jwB .carousel-inner > .active {
  display: block;
}
.cid-trgssf0jwB .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-trgssf0jwB .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-trgssf0jwB .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-trgssf0jwB .carousel-control,
  .cid-trgssf0jwB .carousel-indicators,
  .cid-trgssf0jwB .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-trgssf0jwB .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-trgssf0jwB .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-trgssf0jwB .carousel-indicators .active,
.cid-trgssf0jwB .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-trgssf0jwB .carousel-indicators .active {
  background: #fff;
}
.cid-trgssf0jwB .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-trgssf0jwB .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-trgssf0jwB .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-trgssf0jwB .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-trgssf0jwB .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-trgssf0jwB .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-trgssf0jwB .carousel {
  width: 100%;
}
.cid-trgssf0jwB .modal-backdrop.in {
  opacity: 0.8;
}
.cid-trgssf0jwB .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-trgssf0jwB .modal.fade .modal-dialog,
.cid-trgssf0jwB .modal.in .modal-dialog {
  transform: none;
}
.cid-trgssf0jwB .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-trgssf0jwB H6 {
  text-align: center;
}
.cid-trgyqOXuIE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tjODMkTVaw .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tjODMkTVaw .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tjODMkTVaw .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tjODMkTVaw .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tjODMkTVaw .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tjODMkTVaw .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tjODMkTVaw .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tjODMkTVaw .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .mbr-text {
  color: #232323;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: relative !important;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: absolute !important;
}
.cid-t3EAxZyPJb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t3EAxZyPJb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t3EAxZyPJb .dropdown-item:hover,
.cid-t3EAxZyPJb .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-t3EAxZyPJb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t3EAxZyPJb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t3EAxZyPJb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t3EAxZyPJb .nav-link {
  position: relative;
}
.cid-t3EAxZyPJb .container {
  display: flex;
  margin: auto;
}
.cid-t3EAxZyPJb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown-menu,
.cid-t3EAxZyPJb .navbar.opened {
  background: #bbbbbb !important;
}
.cid-t3EAxZyPJb .nav-item:focus,
.cid-t3EAxZyPJb .nav-link:focus {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t3EAxZyPJb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t3EAxZyPJb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(187, 187, 187, 0.2);
}
.cid-t3EAxZyPJb .navbar.opened {
  transition: all 0.3s;
}
.cid-t3EAxZyPJb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t3EAxZyPJb .navbar .navbar-logo img {
  width: auto;
}
.cid-t3EAxZyPJb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar.collapsed {
  justify-content: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t3EAxZyPJb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t3EAxZyPJb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t3EAxZyPJb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t3EAxZyPJb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t3EAxZyPJb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t3EAxZyPJb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t3EAxZyPJb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t3EAxZyPJb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t3EAxZyPJb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t3EAxZyPJb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t3EAxZyPJb .navbar.navbar-short {
  min-height: 60px;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t3EAxZyPJb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown-item.active,
.cid-t3EAxZyPJb .dropdown-item:active {
  background-color: transparent;
}
.cid-t3EAxZyPJb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t3EAxZyPJb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t3EAxZyPJb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t3EAxZyPJb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t3EAxZyPJb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t3EAxZyPJb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t3EAxZyPJb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t3EAxZyPJb .navbar {
    height: 70px;
  }
  .cid-t3EAxZyPJb .navbar.opened {
    height: auto;
  }
  .cid-t3EAxZyPJb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-trovqVqLNi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-troC05oPjM {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-troC05oPjM .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-troC05oPjM .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-troC05oPjM .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-troC05oPjM .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-toQQvWi6PM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-toQQvWi6PM .mbr-text {
  color: #000000;
}
.cid-toQQwEHk1i {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-toQQwEHk1i .mbr-text {
  color: #000000;
}
.cid-toQQxjOfBd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-toQQxNDyHK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-toQS61wvBB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ff6161;
}
.cid-toQS61wvBB .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-toQS61wvBB .mbr-text {
  color: #ffffff;
}
.cid-toQS7Kn6ZJ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ff6161;
}
.cid-toQS7Kn6ZJ .mbr-section-title {
  color: #ffffff;
}
.cid-toQS7Kn6ZJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-toQTO4ypjK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-toQTO4ypjK .mbr-text {
  color: #000000;
}
.cid-toQTQgac65 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-toQTQgac65 .row {
  flex-direction: row-reverse;
}
.cid-toQTQgac65 .video-wrapper iframe {
  width: 100%;
}
.cid-toQTQgac65 .mbr-section-title,
.cid-toQTQgac65 .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-toQTQgac65 .text-wrapper {
    padding: 2rem;
  }
}
.cid-toQTQgac65 .mbr-text {
  color: #000000;
}
.cid-trgBmkO1Fm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-trgByuWaWm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-trgByuWaWm .video-wrapper iframe {
  width: 100%;
}
.cid-trgByuWaWm .mbr-section-title,
.cid-trgByuWaWm .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-trgByuWaWm .text-wrapper {
    padding: 2rem;
  }
}
.cid-trgBorVef4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-trgBorVef4 .item {
  padding-bottom: 2rem;
}
.cid-trgBorVef4 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-trgBorVef4 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-trgBorVef4 .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 #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-trgBorVef4 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-trgBorVef4 .carousel-control,
.cid-trgBorVef4 .close {
  background: #1b1b1b;
}
.cid-trgBorVef4 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-trgBorVef4 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-trgBorVef4 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-trgBorVef4 .carousel-control-next span {
  margin-left: 5px;
}
.cid-trgBorVef4 .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-trgBorVef4 .close::before {
  content: '\e91a';
}
.cid-trgBorVef4 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-trgBorVef4 .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-trgBorVef4 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-trgBorVef4 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-trgBorVef4 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-trgBorVef4 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-trgBorVef4 .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-trgBorVef4 .carousel-indicators li.active,
.cid-trgBorVef4 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-trgBorVef4 .carousel-indicators li::after,
.cid-trgBorVef4 .carousel-indicators li::before {
  content: none;
}
.cid-trgBorVef4 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-trgBorVef4 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-trgBorVef4 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-trgBorVef4 .carousel-indicators {
    display: none;
  }
}
.cid-trgBorVef4 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-trgBorVef4 .carousel-inner > .active {
  display: block;
}
.cid-trgBorVef4 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-trgBorVef4 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-trgBorVef4 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-trgBorVef4 .carousel-control,
  .cid-trgBorVef4 .carousel-indicators,
  .cid-trgBorVef4 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-trgBorVef4 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-trgBorVef4 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-trgBorVef4 .carousel-indicators .active,
.cid-trgBorVef4 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-trgBorVef4 .carousel-indicators .active {
  background: #fff;
}
.cid-trgBorVef4 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-trgBorVef4 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-trgBorVef4 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-trgBorVef4 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-trgBorVef4 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-trgBorVef4 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-trgBorVef4 .carousel {
  width: 100%;
}
.cid-trgBorVef4 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-trgBorVef4 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-trgBorVef4 .modal.fade .modal-dialog,
.cid-trgBorVef4 .modal.in .modal-dialog {
  transform: none;
}
.cid-trgBorVef4 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-trgBorVef4 H6 {
  text-align: center;
}
.cid-trjjYYOfXE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-trjldhDagM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-trjldhDagM .video-wrapper iframe {
  width: 100%;
}
.cid-trjldhDagM .mbr-section-title,
.cid-trjldhDagM .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-trjldhDagM .text-wrapper {
    padding: 2rem;
  }
}
.cid-trhHtTgs3D {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-trhHtTgs3D .item {
  padding-bottom: 2rem;
}
.cid-trhHtTgs3D .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-trhHtTgs3D .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-trhHtTgs3D .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 #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-trhHtTgs3D .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-trhHtTgs3D .carousel-control,
.cid-trhHtTgs3D .close {
  background: #1b1b1b;
}
.cid-trhHtTgs3D .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-trhHtTgs3D .carousel-control-prev span {
  margin-right: 5px;
}
.cid-trhHtTgs3D .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-trhHtTgs3D .carousel-control-next span {
  margin-left: 5px;
}
.cid-trhHtTgs3D .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-trhHtTgs3D .close::before {
  content: '\e91a';
}
.cid-trhHtTgs3D .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-trhHtTgs3D .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-trhHtTgs3D .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-trhHtTgs3D .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-trhHtTgs3D .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-trhHtTgs3D .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-trhHtTgs3D .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-trhHtTgs3D .carousel-indicators li.active,
.cid-trhHtTgs3D .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-trhHtTgs3D .carousel-indicators li::after,
.cid-trhHtTgs3D .carousel-indicators li::before {
  content: none;
}
.cid-trhHtTgs3D .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-trhHtTgs3D .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-trhHtTgs3D .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-trhHtTgs3D .carousel-indicators {
    display: none;
  }
}
.cid-trhHtTgs3D .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-trhHtTgs3D .carousel-inner > .active {
  display: block;
}
.cid-trhHtTgs3D .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-trhHtTgs3D .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-trhHtTgs3D .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-trhHtTgs3D .carousel-control,
  .cid-trhHtTgs3D .carousel-indicators,
  .cid-trhHtTgs3D .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-trhHtTgs3D .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-trhHtTgs3D .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-trhHtTgs3D .carousel-indicators .active,
.cid-trhHtTgs3D .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-trhHtTgs3D .carousel-indicators .active {
  background: #fff;
}
.cid-trhHtTgs3D .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-trhHtTgs3D .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-trhHtTgs3D .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-trhHtTgs3D .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-trhHtTgs3D .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-trhHtTgs3D .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-trhHtTgs3D .carousel {
  width: 100%;
}
.cid-trhHtTgs3D .modal-backdrop.in {
  opacity: 0.8;
}
.cid-trhHtTgs3D .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-trhHtTgs3D .modal.fade .modal-dialog,
.cid-trhHtTgs3D .modal.in .modal-dialog {
  transform: none;
}
.cid-trhHtTgs3D .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-trhHtTgs3D H6 {
  text-align: center;
}
.cid-trk6w0gEny {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tro2GUTWAL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tro2GUTWAL .video-wrapper iframe {
  width: 100%;
}
.cid-tro2GUTWAL .mbr-section-title,
.cid-tro2GUTWAL .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tro2GUTWAL .text-wrapper {
    padding: 2rem;
  }
}
.cid-tro2pJYOx5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tro2pJYOx5 .item {
  padding-bottom: 2rem;
}
.cid-tro2pJYOx5 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tro2pJYOx5 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tro2pJYOx5 .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 #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tro2pJYOx5 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tro2pJYOx5 .carousel-control,
.cid-tro2pJYOx5 .close {
  background: #1b1b1b;
}
.cid-tro2pJYOx5 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tro2pJYOx5 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tro2pJYOx5 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tro2pJYOx5 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tro2pJYOx5 .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-tro2pJYOx5 .close::before {
  content: '\e91a';
}
.cid-tro2pJYOx5 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tro2pJYOx5 .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-tro2pJYOx5 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tro2pJYOx5 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tro2pJYOx5 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tro2pJYOx5 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tro2pJYOx5 .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-tro2pJYOx5 .carousel-indicators li.active,
.cid-tro2pJYOx5 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tro2pJYOx5 .carousel-indicators li::after,
.cid-tro2pJYOx5 .carousel-indicators li::before {
  content: none;
}
.cid-tro2pJYOx5 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tro2pJYOx5 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tro2pJYOx5 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tro2pJYOx5 .carousel-indicators {
    display: none;
  }
}
.cid-tro2pJYOx5 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tro2pJYOx5 .carousel-inner > .active {
  display: block;
}
.cid-tro2pJYOx5 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tro2pJYOx5 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tro2pJYOx5 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tro2pJYOx5 .carousel-control,
  .cid-tro2pJYOx5 .carousel-indicators,
  .cid-tro2pJYOx5 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tro2pJYOx5 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tro2pJYOx5 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tro2pJYOx5 .carousel-indicators .active,
.cid-tro2pJYOx5 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tro2pJYOx5 .carousel-indicators .active {
  background: #fff;
}
.cid-tro2pJYOx5 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tro2pJYOx5 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tro2pJYOx5 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tro2pJYOx5 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tro2pJYOx5 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tro2pJYOx5 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tro2pJYOx5 .carousel {
  width: 100%;
}
.cid-tro2pJYOx5 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tro2pJYOx5 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tro2pJYOx5 .modal.fade .modal-dialog,
.cid-tro2pJYOx5 .modal.in .modal-dialog {
  transform: none;
}
.cid-tro2pJYOx5 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tro2pJYOx5 H6 {
  text-align: center;
}
.cid-tjODMkTVaw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tjODMkTVaw .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tjODMkTVaw .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tjODMkTVaw .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tjODMkTVaw .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tjODMkTVaw .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tjODMkTVaw .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tjODMkTVaw .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tjODMkTVaw .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .mbr-text {
  color: #232323;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: relative !important;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: absolute !important;
}
.cid-t3EAxZyPJb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t3EAxZyPJb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t3EAxZyPJb .dropdown-item:hover,
.cid-t3EAxZyPJb .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-t3EAxZyPJb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t3EAxZyPJb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t3EAxZyPJb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t3EAxZyPJb .nav-link {
  position: relative;
}
.cid-t3EAxZyPJb .container {
  display: flex;
  margin: auto;
}
.cid-t3EAxZyPJb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown-menu,
.cid-t3EAxZyPJb .navbar.opened {
  background: #bbbbbb !important;
}
.cid-t3EAxZyPJb .nav-item:focus,
.cid-t3EAxZyPJb .nav-link:focus {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t3EAxZyPJb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t3EAxZyPJb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(187, 187, 187, 0.2);
}
.cid-t3EAxZyPJb .navbar.opened {
  transition: all 0.3s;
}
.cid-t3EAxZyPJb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t3EAxZyPJb .navbar .navbar-logo img {
  width: auto;
}
.cid-t3EAxZyPJb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar.collapsed {
  justify-content: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t3EAxZyPJb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t3EAxZyPJb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t3EAxZyPJb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t3EAxZyPJb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t3EAxZyPJb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t3EAxZyPJb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t3EAxZyPJb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t3EAxZyPJb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t3EAxZyPJb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t3EAxZyPJb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t3EAxZyPJb .navbar.navbar-short {
  min-height: 60px;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t3EAxZyPJb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown-item.active,
.cid-t3EAxZyPJb .dropdown-item:active {
  background-color: transparent;
}
.cid-t3EAxZyPJb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t3EAxZyPJb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t3EAxZyPJb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t3EAxZyPJb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t3EAxZyPJb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t3EAxZyPJb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t3EAxZyPJb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t3EAxZyPJb .navbar {
    height: 70px;
  }
  .cid-t3EAxZyPJb .navbar.opened {
    height: auto;
  }
  .cid-t3EAxZyPJb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toR6ty3Hsj {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #e2d1e8;
}
@media (max-width: 991px) {
  .cid-toR6ty3Hsj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-toR6ty3Hsj .row {
  flex-direction: row-reverse;
}
.cid-toR6ty3Hsj img {
  width: 100%;
}
.cid-toR8v5eOh1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e2d1e8;
}
.cid-toR8v5eOh1 .carousel-item {
  justify-content: center;
}
.cid-toR8v5eOh1 .carousel-item.active,
.cid-toR8v5eOh1 .carousel-item-next,
.cid-toR8v5eOh1 .carousel-item-prev {
  display: flex;
}
.cid-toR8v5eOh1 .carousel-controls a {
  transition: opacity .5s;
  font-size: 30px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  color: #155ce0;
}
.cid-toR8v5eOh1 .carousel-controls a .mbr-iconfont {
  font-weight: 800;
}
.cid-toR8v5eOh1 .carousel-control-next span {
  padding-left: 5px;
}
.cid-toR8v5eOh1 .carousel-control-prev span {
  padding-right: 5px;
}
.cid-toR8v5eOh1 .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-toR8v5eOh1 .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-toR8v5eOh1 .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-toR96VKI8T {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-toR96VKI8T .mbr-section-subtitle {
  text-align: center;
}
.cid-toRad5EF50 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-toRftoQm6r {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e2d1e8;
}
.cid-toRfppETGT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-toRfppETGT img {
  width: 120px;
  margin: auto;
}
.cid-toRfppETGT .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-toRfppETGT .card {
    max-width: 12.5%;
  }
}
.cid-toWhMxY3UX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-toWhMxY3UX img {
  width: 120px;
  margin: auto;
}
.cid-toWhMxY3UX .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-toWhMxY3UX .card {
    max-width: 12.5%;
  }
}
.cid-toWkJXEpK8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2d1e8;
}
.cid-toWl8KziVL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-toWl8KziVL img {
  width: 120px;
  margin: auto;
}
.cid-toWl8KziVL .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-toWl8KziVL .card {
    max-width: 12.5%;
  }
}
.cid-toWlRHqjPr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-toWm9FpUz2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-toWm9FpUz2 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-toWm9FpUz2 .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-toWm9FpUz2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-toWm9FpUz2 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-toWm9FpUz2 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-toWm9FpUz2 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-toWm9FpUz2 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-toWm9FpUz2 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-toWm9FpUz2 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-toWm9FpUz2 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-toWnrLG62H {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-toWnrLG62H .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-toWnrLG62H .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-toWnrLG62H .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-toWnrLG62H .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-toWnrLG62H .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-toWnrLG62H .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-toWnrLG62H .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-toWnrLG62H .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-toWnrLG62H .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-toWnrLG62H .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-toWoQsJF9p {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-toWoQsJF9p .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-toWoQsJF9p .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-toWoQsJF9p .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-toWoQsJF9p .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-toWoQsJF9p .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-toWoQsJF9p .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-toWoQsJF9p .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-toWoQsJF9p .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-toWoQsJF9p .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-toWoQsJF9p .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-toWq90eNx9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-toWq90eNx9 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-toWq90eNx9 .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-toWq90eNx9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-toWq90eNx9 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-toWq90eNx9 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-toWq90eNx9 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-toWq90eNx9 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-toWq90eNx9 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-toWq90eNx9 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-toWq90eNx9 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-toWqwuffcS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2d1e8;
}
.cid-toWqIwuRH9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-toWqIwuRH9 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-toWqIwuRH9 .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-toWqIwuRH9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-toWqIwuRH9 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-toWqIwuRH9 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-toWqIwuRH9 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-toWqIwuRH9 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-toWqIwuRH9 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-toWqIwuRH9 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-toWqIwuRH9 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-toWrEWnJfa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-toWrEWnJfa .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-toWrEWnJfa .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-toWrEWnJfa .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-toWrEWnJfa .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-toWrEWnJfa .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-toWrEWnJfa .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-toWrEWnJfa .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-toWrEWnJfa .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-toWrEWnJfa .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-toWrEWnJfa .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-toWsMNQpsr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e2d1e8;
}
.cid-toWsLc5tXD {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ccdbd9;
}
.cid-toWsLc5tXD .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-toWsLc5tXD .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-toWsLc5tXD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-toWsLc5tXD .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-toWsLc5tXD .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-toWsLc5tXD .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-toWsLc5tXD .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-toWsLc5tXD .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-toWsLc5tXD .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-toWsLc5tXD .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-toWuEBT5U0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e2d1e8;
}
.cid-toWuf1qGJQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ccdbd9;
}
.cid-toWuf1qGJQ .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-toWuf1qGJQ .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-toWuf1qGJQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-toWuf1qGJQ .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-toWuf1qGJQ .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-toWuf1qGJQ .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-toWuf1qGJQ .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-toWuf1qGJQ .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-toWuf1qGJQ .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-toWuf1qGJQ .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-toWw5GoWcD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ccdbd9;
}
.cid-toWw5GoWcD .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-toWw5GoWcD .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-toWw5GoWcD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-toWw5GoWcD .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-toWw5GoWcD .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-toWw5GoWcD .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-toWw5GoWcD .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-toWw5GoWcD .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-toWw5GoWcD .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-toWw5GoWcD .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-toWx55TcIG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tjODMkTVaw .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tjODMkTVaw .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tjODMkTVaw .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tjODMkTVaw .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tjODMkTVaw .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tjODMkTVaw .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tjODMkTVaw .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tjODMkTVaw .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .mbr-text {
  color: #232323;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: relative !important;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: absolute !important;
}
.cid-t3EAxZyPJb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t3EAxZyPJb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t3EAxZyPJb .dropdown-item:hover,
.cid-t3EAxZyPJb .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-t3EAxZyPJb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t3EAxZyPJb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t3EAxZyPJb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t3EAxZyPJb .nav-link {
  position: relative;
}
.cid-t3EAxZyPJb .container {
  display: flex;
  margin: auto;
}
.cid-t3EAxZyPJb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown-menu,
.cid-t3EAxZyPJb .navbar.opened {
  background: #bbbbbb !important;
}
.cid-t3EAxZyPJb .nav-item:focus,
.cid-t3EAxZyPJb .nav-link:focus {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t3EAxZyPJb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t3EAxZyPJb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(187, 187, 187, 0.2);
}
.cid-t3EAxZyPJb .navbar.opened {
  transition: all 0.3s;
}
.cid-t3EAxZyPJb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t3EAxZyPJb .navbar .navbar-logo img {
  width: auto;
}
.cid-t3EAxZyPJb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar.collapsed {
  justify-content: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t3EAxZyPJb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t3EAxZyPJb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t3EAxZyPJb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t3EAxZyPJb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t3EAxZyPJb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t3EAxZyPJb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t3EAxZyPJb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t3EAxZyPJb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t3EAxZyPJb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t3EAxZyPJb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t3EAxZyPJb .navbar.navbar-short {
  min-height: 60px;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t3EAxZyPJb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown-item.active,
.cid-t3EAxZyPJb .dropdown-item:active {
  background-color: transparent;
}
.cid-t3EAxZyPJb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t3EAxZyPJb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t3EAxZyPJb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t3EAxZyPJb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t3EAxZyPJb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t3EAxZyPJb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t3EAxZyPJb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t3EAxZyPJb .navbar {
    height: 70px;
  }
  .cid-t3EAxZyPJb .navbar.opened {
    height: auto;
  }
  .cid-t3EAxZyPJb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toWBa1DB3f {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/sofia-800x533.jpg");
}
@media (max-width: 991px) {
  .cid-toWBa1DB3f .mbr-section-title,
  .cid-toWBa1DB3f .mbr-section-subtitle,
  .cid-toWBa1DB3f .mbr-section-btn,
  .cid-toWBa1DB3f .mbr-text {
    text-align: center;
  }
}
.cid-toWBa1DB3f .mbr-text,
.cid-toWBa1DB3f .mbr-section-btn {
  color: #000000;
}
.cid-toWDO9RAus {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tjODMkTVaw .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tjODMkTVaw .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tjODMkTVaw .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tjODMkTVaw .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tjODMkTVaw .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tjODMkTVaw .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tjODMkTVaw .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tjODMkTVaw .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .mbr-text {
  color: #232323;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: relative !important;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: absolute !important;
}
.cid-t3EAxZyPJb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t3EAxZyPJb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t3EAxZyPJb .dropdown-item:hover,
.cid-t3EAxZyPJb .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-t3EAxZyPJb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t3EAxZyPJb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t3EAxZyPJb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t3EAxZyPJb .nav-link {
  position: relative;
}
.cid-t3EAxZyPJb .container {
  display: flex;
  margin: auto;
}
.cid-t3EAxZyPJb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown-menu,
.cid-t3EAxZyPJb .navbar.opened {
  background: #bbbbbb !important;
}
.cid-t3EAxZyPJb .nav-item:focus,
.cid-t3EAxZyPJb .nav-link:focus {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t3EAxZyPJb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t3EAxZyPJb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(187, 187, 187, 0.2);
}
.cid-t3EAxZyPJb .navbar.opened {
  transition: all 0.3s;
}
.cid-t3EAxZyPJb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t3EAxZyPJb .navbar .navbar-logo img {
  width: auto;
}
.cid-t3EAxZyPJb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar.collapsed {
  justify-content: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t3EAxZyPJb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t3EAxZyPJb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t3EAxZyPJb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t3EAxZyPJb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t3EAxZyPJb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t3EAxZyPJb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t3EAxZyPJb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t3EAxZyPJb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t3EAxZyPJb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t3EAxZyPJb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t3EAxZyPJb .navbar.navbar-short {
  min-height: 60px;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t3EAxZyPJb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown-item.active,
.cid-t3EAxZyPJb .dropdown-item:active {
  background-color: transparent;
}
.cid-t3EAxZyPJb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t3EAxZyPJb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t3EAxZyPJb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t3EAxZyPJb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t3EAxZyPJb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t3EAxZyPJb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t3EAxZyPJb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t3EAxZyPJb .navbar {
    height: 70px;
  }
  .cid-t3EAxZyPJb .navbar.opened {
    height: auto;
  }
  .cid-t3EAxZyPJb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toWG4rbLq5 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tay-min-2000x800.jpg");
}
.cid-toWG4rbLq5 .card-wrapper {
  background: #ffaa81;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-toWG4rbLq5 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-toWG4rbLq5 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-toWG4rbLq5 .card-wrapper {
    padding: 4rem;
  }
}
.cid-toWG4rbLq5 .mbr-text,
.cid-toWG4rbLq5 .mbr-section-btn {
  color: #ffffff;
}
.cid-toWG4rbLq5 .card-title {
  color: #ffffff;
}
.cid-toWMBraSwt {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f8e2b4;
}
.cid-toWMBraSwt .video-wrapper iframe {
  width: 100%;
}
.cid-toWMBraSwt .mbr-section-title,
.cid-toWMBraSwt .mbr-section-subtitle,
.cid-toWMBraSwt .mbr-text {
  text-align: center;
}
.cid-toWNWX19u4 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #f8e2b4;
}
@media (max-width: 767px) {
  .cid-toWNWX19u4 .row {
    flex-direction: column-reverse;
  }
  .cid-toWNWX19u4 .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-toWNWX19u4 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-toWNWX19u4 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-toWNWX19u4 .media-content,
.cid-toWNWX19u4 .mbr-figure {
  align-self: center;
}
.cid-toWNWX19u4 .mbr-figure iframe {
  width: 100%;
}
.cid-toWOvAKwfO {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f8e2b4;
}
.cid-toWOvAKwfO .video-wrapper iframe {
  width: 100%;
}
.cid-toWOvAKwfO .mbr-section-title,
.cid-toWOvAKwfO .mbr-section-subtitle,
.cid-toWOvAKwfO .mbr-text {
  text-align: center;
}
.cid-toWOwjAXdZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8e2b4;
}
.cid-toWOwjAXdZ .video-wrapper iframe {
  width: 100%;
}
.cid-toWOwjAXdZ .mbr-section-title,
.cid-toWOwjAXdZ .mbr-section-subtitle,
.cid-toWOwjAXdZ .mbr-text {
  text-align: center;
}
.cid-toWPgUe5QP {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f8e2b4;
}
.cid-toWPgUe5QP .item {
  padding-bottom: 2rem;
}
.cid-toWPgUe5QP .item-wrapper {
  position: relative;
}
.cid-toWPgUe5QP .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 #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-toWPgUe5QP .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-toWPgUe5QP .carousel-control,
.cid-toWPgUe5QP .close {
  background: #1b1b1b;
}
.cid-toWPgUe5QP .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-toWPgUe5QP .carousel-control-prev span {
  margin-right: 5px;
}
.cid-toWPgUe5QP .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-toWPgUe5QP .carousel-control-next span {
  margin-left: 5px;
}
.cid-toWPgUe5QP .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-toWPgUe5QP .close::before {
  content: '\e91a';
}
.cid-toWPgUe5QP .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-toWPgUe5QP .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-toWPgUe5QP .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-toWPgUe5QP .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-toWPgUe5QP .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-toWPgUe5QP .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-toWPgUe5QP .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-toWPgUe5QP .carousel-indicators li.active,
.cid-toWPgUe5QP .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-toWPgUe5QP .carousel-indicators li::after,
.cid-toWPgUe5QP .carousel-indicators li::before {
  content: none;
}
.cid-toWPgUe5QP .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-toWPgUe5QP .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-toWPgUe5QP .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-toWPgUe5QP .carousel-indicators {
    display: none;
  }
}
.cid-toWPgUe5QP .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-toWPgUe5QP .carousel-inner > .active {
  display: block;
}
.cid-toWPgUe5QP .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-toWPgUe5QP .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-toWPgUe5QP .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-toWPgUe5QP .carousel-control,
  .cid-toWPgUe5QP .carousel-indicators,
  .cid-toWPgUe5QP .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-toWPgUe5QP .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-toWPgUe5QP .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-toWPgUe5QP .carousel-indicators .active,
.cid-toWPgUe5QP .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-toWPgUe5QP .carousel-indicators .active {
  background: #fff;
}
.cid-toWPgUe5QP .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-toWPgUe5QP .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-toWPgUe5QP .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-toWPgUe5QP .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-toWPgUe5QP .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-toWPgUe5QP .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-toWPgUe5QP .carousel {
  width: 100%;
}
.cid-toWPgUe5QP .modal-backdrop.in {
  opacity: 0.8;
}
.cid-toWPgUe5QP .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-toWPgUe5QP .modal.fade .modal-dialog,
.cid-toWPgUe5QP .modal.in .modal-dialog {
  transform: none;
}
.cid-toWPgUe5QP .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-toWPgUe5QP H6 {
  text-align: center;
}
.cid-toWQaN9uV4 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffe5d9;
}
.cid-toWQY80zEX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tjODMkTVaw .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tjODMkTVaw .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tjODMkTVaw .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tjODMkTVaw .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tjODMkTVaw .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tjODMkTVaw .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tjODMkTVaw .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tjODMkTVaw .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .mbr-text {
  color: #232323;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: relative !important;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: absolute !important;
}
.cid-t3EAxZyPJb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t3EAxZyPJb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t3EAxZyPJb .dropdown-item:hover,
.cid-t3EAxZyPJb .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-t3EAxZyPJb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t3EAxZyPJb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t3EAxZyPJb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t3EAxZyPJb .nav-link {
  position: relative;
}
.cid-t3EAxZyPJb .container {
  display: flex;
  margin: auto;
}
.cid-t3EAxZyPJb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown-menu,
.cid-t3EAxZyPJb .navbar.opened {
  background: #bbbbbb !important;
}
.cid-t3EAxZyPJb .nav-item:focus,
.cid-t3EAxZyPJb .nav-link:focus {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t3EAxZyPJb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t3EAxZyPJb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(187, 187, 187, 0.2);
}
.cid-t3EAxZyPJb .navbar.opened {
  transition: all 0.3s;
}
.cid-t3EAxZyPJb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t3EAxZyPJb .navbar .navbar-logo img {
  width: auto;
}
.cid-t3EAxZyPJb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar.collapsed {
  justify-content: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t3EAxZyPJb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t3EAxZyPJb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t3EAxZyPJb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t3EAxZyPJb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t3EAxZyPJb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t3EAxZyPJb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t3EAxZyPJb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t3EAxZyPJb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t3EAxZyPJb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t3EAxZyPJb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t3EAxZyPJb .navbar.navbar-short {
  min-height: 60px;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t3EAxZyPJb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown-item.active,
.cid-t3EAxZyPJb .dropdown-item:active {
  background-color: transparent;
}
.cid-t3EAxZyPJb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t3EAxZyPJb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t3EAxZyPJb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t3EAxZyPJb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t3EAxZyPJb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t3EAxZyPJb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t3EAxZyPJb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t3EAxZyPJb .navbar {
    height: 70px;
  }
  .cid-t3EAxZyPJb .navbar.opened {
    height: auto;
  }
  .cid-t3EAxZyPJb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toWVlbw2g6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/897-2000x1143.jpg");
}
.cid-toWVlbw2g6 .card-wrapper {
  background: #9fdbf8;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-toWVlbw2g6 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-toWVlbw2g6 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-toWVlbw2g6 .card-wrapper {
    padding: 4rem;
  }
}
.cid-toX9JDWUNn {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tjODMkTVaw .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tjODMkTVaw .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tjODMkTVaw .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tjODMkTVaw .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tjODMkTVaw .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tjODMkTVaw .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tjODMkTVaw .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tjODMkTVaw .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .mbr-text {
  color: #232323;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: relative !important;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: absolute !important;
}
.cid-t3EAxZyPJb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t3EAxZyPJb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t3EAxZyPJb .dropdown-item:hover,
.cid-t3EAxZyPJb .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-t3EAxZyPJb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t3EAxZyPJb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t3EAxZyPJb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t3EAxZyPJb .nav-link {
  position: relative;
}
.cid-t3EAxZyPJb .container {
  display: flex;
  margin: auto;
}
.cid-t3EAxZyPJb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown-menu,
.cid-t3EAxZyPJb .navbar.opened {
  background: #bbbbbb !important;
}
.cid-t3EAxZyPJb .nav-item:focus,
.cid-t3EAxZyPJb .nav-link:focus {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t3EAxZyPJb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t3EAxZyPJb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(187, 187, 187, 0.2);
}
.cid-t3EAxZyPJb .navbar.opened {
  transition: all 0.3s;
}
.cid-t3EAxZyPJb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t3EAxZyPJb .navbar .navbar-logo img {
  width: auto;
}
.cid-t3EAxZyPJb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar.collapsed {
  justify-content: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t3EAxZyPJb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t3EAxZyPJb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t3EAxZyPJb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t3EAxZyPJb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t3EAxZyPJb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t3EAxZyPJb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t3EAxZyPJb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t3EAxZyPJb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t3EAxZyPJb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t3EAxZyPJb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t3EAxZyPJb .navbar.navbar-short {
  min-height: 60px;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t3EAxZyPJb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown-item.active,
.cid-t3EAxZyPJb .dropdown-item:active {
  background-color: transparent;
}
.cid-t3EAxZyPJb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t3EAxZyPJb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t3EAxZyPJb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t3EAxZyPJb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t3EAxZyPJb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t3EAxZyPJb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t3EAxZyPJb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t3EAxZyPJb .navbar {
    height: 70px;
  }
  .cid-t3EAxZyPJb .navbar.opened {
    height: auto;
  }
  .cid-t3EAxZyPJb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tpmpzK962C {
  padding-top: 9rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tpmpzK962C .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tpkXEpRzQY {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/ffffffff333.webp");
}
.cid-tpkXEpRzQY .video-wrapper iframe {
  width: 100%;
}
.cid-tpkXEpRzQY .mbr-section-title,
.cid-tpkXEpRzQY .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tpkXEpRzQY .text-wrapper {
    padding: 2rem;
  }
}
.cid-tpkXEpRzQY .mbr-description {
  color: #000000;
}
.cid-tpkYPmK4dX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tpkYPmK4dX .video-wrapper iframe {
  width: 100%;
}
.cid-tpkYPmK4dX .mbr-section-title,
.cid-tpkYPmK4dX .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tpkYPmK4dX .text-wrapper {
    padding: 2rem;
  }
}
.cid-tplzIxGAN5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tplzIxGAN5 .video-wrapper iframe {
  width: 100%;
}
.cid-tplzIxGAN5 .mbr-section-title,
.cid-tplzIxGAN5 .mbr-section-subtitle,
.cid-tplzIxGAN5 .mbr-text {
  text-align: center;
}
.cid-tplBAPWgFh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tplBAPWgFh .video-wrapper iframe {
  width: 100%;
}
.cid-tplBAPWgFh .mbr-section-title,
.cid-tplBAPWgFh .mbr-section-subtitle,
.cid-tplBAPWgFh .mbr-text {
  text-align: center;
}
.cid-tplCtHo0p0 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tplCtHo0p0 .video-wrapper iframe {
  width: 100%;
}
.cid-tplCtHo0p0 .mbr-section-title,
.cid-tplCtHo0p0 .mbr-section-subtitle,
.cid-tplCtHo0p0 .mbr-text {
  text-align: center;
}
.cid-tplDUWPzQp {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tplDUWPzQp .item {
  padding-bottom: 2rem;
}
.cid-tplDUWPzQp .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tplDUWPzQp .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tplDUWPzQp .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 #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tplDUWPzQp .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tplDUWPzQp .carousel-control,
.cid-tplDUWPzQp .close {
  background: #1b1b1b;
}
.cid-tplDUWPzQp .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tplDUWPzQp .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tplDUWPzQp .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tplDUWPzQp .carousel-control-next span {
  margin-left: 5px;
}
.cid-tplDUWPzQp .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-tplDUWPzQp .close::before {
  content: '\e91a';
}
.cid-tplDUWPzQp .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tplDUWPzQp .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-tplDUWPzQp .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tplDUWPzQp .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tplDUWPzQp .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tplDUWPzQp .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tplDUWPzQp .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-tplDUWPzQp .carousel-indicators li.active,
.cid-tplDUWPzQp .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tplDUWPzQp .carousel-indicators li::after,
.cid-tplDUWPzQp .carousel-indicators li::before {
  content: none;
}
.cid-tplDUWPzQp .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tplDUWPzQp .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tplDUWPzQp .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tplDUWPzQp .carousel-indicators {
    display: none;
  }
}
.cid-tplDUWPzQp .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tplDUWPzQp .carousel-inner > .active {
  display: block;
}
.cid-tplDUWPzQp .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tplDUWPzQp .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tplDUWPzQp .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tplDUWPzQp .carousel-control,
  .cid-tplDUWPzQp .carousel-indicators,
  .cid-tplDUWPzQp .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tplDUWPzQp .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tplDUWPzQp .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tplDUWPzQp .carousel-indicators .active,
.cid-tplDUWPzQp .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tplDUWPzQp .carousel-indicators .active {
  background: #fff;
}
.cid-tplDUWPzQp .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tplDUWPzQp .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tplDUWPzQp .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tplDUWPzQp .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tplDUWPzQp .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tplDUWPzQp .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tplDUWPzQp .carousel {
  width: 100%;
}
.cid-tplDUWPzQp .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tplDUWPzQp .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tplDUWPzQp .modal.fade .modal-dialog,
.cid-tplDUWPzQp .modal.in .modal-dialog {
  transform: none;
}
.cid-tplDUWPzQp .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tplDUWPzQp H6 {
  text-align: center;
}
.cid-tplDUWPzQp H4 {
  color: #000000;
}
.cid-tplFnttw1z {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tplFYoqgvr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tplFYoqgvr .video-wrapper iframe {
  width: 100%;
}
.cid-tplFYoqgvr .mbr-section-title,
.cid-tplFYoqgvr .mbr-section-subtitle,
.cid-tplFYoqgvr .mbr-text {
  text-align: center;
}
.cid-tplGO1tXcv {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tplGO1tXcv .item {
  padding-bottom: 2rem;
}
.cid-tplGO1tXcv .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tplGO1tXcv .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tplGO1tXcv .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 #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tplGO1tXcv .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tplGO1tXcv .carousel-control,
.cid-tplGO1tXcv .close {
  background: #1b1b1b;
}
.cid-tplGO1tXcv .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tplGO1tXcv .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tplGO1tXcv .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tplGO1tXcv .carousel-control-next span {
  margin-left: 5px;
}
.cid-tplGO1tXcv .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-tplGO1tXcv .close::before {
  content: '\e91a';
}
.cid-tplGO1tXcv .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tplGO1tXcv .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-tplGO1tXcv .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tplGO1tXcv .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tplGO1tXcv .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tplGO1tXcv .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tplGO1tXcv .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-tplGO1tXcv .carousel-indicators li.active,
.cid-tplGO1tXcv .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tplGO1tXcv .carousel-indicators li::after,
.cid-tplGO1tXcv .carousel-indicators li::before {
  content: none;
}
.cid-tplGO1tXcv .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tplGO1tXcv .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tplGO1tXcv .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tplGO1tXcv .carousel-indicators {
    display: none;
  }
}
.cid-tplGO1tXcv .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tplGO1tXcv .carousel-inner > .active {
  display: block;
}
.cid-tplGO1tXcv .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tplGO1tXcv .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tplGO1tXcv .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tplGO1tXcv .carousel-control,
  .cid-tplGO1tXcv .carousel-indicators,
  .cid-tplGO1tXcv .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tplGO1tXcv .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tplGO1tXcv .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tplGO1tXcv .carousel-indicators .active,
.cid-tplGO1tXcv .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tplGO1tXcv .carousel-indicators .active {
  background: #fff;
}
.cid-tplGO1tXcv .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tplGO1tXcv .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tplGO1tXcv .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tplGO1tXcv .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tplGO1tXcv .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tplGO1tXcv .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tplGO1tXcv .carousel {
  width: 100%;
}
.cid-tplGO1tXcv .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tplGO1tXcv .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tplGO1tXcv .modal.fade .modal-dialog,
.cid-tplGO1tXcv .modal.in .modal-dialog {
  transform: none;
}
.cid-tplGO1tXcv .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tplGO1tXcv H6 {
  text-align: center;
}
.cid-tplIVx7ztP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tplIVx7ztP .item {
  padding-bottom: 2rem;
}
.cid-tplIVx7ztP .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-tplIVx7ztP .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tplIVx7ztP .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 #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tplIVx7ztP .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tplIVx7ztP .carousel-control,
.cid-tplIVx7ztP .close {
  background: #1b1b1b;
}
.cid-tplIVx7ztP .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tplIVx7ztP .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tplIVx7ztP .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tplIVx7ztP .carousel-control-next span {
  margin-left: 5px;
}
.cid-tplIVx7ztP .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-tplIVx7ztP .close::before {
  content: '\e91a';
}
.cid-tplIVx7ztP .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tplIVx7ztP .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-tplIVx7ztP .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tplIVx7ztP .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tplIVx7ztP .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tplIVx7ztP .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tplIVx7ztP .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-tplIVx7ztP .carousel-indicators li.active,
.cid-tplIVx7ztP .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tplIVx7ztP .carousel-indicators li::after,
.cid-tplIVx7ztP .carousel-indicators li::before {
  content: none;
}
.cid-tplIVx7ztP .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tplIVx7ztP .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tplIVx7ztP .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tplIVx7ztP .carousel-indicators {
    display: none;
  }
}
.cid-tplIVx7ztP .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tplIVx7ztP .carousel-inner > .active {
  display: block;
}
.cid-tplIVx7ztP .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tplIVx7ztP .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tplIVx7ztP .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tplIVx7ztP .carousel-control,
  .cid-tplIVx7ztP .carousel-indicators,
  .cid-tplIVx7ztP .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tplIVx7ztP .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tplIVx7ztP .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tplIVx7ztP .carousel-indicators .active,
.cid-tplIVx7ztP .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tplIVx7ztP .carousel-indicators .active {
  background: #fff;
}
.cid-tplIVx7ztP .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tplIVx7ztP .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tplIVx7ztP .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tplIVx7ztP .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tplIVx7ztP .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tplIVx7ztP .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tplIVx7ztP .carousel {
  width: 100%;
}
.cid-tplIVx7ztP .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tplIVx7ztP .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tplIVx7ztP .modal.fade .modal-dialog,
.cid-tplIVx7ztP .modal.in .modal-dialog {
  transform: none;
}
.cid-tplIVx7ztP .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tplIVx7ztP H6 {
  text-align: center;
}
.cid-tplLuzGkvL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tjODMkTVaw .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tjODMkTVaw .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tjODMkTVaw .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tjODMkTVaw .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tjODMkTVaw .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tjODMkTVaw .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tjODMkTVaw .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tjODMkTVaw .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .mbr-text {
  color: #232323;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: relative !important;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: absolute !important;
}
.cid-t3EAxZyPJb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t3EAxZyPJb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t3EAxZyPJb .dropdown-item:hover,
.cid-t3EAxZyPJb .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-t3EAxZyPJb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t3EAxZyPJb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t3EAxZyPJb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t3EAxZyPJb .nav-link {
  position: relative;
}
.cid-t3EAxZyPJb .container {
  display: flex;
  margin: auto;
}
.cid-t3EAxZyPJb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown-menu,
.cid-t3EAxZyPJb .navbar.opened {
  background: #bbbbbb !important;
}
.cid-t3EAxZyPJb .nav-item:focus,
.cid-t3EAxZyPJb .nav-link:focus {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t3EAxZyPJb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t3EAxZyPJb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(187, 187, 187, 0.2);
}
.cid-t3EAxZyPJb .navbar.opened {
  transition: all 0.3s;
}
.cid-t3EAxZyPJb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t3EAxZyPJb .navbar .navbar-logo img {
  width: auto;
}
.cid-t3EAxZyPJb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar.collapsed {
  justify-content: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t3EAxZyPJb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t3EAxZyPJb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t3EAxZyPJb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t3EAxZyPJb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t3EAxZyPJb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t3EAxZyPJb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t3EAxZyPJb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t3EAxZyPJb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t3EAxZyPJb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t3EAxZyPJb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t3EAxZyPJb .navbar.navbar-short {
  min-height: 60px;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t3EAxZyPJb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown-item.active,
.cid-t3EAxZyPJb .dropdown-item:active {
  background-color: transparent;
}
.cid-t3EAxZyPJb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t3EAxZyPJb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t3EAxZyPJb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t3EAxZyPJb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t3EAxZyPJb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t3EAxZyPJb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t3EAxZyPJb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t3EAxZyPJb .navbar {
    height: 70px;
  }
  .cid-t3EAxZyPJb .navbar.opened {
    height: auto;
  }
  .cid-t3EAxZyPJb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tjPIsQz8WG {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/a343-900x579.png");
}
@media (max-width: 991px) {
  .cid-tjPIsQz8WG .mbr-section-title,
  .cid-tjPIsQz8WG .mbr-section-subtitle,
  .cid-tjPIsQz8WG .mbr-section-btn,
  .cid-tjPIsQz8WG .mbr-text {
    text-align: center;
  }
}
.cid-tjPK3hoRxJ {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tjPK3hoRxJ .video-wrapper iframe {
  width: 100%;
}
.cid-tjPK3hoRxJ .mbr-section-title,
.cid-tjPK3hoRxJ .mbr-section-subtitle,
.cid-tjPK3hoRxJ .mbr-text {
  text-align: center;
}
.cid-tjPKYOYpOx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tjPKYOYpOx .video-wrapper iframe {
  width: 100%;
}
.cid-tjPKYOYpOx .mbr-section-title,
.cid-tjPKYOYpOx .mbr-section-subtitle,
.cid-tjPKYOYpOx .mbr-text {
  text-align: center;
}
.cid-tjPKYOYpOx .mbr-text {
  color: #232323;
}
.cid-tppKQEY9qJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tppKQEY9qJ .video-wrapper iframe {
  width: 100%;
}
.cid-tppKQEY9qJ .mbr-section-title,
.cid-tppKQEY9qJ .mbr-section-subtitle,
.cid-tppKQEY9qJ .mbr-text {
  text-align: center;
}
.cid-tppLZoz0pZ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tppLZoz0pZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tppLZoz0pZ .row {
  flex-direction: row-reverse;
}
.cid-tppLZoz0pZ img {
  width: 100%;
}
.cid-tppNpwW5Ei {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tjODMkTVaw .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tjODMkTVaw .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tjODMkTVaw .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tjODMkTVaw .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tjODMkTVaw .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tjODMkTVaw .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tjODMkTVaw .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tjODMkTVaw .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .mbr-text {
  color: #232323;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: relative !important;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: absolute !important;
}
.cid-t3EAxZyPJb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t3EAxZyPJb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t3EAxZyPJb .dropdown-item:hover,
.cid-t3EAxZyPJb .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-t3EAxZyPJb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t3EAxZyPJb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t3EAxZyPJb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t3EAxZyPJb .nav-link {
  position: relative;
}
.cid-t3EAxZyPJb .container {
  display: flex;
  margin: auto;
}
.cid-t3EAxZyPJb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown-menu,
.cid-t3EAxZyPJb .navbar.opened {
  background: #bbbbbb !important;
}
.cid-t3EAxZyPJb .nav-item:focus,
.cid-t3EAxZyPJb .nav-link:focus {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t3EAxZyPJb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t3EAxZyPJb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(187, 187, 187, 0.2);
}
.cid-t3EAxZyPJb .navbar.opened {
  transition: all 0.3s;
}
.cid-t3EAxZyPJb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t3EAxZyPJb .navbar .navbar-logo img {
  width: auto;
}
.cid-t3EAxZyPJb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar.collapsed {
  justify-content: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t3EAxZyPJb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t3EAxZyPJb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t3EAxZyPJb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t3EAxZyPJb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t3EAxZyPJb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t3EAxZyPJb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t3EAxZyPJb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t3EAxZyPJb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t3EAxZyPJb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t3EAxZyPJb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t3EAxZyPJb .navbar.navbar-short {
  min-height: 60px;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t3EAxZyPJb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown-item.active,
.cid-t3EAxZyPJb .dropdown-item:active {
  background-color: transparent;
}
.cid-t3EAxZyPJb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t3EAxZyPJb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t3EAxZyPJb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t3EAxZyPJb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t3EAxZyPJb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t3EAxZyPJb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t3EAxZyPJb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t3EAxZyPJb .navbar {
    height: 70px;
  }
  .cid-t3EAxZyPJb .navbar.opened {
    height: auto;
  }
  .cid-t3EAxZyPJb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tpvgQgNBXL {
  padding-top: 9rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/biz-min-900x1350.jpg");
}
@media (max-width: 991px) {
  .cid-tpvgQgNBXL .mbr-section-title,
  .cid-tpvgQgNBXL .mbr-section-subtitle,
  .cid-tpvgQgNBXL .mbr-section-btn,
  .cid-tpvgQgNBXL .mbr-text {
    text-align: center;
  }
}
.cid-tpvgQgNBXL .mbr-text,
.cid-tpvgQgNBXL .mbr-section-btn {
  color: #000000;
}
.cid-tpvkG3cilR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tjODMkTVaw .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tjODMkTVaw .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tjODMkTVaw .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tjODMkTVaw .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tjODMkTVaw .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tjODMkTVaw .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tjODMkTVaw .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tjODMkTVaw .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .mbr-text {
  color: #232323;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: relative !important;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: absolute !important;
}
.cid-t3EAxZyPJb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t3EAxZyPJb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t3EAxZyPJb .dropdown-item:hover,
.cid-t3EAxZyPJb .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-t3EAxZyPJb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t3EAxZyPJb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t3EAxZyPJb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t3EAxZyPJb .nav-link {
  position: relative;
}
.cid-t3EAxZyPJb .container {
  display: flex;
  margin: auto;
}
.cid-t3EAxZyPJb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown-menu,
.cid-t3EAxZyPJb .navbar.opened {
  background: #bbbbbb !important;
}
.cid-t3EAxZyPJb .nav-item:focus,
.cid-t3EAxZyPJb .nav-link:focus {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t3EAxZyPJb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t3EAxZyPJb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(187, 187, 187, 0.2);
}
.cid-t3EAxZyPJb .navbar.opened {
  transition: all 0.3s;
}
.cid-t3EAxZyPJb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t3EAxZyPJb .navbar .navbar-logo img {
  width: auto;
}
.cid-t3EAxZyPJb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar.collapsed {
  justify-content: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t3EAxZyPJb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t3EAxZyPJb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t3EAxZyPJb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t3EAxZyPJb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t3EAxZyPJb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t3EAxZyPJb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t3EAxZyPJb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t3EAxZyPJb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t3EAxZyPJb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t3EAxZyPJb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t3EAxZyPJb .navbar.navbar-short {
  min-height: 60px;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t3EAxZyPJb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown-item.active,
.cid-t3EAxZyPJb .dropdown-item:active {
  background-color: transparent;
}
.cid-t3EAxZyPJb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t3EAxZyPJb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t3EAxZyPJb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t3EAxZyPJb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t3EAxZyPJb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t3EAxZyPJb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t3EAxZyPJb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t3EAxZyPJb .navbar {
    height: 70px;
  }
  .cid-t3EAxZyPJb .navbar.opened {
    height: auto;
  }
  .cid-t3EAxZyPJb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tpvJnhpaFx {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #f0e4d4;
}
.cid-tpvJnhpaFx .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tpvJnhpaFx .mbr-text {
  text-align: left;
}
.cid-tpvKjd7uEq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f0e4d4;
}
.cid-tpvKIDRddg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f0e4d4;
}
@media (max-width: 991px) {
  .cid-tpvKIDRddg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tpvKIDRddg .row {
  flex-direction: row-reverse;
}
.cid-tpvKIDRddg img {
  width: 100%;
}
.cid-tpvMGQx3mr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f0e4d4;
}
.cid-tpvNXYCbzy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tjODMkTVaw .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tjODMkTVaw .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tjODMkTVaw .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tjODMkTVaw .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tjODMkTVaw .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tjODMkTVaw .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tjODMkTVaw .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tjODMkTVaw .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .mbr-text {
  color: #232323;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: relative !important;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: absolute !important;
}
.cid-t3EAxZyPJb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t3EAxZyPJb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t3EAxZyPJb .dropdown-item:hover,
.cid-t3EAxZyPJb .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-t3EAxZyPJb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t3EAxZyPJb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t3EAxZyPJb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t3EAxZyPJb .nav-link {
  position: relative;
}
.cid-t3EAxZyPJb .container {
  display: flex;
  margin: auto;
}
.cid-t3EAxZyPJb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown-menu,
.cid-t3EAxZyPJb .navbar.opened {
  background: #bbbbbb !important;
}
.cid-t3EAxZyPJb .nav-item:focus,
.cid-t3EAxZyPJb .nav-link:focus {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t3EAxZyPJb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t3EAxZyPJb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(187, 187, 187, 0.2);
}
.cid-t3EAxZyPJb .navbar.opened {
  transition: all 0.3s;
}
.cid-t3EAxZyPJb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t3EAxZyPJb .navbar .navbar-logo img {
  width: auto;
}
.cid-t3EAxZyPJb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar.collapsed {
  justify-content: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t3EAxZyPJb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t3EAxZyPJb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t3EAxZyPJb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t3EAxZyPJb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t3EAxZyPJb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t3EAxZyPJb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t3EAxZyPJb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t3EAxZyPJb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t3EAxZyPJb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t3EAxZyPJb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t3EAxZyPJb .navbar.navbar-short {
  min-height: 60px;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t3EAxZyPJb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown-item.active,
.cid-t3EAxZyPJb .dropdown-item:active {
  background-color: transparent;
}
.cid-t3EAxZyPJb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t3EAxZyPJb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t3EAxZyPJb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t3EAxZyPJb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t3EAxZyPJb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t3EAxZyPJb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t3EAxZyPJb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t3EAxZyPJb .navbar {
    height: 70px;
  }
  .cid-t3EAxZyPJb .navbar.opened {
    height: auto;
  }
  .cid-t3EAxZyPJb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tpw6DPvNDg {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #f0e4d4;
}
.cid-tpw6FA9h4B {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f0e4d4;
}
@media (max-width: 991px) {
  .cid-tpw6FA9h4B .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tpw6FA9h4B .row {
  flex-direction: row-reverse;
}
.cid-tpw6FA9h4B img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tpw6FA9h4B .text-wrapper {
    padding: 2rem;
  }
}
.cid-tpw6K2gZBT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f0e4d4;
}
.cid-tpw6LvAF5l {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f0e4d4;
}
.cid-tpwkXORt29 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tjODMkTVaw .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tjODMkTVaw .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tjODMkTVaw .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tjODMkTVaw .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tjODMkTVaw .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tjODMkTVaw .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tjODMkTVaw .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tjODMkTVaw .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .mbr-text {
  color: #232323;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: relative !important;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: absolute !important;
}
.cid-t3EAxZyPJb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t3EAxZyPJb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t3EAxZyPJb .dropdown-item:hover,
.cid-t3EAxZyPJb .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-t3EAxZyPJb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t3EAxZyPJb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t3EAxZyPJb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t3EAxZyPJb .nav-link {
  position: relative;
}
.cid-t3EAxZyPJb .container {
  display: flex;
  margin: auto;
}
.cid-t3EAxZyPJb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown-menu,
.cid-t3EAxZyPJb .navbar.opened {
  background: #bbbbbb !important;
}
.cid-t3EAxZyPJb .nav-item:focus,
.cid-t3EAxZyPJb .nav-link:focus {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t3EAxZyPJb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t3EAxZyPJb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(187, 187, 187, 0.2);
}
.cid-t3EAxZyPJb .navbar.opened {
  transition: all 0.3s;
}
.cid-t3EAxZyPJb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t3EAxZyPJb .navbar .navbar-logo img {
  width: auto;
}
.cid-t3EAxZyPJb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar.collapsed {
  justify-content: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t3EAxZyPJb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t3EAxZyPJb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t3EAxZyPJb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t3EAxZyPJb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t3EAxZyPJb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t3EAxZyPJb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t3EAxZyPJb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t3EAxZyPJb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t3EAxZyPJb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t3EAxZyPJb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t3EAxZyPJb .navbar.navbar-short {
  min-height: 60px;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t3EAxZyPJb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown-item.active,
.cid-t3EAxZyPJb .dropdown-item:active {
  background-color: transparent;
}
.cid-t3EAxZyPJb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t3EAxZyPJb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t3EAxZyPJb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t3EAxZyPJb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t3EAxZyPJb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t3EAxZyPJb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t3EAxZyPJb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t3EAxZyPJb .navbar {
    height: 70px;
  }
  .cid-t3EAxZyPJb .navbar.opened {
    height: auto;
  }
  .cid-t3EAxZyPJb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tpwMDcZy6N {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-color: #f0e4d4;
}
.cid-tpwMDcZy6N .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tpwMDcZy6N .carousel {
    min-height: 500px;
  }
  .cid-tpwMDcZy6N .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tpwMDcZy6N .carousel {
    min-height: 325px;
  }
  .cid-tpwMDcZy6N .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tpwMDcZy6N .carousel {
    min-height: 275px;
  }
  .cid-tpwMDcZy6N .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-tpwMDcZy6N .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tpwMDcZy6N .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tpwMDcZy6N .carousel,
.cid-tpwMDcZy6N .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tpwMDcZy6N .item-wrapper {
  width: 100%;
}
.cid-tpwMDcZy6N .carousel-caption {
  bottom: 40px;
}
.cid-tpwMDcZy6N .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tpwMDcZy6N .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tpwMDcZy6N .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tpwMDcZy6N .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tpwMDcZy6N .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tpwMDcZy6N .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tpwMDcZy6N .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tpwMDcZy6N .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tpwMDcZy6N .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tpwMDcZy6N .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-tpwMDcZy6N .carousel-indicators li.active,
.cid-tpwMDcZy6N .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tpwMDcZy6N .carousel-indicators li::after,
.cid-tpwMDcZy6N .carousel-indicators li::before {
  content: none;
}
.cid-tpwMDcZy6N .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tpwMDcZy6N .carousel-indicators {
    display: none !important;
  }
}
.cid-tpxiHQGK3J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0e4d4;
}
.cid-tpxjbH7mSP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tjODMkTVaw .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tjODMkTVaw .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tjODMkTVaw .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tjODMkTVaw .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tjODMkTVaw .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tjODMkTVaw .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tjODMkTVaw .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tjODMkTVaw .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .mbr-text {
  color: #232323;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: relative !important;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: absolute !important;
}
.cid-t3EAxZyPJb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t3EAxZyPJb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t3EAxZyPJb .dropdown-item:hover,
.cid-t3EAxZyPJb .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-t3EAxZyPJb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t3EAxZyPJb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t3EAxZyPJb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t3EAxZyPJb .nav-link {
  position: relative;
}
.cid-t3EAxZyPJb .container {
  display: flex;
  margin: auto;
}
.cid-t3EAxZyPJb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown-menu,
.cid-t3EAxZyPJb .navbar.opened {
  background: #bbbbbb !important;
}
.cid-t3EAxZyPJb .nav-item:focus,
.cid-t3EAxZyPJb .nav-link:focus {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t3EAxZyPJb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t3EAxZyPJb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(187, 187, 187, 0.2);
}
.cid-t3EAxZyPJb .navbar.opened {
  transition: all 0.3s;
}
.cid-t3EAxZyPJb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t3EAxZyPJb .navbar .navbar-logo img {
  width: auto;
}
.cid-t3EAxZyPJb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar.collapsed {
  justify-content: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t3EAxZyPJb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t3EAxZyPJb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t3EAxZyPJb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t3EAxZyPJb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t3EAxZyPJb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t3EAxZyPJb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t3EAxZyPJb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t3EAxZyPJb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t3EAxZyPJb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t3EAxZyPJb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t3EAxZyPJb .navbar.navbar-short {
  min-height: 60px;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t3EAxZyPJb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown-item.active,
.cid-t3EAxZyPJb .dropdown-item:active {
  background-color: transparent;
}
.cid-t3EAxZyPJb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t3EAxZyPJb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t3EAxZyPJb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t3EAxZyPJb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t3EAxZyPJb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t3EAxZyPJb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t3EAxZyPJb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t3EAxZyPJb .navbar {
    height: 70px;
  }
  .cid-t3EAxZyPJb .navbar.opened {
    height: auto;
  }
  .cid-t3EAxZyPJb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tpxmqcsUKS {
  padding-top: 9rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/fon.webp");
}
@media (max-width: 991px) {
  .cid-tpxmqcsUKS .mbr-section-title,
  .cid-tpxmqcsUKS .mbr-section-subtitle,
  .cid-tpxmqcsUKS .mbr-section-btn,
  .cid-tpxmqcsUKS .mbr-text {
    text-align: center;
  }
}
.cid-tpxmqcsUKS .mbr-text,
.cid-tpxmqcsUKS .mbr-section-btn {
  color: #000000;
}
.cid-tpxobrJqdR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tjODMkTVaw .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tjODMkTVaw .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tjODMkTVaw .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tjODMkTVaw .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tjODMkTVaw .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tjODMkTVaw .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tjODMkTVaw .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tjODMkTVaw .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .mbr-text {
  color: #232323;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: relative !important;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: absolute !important;
}
.cid-t3EAxZyPJb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t3EAxZyPJb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t3EAxZyPJb .dropdown-item:hover,
.cid-t3EAxZyPJb .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-t3EAxZyPJb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t3EAxZyPJb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t3EAxZyPJb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t3EAxZyPJb .nav-link {
  position: relative;
}
.cid-t3EAxZyPJb .container {
  display: flex;
  margin: auto;
}
.cid-t3EAxZyPJb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown-menu,
.cid-t3EAxZyPJb .navbar.opened {
  background: #bbbbbb !important;
}
.cid-t3EAxZyPJb .nav-item:focus,
.cid-t3EAxZyPJb .nav-link:focus {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t3EAxZyPJb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t3EAxZyPJb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(187, 187, 187, 0.2);
}
.cid-t3EAxZyPJb .navbar.opened {
  transition: all 0.3s;
}
.cid-t3EAxZyPJb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t3EAxZyPJb .navbar .navbar-logo img {
  width: auto;
}
.cid-t3EAxZyPJb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar.collapsed {
  justify-content: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t3EAxZyPJb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t3EAxZyPJb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t3EAxZyPJb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t3EAxZyPJb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t3EAxZyPJb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t3EAxZyPJb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t3EAxZyPJb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t3EAxZyPJb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t3EAxZyPJb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t3EAxZyPJb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t3EAxZyPJb .navbar.navbar-short {
  min-height: 60px;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t3EAxZyPJb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown-item.active,
.cid-t3EAxZyPJb .dropdown-item:active {
  background-color: transparent;
}
.cid-t3EAxZyPJb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t3EAxZyPJb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t3EAxZyPJb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t3EAxZyPJb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t3EAxZyPJb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t3EAxZyPJb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t3EAxZyPJb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t3EAxZyPJb .navbar {
    height: 70px;
  }
  .cid-t3EAxZyPJb .navbar.opened {
    height: auto;
  }
  .cid-t3EAxZyPJb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tpxrBE6QSA {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/ng.webp");
}
@media (max-width: 991px) {
  .cid-tpxrBE6QSA .mbr-section-title,
  .cid-tpxrBE6QSA .mbr-section-subtitle,
  .cid-tpxrBE6QSA .mbr-section-btn,
  .cid-tpxrBE6QSA .mbr-text {
    text-align: center;
  }
}
.cid-tpxrBE6QSA .mbr-text,
.cid-tpxrBE6QSA .mbr-section-btn {
  color: #000000;
}
.cid-tpxrz2XZyL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tpxrz2XZyL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tpxrz2XZyL .row {
  flex-direction: row-reverse;
}
.cid-tpxrz2XZyL img {
  width: 100%;
}
.cid-tpxrv5Anug {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f0e4d4;
}
.cid-tpxvkmqbpk {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tjODMkTVaw .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tjODMkTVaw .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tjODMkTVaw .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tjODMkTVaw .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tjODMkTVaw .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tjODMkTVaw .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tjODMkTVaw .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tjODMkTVaw .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .mbr-text {
  color: #232323;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: relative !important;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: absolute !important;
}
.cid-t3EAxZyPJb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t3EAxZyPJb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t3EAxZyPJb .dropdown-item:hover,
.cid-t3EAxZyPJb .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-t3EAxZyPJb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t3EAxZyPJb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t3EAxZyPJb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t3EAxZyPJb .nav-link {
  position: relative;
}
.cid-t3EAxZyPJb .container {
  display: flex;
  margin: auto;
}
.cid-t3EAxZyPJb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown-menu,
.cid-t3EAxZyPJb .navbar.opened {
  background: #bbbbbb !important;
}
.cid-t3EAxZyPJb .nav-item:focus,
.cid-t3EAxZyPJb .nav-link:focus {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t3EAxZyPJb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t3EAxZyPJb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(187, 187, 187, 0.2);
}
.cid-t3EAxZyPJb .navbar.opened {
  transition: all 0.3s;
}
.cid-t3EAxZyPJb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t3EAxZyPJb .navbar .navbar-logo img {
  width: auto;
}
.cid-t3EAxZyPJb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar.collapsed {
  justify-content: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t3EAxZyPJb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t3EAxZyPJb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t3EAxZyPJb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t3EAxZyPJb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t3EAxZyPJb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t3EAxZyPJb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t3EAxZyPJb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t3EAxZyPJb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t3EAxZyPJb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t3EAxZyPJb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t3EAxZyPJb .navbar.navbar-short {
  min-height: 60px;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t3EAxZyPJb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown-item.active,
.cid-t3EAxZyPJb .dropdown-item:active {
  background-color: transparent;
}
.cid-t3EAxZyPJb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t3EAxZyPJb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t3EAxZyPJb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t3EAxZyPJb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t3EAxZyPJb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t3EAxZyPJb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t3EAxZyPJb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t3EAxZyPJb .navbar {
    height: 70px;
  }
  .cid-t3EAxZyPJb .navbar.opened {
    height: auto;
  }
  .cid-t3EAxZyPJb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tpxGlEJOzu {
  padding-top: 8rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-tpxGlEJOzu .mbr-section-title,
  .cid-tpxGlEJOzu .mbr-section-subtitle,
  .cid-tpxGlEJOzu .mbr-section-btn,
  .cid-tpxGlEJOzu .mbr-text {
    text-align: center;
  }
}
.cid-tpxGlEJOzu .mbr-text,
.cid-tpxGlEJOzu .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tpxHiFJloO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tjODMkTVaw .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tjODMkTVaw .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tjODMkTVaw .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tjODMkTVaw .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tjODMkTVaw .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tjODMkTVaw .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tjODMkTVaw .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tjODMkTVaw .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .mbr-text {
  color: #232323;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: relative !important;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: absolute !important;
}
.cid-t3EAxZyPJb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t3EAxZyPJb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t3EAxZyPJb .dropdown-item:hover,
.cid-t3EAxZyPJb .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-t3EAxZyPJb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t3EAxZyPJb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t3EAxZyPJb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t3EAxZyPJb .nav-link {
  position: relative;
}
.cid-t3EAxZyPJb .container {
  display: flex;
  margin: auto;
}
.cid-t3EAxZyPJb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown-menu,
.cid-t3EAxZyPJb .navbar.opened {
  background: #bbbbbb !important;
}
.cid-t3EAxZyPJb .nav-item:focus,
.cid-t3EAxZyPJb .nav-link:focus {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t3EAxZyPJb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t3EAxZyPJb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(187, 187, 187, 0.2);
}
.cid-t3EAxZyPJb .navbar.opened {
  transition: all 0.3s;
}
.cid-t3EAxZyPJb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t3EAxZyPJb .navbar .navbar-logo img {
  width: auto;
}
.cid-t3EAxZyPJb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar.collapsed {
  justify-content: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t3EAxZyPJb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t3EAxZyPJb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t3EAxZyPJb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t3EAxZyPJb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t3EAxZyPJb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t3EAxZyPJb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t3EAxZyPJb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t3EAxZyPJb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t3EAxZyPJb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t3EAxZyPJb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t3EAxZyPJb .navbar.navbar-short {
  min-height: 60px;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t3EAxZyPJb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown-item.active,
.cid-t3EAxZyPJb .dropdown-item:active {
  background-color: transparent;
}
.cid-t3EAxZyPJb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t3EAxZyPJb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t3EAxZyPJb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t3EAxZyPJb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t3EAxZyPJb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t3EAxZyPJb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t3EAxZyPJb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t3EAxZyPJb .navbar {
    height: 70px;
  }
  .cid-t3EAxZyPJb .navbar.opened {
    height: auto;
  }
  .cid-t3EAxZyPJb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tpy18kS4Tj {
  background-image: url("../../../assets/images/bes.webp");
}
@media (max-width: 991px) {
  .cid-tpy18kS4Tj .mbr-section-title,
  .cid-tpy18kS4Tj .mbr-section-subtitle,
  .cid-tpy18kS4Tj .mbr-section-btn,
  .cid-tpy18kS4Tj .mbr-text {
    text-align: center;
  }
}
.cid-tpy3ox1meG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tpy4Zb5bXX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tjODMkTVaw .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tjODMkTVaw .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tjODMkTVaw .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tjODMkTVaw .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tjODMkTVaw .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tjODMkTVaw .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tjODMkTVaw .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tjODMkTVaw .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .mbr-text {
  color: #232323;
}
.cid-tunIJ95vFf {
  padding-top: 9rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tunIJ95vFf .item {
  padding-bottom: 2rem;
}
.cid-tunIJ95vFf .item-wrapper {
  position: relative;
}
.cid-tunIJ95vFf .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 #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tunIJ95vFf .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tunIJ95vFf .carousel-control,
.cid-tunIJ95vFf .close {
  background: #1b1b1b;
}
.cid-tunIJ95vFf .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tunIJ95vFf .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tunIJ95vFf .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tunIJ95vFf .carousel-control-next span {
  margin-left: 5px;
}
.cid-tunIJ95vFf .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-tunIJ95vFf .close::before {
  content: '\e91a';
}
.cid-tunIJ95vFf .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tunIJ95vFf .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-tunIJ95vFf .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tunIJ95vFf .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tunIJ95vFf .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tunIJ95vFf .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tunIJ95vFf .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-tunIJ95vFf .carousel-indicators li.active,
.cid-tunIJ95vFf .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tunIJ95vFf .carousel-indicators li::after,
.cid-tunIJ95vFf .carousel-indicators li::before {
  content: none;
}
.cid-tunIJ95vFf .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tunIJ95vFf .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tunIJ95vFf .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tunIJ95vFf .carousel-indicators {
    display: none;
  }
}
.cid-tunIJ95vFf .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tunIJ95vFf .carousel-inner > .active {
  display: block;
}
.cid-tunIJ95vFf .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tunIJ95vFf .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tunIJ95vFf .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tunIJ95vFf .carousel-control,
  .cid-tunIJ95vFf .carousel-indicators,
  .cid-tunIJ95vFf .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tunIJ95vFf .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tunIJ95vFf .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tunIJ95vFf .carousel-indicators .active,
.cid-tunIJ95vFf .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tunIJ95vFf .carousel-indicators .active {
  background: #fff;
}
.cid-tunIJ95vFf .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tunIJ95vFf .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tunIJ95vFf .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tunIJ95vFf .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tunIJ95vFf .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tunIJ95vFf .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tunIJ95vFf .carousel {
  width: 100%;
}
.cid-tunIJ95vFf .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tunIJ95vFf .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tunIJ95vFf .modal.fade .modal-dialog,
.cid-tunIJ95vFf .modal.in .modal-dialog {
  transform: none;
}
.cid-tunIJ95vFf .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tunIJ95vFf H6 {
  text-align: center;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: relative !important;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: absolute !important;
}
.cid-t3EAxZyPJb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t3EAxZyPJb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t3EAxZyPJb .dropdown-item:hover,
.cid-t3EAxZyPJb .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-t3EAxZyPJb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t3EAxZyPJb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t3EAxZyPJb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t3EAxZyPJb .nav-link {
  position: relative;
}
.cid-t3EAxZyPJb .container {
  display: flex;
  margin: auto;
}
.cid-t3EAxZyPJb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown-menu,
.cid-t3EAxZyPJb .navbar.opened {
  background: #bbbbbb !important;
}
.cid-t3EAxZyPJb .nav-item:focus,
.cid-t3EAxZyPJb .nav-link:focus {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t3EAxZyPJb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t3EAxZyPJb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(187, 187, 187, 0.2);
}
.cid-t3EAxZyPJb .navbar.opened {
  transition: all 0.3s;
}
.cid-t3EAxZyPJb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t3EAxZyPJb .navbar .navbar-logo img {
  width: auto;
}
.cid-t3EAxZyPJb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar.collapsed {
  justify-content: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t3EAxZyPJb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t3EAxZyPJb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t3EAxZyPJb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t3EAxZyPJb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t3EAxZyPJb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t3EAxZyPJb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t3EAxZyPJb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t3EAxZyPJb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t3EAxZyPJb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t3EAxZyPJb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t3EAxZyPJb .navbar.navbar-short {
  min-height: 60px;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t3EAxZyPJb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown-item.active,
.cid-t3EAxZyPJb .dropdown-item:active {
  background-color: transparent;
}
.cid-t3EAxZyPJb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t3EAxZyPJb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t3EAxZyPJb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t3EAxZyPJb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t3EAxZyPJb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t3EAxZyPJb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t3EAxZyPJb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t3EAxZyPJb .navbar {
    height: 70px;
  }
  .cid-t3EAxZyPJb .navbar.opened {
    height: auto;
  }
  .cid-t3EAxZyPJb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tpyqjwraiD {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tpyqjwraiD .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tpyqjwraiD .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-tpyqjwraiD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tpyqjwraiD .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tpyqjwraiD .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tpyqjwraiD .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tpyqjwraiD .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tpyqjwraiD .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tpyqjwraiD .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tpyqjwraiD .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tpysOM8RQe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tpysOM8RQe .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tpysOM8RQe .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-tpysOM8RQe .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tpysOM8RQe .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tpysOM8RQe .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tpysOM8RQe .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tpysOM8RQe .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tpysOM8RQe .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tpysOM8RQe .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tpysOM8RQe .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tpyJTf5WM0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tpyJTf5WM0 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tpyJTf5WM0 .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-tpyJTf5WM0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tpyJTf5WM0 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tpyJTf5WM0 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tpyJTf5WM0 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tpyJTf5WM0 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tpyJTf5WM0 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tpyJTf5WM0 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tpyJTf5WM0 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tpyUhC5LXs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tjODMkTVaw .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tjODMkTVaw .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tjODMkTVaw .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tjODMkTVaw .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tjODMkTVaw .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tjODMkTVaw .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tjODMkTVaw .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tjODMkTVaw .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .mbr-text {
  color: #232323;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: relative !important;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: absolute !important;
}
.cid-t3EAxZyPJb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t3EAxZyPJb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t3EAxZyPJb .dropdown-item:hover,
.cid-t3EAxZyPJb .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-t3EAxZyPJb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t3EAxZyPJb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t3EAxZyPJb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t3EAxZyPJb .nav-link {
  position: relative;
}
.cid-t3EAxZyPJb .container {
  display: flex;
  margin: auto;
}
.cid-t3EAxZyPJb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown-menu,
.cid-t3EAxZyPJb .navbar.opened {
  background: #bbbbbb !important;
}
.cid-t3EAxZyPJb .nav-item:focus,
.cid-t3EAxZyPJb .nav-link:focus {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t3EAxZyPJb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t3EAxZyPJb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(187, 187, 187, 0.2);
}
.cid-t3EAxZyPJb .navbar.opened {
  transition: all 0.3s;
}
.cid-t3EAxZyPJb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t3EAxZyPJb .navbar .navbar-logo img {
  width: auto;
}
.cid-t3EAxZyPJb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar.collapsed {
  justify-content: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t3EAxZyPJb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t3EAxZyPJb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t3EAxZyPJb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t3EAxZyPJb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t3EAxZyPJb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t3EAxZyPJb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t3EAxZyPJb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t3EAxZyPJb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t3EAxZyPJb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t3EAxZyPJb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t3EAxZyPJb .navbar.navbar-short {
  min-height: 60px;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t3EAxZyPJb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown-item.active,
.cid-t3EAxZyPJb .dropdown-item:active {
  background-color: transparent;
}
.cid-t3EAxZyPJb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t3EAxZyPJb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t3EAxZyPJb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t3EAxZyPJb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t3EAxZyPJb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t3EAxZyPJb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t3EAxZyPJb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t3EAxZyPJb .navbar {
    height: 70px;
  }
  .cid-t3EAxZyPJb .navbar.opened {
    height: auto;
  }
  .cid-t3EAxZyPJb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tq4NdW8516 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/fokusss.webp");
}
.cid-tq4NdW8516 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tq4NdW8516 .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-tq4NdW8516 .mbr-section-title {
  text-align: center;
}
.cid-tq4NdW8516 .mbr-text,
.cid-tq4NdW8516 .mbr-section-btn {
  text-align: left;
}
.cid-tq4OMQJA7H {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/fokusss.webp");
}
.cid-tq4OMQJA7H .video-wrapper iframe {
  width: 100%;
}
.cid-tq4OMQJA7H .mbr-section-title,
.cid-tq4OMQJA7H .mbr-section-subtitle,
.cid-tq4OMQJA7H .mbr-text {
  text-align: center;
}
.cid-tq4ONvI046 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/fokusss.webp");
}
.cid-tq4ONvI046 .video-wrapper iframe {
  width: 100%;
}
.cid-tq4ONvI046 .mbr-section-title,
.cid-tq4ONvI046 .mbr-section-subtitle,
.cid-tq4ONvI046 .mbr-text {
  text-align: center;
}
.cid-tq4Q5ThdeF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tjODMkTVaw .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tjODMkTVaw .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tjODMkTVaw .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tjODMkTVaw .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tjODMkTVaw .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tjODMkTVaw .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tjODMkTVaw .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tjODMkTVaw .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .mbr-text {
  color: #232323;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: relative !important;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: absolute !important;
}
.cid-t3EAxZyPJb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t3EAxZyPJb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t3EAxZyPJb .dropdown-item:hover,
.cid-t3EAxZyPJb .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-t3EAxZyPJb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t3EAxZyPJb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t3EAxZyPJb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t3EAxZyPJb .nav-link {
  position: relative;
}
.cid-t3EAxZyPJb .container {
  display: flex;
  margin: auto;
}
.cid-t3EAxZyPJb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown-menu,
.cid-t3EAxZyPJb .navbar.opened {
  background: #bbbbbb !important;
}
.cid-t3EAxZyPJb .nav-item:focus,
.cid-t3EAxZyPJb .nav-link:focus {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t3EAxZyPJb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t3EAxZyPJb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(187, 187, 187, 0.2);
}
.cid-t3EAxZyPJb .navbar.opened {
  transition: all 0.3s;
}
.cid-t3EAxZyPJb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t3EAxZyPJb .navbar .navbar-logo img {
  width: auto;
}
.cid-t3EAxZyPJb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar.collapsed {
  justify-content: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t3EAxZyPJb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t3EAxZyPJb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t3EAxZyPJb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t3EAxZyPJb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t3EAxZyPJb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t3EAxZyPJb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t3EAxZyPJb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t3EAxZyPJb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t3EAxZyPJb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t3EAxZyPJb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t3EAxZyPJb .navbar.navbar-short {
  min-height: 60px;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t3EAxZyPJb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown-item.active,
.cid-t3EAxZyPJb .dropdown-item:active {
  background-color: transparent;
}
.cid-t3EAxZyPJb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t3EAxZyPJb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t3EAxZyPJb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t3EAxZyPJb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t3EAxZyPJb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t3EAxZyPJb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t3EAxZyPJb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t3EAxZyPJb .navbar {
    height: 70px;
  }
  .cid-t3EAxZyPJb .navbar.opened {
    height: auto;
  }
  .cid-t3EAxZyPJb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tq4WGmLF8h {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/tvtinfon.webp");
}
.cid-tq4WGmLF8h .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tq4WGmLF8h .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-tq4YjxKvq5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tjODMkTVaw .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tjODMkTVaw .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tjODMkTVaw .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tjODMkTVaw .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tjODMkTVaw .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tjODMkTVaw .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tjODMkTVaw .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tjODMkTVaw .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .mbr-text {
  color: #232323;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: relative !important;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: absolute !important;
}
.cid-t3EAxZyPJb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t3EAxZyPJb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t3EAxZyPJb .dropdown-item:hover,
.cid-t3EAxZyPJb .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-t3EAxZyPJb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t3EAxZyPJb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t3EAxZyPJb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t3EAxZyPJb .nav-link {
  position: relative;
}
.cid-t3EAxZyPJb .container {
  display: flex;
  margin: auto;
}
.cid-t3EAxZyPJb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown-menu,
.cid-t3EAxZyPJb .navbar.opened {
  background: #bbbbbb !important;
}
.cid-t3EAxZyPJb .nav-item:focus,
.cid-t3EAxZyPJb .nav-link:focus {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t3EAxZyPJb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t3EAxZyPJb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(187, 187, 187, 0.2);
}
.cid-t3EAxZyPJb .navbar.opened {
  transition: all 0.3s;
}
.cid-t3EAxZyPJb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t3EAxZyPJb .navbar .navbar-logo img {
  width: auto;
}
.cid-t3EAxZyPJb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar.collapsed {
  justify-content: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t3EAxZyPJb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t3EAxZyPJb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t3EAxZyPJb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t3EAxZyPJb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t3EAxZyPJb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t3EAxZyPJb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t3EAxZyPJb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t3EAxZyPJb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t3EAxZyPJb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t3EAxZyPJb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t3EAxZyPJb .navbar.navbar-short {
  min-height: 60px;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t3EAxZyPJb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown-item.active,
.cid-t3EAxZyPJb .dropdown-item:active {
  background-color: transparent;
}
.cid-t3EAxZyPJb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t3EAxZyPJb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t3EAxZyPJb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t3EAxZyPJb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t3EAxZyPJb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t3EAxZyPJb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t3EAxZyPJb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t3EAxZyPJb .navbar {
    height: 70px;
  }
  .cid-t3EAxZyPJb .navbar.opened {
    height: auto;
  }
  .cid-t3EAxZyPJb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tq55huQelZ {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tq55huQelZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tq55huQelZ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tq55huQelZ .text-wrapper {
    padding: 2rem;
  }
}
.cid-tq55bOct6M {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tq55bOct6M .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tq55bOct6M .row {
  flex-direction: row-reverse;
}
.cid-tq55bOct6M img {
  width: 100%;
}
.cid-tq55cz57df {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tq55cz57df .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tq55cz57df .row {
  flex-direction: row-reverse;
}
.cid-tq55cz57df img {
  width: 100%;
}
.cid-tq569KYJuo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tq569KYJuo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tq569KYJuo .row {
  flex-direction: row-reverse;
}
.cid-tq569KYJuo img {
  width: 100%;
}
.cid-tq56avo9Mw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tq56avo9Mw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tq56avo9Mw .row {
  flex-direction: row-reverse;
}
.cid-tq56avo9Mw img {
  width: 100%;
}
.cid-tq57s9EM1R {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tjODMkTVaw .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tjODMkTVaw .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tjODMkTVaw .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tjODMkTVaw .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tjODMkTVaw .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tjODMkTVaw .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tjODMkTVaw .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tjODMkTVaw .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .mbr-text {
  color: #232323;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: relative !important;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: absolute !important;
}
.cid-t3EAxZyPJb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t3EAxZyPJb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t3EAxZyPJb .dropdown-item:hover,
.cid-t3EAxZyPJb .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-t3EAxZyPJb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t3EAxZyPJb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t3EAxZyPJb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t3EAxZyPJb .nav-link {
  position: relative;
}
.cid-t3EAxZyPJb .container {
  display: flex;
  margin: auto;
}
.cid-t3EAxZyPJb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown-menu,
.cid-t3EAxZyPJb .navbar.opened {
  background: #bbbbbb !important;
}
.cid-t3EAxZyPJb .nav-item:focus,
.cid-t3EAxZyPJb .nav-link:focus {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t3EAxZyPJb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t3EAxZyPJb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(187, 187, 187, 0.2);
}
.cid-t3EAxZyPJb .navbar.opened {
  transition: all 0.3s;
}
.cid-t3EAxZyPJb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t3EAxZyPJb .navbar .navbar-logo img {
  width: auto;
}
.cid-t3EAxZyPJb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar.collapsed {
  justify-content: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t3EAxZyPJb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t3EAxZyPJb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t3EAxZyPJb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t3EAxZyPJb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t3EAxZyPJb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t3EAxZyPJb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t3EAxZyPJb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t3EAxZyPJb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t3EAxZyPJb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t3EAxZyPJb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t3EAxZyPJb .navbar.navbar-short {
  min-height: 60px;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t3EAxZyPJb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown-item.active,
.cid-t3EAxZyPJb .dropdown-item:active {
  background-color: transparent;
}
.cid-t3EAxZyPJb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t3EAxZyPJb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t3EAxZyPJb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t3EAxZyPJb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t3EAxZyPJb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t3EAxZyPJb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t3EAxZyPJb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t3EAxZyPJb .navbar {
    height: 70px;
  }
  .cid-t3EAxZyPJb .navbar.opened {
    height: auto;
  }
  .cid-t3EAxZyPJb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tq5bn6xT86 {
  padding-top: 9rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tq5bn6xT86 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tq5bn6xT86 .row {
  flex-direction: row-reverse;
}
.cid-tq5bn6xT86 img {
  width: 100%;
}
.cid-tq5bjluGy2 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/wwwsss.webp");
}
.cid-tq5bjluGy2 .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tq5bjluGy2 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tq5bjluGy2 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tq5bjluGy2 .card-wrapper {
    padding: 4rem;
  }
}
.cid-tq5bjluGy2 .mbr-text,
.cid-tq5bjluGy2 .mbr-section-btn {
  color: #ffffff;
}
.cid-tq5bjluGy2 .card-title,
.cid-tq5bjluGy2 .card-box {
  text-align: left;
}
.cid-tq5giirwJc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/wwwsss.webp");
}
.cid-tq5giirwJc .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tq5giirwJc .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tq5giirwJc .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tq5giirwJc .card-wrapper {
    padding: 4rem;
  }
}
.cid-tq5giirwJc .mbr-text,
.cid-tq5giirwJc .mbr-section-btn {
  color: #ffffff;
}
.cid-tq5giirwJc .card-title,
.cid-tq5giirwJc .card-box {
  text-align: left;
}
.cid-tq5kPPfIe7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tq5kPPfIe7 .item {
  padding-bottom: 2rem;
}
.cid-tq5kPPfIe7 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tq5kPPfIe7 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tq5kPPfIe7 .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 #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tq5kPPfIe7 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tq5kPPfIe7 .carousel-control,
.cid-tq5kPPfIe7 .close {
  background: #1b1b1b;
}
.cid-tq5kPPfIe7 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tq5kPPfIe7 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tq5kPPfIe7 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tq5kPPfIe7 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tq5kPPfIe7 .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-tq5kPPfIe7 .close::before {
  content: '\e91a';
}
.cid-tq5kPPfIe7 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tq5kPPfIe7 .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-tq5kPPfIe7 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tq5kPPfIe7 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tq5kPPfIe7 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tq5kPPfIe7 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tq5kPPfIe7 .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-tq5kPPfIe7 .carousel-indicators li.active,
.cid-tq5kPPfIe7 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tq5kPPfIe7 .carousel-indicators li::after,
.cid-tq5kPPfIe7 .carousel-indicators li::before {
  content: none;
}
.cid-tq5kPPfIe7 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tq5kPPfIe7 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tq5kPPfIe7 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tq5kPPfIe7 .carousel-indicators {
    display: none;
  }
}
.cid-tq5kPPfIe7 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tq5kPPfIe7 .carousel-inner > .active {
  display: block;
}
.cid-tq5kPPfIe7 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tq5kPPfIe7 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tq5kPPfIe7 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tq5kPPfIe7 .carousel-control,
  .cid-tq5kPPfIe7 .carousel-indicators,
  .cid-tq5kPPfIe7 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tq5kPPfIe7 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tq5kPPfIe7 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tq5kPPfIe7 .carousel-indicators .active,
.cid-tq5kPPfIe7 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tq5kPPfIe7 .carousel-indicators .active {
  background: #fff;
}
.cid-tq5kPPfIe7 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tq5kPPfIe7 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tq5kPPfIe7 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tq5kPPfIe7 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tq5kPPfIe7 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tq5kPPfIe7 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tq5kPPfIe7 .carousel {
  width: 100%;
}
.cid-tq5kPPfIe7 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tq5kPPfIe7 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tq5kPPfIe7 .modal.fade .modal-dialog,
.cid-tq5kPPfIe7 .modal.in .modal-dialog {
  transform: none;
}
.cid-tq5kPPfIe7 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tq5kPPfIe7 H6 {
  text-align: center;
}
.cid-tq5gjuFC4z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/wwwsss.webp");
}
.cid-tq5gjuFC4z .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tq5gjuFC4z .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tq5gjuFC4z .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tq5gjuFC4z .card-wrapper {
    padding: 4rem;
  }
}
.cid-tq5gjuFC4z .mbr-text,
.cid-tq5gjuFC4z .mbr-section-btn {
  color: #ffffff;
}
.cid-tq5gjuFC4z .card-title,
.cid-tq5gjuFC4z .card-box {
  text-align: left;
}
.cid-tqeiOJ3K6p {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tqeiOJ3K6p .item {
  padding-bottom: 2rem;
}
.cid-tqeiOJ3K6p .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tqeiOJ3K6p .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tqeiOJ3K6p .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 #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tqeiOJ3K6p .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tqeiOJ3K6p .carousel-control,
.cid-tqeiOJ3K6p .close {
  background: #1b1b1b;
}
.cid-tqeiOJ3K6p .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tqeiOJ3K6p .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tqeiOJ3K6p .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tqeiOJ3K6p .carousel-control-next span {
  margin-left: 5px;
}
.cid-tqeiOJ3K6p .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-tqeiOJ3K6p .close::before {
  content: '\e91a';
}
.cid-tqeiOJ3K6p .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tqeiOJ3K6p .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-tqeiOJ3K6p .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tqeiOJ3K6p .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tqeiOJ3K6p .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tqeiOJ3K6p .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tqeiOJ3K6p .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-tqeiOJ3K6p .carousel-indicators li.active,
.cid-tqeiOJ3K6p .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tqeiOJ3K6p .carousel-indicators li::after,
.cid-tqeiOJ3K6p .carousel-indicators li::before {
  content: none;
}
.cid-tqeiOJ3K6p .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tqeiOJ3K6p .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tqeiOJ3K6p .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tqeiOJ3K6p .carousel-indicators {
    display: none;
  }
}
.cid-tqeiOJ3K6p .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tqeiOJ3K6p .carousel-inner > .active {
  display: block;
}
.cid-tqeiOJ3K6p .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tqeiOJ3K6p .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tqeiOJ3K6p .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tqeiOJ3K6p .carousel-control,
  .cid-tqeiOJ3K6p .carousel-indicators,
  .cid-tqeiOJ3K6p .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tqeiOJ3K6p .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tqeiOJ3K6p .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tqeiOJ3K6p .carousel-indicators .active,
.cid-tqeiOJ3K6p .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tqeiOJ3K6p .carousel-indicators .active {
  background: #fff;
}
.cid-tqeiOJ3K6p .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tqeiOJ3K6p .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tqeiOJ3K6p .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tqeiOJ3K6p .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tqeiOJ3K6p .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tqeiOJ3K6p .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tqeiOJ3K6p .carousel {
  width: 100%;
}
.cid-tqeiOJ3K6p .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tqeiOJ3K6p .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tqeiOJ3K6p .modal.fade .modal-dialog,
.cid-tqeiOJ3K6p .modal.in .modal-dialog {
  transform: none;
}
.cid-tqeiOJ3K6p .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tqeiOJ3K6p H6 {
  text-align: center;
}
.cid-tq5gkClSVf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/wwwsss.webp");
}
.cid-tq5gkClSVf .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tq5gkClSVf .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tq5gkClSVf .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tq5gkClSVf .card-wrapper {
    padding: 4rem;
  }
}
.cid-tq5gkClSVf .mbr-text,
.cid-tq5gkClSVf .mbr-section-btn {
  color: #ffffff;
}
.cid-tq5gkClSVf .card-title,
.cid-tq5gkClSVf .card-box {
  text-align: left;
}
.cid-tqeqG312wB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tqeqG312wB .item {
  padding-bottom: 2rem;
}
.cid-tqeqG312wB .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tqeqG312wB .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tqeqG312wB .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 #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tqeqG312wB .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tqeqG312wB .carousel-control,
.cid-tqeqG312wB .close {
  background: #1b1b1b;
}
.cid-tqeqG312wB .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tqeqG312wB .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tqeqG312wB .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tqeqG312wB .carousel-control-next span {
  margin-left: 5px;
}
.cid-tqeqG312wB .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-tqeqG312wB .close::before {
  content: '\e91a';
}
.cid-tqeqG312wB .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tqeqG312wB .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-tqeqG312wB .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tqeqG312wB .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tqeqG312wB .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tqeqG312wB .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tqeqG312wB .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-tqeqG312wB .carousel-indicators li.active,
.cid-tqeqG312wB .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tqeqG312wB .carousel-indicators li::after,
.cid-tqeqG312wB .carousel-indicators li::before {
  content: none;
}
.cid-tqeqG312wB .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tqeqG312wB .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tqeqG312wB .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tqeqG312wB .carousel-indicators {
    display: none;
  }
}
.cid-tqeqG312wB .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tqeqG312wB .carousel-inner > .active {
  display: block;
}
.cid-tqeqG312wB .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tqeqG312wB .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tqeqG312wB .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tqeqG312wB .carousel-control,
  .cid-tqeqG312wB .carousel-indicators,
  .cid-tqeqG312wB .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tqeqG312wB .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tqeqG312wB .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tqeqG312wB .carousel-indicators .active,
.cid-tqeqG312wB .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tqeqG312wB .carousel-indicators .active {
  background: #fff;
}
.cid-tqeqG312wB .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tqeqG312wB .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tqeqG312wB .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tqeqG312wB .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tqeqG312wB .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tqeqG312wB .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tqeqG312wB .carousel {
  width: 100%;
}
.cid-tqeqG312wB .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tqeqG312wB .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tqeqG312wB .modal.fade .modal-dialog,
.cid-tqeqG312wB .modal.in .modal-dialog {
  transform: none;
}
.cid-tqeqG312wB .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tqeqG312wB H6 {
  text-align: center;
}
.cid-tqeqICNgIE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tjODMkTVaw .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tjODMkTVaw .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tjODMkTVaw .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tjODMkTVaw .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tjODMkTVaw .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tjODMkTVaw .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tjODMkTVaw .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tjODMkTVaw .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .mbr-text {
  color: #232323;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: relative !important;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: absolute !important;
}
.cid-t3EAxZyPJb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t3EAxZyPJb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t3EAxZyPJb .dropdown-item:hover,
.cid-t3EAxZyPJb .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-t3EAxZyPJb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t3EAxZyPJb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t3EAxZyPJb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t3EAxZyPJb .nav-link {
  position: relative;
}
.cid-t3EAxZyPJb .container {
  display: flex;
  margin: auto;
}
.cid-t3EAxZyPJb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown-menu,
.cid-t3EAxZyPJb .navbar.opened {
  background: #bbbbbb !important;
}
.cid-t3EAxZyPJb .nav-item:focus,
.cid-t3EAxZyPJb .nav-link:focus {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t3EAxZyPJb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t3EAxZyPJb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(187, 187, 187, 0.2);
}
.cid-t3EAxZyPJb .navbar.opened {
  transition: all 0.3s;
}
.cid-t3EAxZyPJb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t3EAxZyPJb .navbar .navbar-logo img {
  width: auto;
}
.cid-t3EAxZyPJb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar.collapsed {
  justify-content: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t3EAxZyPJb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t3EAxZyPJb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t3EAxZyPJb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t3EAxZyPJb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t3EAxZyPJb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t3EAxZyPJb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t3EAxZyPJb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t3EAxZyPJb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t3EAxZyPJb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t3EAxZyPJb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t3EAxZyPJb .navbar.navbar-short {
  min-height: 60px;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t3EAxZyPJb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown-item.active,
.cid-t3EAxZyPJb .dropdown-item:active {
  background-color: transparent;
}
.cid-t3EAxZyPJb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t3EAxZyPJb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t3EAxZyPJb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t3EAxZyPJb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t3EAxZyPJb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t3EAxZyPJb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t3EAxZyPJb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t3EAxZyPJb .navbar {
    height: 70px;
  }
  .cid-t3EAxZyPJb .navbar.opened {
    height: auto;
  }
  .cid-t3EAxZyPJb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqeyDQmSWf {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tqeyDQmSWf .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tqeyhJHRCz {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/vs17.webp");
}
.cid-tqeyhJHRCz .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tqeyhJHRCz .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tqeyhJHRCz .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tqeyhJHRCz .card-wrapper {
    padding: 4rem;
  }
}
.cid-tqeyhJHRCz .card-title {
  text-align: left;
}
.cid-tqeyhJHRCz .mbr-text,
.cid-tqeyhJHRCz .mbr-section-btn {
  text-align: left;
}
.cid-tqeBOS6TDg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tqeBOS6TDg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tqeBOS6TDg .row {
  flex-direction: row-reverse;
}
.cid-tqeBOS6TDg img {
  width: 100%;
}
.cid-tuoy1iraLL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tuoy1iraLL .item {
  padding-bottom: 2rem;
}
.cid-tuoy1iraLL .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tuoy1iraLL .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tuoy1iraLL .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 #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tuoy1iraLL .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tuoy1iraLL .carousel-control,
.cid-tuoy1iraLL .close {
  background: #1b1b1b;
}
.cid-tuoy1iraLL .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tuoy1iraLL .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tuoy1iraLL .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tuoy1iraLL .carousel-control-next span {
  margin-left: 5px;
}
.cid-tuoy1iraLL .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-tuoy1iraLL .close::before {
  content: '\e91a';
}
.cid-tuoy1iraLL .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tuoy1iraLL .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-tuoy1iraLL .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tuoy1iraLL .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tuoy1iraLL .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tuoy1iraLL .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tuoy1iraLL .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-tuoy1iraLL .carousel-indicators li.active,
.cid-tuoy1iraLL .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tuoy1iraLL .carousel-indicators li::after,
.cid-tuoy1iraLL .carousel-indicators li::before {
  content: none;
}
.cid-tuoy1iraLL .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tuoy1iraLL .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tuoy1iraLL .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tuoy1iraLL .carousel-indicators {
    display: none;
  }
}
.cid-tuoy1iraLL .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tuoy1iraLL .carousel-inner > .active {
  display: block;
}
.cid-tuoy1iraLL .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tuoy1iraLL .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tuoy1iraLL .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tuoy1iraLL .carousel-control,
  .cid-tuoy1iraLL .carousel-indicators,
  .cid-tuoy1iraLL .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tuoy1iraLL .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tuoy1iraLL .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tuoy1iraLL .carousel-indicators .active,
.cid-tuoy1iraLL .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tuoy1iraLL .carousel-indicators .active {
  background: #fff;
}
.cid-tuoy1iraLL .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tuoy1iraLL .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tuoy1iraLL .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tuoy1iraLL .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tuoy1iraLL .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tuoy1iraLL .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tuoy1iraLL .carousel {
  width: 100%;
}
.cid-tuoy1iraLL .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tuoy1iraLL .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tuoy1iraLL .modal.fade .modal-dialog,
.cid-tuoy1iraLL .modal.in .modal-dialog {
  transform: none;
}
.cid-tuoy1iraLL .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tuoy1iraLL H6 {
  text-align: center;
}
.cid-tqezS2hN52 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tjODMkTVaw .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tjODMkTVaw .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tjODMkTVaw .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tjODMkTVaw .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tjODMkTVaw .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tjODMkTVaw .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tjODMkTVaw .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tjODMkTVaw .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .mbr-text {
  color: #232323;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: relative !important;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: absolute !important;
}
.cid-t3EAxZyPJb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t3EAxZyPJb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t3EAxZyPJb .dropdown-item:hover,
.cid-t3EAxZyPJb .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-t3EAxZyPJb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t3EAxZyPJb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t3EAxZyPJb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t3EAxZyPJb .nav-link {
  position: relative;
}
.cid-t3EAxZyPJb .container {
  display: flex;
  margin: auto;
}
.cid-t3EAxZyPJb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown-menu,
.cid-t3EAxZyPJb .navbar.opened {
  background: #bbbbbb !important;
}
.cid-t3EAxZyPJb .nav-item:focus,
.cid-t3EAxZyPJb .nav-link:focus {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t3EAxZyPJb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t3EAxZyPJb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(187, 187, 187, 0.2);
}
.cid-t3EAxZyPJb .navbar.opened {
  transition: all 0.3s;
}
.cid-t3EAxZyPJb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t3EAxZyPJb .navbar .navbar-logo img {
  width: auto;
}
.cid-t3EAxZyPJb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar.collapsed {
  justify-content: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t3EAxZyPJb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t3EAxZyPJb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t3EAxZyPJb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t3EAxZyPJb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t3EAxZyPJb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t3EAxZyPJb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t3EAxZyPJb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t3EAxZyPJb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t3EAxZyPJb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t3EAxZyPJb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t3EAxZyPJb .navbar.navbar-short {
  min-height: 60px;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t3EAxZyPJb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown-item.active,
.cid-t3EAxZyPJb .dropdown-item:active {
  background-color: transparent;
}
.cid-t3EAxZyPJb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t3EAxZyPJb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t3EAxZyPJb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t3EAxZyPJb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t3EAxZyPJb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t3EAxZyPJb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t3EAxZyPJb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t3EAxZyPJb .navbar {
    height: 70px;
  }
  .cid-t3EAxZyPJb .navbar.opened {
    height: auto;
  }
  .cid-t3EAxZyPJb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqgbu4iULp {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tqgbu4iULp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tqgbu4iULp .row {
  flex-direction: row-reverse;
}
.cid-tqgbu4iULp img {
  width: 100%;
}
.cid-tqgbwADKDT {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #dbe4e9;
}
.cid-tqgbxbZeKg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-tqgbCZoHHQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #dbe4e9;
}
.cid-tqgbI5w7XH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tjODMkTVaw .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tjODMkTVaw .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tjODMkTVaw .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tjODMkTVaw .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tjODMkTVaw .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tjODMkTVaw .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tjODMkTVaw .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tjODMkTVaw .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .mbr-text {
  color: #232323;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: relative !important;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: absolute !important;
}
.cid-t3EAxZyPJb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t3EAxZyPJb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t3EAxZyPJb .dropdown-item:hover,
.cid-t3EAxZyPJb .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-t3EAxZyPJb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t3EAxZyPJb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t3EAxZyPJb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t3EAxZyPJb .nav-link {
  position: relative;
}
.cid-t3EAxZyPJb .container {
  display: flex;
  margin: auto;
}
.cid-t3EAxZyPJb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown-menu,
.cid-t3EAxZyPJb .navbar.opened {
  background: #bbbbbb !important;
}
.cid-t3EAxZyPJb .nav-item:focus,
.cid-t3EAxZyPJb .nav-link:focus {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t3EAxZyPJb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t3EAxZyPJb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(187, 187, 187, 0.2);
}
.cid-t3EAxZyPJb .navbar.opened {
  transition: all 0.3s;
}
.cid-t3EAxZyPJb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t3EAxZyPJb .navbar .navbar-logo img {
  width: auto;
}
.cid-t3EAxZyPJb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar.collapsed {
  justify-content: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t3EAxZyPJb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t3EAxZyPJb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t3EAxZyPJb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t3EAxZyPJb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t3EAxZyPJb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t3EAxZyPJb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t3EAxZyPJb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t3EAxZyPJb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t3EAxZyPJb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t3EAxZyPJb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t3EAxZyPJb .navbar.navbar-short {
  min-height: 60px;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t3EAxZyPJb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown-item.active,
.cid-t3EAxZyPJb .dropdown-item:active {
  background-color: transparent;
}
.cid-t3EAxZyPJb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t3EAxZyPJb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t3EAxZyPJb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t3EAxZyPJb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t3EAxZyPJb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t3EAxZyPJb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t3EAxZyPJb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t3EAxZyPJb .navbar {
    height: 70px;
  }
  .cid-t3EAxZyPJb .navbar.opened {
    height: auto;
  }
  .cid-t3EAxZyPJb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqgMN1ZQfE {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tqgMN1ZQfE .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tqgMN1ZQfE .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tqgMN1ZQfE .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tqgMN1ZQfE .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tqgMN1ZQfE .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tqgMN1ZQfE .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tqgMN1ZQfE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tqgMN1ZQfE .card-title DIV {
  text-align: left;
}
.cid-tqgMQNVUix {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tqgMRBASom {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tjODMkTVaw .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tjODMkTVaw .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tjODMkTVaw .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tjODMkTVaw .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tjODMkTVaw .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tjODMkTVaw .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tjODMkTVaw .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tjODMkTVaw .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .mbr-text {
  color: #232323;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: relative !important;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: absolute !important;
}
.cid-t3EAxZyPJb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t3EAxZyPJb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t3EAxZyPJb .dropdown-item:hover,
.cid-t3EAxZyPJb .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-t3EAxZyPJb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t3EAxZyPJb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t3EAxZyPJb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t3EAxZyPJb .nav-link {
  position: relative;
}
.cid-t3EAxZyPJb .container {
  display: flex;
  margin: auto;
}
.cid-t3EAxZyPJb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown-menu,
.cid-t3EAxZyPJb .navbar.opened {
  background: #bbbbbb !important;
}
.cid-t3EAxZyPJb .nav-item:focus,
.cid-t3EAxZyPJb .nav-link:focus {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t3EAxZyPJb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t3EAxZyPJb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(187, 187, 187, 0.2);
}
.cid-t3EAxZyPJb .navbar.opened {
  transition: all 0.3s;
}
.cid-t3EAxZyPJb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t3EAxZyPJb .navbar .navbar-logo img {
  width: auto;
}
.cid-t3EAxZyPJb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar.collapsed {
  justify-content: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t3EAxZyPJb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t3EAxZyPJb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t3EAxZyPJb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t3EAxZyPJb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t3EAxZyPJb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t3EAxZyPJb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t3EAxZyPJb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t3EAxZyPJb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t3EAxZyPJb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t3EAxZyPJb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t3EAxZyPJb .navbar.navbar-short {
  min-height: 60px;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t3EAxZyPJb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown-item.active,
.cid-t3EAxZyPJb .dropdown-item:active {
  background-color: transparent;
}
.cid-t3EAxZyPJb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t3EAxZyPJb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t3EAxZyPJb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t3EAxZyPJb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t3EAxZyPJb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t3EAxZyPJb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t3EAxZyPJb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t3EAxZyPJb .navbar {
    height: 70px;
  }
  .cid-t3EAxZyPJb .navbar.opened {
    height: auto;
  }
  .cid-t3EAxZyPJb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqgXb7ip9x {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tqgXb7ip9x .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tqgXgpRlne {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tqgYa4dBLI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tqgYa4dBLI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tqgYa4dBLI .row {
  flex-direction: row-reverse;
}
.cid-tqgYa4dBLI img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tqgYa4dBLI .text-wrapper {
    padding: 2rem;
  }
}
.cid-tqgXjMqLXy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tqgXjMqLXy .item {
  padding-bottom: 2rem;
}
.cid-tqgXjMqLXy .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tqgXjMqLXy .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tqgXjMqLXy .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 #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tqgXjMqLXy .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tqgXjMqLXy .carousel-control,
.cid-tqgXjMqLXy .close {
  background: #1b1b1b;
}
.cid-tqgXjMqLXy .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tqgXjMqLXy .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tqgXjMqLXy .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tqgXjMqLXy .carousel-control-next span {
  margin-left: 5px;
}
.cid-tqgXjMqLXy .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-tqgXjMqLXy .close::before {
  content: '\e91a';
}
.cid-tqgXjMqLXy .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tqgXjMqLXy .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-tqgXjMqLXy .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tqgXjMqLXy .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tqgXjMqLXy .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tqgXjMqLXy .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tqgXjMqLXy .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-tqgXjMqLXy .carousel-indicators li.active,
.cid-tqgXjMqLXy .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tqgXjMqLXy .carousel-indicators li::after,
.cid-tqgXjMqLXy .carousel-indicators li::before {
  content: none;
}
.cid-tqgXjMqLXy .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tqgXjMqLXy .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tqgXjMqLXy .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tqgXjMqLXy .carousel-indicators {
    display: none;
  }
}
.cid-tqgXjMqLXy .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tqgXjMqLXy .carousel-inner > .active {
  display: block;
}
.cid-tqgXjMqLXy .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tqgXjMqLXy .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tqgXjMqLXy .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tqgXjMqLXy .carousel-control,
  .cid-tqgXjMqLXy .carousel-indicators,
  .cid-tqgXjMqLXy .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tqgXjMqLXy .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tqgXjMqLXy .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tqgXjMqLXy .carousel-indicators .active,
.cid-tqgXjMqLXy .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tqgXjMqLXy .carousel-indicators .active {
  background: #fff;
}
.cid-tqgXjMqLXy .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tqgXjMqLXy .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tqgXjMqLXy .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tqgXjMqLXy .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tqgXjMqLXy .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tqgXjMqLXy .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tqgXjMqLXy .carousel {
  width: 100%;
}
.cid-tqgXjMqLXy .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tqgXjMqLXy .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tqgXjMqLXy .modal.fade .modal-dialog,
.cid-tqgXjMqLXy .modal.in .modal-dialog {
  transform: none;
}
.cid-tqgXjMqLXy .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tqgXjMqLXy H6 {
  text-align: center;
}
.cid-tqgXngRC1O {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tqgXngRC1O .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tqgXngRC1O .row {
  flex-direction: row-reverse;
}
.cid-tqgXngRC1O img {
  width: 100%;
}
.cid-tqgXp0tb4W {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tjODMkTVaw .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tjODMkTVaw .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tjODMkTVaw .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tjODMkTVaw .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tjODMkTVaw .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tjODMkTVaw .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tjODMkTVaw .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tjODMkTVaw .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .mbr-text {
  color: #232323;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: relative !important;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: absolute !important;
}
.cid-t3EAxZyPJb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t3EAxZyPJb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t3EAxZyPJb .dropdown-item:hover,
.cid-t3EAxZyPJb .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-t3EAxZyPJb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t3EAxZyPJb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t3EAxZyPJb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t3EAxZyPJb .nav-link {
  position: relative;
}
.cid-t3EAxZyPJb .container {
  display: flex;
  margin: auto;
}
.cid-t3EAxZyPJb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown-menu,
.cid-t3EAxZyPJb .navbar.opened {
  background: #bbbbbb !important;
}
.cid-t3EAxZyPJb .nav-item:focus,
.cid-t3EAxZyPJb .nav-link:focus {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t3EAxZyPJb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t3EAxZyPJb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(187, 187, 187, 0.2);
}
.cid-t3EAxZyPJb .navbar.opened {
  transition: all 0.3s;
}
.cid-t3EAxZyPJb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t3EAxZyPJb .navbar .navbar-logo img {
  width: auto;
}
.cid-t3EAxZyPJb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar.collapsed {
  justify-content: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t3EAxZyPJb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t3EAxZyPJb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t3EAxZyPJb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t3EAxZyPJb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t3EAxZyPJb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t3EAxZyPJb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t3EAxZyPJb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t3EAxZyPJb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t3EAxZyPJb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t3EAxZyPJb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t3EAxZyPJb .navbar.navbar-short {
  min-height: 60px;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t3EAxZyPJb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown-item.active,
.cid-t3EAxZyPJb .dropdown-item:active {
  background-color: transparent;
}
.cid-t3EAxZyPJb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t3EAxZyPJb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t3EAxZyPJb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t3EAxZyPJb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t3EAxZyPJb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t3EAxZyPJb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t3EAxZyPJb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t3EAxZyPJb .navbar {
    height: 70px;
  }
  .cid-t3EAxZyPJb .navbar.opened {
    height: auto;
  }
  .cid-t3EAxZyPJb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqhsinxzRo {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tqhsinxzRo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tqhsinxzRo .row {
  flex-direction: row-reverse;
}
.cid-tqhsinxzRo img {
  width: 100%;
}
.cid-tqhtSje8tL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tjODMkTVaw .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tjODMkTVaw .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tjODMkTVaw .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tjODMkTVaw .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tjODMkTVaw .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tjODMkTVaw .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tjODMkTVaw .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tjODMkTVaw .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .mbr-text {
  color: #232323;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: relative !important;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: absolute !important;
}
.cid-t3EAxZyPJb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t3EAxZyPJb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t3EAxZyPJb .dropdown-item:hover,
.cid-t3EAxZyPJb .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-t3EAxZyPJb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t3EAxZyPJb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t3EAxZyPJb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t3EAxZyPJb .nav-link {
  position: relative;
}
.cid-t3EAxZyPJb .container {
  display: flex;
  margin: auto;
}
.cid-t3EAxZyPJb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown-menu,
.cid-t3EAxZyPJb .navbar.opened {
  background: #bbbbbb !important;
}
.cid-t3EAxZyPJb .nav-item:focus,
.cid-t3EAxZyPJb .nav-link:focus {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t3EAxZyPJb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t3EAxZyPJb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(187, 187, 187, 0.2);
}
.cid-t3EAxZyPJb .navbar.opened {
  transition: all 0.3s;
}
.cid-t3EAxZyPJb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t3EAxZyPJb .navbar .navbar-logo img {
  width: auto;
}
.cid-t3EAxZyPJb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar.collapsed {
  justify-content: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t3EAxZyPJb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t3EAxZyPJb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t3EAxZyPJb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t3EAxZyPJb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t3EAxZyPJb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t3EAxZyPJb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t3EAxZyPJb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t3EAxZyPJb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t3EAxZyPJb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t3EAxZyPJb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t3EAxZyPJb .navbar.navbar-short {
  min-height: 60px;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t3EAxZyPJb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown-item.active,
.cid-t3EAxZyPJb .dropdown-item:active {
  background-color: transparent;
}
.cid-t3EAxZyPJb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t3EAxZyPJb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t3EAxZyPJb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t3EAxZyPJb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t3EAxZyPJb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t3EAxZyPJb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t3EAxZyPJb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t3EAxZyPJb .navbar {
    height: 70px;
  }
  .cid-t3EAxZyPJb .navbar.opened {
    height: auto;
  }
  .cid-t3EAxZyPJb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-twGba7B4W1 {
  background-image: url("../../../assets/images/turtsiya3-min-1024x626.jpg");
}
.cid-twGba7B4W1 .mbr-section-title {
  text-align: left;
}
.cid-twGba7B4W1 .mbr-text,
.cid-twGba7B4W1 .mbr-section-btn {
  text-align: left;
}
.cid-twGblbVr9p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tjODMkTVaw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tjODMkTVaw .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tjODMkTVaw .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tjODMkTVaw .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tjODMkTVaw .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tjODMkTVaw .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tjODMkTVaw .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tjODMkTVaw .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tjODMkTVaw .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .mbr-text {
  color: #232323;
}
.cid-tAgfmZFnqm {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/school-background-1920x1200.jpg");
}
.cid-tAgfmZFnqm .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tAgfmZFnqm .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tAgfmZFnqm .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tAgfmZFnqm .card-wrapper {
    padding: 4rem;
  }
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: relative !important;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  position: absolute !important;
}
.cid-t3EAxZyPJb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t3EAxZyPJb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t3EAxZyPJb .dropdown-item:hover,
.cid-t3EAxZyPJb .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-t3EAxZyPJb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t3EAxZyPJb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t3EAxZyPJb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t3EAxZyPJb .nav-link {
  position: relative;
}
.cid-t3EAxZyPJb .container {
  display: flex;
  margin: auto;
}
.cid-t3EAxZyPJb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown-menu,
.cid-t3EAxZyPJb .navbar.opened {
  background: #bbbbbb !important;
}
.cid-t3EAxZyPJb .nav-item:focus,
.cid-t3EAxZyPJb .nav-link:focus {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t3EAxZyPJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3EAxZyPJb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t3EAxZyPJb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t3EAxZyPJb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(187, 187, 187, 0.2);
}
.cid-t3EAxZyPJb .navbar.opened {
  transition: all 0.3s;
}
.cid-t3EAxZyPJb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t3EAxZyPJb .navbar .navbar-logo img {
  width: auto;
}
.cid-t3EAxZyPJb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar.collapsed {
  justify-content: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t3EAxZyPJb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t3EAxZyPJb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t3EAxZyPJb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t3EAxZyPJb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t3EAxZyPJb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t3EAxZyPJb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t3EAxZyPJb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t3EAxZyPJb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t3EAxZyPJb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t3EAxZyPJb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t3EAxZyPJb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t3EAxZyPJb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t3EAxZyPJb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t3EAxZyPJb .navbar.navbar-short {
  min-height: 60px;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t3EAxZyPJb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t3EAxZyPJb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t3EAxZyPJb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t3EAxZyPJb .dropdown-item.active,
.cid-t3EAxZyPJb .dropdown-item:active {
  background-color: transparent;
}
.cid-t3EAxZyPJb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t3EAxZyPJb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-t3EAxZyPJb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t3EAxZyPJb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t3EAxZyPJb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t3EAxZyPJb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t3EAxZyPJb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3EAxZyPJb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t3EAxZyPJb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3EAxZyPJb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t3EAxZyPJb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t3EAxZyPJb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t3EAxZyPJb .navbar {
    height: 70px;
  }
  .cid-t3EAxZyPJb .navbar.opened {
    height: auto;
  }
  .cid-t3EAxZyPJb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tjODMkTVaw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dbe4e9;
}
.cid-tjODMkTVaw .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tjODMkTVaw .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tjODMkTVaw .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tjODMkTVaw .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tjODMkTVaw .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tjODMkTVaw .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tjODMkTVaw .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tjODMkTVaw .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tjODMkTVaw .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tjODMkTVaw .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tjODMkTVaw .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tjODMkTVaw .media-container-row .mbr-text {
  color: #232323;
}
