body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #40b0bf !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #2299aa !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary: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-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.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-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !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: #2299aa !important;
  border-color: #2299aa !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: #145862 !important;
  border-color: #145862 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #145862 !important;
  border-color: #145862 !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: transparent;
  color: #40b0bf;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  color: #2299aa;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #145862 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #2299aa !important;
  border-color: #2299aa !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #40b0bf !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #2299aa !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: #266a73 !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: #114c55 !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: #40b0bf;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #2299aa;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #40b0bf;
  border-color: #40b0bf;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #40b0bf;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a0d8df;
}
.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: #6ad2e1;
}
.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*/
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #40b0bf !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #40b0bf;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #40b0bf;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #40b0bf;
}
.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: #40b0bf;
  border-bottom-color: #40b0bf;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #40b0bf !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2340b0bf' %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-sMQNaw1xFy .navbar-dropdown {
  position: relative !important;
}
.cid-sMQNaw1xFy .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-sMQNaw1xFy .btn-padding span {
  line-height: 10px;
}
.cid-sMQNaw1xFy .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-sMQNaw1xFy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sMQNaw1xFy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sMQNaw1xFy .dropdown-item:hover,
.cid-sMQNaw1xFy .dropdown-item:focus {
  background: #40b0bf !important;
  color: white !important;
}
.cid-sMQNaw1xFy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sMQNaw1xFy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sMQNaw1xFy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sMQNaw1xFy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sMQNaw1xFy .nav-link {
  position: relative;
}
.cid-sMQNaw1xFy .container {
  display: flex;
  margin: auto;
}
.cid-sMQNaw1xFy .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sMQNaw1xFy .dropdown-menu,
.cid-sMQNaw1xFy .navbar.opened {
  background: #ffffff !important;
}
.cid-sMQNaw1xFy .nav-item:focus,
.cid-sMQNaw1xFy .nav-link:focus {
  outline: none;
}
.cid-sMQNaw1xFy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sMQNaw1xFy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sMQNaw1xFy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sMQNaw1xFy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sMQNaw1xFy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sMQNaw1xFy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sMQNaw1xFy .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sMQNaw1xFy .navbar.opened {
  transition: all 0.3s;
}
.cid-sMQNaw1xFy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sMQNaw1xFy .navbar .navbar-logo img {
  width: auto;
}
.cid-sMQNaw1xFy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sMQNaw1xFy .navbar.collapsed {
  justify-content: center;
}
.cid-sMQNaw1xFy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sMQNaw1xFy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sMQNaw1xFy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sMQNaw1xFy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sMQNaw1xFy .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-sMQNaw1xFy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sMQNaw1xFy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sMQNaw1xFy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sMQNaw1xFy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sMQNaw1xFy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sMQNaw1xFy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sMQNaw1xFy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sMQNaw1xFy .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-sMQNaw1xFy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sMQNaw1xFy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sMQNaw1xFy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sMQNaw1xFy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sMQNaw1xFy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sMQNaw1xFy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sMQNaw1xFy .navbar.navbar-short {
  min-height: 60px;
}
.cid-sMQNaw1xFy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sMQNaw1xFy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sMQNaw1xFy .navbar-brand {
  display: flex;
  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-sMQNaw1xFy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sMQNaw1xFy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sMQNaw1xFy .dropdown-item.active,
.cid-sMQNaw1xFy .dropdown-item:active {
  background-color: transparent;
}
.cid-sMQNaw1xFy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sMQNaw1xFy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sMQNaw1xFy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sMQNaw1xFy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sMQNaw1xFy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sMQNaw1xFy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sMQNaw1xFy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sMQNaw1xFy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sMQNaw1xFy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sMQNaw1xFy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-sMQNaw1xFy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sMQNaw1xFy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMQNaw1xFy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMQNaw1xFy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sMQNaw1xFy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMQNaw1xFy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sMQNaw1xFy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sMQNaw1xFy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMQNaw1xFy .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sMQNaw1xFy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sMQNaw1xFy .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-sMQNaw1xFy .navbar {
    height: 70px;
  }
  .cid-sMQNaw1xFy .navbar.opened {
    height: auto;
  }
  .cid-sMQNaw1xFy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sOdXh0NRU9 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fff0b0;
}
.cid-sOdXh0NRU9 .mbr-section-title {
  text-align: left;
}
.cid-sOdXh0NRU9 .mbr-section-subtitle {
  text-align: left;
}
.cid-sOdYqdZzOO {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff0b0;
}
.cid-sOdYqdZzOO .counter-container {
  color: #767676;
}
.cid-sOdYqdZzOO .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-sOdYqdZzOO .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-sOdYqdZzOO .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
  position: relative;
}
.cid-sOdYqdZzOO .counter-container ol li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #e43f3f;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-sOdYqdZzOO .mbr-text {
  color: #353535;
}
.cid-sOf8GpdKr4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sOf8GpdKr4 .mbr-section-title {
  text-align: left;
  width: 100%;
  margin-bottom: 60px;
  font-weight: 700;
  padding: 0;
}
.cid-sOf8GpdKr4 .mbr-section-subtitle {
  text-align: left;
  width: 100%;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #4c4c4c;
  padding: 0;
}
.cid-sOf8GpdKr4 .title-block {
  justify-content: space-between;
}
.cid-sOf8GpdKr4 .card-wrapper {
  width: auto;
  max-width: 100%;
}
.cid-sOf8GpdKr4 .card-title {
  font-weight: 700;
  padding: 43px 0 0;
  color: #1d1d1f;
  text-align: left;
  margin-bottom: 0;
}
.cid-sOf8GpdKr4 H3 {
  color: #1d1d1f;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-sOf8GpdKr4 .col-12:nth-child(3) {
    padding-top: 35px;
  }
  .cid-sOf8GpdKr4 .card-title {
    padding: 13px 0 0;
  }
}
@media (max-width: 574px) {
  .cid-sOf8GpdKr4 .col-12 {
    padding-top: 35px;
  }
  .cid-sOf8GpdKr4 .col-12:first-child {
    padding-top: 0px;
  }
  .cid-sOf8GpdKr4 .card-title {
    padding: 13px 0 0;
  }
}
.cid-sOfgZQcIEw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f9f9f9;
}
.cid-sOfgZQcIEw img,
.cid-sOfgZQcIEw .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
}
.cid-sOfgZQcIEw .item:focus,
.cid-sOfgZQcIEw span:focus {
  outline: none;
}
.cid-sOfgZQcIEw .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sOfgZQcIEw .card1 {
  background: #65c6d4;
}
.cid-sOfgZQcIEw .card2 {
  background: #a8d741;
}
.cid-sOfgZQcIEw .item-wrapper {
  position: relative;
  border-radius: 2rem;
  padding: 2rem;
  height: 100%;
  display: flex;
  transition: all 0.3s;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-sOfgZQcIEw .item-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sOfgZQcIEw .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-sOfgZQcIEw .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sOfgZQcIEw .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-sOfgZQcIEw .item-title1 {
  color: #ffffff;
}
.cid-sOfhWiahU1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sPv04pC0IO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sPv1gss579 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sMQZajsiYv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffb5b5;
}
.cid-sMQZajsiYv .row-links {
  width: 100%;
}
.cid-sMQZajsiYv .social-row {
  width: 100%;
  justify-content: flex-end;
  margin: 0;
}
.cid-sMQZajsiYv .col-lg-6 {
  height: fit-content;
}
.cid-sMQZajsiYv .soc-item {
  background: #2299aa;
  width: 45px;
  cursor: pointer;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-sMQZajsiYv .soc-item:hover {
  transform: scale(1.1);
}
.cid-sMQZajsiYv .row {
  align-items: center;
}
.cid-sMQZajsiYv .row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-sMQZajsiYv .row .foot-menu li {
  padding-right: 2rem;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-sMQZajsiYv .row .foot-menu li:hover {
  color: #40b0bf;
}
.cid-sMQZajsiYv .row .foot-menu li p {
  margin: 0;
}
.cid-sMQZajsiYv .row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sMQZajsiYv .row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-sMQZajsiYv .row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sMQZajsiYv .row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sMQZajsiYv .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sMQZajsiYv .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sMQZajsiYv .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sMQZajsiYv .row .row-copirayt p {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-sMQZajsiYv .row-links {
    justify-content: center;
  }
  .cid-sMQZajsiYv .foot-menu {
    justify-content: center;
  }
  .cid-sMQZajsiYv .row-copirayt {
    justify-content: center;
    margin: 0;
    margin-bottom: 2rem;
  }
  .cid-sMQZajsiYv .social-row {
    justify-content: center;
  }
  .cid-sMQZajsiYv .mbr-text {
    text-align: center;
  }
  .cid-sMQZajsiYv li {
    padding-right: 1rem !important;
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sMQZajsiYv .foot-menu {
    flex-direction: column;
  }
}
.cid-sMQZajsiYv .foot-menu-item {
  color: #29361a;
}
.cid-sMQZajsiYv .mbr-text {
  color: #808080;
}
.cid-sMQNaw1xFy .navbar-dropdown {
  position: relative !important;
}
.cid-sMQNaw1xFy .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-sMQNaw1xFy .btn-padding span {
  line-height: 10px;
}
.cid-sMQNaw1xFy .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-sMQNaw1xFy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sMQNaw1xFy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sMQNaw1xFy .dropdown-item:hover,
.cid-sMQNaw1xFy .dropdown-item:focus {
  background: #40b0bf !important;
  color: white !important;
}
.cid-sMQNaw1xFy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sMQNaw1xFy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sMQNaw1xFy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sMQNaw1xFy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sMQNaw1xFy .nav-link {
  position: relative;
}
.cid-sMQNaw1xFy .container {
  display: flex;
  margin: auto;
}
.cid-sMQNaw1xFy .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sMQNaw1xFy .dropdown-menu,
.cid-sMQNaw1xFy .navbar.opened {
  background: #ffffff !important;
}
.cid-sMQNaw1xFy .nav-item:focus,
.cid-sMQNaw1xFy .nav-link:focus {
  outline: none;
}
.cid-sMQNaw1xFy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sMQNaw1xFy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sMQNaw1xFy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sMQNaw1xFy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sMQNaw1xFy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sMQNaw1xFy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sMQNaw1xFy .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sMQNaw1xFy .navbar.opened {
  transition: all 0.3s;
}
.cid-sMQNaw1xFy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sMQNaw1xFy .navbar .navbar-logo img {
  width: auto;
}
.cid-sMQNaw1xFy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sMQNaw1xFy .navbar.collapsed {
  justify-content: center;
}
.cid-sMQNaw1xFy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sMQNaw1xFy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sMQNaw1xFy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sMQNaw1xFy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sMQNaw1xFy .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-sMQNaw1xFy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sMQNaw1xFy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sMQNaw1xFy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sMQNaw1xFy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sMQNaw1xFy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sMQNaw1xFy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sMQNaw1xFy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sMQNaw1xFy .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-sMQNaw1xFy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sMQNaw1xFy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sMQNaw1xFy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sMQNaw1xFy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sMQNaw1xFy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sMQNaw1xFy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sMQNaw1xFy .navbar.navbar-short {
  min-height: 60px;
}
.cid-sMQNaw1xFy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sMQNaw1xFy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sMQNaw1xFy .navbar-brand {
  display: flex;
  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-sMQNaw1xFy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sMQNaw1xFy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sMQNaw1xFy .dropdown-item.active,
.cid-sMQNaw1xFy .dropdown-item:active {
  background-color: transparent;
}
.cid-sMQNaw1xFy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sMQNaw1xFy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sMQNaw1xFy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sMQNaw1xFy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sMQNaw1xFy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sMQNaw1xFy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sMQNaw1xFy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sMQNaw1xFy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sMQNaw1xFy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sMQNaw1xFy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-sMQNaw1xFy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sMQNaw1xFy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMQNaw1xFy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMQNaw1xFy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sMQNaw1xFy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMQNaw1xFy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sMQNaw1xFy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sMQNaw1xFy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMQNaw1xFy .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sMQNaw1xFy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sMQNaw1xFy .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-sMQNaw1xFy .navbar {
    height: 70px;
  }
  .cid-sMQNaw1xFy .navbar.opened {
    height: auto;
  }
  .cid-sMQNaw1xFy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPsRejTlbD {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fff0b0;
}
.cid-sPsRejTlbD .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sPsRejTlbD .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-sPt1WArn1W {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fff0b0;
}
.cid-sPt1WArn1W .card-wrapper {
  background: #ff6666;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-sPt1WArn1W .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sPt1WArn1W .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sPt1WArn1W .card-wrapper {
    padding: 4rem;
  }
}
.cid-sPt1WArn1W .mbr-text,
.cid-sPt1WArn1W .mbr-section-btn {
  color: #ffffff;
}
.cid-sPt1WArn1W .card-title,
.cid-sPt1WArn1W .card-box {
  text-align: left;
}
.cid-sPtRPznZfS {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #fff0b0;
}
.cid-sPtRPznZfS h2 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-sPtRPznZfS h2:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-sPtRPznZfS li {
  list-style: none;
}
.cid-sPtRPznZfS .location-wrap {
  min-width: 500px;
}
.cid-sPtRPznZfS .btn {
  min-width: 230px;
}
.cid-sPtRPznZfS .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.8rem;
  justify-content: space-between;
}
.cid-sPtRPznZfS .col-title {
  margin-bottom: 2rem;
}
.cid-sPtRPznZfS h3 {
  min-width: 110px;
}
.cid-sPtRPznZfS .date-wrap {
  min-width: 260px;
}
.cid-sPtRPznZfS .btn-primary-outline,
.cid-sPtRPznZfS .btn-secondary-outline,
.cid-sPtRPznZfS .btn-info-outline,
.cid-sPtRPznZfS .btn-success-outline,
.cid-sPtRPznZfS .btn-warning-outline,
.cid-sPtRPznZfS .btn-danger-outline,
.cid-sPtRPznZfS .btn-black-outline,
.cid-sPtRPznZfS .btn-white-outline {
  border: none;
}
.cid-sPtRPznZfS .btn-primary-outline:hover,
.cid-sPtRPznZfS .btn-secondary-outline:hover,
.cid-sPtRPznZfS .btn-info-outline:hover,
.cid-sPtRPznZfS .btn-success-outline:hover,
.cid-sPtRPznZfS .btn-warning-outline:hover,
.cid-sPtRPznZfS .btn-danger-outline:hover,
.cid-sPtRPznZfS .btn-black-outline:hover,
.cid-sPtRPznZfS .btn-white-outline:hover,
.cid-sPtRPznZfS .btn-primary-outline:focus,
.cid-sPtRPznZfS .btn-secondary-outline:focus,
.cid-sPtRPznZfS .btn-info-outline:focus,
.cid-sPtRPznZfS .btn-success-outline:focus,
.cid-sPtRPznZfS .btn-warning-outline:focus,
.cid-sPtRPznZfS .btn-danger-outline:focus,
.cid-sPtRPznZfS .btn-black-outline:focus,
.cid-sPtRPznZfS .btn-white-outline:focus {
  background: inherit !important;
  color: inherit !important;
}
.cid-sPtRPznZfS .list {
  padding: 0;
  margin: 0;
}
.cid-sPtRPznZfS .icon-wrap,
.cid-sPtRPznZfS .date-wrap {
  display: flex;
  align-items: center;
}
.cid-sPtRPznZfS .btn span {
  font-size: 1rem;
}
.cid-sPtRPznZfS h6 {
  margin: 0;
}
.cid-sPtRPznZfS h4 {
  line-height: 1.2;
  padding-left: 1rem;
  margin: 0;
}
.cid-sPtRPznZfS .icon-wrap .mbr-iconfont {
  font-size: 1rem;
  padding-right: 0.5rem;
  display: block;
  cursor: pointer;
  transition: all 0.6s;
  color: currentColor;
}
.cid-sPtRPznZfS .time-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 150px;
}
@media (max-width: 992px) {
  .cid-sPtRPznZfS .item-wrap {
    flex-direction: column;
    padding-bottom: 2rem;
    border-bottom: 1px solid lightgray;
  }
  .cid-sPtRPznZfS .first {
    border-top: 1px solid lightgray;
    padding-top: 2rem;
  }
  .cid-sPtRPznZfS .date-wrap {
    min-width: auto;
  }
  .cid-sPtRPznZfS .location-wrap {
    min-width: auto;
    padding-bottom: 1rem;
  }
  .cid-sPtRPznZfS h3 {
    min-width: auto;
  }
}
.cid-sPumIQ98Lr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fff0b0;
}
.cid-sPumIQ98Lr .card {
  background: #ffb5b5;
  border-radius: 10px;
}
.cid-sPumIQ98Lr img {
  width: 100%;
  border-radius: 10px;
}
.cid-sPumIQ98Lr .wrapper {
  padding: 4rem 2rem;
}
@media (max-width: 767px) {
  .cid-sPumIQ98Lr .wrapper {
    padding: 3rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sPumIQ98Lr .wrapper {
    max-width: 430px;
    margin: auto;
    padding: 4rem 0;
  }
  .cid-sPumIQ98Lr img {
    width: 170%;
    z-index: 2;
    position: relative;
  }
  .cid-sPumIQ98Lr .image-wrapper {
    margin: auto;
  }
}
@media (max-width: 1199px) {
  .cid-sPumIQ98Lr img {
    width: 150%;
  }
}
@media (max-width: 992px) {
  .cid-sPumIQ98Lr img {
    width: 100%;
  }
}
.cid-sPumIQ98Lr .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-sPumIQ98Lr .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-sPumIQ98Lr .counter-container ul li:before {
  position: absolute;
  left: -15px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #40b0bf;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: "✓";
}
.cid-sPumIQ98Lr .mbr-text,
.cid-sPumIQ98Lr .mbr-section-btn {
  color: #000000;
}
.cid-sPumIQ98Lr .mbr-section-subtitle {
  color: #e43f3f;
}
.cid-sPuFu7UunM {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #fff0b0;
}
.cid-sPuFu7UunM img {
  width: 100%;
}
.cid-sPuFu7UunM .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #40b0bf;
  background-color: rgba(228, 63, 63, 0.15);
  margin-bottom: 26px;
}
.cid-sPuFu7UunM .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sPuFu7UunM .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sPuFu7UunM .main-title {
  margin-bottom: 36px;
}
.cid-sPuFu7UunM .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sPuFu7UunM .card .card-header {
  border-radius: 0px;
  border: 0px;
  background: transparent;
  padding: 0;
}
.cid-sPuFu7UunM .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  transition: all 200ms ease-in-out;
}
.cid-sPuFu7UunM .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sPuFu7UunM .card .card-header a.panel-title h4 {
  flex-direction: row;
  display: flex;
  justify-content: start;
  align-items: center;
  color: #000;
  transition: all 200ms ease-in-out;
  margin-bottom: 16px;
}
.cid-sPuFu7UunM .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  font-family: FontAwesome !important;
  color: #40b0bf;
}
.cid-sPuFu7UunM .card .card-header a.panel-title h4 .sign::before {
  content: "\f077";
}
.cid-sPuFu7UunM .card .card-header a.panel-title h4:hover {
  color: #40b0bf;
}
.cid-sPuFu7UunM .card .card-header a.panel-title h4.display-7 {
  font-size: 19px;
}
.cid-sPuFu7UunM .card .card-header a.panel-title h4.display-7 .sign {
  font-size: 0.8rem;
}
.cid-sPuFu7UunM .card .card-header a.panel-title.collapsed {
  transition: all 200ms ease-in-out;
}
.cid-sPuFu7UunM .card .card-header a.panel-title.collapsed h4 .sign:before {
  content: "\f054";
}
.cid-sPuFu7UunM .card .panel-body {
  color: #767676;
  padding-left: 1.8rem;
  margin-bottom: 20px;
}
.cid-sPuFu7UunM .card .panel-body p {
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-sPuFu7UunM .card {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 768px) {
  .cid-sPuFu7UunM * {
    text-align: left;
  }
}
.cid-sPuFu7UunM .badge,
.cid-sPuFu7UunM .badge_wrap,
.cid-sPuFu7UunM .mbr-section-btn {
  color: #e43f3f;
}
.cid-sPzlEIrq3u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffb5b5;
}
.cid-sPzlEIrq3u .card {
  background: #ffffff;
  border-radius: 10px;
}
.cid-sPzlEIrq3u img {
  width: 100%;
  border-radius: 10px;
}
.cid-sPzlEIrq3u .wrapper {
  padding: 4rem 2rem;
}
@media (max-width: 767px) {
  .cid-sPzlEIrq3u .wrapper {
    padding: 3rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sPzlEIrq3u .wrapper {
    max-width: 430px;
    margin: auto;
    padding: 4rem 0;
  }
  .cid-sPzlEIrq3u img {
    width: 170%;
    z-index: 2;
    position: relative;
  }
  .cid-sPzlEIrq3u .image-wrapper {
    margin: auto;
  }
}
@media (max-width: 1199px) {
  .cid-sPzlEIrq3u img {
    width: 150%;
  }
}
@media (max-width: 992px) {
  .cid-sPzlEIrq3u img {
    width: 100%;
  }
}
.cid-sPzlEIrq3u .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-sPzlEIrq3u .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-sPzlEIrq3u .counter-container ul li:before {
  position: absolute;
  left: -15px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ffffff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: "✓";
}
.cid-sPzlEIrq3u .mbr-text,
.cid-sPzlEIrq3u .mbr-section-btn {
  color: #464646;
}
.cid-sPzlEIrq3u .mbr-section-subtitle {
  color: #e43f3f;
}
.cid-sPudD7hQwj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff0b0;
}
.cid-sPudD7hQwj .mbr-section-title {
  color: #06182d;
}
.cid-sPudD7hQwj .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #2299aa;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-sPudD7hQwj .mbr-section-subtitle {
  color: #06182d;
}
.cid-sPudD7hQwj .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-sPudD7hQwj .card:nth-child(even) {
  margin-top: 70px;
}
.cid-sPudD7hQwj .card:nth-child(odd)::after {
  content: "";
  background-size: contain;
  background-image: url("../../../assets/images/arrow2.png");
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  width: 185px;
  height: 50px;
  z-index: 4;
  top: 1px;
  right: -148px;
}
.cid-sPudD7hQwj .card:nth-child(2)::after {
  content: "";
  background-size: contain;
  background-image: url("../../../assets/images/arrow2.png");
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  width: 175px;
  height: 80px;
  z-index: 4;
  bottom: -12px;
  right: -100px;
  transform: scale(1, -1);
}
.cid-sPudD7hQwj .card .card-wrapper {
  height: 100%;
}
.cid-sPudD7hQwj .card .card-wrapper .card-img {
  position: relative;
}
.cid-sPudD7hQwj .card .card-wrapper .card-img:hover img {
  transform: rotateY(180deg);
}
.cid-sPudD7hQwj .card .card-wrapper .card-img img {
  border-radius: 100%;
  height: 200px;
  width: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s all ease-in-out;
  margin-left: auto;
  margin-right: auto;
}
.cid-sPudD7hQwj .card .card-wrapper .card-box {
  padding-top: 1rem;
}
.cid-sPudD7hQwj .card .card-wrapper .card-box .card-title {
  margin-bottom: 0;
  color: #06182d;
  text-align: center;
  font-weight: 700;
}
.cid-sPudD7hQwj .card .card-wrapper .card-box .mbr-text {
  text-align: center;
  color: #030f1c;
}
@media (max-width: 991px) {
  .cid-sPudD7hQwj .card:after {
    background-image: none !important;
    display: none !important;
  }
  .cid-sPudD7hQwj .card:nth-child(even) {
    margin-top: 0;
  }
}
.cid-sPuVyY32i6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fff0b0;
}
.cid-sPuVyY32i6 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #40b0bf;
  margin-left: 1rem;
}
.cid-sPuVyY32i6 .panel-group {
  border: none;
}
.cid-sPuVyY32i6 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sPuVyY32i6 .panel-body {
  padding: 1rem 2rem;
}
.cid-sPuVyY32i6 .header-wrapper {
  position: relative;
}
.cid-sPuVyY32i6 .card-header {
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  transition: all 0.3s;
  border-radius: 30px!important;
  padding: 1rem 2rem;
  z-index: 2;
}
.cid-sPuVyY32i6 span {
  transition: all 0.3s;
  color: #1c1c25 !important;
}
.cid-sPuVyY32i6 .card {
  overflow: visible;
}
.cid-sPuVyY32i6 .card:hover .card-header {
  border-color: #1c1c25;
}
.cid-sPuVyY32i6 .card:hover .hover-bg {
  background: #65c6d4;
  right: -8px;
  top: 8px;
}
.cid-sPuVyY32i6 .card:hover span {
  transform: rotate(-90deg);
}
.cid-sPuVyY32i6 .hover-bg {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  background: #f8f8f8;
  border-radius: 30px!important;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-sPuVyY32i6 .panel-body {
    padding: 1rem 0rem;
  }
  .cid-sPuVyY32i6 .card-header {
    padding: 1rem 1rem;
  }
}
.cid-sPuVyY32i6 H4 {
  color: #777d74;
}
.cid-sPuVyY32i6 .panel-title-edit {
  color: #1c1c25;
}
.cid-sRsX4uYs2h {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fff0b0;
}
.cid-sRsX4uYs2h .mbr-section-title {
  text-align: center;
}
.cid-sPzr05KBRY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fff0b0;
}
.cid-sPzr05KBRY img,
.cid-sPzr05KBRY .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-sPzr05KBRY .item:focus,
.cid-sPzr05KBRY span:focus {
  outline: none;
}
.cid-sPzr05KBRY .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sPzr05KBRY .item-wrapper {
  position: relative;
  border-radius: 10px;
  background: #40b0bf;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sPzr05KBRY .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sPzr05KBRY .mbr-section-title {
  color: #000000;
  padding-bottom: 50px;
}
.cid-sPzr05KBRY .item-title {
  margin: 20px;
  color: #ffffff;
}
.cid-sMQZajsiYv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffb5b5;
}
.cid-sMQZajsiYv .row-links {
  width: 100%;
}
.cid-sMQZajsiYv .social-row {
  width: 100%;
  justify-content: flex-end;
  margin: 0;
}
.cid-sMQZajsiYv .col-lg-6 {
  height: fit-content;
}
.cid-sMQZajsiYv .soc-item {
  background: #2299aa;
  width: 45px;
  cursor: pointer;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-sMQZajsiYv .soc-item:hover {
  transform: scale(1.1);
}
.cid-sMQZajsiYv .row {
  align-items: center;
}
.cid-sMQZajsiYv .row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-sMQZajsiYv .row .foot-menu li {
  padding-right: 2rem;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-sMQZajsiYv .row .foot-menu li:hover {
  color: #40b0bf;
}
.cid-sMQZajsiYv .row .foot-menu li p {
  margin: 0;
}
.cid-sMQZajsiYv .row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sMQZajsiYv .row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-sMQZajsiYv .row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sMQZajsiYv .row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sMQZajsiYv .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sMQZajsiYv .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sMQZajsiYv .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sMQZajsiYv .row .row-copirayt p {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-sMQZajsiYv .row-links {
    justify-content: center;
  }
  .cid-sMQZajsiYv .foot-menu {
    justify-content: center;
  }
  .cid-sMQZajsiYv .row-copirayt {
    justify-content: center;
    margin: 0;
    margin-bottom: 2rem;
  }
  .cid-sMQZajsiYv .social-row {
    justify-content: center;
  }
  .cid-sMQZajsiYv .mbr-text {
    text-align: center;
  }
  .cid-sMQZajsiYv li {
    padding-right: 1rem !important;
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sMQZajsiYv .foot-menu {
    flex-direction: column;
  }
}
.cid-sMQZajsiYv .foot-menu-item {
  color: #29361a;
}
.cid-sMQZajsiYv .mbr-text {
  color: #808080;
}
.cid-sMQNaw1xFy .navbar-dropdown {
  position: relative !important;
}
.cid-sMQNaw1xFy .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-sMQNaw1xFy .btn-padding span {
  line-height: 10px;
}
.cid-sMQNaw1xFy .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-sMQNaw1xFy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sMQNaw1xFy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sMQNaw1xFy .dropdown-item:hover,
.cid-sMQNaw1xFy .dropdown-item:focus {
  background: #40b0bf !important;
  color: white !important;
}
.cid-sMQNaw1xFy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sMQNaw1xFy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sMQNaw1xFy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sMQNaw1xFy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sMQNaw1xFy .nav-link {
  position: relative;
}
.cid-sMQNaw1xFy .container {
  display: flex;
  margin: auto;
}
.cid-sMQNaw1xFy .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sMQNaw1xFy .dropdown-menu,
.cid-sMQNaw1xFy .navbar.opened {
  background: #ffffff !important;
}
.cid-sMQNaw1xFy .nav-item:focus,
.cid-sMQNaw1xFy .nav-link:focus {
  outline: none;
}
.cid-sMQNaw1xFy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sMQNaw1xFy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sMQNaw1xFy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sMQNaw1xFy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sMQNaw1xFy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sMQNaw1xFy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sMQNaw1xFy .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sMQNaw1xFy .navbar.opened {
  transition: all 0.3s;
}
.cid-sMQNaw1xFy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sMQNaw1xFy .navbar .navbar-logo img {
  width: auto;
}
.cid-sMQNaw1xFy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sMQNaw1xFy .navbar.collapsed {
  justify-content: center;
}
.cid-sMQNaw1xFy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sMQNaw1xFy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sMQNaw1xFy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sMQNaw1xFy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sMQNaw1xFy .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-sMQNaw1xFy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sMQNaw1xFy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sMQNaw1xFy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sMQNaw1xFy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sMQNaw1xFy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sMQNaw1xFy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sMQNaw1xFy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sMQNaw1xFy .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-sMQNaw1xFy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sMQNaw1xFy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sMQNaw1xFy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sMQNaw1xFy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sMQNaw1xFy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sMQNaw1xFy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sMQNaw1xFy .navbar.navbar-short {
  min-height: 60px;
}
.cid-sMQNaw1xFy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sMQNaw1xFy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sMQNaw1xFy .navbar-brand {
  display: flex;
  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-sMQNaw1xFy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sMQNaw1xFy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sMQNaw1xFy .dropdown-item.active,
.cid-sMQNaw1xFy .dropdown-item:active {
  background-color: transparent;
}
.cid-sMQNaw1xFy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sMQNaw1xFy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sMQNaw1xFy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sMQNaw1xFy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sMQNaw1xFy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sMQNaw1xFy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sMQNaw1xFy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sMQNaw1xFy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sMQNaw1xFy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sMQNaw1xFy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-sMQNaw1xFy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sMQNaw1xFy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMQNaw1xFy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMQNaw1xFy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sMQNaw1xFy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMQNaw1xFy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sMQNaw1xFy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sMQNaw1xFy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMQNaw1xFy .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sMQNaw1xFy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sMQNaw1xFy .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-sMQNaw1xFy .navbar {
    height: 70px;
  }
  .cid-sMQNaw1xFy .navbar.opened {
    height: auto;
  }
  .cid-sMQNaw1xFy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sMQOqoKI4Z {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffb5b5;
}
.cid-sMQOqoKI4Z .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sMQOqoKI4Z .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sMQOqoKI4Z .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sMQOqoKI4Z .mbr-section-title {
  text-align: left;
}
.cid-sMQOqoKI4Z .mbr-text,
.cid-sMQOqoKI4Z .mbr-section-btn {
  text-align: left;
}
.cid-sMQRovDNuo {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #98dee8;
}
.cid-sNBAZQQFf8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sNBAZQQFf8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sNBAZQQFf8 .mbr-section-title {
  margin-bottom: 20px;
  color: #ff6666;
}
.cid-sNBAZQQFf8 .mbr-text {
  margin-bottom: 50px;
}
.cid-sNBAZQQFf8 .card_wrap {
  margin-bottom: 45px;
  display: flex;
}
.cid-sNBAZQQFf8 .item:nth-child(1) .iconfont-wrapper {
  background-color: rgba(34, 153, 170, 0.07);
}
.cid-sNBAZQQFf8 .item:nth-child(1) .mbr-iconfont {
  color: #2299aa;
}
.cid-sNBAZQQFf8 .item:nth-child(2) .iconfont-wrapper {
  background-color: rgba(255, 225, 97, 0.07);
}
.cid-sNBAZQQFf8 .item:nth-child(2) .mbr-iconfont {
  color: #ffe161;
}
.cid-sNBAZQQFf8 .item:nth-child(3) .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-sNBAZQQFf8 .item:nth-child(3) .mbr-iconfont {
  color: #ff9966;
}
.cid-sNBAZQQFf8 .item:nth-child(4) .iconfont-wrapper {
  background-color: #d1ecf0;
}
.cid-sNBAZQQFf8 .item:nth-child(4) .mbr-iconfont {
  color: #40b0bf;
}
.cid-sNBAZQQFf8 .icon_block {
  margin-right: 20px;
  display: inline-block;
}
.cid-sNBAZQQFf8 .card_info {
  display: inline-block;
}
.cid-sNBAZQQFf8 .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.cid-sNBAZQQFf8 .iconfont-wrapper .mbr-iconfont {
  color: #2299aa;
  font-size: 36px;
  line-height: 70px;
}
.cid-sNBAZQQFf8 .card_title {
  margin-bottom: 15px;
  color: #ff6666;
}
.cid-sNBAZQQFf8 .card_text {
  margin-bottom: 0;
}
.cid-sNBAZQQFf8 .mbr-section-btn {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .cid-sNBAZQQFf8 .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sNBAZQQFf8 .card_wrap {
    margin-bottom: 25px;
  }
  .cid-sNBAZQQFf8 .card_title {
    margin-bottom: 10px;
  }
  .cid-sNBAZQQFf8 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sNBAZQQFf8 .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-sMQSsVyrY8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff0b0;
}
.cid-sMQSsVyrY8 .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-sMQSsVyrY8 .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #65c6d4;
  margin-right: 2rem;
  border-radius: 40px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cid-sMQSsVyrY8 .timeline-text-content p {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-sMQSsVyrY8 .timeline-text-content {
    padding: 1.5rem 0.5rem;
  }
}
.cid-sMQSsVyrY8 .mbr-timeline-title,
.cid-sMQSsVyrY8 .mbr-timeline-text {
  color: #ffffff;
}
.cid-sMQSsVyrY8 .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cid-sMQSsVyrY8 .timeline-element:hover .timeline-text-content {
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08) !important;
  -webkit-transition: all 0.4s !important;
  transition: all 0.4s !important;
}
.cid-sMQSsVyrY8 .timeline-element:hover .timeline-text-content h4,
.cid-sMQSsVyrY8 .timeline-element:hover .timeline-text-content p {
  -webkit-transition: color 1s !important;
  transition: color 1s !important;
  color: #ff6666 !important;
}
.cid-sMQSsVyrY8 .timeline-element:hover .iconsBackground span {
  -webkit-transition: color 1s !important;
  transition: color 1s !important;
  color: #ff6666 !important;
}
.cid-sMQSsVyrY8 .timeline-element:hover:before {
  -webkit-transition: background-color 1s !important;
  transition: background-color 1s !important;
  background-color: #ff6666 !important;
}
.cid-sMQSsVyrY8 .reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sMQSsVyrY8 .reverse .timeline-text-content {
  margin-left: 2rem;
  margin-right: 0;
}
.cid-sMQSsVyrY8 .iconsBackground {
  position: absolute;
  left: 50%;
  width: 60px;
  height: 60px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #65c6d4;
  top: 20px;
  margin-left: -30px;
}
.cid-sMQSsVyrY8 .iconsBackground span {
  color: #ffffff;
}
.cid-sMQSsVyrY8 .mbr-iconfont {
  position: absolute;
  text-align: center;
  font-size: 35px;
  display: inline-block;
  z-index: 3;
  top: 13px;
  left: 13px;
}
.cid-sMQSsVyrY8 .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #65c6d4;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
.cid-sMQSsVyrY8 .reverseTimeline {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (max-width: 768px) {
  .cid-sMQSsVyrY8 .iconsBackground {
    left: 1.5rem;
  }
  .cid-sMQSsVyrY8 .separline:before {
    left: calc(1.5rem - 1px);
  }
  .cid-sMQSsVyrY8 .timeline-text-content {
    margin-left: 3rem !important;
    margin-right: 0 !important;
  }
  .cid-sMQSsVyrY8 .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-sMQSsVyrY8 .mbr-timeline-title {
  color: #ffffff;
}
.cid-sMQSsVyrY8 .mbr-timeline-text {
  color: #ffffff;
}
.cid-sMQX5lfsXB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #98dee8;
}
.cid-sMQX5lfsXB .mbr-iconfont {
  color: #ffe161;
}
.cid-sMQX5lfsXB .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-sMQX5lfsXB .mbr-text {
  margin: 1.5rem 0;
}
.cid-sMQX5lfsXB .card-img {
  margin-bottom: 2rem;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-sMQX5lfsXB .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-sMQX5lfsXB .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sMQX5lfsXB .mbr-section-subtitle,
.cid-sMQX5lfsXB .mbr-text,
.cid-sMQX5lfsXB .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-sMQX5lfsXB .mbr-text,
.cid-sMQX5lfsXB .social-links .mbr-iconfont {
  color: #000000;
}
.cid-sMQZTOxudY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fff0b0;
}
.cid-sMQZTOxudY .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #40b0bf;
  margin-left: 1rem;
}
.cid-sMQZTOxudY .panel-group {
  border: none;
}
.cid-sMQZTOxudY .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sMQZTOxudY .panel-body {
  padding: 1rem 2rem;
}
.cid-sMQZTOxudY .header-wrapper {
  position: relative;
}
.cid-sMQZTOxudY .card-header {
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  transition: all 0.3s;
  border-radius: 30px!important;
  padding: 1rem 2rem;
  z-index: 2;
}
.cid-sMQZTOxudY span {
  transition: all 0.3s;
  color: #1c1c25 !important;
}
.cid-sMQZTOxudY .card {
  overflow: visible;
}
.cid-sMQZTOxudY .card:hover .card-header {
  border-color: #1c1c25;
}
.cid-sMQZTOxudY .card:hover .hover-bg {
  background: #65c6d4;
  right: -8px;
  top: 8px;
}
.cid-sMQZTOxudY .card:hover span {
  transform: rotate(-90deg);
}
.cid-sMQZTOxudY .hover-bg {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  background: #f8f8f8;
  border-radius: 30px!important;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-sMQZTOxudY .panel-body {
    padding: 1rem 0rem;
  }
  .cid-sMQZTOxudY .card-header {
    padding: 1rem 1rem;
  }
}
.cid-sMQZTOxudY H4 {
  color: #777d74;
}
.cid-sMQZTOxudY .panel-title-edit {
  color: #1c1c25;
}
.cid-sMQZajsiYv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffb5b5;
}
.cid-sMQZajsiYv .row-links {
  width: 100%;
}
.cid-sMQZajsiYv .social-row {
  width: 100%;
  justify-content: flex-end;
  margin: 0;
}
.cid-sMQZajsiYv .col-lg-6 {
  height: fit-content;
}
.cid-sMQZajsiYv .soc-item {
  background: #2299aa;
  width: 45px;
  cursor: pointer;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-sMQZajsiYv .soc-item:hover {
  transform: scale(1.1);
}
.cid-sMQZajsiYv .row {
  align-items: center;
}
.cid-sMQZajsiYv .row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-sMQZajsiYv .row .foot-menu li {
  padding-right: 2rem;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-sMQZajsiYv .row .foot-menu li:hover {
  color: #40b0bf;
}
.cid-sMQZajsiYv .row .foot-menu li p {
  margin: 0;
}
.cid-sMQZajsiYv .row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sMQZajsiYv .row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-sMQZajsiYv .row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sMQZajsiYv .row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sMQZajsiYv .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sMQZajsiYv .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sMQZajsiYv .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sMQZajsiYv .row .row-copirayt p {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-sMQZajsiYv .row-links {
    justify-content: center;
  }
  .cid-sMQZajsiYv .foot-menu {
    justify-content: center;
  }
  .cid-sMQZajsiYv .row-copirayt {
    justify-content: center;
    margin: 0;
    margin-bottom: 2rem;
  }
  .cid-sMQZajsiYv .social-row {
    justify-content: center;
  }
  .cid-sMQZajsiYv .mbr-text {
    text-align: center;
  }
  .cid-sMQZajsiYv li {
    padding-right: 1rem !important;
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sMQZajsiYv .foot-menu {
    flex-direction: column;
  }
}
.cid-sMQZajsiYv .foot-menu-item {
  color: #29361a;
}
.cid-sMQZajsiYv .mbr-text {
  color: #808080;
}
