.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 2.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-2 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 2.2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-4 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 2rem;
}
.display-5 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-7 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- 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.08rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.82rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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-5 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((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: #232323 !important;
}
.bg-success {
  background-color: #3ccf21 !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #bc7b06 !important;
}
.bg-danger {
  background-color: #d8342c !important;
}
.btn-primary,
.btn-primary: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-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.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-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #3ccf21 !important;
  border-color: #3ccf21 !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: #268415 !important;
  border-color: #268415 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #268415 !important;
  border-color: #268415 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #bc7b06 !important;
  border-color: #bc7b06 !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #684403 !important;
  border-color: #684403 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #684403 !important;
  border-color: #684403 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d8342c !important;
  border-color: #d8342c !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: #92211b !important;
  border-color: #92211b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #92211b !important;
  border-color: #92211b !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: #232323;
  color: #232323;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !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: #3ccf21;
  color: #3ccf21;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #268415 !important;
  background-color: transparent!important;
  border-color: #268415 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3ccf21 !important;
  border-color: #3ccf21 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #bc7b06;
  color: #bc7b06;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #684403 !important;
  background-color: transparent!important;
  border-color: #684403 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #bc7b06 !important;
  border-color: #bc7b06 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #d8342c;
  color: #d8342c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #92211b !important;
  background-color: transparent!important;
  border-color: #92211b !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d8342c !important;
  border-color: #d8342c !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: #232323 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #3ccf21 !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #bc7b06 !important;
}
.text-danger {
  color: #d8342c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !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: #227713 !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: #593a03 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #851e19 !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: #232323;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #bc7b06;
}
.alert-danger {
  background-color: #d8342c;
}
.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: #232323;
  border-color: #232323;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #232323;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d5d5d5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #cef6c6;
}
.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: #f9ba48;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f8dad8;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
.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: #232323 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #232323;
}
/* 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: #232323;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #232323;
}
.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: #232323;
  border-bottom-color: #232323;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #232323 !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='%23232323' %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-tB0YZQqaCG .navbar-dropdown {
  position: relative !important;
}
.cid-tB0YZQqaCG .navbar-dropdown {
  position: absolute !important;
}
.cid-tB0YZQqaCG .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-tB0YZQqaCG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tB0YZQqaCG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tB0YZQqaCG .dropdown-item:hover,
.cid-tB0YZQqaCG .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-tB0YZQqaCG .dropdown-item:hover span {
  color: white;
}
.cid-tB0YZQqaCG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tB0YZQqaCG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tB0YZQqaCG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tB0YZQqaCG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tB0YZQqaCG .nav-link {
  position: relative;
}
.cid-tB0YZQqaCG .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tB0YZQqaCG .container {
    flex-wrap: wrap;
  }
}
.cid-tB0YZQqaCG .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tB0YZQqaCG .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tB0YZQqaCG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tB0YZQqaCG .dropdown-menu,
.cid-tB0YZQqaCG .navbar.opened {
  background: #25a9d2 !important;
}
.cid-tB0YZQqaCG .nav-item:focus,
.cid-tB0YZQqaCG .nav-link:focus {
  outline: none;
}
.cid-tB0YZQqaCG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tB0YZQqaCG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tB0YZQqaCG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tB0YZQqaCG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tB0YZQqaCG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tB0YZQqaCG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tB0YZQqaCG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #25a9d2;
}
.cid-tB0YZQqaCG .navbar.opened {
  transition: all 0.3s;
}
.cid-tB0YZQqaCG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tB0YZQqaCG .navbar .navbar-logo img {
  width: auto;
}
.cid-tB0YZQqaCG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tB0YZQqaCG .navbar.collapsed {
  justify-content: center;
}
.cid-tB0YZQqaCG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tB0YZQqaCG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tB0YZQqaCG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tB0YZQqaCG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tB0YZQqaCG .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-tB0YZQqaCG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tB0YZQqaCG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tB0YZQqaCG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tB0YZQqaCG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tB0YZQqaCG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tB0YZQqaCG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tB0YZQqaCG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tB0YZQqaCG .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-tB0YZQqaCG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tB0YZQqaCG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tB0YZQqaCG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tB0YZQqaCG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tB0YZQqaCG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tB0YZQqaCG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tB0YZQqaCG .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tB0YZQqaCG .navbar.navbar-short {
  min-height: 60px;
}
.cid-tB0YZQqaCG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tB0YZQqaCG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tB0YZQqaCG .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-tB0YZQqaCG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tB0YZQqaCG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tB0YZQqaCG .dropdown-item.active,
.cid-tB0YZQqaCG .dropdown-item:active {
  background-color: transparent;
}
.cid-tB0YZQqaCG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tB0YZQqaCG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tB0YZQqaCG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tB0YZQqaCG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #25a9d2;
}
.cid-tB0YZQqaCG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tB0YZQqaCG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tB0YZQqaCG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tB0YZQqaCG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tB0YZQqaCG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tB0YZQqaCG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b52525;
}
.cid-tB0YZQqaCG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tB0YZQqaCG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tB0YZQqaCG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tB0YZQqaCG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tB0YZQqaCG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tB0YZQqaCG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tB0YZQqaCG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tB0YZQqaCG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tB0YZQqaCG .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tB0YZQqaCG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tB0YZQqaCG .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-tB0YZQqaCG .navbar {
    height: 70px;
  }
  .cid-tB0YZQqaCG .navbar.opened {
    height: auto;
  }
  .cid-tB0YZQqaCG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQFSkPF5Hl {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQFSkPF5Hl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQFSkPF5Hl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQFSkPF5Hl .row {
  flex-direction: row-reverse;
}
.cid-uQFSkPF5Hl .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uQFSkPF5Hl .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uQFSkPF5Hl .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQFSkPF5Hl .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uQFSkPF5Hl .mbr-text,
.cid-uQFSkPF5Hl .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-tB9ez4cVTX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f6fafd;
}
.cid-tB9ez4cVTX img,
.cid-tB9ez4cVTX .item-img {
  width: 100%;
}
.cid-tB9ez4cVTX .item:focus,
.cid-tB9ez4cVTX span:focus {
  outline: none;
}
.cid-tB9ez4cVTX .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tB9ez4cVTX .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tB9ez4cVTX .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tB9ez4cVTX .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tB9ez4cVTX .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tB9ez4cVTX .mbr-section-title {
  color: #000000;
}
.cid-tB9ez4cVTX .mbr-text,
.cid-tB9ez4cVTX .mbr-section-btn {
  text-align: center;
}
.cid-tB9ez4cVTX .item-title {
  text-align: center;
}
.cid-tB9ez4cVTX .item-subtitle {
  text-align: center;
}
.cid-tB83YwBUMj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #25a9d2;
}
.cid-tB83YwBUMj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB83YwBUMj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB83YwBUMj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u77Ug2nXIe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQFULNuv8a {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #25a9d2;
}
.cid-uQFULNuv8a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQFULNuv8a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQFULNuv8a .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uTyLg735Pz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uTyLg735Pz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTyLg735Pz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTyLg735Pz .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uTyLg735Pz .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uTyLg735Pz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uTyLg735Pz .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-uTyLg735Pz .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-uTyLg735Pz .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uTyLg735Pz .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uTyLg735Pz .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uTyLg735Pz .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uTyLg735Pz .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tB85bPoWQz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #25a9d2;
}
.cid-tB85bPoWQz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB85bPoWQz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB85bPoWQz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uQFViHET3F {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u70F8vcdGD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #25a9d2;
}
.cid-u70F8vcdGD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u70F8vcdGD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u70F8vcdGD .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tPOyKLFyGI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6fafd;
}
.cid-tPOyKLFyGI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPOyKLFyGI .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-tPOyKLFyGI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tPOyKLFyGI .row {
  flex-direction: row-reverse;
}
.cid-tPOyKLFyGI img {
  width: 100%;
}
.cid-tB85MvgqdZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #25a9d2;
}
.cid-tB85MvgqdZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB85MvgqdZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB85MvgqdZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tB1AZH7rno {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u786FTkKMt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-u786FTkKMt .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-u786FTkKMt .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-u786FTkKMt .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #08943c;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-u786FTkKMt .mbr-text {
  color: #000000;
}
.cid-uAek98ZGR5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uAek98ZGR5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAek98ZGR5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAek98ZGR5 .oldcost {
  text-decoration: line-through;
  color: #e43f3f;
}
.cid-uAek98ZGR5 .currentcost {
  color: #e43f3f;
}
.cid-uAek98ZGR5 .card-wrapper {
  border-radius: 4px;
  background: #f6fafd;
}
@media (min-width: 992px) {
  .cid-uAek98ZGR5 .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uAek98ZGR5 .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAek98ZGR5 .text-box {
    padding: 1rem;
  }
}
.cid-uAek98ZGR5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uAek98ZGR5 .mbr-text,
.cid-uAek98ZGR5 .cost,
.cid-uAek98ZGR5 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-u781lKjrGA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #25a9d2;
}
.cid-u781lKjrGA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u781lKjrGA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u781lKjrGA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tB737Xejsa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tB737Xejsa .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tB737Xejsa .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tB737Xejsa .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #25a9d2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #25a9d2;
  color: #25a9d2;
  content: "✓";
}
.cid-tB737Xejsa .mbr-text {
  color: #000000;
}
.cid-u70BmNYOFb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #25a9d2;
}
.cid-u70BmNYOFb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u70BmNYOFb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u70BmNYOFb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tPOHAOO1qi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6fafd;
}
.cid-tPOHAOO1qi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPOHAOO1qi .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-tPOHAOO1qi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tPOHAOO1qi .row {
  flex-direction: row-reverse;
}
.cid-tPOHAOO1qi img {
  width: 100%;
}
.cid-uAeknBI1yR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uAeknBI1yR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAeknBI1yR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAeknBI1yR .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uAeknBI1yR .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uAeknBI1yR .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uAeknBI1yR .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-uAeknBI1yR .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-uAeknBI1yR .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uAeknBI1yR .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uAeknBI1yR .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uAeknBI1yR .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAeknBI1yR .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uAeknBI1yR .card-title {
  color: #000000;
}
.cid-uAeknBI1yR .mbr-text,
.cid-uAeknBI1yR .social-row {
  color: #000000;
}
.cid-uRAuJq5MM7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #25a9d2;
}
.cid-uRAuJq5MM7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRAuJq5MM7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRAuJq5MM7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uAewDGoVSS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uAewDGoVSS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAewDGoVSS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAewDGoVSS .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uAewDGoVSS .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uAewDGoVSS .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #232323;
}
.cid-uAewDGoVSS .panel-body,
.cid-uAewDGoVSS .card-header {
  padding: 1rem 0;
}
.cid-uAewDGoVSS .panel-title-edit {
  color: #000000;
}
.cid-uQFYjmeKkt {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uQFYjmeKkt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQFYjmeKkt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQFYjmeKkt .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uQFYjmeKkt .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uQFYjmeKkt .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #232323;
}
.cid-uQFYjmeKkt .panel-body,
.cid-uQFYjmeKkt .card-header {
  padding: 1rem 0;
}
.cid-uQFYjmeKkt .panel-title-edit {
  color: #000000;
}
.cid-tB7b1ZT912 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tB7b1ZT912 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB7b1ZT912 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB7b1ZT912 .oldcost {
  text-decoration: line-through;
  color: #000000;
  text-align: center;
}
.cid-tB7b1ZT912 .currentcost {
  color: #000000;
  text-align: left;
}
.cid-tB7b1ZT912 .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-tB7b1ZT912 .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tB7b1ZT912 .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tB7b1ZT912 .text-box {
    padding: 1rem;
  }
}
.cid-tB7b1ZT912 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tB7b1ZT912 H5 {
  color: #232323;
  text-align: left;
}
.cid-tB7b1ZT912 .mbr-text,
.cid-tB7b1ZT912 .cost,
.cid-tB7b1ZT912 .mbr-section-btn {
  color: #ffffff;
}
.cid-tB7ggl8pAB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tB7Yu884tX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #25a9d2;
}
.cid-tB7Yu884tX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB7Yu884tX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB7Yu884tX ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tB7Yu884tX li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tB7Yu884tX ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tB7Yu884tX .list {
  color: #ffffff;
}
.cid-v0s9PM21Ah {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v0s9PM21Ah .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0s9PM21Ah .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0s9PM21Ah .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v0s9PM21Ah .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v0s9PM21Ah .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v0s9PM21Ah .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-v0s9PM21Ah .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-v0s9PM21Ah .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v0s9PM21Ah .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v0s9PM21Ah .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v0s9PM21Ah .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v0s9PM21Ah .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tB7Zpny08V {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tB7Zpny08V .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB7Zpny08V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB7Zpny08V .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tB7Zpny08V .mbr-section-title {
  color: #ffffff;
}
.cid-uQFRSrRbcl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uQFRSrRbcl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQFRSrRbcl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQFRSrRbcl .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uQFRSrRbcl .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uQFRSrRbcl .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uQFRSrRbcl .bg-pinterest:hover {
  background: #b3001b;
}
.cid-uQFRSrRbcl .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uQFRSrRbcl .bg-instagram:hover {
  background: #bd005c;
}
.cid-uQFRSrRbcl .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uQFRSrRbcl [class^="socicon-"]:before,
.cid-uQFRSrRbcl [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uQFRSrRbcl .mbr-section-title,
.cid-uQFRSrRbcl .social-list {
  color: #ffffff;
}
.cid-tBuMPzdHFY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tBuMPzdHFY .mbr-section-title {
  text-align: center;
}
.cid-tBuMj9hDkk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tBuMj9hDkk .mbr-section-title {
  text-align: center;
}
.cid-tBuOj1XZ1f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tBuOj1XZ1f .mbr-section-title {
  text-align: center;
}
.cid-v0sv6JhUXu .navbar-dropdown {
  position: relative !important;
}
.cid-v0sv6JhUXu .navbar-dropdown {
  position: absolute !important;
}
.cid-v0sv6JhUXu .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-v0sv6JhUXu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v0sv6JhUXu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v0sv6JhUXu .dropdown-item:hover,
.cid-v0sv6JhUXu .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-v0sv6JhUXu .dropdown-item:hover span {
  color: white;
}
.cid-v0sv6JhUXu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0sv6JhUXu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0sv6JhUXu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v0sv6JhUXu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0sv6JhUXu .nav-link {
  position: relative;
}
.cid-v0sv6JhUXu .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v0sv6JhUXu .container {
    flex-wrap: wrap;
  }
}
.cid-v0sv6JhUXu .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v0sv6JhUXu .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v0sv6JhUXu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0sv6JhUXu .dropdown-menu,
.cid-v0sv6JhUXu .navbar.opened {
  background: #25a9d2 !important;
}
.cid-v0sv6JhUXu .nav-item:focus,
.cid-v0sv6JhUXu .nav-link:focus {
  outline: none;
}
.cid-v0sv6JhUXu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0sv6JhUXu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0sv6JhUXu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0sv6JhUXu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0sv6JhUXu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0sv6JhUXu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0sv6JhUXu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #25a9d2;
}
.cid-v0sv6JhUXu .navbar.opened {
  transition: all 0.3s;
}
.cid-v0sv6JhUXu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0sv6JhUXu .navbar .navbar-logo img {
  width: auto;
}
.cid-v0sv6JhUXu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v0sv6JhUXu .navbar.collapsed {
  justify-content: center;
}
.cid-v0sv6JhUXu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0sv6JhUXu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v0sv6JhUXu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0sv6JhUXu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0sv6JhUXu .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-v0sv6JhUXu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0sv6JhUXu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0sv6JhUXu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0sv6JhUXu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0sv6JhUXu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0sv6JhUXu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0sv6JhUXu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0sv6JhUXu .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-v0sv6JhUXu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v0sv6JhUXu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0sv6JhUXu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0sv6JhUXu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v0sv6JhUXu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0sv6JhUXu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v0sv6JhUXu .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v0sv6JhUXu .navbar.navbar-short {
  min-height: 60px;
}
.cid-v0sv6JhUXu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v0sv6JhUXu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v0sv6JhUXu .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-v0sv6JhUXu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0sv6JhUXu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0sv6JhUXu .dropdown-item.active,
.cid-v0sv6JhUXu .dropdown-item:active {
  background-color: transparent;
}
.cid-v0sv6JhUXu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0sv6JhUXu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0sv6JhUXu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0sv6JhUXu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #25a9d2;
}
.cid-v0sv6JhUXu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v0sv6JhUXu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0sv6JhUXu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0sv6JhUXu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v0sv6JhUXu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0sv6JhUXu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b52525;
}
.cid-v0sv6JhUXu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0sv6JhUXu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0sv6JhUXu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0sv6JhUXu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0sv6JhUXu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0sv6JhUXu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0sv6JhUXu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0sv6JhUXu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0sv6JhUXu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v0sv6JhUXu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0sv6JhUXu .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-v0sv6JhUXu .navbar {
    height: 70px;
  }
  .cid-v0sv6JhUXu .navbar.opened {
    height: auto;
  }
  .cid-v0sv6JhUXu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0sv6JNAGQ {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v0sv6JNAGQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0sv6JNAGQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0sv6JNAGQ .row {
  flex-direction: row-reverse;
}
.cid-v0sv6JNAGQ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v0sv6JNAGQ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v0sv6JNAGQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v0sv6JNAGQ .mbr-section-title {
  text-align: center;
  color: #044981;
}
.cid-v0sv6JNAGQ .mbr-text,
.cid-v0sv6JNAGQ .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v0sv6KaatF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f6fafd;
}
.cid-v0sv6KaatF img,
.cid-v0sv6KaatF .item-img {
  width: 100%;
}
.cid-v0sv6KaatF .item:focus,
.cid-v0sv6KaatF span:focus {
  outline: none;
}
.cid-v0sv6KaatF .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v0sv6KaatF .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v0sv6KaatF .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v0sv6KaatF .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v0sv6KaatF .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v0sv6KaatF .mbr-section-title {
  color: #000000;
}
.cid-v0sv6KaatF .mbr-text,
.cid-v0sv6KaatF .mbr-section-btn {
  text-align: center;
}
.cid-v0sv6KaatF .item-title {
  text-align: center;
}
.cid-v0sv6KaatF .item-subtitle {
  text-align: center;
}
.cid-v0sv6KZY50 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v0sv6KZY50 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0sv6KZY50 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0sv6KZY50 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v0sv6LeHRF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v0sv6LqeXX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v0sv6LqeXX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0sv6LqeXX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0sv6LqeXX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v0sv6LIRM4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v0sv6LIRM4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0sv6LIRM4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0sv6LIRM4 .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v0sv6LIRM4 .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v0sv6LIRM4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v0sv6LIRM4 .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-v0sv6LIRM4 .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-v0sv6LIRM4 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v0sv6LIRM4 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v0sv6LIRM4 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v0sv6LIRM4 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v0sv6LIRM4 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v0sv6Mchtg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v0sv6Mchtg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0sv6Mchtg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0sv6Mchtg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v0sv6MGmdF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v0sv6MUiKG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v0sv6MUiKG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0sv6MUiKG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0sv6MUiKG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v0sv6Na43y {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6fafd;
}
.cid-v0sv6Na43y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0sv6Na43y .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-v0sv6Na43y .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0sv6Na43y .row {
  flex-direction: row-reverse;
}
.cid-v0sv6Na43y img {
  width: 100%;
}
.cid-v0sv6NqKGJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v0sv6NqKGJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0sv6NqKGJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0sv6NqKGJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v0sv6NIQDS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v0sv6NUPKl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v0sv6NUPKl .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v0sv6NUPKl .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v0sv6NUPKl .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #08943c;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-v0sv6NUPKl .mbr-text {
  color: #000000;
}
.cid-v0sv6O6T3X {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-v0sv6O6T3X .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0sv6O6T3X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0sv6O6T3X .oldcost {
  text-decoration: line-through;
  color: #e43f3f;
}
.cid-v0sv6O6T3X .currentcost {
  color: #e43f3f;
}
.cid-v0sv6O6T3X .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-v0sv6O6T3X .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v0sv6O6T3X .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v0sv6O6T3X .text-box {
    padding: 1rem;
  }
}
.cid-v0sv6O6T3X .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v0sv6O6T3X .mbr-text,
.cid-v0sv6O6T3X .cost,
.cid-v0sv6O6T3X .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v0sv6OmAI9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v0sv6OmAI9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0sv6OmAI9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0sv6OmAI9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v0sv6OEKQc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v0sv6OEKQc .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v0sv6OEKQc .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v0sv6OEKQc .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #141c24;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-v0sv6OEKQc .mbr-text {
  color: #000000;
}
.cid-v0sv6OROrT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-v0sv6OROrT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0sv6OROrT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0sv6OROrT .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-v0sv6OROrT .mbr-section-title,
.cid-v0sv6OROrT .mbr-section-subtitle {
  text-align: center;
}
.cid-v0sv6OROrT .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v0sv6OROrT .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-v0sv6OROrT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v0sv6OROrT .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v0sv6OROrT .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v0sv6OROrT .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v0sv6OROrT .mbr-section-title {
  color: #000000;
}
.cid-v0sv6OROrT .card-title {
  color: #000000;
}
.cid-v0sv6PnRog {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v0sv6PnRog .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0sv6PnRog .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0sv6PnRog .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v0sv6PEPn1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6fafd;
}
.cid-v0sv6PEPn1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0sv6PEPn1 .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-v0sv6PEPn1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0sv6PEPn1 .row {
  flex-direction: row-reverse;
}
.cid-v0sv6PEPn1 img {
  width: 100%;
}
.cid-v0sv6PZFui {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v0sv6PZFui .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0sv6PZFui .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0sv6PZFui .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v0sv6PZFui .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v0sv6PZFui .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v0sv6PZFui .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-v0sv6PZFui .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-v0sv6PZFui .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v0sv6PZFui .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v0sv6PZFui .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v0sv6PZFui .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v0sv6PZFui .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v0sv6PZFui .card-title {
  color: #000000;
}
.cid-v0sv6PZFui .mbr-text,
.cid-v0sv6PZFui .social-row {
  color: #000000;
}
.cid-v0sv6QtCn7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v0sv6QtCn7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0sv6QtCn7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0sv6QtCn7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v0sv6QJwRq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v0sv6QJwRq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0sv6QJwRq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0sv6QJwRq .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v0sv6QJwRq .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v0sv6QJwRq .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #232323;
}
.cid-v0sv6QJwRq .panel-body,
.cid-v0sv6QJwRq .card-header {
  padding: 1rem 0;
}
.cid-v0sv6QJwRq .panel-title-edit {
  color: #000000;
}
.cid-v0sv6R8PIm {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v0sv6R8PIm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0sv6R8PIm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0sv6R8PIm .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v0sv6R8PIm .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v0sv6R8PIm .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #232323;
}
.cid-v0sv6R8PIm .panel-body,
.cid-v0sv6R8PIm .card-header {
  padding: 1rem 0;
}
.cid-v0sv6R8PIm .panel-title-edit {
  color: #000000;
}
.cid-v0sv6RtGbU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v0sv6RtGbU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0sv6RtGbU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0sv6RtGbU .oldcost {
  text-decoration: line-through;
  color: #000000;
  text-align: center;
}
.cid-v0sv6RtGbU .currentcost {
  color: #000000;
  text-align: left;
}
.cid-v0sv6RtGbU .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-v0sv6RtGbU .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v0sv6RtGbU .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v0sv6RtGbU .text-box {
    padding: 1rem;
  }
}
.cid-v0sv6RtGbU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v0sv6RtGbU H5 {
  color: #232323;
  text-align: left;
}
.cid-v0sv6RtGbU .mbr-text,
.cid-v0sv6RtGbU .cost,
.cid-v0sv6RtGbU .mbr-section-btn {
  color: #ffffff;
}
.cid-v0sv6RMmQp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v0sv6S1aaG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #141c24;
}
.cid-v0sv6S1aaG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0sv6S1aaG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0sv6S1aaG ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-v0sv6S1aaG li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-v0sv6S1aaG ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-v0sv6S1aaG .list {
  color: #ffffff;
}
.cid-v0sv6SnQCK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v0sv6SnQCK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0sv6SnQCK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0sv6SnQCK .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v0sv6SnQCK .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v0sv6SnQCK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v0sv6SnQCK .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-v0sv6SnQCK .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-v0sv6SnQCK .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v0sv6SnQCK .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v0sv6SnQCK .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v0sv6SnQCK .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v0sv6SnQCK .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v0sv6SIn64 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v0sv6SIn64 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0sv6SIn64 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0sv6SIn64 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v0sv6SIn64 .mbr-section-title {
  color: #ffffff;
}
.cid-v0sv6T1ZId {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v0sv6T1ZId .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0sv6T1ZId .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0sv6T1ZId .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v0sv6T1ZId .bg-facebook:hover {
  background: #0b60cb;
}
.cid-v0sv6T1ZId .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-v0sv6T1ZId .bg-pinterest:hover {
  background: #b3001b;
}
.cid-v0sv6T1ZId .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-v0sv6T1ZId .bg-instagram:hover {
  background: #bd005c;
}
.cid-v0sv6T1ZId .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-v0sv6T1ZId [class^="socicon-"]:before,
.cid-v0sv6T1ZId [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-v0sv6T1ZId .mbr-section-title,
.cid-v0sv6T1ZId .social-list {
  color: #ffffff;
}
.cid-v2HKgimOcE .navbar-dropdown {
  position: relative !important;
}
.cid-v2HKgimOcE .navbar-dropdown {
  position: absolute !important;
}
.cid-v2HKgimOcE .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-v2HKgimOcE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v2HKgimOcE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v2HKgimOcE .dropdown-item:hover,
.cid-v2HKgimOcE .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-v2HKgimOcE .dropdown-item:hover span {
  color: white;
}
.cid-v2HKgimOcE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2HKgimOcE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2HKgimOcE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2HKgimOcE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2HKgimOcE .nav-link {
  position: relative;
}
.cid-v2HKgimOcE .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v2HKgimOcE .container {
    flex-wrap: wrap;
  }
}
.cid-v2HKgimOcE .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v2HKgimOcE .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v2HKgimOcE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v2HKgimOcE .dropdown-menu,
.cid-v2HKgimOcE .navbar.opened {
  background: #25a9d2 !important;
}
.cid-v2HKgimOcE .nav-item:focus,
.cid-v2HKgimOcE .nav-link:focus {
  outline: none;
}
.cid-v2HKgimOcE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2HKgimOcE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2HKgimOcE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2HKgimOcE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2HKgimOcE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2HKgimOcE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2HKgimOcE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #25a9d2;
}
.cid-v2HKgimOcE .navbar.opened {
  transition: all 0.3s;
}
.cid-v2HKgimOcE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2HKgimOcE .navbar .navbar-logo img {
  width: auto;
}
.cid-v2HKgimOcE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2HKgimOcE .navbar.collapsed {
  justify-content: center;
}
.cid-v2HKgimOcE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2HKgimOcE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v2HKgimOcE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2HKgimOcE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2HKgimOcE .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-v2HKgimOcE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2HKgimOcE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2HKgimOcE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2HKgimOcE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2HKgimOcE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2HKgimOcE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2HKgimOcE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2HKgimOcE .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-v2HKgimOcE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2HKgimOcE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2HKgimOcE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2HKgimOcE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2HKgimOcE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2HKgimOcE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v2HKgimOcE .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v2HKgimOcE .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2HKgimOcE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2HKgimOcE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v2HKgimOcE .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-v2HKgimOcE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2HKgimOcE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2HKgimOcE .dropdown-item.active,
.cid-v2HKgimOcE .dropdown-item:active {
  background-color: transparent;
}
.cid-v2HKgimOcE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2HKgimOcE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2HKgimOcE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2HKgimOcE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #25a9d2;
}
.cid-v2HKgimOcE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2HKgimOcE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2HKgimOcE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2HKgimOcE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2HKgimOcE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2HKgimOcE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b52525;
}
.cid-v2HKgimOcE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2HKgimOcE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2HKgimOcE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2HKgimOcE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2HKgimOcE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2HKgimOcE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2HKgimOcE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2HKgimOcE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2HKgimOcE .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v2HKgimOcE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2HKgimOcE .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-v2HKgimOcE .navbar {
    height: 70px;
  }
  .cid-v2HKgimOcE .navbar.opened {
    height: auto;
  }
  .cid-v2HKgimOcE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2HKgiCGKF {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2HKgiCGKF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HKgiCGKF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HKgiCGKF .row {
  flex-direction: row-reverse;
}
.cid-v2HKgiCGKF .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v2HKgiCGKF .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v2HKgiCGKF .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2HKgiCGKF .mbr-section-title {
  text-align: center;
  color: #044981;
}
.cid-v2HKgiCGKF .mbr-text,
.cid-v2HKgiCGKF .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v2HKgiSgSh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f6fafd;
}
.cid-v2HKgiSgSh img,
.cid-v2HKgiSgSh .item-img {
  width: 100%;
}
.cid-v2HKgiSgSh .item:focus,
.cid-v2HKgiSgSh span:focus {
  outline: none;
}
.cid-v2HKgiSgSh .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v2HKgiSgSh .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v2HKgiSgSh .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v2HKgiSgSh .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v2HKgiSgSh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v2HKgiSgSh .mbr-section-title {
  color: #000000;
}
.cid-v2HKgiSgSh .mbr-text,
.cid-v2HKgiSgSh .mbr-section-btn {
  text-align: center;
}
.cid-v2HKgiSgSh .item-title {
  text-align: center;
}
.cid-v2HKgiSgSh .item-subtitle {
  text-align: center;
}
.cid-v2HKgjcJ13 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2HKgjcJ13 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HKgjcJ13 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HKgjcJ13 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2HKgjqZsZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2HKgjzeyj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2HKgjzeyj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HKgjzeyj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HKgjzeyj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2HKgjMRIr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v2HKgjMRIr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HKgjMRIr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HKgjMRIr .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v2HKgjMRIr .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v2HKgjMRIr .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2HKgjMRIr .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-v2HKgjMRIr .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-v2HKgjMRIr .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v2HKgjMRIr .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v2HKgjMRIr .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v2HKgjMRIr .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2HKgjMRIr .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v2HKgkf31h {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2HKgkf31h .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HKgkf31h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HKgkf31h .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2HKgks4wp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2HKgkCdkJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2HKgkCdkJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HKgkCdkJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HKgkCdkJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2HKgkPWWH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6fafd;
}
.cid-v2HKgkPWWH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HKgkPWWH .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-v2HKgkPWWH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2HKgkPWWH .row {
  flex-direction: row-reverse;
}
.cid-v2HKgkPWWH img {
  width: 100%;
}
.cid-v2HKgl2IoD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2HKgl2IoD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HKgl2IoD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HKgl2IoD .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2HKglgc9r {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v2HKgltz80 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v2HKgltz80 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v2HKgltz80 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v2HKgltz80 .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #08943c;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-v2HKgltz80 .mbr-text {
  color: #000000;
}
.cid-v2HKglF4H6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-v2HKglF4H6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HKglF4H6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HKglF4H6 .oldcost {
  text-decoration: line-through;
  color: #e43f3f;
}
.cid-v2HKglF4H6 .currentcost {
  color: #e43f3f;
}
.cid-v2HKglF4H6 .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-v2HKglF4H6 .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v2HKglF4H6 .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2HKglF4H6 .text-box {
    padding: 1rem;
  }
}
.cid-v2HKglF4H6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2HKglF4H6 .mbr-text,
.cid-v2HKglF4H6 .cost,
.cid-v2HKglF4H6 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v2HKglU3Y3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2HKglU3Y3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HKglU3Y3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HKglU3Y3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2HKgm9gws {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2HKgm9gws .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v2HKgm9gws .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v2HKgm9gws .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #141c24;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-v2HKgm9gws .mbr-text {
  color: #000000;
}
.cid-v2HKgmlo25 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-v2HKgmlo25 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HKgmlo25 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HKgmlo25 .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-v2HKgmlo25 .mbr-section-title,
.cid-v2HKgmlo25 .mbr-section-subtitle {
  text-align: center;
}
.cid-v2HKgmlo25 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v2HKgmlo25 .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-v2HKgmlo25 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v2HKgmlo25 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v2HKgmlo25 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2HKgmlo25 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v2HKgmlo25 .mbr-section-title {
  color: #000000;
}
.cid-v2HKgmlo25 .card-title {
  color: #000000;
}
.cid-v2HKgmUyRj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2HKgmUyRj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HKgmUyRj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HKgmUyRj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2HKgn8ZGd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6fafd;
}
.cid-v2HKgn8ZGd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HKgn8ZGd .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-v2HKgn8ZGd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2HKgn8ZGd .row {
  flex-direction: row-reverse;
}
.cid-v2HKgn8ZGd img {
  width: 100%;
}
.cid-v2HKgnlaIE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2HKgnlaIE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HKgnlaIE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HKgnlaIE .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v2HKgnlaIE .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v2HKgnlaIE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2HKgnlaIE .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-v2HKgnlaIE .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-v2HKgnlaIE .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v2HKgnlaIE .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v2HKgnlaIE .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v2HKgnlaIE .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2HKgnlaIE .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v2HKgnlaIE .card-title {
  color: #000000;
}
.cid-v2HKgnlaIE .mbr-text,
.cid-v2HKgnlaIE .social-row {
  color: #000000;
}
.cid-v2HKgnNaLY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2HKgnNaLY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HKgnNaLY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HKgnNaLY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2HKgo2lFi {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v2HKgo2lFi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HKgo2lFi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HKgo2lFi .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v2HKgo2lFi .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v2HKgo2lFi .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #232323;
}
.cid-v2HKgo2lFi .panel-body,
.cid-v2HKgo2lFi .card-header {
  padding: 1rem 0;
}
.cid-v2HKgo2lFi .panel-title-edit {
  color: #000000;
}
.cid-v2HKgonlRw {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v2HKgonlRw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HKgonlRw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HKgonlRw .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v2HKgonlRw .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v2HKgonlRw .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #232323;
}
.cid-v2HKgonlRw .panel-body,
.cid-v2HKgonlRw .card-header {
  padding: 1rem 0;
}
.cid-v2HKgonlRw .panel-title-edit {
  color: #000000;
}
.cid-v2HKgoGwCI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2HKgoGwCI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HKgoGwCI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HKgoGwCI .oldcost {
  text-decoration: line-through;
  color: #000000;
  text-align: center;
}
.cid-v2HKgoGwCI .currentcost {
  color: #000000;
  text-align: left;
}
.cid-v2HKgoGwCI .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-v2HKgoGwCI .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v2HKgoGwCI .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2HKgoGwCI .text-box {
    padding: 1rem;
  }
}
.cid-v2HKgoGwCI .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2HKgoGwCI H5 {
  color: #232323;
  text-align: left;
}
.cid-v2HKgoGwCI .mbr-text,
.cid-v2HKgoGwCI .cost,
.cid-v2HKgoGwCI .mbr-section-btn {
  color: #ffffff;
}
.cid-v2HKgoXm0P {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v2HKgpbvwB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #141c24;
}
.cid-v2HKgpbvwB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HKgpbvwB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HKgpbvwB ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-v2HKgpbvwB li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-v2HKgpbvwB ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-v2HKgpbvwB .list {
  color: #ffffff;
}
.cid-v2HKgpu67z {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v2HKgpu67z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HKgpu67z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HKgpu67z .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v2HKgpu67z .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v2HKgpu67z .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2HKgpu67z .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-v2HKgpu67z .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-v2HKgpu67z .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v2HKgpu67z .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v2HKgpu67z .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v2HKgpu67z .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2HKgpu67z .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v2HKgpU1wa {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v2HKgpU1wa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HKgpU1wa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HKgpU1wa .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v2HKgpU1wa .mbr-section-title {
  color: #ffffff;
}
.cid-v2HKgqcfYs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v2HKgqcfYs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HKgqcfYs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HKgqcfYs .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v2HKgqcfYs .bg-facebook:hover {
  background: #0b60cb;
}
.cid-v2HKgqcfYs .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-v2HKgqcfYs .bg-pinterest:hover {
  background: #b3001b;
}
.cid-v2HKgqcfYs .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-v2HKgqcfYs .bg-instagram:hover {
  background: #bd005c;
}
.cid-v2HKgqcfYs .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-v2HKgqcfYs [class^="socicon-"]:before,
.cid-v2HKgqcfYs [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-v2HKgqcfYs .mbr-section-title,
.cid-v2HKgqcfYs .social-list {
  color: #ffffff;
}
.cid-v2HKtaEdqy .navbar-dropdown {
  position: relative !important;
}
.cid-v2HKtaEdqy .navbar-dropdown {
  position: absolute !important;
}
.cid-v2HKtaEdqy .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-v2HKtaEdqy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v2HKtaEdqy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v2HKtaEdqy .dropdown-item:hover,
.cid-v2HKtaEdqy .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-v2HKtaEdqy .dropdown-item:hover span {
  color: white;
}
.cid-v2HKtaEdqy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2HKtaEdqy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2HKtaEdqy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2HKtaEdqy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2HKtaEdqy .nav-link {
  position: relative;
}
.cid-v2HKtaEdqy .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v2HKtaEdqy .container {
    flex-wrap: wrap;
  }
}
.cid-v2HKtaEdqy .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v2HKtaEdqy .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v2HKtaEdqy .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v2HKtaEdqy .dropdown-menu,
.cid-v2HKtaEdqy .navbar.opened {
  background: #25a9d2 !important;
}
.cid-v2HKtaEdqy .nav-item:focus,
.cid-v2HKtaEdqy .nav-link:focus {
  outline: none;
}
.cid-v2HKtaEdqy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2HKtaEdqy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2HKtaEdqy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2HKtaEdqy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2HKtaEdqy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2HKtaEdqy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2HKtaEdqy .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #25a9d2;
}
.cid-v2HKtaEdqy .navbar.opened {
  transition: all 0.3s;
}
.cid-v2HKtaEdqy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2HKtaEdqy .navbar .navbar-logo img {
  width: auto;
}
.cid-v2HKtaEdqy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2HKtaEdqy .navbar.collapsed {
  justify-content: center;
}
.cid-v2HKtaEdqy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2HKtaEdqy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v2HKtaEdqy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2HKtaEdqy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2HKtaEdqy .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-v2HKtaEdqy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2HKtaEdqy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2HKtaEdqy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2HKtaEdqy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2HKtaEdqy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2HKtaEdqy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2HKtaEdqy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2HKtaEdqy .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-v2HKtaEdqy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2HKtaEdqy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2HKtaEdqy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2HKtaEdqy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2HKtaEdqy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2HKtaEdqy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v2HKtaEdqy .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v2HKtaEdqy .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2HKtaEdqy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2HKtaEdqy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v2HKtaEdqy .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-v2HKtaEdqy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2HKtaEdqy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2HKtaEdqy .dropdown-item.active,
.cid-v2HKtaEdqy .dropdown-item:active {
  background-color: transparent;
}
.cid-v2HKtaEdqy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2HKtaEdqy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2HKtaEdqy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2HKtaEdqy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #25a9d2;
}
.cid-v2HKtaEdqy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2HKtaEdqy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2HKtaEdqy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2HKtaEdqy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2HKtaEdqy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2HKtaEdqy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b52525;
}
.cid-v2HKtaEdqy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2HKtaEdqy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2HKtaEdqy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2HKtaEdqy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2HKtaEdqy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2HKtaEdqy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2HKtaEdqy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2HKtaEdqy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2HKtaEdqy .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v2HKtaEdqy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2HKtaEdqy .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-v2HKtaEdqy .navbar {
    height: 70px;
  }
  .cid-v2HKtaEdqy .navbar.opened {
    height: auto;
  }
  .cid-v2HKtaEdqy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2HKtaWC4K {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2HKtaWC4K .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HKtaWC4K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HKtaWC4K .row {
  flex-direction: row-reverse;
}
.cid-v2HKtaWC4K .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v2HKtaWC4K .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v2HKtaWC4K .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2HKtaWC4K .mbr-section-title {
  text-align: center;
  color: #044981;
}
.cid-v2HKtaWC4K .mbr-text,
.cid-v2HKtaWC4K .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v2HKtbaKw8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f6fafd;
}
.cid-v2HKtbaKw8 img,
.cid-v2HKtbaKw8 .item-img {
  width: 100%;
}
.cid-v2HKtbaKw8 .item:focus,
.cid-v2HKtbaKw8 span:focus {
  outline: none;
}
.cid-v2HKtbaKw8 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v2HKtbaKw8 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v2HKtbaKw8 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v2HKtbaKw8 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v2HKtbaKw8 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v2HKtbaKw8 .mbr-section-title {
  color: #000000;
}
.cid-v2HKtbaKw8 .mbr-text,
.cid-v2HKtbaKw8 .mbr-section-btn {
  text-align: center;
}
.cid-v2HKtbaKw8 .item-title {
  text-align: center;
}
.cid-v2HKtbaKw8 .item-subtitle {
  text-align: center;
}
.cid-v2HKtbw1Nq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2HKtbw1Nq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HKtbw1Nq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HKtbw1Nq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2HKtbL42J {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2HKtbULvM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2HKtbULvM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HKtbULvM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HKtbULvM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2HKtc7LIT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v2HKtc7LIT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HKtc7LIT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HKtc7LIT .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v2HKtc7LIT .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v2HKtc7LIT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2HKtc7LIT .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-v2HKtc7LIT .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-v2HKtc7LIT .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v2HKtc7LIT .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v2HKtc7LIT .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v2HKtc7LIT .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2HKtc7LIT .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v2HKtcDYAv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2HKtcDYAv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HKtcDYAv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HKtcDYAv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2HKtcRiJw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2HKtd275r {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2HKtd275r .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HKtd275r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HKtd275r .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2HKtdiHnu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6fafd;
}
.cid-v2HKtdiHnu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HKtdiHnu .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-v2HKtdiHnu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2HKtdiHnu .row {
  flex-direction: row-reverse;
}
.cid-v2HKtdiHnu img {
  width: 100%;
}
.cid-v2HKtdvUr9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2HKtdvUr9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HKtdvUr9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HKtdvUr9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2HKtdQX6s {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v2HKte1CdY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v2HKte1CdY .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v2HKte1CdY .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v2HKte1CdY .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #08943c;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-v2HKte1CdY .mbr-text {
  color: #000000;
}
.cid-v2HKtef3D9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-v2HKtef3D9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HKtef3D9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HKtef3D9 .oldcost {
  text-decoration: line-through;
  color: #e43f3f;
}
.cid-v2HKtef3D9 .currentcost {
  color: #e43f3f;
}
.cid-v2HKtef3D9 .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-v2HKtef3D9 .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v2HKtef3D9 .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2HKtef3D9 .text-box {
    padding: 1rem;
  }
}
.cid-v2HKtef3D9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2HKtef3D9 .mbr-text,
.cid-v2HKtef3D9 .cost,
.cid-v2HKtef3D9 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v2HKtet6JR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2HKtet6JR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HKtet6JR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HKtet6JR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2HKteJn7C {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2HKteJn7C .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v2HKteJn7C .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v2HKteJn7C .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #141c24;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-v2HKteJn7C .mbr-text {
  color: #000000;
}
.cid-v2HKteXg89 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-v2HKteXg89 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HKteXg89 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HKteXg89 .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-v2HKteXg89 .mbr-section-title,
.cid-v2HKteXg89 .mbr-section-subtitle {
  text-align: center;
}
.cid-v2HKteXg89 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v2HKteXg89 .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-v2HKteXg89 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v2HKteXg89 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v2HKteXg89 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2HKteXg89 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v2HKteXg89 .mbr-section-title {
  color: #000000;
}
.cid-v2HKteXg89 .card-title {
  color: #000000;
}
.cid-v2HKtfss6U {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2HKtfss6U .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HKtfss6U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HKtfss6U .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2HKtfGCfZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6fafd;
}
.cid-v2HKtfGCfZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HKtfGCfZ .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-v2HKtfGCfZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2HKtfGCfZ .row {
  flex-direction: row-reverse;
}
.cid-v2HKtfGCfZ img {
  width: 100%;
}
.cid-v2HKtfUbVg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2HKtfUbVg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HKtfUbVg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HKtfUbVg .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v2HKtfUbVg .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v2HKtfUbVg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2HKtfUbVg .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-v2HKtfUbVg .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-v2HKtfUbVg .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v2HKtfUbVg .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v2HKtfUbVg .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v2HKtfUbVg .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2HKtfUbVg .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v2HKtfUbVg .card-title {
  color: #000000;
}
.cid-v2HKtfUbVg .mbr-text,
.cid-v2HKtfUbVg .social-row {
  color: #000000;
}
.cid-v2HKtgqNUx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2HKtgqNUx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HKtgqNUx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HKtgqNUx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2HKtgFd7r {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v2HKtgFd7r .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HKtgFd7r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HKtgFd7r .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v2HKtgFd7r .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v2HKtgFd7r .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #232323;
}
.cid-v2HKtgFd7r .panel-body,
.cid-v2HKtgFd7r .card-header {
  padding: 1rem 0;
}
.cid-v2HKtgFd7r .panel-title-edit {
  color: #000000;
}
.cid-v2HKthmTIT {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v2HKthmTIT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HKthmTIT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HKthmTIT .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v2HKthmTIT .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v2HKthmTIT .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #232323;
}
.cid-v2HKthmTIT .panel-body,
.cid-v2HKthmTIT .card-header {
  padding: 1rem 0;
}
.cid-v2HKthmTIT .panel-title-edit {
  color: #000000;
}
.cid-v2HKticvvS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2HKticvvS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HKticvvS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HKticvvS .oldcost {
  text-decoration: line-through;
  color: #000000;
  text-align: center;
}
.cid-v2HKticvvS .currentcost {
  color: #000000;
  text-align: left;
}
.cid-v2HKticvvS .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-v2HKticvvS .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v2HKticvvS .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2HKticvvS .text-box {
    padding: 1rem;
  }
}
.cid-v2HKticvvS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2HKticvvS H5 {
  color: #232323;
  text-align: left;
}
.cid-v2HKticvvS .mbr-text,
.cid-v2HKticvvS .cost,
.cid-v2HKticvvS .mbr-section-btn {
  color: #ffffff;
}
.cid-v2HKtiwNWc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v2HKtiMYF3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #141c24;
}
.cid-v2HKtiMYF3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HKtiMYF3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HKtiMYF3 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-v2HKtiMYF3 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-v2HKtiMYF3 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-v2HKtiMYF3 .list {
  color: #ffffff;
}
.cid-v2HKtj5dkO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v2HKtj5dkO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HKtj5dkO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HKtj5dkO .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v2HKtj5dkO .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v2HKtj5dkO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2HKtj5dkO .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-v2HKtj5dkO .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-v2HKtj5dkO .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v2HKtj5dkO .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v2HKtj5dkO .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v2HKtj5dkO .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2HKtj5dkO .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v2HKtjtuBA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v2HKtjtuBA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HKtjtuBA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HKtjtuBA .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v2HKtjtuBA .mbr-section-title {
  color: #ffffff;
}
.cid-v2HKtjLtil {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v2HKtjLtil .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HKtjLtil .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HKtjLtil .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v2HKtjLtil .bg-facebook:hover {
  background: #0b60cb;
}
.cid-v2HKtjLtil .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-v2HKtjLtil .bg-pinterest:hover {
  background: #b3001b;
}
.cid-v2HKtjLtil .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-v2HKtjLtil .bg-instagram:hover {
  background: #bd005c;
}
.cid-v2HKtjLtil .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-v2HKtjLtil [class^="socicon-"]:before,
.cid-v2HKtjLtil [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-v2HKtjLtil .mbr-section-title,
.cid-v2HKtjLtil .social-list {
  color: #ffffff;
}
.cid-v2HKDtPH90 .navbar-dropdown {
  position: relative !important;
}
.cid-v2HKDtPH90 .navbar-dropdown {
  position: absolute !important;
}
.cid-v2HKDtPH90 .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-v2HKDtPH90 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v2HKDtPH90 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v2HKDtPH90 .dropdown-item:hover,
.cid-v2HKDtPH90 .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-v2HKDtPH90 .dropdown-item:hover span {
  color: white;
}
.cid-v2HKDtPH90 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2HKDtPH90 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2HKDtPH90 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2HKDtPH90 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2HKDtPH90 .nav-link {
  position: relative;
}
.cid-v2HKDtPH90 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v2HKDtPH90 .container {
    flex-wrap: wrap;
  }
}
.cid-v2HKDtPH90 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v2HKDtPH90 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v2HKDtPH90 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v2HKDtPH90 .dropdown-menu,
.cid-v2HKDtPH90 .navbar.opened {
  background: #25a9d2 !important;
}
.cid-v2HKDtPH90 .nav-item:focus,
.cid-v2HKDtPH90 .nav-link:focus {
  outline: none;
}
.cid-v2HKDtPH90 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2HKDtPH90 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2HKDtPH90 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2HKDtPH90 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2HKDtPH90 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2HKDtPH90 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2HKDtPH90 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #25a9d2;
}
.cid-v2HKDtPH90 .navbar.opened {
  transition: all 0.3s;
}
.cid-v2HKDtPH90 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2HKDtPH90 .navbar .navbar-logo img {
  width: auto;
}
.cid-v2HKDtPH90 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2HKDtPH90 .navbar.collapsed {
  justify-content: center;
}
.cid-v2HKDtPH90 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2HKDtPH90 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v2HKDtPH90 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2HKDtPH90 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2HKDtPH90 .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-v2HKDtPH90 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2HKDtPH90 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2HKDtPH90 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2HKDtPH90 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2HKDtPH90 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2HKDtPH90 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2HKDtPH90 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2HKDtPH90 .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-v2HKDtPH90 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2HKDtPH90 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2HKDtPH90 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2HKDtPH90 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2HKDtPH90 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2HKDtPH90 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v2HKDtPH90 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v2HKDtPH90 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2HKDtPH90 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2HKDtPH90 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v2HKDtPH90 .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-v2HKDtPH90 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2HKDtPH90 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2HKDtPH90 .dropdown-item.active,
.cid-v2HKDtPH90 .dropdown-item:active {
  background-color: transparent;
}
.cid-v2HKDtPH90 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2HKDtPH90 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2HKDtPH90 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2HKDtPH90 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #25a9d2;
}
.cid-v2HKDtPH90 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2HKDtPH90 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2HKDtPH90 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2HKDtPH90 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2HKDtPH90 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2HKDtPH90 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b52525;
}
.cid-v2HKDtPH90 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2HKDtPH90 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2HKDtPH90 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2HKDtPH90 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2HKDtPH90 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2HKDtPH90 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2HKDtPH90 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2HKDtPH90 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2HKDtPH90 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v2HKDtPH90 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2HKDtPH90 .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-v2HKDtPH90 .navbar {
    height: 70px;
  }
  .cid-v2HKDtPH90 .navbar.opened {
    height: auto;
  }
  .cid-v2HKDtPH90 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2HKDu7rnp {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2HKDu7rnp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HKDu7rnp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HKDu7rnp .row {
  flex-direction: row-reverse;
}
.cid-v2HKDu7rnp .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v2HKDu7rnp .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v2HKDu7rnp .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2HKDu7rnp .mbr-section-title {
  text-align: center;
  color: #044981;
}
.cid-v2HKDu7rnp .mbr-text,
.cid-v2HKDu7rnp .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v2HKDulCcu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f6fafd;
}
.cid-v2HKDulCcu img,
.cid-v2HKDulCcu .item-img {
  width: 100%;
}
.cid-v2HKDulCcu .item:focus,
.cid-v2HKDulCcu span:focus {
  outline: none;
}
.cid-v2HKDulCcu .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v2HKDulCcu .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v2HKDulCcu .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v2HKDulCcu .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v2HKDulCcu .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v2HKDulCcu .mbr-section-title {
  color: #000000;
}
.cid-v2HKDulCcu .mbr-text,
.cid-v2HKDulCcu .mbr-section-btn {
  text-align: center;
}
.cid-v2HKDulCcu .item-title {
  text-align: center;
}
.cid-v2HKDulCcu .item-subtitle {
  text-align: center;
}
.cid-v2HKDuJ5WG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2HKDuJ5WG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HKDuJ5WG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HKDuJ5WG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2HKDuWZS9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2HKDv5xjM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2HKDv5xjM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HKDv5xjM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HKDv5xjM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2HKDviABb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v2HKDviABb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HKDviABb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HKDviABb .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v2HKDviABb .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v2HKDviABb .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2HKDviABb .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-v2HKDviABb .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-v2HKDviABb .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v2HKDviABb .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v2HKDviABb .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v2HKDviABb .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2HKDviABb .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v2HKDvLciV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2HKDvLciV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HKDvLciV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HKDvLciV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2HKDw29hB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2HKDwdYYK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2HKDwdYYK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HKDwdYYK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HKDwdYYK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2HKDwqXWq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6fafd;
}
.cid-v2HKDwqXWq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HKDwqXWq .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-v2HKDwqXWq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2HKDwqXWq .row {
  flex-direction: row-reverse;
}
.cid-v2HKDwqXWq img {
  width: 100%;
}
.cid-v2HKDwDykZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2HKDwDykZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HKDwDykZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HKDwDykZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2HKDwSpIn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v2HKDx4LYi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v2HKDx4LYi .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v2HKDx4LYi .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v2HKDx4LYi .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #08943c;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-v2HKDx4LYi .mbr-text {
  color: #000000;
}
.cid-v2HKDxgdRt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-v2HKDxgdRt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HKDxgdRt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HKDxgdRt .oldcost {
  text-decoration: line-through;
  color: #e43f3f;
}
.cid-v2HKDxgdRt .currentcost {
  color: #e43f3f;
}
.cid-v2HKDxgdRt .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-v2HKDxgdRt .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v2HKDxgdRt .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2HKDxgdRt .text-box {
    padding: 1rem;
  }
}
.cid-v2HKDxgdRt .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2HKDxgdRt .mbr-text,
.cid-v2HKDxgdRt .cost,
.cid-v2HKDxgdRt .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v2HKDxAmWd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2HKDxAmWd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HKDxAmWd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HKDxAmWd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2HKDxOUld {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2HKDxOUld .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v2HKDxOUld .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v2HKDxOUld .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #141c24;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-v2HKDxOUld .mbr-text {
  color: #000000;
}
.cid-v2HKDy1G1m {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-v2HKDy1G1m .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HKDy1G1m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HKDy1G1m .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-v2HKDy1G1m .mbr-section-title,
.cid-v2HKDy1G1m .mbr-section-subtitle {
  text-align: center;
}
.cid-v2HKDy1G1m .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v2HKDy1G1m .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-v2HKDy1G1m .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v2HKDy1G1m .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v2HKDy1G1m .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2HKDy1G1m .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v2HKDy1G1m .mbr-section-title {
  color: #000000;
}
.cid-v2HKDy1G1m .card-title {
  color: #000000;
}
.cid-v2HKDyAMbM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2HKDyAMbM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HKDyAMbM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HKDyAMbM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2HKDA8U8r {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6fafd;
}
.cid-v2HKDA8U8r .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HKDA8U8r .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-v2HKDA8U8r .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2HKDA8U8r .row {
  flex-direction: row-reverse;
}
.cid-v2HKDA8U8r img {
  width: 100%;
}
.cid-v2HKDAo1vQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2HKDAo1vQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HKDAo1vQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HKDAo1vQ .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v2HKDAo1vQ .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v2HKDAo1vQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2HKDAo1vQ .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-v2HKDAo1vQ .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-v2HKDAo1vQ .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v2HKDAo1vQ .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v2HKDAo1vQ .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v2HKDAo1vQ .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2HKDAo1vQ .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v2HKDAo1vQ .card-title {
  color: #000000;
}
.cid-v2HKDAo1vQ .mbr-text,
.cid-v2HKDAo1vQ .social-row {
  color: #000000;
}
.cid-v2HKDAWHdR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2HKDAWHdR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HKDAWHdR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HKDAWHdR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2HKDBckZ6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v2HKDBckZ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HKDBckZ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HKDBckZ6 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v2HKDBckZ6 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v2HKDBckZ6 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #232323;
}
.cid-v2HKDBckZ6 .panel-body,
.cid-v2HKDBckZ6 .card-header {
  padding: 1rem 0;
}
.cid-v2HKDBckZ6 .panel-title-edit {
  color: #000000;
}
.cid-v2HKDByFCq {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v2HKDByFCq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HKDByFCq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HKDByFCq .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v2HKDByFCq .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v2HKDByFCq .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #232323;
}
.cid-v2HKDByFCq .panel-body,
.cid-v2HKDByFCq .card-header {
  padding: 1rem 0;
}
.cid-v2HKDByFCq .panel-title-edit {
  color: #000000;
}
.cid-v2HKDC8QqN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2HKDC8QqN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HKDC8QqN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HKDC8QqN .oldcost {
  text-decoration: line-through;
  color: #000000;
  text-align: center;
}
.cid-v2HKDC8QqN .currentcost {
  color: #000000;
  text-align: left;
}
.cid-v2HKDC8QqN .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-v2HKDC8QqN .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v2HKDC8QqN .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2HKDC8QqN .text-box {
    padding: 1rem;
  }
}
.cid-v2HKDC8QqN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2HKDC8QqN H5 {
  color: #232323;
  text-align: left;
}
.cid-v2HKDC8QqN .mbr-text,
.cid-v2HKDC8QqN .cost,
.cid-v2HKDC8QqN .mbr-section-btn {
  color: #ffffff;
}
.cid-v2HKDCtFVk {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v2HKDCTdEf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #141c24;
}
.cid-v2HKDCTdEf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HKDCTdEf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HKDCTdEf ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-v2HKDCTdEf li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-v2HKDCTdEf ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-v2HKDCTdEf .list {
  color: #ffffff;
}
.cid-v2HKDDcNbX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v2HKDDcNbX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HKDDcNbX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HKDDcNbX .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v2HKDDcNbX .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v2HKDDcNbX .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2HKDDcNbX .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-v2HKDDcNbX .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-v2HKDDcNbX .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v2HKDDcNbX .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v2HKDDcNbX .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v2HKDDcNbX .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2HKDDcNbX .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v2HKDDC0Mi {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v2HKDDC0Mi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HKDDC0Mi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HKDDC0Mi .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v2HKDDC0Mi .mbr-section-title {
  color: #ffffff;
}
.cid-v2HKDDY6jN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v2HKDDY6jN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HKDDY6jN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HKDDY6jN .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v2HKDDY6jN .bg-facebook:hover {
  background: #0b60cb;
}
.cid-v2HKDDY6jN .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-v2HKDDY6jN .bg-pinterest:hover {
  background: #b3001b;
}
.cid-v2HKDDY6jN .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-v2HKDDY6jN .bg-instagram:hover {
  background: #bd005c;
}
.cid-v2HKDDY6jN .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-v2HKDDY6jN [class^="socicon-"]:before,
.cid-v2HKDDY6jN [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-v2HKDDY6jN .mbr-section-title,
.cid-v2HKDDY6jN .social-list {
  color: #ffffff;
}
.cid-v2HLrgq3K3 .navbar-dropdown {
  position: relative !important;
}
.cid-v2HLrgq3K3 .navbar-dropdown {
  position: absolute !important;
}
.cid-v2HLrgq3K3 .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-v2HLrgq3K3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v2HLrgq3K3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v2HLrgq3K3 .dropdown-item:hover,
.cid-v2HLrgq3K3 .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-v2HLrgq3K3 .dropdown-item:hover span {
  color: white;
}
.cid-v2HLrgq3K3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2HLrgq3K3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2HLrgq3K3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2HLrgq3K3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2HLrgq3K3 .nav-link {
  position: relative;
}
.cid-v2HLrgq3K3 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v2HLrgq3K3 .container {
    flex-wrap: wrap;
  }
}
.cid-v2HLrgq3K3 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v2HLrgq3K3 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v2HLrgq3K3 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v2HLrgq3K3 .dropdown-menu,
.cid-v2HLrgq3K3 .navbar.opened {
  background: #25a9d2 !important;
}
.cid-v2HLrgq3K3 .nav-item:focus,
.cid-v2HLrgq3K3 .nav-link:focus {
  outline: none;
}
.cid-v2HLrgq3K3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2HLrgq3K3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2HLrgq3K3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2HLrgq3K3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2HLrgq3K3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2HLrgq3K3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2HLrgq3K3 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #25a9d2;
}
.cid-v2HLrgq3K3 .navbar.opened {
  transition: all 0.3s;
}
.cid-v2HLrgq3K3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2HLrgq3K3 .navbar .navbar-logo img {
  width: auto;
}
.cid-v2HLrgq3K3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2HLrgq3K3 .navbar.collapsed {
  justify-content: center;
}
.cid-v2HLrgq3K3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2HLrgq3K3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v2HLrgq3K3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2HLrgq3K3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2HLrgq3K3 .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-v2HLrgq3K3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2HLrgq3K3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2HLrgq3K3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2HLrgq3K3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2HLrgq3K3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2HLrgq3K3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2HLrgq3K3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2HLrgq3K3 .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-v2HLrgq3K3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2HLrgq3K3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2HLrgq3K3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2HLrgq3K3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2HLrgq3K3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2HLrgq3K3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v2HLrgq3K3 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v2HLrgq3K3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2HLrgq3K3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2HLrgq3K3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v2HLrgq3K3 .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-v2HLrgq3K3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2HLrgq3K3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2HLrgq3K3 .dropdown-item.active,
.cid-v2HLrgq3K3 .dropdown-item:active {
  background-color: transparent;
}
.cid-v2HLrgq3K3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2HLrgq3K3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2HLrgq3K3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2HLrgq3K3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #25a9d2;
}
.cid-v2HLrgq3K3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2HLrgq3K3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2HLrgq3K3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2HLrgq3K3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2HLrgq3K3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2HLrgq3K3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b52525;
}
.cid-v2HLrgq3K3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2HLrgq3K3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2HLrgq3K3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2HLrgq3K3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2HLrgq3K3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2HLrgq3K3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2HLrgq3K3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2HLrgq3K3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2HLrgq3K3 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v2HLrgq3K3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2HLrgq3K3 .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-v2HLrgq3K3 .navbar {
    height: 70px;
  }
  .cid-v2HLrgq3K3 .navbar.opened {
    height: auto;
  }
  .cid-v2HLrgq3K3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2HLrgKS2J {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2HLrgKS2J .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HLrgKS2J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HLrgKS2J .row {
  flex-direction: row-reverse;
}
.cid-v2HLrgKS2J .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v2HLrgKS2J .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v2HLrgKS2J .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2HLrgKS2J .mbr-section-title {
  text-align: center;
  color: #044981;
}
.cid-v2HLrgKS2J .mbr-text,
.cid-v2HLrgKS2J .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v2HLrgY1mt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f6fafd;
}
.cid-v2HLrgY1mt img,
.cid-v2HLrgY1mt .item-img {
  width: 100%;
}
.cid-v2HLrgY1mt .item:focus,
.cid-v2HLrgY1mt span:focus {
  outline: none;
}
.cid-v2HLrgY1mt .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v2HLrgY1mt .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v2HLrgY1mt .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v2HLrgY1mt .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v2HLrgY1mt .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v2HLrgY1mt .mbr-section-title {
  color: #000000;
}
.cid-v2HLrgY1mt .mbr-text,
.cid-v2HLrgY1mt .mbr-section-btn {
  text-align: center;
}
.cid-v2HLrgY1mt .item-title {
  text-align: center;
}
.cid-v2HLrgY1mt .item-subtitle {
  text-align: center;
}
.cid-v2HLrhlMTc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2HLrhlMTc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HLrhlMTc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HLrhlMTc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2HLrhxZAU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2HLrhHGl7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2HLrhHGl7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HLrhHGl7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HLrhHGl7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2HLrhWoB2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v2HLrhWoB2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HLrhWoB2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HLrhWoB2 .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v2HLrhWoB2 .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v2HLrhWoB2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2HLrhWoB2 .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-v2HLrhWoB2 .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-v2HLrhWoB2 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v2HLrhWoB2 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v2HLrhWoB2 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v2HLrhWoB2 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2HLrhWoB2 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v2HLrip8Oz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2HLrip8Oz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HLrip8Oz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HLrip8Oz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2HLriESC0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2HLriOqKB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2HLriOqKB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HLriOqKB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HLriOqKB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2HLrj1XXw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6fafd;
}
.cid-v2HLrj1XXw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HLrj1XXw .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-v2HLrj1XXw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2HLrj1XXw .row {
  flex-direction: row-reverse;
}
.cid-v2HLrj1XXw img {
  width: 100%;
}
.cid-v2HLrjsns4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2HLrjsns4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HLrjsns4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HLrjsns4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2HLrjLZYD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v2HLrkfbCI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v2HLrkfbCI .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v2HLrkfbCI .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v2HLrkfbCI .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #08943c;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-v2HLrkfbCI .mbr-text {
  color: #000000;
}
.cid-v2HLrkUzyD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-v2HLrkUzyD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HLrkUzyD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HLrkUzyD .oldcost {
  text-decoration: line-through;
  color: #e43f3f;
}
.cid-v2HLrkUzyD .currentcost {
  color: #e43f3f;
}
.cid-v2HLrkUzyD .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-v2HLrkUzyD .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v2HLrkUzyD .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2HLrkUzyD .text-box {
    padding: 1rem;
  }
}
.cid-v2HLrkUzyD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2HLrkUzyD .mbr-text,
.cid-v2HLrkUzyD .cost,
.cid-v2HLrkUzyD .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v2HLrlp41F {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2HLrlp41F .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HLrlp41F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HLrlp41F .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2HLrlOLwn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2HLrlOLwn .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v2HLrlOLwn .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v2HLrlOLwn .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #141c24;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-v2HLrlOLwn .mbr-text {
  color: #000000;
}
.cid-v2HLrm6vGD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-v2HLrm6vGD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HLrm6vGD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HLrm6vGD .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-v2HLrm6vGD .mbr-section-title,
.cid-v2HLrm6vGD .mbr-section-subtitle {
  text-align: center;
}
.cid-v2HLrm6vGD .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v2HLrm6vGD .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-v2HLrm6vGD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v2HLrm6vGD .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v2HLrm6vGD .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2HLrm6vGD .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v2HLrm6vGD .mbr-section-title {
  color: #000000;
}
.cid-v2HLrm6vGD .card-title {
  color: #000000;
}
.cid-v2HLrneJAf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2HLrneJAf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HLrneJAf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HLrneJAf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2HLrnvxHe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6fafd;
}
.cid-v2HLrnvxHe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HLrnvxHe .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-v2HLrnvxHe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2HLrnvxHe .row {
  flex-direction: row-reverse;
}
.cid-v2HLrnvxHe img {
  width: 100%;
}
.cid-v2HLrnKVFg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2HLrnKVFg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HLrnKVFg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HLrnKVFg .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v2HLrnKVFg .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v2HLrnKVFg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2HLrnKVFg .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-v2HLrnKVFg .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-v2HLrnKVFg .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v2HLrnKVFg .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v2HLrnKVFg .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v2HLrnKVFg .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2HLrnKVFg .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v2HLrnKVFg .card-title {
  color: #000000;
}
.cid-v2HLrnKVFg .mbr-text,
.cid-v2HLrnKVFg .social-row {
  color: #000000;
}
.cid-v2HLrokAHC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2HLrokAHC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HLrokAHC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HLrokAHC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2HLroGuch {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v2HLroGuch .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HLroGuch .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HLroGuch .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v2HLroGuch .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v2HLroGuch .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #232323;
}
.cid-v2HLroGuch .panel-body,
.cid-v2HLroGuch .card-header {
  padding: 1rem 0;
}
.cid-v2HLroGuch .panel-title-edit {
  color: #000000;
}
.cid-v2HLrp3kF9 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v2HLrp3kF9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HLrp3kF9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HLrp3kF9 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v2HLrp3kF9 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v2HLrp3kF9 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #232323;
}
.cid-v2HLrp3kF9 .panel-body,
.cid-v2HLrp3kF9 .card-header {
  padding: 1rem 0;
}
.cid-v2HLrp3kF9 .panel-title-edit {
  color: #000000;
}
.cid-v2HLrprPy5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2HLrprPy5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HLrprPy5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HLrprPy5 .oldcost {
  text-decoration: line-through;
  color: #000000;
  text-align: center;
}
.cid-v2HLrprPy5 .currentcost {
  color: #000000;
  text-align: left;
}
.cid-v2HLrprPy5 .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-v2HLrprPy5 .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v2HLrprPy5 .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2HLrprPy5 .text-box {
    padding: 1rem;
  }
}
.cid-v2HLrprPy5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2HLrprPy5 H5 {
  color: #232323;
  text-align: left;
}
.cid-v2HLrprPy5 .mbr-text,
.cid-v2HLrprPy5 .cost,
.cid-v2HLrprPy5 .mbr-section-btn {
  color: #ffffff;
}
.cid-v2HLrpIOlY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v2HLrq0HoA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #141c24;
}
.cid-v2HLrq0HoA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HLrq0HoA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HLrq0HoA ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-v2HLrq0HoA li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-v2HLrq0HoA ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-v2HLrq0HoA .list {
  color: #ffffff;
}
.cid-v2HLrqlzhU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v2HLrqlzhU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HLrqlzhU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HLrqlzhU .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v2HLrqlzhU .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v2HLrqlzhU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2HLrqlzhU .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-v2HLrqlzhU .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-v2HLrqlzhU .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v2HLrqlzhU .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v2HLrqlzhU .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v2HLrqlzhU .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2HLrqlzhU .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v2HLrrnXx0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v2HLrrnXx0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HLrrnXx0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HLrrnXx0 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v2HLrrnXx0 .mbr-section-title {
  color: #ffffff;
}
.cid-v2HLrrGeZI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v2HLrrGeZI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HLrrGeZI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HLrrGeZI .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v2HLrrGeZI .bg-facebook:hover {
  background: #0b60cb;
}
.cid-v2HLrrGeZI .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-v2HLrrGeZI .bg-pinterest:hover {
  background: #b3001b;
}
.cid-v2HLrrGeZI .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-v2HLrrGeZI .bg-instagram:hover {
  background: #bd005c;
}
.cid-v2HLrrGeZI .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-v2HLrrGeZI [class^="socicon-"]:before,
.cid-v2HLrrGeZI [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-v2HLrrGeZI .mbr-section-title,
.cid-v2HLrrGeZI .social-list {
  color: #ffffff;
}
.cid-v2HLJP2ACV .navbar-dropdown {
  position: relative !important;
}
.cid-v2HLJP2ACV .navbar-dropdown {
  position: absolute !important;
}
.cid-v2HLJP2ACV .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-v2HLJP2ACV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v2HLJP2ACV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v2HLJP2ACV .dropdown-item:hover,
.cid-v2HLJP2ACV .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-v2HLJP2ACV .dropdown-item:hover span {
  color: white;
}
.cid-v2HLJP2ACV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2HLJP2ACV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2HLJP2ACV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2HLJP2ACV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2HLJP2ACV .nav-link {
  position: relative;
}
.cid-v2HLJP2ACV .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v2HLJP2ACV .container {
    flex-wrap: wrap;
  }
}
.cid-v2HLJP2ACV .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v2HLJP2ACV .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v2HLJP2ACV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v2HLJP2ACV .dropdown-menu,
.cid-v2HLJP2ACV .navbar.opened {
  background: #25a9d2 !important;
}
.cid-v2HLJP2ACV .nav-item:focus,
.cid-v2HLJP2ACV .nav-link:focus {
  outline: none;
}
.cid-v2HLJP2ACV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2HLJP2ACV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2HLJP2ACV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2HLJP2ACV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2HLJP2ACV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2HLJP2ACV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2HLJP2ACV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #25a9d2;
}
.cid-v2HLJP2ACV .navbar.opened {
  transition: all 0.3s;
}
.cid-v2HLJP2ACV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2HLJP2ACV .navbar .navbar-logo img {
  width: auto;
}
.cid-v2HLJP2ACV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2HLJP2ACV .navbar.collapsed {
  justify-content: center;
}
.cid-v2HLJP2ACV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2HLJP2ACV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v2HLJP2ACV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2HLJP2ACV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2HLJP2ACV .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-v2HLJP2ACV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2HLJP2ACV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2HLJP2ACV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2HLJP2ACV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2HLJP2ACV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2HLJP2ACV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2HLJP2ACV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2HLJP2ACV .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-v2HLJP2ACV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2HLJP2ACV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2HLJP2ACV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2HLJP2ACV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2HLJP2ACV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2HLJP2ACV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v2HLJP2ACV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v2HLJP2ACV .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2HLJP2ACV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2HLJP2ACV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v2HLJP2ACV .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-v2HLJP2ACV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2HLJP2ACV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2HLJP2ACV .dropdown-item.active,
.cid-v2HLJP2ACV .dropdown-item:active {
  background-color: transparent;
}
.cid-v2HLJP2ACV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2HLJP2ACV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2HLJP2ACV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2HLJP2ACV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #25a9d2;
}
.cid-v2HLJP2ACV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2HLJP2ACV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2HLJP2ACV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2HLJP2ACV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2HLJP2ACV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2HLJP2ACV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b52525;
}
.cid-v2HLJP2ACV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2HLJP2ACV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2HLJP2ACV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2HLJP2ACV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2HLJP2ACV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2HLJP2ACV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2HLJP2ACV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2HLJP2ACV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2HLJP2ACV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v2HLJP2ACV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2HLJP2ACV .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-v2HLJP2ACV .navbar {
    height: 70px;
  }
  .cid-v2HLJP2ACV .navbar.opened {
    height: auto;
  }
  .cid-v2HLJP2ACV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2HLJPmWj2 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2HLJPmWj2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HLJPmWj2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HLJPmWj2 .row {
  flex-direction: row-reverse;
}
.cid-v2HLJPmWj2 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v2HLJPmWj2 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v2HLJPmWj2 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2HLJPmWj2 .mbr-section-title {
  text-align: center;
  color: #044981;
}
.cid-v2HLJPmWj2 .mbr-text,
.cid-v2HLJPmWj2 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v2HLJPBtKe {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f6fafd;
}
.cid-v2HLJPBtKe img,
.cid-v2HLJPBtKe .item-img {
  width: 100%;
}
.cid-v2HLJPBtKe .item:focus,
.cid-v2HLJPBtKe span:focus {
  outline: none;
}
.cid-v2HLJPBtKe .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v2HLJPBtKe .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v2HLJPBtKe .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v2HLJPBtKe .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v2HLJPBtKe .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v2HLJPBtKe .mbr-section-title {
  color: #000000;
}
.cid-v2HLJPBtKe .mbr-text,
.cid-v2HLJPBtKe .mbr-section-btn {
  text-align: center;
}
.cid-v2HLJPBtKe .item-title {
  text-align: center;
}
.cid-v2HLJPBtKe .item-subtitle {
  text-align: center;
}
.cid-v2HLJQ15HS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2HLJQ15HS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HLJQ15HS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HLJQ15HS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2HLJQemEt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2HLJQqGmy {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2HLJQqGmy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HLJQqGmy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HLJQqGmy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2HLJQCiv2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v2HLJQCiv2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HLJQCiv2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HLJQCiv2 .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v2HLJQCiv2 .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v2HLJQCiv2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2HLJQCiv2 .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-v2HLJQCiv2 .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-v2HLJQCiv2 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v2HLJQCiv2 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v2HLJQCiv2 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v2HLJQCiv2 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2HLJQCiv2 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v2HLJR8SSa {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2HLJR8SSa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HLJR8SSa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HLJR8SSa .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2HLJRlDtG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2HLJRwq0Q {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2HLJRwq0Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HLJRwq0Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HLJRwq0Q .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2HLJRJh2w {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6fafd;
}
.cid-v2HLJRJh2w .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HLJRJh2w .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-v2HLJRJh2w .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2HLJRJh2w .row {
  flex-direction: row-reverse;
}
.cid-v2HLJRJh2w img {
  width: 100%;
}
.cid-v2HLJRWtug {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2HLJRWtug .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HLJRWtug .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HLJRWtug .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2HLJS9lDd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v2HLJSlLCI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v2HLJSlLCI .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v2HLJSlLCI .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v2HLJSlLCI .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #08943c;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-v2HLJSlLCI .mbr-text {
  color: #000000;
}
.cid-v2HLJSxKgk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-v2HLJSxKgk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HLJSxKgk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HLJSxKgk .oldcost {
  text-decoration: line-through;
  color: #e43f3f;
}
.cid-v2HLJSxKgk .currentcost {
  color: #e43f3f;
}
.cid-v2HLJSxKgk .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-v2HLJSxKgk .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v2HLJSxKgk .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2HLJSxKgk .text-box {
    padding: 1rem;
  }
}
.cid-v2HLJSxKgk .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2HLJSxKgk .mbr-text,
.cid-v2HLJSxKgk .cost,
.cid-v2HLJSxKgk .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v2HLJT9COC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2HLJT9COC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HLJT9COC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HLJT9COC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2HLJTzwes {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2HLJTzwes .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v2HLJTzwes .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v2HLJTzwes .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #141c24;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-v2HLJTzwes .mbr-text {
  color: #000000;
}
.cid-v2HLJTRRYp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-v2HLJTRRYp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HLJTRRYp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HLJTRRYp .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-v2HLJTRRYp .mbr-section-title,
.cid-v2HLJTRRYp .mbr-section-subtitle {
  text-align: center;
}
.cid-v2HLJTRRYp .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v2HLJTRRYp .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-v2HLJTRRYp .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v2HLJTRRYp .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v2HLJTRRYp .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2HLJTRRYp .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v2HLJTRRYp .mbr-section-title {
  color: #000000;
}
.cid-v2HLJTRRYp .card-title {
  color: #000000;
}
.cid-v2HLJUPlqc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2HLJUPlqc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HLJUPlqc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HLJUPlqc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2HLJV8MtH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6fafd;
}
.cid-v2HLJV8MtH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HLJV8MtH .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-v2HLJV8MtH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2HLJV8MtH .row {
  flex-direction: row-reverse;
}
.cid-v2HLJV8MtH img {
  width: 100%;
}
.cid-v2HLJVm2I5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2HLJVm2I5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HLJVm2I5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HLJVm2I5 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v2HLJVm2I5 .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v2HLJVm2I5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2HLJVm2I5 .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-v2HLJVm2I5 .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-v2HLJVm2I5 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v2HLJVm2I5 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v2HLJVm2I5 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v2HLJVm2I5 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2HLJVm2I5 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v2HLJVm2I5 .card-title {
  color: #000000;
}
.cid-v2HLJVm2I5 .mbr-text,
.cid-v2HLJVm2I5 .social-row {
  color: #000000;
}
.cid-v2HLJVQjqS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2HLJVQjqS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HLJVQjqS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HLJVQjqS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2HLJW62ZH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v2HLJW62ZH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HLJW62ZH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HLJW62ZH .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v2HLJW62ZH .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v2HLJW62ZH .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #232323;
}
.cid-v2HLJW62ZH .panel-body,
.cid-v2HLJW62ZH .card-header {
  padding: 1rem 0;
}
.cid-v2HLJW62ZH .panel-title-edit {
  color: #000000;
}
.cid-v2HLJWu9XP {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v2HLJWu9XP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HLJWu9XP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HLJWu9XP .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v2HLJWu9XP .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v2HLJWu9XP .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #232323;
}
.cid-v2HLJWu9XP .panel-body,
.cid-v2HLJWu9XP .card-header {
  padding: 1rem 0;
}
.cid-v2HLJWu9XP .panel-title-edit {
  color: #000000;
}
.cid-v2HLJWOJxk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2HLJWOJxk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HLJWOJxk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HLJWOJxk .oldcost {
  text-decoration: line-through;
  color: #000000;
  text-align: center;
}
.cid-v2HLJWOJxk .currentcost {
  color: #000000;
  text-align: left;
}
.cid-v2HLJWOJxk .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-v2HLJWOJxk .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v2HLJWOJxk .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2HLJWOJxk .text-box {
    padding: 1rem;
  }
}
.cid-v2HLJWOJxk .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2HLJWOJxk H5 {
  color: #232323;
  text-align: left;
}
.cid-v2HLJWOJxk .mbr-text,
.cid-v2HLJWOJxk .cost,
.cid-v2HLJWOJxk .mbr-section-btn {
  color: #ffffff;
}
.cid-v2HLJX6YUV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v2HLJXlsdO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #141c24;
}
.cid-v2HLJXlsdO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HLJXlsdO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HLJXlsdO ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-v2HLJXlsdO li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-v2HLJXlsdO ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-v2HLJXlsdO .list {
  color: #ffffff;
}
.cid-v2HLJXIaUo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v2HLJXIaUo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HLJXIaUo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HLJXIaUo .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v2HLJXIaUo .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v2HLJXIaUo .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2HLJXIaUo .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-v2HLJXIaUo .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-v2HLJXIaUo .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v2HLJXIaUo .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v2HLJXIaUo .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v2HLJXIaUo .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2HLJXIaUo .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v2HLJY3sFL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v2HLJY3sFL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HLJY3sFL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HLJY3sFL .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v2HLJY3sFL .mbr-section-title {
  color: #ffffff;
}
.cid-v2HLJYmF9q {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v2HLJYmF9q .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HLJYmF9q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HLJYmF9q .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v2HLJYmF9q .bg-facebook:hover {
  background: #0b60cb;
}
.cid-v2HLJYmF9q .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-v2HLJYmF9q .bg-pinterest:hover {
  background: #b3001b;
}
.cid-v2HLJYmF9q .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-v2HLJYmF9q .bg-instagram:hover {
  background: #bd005c;
}
.cid-v2HLJYmF9q .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-v2HLJYmF9q [class^="socicon-"]:before,
.cid-v2HLJYmF9q [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-v2HLJYmF9q .mbr-section-title,
.cid-v2HLJYmF9q .social-list {
  color: #ffffff;
}
.cid-v2HM4WPnv7 .navbar-dropdown {
  position: relative !important;
}
.cid-v2HM4WPnv7 .navbar-dropdown {
  position: absolute !important;
}
.cid-v2HM4WPnv7 .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-v2HM4WPnv7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v2HM4WPnv7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v2HM4WPnv7 .dropdown-item:hover,
.cid-v2HM4WPnv7 .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-v2HM4WPnv7 .dropdown-item:hover span {
  color: white;
}
.cid-v2HM4WPnv7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2HM4WPnv7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2HM4WPnv7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2HM4WPnv7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2HM4WPnv7 .nav-link {
  position: relative;
}
.cid-v2HM4WPnv7 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v2HM4WPnv7 .container {
    flex-wrap: wrap;
  }
}
.cid-v2HM4WPnv7 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v2HM4WPnv7 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v2HM4WPnv7 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v2HM4WPnv7 .dropdown-menu,
.cid-v2HM4WPnv7 .navbar.opened {
  background: #25a9d2 !important;
}
.cid-v2HM4WPnv7 .nav-item:focus,
.cid-v2HM4WPnv7 .nav-link:focus {
  outline: none;
}
.cid-v2HM4WPnv7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2HM4WPnv7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2HM4WPnv7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2HM4WPnv7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2HM4WPnv7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2HM4WPnv7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2HM4WPnv7 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #25a9d2;
}
.cid-v2HM4WPnv7 .navbar.opened {
  transition: all 0.3s;
}
.cid-v2HM4WPnv7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2HM4WPnv7 .navbar .navbar-logo img {
  width: auto;
}
.cid-v2HM4WPnv7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2HM4WPnv7 .navbar.collapsed {
  justify-content: center;
}
.cid-v2HM4WPnv7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2HM4WPnv7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v2HM4WPnv7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2HM4WPnv7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2HM4WPnv7 .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-v2HM4WPnv7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2HM4WPnv7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2HM4WPnv7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2HM4WPnv7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2HM4WPnv7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2HM4WPnv7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2HM4WPnv7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2HM4WPnv7 .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-v2HM4WPnv7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2HM4WPnv7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2HM4WPnv7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2HM4WPnv7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2HM4WPnv7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2HM4WPnv7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v2HM4WPnv7 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v2HM4WPnv7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2HM4WPnv7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2HM4WPnv7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v2HM4WPnv7 .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-v2HM4WPnv7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2HM4WPnv7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2HM4WPnv7 .dropdown-item.active,
.cid-v2HM4WPnv7 .dropdown-item:active {
  background-color: transparent;
}
.cid-v2HM4WPnv7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2HM4WPnv7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2HM4WPnv7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2HM4WPnv7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #25a9d2;
}
.cid-v2HM4WPnv7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2HM4WPnv7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2HM4WPnv7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2HM4WPnv7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2HM4WPnv7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2HM4WPnv7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b52525;
}
.cid-v2HM4WPnv7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2HM4WPnv7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2HM4WPnv7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2HM4WPnv7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2HM4WPnv7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2HM4WPnv7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2HM4WPnv7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2HM4WPnv7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2HM4WPnv7 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v2HM4WPnv7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2HM4WPnv7 .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-v2HM4WPnv7 .navbar {
    height: 70px;
  }
  .cid-v2HM4WPnv7 .navbar.opened {
    height: auto;
  }
  .cid-v2HM4WPnv7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2HM4X9HI2 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2HM4X9HI2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HM4X9HI2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HM4X9HI2 .row {
  flex-direction: row-reverse;
}
.cid-v2HM4X9HI2 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v2HM4X9HI2 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v2HM4X9HI2 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2HM4X9HI2 .mbr-section-title {
  text-align: center;
  color: #044981;
}
.cid-v2HM4X9HI2 .mbr-text,
.cid-v2HM4X9HI2 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v2HM4XnpVl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f6fafd;
}
.cid-v2HM4XnpVl img,
.cid-v2HM4XnpVl .item-img {
  width: 100%;
}
.cid-v2HM4XnpVl .item:focus,
.cid-v2HM4XnpVl span:focus {
  outline: none;
}
.cid-v2HM4XnpVl .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v2HM4XnpVl .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v2HM4XnpVl .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v2HM4XnpVl .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v2HM4XnpVl .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v2HM4XnpVl .mbr-section-title {
  color: #000000;
}
.cid-v2HM4XnpVl .mbr-text,
.cid-v2HM4XnpVl .mbr-section-btn {
  text-align: center;
}
.cid-v2HM4XnpVl .item-title {
  text-align: center;
}
.cid-v2HM4XnpVl .item-subtitle {
  text-align: center;
}
.cid-v2HM4XJSJB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2HM4XJSJB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HM4XJSJB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HM4XJSJB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2HM4XVNxK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2HM4Y5sVd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2HM4Y5sVd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HM4Y5sVd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HM4Y5sVd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2HM4Ykt7U {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v2HM4Ykt7U .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HM4Ykt7U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HM4Ykt7U .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v2HM4Ykt7U .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v2HM4Ykt7U .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2HM4Ykt7U .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-v2HM4Ykt7U .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-v2HM4Ykt7U .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v2HM4Ykt7U .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v2HM4Ykt7U .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v2HM4Ykt7U .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2HM4Ykt7U .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v2HM4YNykN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2HM4YNykN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HM4YNykN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HM4YNykN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2HM4Z1Cft {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2HM4ZcWlt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2HM4ZcWlt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HM4ZcWlt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HM4ZcWlt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2HM4ZpaCm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6fafd;
}
.cid-v2HM4ZpaCm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HM4ZpaCm .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-v2HM4ZpaCm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2HM4ZpaCm .row {
  flex-direction: row-reverse;
}
.cid-v2HM4ZpaCm img {
  width: 100%;
}
.cid-v2HM4ZFn9L {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2HM4ZFn9L .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HM4ZFn9L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HM4ZFn9L .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2HM4ZTfXv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v2HM503XtH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v2HM503XtH .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v2HM503XtH .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v2HM503XtH .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #08943c;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-v2HM503XtH .mbr-text {
  color: #000000;
}
.cid-v2HM50fAay {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-v2HM50fAay .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HM50fAay .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HM50fAay .oldcost {
  text-decoration: line-through;
  color: #e43f3f;
}
.cid-v2HM50fAay .currentcost {
  color: #e43f3f;
}
.cid-v2HM50fAay .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-v2HM50fAay .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v2HM50fAay .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2HM50fAay .text-box {
    padding: 1rem;
  }
}
.cid-v2HM50fAay .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2HM50fAay .mbr-text,
.cid-v2HM50fAay .cost,
.cid-v2HM50fAay .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v2HM50uDyB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2HM50uDyB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HM50uDyB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HM50uDyB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2HM50I8Js {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2HM50I8Js .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v2HM50I8Js .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v2HM50I8Js .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #141c24;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-v2HM50I8Js .mbr-text {
  color: #000000;
}
.cid-v2HM50TiYB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-v2HM50TiYB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HM50TiYB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HM50TiYB .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-v2HM50TiYB .mbr-section-title,
.cid-v2HM50TiYB .mbr-section-subtitle {
  text-align: center;
}
.cid-v2HM50TiYB .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v2HM50TiYB .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-v2HM50TiYB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v2HM50TiYB .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v2HM50TiYB .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2HM50TiYB .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v2HM50TiYB .mbr-section-title {
  color: #000000;
}
.cid-v2HM50TiYB .card-title {
  color: #000000;
}
.cid-v2HM51ttzq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2HM51ttzq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HM51ttzq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HM51ttzq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2HM51HL8m {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6fafd;
}
.cid-v2HM51HL8m .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HM51HL8m .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-v2HM51HL8m .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2HM51HL8m .row {
  flex-direction: row-reverse;
}
.cid-v2HM51HL8m img {
  width: 100%;
}
.cid-v2HM51VqwU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2HM51VqwU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HM51VqwU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HM51VqwU .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v2HM51VqwU .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v2HM51VqwU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2HM51VqwU .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-v2HM51VqwU .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-v2HM51VqwU .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v2HM51VqwU .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v2HM51VqwU .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v2HM51VqwU .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2HM51VqwU .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v2HM51VqwU .card-title {
  color: #000000;
}
.cid-v2HM51VqwU .mbr-text,
.cid-v2HM51VqwU .social-row {
  color: #000000;
}
.cid-v2HM52u6bP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2HM52u6bP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HM52u6bP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HM52u6bP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2HM52JwIB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v2HM52JwIB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HM52JwIB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HM52JwIB .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v2HM52JwIB .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v2HM52JwIB .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #232323;
}
.cid-v2HM52JwIB .panel-body,
.cid-v2HM52JwIB .card-header {
  padding: 1rem 0;
}
.cid-v2HM52JwIB .panel-title-edit {
  color: #000000;
}
.cid-v2HM533O0Z {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v2HM533O0Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HM533O0Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HM533O0Z .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v2HM533O0Z .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v2HM533O0Z .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #232323;
}
.cid-v2HM533O0Z .panel-body,
.cid-v2HM533O0Z .card-header {
  padding: 1rem 0;
}
.cid-v2HM533O0Z .panel-title-edit {
  color: #000000;
}
.cid-v2HM53nxTW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2HM53nxTW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HM53nxTW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HM53nxTW .oldcost {
  text-decoration: line-through;
  color: #000000;
  text-align: center;
}
.cid-v2HM53nxTW .currentcost {
  color: #000000;
  text-align: left;
}
.cid-v2HM53nxTW .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-v2HM53nxTW .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v2HM53nxTW .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2HM53nxTW .text-box {
    padding: 1rem;
  }
}
.cid-v2HM53nxTW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2HM53nxTW H5 {
  color: #232323;
  text-align: left;
}
.cid-v2HM53nxTW .mbr-text,
.cid-v2HM53nxTW .cost,
.cid-v2HM53nxTW .mbr-section-btn {
  color: #ffffff;
}
.cid-v2HM53EkMt {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v2HM53X4I0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #141c24;
}
.cid-v2HM53X4I0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HM53X4I0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HM53X4I0 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-v2HM53X4I0 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-v2HM53X4I0 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-v2HM53X4I0 .list {
  color: #ffffff;
}
.cid-v2HM54fmIQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v2HM54fmIQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HM54fmIQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HM54fmIQ .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v2HM54fmIQ .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v2HM54fmIQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2HM54fmIQ .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-v2HM54fmIQ .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-v2HM54fmIQ .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v2HM54fmIQ .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v2HM54fmIQ .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v2HM54fmIQ .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2HM54fmIQ .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v2HM54CEkv {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v2HM54CEkv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HM54CEkv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HM54CEkv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v2HM54CEkv .mbr-section-title {
  color: #ffffff;
}
.cid-v2HM550GV4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v2HM550GV4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HM550GV4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HM550GV4 .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v2HM550GV4 .bg-facebook:hover {
  background: #0b60cb;
}
.cid-v2HM550GV4 .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-v2HM550GV4 .bg-pinterest:hover {
  background: #b3001b;
}
.cid-v2HM550GV4 .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-v2HM550GV4 .bg-instagram:hover {
  background: #bd005c;
}
.cid-v2HM550GV4 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-v2HM550GV4 [class^="socicon-"]:before,
.cid-v2HM550GV4 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-v2HM550GV4 .mbr-section-title,
.cid-v2HM550GV4 .social-list {
  color: #ffffff;
}
.cid-v2HMiWjNKR .navbar-dropdown {
  position: relative !important;
}
.cid-v2HMiWjNKR .navbar-dropdown {
  position: absolute !important;
}
.cid-v2HMiWjNKR .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-v2HMiWjNKR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v2HMiWjNKR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v2HMiWjNKR .dropdown-item:hover,
.cid-v2HMiWjNKR .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-v2HMiWjNKR .dropdown-item:hover span {
  color: white;
}
.cid-v2HMiWjNKR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2HMiWjNKR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2HMiWjNKR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2HMiWjNKR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2HMiWjNKR .nav-link {
  position: relative;
}
.cid-v2HMiWjNKR .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v2HMiWjNKR .container {
    flex-wrap: wrap;
  }
}
.cid-v2HMiWjNKR .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v2HMiWjNKR .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v2HMiWjNKR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v2HMiWjNKR .dropdown-menu,
.cid-v2HMiWjNKR .navbar.opened {
  background: #25a9d2 !important;
}
.cid-v2HMiWjNKR .nav-item:focus,
.cid-v2HMiWjNKR .nav-link:focus {
  outline: none;
}
.cid-v2HMiWjNKR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2HMiWjNKR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2HMiWjNKR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2HMiWjNKR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2HMiWjNKR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2HMiWjNKR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2HMiWjNKR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #25a9d2;
}
.cid-v2HMiWjNKR .navbar.opened {
  transition: all 0.3s;
}
.cid-v2HMiWjNKR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2HMiWjNKR .navbar .navbar-logo img {
  width: auto;
}
.cid-v2HMiWjNKR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2HMiWjNKR .navbar.collapsed {
  justify-content: center;
}
.cid-v2HMiWjNKR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2HMiWjNKR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v2HMiWjNKR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2HMiWjNKR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2HMiWjNKR .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-v2HMiWjNKR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2HMiWjNKR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2HMiWjNKR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2HMiWjNKR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2HMiWjNKR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2HMiWjNKR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2HMiWjNKR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2HMiWjNKR .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-v2HMiWjNKR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2HMiWjNKR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2HMiWjNKR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2HMiWjNKR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2HMiWjNKR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2HMiWjNKR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v2HMiWjNKR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v2HMiWjNKR .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2HMiWjNKR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2HMiWjNKR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v2HMiWjNKR .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-v2HMiWjNKR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2HMiWjNKR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2HMiWjNKR .dropdown-item.active,
.cid-v2HMiWjNKR .dropdown-item:active {
  background-color: transparent;
}
.cid-v2HMiWjNKR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2HMiWjNKR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2HMiWjNKR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2HMiWjNKR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #25a9d2;
}
.cid-v2HMiWjNKR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2HMiWjNKR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2HMiWjNKR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2HMiWjNKR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2HMiWjNKR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2HMiWjNKR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b52525;
}
.cid-v2HMiWjNKR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2HMiWjNKR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2HMiWjNKR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2HMiWjNKR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2HMiWjNKR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2HMiWjNKR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2HMiWjNKR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2HMiWjNKR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2HMiWjNKR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v2HMiWjNKR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2HMiWjNKR .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-v2HMiWjNKR .navbar {
    height: 70px;
  }
  .cid-v2HMiWjNKR .navbar.opened {
    height: auto;
  }
  .cid-v2HMiWjNKR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2HMiWHGiG {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2HMiWHGiG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HMiWHGiG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HMiWHGiG .row {
  flex-direction: row-reverse;
}
.cid-v2HMiWHGiG .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v2HMiWHGiG .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v2HMiWHGiG .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2HMiWHGiG .mbr-section-title {
  text-align: center;
  color: #044981;
}
.cid-v2HMiWHGiG .mbr-text,
.cid-v2HMiWHGiG .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v2HMiWWVBH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f6fafd;
}
.cid-v2HMiWWVBH img,
.cid-v2HMiWWVBH .item-img {
  width: 100%;
}
.cid-v2HMiWWVBH .item:focus,
.cid-v2HMiWWVBH span:focus {
  outline: none;
}
.cid-v2HMiWWVBH .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v2HMiWWVBH .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v2HMiWWVBH .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v2HMiWWVBH .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v2HMiWWVBH .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v2HMiWWVBH .mbr-section-title {
  color: #000000;
}
.cid-v2HMiWWVBH .mbr-text,
.cid-v2HMiWWVBH .mbr-section-btn {
  text-align: center;
}
.cid-v2HMiWWVBH .item-title {
  text-align: center;
}
.cid-v2HMiWWVBH .item-subtitle {
  text-align: center;
}
.cid-v2HMiXqF2h {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2HMiXqF2h .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HMiXqF2h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HMiXqF2h .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2HMiXD0gz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2HMiXNqfA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2HMiXNqfA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HMiXNqfA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HMiXNqfA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2HMiY07Dk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v2HMiY07Dk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HMiY07Dk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HMiY07Dk .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v2HMiY07Dk .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v2HMiY07Dk .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2HMiY07Dk .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-v2HMiY07Dk .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-v2HMiY07Dk .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v2HMiY07Dk .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v2HMiY07Dk .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v2HMiY07Dk .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2HMiY07Dk .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v2HMiYy3HI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2HMiYy3HI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HMiYy3HI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HMiYy3HI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2HMiYNa8Y {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2HMiZ14JY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2HMiZ14JY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HMiZ14JY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HMiZ14JY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2HMiZfIXs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6fafd;
}
.cid-v2HMiZfIXs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HMiZfIXs .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-v2HMiZfIXs .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2HMiZfIXs .row {
  flex-direction: row-reverse;
}
.cid-v2HMiZfIXs img {
  width: 100%;
}
.cid-v2HMiZs8YJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2HMiZs8YJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HMiZs8YJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HMiZs8YJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2HMiZG0ea {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v2HMiZR88x {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v2HMiZR88x .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v2HMiZR88x .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v2HMiZR88x .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #08943c;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-v2HMiZR88x .mbr-text {
  color: #000000;
}
.cid-v2HMj03eBT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-v2HMj03eBT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HMj03eBT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HMj03eBT .oldcost {
  text-decoration: line-through;
  color: #e43f3f;
}
.cid-v2HMj03eBT .currentcost {
  color: #e43f3f;
}
.cid-v2HMj03eBT .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-v2HMj03eBT .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v2HMj03eBT .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2HMj03eBT .text-box {
    padding: 1rem;
  }
}
.cid-v2HMj03eBT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2HMj03eBT .mbr-text,
.cid-v2HMj03eBT .cost,
.cid-v2HMj03eBT .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v2HMj0hIWQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2HMj0hIWQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HMj0hIWQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HMj0hIWQ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2HMj0z7ew {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2HMj0z7ew .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v2HMj0z7ew .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v2HMj0z7ew .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #141c24;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-v2HMj0z7ew .mbr-text {
  color: #000000;
}
.cid-v2HMj0Lrht {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-v2HMj0Lrht .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HMj0Lrht .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HMj0Lrht .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-v2HMj0Lrht .mbr-section-title,
.cid-v2HMj0Lrht .mbr-section-subtitle {
  text-align: center;
}
.cid-v2HMj0Lrht .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v2HMj0Lrht .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-v2HMj0Lrht .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v2HMj0Lrht .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v2HMj0Lrht .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2HMj0Lrht .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v2HMj0Lrht .mbr-section-title {
  color: #000000;
}
.cid-v2HMj0Lrht .card-title {
  color: #000000;
}
.cid-v2HMj1jgeV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2HMj1jgeV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HMj1jgeV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HMj1jgeV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2HMj1zrYM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6fafd;
}
.cid-v2HMj1zrYM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HMj1zrYM .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-v2HMj1zrYM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2HMj1zrYM .row {
  flex-direction: row-reverse;
}
.cid-v2HMj1zrYM img {
  width: 100%;
}
.cid-v2HMj2tqWu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2HMj2tqWu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HMj2tqWu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HMj2tqWu .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v2HMj2tqWu .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v2HMj2tqWu .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2HMj2tqWu .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-v2HMj2tqWu .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-v2HMj2tqWu .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v2HMj2tqWu .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v2HMj2tqWu .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v2HMj2tqWu .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2HMj2tqWu .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v2HMj2tqWu .card-title {
  color: #000000;
}
.cid-v2HMj2tqWu .mbr-text,
.cid-v2HMj2tqWu .social-row {
  color: #000000;
}
.cid-v2HMj2XxUi {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2HMj2XxUi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HMj2XxUi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HMj2XxUi .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2HMj3c5y0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v2HMj3c5y0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HMj3c5y0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HMj3c5y0 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v2HMj3c5y0 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v2HMj3c5y0 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #232323;
}
.cid-v2HMj3c5y0 .panel-body,
.cid-v2HMj3c5y0 .card-header {
  padding: 1rem 0;
}
.cid-v2HMj3c5y0 .panel-title-edit {
  color: #000000;
}
.cid-v2HMj3ymAG {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v2HMj3ymAG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HMj3ymAG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HMj3ymAG .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v2HMj3ymAG .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v2HMj3ymAG .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #232323;
}
.cid-v2HMj3ymAG .panel-body,
.cid-v2HMj3ymAG .card-header {
  padding: 1rem 0;
}
.cid-v2HMj3ymAG .panel-title-edit {
  color: #000000;
}
.cid-v2HMj3VH3y {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2HMj3VH3y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HMj3VH3y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HMj3VH3y .oldcost {
  text-decoration: line-through;
  color: #000000;
  text-align: center;
}
.cid-v2HMj3VH3y .currentcost {
  color: #000000;
  text-align: left;
}
.cid-v2HMj3VH3y .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-v2HMj3VH3y .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v2HMj3VH3y .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2HMj3VH3y .text-box {
    padding: 1rem;
  }
}
.cid-v2HMj3VH3y .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2HMj3VH3y H5 {
  color: #232323;
  text-align: left;
}
.cid-v2HMj3VH3y .mbr-text,
.cid-v2HMj3VH3y .cost,
.cid-v2HMj3VH3y .mbr-section-btn {
  color: #ffffff;
}
.cid-v2HMj4dUvv {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v2HMj4s0ZP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #141c24;
}
.cid-v2HMj4s0ZP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HMj4s0ZP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HMj4s0ZP ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-v2HMj4s0ZP li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-v2HMj4s0ZP ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-v2HMj4s0ZP .list {
  color: #ffffff;
}
.cid-v2HMj4LvHq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v2HMj4LvHq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HMj4LvHq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HMj4LvHq .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v2HMj4LvHq .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v2HMj4LvHq .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2HMj4LvHq .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-v2HMj4LvHq .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-v2HMj4LvHq .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v2HMj4LvHq .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v2HMj4LvHq .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v2HMj4LvHq .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2HMj4LvHq .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v2HMj57jfk {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v2HMj57jfk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HMj57jfk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HMj57jfk .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v2HMj57jfk .mbr-section-title {
  color: #ffffff;
}
.cid-v2HMj5tOGZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v2HMj5tOGZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HMj5tOGZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HMj5tOGZ .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v2HMj5tOGZ .bg-facebook:hover {
  background: #0b60cb;
}
.cid-v2HMj5tOGZ .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-v2HMj5tOGZ .bg-pinterest:hover {
  background: #b3001b;
}
.cid-v2HMj5tOGZ .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-v2HMj5tOGZ .bg-instagram:hover {
  background: #bd005c;
}
.cid-v2HMj5tOGZ .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-v2HMj5tOGZ [class^="socicon-"]:before,
.cid-v2HMj5tOGZ [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-v2HMj5tOGZ .mbr-section-title,
.cid-v2HMj5tOGZ .social-list {
  color: #ffffff;
}
.cid-v2HMwODWm9 .navbar-dropdown {
  position: relative !important;
}
.cid-v2HMwODWm9 .navbar-dropdown {
  position: absolute !important;
}
.cid-v2HMwODWm9 .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-v2HMwODWm9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v2HMwODWm9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v2HMwODWm9 .dropdown-item:hover,
.cid-v2HMwODWm9 .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-v2HMwODWm9 .dropdown-item:hover span {
  color: white;
}
.cid-v2HMwODWm9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2HMwODWm9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2HMwODWm9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2HMwODWm9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2HMwODWm9 .nav-link {
  position: relative;
}
.cid-v2HMwODWm9 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v2HMwODWm9 .container {
    flex-wrap: wrap;
  }
}
.cid-v2HMwODWm9 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v2HMwODWm9 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v2HMwODWm9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v2HMwODWm9 .dropdown-menu,
.cid-v2HMwODWm9 .navbar.opened {
  background: #25a9d2 !important;
}
.cid-v2HMwODWm9 .nav-item:focus,
.cid-v2HMwODWm9 .nav-link:focus {
  outline: none;
}
.cid-v2HMwODWm9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2HMwODWm9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2HMwODWm9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2HMwODWm9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2HMwODWm9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2HMwODWm9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2HMwODWm9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #25a9d2;
}
.cid-v2HMwODWm9 .navbar.opened {
  transition: all 0.3s;
}
.cid-v2HMwODWm9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2HMwODWm9 .navbar .navbar-logo img {
  width: auto;
}
.cid-v2HMwODWm9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2HMwODWm9 .navbar.collapsed {
  justify-content: center;
}
.cid-v2HMwODWm9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2HMwODWm9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v2HMwODWm9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2HMwODWm9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2HMwODWm9 .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-v2HMwODWm9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2HMwODWm9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2HMwODWm9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2HMwODWm9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2HMwODWm9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2HMwODWm9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2HMwODWm9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2HMwODWm9 .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-v2HMwODWm9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2HMwODWm9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2HMwODWm9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2HMwODWm9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2HMwODWm9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2HMwODWm9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v2HMwODWm9 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v2HMwODWm9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2HMwODWm9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2HMwODWm9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v2HMwODWm9 .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-v2HMwODWm9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2HMwODWm9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2HMwODWm9 .dropdown-item.active,
.cid-v2HMwODWm9 .dropdown-item:active {
  background-color: transparent;
}
.cid-v2HMwODWm9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2HMwODWm9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2HMwODWm9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2HMwODWm9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #25a9d2;
}
.cid-v2HMwODWm9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2HMwODWm9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2HMwODWm9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2HMwODWm9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2HMwODWm9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2HMwODWm9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b52525;
}
.cid-v2HMwODWm9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2HMwODWm9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2HMwODWm9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2HMwODWm9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2HMwODWm9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2HMwODWm9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2HMwODWm9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2HMwODWm9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2HMwODWm9 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v2HMwODWm9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2HMwODWm9 .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-v2HMwODWm9 .navbar {
    height: 70px;
  }
  .cid-v2HMwODWm9 .navbar.opened {
    height: auto;
  }
  .cid-v2HMwODWm9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2HMwOYyHf {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2HMwOYyHf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HMwOYyHf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HMwOYyHf .row {
  flex-direction: row-reverse;
}
.cid-v2HMwOYyHf .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v2HMwOYyHf .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v2HMwOYyHf .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2HMwOYyHf .mbr-section-title {
  text-align: center;
  color: #044981;
}
.cid-v2HMwOYyHf .mbr-text,
.cid-v2HMwOYyHf .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v2HMwPdBXz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f6fafd;
}
.cid-v2HMwPdBXz img,
.cid-v2HMwPdBXz .item-img {
  width: 100%;
}
.cid-v2HMwPdBXz .item:focus,
.cid-v2HMwPdBXz span:focus {
  outline: none;
}
.cid-v2HMwPdBXz .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v2HMwPdBXz .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v2HMwPdBXz .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v2HMwPdBXz .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v2HMwPdBXz .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v2HMwPdBXz .mbr-section-title {
  color: #000000;
}
.cid-v2HMwPdBXz .mbr-text,
.cid-v2HMwPdBXz .mbr-section-btn {
  text-align: center;
}
.cid-v2HMwPdBXz .item-title {
  text-align: center;
}
.cid-v2HMwPdBXz .item-subtitle {
  text-align: center;
}
.cid-v2HMwPIKFo {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2HMwPIKFo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HMwPIKFo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HMwPIKFo .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2HMwPVd45 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2HMwQ4qt7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2HMwQ4qt7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HMwQ4qt7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HMwQ4qt7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2HMwQghEK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v2HMwQghEK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HMwQghEK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HMwQghEK .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v2HMwQghEK .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v2HMwQghEK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2HMwQghEK .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-v2HMwQghEK .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-v2HMwQghEK .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v2HMwQghEK .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v2HMwQghEK .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v2HMwQghEK .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2HMwQghEK .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v2HMwQJRX4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2HMwQJRX4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HMwQJRX4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HMwQJRX4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2HMwQVPgs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2HMwR9eWN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2HMwR9eWN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HMwR9eWN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HMwR9eWN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2HMwRl3eM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6fafd;
}
.cid-v2HMwRl3eM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HMwRl3eM .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-v2HMwRl3eM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2HMwRl3eM .row {
  flex-direction: row-reverse;
}
.cid-v2HMwRl3eM img {
  width: 100%;
}
.cid-v2HMwRyorU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2HMwRyorU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HMwRyorU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HMwRyorU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2HMwROlrP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v2HMwRY9cn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v2HMwRY9cn .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v2HMwRY9cn .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v2HMwRY9cn .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #08943c;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-v2HMwRY9cn .mbr-text {
  color: #000000;
}
.cid-v2HMwScOZD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-v2HMwScOZD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HMwScOZD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HMwScOZD .oldcost {
  text-decoration: line-through;
  color: #e43f3f;
}
.cid-v2HMwScOZD .currentcost {
  color: #e43f3f;
}
.cid-v2HMwScOZD .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-v2HMwScOZD .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v2HMwScOZD .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2HMwScOZD .text-box {
    padding: 1rem;
  }
}
.cid-v2HMwScOZD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2HMwScOZD .mbr-text,
.cid-v2HMwScOZD .cost,
.cid-v2HMwScOZD .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v2HMwSqPCD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2HMwSqPCD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HMwSqPCD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HMwSqPCD .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2HMwSHB4T {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2HMwSHB4T .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v2HMwSHB4T .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v2HMwSHB4T .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #141c24;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-v2HMwSHB4T .mbr-text {
  color: #000000;
}
.cid-v2HMwSTbb1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-v2HMwSTbb1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HMwSTbb1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HMwSTbb1 .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-v2HMwSTbb1 .mbr-section-title,
.cid-v2HMwSTbb1 .mbr-section-subtitle {
  text-align: center;
}
.cid-v2HMwSTbb1 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v2HMwSTbb1 .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-v2HMwSTbb1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v2HMwSTbb1 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v2HMwSTbb1 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2HMwSTbb1 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v2HMwSTbb1 .mbr-section-title {
  color: #000000;
}
.cid-v2HMwSTbb1 .card-title {
  color: #000000;
}
.cid-v2HMwTsIiu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2HMwTsIiu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HMwTsIiu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HMwTsIiu .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2HMwTIlO0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6fafd;
}
.cid-v2HMwTIlO0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HMwTIlO0 .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-v2HMwTIlO0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2HMwTIlO0 .row {
  flex-direction: row-reverse;
}
.cid-v2HMwTIlO0 img {
  width: 100%;
}
.cid-v2HMwTWlpt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2HMwTWlpt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HMwTWlpt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HMwTWlpt .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v2HMwTWlpt .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v2HMwTWlpt .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2HMwTWlpt .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-v2HMwTWlpt .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-v2HMwTWlpt .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v2HMwTWlpt .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v2HMwTWlpt .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v2HMwTWlpt .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2HMwTWlpt .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v2HMwTWlpt .card-title {
  color: #000000;
}
.cid-v2HMwTWlpt .mbr-text,
.cid-v2HMwTWlpt .social-row {
  color: #000000;
}
.cid-v2HMwUxTkK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2HMwUxTkK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HMwUxTkK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HMwUxTkK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2HMwUNM53 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v2HMwUNM53 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HMwUNM53 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HMwUNM53 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v2HMwUNM53 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v2HMwUNM53 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #232323;
}
.cid-v2HMwUNM53 .panel-body,
.cid-v2HMwUNM53 .card-header {
  padding: 1rem 0;
}
.cid-v2HMwUNM53 .panel-title-edit {
  color: #000000;
}
.cid-v2HMwV8OX3 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v2HMwV8OX3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HMwV8OX3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HMwV8OX3 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v2HMwV8OX3 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v2HMwV8OX3 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #232323;
}
.cid-v2HMwV8OX3 .panel-body,
.cid-v2HMwV8OX3 .card-header {
  padding: 1rem 0;
}
.cid-v2HMwV8OX3 .panel-title-edit {
  color: #000000;
}
.cid-v2HMwVzrYT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2HMwVzrYT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HMwVzrYT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HMwVzrYT .oldcost {
  text-decoration: line-through;
  color: #000000;
  text-align: center;
}
.cid-v2HMwVzrYT .currentcost {
  color: #000000;
  text-align: left;
}
.cid-v2HMwVzrYT .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-v2HMwVzrYT .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v2HMwVzrYT .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2HMwVzrYT .text-box {
    padding: 1rem;
  }
}
.cid-v2HMwVzrYT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2HMwVzrYT H5 {
  color: #232323;
  text-align: left;
}
.cid-v2HMwVzrYT .mbr-text,
.cid-v2HMwVzrYT .cost,
.cid-v2HMwVzrYT .mbr-section-btn {
  color: #ffffff;
}
.cid-v2HMwVWuTG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v2HMwWdzmE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #141c24;
}
.cid-v2HMwWdzmE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HMwWdzmE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HMwWdzmE ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-v2HMwWdzmE li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-v2HMwWdzmE ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-v2HMwWdzmE .list {
  color: #ffffff;
}
.cid-v2HMwWPTmC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v2HMwWPTmC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HMwWPTmC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HMwWPTmC .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v2HMwWPTmC .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v2HMwWPTmC .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2HMwWPTmC .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-v2HMwWPTmC .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-v2HMwWPTmC .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v2HMwWPTmC .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v2HMwWPTmC .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v2HMwWPTmC .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2HMwWPTmC .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v2HMwXdKDN {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v2HMwXdKDN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HMwXdKDN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HMwXdKDN .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v2HMwXdKDN .mbr-section-title {
  color: #ffffff;
}
.cid-v2HMwXyJb0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v2HMwXyJb0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HMwXyJb0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HMwXyJb0 .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v2HMwXyJb0 .bg-facebook:hover {
  background: #0b60cb;
}
.cid-v2HMwXyJb0 .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-v2HMwXyJb0 .bg-pinterest:hover {
  background: #b3001b;
}
.cid-v2HMwXyJb0 .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-v2HMwXyJb0 .bg-instagram:hover {
  background: #bd005c;
}
.cid-v2HMwXyJb0 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-v2HMwXyJb0 [class^="socicon-"]:before,
.cid-v2HMwXyJb0 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-v2HMwXyJb0 .mbr-section-title,
.cid-v2HMwXyJb0 .social-list {
  color: #ffffff;
}
.cid-v2HMHRchYw .navbar-dropdown {
  position: relative !important;
}
.cid-v2HMHRchYw .navbar-dropdown {
  position: absolute !important;
}
.cid-v2HMHRchYw .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-v2HMHRchYw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v2HMHRchYw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v2HMHRchYw .dropdown-item:hover,
.cid-v2HMHRchYw .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-v2HMHRchYw .dropdown-item:hover span {
  color: white;
}
.cid-v2HMHRchYw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2HMHRchYw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2HMHRchYw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2HMHRchYw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2HMHRchYw .nav-link {
  position: relative;
}
.cid-v2HMHRchYw .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v2HMHRchYw .container {
    flex-wrap: wrap;
  }
}
.cid-v2HMHRchYw .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v2HMHRchYw .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v2HMHRchYw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v2HMHRchYw .dropdown-menu,
.cid-v2HMHRchYw .navbar.opened {
  background: #25a9d2 !important;
}
.cid-v2HMHRchYw .nav-item:focus,
.cid-v2HMHRchYw .nav-link:focus {
  outline: none;
}
.cid-v2HMHRchYw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2HMHRchYw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2HMHRchYw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2HMHRchYw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2HMHRchYw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2HMHRchYw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2HMHRchYw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #25a9d2;
}
.cid-v2HMHRchYw .navbar.opened {
  transition: all 0.3s;
}
.cid-v2HMHRchYw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2HMHRchYw .navbar .navbar-logo img {
  width: auto;
}
.cid-v2HMHRchYw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2HMHRchYw .navbar.collapsed {
  justify-content: center;
}
.cid-v2HMHRchYw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2HMHRchYw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v2HMHRchYw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2HMHRchYw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2HMHRchYw .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-v2HMHRchYw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2HMHRchYw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2HMHRchYw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2HMHRchYw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2HMHRchYw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2HMHRchYw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2HMHRchYw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2HMHRchYw .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-v2HMHRchYw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2HMHRchYw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2HMHRchYw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2HMHRchYw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2HMHRchYw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2HMHRchYw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v2HMHRchYw .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v2HMHRchYw .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2HMHRchYw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2HMHRchYw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v2HMHRchYw .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-v2HMHRchYw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2HMHRchYw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2HMHRchYw .dropdown-item.active,
.cid-v2HMHRchYw .dropdown-item:active {
  background-color: transparent;
}
.cid-v2HMHRchYw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2HMHRchYw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2HMHRchYw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2HMHRchYw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #25a9d2;
}
.cid-v2HMHRchYw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2HMHRchYw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2HMHRchYw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2HMHRchYw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2HMHRchYw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2HMHRchYw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b52525;
}
.cid-v2HMHRchYw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2HMHRchYw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2HMHRchYw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2HMHRchYw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2HMHRchYw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2HMHRchYw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2HMHRchYw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2HMHRchYw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2HMHRchYw .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v2HMHRchYw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2HMHRchYw .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-v2HMHRchYw .navbar {
    height: 70px;
  }
  .cid-v2HMHRchYw .navbar.opened {
    height: auto;
  }
  .cid-v2HMHRchYw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2HMHRvwGF {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2HMHRvwGF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HMHRvwGF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HMHRvwGF .row {
  flex-direction: row-reverse;
}
.cid-v2HMHRvwGF .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v2HMHRvwGF .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v2HMHRvwGF .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2HMHRvwGF .mbr-section-title {
  text-align: center;
  color: #044981;
}
.cid-v2HMHRvwGF .mbr-text,
.cid-v2HMHRvwGF .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v2HMHRJ73X {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f6fafd;
}
.cid-v2HMHRJ73X img,
.cid-v2HMHRJ73X .item-img {
  width: 100%;
}
.cid-v2HMHRJ73X .item:focus,
.cid-v2HMHRJ73X span:focus {
  outline: none;
}
.cid-v2HMHRJ73X .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v2HMHRJ73X .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v2HMHRJ73X .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v2HMHRJ73X .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v2HMHRJ73X .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v2HMHRJ73X .mbr-section-title {
  color: #000000;
}
.cid-v2HMHRJ73X .mbr-text,
.cid-v2HMHRJ73X .mbr-section-btn {
  text-align: center;
}
.cid-v2HMHRJ73X .item-title {
  text-align: center;
}
.cid-v2HMHRJ73X .item-subtitle {
  text-align: center;
}
.cid-v2HMHSlcqE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2HMHSlcqE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HMHSlcqE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HMHSlcqE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2HMHSxOmq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2HMHSHkm3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2HMHSHkm3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HMHSHkm3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HMHSHkm3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2HMHSVI5i {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v2HMHSVI5i .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HMHSVI5i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HMHSVI5i .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v2HMHSVI5i .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v2HMHSVI5i .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2HMHSVI5i .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-v2HMHSVI5i .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-v2HMHSVI5i .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v2HMHSVI5i .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v2HMHSVI5i .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v2HMHSVI5i .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2HMHSVI5i .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v2HMHTwcvr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2HMHTwcvr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HMHTwcvr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HMHTwcvr .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2HMHTLP70 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2HMHTZoCl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2HMHTZoCl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HMHTZoCl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HMHTZoCl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2HMHUdN9t {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6fafd;
}
.cid-v2HMHUdN9t .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HMHUdN9t .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-v2HMHUdN9t .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2HMHUdN9t .row {
  flex-direction: row-reverse;
}
.cid-v2HMHUdN9t img {
  width: 100%;
}
.cid-v2HMHUsKnm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2HMHUsKnm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HMHUsKnm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HMHUsKnm .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2HMHUKaUe {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v2HMHUUbg0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v2HMHUUbg0 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v2HMHUUbg0 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v2HMHUUbg0 .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #08943c;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-v2HMHUUbg0 .mbr-text {
  color: #000000;
}
.cid-v2HMHV641F {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-v2HMHV641F .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HMHV641F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HMHV641F .oldcost {
  text-decoration: line-through;
  color: #e43f3f;
}
.cid-v2HMHV641F .currentcost {
  color: #e43f3f;
}
.cid-v2HMHV641F .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-v2HMHV641F .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v2HMHV641F .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2HMHV641F .text-box {
    padding: 1rem;
  }
}
.cid-v2HMHV641F .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2HMHV641F .mbr-text,
.cid-v2HMHV641F .cost,
.cid-v2HMHV641F .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v2HMHVnStM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2HMHVnStM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HMHVnStM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HMHVnStM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2HMHVE4uO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2HMHVE4uO .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v2HMHVE4uO .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v2HMHVE4uO .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #141c24;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-v2HMHVE4uO .mbr-text {
  color: #000000;
}
.cid-v2HMHVSYiN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-v2HMHVSYiN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HMHVSYiN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HMHVSYiN .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-v2HMHVSYiN .mbr-section-title,
.cid-v2HMHVSYiN .mbr-section-subtitle {
  text-align: center;
}
.cid-v2HMHVSYiN .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v2HMHVSYiN .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-v2HMHVSYiN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v2HMHVSYiN .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v2HMHVSYiN .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2HMHVSYiN .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v2HMHVSYiN .mbr-section-title {
  color: #000000;
}
.cid-v2HMHVSYiN .card-title {
  color: #000000;
}
.cid-v2HMHWvSsi {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2HMHWvSsi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HMHWvSsi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HMHWvSsi .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2HMHWLVDS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6fafd;
}
.cid-v2HMHWLVDS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HMHWLVDS .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-v2HMHWLVDS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2HMHWLVDS .row {
  flex-direction: row-reverse;
}
.cid-v2HMHWLVDS img {
  width: 100%;
}
.cid-v2HMHX1tIY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2HMHX1tIY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HMHX1tIY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HMHX1tIY .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v2HMHX1tIY .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v2HMHX1tIY .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2HMHX1tIY .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-v2HMHX1tIY .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-v2HMHX1tIY .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v2HMHX1tIY .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v2HMHX1tIY .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v2HMHX1tIY .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2HMHX1tIY .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v2HMHX1tIY .card-title {
  color: #000000;
}
.cid-v2HMHX1tIY .mbr-text,
.cid-v2HMHX1tIY .social-row {
  color: #000000;
}
.cid-v2HMHXyRKY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2HMHXyRKY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HMHXyRKY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HMHXyRKY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2HMHXRlC5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v2HMHXRlC5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HMHXRlC5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HMHXRlC5 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v2HMHXRlC5 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v2HMHXRlC5 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #232323;
}
.cid-v2HMHXRlC5 .panel-body,
.cid-v2HMHXRlC5 .card-header {
  padding: 1rem 0;
}
.cid-v2HMHXRlC5 .panel-title-edit {
  color: #000000;
}
.cid-v2HMHYdeTF {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v2HMHYdeTF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HMHYdeTF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HMHYdeTF .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v2HMHYdeTF .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v2HMHYdeTF .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #232323;
}
.cid-v2HMHYdeTF .panel-body,
.cid-v2HMHYdeTF .card-header {
  padding: 1rem 0;
}
.cid-v2HMHYdeTF .panel-title-edit {
  color: #000000;
}
.cid-v2HMHYxtJI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2HMHYxtJI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HMHYxtJI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HMHYxtJI .oldcost {
  text-decoration: line-through;
  color: #000000;
  text-align: center;
}
.cid-v2HMHYxtJI .currentcost {
  color: #000000;
  text-align: left;
}
.cid-v2HMHYxtJI .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-v2HMHYxtJI .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v2HMHYxtJI .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2HMHYxtJI .text-box {
    padding: 1rem;
  }
}
.cid-v2HMHYxtJI .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2HMHYxtJI H5 {
  color: #232323;
  text-align: left;
}
.cid-v2HMHYxtJI .mbr-text,
.cid-v2HMHYxtJI .cost,
.cid-v2HMHYxtJI .mbr-section-btn {
  color: #ffffff;
}
.cid-v2HMHYNEdW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v2HMHZ1k8G {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #141c24;
}
.cid-v2HMHZ1k8G .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HMHZ1k8G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HMHZ1k8G ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-v2HMHZ1k8G li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-v2HMHZ1k8G ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-v2HMHZ1k8G .list {
  color: #ffffff;
}
.cid-v2HMHZmDfW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v2HMHZmDfW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HMHZmDfW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HMHZmDfW .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v2HMHZmDfW .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v2HMHZmDfW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2HMHZmDfW .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-v2HMHZmDfW .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-v2HMHZmDfW .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v2HMHZmDfW .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v2HMHZmDfW .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v2HMHZmDfW .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2HMHZmDfW .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v2HMHZGr0K {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v2HMHZGr0K .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HMHZGr0K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HMHZGr0K .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v2HMHZGr0K .mbr-section-title {
  color: #ffffff;
}
.cid-v2HMHZWJpS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v2HMHZWJpS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2HMHZWJpS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2HMHZWJpS .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v2HMHZWJpS .bg-facebook:hover {
  background: #0b60cb;
}
.cid-v2HMHZWJpS .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-v2HMHZWJpS .bg-pinterest:hover {
  background: #b3001b;
}
.cid-v2HMHZWJpS .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-v2HMHZWJpS .bg-instagram:hover {
  background: #bd005c;
}
.cid-v2HMHZWJpS .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-v2HMHZWJpS [class^="socicon-"]:before,
.cid-v2HMHZWJpS [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-v2HMHZWJpS .mbr-section-title,
.cid-v2HMHZWJpS .social-list {
  color: #ffffff;
}
