<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 3.6rem;
  line-height: 1.1;
}
.display-1 &gt; .mbr-iconfont {
  font-size: 4.5rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 2.4rem;
  line-height: 1.1;
}
.display-2 &gt; .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 &gt; .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 &gt; .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 &gt; .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 2.88rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.52rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.91rem + (3.6 - 1.91) * ((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.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* 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: #b80000 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #b80000 !important;
  border-color: #b80000 !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: #610000 !important;
  border-color: #610000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #610000 !important;
  border-color: #610000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #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: #b80000;
  color: #b80000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #610000 !important;
  background-color: transparent!important;
  border-color: #610000 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #b80000 !important;
  border-color: #b80000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #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: #b80000 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !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: #520000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #b80000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #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: #b80000;
  border-color: #b80000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #b80000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ff3939;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control &gt; .mbr-iconfont {
  font-size: 1rem;
}
.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: #b80000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder &gt; .mbr-iconfont {
  font-size: 1rem;
}
blockquote {
  border-color: #b80000;
}
/* 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: #b80000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #b80000;
}
.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: #b80000;
  border-bottom-color: #b80000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box &gt; div &gt; div.xdsoft_current {
  color: #ffffff !important;
  background-color: #b80000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box &gt; div &gt; div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23b80000' %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-sFCw1qGFAI .navbar-dropdown {
  position: relative !important;
}
.cid-sFCw1qGFAI .navbar-dropdown {
  position: absolute !important;
}
.cid-sFCw1qGFAI .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-sFCw1qGFAI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFCw1qGFAI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFCw1qGFAI .dropdown-item:hover,
.cid-sFCw1qGFAI .dropdown-item:focus {
  background: #b80000 !important;
  color: white !important;
}
.cid-sFCw1qGFAI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFCw1qGFAI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFCw1qGFAI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFCw1qGFAI .nav-link {
  position: relative;
}
.cid-sFCw1qGFAI .container {
  display: flex;
  margin: auto;
}
.cid-sFCw1qGFAI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown-menu,
.cid-sFCw1qGFAI .navbar.opened {
  background: #40b0bf !important;
}
.cid-sFCw1qGFAI .nav-item:focus,
.cid-sFCw1qGFAI .nav-link:focus {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFCw1qGFAI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFCw1qGFAI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #40b0bf;
}
.cid-sFCw1qGFAI .navbar.opened {
  transition: all 0.3s;
}
.cid-sFCw1qGFAI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFCw1qGFAI .navbar .navbar-logo img {
  width: auto;
}
.cid-sFCw1qGFAI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar.collapsed {
  justify-content: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFCw1qGFAI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFCw1qGFAI .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-sFCw1qGFAI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFCw1qGFAI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFCw1qGFAI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFCw1qGFAI .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-sFCw1qGFAI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFCw1qGFAI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFCw1qGFAI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFCw1qGFAI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFCw1qGFAI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFCw1qGFAI .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFCw1qGFAI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown-item.active,
.cid-sFCw1qGFAI .dropdown-item:active {
  background-color: transparent;
}
.cid-sFCw1qGFAI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #40b0bf;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFCw1qGFAI .navbar .dropdown.open &gt; .dropdown-menu {
  display: block;
}
.cid-sFCw1qGFAI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFCw1qGFAI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFCw1qGFAI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sFCw1qGFAI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFCw1qGFAI .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-sFCw1qGFAI .navbar {
    height: 70px;
  }
  .cid-sFCw1qGFAI .navbar.opened {
    height: auto;
  }
  .cid-sFCw1qGFAI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqAygf6O0C {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uqAygf6O0C .carousel {
    min-height: 800px;
  }
  .cid-uqAygf6O0C .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uqAygf6O0C .carousel {
    min-height: 520px;
  }
  .cid-uqAygf6O0C .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uqAygf6O0C .carousel {
    min-height: 440px;
  }
  .cid-uqAygf6O0C .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-uqAygf6O0C .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uqAygf6O0C .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uqAygf6O0C .carousel,
.cid-uqAygf6O0C .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uqAygf6O0C .item-wrapper {
  width: 100%;
}
.cid-uqAygf6O0C .carousel-caption {
  bottom: 40px;
}
.cid-uqAygf6O0C .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uqAygf6O0C .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uqAygf6O0C .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uqAygf6O0C .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uqAygf6O0C .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-uqAygf6O0C .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uqAygf6O0C .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uqAygf6O0C .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uqAygf6O0C .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uqAygf6O0C .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-uqAygf6O0C .carousel-indicators li.active,
.cid-uqAygf6O0C .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uqAygf6O0C .carousel-indicators li::after,
.cid-uqAygf6O0C .carousel-indicators li::before {
  content: none;
}
.cid-uqAygf6O0C .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uqAygf6O0C .carousel-indicators {
    display: none !important;
  }
}
.cid-urf2WsMuOA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urf2WsMuOA img,
.cid-urf2WsMuOA .item-img {
  width: 100%;
}
.cid-urf2WsMuOA .item:focus,
.cid-urf2WsMuOA span:focus {
  outline: none;
}
.cid-urf2WsMuOA .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-urf2WsMuOA .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-urf2WsMuOA .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-urf2WsMuOA .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-urf2WsMuOA .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-urf2WsMuOA .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-urf2WsMuOA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-urf2WsMuOA .mbr-section-title {
  color: #232323;
}
.cid-urf2WsMuOA .mbr-text,
.cid-urf2WsMuOA .mbr-section-btn {
  text-align: left;
}
.cid-urf2WsMuOA .item-title {
  text-align: left;
}
.cid-urf2WsMuOA .item-subtitle {
  text-align: left;
}
.cid-urff77dCtc {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-urff77dCtc .mbr-fallback-image.disabled {
  display: none;
}
.cid-urff77dCtc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urff77dCtc .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-urff77dCtc .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-urff77dCtc .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #b80000;
}
.cid-urff77dCtc .panel-body,
.cid-urff77dCtc .card-header {
  padding: 1rem 0;
}
.cid-urff77dCtc .panel-title-edit {
  color: #000000;
}
.cid-sFCygHrmNf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-sFCygHrmNf .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sFCygHrmNf .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sFCygHrmNf .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sFCygHrmNf .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sFCygHrmNf .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sFCygHrmNf .row .foot-menu li p {
  margin: 0;
}
.cid-sFCygHrmNf .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sFCygHrmNf .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sFCygHrmNf .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sFCygHrmNf .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sFCygHrmNf .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sFCygHrmNf .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sFCygHrmNf .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sFCygHrmNf .row .row-copirayt p {
  width: 100%;
}
.cid-urfkYPfnNk .navbar-dropdown {
  position: relative !important;
}
.cid-urfkYPfnNk .navbar-dropdown {
  position: absolute !important;
}
.cid-urfkYPfnNk .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-urfkYPfnNk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-urfkYPfnNk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-urfkYPfnNk .dropdown-item:hover,
.cid-urfkYPfnNk .dropdown-item:focus {
  background: #b80000 !important;
  color: white !important;
}
.cid-urfkYPfnNk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-urfkYPfnNk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-urfkYPfnNk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-urfkYPfnNk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-urfkYPfnNk .nav-link {
  position: relative;
}
.cid-urfkYPfnNk .container {
  display: flex;
  margin: auto;
}
.cid-urfkYPfnNk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-urfkYPfnNk .dropdown-menu,
.cid-urfkYPfnNk .navbar.opened {
  background: #40b0bf !important;
}
.cid-urfkYPfnNk .nav-item:focus,
.cid-urfkYPfnNk .nav-link:focus {
  outline: none;
}
.cid-urfkYPfnNk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-urfkYPfnNk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-urfkYPfnNk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-urfkYPfnNk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-urfkYPfnNk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-urfkYPfnNk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-urfkYPfnNk .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #40b0bf;
}
.cid-urfkYPfnNk .navbar.opened {
  transition: all 0.3s;
}
.cid-urfkYPfnNk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-urfkYPfnNk .navbar .navbar-logo img {
  width: auto;
}
.cid-urfkYPfnNk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-urfkYPfnNk .navbar.collapsed {
  justify-content: center;
}
.cid-urfkYPfnNk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-urfkYPfnNk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-urfkYPfnNk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-urfkYPfnNk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-urfkYPfnNk .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-urfkYPfnNk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-urfkYPfnNk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-urfkYPfnNk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-urfkYPfnNk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-urfkYPfnNk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-urfkYPfnNk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-urfkYPfnNk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-urfkYPfnNk .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-urfkYPfnNk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-urfkYPfnNk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-urfkYPfnNk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-urfkYPfnNk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-urfkYPfnNk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-urfkYPfnNk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-urfkYPfnNk .navbar.navbar-short {
  min-height: 60px;
}
.cid-urfkYPfnNk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-urfkYPfnNk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-urfkYPfnNk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-urfkYPfnNk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-urfkYPfnNk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-urfkYPfnNk .dropdown-item.active,
.cid-urfkYPfnNk .dropdown-item:active {
  background-color: transparent;
}
.cid-urfkYPfnNk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-urfkYPfnNk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-urfkYPfnNk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-urfkYPfnNk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #40b0bf;
}
.cid-urfkYPfnNk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-urfkYPfnNk .navbar .dropdown.open &gt; .dropdown-menu {
  display: block;
}
.cid-urfkYPfnNk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-urfkYPfnNk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-urfkYPfnNk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-urfkYPfnNk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-urfkYPfnNk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-urfkYPfnNk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urfkYPfnNk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urfkYPfnNk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-urfkYPfnNk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urfkYPfnNk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-urfkYPfnNk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-urfkYPfnNk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urfkYPfnNk .navbar-dropdown {
  padding: 0 1rem;
}
.cid-urfkYPfnNk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-urfkYPfnNk .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-urfkYPfnNk .navbar {
    height: 70px;
  }
  .cid-urfkYPfnNk .navbar.opened {
    height: auto;
  }
  .cid-urfkYPfnNk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urfo1kn5Ec {
  background-image: url("../../../assets/images/size-1920-1080px-a07-1920x1080.png");
}
.cid-urfo1kn5Ec .mbr-fallback-image.disabled {
  display: none;
}
.cid-urfo1kn5Ec .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urfozzzKP7 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urfozzzKP7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urfozzzKP7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urfozzzKP7 .mbr-section-subtitle {
  text-align: left;
}
.cid-urfoRv5Jlf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urfoRv5Jlf .mbr-fallback-image.disabled {
  display: none;
}
.cid-urfoRv5Jlf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urfoRv5Jlf ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-urfoRv5Jlf li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-urfoRv5Jlf ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #b80000;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-urfpBpy5hG {
  background-image: url("../../../assets/images/water-1-2000x783.png");
}
.cid-urfpBpy5hG .mbr-fallback-image.disabled {
  display: none;
}
.cid-urfpBpy5hG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urfr0N3kGS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urfsAArczz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urfsAArczz .mbr-fallback-image.disabled {
  display: none;
}
.cid-urfsAArczz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-urfsAArczz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urfsAArczz img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-urfsAArczz .text-wrapper {
    padding: 2rem;
  }
}
.cid-urftjQ3IfY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urftjQ3IfY .mbr-fallback-image.disabled {
  display: none;
}
.cid-urftjQ3IfY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-urftjQ3IfY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urftjQ3IfY .row {
  flex-direction: row-reverse;
}
.cid-urftjQ3IfY img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-urftjQ3IfY .text-wrapper {
    padding: 2rem;
  }
}
.cid-urfv7jXdgs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urfv7jXdgs .mbr-fallback-image.disabled {
  display: none;
}
.cid-urfv7jXdgs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urfv7jXdgs .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #b80000;
  margin-left: 1rem;
}
.cid-urfv7jXdgs .panel-group {
  border: none;
}
.cid-urfv7jXdgs .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-urfv7jXdgs .panel-body,
.cid-urfv7jXdgs .card-header {
  padding: 1rem 0;
}
.cid-urfv7jXdgs .panel-title-edit {
  color: #000000;
}
.cid-urfv7jXdgs .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-urwlRCW5fg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urwlRCW5fg img,
.cid-urwlRCW5fg .item-img {
  width: 100%;
}
.cid-urwlRCW5fg .item:focus,
.cid-urwlRCW5fg span:focus {
  outline: none;
}
.cid-urwlRCW5fg .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-urwlRCW5fg .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-urwlRCW5fg .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-urwlRCW5fg .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-urwlRCW5fg .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-urwlRCW5fg .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-urwlRCW5fg .mbr-section-btn {
  margin-top: auto !important;
}
.cid-urwlRCW5fg .mbr-section-title {
  color: #232323;
}
.cid-urwlRCW5fg .mbr-text,
.cid-urwlRCW5fg .mbr-section-btn {
  text-align: left;
}
.cid-urwlRCW5fg .item-title {
  text-align: left;
}
.cid-urwlRCW5fg .item-subtitle {
  text-align: left;
}
.cid-urTg88PNSM {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urTg88PNSM img,
.cid-urTg88PNSM .item-img {
  width: 100%;
}
.cid-urTg88PNSM .item:focus,
.cid-urTg88PNSM span:focus {
  outline: none;
}
.cid-urTg88PNSM .item-wrapper {
  position: relative;
}
.cid-urTg88PNSM .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-urTg88PNSM .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-urTg88PNSM .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-urTg88PNSM .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-urTg88PNSM .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-urTg88PNSM .mbr-section-btn {
  margin-top: auto !important;
}
.cid-urTg88PNSM .mbr-section-title {
  color: #232323;
}
.cid-urTg88PNSM .mbr-text,
.cid-urTg88PNSM .mbr-section-btn {
  text-align: left;
}
.cid-urTg88PNSM .item-title {
  text-align: left;
}
.cid-urTg88PNSM .item-subtitle {
  text-align: left;
}
.cid-urTg88PNSM .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-urTg88PNSM .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-urTg88PNSM .embla__button--next,
.cid-urTg88PNSM .embla__button--prev {
  display: flex;
}
.cid-urTg88PNSM .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-urTg88PNSM .embla__button {
    display: none;
  }
}
.cid-urTg88PNSM .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-urTg88PNSM .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-urTg88PNSM .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-urTg88PNSM .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-urTg88PNSM .embla__button {
    top: auto;
  }
}
.cid-urTg88PNSM .embla {
  position: relative;
  width: 100%;
}
.cid-urTg88PNSM .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-urTg88PNSM .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-urTg88PNSM .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-urTg88PNSM .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-urTj5hlJED {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urTj5hlJED .mbr-fallback-image.disabled {
  display: none;
}
.cid-urTj5hlJED .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urTj5hlJED .video-wrapper iframe {
  width: 100%;
}
.cid-urTj5hlJED .mbr-section-title,
.cid-urTj5hlJED .mbr-section-subtitle,
.cid-urTj5hlJED .mbr-text {
  text-align: center;
}
.cid-urTkekPiPg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urTkekPiPg .mbr-fallback-image.disabled {
  display: none;
}
.cid-urTkekPiPg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urTkekPiPg .video-wrapper iframe {
  width: 100%;
}
.cid-urTkekPiPg .mbr-section-title,
.cid-urTkekPiPg .mbr-section-subtitle,
.cid-urTkekPiPg .mbr-text {
  text-align: center;
}
.cid-urTkfwcSSD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urTkfwcSSD .mbr-fallback-image.disabled {
  display: none;
}
.cid-urTkfwcSSD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urTkfwcSSD .video-wrapper iframe {
  width: 100%;
}
.cid-urTkfwcSSD .mbr-section-title,
.cid-urTkfwcSSD .mbr-section-subtitle,
.cid-urTkfwcSSD .mbr-text {
  text-align: center;
}
.cid-urTkgfQfgC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urTkgfQfgC .mbr-fallback-image.disabled {
  display: none;
}
.cid-urTkgfQfgC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urTkgfQfgC .video-wrapper iframe {
  width: 100%;
}
.cid-urTkgfQfgC .mbr-section-title,
.cid-urTkgfQfgC .mbr-section-subtitle,
.cid-urTkgfQfgC .mbr-text {
  text-align: center;
}
.cid-urTkil4skG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urTkil4skG .mbr-fallback-image.disabled {
  display: none;
}
.cid-urTkil4skG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urTkil4skG .video-wrapper iframe {
  width: 100%;
}
.cid-urTkil4skG .mbr-section-title,
.cid-urTkil4skG .mbr-section-subtitle,
.cid-urTkil4skG .mbr-text {
  text-align: center;
}
.cid-urfkYQyr7Q {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-urfkYQyr7Q .row-links {
  width: 100%;
  justify-content: center;
}
.cid-urfkYQyr7Q .social-row {
  width: 100%;
  justify-content: center;
}
.cid-urfkYQyr7Q .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-urfkYQyr7Q .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-urfkYQyr7Q .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-urfkYQyr7Q .row .foot-menu li p {
  margin: 0;
}
.cid-urfkYQyr7Q .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-urfkYQyr7Q .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-urfkYQyr7Q .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-urfkYQyr7Q .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-urfkYQyr7Q .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-urfkYQyr7Q .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-urfkYQyr7Q .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-urfkYQyr7Q .row .row-copirayt p {
  width: 100%;
}
.cid-urTmXwAes9 .navbar-dropdown {
  position: relative !important;
}
.cid-urTmXwAes9 .navbar-dropdown {
  position: absolute !important;
}
.cid-urTmXwAes9 .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-urTmXwAes9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-urTmXwAes9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-urTmXwAes9 .dropdown-item:hover,
.cid-urTmXwAes9 .dropdown-item:focus {
  background: #b80000 !important;
  color: white !important;
}
.cid-urTmXwAes9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-urTmXwAes9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-urTmXwAes9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-urTmXwAes9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-urTmXwAes9 .nav-link {
  position: relative;
}
.cid-urTmXwAes9 .container {
  display: flex;
  margin: auto;
}
.cid-urTmXwAes9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-urTmXwAes9 .dropdown-menu,
.cid-urTmXwAes9 .navbar.opened {
  background: #40b0bf !important;
}
.cid-urTmXwAes9 .nav-item:focus,
.cid-urTmXwAes9 .nav-link:focus {
  outline: none;
}
.cid-urTmXwAes9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-urTmXwAes9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-urTmXwAes9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-urTmXwAes9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-urTmXwAes9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-urTmXwAes9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-urTmXwAes9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #40b0bf;
}
.cid-urTmXwAes9 .navbar.opened {
  transition: all 0.3s;
}
.cid-urTmXwAes9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-urTmXwAes9 .navbar .navbar-logo img {
  width: auto;
}
.cid-urTmXwAes9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-urTmXwAes9 .navbar.collapsed {
  justify-content: center;
}
.cid-urTmXwAes9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-urTmXwAes9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-urTmXwAes9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-urTmXwAes9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-urTmXwAes9 .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-urTmXwAes9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-urTmXwAes9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-urTmXwAes9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-urTmXwAes9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-urTmXwAes9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-urTmXwAes9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-urTmXwAes9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-urTmXwAes9 .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-urTmXwAes9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-urTmXwAes9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-urTmXwAes9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-urTmXwAes9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-urTmXwAes9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-urTmXwAes9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-urTmXwAes9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-urTmXwAes9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-urTmXwAes9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-urTmXwAes9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-urTmXwAes9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-urTmXwAes9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-urTmXwAes9 .dropdown-item.active,
.cid-urTmXwAes9 .dropdown-item:active {
  background-color: transparent;
}
.cid-urTmXwAes9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-urTmXwAes9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-urTmXwAes9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-urTmXwAes9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #40b0bf;
}
.cid-urTmXwAes9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-urTmXwAes9 .navbar .dropdown.open &gt; .dropdown-menu {
  display: block;
}
.cid-urTmXwAes9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-urTmXwAes9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-urTmXwAes9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-urTmXwAes9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-urTmXwAes9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-urTmXwAes9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urTmXwAes9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urTmXwAes9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-urTmXwAes9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urTmXwAes9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-urTmXwAes9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-urTmXwAes9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urTmXwAes9 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-urTmXwAes9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-urTmXwAes9 .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-urTmXwAes9 .navbar {
    height: 70px;
  }
  .cid-urTmXwAes9 .navbar.opened {
    height: auto;
  }
  .cid-urTmXwAes9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urTmXwZJp1 {
  background-image: url("../../../assets/images/fruit-1.png");
}
.cid-urTmXwZJp1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urTmXwZJp1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urTnuudcr7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urTnuudcr7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urTnuudcr7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-urTnuudcr7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urTnuudcr7 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-urTnuudcr7 .text-wrapper {
    padding: 2rem;
  }
}
.cid-urTnwlN0b1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urTnwlN0b1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urTnwlN0b1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-urTnwlN0b1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urTnwlN0b1 .row {
  flex-direction: row-reverse;
}
.cid-urTnwlN0b1 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-urTnwlN0b1 .text-wrapper {
    padding: 2rem;
  }
}
.cid-urTnwUAzlW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urTnwUAzlW .mbr-fallback-image.disabled {
  display: none;
}
.cid-urTnwUAzlW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-urTnwUAzlW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urTnwUAzlW img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-urTnwUAzlW .text-wrapper {
    padding: 2rem;
  }
}
.cid-urTnxCPTkJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urTnxCPTkJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-urTnxCPTkJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-urTnxCPTkJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urTnxCPTkJ .row {
  flex-direction: row-reverse;
}
.cid-urTnxCPTkJ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-urTnxCPTkJ .text-wrapper {
    padding: 2rem;
  }
}
.cid-urTnChlPgl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urTnChlPgl .mbr-fallback-image.disabled {
  display: none;
}
.cid-urTnChlPgl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-urTnChlPgl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urTnChlPgl img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-urTnChlPgl .text-wrapper {
    padding: 2rem;
  }
}
.cid-urTnCUrw8L {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urTnCUrw8L .mbr-fallback-image.disabled {
  display: none;
}
.cid-urTnCUrw8L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-urTnCUrw8L .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urTnCUrw8L .row {
  flex-direction: row-reverse;
}
.cid-urTnCUrw8L img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-urTnCUrw8L .text-wrapper {
    padding: 2rem;
  }
}
.cid-urTmXBz7YB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-urTmXBz7YB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-urTmXBz7YB .social-row {
  width: 100%;
  justify-content: center;
}
.cid-urTmXBz7YB .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-urTmXBz7YB .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-urTmXBz7YB .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-urTmXBz7YB .row .foot-menu li p {
  margin: 0;
}
.cid-urTmXBz7YB .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-urTmXBz7YB .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-urTmXBz7YB .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-urTmXBz7YB .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-urTmXBz7YB .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-urTmXBz7YB .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-urTmXBz7YB .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-urTmXBz7YB .row .row-copirayt p {
  width: 100%;
}
.cid-urTxpxujAD .navbar-dropdown {
  position: relative !important;
}
.cid-urTxpxujAD .navbar-dropdown {
  position: absolute !important;
}
.cid-urTxpxujAD .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-urTxpxujAD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-urTxpxujAD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-urTxpxujAD .dropdown-item:hover,
.cid-urTxpxujAD .dropdown-item:focus {
  background: #b80000 !important;
  color: white !important;
}
.cid-urTxpxujAD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-urTxpxujAD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-urTxpxujAD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-urTxpxujAD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-urTxpxujAD .nav-link {
  position: relative;
}
.cid-urTxpxujAD .container {
  display: flex;
  margin: auto;
}
.cid-urTxpxujAD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-urTxpxujAD .dropdown-menu,
.cid-urTxpxujAD .navbar.opened {
  background: #40b0bf !important;
}
.cid-urTxpxujAD .nav-item:focus,
.cid-urTxpxujAD .nav-link:focus {
  outline: none;
}
.cid-urTxpxujAD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-urTxpxujAD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-urTxpxujAD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-urTxpxujAD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-urTxpxujAD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-urTxpxujAD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-urTxpxujAD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #40b0bf;
}
.cid-urTxpxujAD .navbar.opened {
  transition: all 0.3s;
}
.cid-urTxpxujAD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-urTxpxujAD .navbar .navbar-logo img {
  width: auto;
}
.cid-urTxpxujAD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-urTxpxujAD .navbar.collapsed {
  justify-content: center;
}
.cid-urTxpxujAD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-urTxpxujAD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-urTxpxujAD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-urTxpxujAD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-urTxpxujAD .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-urTxpxujAD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-urTxpxujAD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-urTxpxujAD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-urTxpxujAD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-urTxpxujAD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-urTxpxujAD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-urTxpxujAD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-urTxpxujAD .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-urTxpxujAD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-urTxpxujAD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-urTxpxujAD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-urTxpxujAD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-urTxpxujAD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-urTxpxujAD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-urTxpxujAD .navbar.navbar-short {
  min-height: 60px;
}
.cid-urTxpxujAD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-urTxpxujAD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-urTxpxujAD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-urTxpxujAD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-urTxpxujAD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-urTxpxujAD .dropdown-item.active,
.cid-urTxpxujAD .dropdown-item:active {
  background-color: transparent;
}
.cid-urTxpxujAD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-urTxpxujAD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-urTxpxujAD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-urTxpxujAD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #40b0bf;
}
.cid-urTxpxujAD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-urTxpxujAD .navbar .dropdown.open &gt; .dropdown-menu {
  display: block;
}
.cid-urTxpxujAD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-urTxpxujAD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-urTxpxujAD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-urTxpxujAD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-urTxpxujAD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-urTxpxujAD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urTxpxujAD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urTxpxujAD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-urTxpxujAD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urTxpxujAD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-urTxpxujAD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-urTxpxujAD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urTxpxujAD .navbar-dropdown {
  padding: 0 1rem;
}
.cid-urTxpxujAD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-urTxpxujAD .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-urTxpxujAD .navbar {
    height: 70px;
  }
  .cid-urTxpxujAD .navbar.opened {
    height: auto;
  }
  .cid-urTxpxujAD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urTxpxMQxt {
  background-image: url("../../../assets/images/smg22eh-1900x792.png");
}
.cid-urTxpxMQxt .mbr-fallback-image.disabled {
  display: none;
}
.cid-urTxpxMQxt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urTxpy1wiU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urTxpy1wiU .mbr-fallback-image.disabled {
  display: none;
}
.cid-urTxpy1wiU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urTxpy1wiU .mbr-section-subtitle {
  text-align: center;
}
.cid-urTyomcqDk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urTyomcqDk .mbr-fallback-image.disabled {
  display: none;
}
.cid-urTyomcqDk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-urTyomcqDk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urTyomcqDk .row {
  flex-direction: row-reverse;
}
.cid-urTyomcqDk img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-urTyomcqDk .text-wrapper {
    padding: 2rem;
  }
}
.cid-urTzDl1hmD {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urTzDl1hmD .mbr-fallback-image.disabled {
  display: none;
}
.cid-urTzDl1hmD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urTxpyiFkc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urTxpyiFkc .mbr-fallback-image.disabled {
  display: none;
}
.cid-urTxpyiFkc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urTxpyiFkc ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-urTxpyiFkc li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-urTxpyiFkc ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #b80000;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-urTEH0x0uH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urTEH0x0uH .mbr-fallback-image.disabled {
  display: none;
}
.cid-urTEH0x0uH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urTEH0x0uH .item {
  padding-bottom: 2rem;
}
.cid-urTEH0x0uH .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-urTEH0x0uH .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-urTEH0x0uH .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-urTEH0x0uH .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-urTEH0x0uH .carousel-control,
.cid-urTEH0x0uH .close {
  background: #1b1b1b;
}
.cid-urTEH0x0uH .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-urTEH0x0uH .carousel-control-prev span {
  margin-right: 5px;
}
.cid-urTEH0x0uH .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-urTEH0x0uH .carousel-control-next span {
  margin-left: 5px;
}
.cid-urTEH0x0uH .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-urTEH0x0uH .close::before {
  content: '\e91a';
}
.cid-urTEH0x0uH .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-urTEH0x0uH .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-urTEH0x0uH .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-urTEH0x0uH .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-urTEH0x0uH .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-urTEH0x0uH .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-urTEH0x0uH .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-urTEH0x0uH .carousel-indicators li.active,
.cid-urTEH0x0uH .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-urTEH0x0uH .carousel-indicators li::after,
.cid-urTEH0x0uH .carousel-indicators li::before {
  content: none;
}
.cid-urTEH0x0uH .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-urTEH0x0uH .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-urTEH0x0uH .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-urTEH0x0uH .carousel-indicators {
    display: none;
  }
}
.cid-urTEH0x0uH .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-urTEH0x0uH .carousel-inner &gt; .active {
  display: block;
}
.cid-urTEH0x0uH .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-urTEH0x0uH .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-urTEH0x0uH .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-urTEH0x0uH .carousel-control,
  .cid-urTEH0x0uH .carousel-indicators,
  .cid-urTEH0x0uH .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-urTEH0x0uH .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-urTEH0x0uH .mbr-slider &gt; .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-urTEH0x0uH .carousel-indicators .active,
.cid-urTEH0x0uH .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-urTEH0x0uH .carousel-indicators .active {
  background: #fff;
}
.cid-urTEH0x0uH .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-urTEH0x0uH .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-urTEH0x0uH .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-urTEH0x0uH .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-urTEH0x0uH .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-urTEH0x0uH .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-urTEH0x0uH .carousel {
  width: 100%;
}
.cid-urTEH0x0uH .modal-backdrop.in {
  opacity: 0.8;
}
.cid-urTEH0x0uH .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-urTEH0x0uH .modal.fade .modal-dialog,
.cid-urTEH0x0uH .modal.in .modal-dialog {
  transform: none;
}
.cid-urTEH0x0uH .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-urTEH0x0uH H6 {
  text-align: center;
}
.cid-urTGaSIm8Y {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urTGaSIm8Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-urTGaSIm8Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urTFSdleYu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urTFSdleYu .mbr-fallback-image.disabled {
  display: none;
}
.cid-urTFSdleYu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-urTFSdleYu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urTFSdleYu .row {
  flex-direction: row-reverse;
}
.cid-urTFSdleYu img {
  width: 100%;
}
.cid-urTIGpcayZ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urTIGpcayZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-urTIGpcayZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urTIGpcayZ ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-urTIGpcayZ li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-urTIGpcayZ ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #b80000;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-urTNXbd71S {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urTNXbd71S .mbr-fallback-image.disabled {
  display: none;
}
.cid-urTNXbd71S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urTNXbd71S ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-urTNXbd71S li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-urTNXbd71S ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #b80000;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-urTOIXeUQf {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urTOIXeUQf .mbr-fallback-image.disabled {
  display: none;
}
.cid-urTOIXeUQf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urTOIXeUQf ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-urTOIXeUQf li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-urTOIXeUQf ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #b80000;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-urTKaOXQlJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urTKaOXQlJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-urTKaOXQlJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urTKaOXQlJ .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #b80000;
  margin-left: 1rem;
}
.cid-urTKaOXQlJ .panel-group {
  border: none;
}
.cid-urTKaOXQlJ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-urTKaOXQlJ .panel-body,
.cid-urTKaOXQlJ .card-header {
  padding: 1rem 0;
}
.cid-urTKaOXQlJ .panel-title-edit {
  color: #000000;
}
.cid-urTKaOXQlJ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-urTLRq7Mgi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-urTLRq7Mgi .mbr-fallback-image.disabled {
  display: none;
}
.cid-urTLRq7Mgi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urTLRq7Mgi .mbr-section-subtitle {
  text-align: left;
}
.cid-urTM8UeqD8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urTM8UeqD8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urTM8UeqD8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urTM8UeqD8 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-urTM8UeqD8 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-urTM8UeqD8 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #b80000;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-urTxpBSPQc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-urTxpBSPQc .row-links {
  width: 100%;
  justify-content: center;
}
.cid-urTxpBSPQc .social-row {
  width: 100%;
  justify-content: center;
}
.cid-urTxpBSPQc .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-urTxpBSPQc .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-urTxpBSPQc .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-urTxpBSPQc .row .foot-menu li p {
  margin: 0;
}
.cid-urTxpBSPQc .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-urTxpBSPQc .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-urTxpBSPQc .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-urTxpBSPQc .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-urTxpBSPQc .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-urTxpBSPQc .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-urTxpBSPQc .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-urTxpBSPQc .row .row-copirayt p {
  width: 100%;
}
.cid-urTQhtYdV7 .navbar-dropdown {
  position: relative !important;
}
.cid-urTQhtYdV7 .navbar-dropdown {
  position: absolute !important;
}
.cid-urTQhtYdV7 .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-urTQhtYdV7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-urTQhtYdV7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-urTQhtYdV7 .dropdown-item:hover,
.cid-urTQhtYdV7 .dropdown-item:focus {
  background: #b80000 !important;
  color: white !important;
}
.cid-urTQhtYdV7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-urTQhtYdV7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-urTQhtYdV7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-urTQhtYdV7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-urTQhtYdV7 .nav-link {
  position: relative;
}
.cid-urTQhtYdV7 .container {
  display: flex;
  margin: auto;
}
.cid-urTQhtYdV7 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-urTQhtYdV7 .dropdown-menu,
.cid-urTQhtYdV7 .navbar.opened {
  background: #40b0bf !important;
}
.cid-urTQhtYdV7 .nav-item:focus,
.cid-urTQhtYdV7 .nav-link:focus {
  outline: none;
}
.cid-urTQhtYdV7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-urTQhtYdV7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-urTQhtYdV7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-urTQhtYdV7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-urTQhtYdV7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-urTQhtYdV7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-urTQhtYdV7 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #40b0bf;
}
.cid-urTQhtYdV7 .navbar.opened {
  transition: all 0.3s;
}
.cid-urTQhtYdV7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-urTQhtYdV7 .navbar .navbar-logo img {
  width: auto;
}
.cid-urTQhtYdV7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-urTQhtYdV7 .navbar.collapsed {
  justify-content: center;
}
.cid-urTQhtYdV7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-urTQhtYdV7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-urTQhtYdV7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-urTQhtYdV7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-urTQhtYdV7 .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-urTQhtYdV7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-urTQhtYdV7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-urTQhtYdV7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-urTQhtYdV7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-urTQhtYdV7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-urTQhtYdV7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-urTQhtYdV7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-urTQhtYdV7 .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-urTQhtYdV7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-urTQhtYdV7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-urTQhtYdV7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-urTQhtYdV7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-urTQhtYdV7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-urTQhtYdV7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-urTQhtYdV7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-urTQhtYdV7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-urTQhtYdV7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-urTQhtYdV7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-urTQhtYdV7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-urTQhtYdV7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-urTQhtYdV7 .dropdown-item.active,
.cid-urTQhtYdV7 .dropdown-item:active {
  background-color: transparent;
}
.cid-urTQhtYdV7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-urTQhtYdV7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-urTQhtYdV7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-urTQhtYdV7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #40b0bf;
}
.cid-urTQhtYdV7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-urTQhtYdV7 .navbar .dropdown.open &gt; .dropdown-menu {
  display: block;
}
.cid-urTQhtYdV7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-urTQhtYdV7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-urTQhtYdV7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-urTQhtYdV7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-urTQhtYdV7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-urTQhtYdV7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urTQhtYdV7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urTQhtYdV7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-urTQhtYdV7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urTQhtYdV7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-urTQhtYdV7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-urTQhtYdV7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urTQhtYdV7 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-urTQhtYdV7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-urTQhtYdV7 .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-urTQhtYdV7 .navbar {
    height: 70px;
  }
  .cid-urTQhtYdV7 .navbar.opened {
    height: auto;
  }
  .cid-urTQhtYdV7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urTQhugDtg {
  background-image: url("../../../assets/images/aic-top01b-1900x792.jpg");
}
.cid-urTQhugDtg .mbr-fallback-image.disabled {
  display: none;
}
.cid-urTQhugDtg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urTRxRtfcu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-urTRxRtfcu .mbr-fallback-image.disabled {
  display: none;
}
.cid-urTRxRtfcu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-urTRxRtfcu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urTRxRtfcu img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-urTRxRtfcu .text-wrapper {
    padding: 2rem;
  }
}
.cid-urTRRcUAjf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urTRRcUAjf blockquote {
  border-color: #e43f3f;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-urTSds1xyE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urTSds1xyE .mbr-fallback-image.disabled {
  display: none;
}
.cid-urTSds1xyE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-urTSds1xyE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urTSds1xyE .row {
  flex-direction: row-reverse;
}
.cid-urTSds1xyE img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-urTSds1xyE .text-wrapper {
    padding: 2rem;
  }
}
.cid-urTSLVDNIm {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urTSLVDNIm .mbr-fallback-image.disabled {
  display: none;
}
.cid-urTSLVDNIm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urTSLVDNIm .mbr-section-subtitle {
  text-align: left;
}
.cid-urTT40FRGv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urTT40FRGv .mbr-fallback-image.disabled {
  display: none;
}
.cid-urTT40FRGv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-urTT40FRGv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urTT40FRGv img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-urTT40FRGv .text-wrapper {
    padding: 2rem;
  }
}
.cid-urTTJ3xzxZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urTTJ3xzxZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-urTTJ3xzxZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-urTTJ3xzxZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urTTJ3xzxZ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-urTTJ3xzxZ .text-wrapper {
    padding: 2rem;
  }
}
.cid-urTTXOBZBB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urTTXOBZBB .mbr-fallback-image.disabled {
  display: none;
}
.cid-urTTXOBZBB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-urTTXOBZBB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urTTXOBZBB img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-urTTXOBZBB .text-wrapper {
    padding: 2rem;
  }
}
.cid-urTUaURIok {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urTUaURIok .mbr-fallback-image.disabled {
  display: none;
}
.cid-urTUaURIok .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-urTUaURIok .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urTUaURIok img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-urTUaURIok .text-wrapper {
    padding: 2rem;
  }
}
.cid-urTUpLKKJA {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #9fdbf8;
}
.cid-urTUpLKKJA .mbr-fallback-image.disabled {
  display: none;
}
.cid-urTUpLKKJA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urTUTn6FjN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urTUTn6FjN .mbr-fallback-image.disabled {
  display: none;
}
.cid-urTUTn6FjN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urTUTn6FjN .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-urTUTn6FjN .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-urTUTn6FjN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-urTUTn6FjN .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-urTUTn6FjN .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-urTUTn6FjN .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-urTUTn6FjN .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-urTUTn6FjN .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-urTUTn6FjN .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-urTUTn6FjN .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-urTVA6BUVK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urTVA6BUVK .mbr-fallback-image.disabled {
  display: none;
}
.cid-urTVA6BUVK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urTVA6BUVK .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-urTVA6BUVK .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-urTVA6BUVK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-urTVA6BUVK .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-urTVA6BUVK .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-urTVA6BUVK .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-urTVA6BUVK .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-urTVA6BUVK .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-urTVA6BUVK .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-urTVA6BUVK .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-urTWuu04Tl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urTWuu04Tl .mbr-fallback-image.disabled {
  display: none;
}
.cid-urTWuu04Tl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urTWuu04Tl .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-urTWuu04Tl .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-urTWuu04Tl .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-urTWuu04Tl .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-urTWuu04Tl .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-urTWuu04Tl .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-urTWuu04Tl .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-urTWuu04Tl .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-urTWuu04Tl .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-urTWuu04Tl .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-urTYZQKwUn {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #9fdbf8;
}
.cid-urTYZQKwUn .mbr-fallback-image.disabled {
  display: none;
}
.cid-urTYZQKwUn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urTZtCIJDX {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-urTZtCIJDX img,
.cid-urTZtCIJDX .item-img {
  width: 100%;
}
.cid-urTZtCIJDX .item:focus,
.cid-urTZtCIJDX span:focus {
  outline: none;
}
.cid-urTZtCIJDX .item-wrapper {
  position: relative;
}
.cid-urTZtCIJDX .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-urTZtCIJDX .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-urTZtCIJDX .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-urTZtCIJDX .mbr-section-btn {
  margin-top: auto !important;
}
.cid-urTZtCIJDX .mbr-section-title {
  color: #232323;
}
.cid-urTZtCIJDX .mbr-text,
.cid-urTZtCIJDX .mbr-section-btn {
  text-align: left;
}
.cid-urTZtCIJDX .item-title {
  text-align: left;
}
.cid-urTZtCIJDX .item-subtitle {
  text-align: left;
}
.cid-urTZtCIJDX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-urTZtCIJDX .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-urTZtCIJDX .embla__button--next,
.cid-urTZtCIJDX .embla__button--prev {
  display: flex;
}
.cid-urTZtCIJDX .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-urTZtCIJDX .embla__button {
    display: none;
  }
}
.cid-urTZtCIJDX .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-urTZtCIJDX .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-urTZtCIJDX .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-urTZtCIJDX .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-urTZtCIJDX .embla__button {
    top: auto;
  }
}
.cid-urTZtCIJDX .embla {
  position: relative;
  width: 100%;
}
.cid-urTZtCIJDX .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-urTZtCIJDX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-urTZtCIJDX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-urTZtCIJDX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-urU0OyBi5R {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urU0OyBi5R .mbr-fallback-image.disabled {
  display: none;
}
.cid-urU0OyBi5R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urU0OyBi5R ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-urU0OyBi5R li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-urU0OyBi5R ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-urTQhxMxKr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-urTQhxMxKr .row-links {
  width: 100%;
  justify-content: center;
}
.cid-urTQhxMxKr .social-row {
  width: 100%;
  justify-content: center;
}
.cid-urTQhxMxKr .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-urTQhxMxKr .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-urTQhxMxKr .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-urTQhxMxKr .row .foot-menu li p {
  margin: 0;
}
.cid-urTQhxMxKr .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-urTQhxMxKr .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-urTQhxMxKr .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-urTQhxMxKr .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-urTQhxMxKr .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-urTQhxMxKr .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-urTQhxMxKr .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-urTQhxMxKr .row .row-copirayt p {
  width: 100%;
}
.cid-urU3ZKeT45 .navbar-dropdown {
  position: relative !important;
}
.cid-urU3ZKeT45 .navbar-dropdown {
  position: absolute !important;
}
.cid-urU3ZKeT45 .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-urU3ZKeT45 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-urU3ZKeT45 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-urU3ZKeT45 .dropdown-item:hover,
.cid-urU3ZKeT45 .dropdown-item:focus {
  background: #b80000 !important;
  color: white !important;
}
.cid-urU3ZKeT45 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-urU3ZKeT45 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-urU3ZKeT45 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-urU3ZKeT45 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-urU3ZKeT45 .nav-link {
  position: relative;
}
.cid-urU3ZKeT45 .container {
  display: flex;
  margin: auto;
}
.cid-urU3ZKeT45 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-urU3ZKeT45 .dropdown-menu,
.cid-urU3ZKeT45 .navbar.opened {
  background: #40b0bf !important;
}
.cid-urU3ZKeT45 .nav-item:focus,
.cid-urU3ZKeT45 .nav-link:focus {
  outline: none;
}
.cid-urU3ZKeT45 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-urU3ZKeT45 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-urU3ZKeT45 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-urU3ZKeT45 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-urU3ZKeT45 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-urU3ZKeT45 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-urU3ZKeT45 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #40b0bf;
}
.cid-urU3ZKeT45 .navbar.opened {
  transition: all 0.3s;
}
.cid-urU3ZKeT45 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-urU3ZKeT45 .navbar .navbar-logo img {
  width: auto;
}
.cid-urU3ZKeT45 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-urU3ZKeT45 .navbar.collapsed {
  justify-content: center;
}
.cid-urU3ZKeT45 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-urU3ZKeT45 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-urU3ZKeT45 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-urU3ZKeT45 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-urU3ZKeT45 .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-urU3ZKeT45 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-urU3ZKeT45 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-urU3ZKeT45 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-urU3ZKeT45 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-urU3ZKeT45 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-urU3ZKeT45 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-urU3ZKeT45 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-urU3ZKeT45 .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-urU3ZKeT45 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-urU3ZKeT45 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-urU3ZKeT45 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-urU3ZKeT45 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-urU3ZKeT45 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-urU3ZKeT45 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-urU3ZKeT45 .navbar.navbar-short {
  min-height: 60px;
}
.cid-urU3ZKeT45 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-urU3ZKeT45 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-urU3ZKeT45 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-urU3ZKeT45 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-urU3ZKeT45 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-urU3ZKeT45 .dropdown-item.active,
.cid-urU3ZKeT45 .dropdown-item:active {
  background-color: transparent;
}
.cid-urU3ZKeT45 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-urU3ZKeT45 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-urU3ZKeT45 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-urU3ZKeT45 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #40b0bf;
}
.cid-urU3ZKeT45 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-urU3ZKeT45 .navbar .dropdown.open &gt; .dropdown-menu {
  display: block;
}
.cid-urU3ZKeT45 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-urU3ZKeT45 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-urU3ZKeT45 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-urU3ZKeT45 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-urU3ZKeT45 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-urU3ZKeT45 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urU3ZKeT45 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urU3ZKeT45 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-urU3ZKeT45 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urU3ZKeT45 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-urU3ZKeT45 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-urU3ZKeT45 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urU3ZKeT45 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-urU3ZKeT45 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-urU3ZKeT45 .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-urU3ZKeT45 .navbar {
    height: 70px;
  }
  .cid-urU3ZKeT45 .navbar.opened {
    height: auto;
  }
  .cid-urU3ZKeT45 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urU3ZKwdWK {
  background-image: url("../../../assets/images/company-1.jpg");
}
.cid-urU3ZKwdWK .mbr-fallback-image.disabled {
  display: none;
}
.cid-urU3ZKwdWK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urU5bdEHrH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urU5bdEHrH .mbr-fallback-image.disabled {
  display: none;
}
.cid-urU5bdEHrH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urU5mb2Ecv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urU51JRE2z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-urU51JRE2z .mbr-fallback-image.disabled {
  display: none;
}
.cid-urU51JRE2z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urU51JRE2z ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-urU51JRE2z li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-urU51JRE2z ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #b80000;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-urU3ZM7WoS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-urU3ZM7WoS .row-links {
  width: 100%;
  justify-content: center;
}
.cid-urU3ZM7WoS .social-row {
  width: 100%;
  justify-content: center;
}
.cid-urU3ZM7WoS .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-urU3ZM7WoS .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-urU3ZM7WoS .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-urU3ZM7WoS .row .foot-menu li p {
  margin: 0;
}
.cid-urU3ZM7WoS .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-urU3ZM7WoS .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-urU3ZM7WoS .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-urU3ZM7WoS .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-urU3ZM7WoS .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-urU3ZM7WoS .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-urU3ZM7WoS .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-urU3ZM7WoS .row .row-copirayt p {
  width: 100%;
}
.cid-urU7ia3kac .navbar-dropdown {
  position: relative !important;
}
.cid-urU7ia3kac .navbar-dropdown {
  position: absolute !important;
}
.cid-urU7ia3kac .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-urU7ia3kac .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-urU7ia3kac .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-urU7ia3kac .dropdown-item:hover,
.cid-urU7ia3kac .dropdown-item:focus {
  background: #b80000 !important;
  color: white !important;
}
.cid-urU7ia3kac .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-urU7ia3kac .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-urU7ia3kac .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-urU7ia3kac .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-urU7ia3kac .nav-link {
  position: relative;
}
.cid-urU7ia3kac .container {
  display: flex;
  margin: auto;
}
.cid-urU7ia3kac .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-urU7ia3kac .dropdown-menu,
.cid-urU7ia3kac .navbar.opened {
  background: #40b0bf !important;
}
.cid-urU7ia3kac .nav-item:focus,
.cid-urU7ia3kac .nav-link:focus {
  outline: none;
}
.cid-urU7ia3kac .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-urU7ia3kac .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-urU7ia3kac .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-urU7ia3kac .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-urU7ia3kac .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-urU7ia3kac .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-urU7ia3kac .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #40b0bf;
}
.cid-urU7ia3kac .navbar.opened {
  transition: all 0.3s;
}
.cid-urU7ia3kac .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-urU7ia3kac .navbar .navbar-logo img {
  width: auto;
}
.cid-urU7ia3kac .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-urU7ia3kac .navbar.collapsed {
  justify-content: center;
}
.cid-urU7ia3kac .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-urU7ia3kac .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-urU7ia3kac .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-urU7ia3kac .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-urU7ia3kac .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-urU7ia3kac .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-urU7ia3kac .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-urU7ia3kac .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-urU7ia3kac .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-urU7ia3kac .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-urU7ia3kac .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-urU7ia3kac .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-urU7ia3kac .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-urU7ia3kac .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-urU7ia3kac .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-urU7ia3kac .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-urU7ia3kac .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-urU7ia3kac .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-urU7ia3kac .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-urU7ia3kac .navbar.navbar-short {
  min-height: 60px;
}
.cid-urU7ia3kac .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-urU7ia3kac .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-urU7ia3kac .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-urU7ia3kac .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-urU7ia3kac .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-urU7ia3kac .dropdown-item.active,
.cid-urU7ia3kac .dropdown-item:active {
  background-color: transparent;
}
.cid-urU7ia3kac .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-urU7ia3kac .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-urU7ia3kac .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-urU7ia3kac .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #40b0bf;
}
.cid-urU7ia3kac .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-urU7ia3kac .navbar .dropdown.open &gt; .dropdown-menu {
  display: block;
}
.cid-urU7ia3kac ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-urU7ia3kac .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-urU7ia3kac button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-urU7ia3kac button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-urU7ia3kac button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-urU7ia3kac button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urU7ia3kac button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urU7ia3kac button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-urU7ia3kac nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urU7ia3kac nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-urU7ia3kac nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-urU7ia3kac nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urU7ia3kac .navbar-dropdown {
  padding: 0 1rem;
}
.cid-urU7ia3kac a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-urU7ia3kac .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-urU7ia3kac .navbar {
    height: 70px;
  }
  .cid-urU7ia3kac .navbar.opened {
    height: auto;
  }
  .cid-urU7ia3kac .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urU8ryV44Y {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/contact-2000x1333.jpg");
}
.cid-urU8ryV44Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-urU8ryV44Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urU99uXQA8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-urU99uXQA8 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-urU99uXQA8 form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-urU99uXQA8 form.mbr-form {
    padding: 3rem 2rem;
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-urU99uXQA8 form.mbr-form {
    padding: 1rem;
  }
}
.cid-urU99uXQA8 form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-urU99uXQA8 form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-urU7ibeqMl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-urU7ibeqMl .row-links {
  width: 100%;
  justify-content: center;
}
.cid-urU7ibeqMl .social-row {
  width: 100%;
  justify-content: center;
}
.cid-urU7ibeqMl .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-urU7ibeqMl .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-urU7ibeqMl .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-urU7ibeqMl .row .foot-menu li p {
  margin: 0;
}
.cid-urU7ibeqMl .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-urU7ibeqMl .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-urU7ibeqMl .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-urU7ibeqMl .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-urU7ibeqMl .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-urU7ibeqMl .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-urU7ibeqMl .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-urU7ibeqMl .row .row-copirayt p {
  width: 100%;
}
</pre></body></html>