.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: #404f62 !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: #404f62;
}
.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: #404f62;
}
.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: #404f62;
}
.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: #404f62;
}
.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: #404f62;
}
.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: #404f62;
}
.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: #404f62;
}
.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: #404f62;
}
.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: #141c24;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-tB737Xejsa .mbr-text {
  color: #000000;
}
.cid-u70BmNYOFb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #404f62;
}
.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: #404f62;
}
.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: 2rem;
  padding-bottom: 2rem;
  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: #404f62;
}
.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: #404f62 !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: #404f62;
}
.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: #404f62;
}
.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-v2rngffYuh .navbar-dropdown {
  position: relative !important;
}
.cid-v2rngffYuh .navbar-dropdown {
  position: absolute !important;
}
.cid-v2rngffYuh .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-v2rngffYuh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v2rngffYuh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v2rngffYuh .dropdown-item:hover,
.cid-v2rngffYuh .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-v2rngffYuh .dropdown-item:hover span {
  color: white;
}
.cid-v2rngffYuh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2rngffYuh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2rngffYuh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2rngffYuh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2rngffYuh .nav-link {
  position: relative;
}
.cid-v2rngffYuh .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v2rngffYuh .container {
    flex-wrap: wrap;
  }
}
.cid-v2rngffYuh .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v2rngffYuh .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v2rngffYuh .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v2rngffYuh .dropdown-menu,
.cid-v2rngffYuh .navbar.opened {
  background: #404f62 !important;
}
.cid-v2rngffYuh .nav-item:focus,
.cid-v2rngffYuh .nav-link:focus {
  outline: none;
}
.cid-v2rngffYuh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2rngffYuh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2rngffYuh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2rngffYuh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2rngffYuh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2rngffYuh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2rngffYuh .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #404f62;
}
.cid-v2rngffYuh .navbar.opened {
  transition: all 0.3s;
}
.cid-v2rngffYuh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2rngffYuh .navbar .navbar-logo img {
  width: auto;
}
.cid-v2rngffYuh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2rngffYuh .navbar.collapsed {
  justify-content: center;
}
.cid-v2rngffYuh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2rngffYuh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v2rngffYuh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2rngffYuh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2rngffYuh .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-v2rngffYuh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2rngffYuh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2rngffYuh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2rngffYuh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2rngffYuh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2rngffYuh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2rngffYuh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2rngffYuh .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-v2rngffYuh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2rngffYuh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2rngffYuh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2rngffYuh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2rngffYuh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2rngffYuh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v2rngffYuh .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v2rngffYuh .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2rngffYuh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2rngffYuh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v2rngffYuh .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-v2rngffYuh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2rngffYuh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2rngffYuh .dropdown-item.active,
.cid-v2rngffYuh .dropdown-item:active {
  background-color: transparent;
}
.cid-v2rngffYuh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2rngffYuh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2rngffYuh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2rngffYuh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #404f62;
}
.cid-v2rngffYuh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2rngffYuh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2rngffYuh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2rngffYuh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2rngffYuh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2rngffYuh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b52525;
}
.cid-v2rngffYuh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2rngffYuh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2rngffYuh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2rngffYuh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2rngffYuh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2rngffYuh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2rngffYuh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2rngffYuh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2rngffYuh .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v2rngffYuh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2rngffYuh .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-v2rngffYuh .navbar {
    height: 70px;
  }
  .cid-v2rngffYuh .navbar.opened {
    height: auto;
  }
  .cid-v2rngffYuh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2rngfwbhc {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2rngfwbhc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rngfwbhc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rngfwbhc .row {
  flex-direction: row-reverse;
}
.cid-v2rngfwbhc .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v2rngfwbhc .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v2rngfwbhc .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2rngfwbhc .mbr-section-title {
  text-align: center;
  color: #044981;
}
.cid-v2rngfwbhc .mbr-text,
.cid-v2rngfwbhc .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v2rngfJW3b {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f6fafd;
}
.cid-v2rngfJW3b img,
.cid-v2rngfJW3b .item-img {
  width: 100%;
}
.cid-v2rngfJW3b .item:focus,
.cid-v2rngfJW3b span:focus {
  outline: none;
}
.cid-v2rngfJW3b .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v2rngfJW3b .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v2rngfJW3b .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v2rngfJW3b .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v2rngfJW3b .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v2rngfJW3b .mbr-section-title {
  color: #000000;
}
.cid-v2rngfJW3b .mbr-text,
.cid-v2rngfJW3b .mbr-section-btn {
  text-align: center;
}
.cid-v2rngfJW3b .item-title {
  text-align: center;
}
.cid-v2rngfJW3b .item-subtitle {
  text-align: center;
}
.cid-v2rngg5hVu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2rngg5hVu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rngg5hVu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rngg5hVu .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2rnggi1d6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2rnggrZvx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2rnggrZvx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnggrZvx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnggrZvx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2rnggEuRu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v2rnggEuRu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnggEuRu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnggEuRu .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v2rnggEuRu .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v2rnggEuRu .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2rnggEuRu .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-v2rnggEuRu .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-v2rnggEuRu .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v2rnggEuRu .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v2rnggEuRu .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v2rnggEuRu .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2rnggEuRu .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v2rnghdKbf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2rnghdKbf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnghdKbf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnghdKbf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2rnghp4hu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2rnghCHiX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2rnghCHiX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnghCHiX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnghCHiX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2rnghPuGT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6fafd;
}
.cid-v2rnghPuGT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnghPuGT .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-v2rnghPuGT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2rnghPuGT .row {
  flex-direction: row-reverse;
}
.cid-v2rnghPuGT img {
  width: 100%;
}
.cid-v2rngi2CZF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2rngi2CZF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rngi2CZF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rngi2CZF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2rngiitmQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v2rngiuzJg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v2rngiuzJg .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v2rngiuzJg .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v2rngiuzJg .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-v2rngiuzJg .mbr-text {
  color: #000000;
}
.cid-v2rngiGXCU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-v2rngiGXCU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rngiGXCU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rngiGXCU .oldcost {
  text-decoration: line-through;
  color: #e43f3f;
}
.cid-v2rngiGXCU .currentcost {
  color: #e43f3f;
}
.cid-v2rngiGXCU .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-v2rngiGXCU .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v2rngiGXCU .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2rngiGXCU .text-box {
    padding: 1rem;
  }
}
.cid-v2rngiGXCU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2rngiGXCU .mbr-text,
.cid-v2rngiGXCU .cost,
.cid-v2rngiGXCU .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v2rngiVnWI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2rngiVnWI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rngiVnWI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rngiVnWI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2rngjaX1k {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2rngjaX1k .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v2rngjaX1k .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v2rngjaX1k .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-v2rngjaX1k .mbr-text {
  color: #000000;
}
.cid-v2rngjlujo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-v2rngjlujo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rngjlujo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rngjlujo .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-v2rngjlujo .mbr-section-title,
.cid-v2rngjlujo .mbr-section-subtitle {
  text-align: center;
}
.cid-v2rngjlujo .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v2rngjlujo .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-v2rngjlujo .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v2rngjlujo .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v2rngjlujo .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2rngjlujo .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v2rngjlujo .mbr-section-title {
  color: #000000;
}
.cid-v2rngjlujo .card-title {
  color: #000000;
}
.cid-v2rngjXhJv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2rngjXhJv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rngjXhJv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rngjXhJv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2rngkenK4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6fafd;
}
.cid-v2rngkenK4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rngkenK4 .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-v2rngkenK4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2rngkenK4 .row {
  flex-direction: row-reverse;
}
.cid-v2rngkenK4 img {
  width: 100%;
}
.cid-v2rngkvp7h {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2rngkvp7h .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rngkvp7h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rngkvp7h .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v2rngkvp7h .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v2rngkvp7h .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2rngkvp7h .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-v2rngkvp7h .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-v2rngkvp7h .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v2rngkvp7h .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v2rngkvp7h .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v2rngkvp7h .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2rngkvp7h .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v2rngkvp7h .card-title {
  color: #000000;
}
.cid-v2rngkvp7h .mbr-text,
.cid-v2rngkvp7h .social-row {
  color: #000000;
}
.cid-v2rngl1M3V {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2rngl1M3V .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rngl1M3V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rngl1M3V .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2rngltIew {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v2rngltIew .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rngltIew .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rngltIew .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v2rngltIew .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v2rngltIew .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #232323;
}
.cid-v2rngltIew .panel-body,
.cid-v2rngltIew .card-header {
  padding: 1rem 0;
}
.cid-v2rngltIew .panel-title-edit {
  color: #000000;
}
.cid-v2rngm7Nm7 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v2rngm7Nm7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rngm7Nm7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rngm7Nm7 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v2rngm7Nm7 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v2rngm7Nm7 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #232323;
}
.cid-v2rngm7Nm7 .panel-body,
.cid-v2rngm7Nm7 .card-header {
  padding: 1rem 0;
}
.cid-v2rngm7Nm7 .panel-title-edit {
  color: #000000;
}
.cid-v2rngmsFsg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2rngmsFsg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rngmsFsg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rngmsFsg .oldcost {
  text-decoration: line-through;
  color: #000000;
  text-align: center;
}
.cid-v2rngmsFsg .currentcost {
  color: #000000;
  text-align: left;
}
.cid-v2rngmsFsg .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-v2rngmsFsg .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v2rngmsFsg .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2rngmsFsg .text-box {
    padding: 1rem;
  }
}
.cid-v2rngmsFsg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2rngmsFsg H5 {
  color: #232323;
  text-align: left;
}
.cid-v2rngmsFsg .mbr-text,
.cid-v2rngmsFsg .cost,
.cid-v2rngmsFsg .mbr-section-btn {
  color: #ffffff;
}
.cid-v2rngmPV15 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v2rngn4JU4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #141c24;
}
.cid-v2rngn4JU4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rngn4JU4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rngn4JU4 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-v2rngn4JU4 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-v2rngn4JU4 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-v2rngn4JU4 .list {
  color: #ffffff;
}
.cid-v2rngnmphw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v2rngnmphw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rngnmphw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rngnmphw .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v2rngnmphw .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v2rngnmphw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2rngnmphw .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-v2rngnmphw .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-v2rngnmphw .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v2rngnmphw .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v2rngnmphw .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v2rngnmphw .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2rngnmphw .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v2rngnJIKy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v2rngnJIKy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rngnJIKy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rngnJIKy .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v2rngnJIKy .mbr-section-title {
  color: #ffffff;
}
.cid-v2rngo2ZvK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v2rngo2ZvK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rngo2ZvK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rngo2ZvK .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v2rngo2ZvK .bg-facebook:hover {
  background: #0b60cb;
}
.cid-v2rngo2ZvK .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-v2rngo2ZvK .bg-pinterest:hover {
  background: #b3001b;
}
.cid-v2rngo2ZvK .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-v2rngo2ZvK .bg-instagram:hover {
  background: #bd005c;
}
.cid-v2rngo2ZvK .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-v2rngo2ZvK [class^="socicon-"]:before,
.cid-v2rngo2ZvK [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-v2rngo2ZvK .mbr-section-title,
.cid-v2rngo2ZvK .social-list {
  color: #ffffff;
}
.cid-v2rnqov5x1 .navbar-dropdown {
  position: relative !important;
}
.cid-v2rnqov5x1 .navbar-dropdown {
  position: absolute !important;
}
.cid-v2rnqov5x1 .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-v2rnqov5x1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v2rnqov5x1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v2rnqov5x1 .dropdown-item:hover,
.cid-v2rnqov5x1 .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-v2rnqov5x1 .dropdown-item:hover span {
  color: white;
}
.cid-v2rnqov5x1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2rnqov5x1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2rnqov5x1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2rnqov5x1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2rnqov5x1 .nav-link {
  position: relative;
}
.cid-v2rnqov5x1 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v2rnqov5x1 .container {
    flex-wrap: wrap;
  }
}
.cid-v2rnqov5x1 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v2rnqov5x1 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v2rnqov5x1 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v2rnqov5x1 .dropdown-menu,
.cid-v2rnqov5x1 .navbar.opened {
  background: #404f62 !important;
}
.cid-v2rnqov5x1 .nav-item:focus,
.cid-v2rnqov5x1 .nav-link:focus {
  outline: none;
}
.cid-v2rnqov5x1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2rnqov5x1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2rnqov5x1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2rnqov5x1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2rnqov5x1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2rnqov5x1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2rnqov5x1 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #404f62;
}
.cid-v2rnqov5x1 .navbar.opened {
  transition: all 0.3s;
}
.cid-v2rnqov5x1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2rnqov5x1 .navbar .navbar-logo img {
  width: auto;
}
.cid-v2rnqov5x1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2rnqov5x1 .navbar.collapsed {
  justify-content: center;
}
.cid-v2rnqov5x1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2rnqov5x1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v2rnqov5x1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2rnqov5x1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2rnqov5x1 .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-v2rnqov5x1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2rnqov5x1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2rnqov5x1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2rnqov5x1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2rnqov5x1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2rnqov5x1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2rnqov5x1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2rnqov5x1 .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-v2rnqov5x1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2rnqov5x1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2rnqov5x1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2rnqov5x1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2rnqov5x1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2rnqov5x1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v2rnqov5x1 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v2rnqov5x1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2rnqov5x1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2rnqov5x1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v2rnqov5x1 .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-v2rnqov5x1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2rnqov5x1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2rnqov5x1 .dropdown-item.active,
.cid-v2rnqov5x1 .dropdown-item:active {
  background-color: transparent;
}
.cid-v2rnqov5x1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2rnqov5x1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2rnqov5x1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2rnqov5x1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #404f62;
}
.cid-v2rnqov5x1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2rnqov5x1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2rnqov5x1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2rnqov5x1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2rnqov5x1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2rnqov5x1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b52525;
}
.cid-v2rnqov5x1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2rnqov5x1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2rnqov5x1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2rnqov5x1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2rnqov5x1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2rnqov5x1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2rnqov5x1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2rnqov5x1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2rnqov5x1 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v2rnqov5x1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2rnqov5x1 .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-v2rnqov5x1 .navbar {
    height: 70px;
  }
  .cid-v2rnqov5x1 .navbar.opened {
    height: auto;
  }
  .cid-v2rnqov5x1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2rnqoPEph {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2rnqoPEph .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnqoPEph .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnqoPEph .row {
  flex-direction: row-reverse;
}
.cid-v2rnqoPEph .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v2rnqoPEph .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v2rnqoPEph .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2rnqoPEph .mbr-section-title {
  text-align: center;
  color: #044981;
}
.cid-v2rnqoPEph .mbr-text,
.cid-v2rnqoPEph .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v2rnqp6k3w {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f6fafd;
}
.cid-v2rnqp6k3w img,
.cid-v2rnqp6k3w .item-img {
  width: 100%;
}
.cid-v2rnqp6k3w .item:focus,
.cid-v2rnqp6k3w span:focus {
  outline: none;
}
.cid-v2rnqp6k3w .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v2rnqp6k3w .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v2rnqp6k3w .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v2rnqp6k3w .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v2rnqp6k3w .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v2rnqp6k3w .mbr-section-title {
  color: #000000;
}
.cid-v2rnqp6k3w .mbr-text,
.cid-v2rnqp6k3w .mbr-section-btn {
  text-align: center;
}
.cid-v2rnqp6k3w .item-title {
  text-align: center;
}
.cid-v2rnqp6k3w .item-subtitle {
  text-align: center;
}
.cid-v2rnqpqT3Z {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2rnqpqT3Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnqpqT3Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnqpqT3Z .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2rnqpDc7K {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2rnqpPWwe {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2rnqpPWwe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnqpPWwe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnqpPWwe .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2rnqq3gel {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v2rnqq3gel .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnqq3gel .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnqq3gel .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v2rnqq3gel .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v2rnqq3gel .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2rnqq3gel .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-v2rnqq3gel .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-v2rnqq3gel .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v2rnqq3gel .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v2rnqq3gel .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v2rnqq3gel .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2rnqq3gel .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v2rnqqzjCw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2rnqqzjCw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnqqzjCw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnqqzjCw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2rnqqNVse {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2rnqqYDTd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2rnqqYDTd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnqqYDTd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnqqYDTd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2rnqrbGal {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6fafd;
}
.cid-v2rnqrbGal .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnqrbGal .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-v2rnqrbGal .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2rnqrbGal .row {
  flex-direction: row-reverse;
}
.cid-v2rnqrbGal img {
  width: 100%;
}
.cid-v2rnqrojzg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2rnqrojzg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnqrojzg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnqrojzg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2rnqrBJcq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v2rnqrOKdd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v2rnqrOKdd .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v2rnqrOKdd .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v2rnqrOKdd .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-v2rnqrOKdd .mbr-text {
  color: #000000;
}
.cid-v2rnqs7nEz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-v2rnqs7nEz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnqs7nEz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnqs7nEz .oldcost {
  text-decoration: line-through;
  color: #e43f3f;
}
.cid-v2rnqs7nEz .currentcost {
  color: #e43f3f;
}
.cid-v2rnqs7nEz .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-v2rnqs7nEz .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v2rnqs7nEz .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2rnqs7nEz .text-box {
    padding: 1rem;
  }
}
.cid-v2rnqs7nEz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2rnqs7nEz .mbr-text,
.cid-v2rnqs7nEz .cost,
.cid-v2rnqs7nEz .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v2rnqsyIjr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2rnqsyIjr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnqsyIjr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnqsyIjr .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2rnqsS2oe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2rnqsS2oe .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v2rnqsS2oe .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v2rnqsS2oe .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-v2rnqsS2oe .mbr-text {
  color: #000000;
}
.cid-v2rnqtgKPr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-v2rnqtgKPr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnqtgKPr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnqtgKPr .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-v2rnqtgKPr .mbr-section-title,
.cid-v2rnqtgKPr .mbr-section-subtitle {
  text-align: center;
}
.cid-v2rnqtgKPr .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v2rnqtgKPr .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-v2rnqtgKPr .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v2rnqtgKPr .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v2rnqtgKPr .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2rnqtgKPr .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v2rnqtgKPr .mbr-section-title {
  color: #000000;
}
.cid-v2rnqtgKPr .card-title {
  color: #000000;
}
.cid-v2rnqtPL5x {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2rnqtPL5x .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnqtPL5x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnqtPL5x .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2rnqu4gTV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6fafd;
}
.cid-v2rnqu4gTV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnqu4gTV .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-v2rnqu4gTV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2rnqu4gTV .row {
  flex-direction: row-reverse;
}
.cid-v2rnqu4gTV img {
  width: 100%;
}
.cid-v2rnquii0O {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2rnquii0O .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnquii0O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnquii0O .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v2rnquii0O .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v2rnquii0O .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2rnquii0O .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-v2rnquii0O .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-v2rnquii0O .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v2rnquii0O .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v2rnquii0O .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v2rnquii0O .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2rnquii0O .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v2rnquii0O .card-title {
  color: #000000;
}
.cid-v2rnquii0O .mbr-text,
.cid-v2rnquii0O .social-row {
  color: #000000;
}
.cid-v2rnquPAVG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2rnquPAVG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnquPAVG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnquPAVG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2rnqv5UzW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v2rnqv5UzW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnqv5UzW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnqv5UzW .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v2rnqv5UzW .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v2rnqv5UzW .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #232323;
}
.cid-v2rnqv5UzW .panel-body,
.cid-v2rnqv5UzW .card-header {
  padding: 1rem 0;
}
.cid-v2rnqv5UzW .panel-title-edit {
  color: #000000;
}
.cid-v2rnqvpchB {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v2rnqvpchB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnqvpchB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnqvpchB .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v2rnqvpchB .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v2rnqvpchB .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #232323;
}
.cid-v2rnqvpchB .panel-body,
.cid-v2rnqvpchB .card-header {
  padding: 1rem 0;
}
.cid-v2rnqvpchB .panel-title-edit {
  color: #000000;
}
.cid-v2rnqvKI6V {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2rnqvKI6V .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnqvKI6V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnqvKI6V .oldcost {
  text-decoration: line-through;
  color: #000000;
  text-align: center;
}
.cid-v2rnqvKI6V .currentcost {
  color: #000000;
  text-align: left;
}
.cid-v2rnqvKI6V .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-v2rnqvKI6V .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v2rnqvKI6V .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2rnqvKI6V .text-box {
    padding: 1rem;
  }
}
.cid-v2rnqvKI6V .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2rnqvKI6V H5 {
  color: #232323;
  text-align: left;
}
.cid-v2rnqvKI6V .mbr-text,
.cid-v2rnqvKI6V .cost,
.cid-v2rnqvKI6V .mbr-section-btn {
  color: #ffffff;
}
.cid-v2rnqw5Yow {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v2rnqwji1N {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #141c24;
}
.cid-v2rnqwji1N .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnqwji1N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnqwji1N ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-v2rnqwji1N li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-v2rnqwji1N ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-v2rnqwji1N .list {
  color: #ffffff;
}
.cid-v2rnqwC2U1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v2rnqwC2U1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnqwC2U1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnqwC2U1 .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v2rnqwC2U1 .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v2rnqwC2U1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2rnqwC2U1 .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-v2rnqwC2U1 .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-v2rnqwC2U1 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v2rnqwC2U1 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v2rnqwC2U1 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v2rnqwC2U1 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2rnqwC2U1 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v2rnqwZhAc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v2rnqwZhAc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnqwZhAc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnqwZhAc .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v2rnqwZhAc .mbr-section-title {
  color: #ffffff;
}
.cid-v2rnqxgPIu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v2rnqxgPIu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnqxgPIu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnqxgPIu .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v2rnqxgPIu .bg-facebook:hover {
  background: #0b60cb;
}
.cid-v2rnqxgPIu .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-v2rnqxgPIu .bg-pinterest:hover {
  background: #b3001b;
}
.cid-v2rnqxgPIu .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-v2rnqxgPIu .bg-instagram:hover {
  background: #bd005c;
}
.cid-v2rnqxgPIu .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-v2rnqxgPIu [class^="socicon-"]:before,
.cid-v2rnqxgPIu [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-v2rnqxgPIu .mbr-section-title,
.cid-v2rnqxgPIu .social-list {
  color: #ffffff;
}
.cid-v2rnBEj69G .navbar-dropdown {
  position: relative !important;
}
.cid-v2rnBEj69G .navbar-dropdown {
  position: absolute !important;
}
.cid-v2rnBEj69G .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-v2rnBEj69G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v2rnBEj69G .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v2rnBEj69G .dropdown-item:hover,
.cid-v2rnBEj69G .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-v2rnBEj69G .dropdown-item:hover span {
  color: white;
}
.cid-v2rnBEj69G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2rnBEj69G .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2rnBEj69G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2rnBEj69G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2rnBEj69G .nav-link {
  position: relative;
}
.cid-v2rnBEj69G .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v2rnBEj69G .container {
    flex-wrap: wrap;
  }
}
.cid-v2rnBEj69G .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v2rnBEj69G .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v2rnBEj69G .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v2rnBEj69G .dropdown-menu,
.cid-v2rnBEj69G .navbar.opened {
  background: #404f62 !important;
}
.cid-v2rnBEj69G .nav-item:focus,
.cid-v2rnBEj69G .nav-link:focus {
  outline: none;
}
.cid-v2rnBEj69G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2rnBEj69G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2rnBEj69G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2rnBEj69G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2rnBEj69G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2rnBEj69G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2rnBEj69G .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #404f62;
}
.cid-v2rnBEj69G .navbar.opened {
  transition: all 0.3s;
}
.cid-v2rnBEj69G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2rnBEj69G .navbar .navbar-logo img {
  width: auto;
}
.cid-v2rnBEj69G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2rnBEj69G .navbar.collapsed {
  justify-content: center;
}
.cid-v2rnBEj69G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2rnBEj69G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v2rnBEj69G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2rnBEj69G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2rnBEj69G .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-v2rnBEj69G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2rnBEj69G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2rnBEj69G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2rnBEj69G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2rnBEj69G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2rnBEj69G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2rnBEj69G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2rnBEj69G .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-v2rnBEj69G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2rnBEj69G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2rnBEj69G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2rnBEj69G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2rnBEj69G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2rnBEj69G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v2rnBEj69G .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v2rnBEj69G .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2rnBEj69G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2rnBEj69G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v2rnBEj69G .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-v2rnBEj69G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2rnBEj69G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2rnBEj69G .dropdown-item.active,
.cid-v2rnBEj69G .dropdown-item:active {
  background-color: transparent;
}
.cid-v2rnBEj69G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2rnBEj69G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2rnBEj69G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2rnBEj69G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #404f62;
}
.cid-v2rnBEj69G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2rnBEj69G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2rnBEj69G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2rnBEj69G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2rnBEj69G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2rnBEj69G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b52525;
}
.cid-v2rnBEj69G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2rnBEj69G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2rnBEj69G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2rnBEj69G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2rnBEj69G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2rnBEj69G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2rnBEj69G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2rnBEj69G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2rnBEj69G .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v2rnBEj69G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2rnBEj69G .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-v2rnBEj69G .navbar {
    height: 70px;
  }
  .cid-v2rnBEj69G .navbar.opened {
    height: auto;
  }
  .cid-v2rnBEj69G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2rnBECJWu {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2rnBECJWu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnBECJWu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnBECJWu .row {
  flex-direction: row-reverse;
}
.cid-v2rnBECJWu .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v2rnBECJWu .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v2rnBECJWu .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2rnBECJWu .mbr-section-title {
  text-align: center;
  color: #044981;
}
.cid-v2rnBECJWu .mbr-text,
.cid-v2rnBECJWu .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v2rnBEQ5Y3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f6fafd;
}
.cid-v2rnBEQ5Y3 img,
.cid-v2rnBEQ5Y3 .item-img {
  width: 100%;
}
.cid-v2rnBEQ5Y3 .item:focus,
.cid-v2rnBEQ5Y3 span:focus {
  outline: none;
}
.cid-v2rnBEQ5Y3 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v2rnBEQ5Y3 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v2rnBEQ5Y3 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v2rnBEQ5Y3 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v2rnBEQ5Y3 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v2rnBEQ5Y3 .mbr-section-title {
  color: #000000;
}
.cid-v2rnBEQ5Y3 .mbr-text,
.cid-v2rnBEQ5Y3 .mbr-section-btn {
  text-align: center;
}
.cid-v2rnBEQ5Y3 .item-title {
  text-align: center;
}
.cid-v2rnBEQ5Y3 .item-subtitle {
  text-align: center;
}
.cid-v2rnBFdB3p {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2rnBFdB3p .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnBFdB3p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnBFdB3p .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2rnBFr423 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2rnBFBM1N {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2rnBFBM1N .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnBFBM1N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnBFBM1N .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2rnBFRFSI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v2rnBFRFSI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnBFRFSI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnBFRFSI .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v2rnBFRFSI .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v2rnBFRFSI .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2rnBFRFSI .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-v2rnBFRFSI .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-v2rnBFRFSI .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v2rnBFRFSI .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v2rnBFRFSI .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v2rnBFRFSI .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2rnBFRFSI .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v2rnBGl3oh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2rnBGl3oh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnBGl3oh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnBGl3oh .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2rnBGBSzf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2rnBGLCvP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2rnBGLCvP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnBGLCvP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnBGLCvP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2rnBGZdAG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6fafd;
}
.cid-v2rnBGZdAG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnBGZdAG .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-v2rnBGZdAG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2rnBGZdAG .row {
  flex-direction: row-reverse;
}
.cid-v2rnBGZdAG img {
  width: 100%;
}
.cid-v2rnBHcedY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2rnBHcedY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnBHcedY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnBHcedY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2rnBHrPiU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v2rnBHCCQg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v2rnBHCCQg .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v2rnBHCCQg .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v2rnBHCCQg .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-v2rnBHCCQg .mbr-text {
  color: #000000;
}
.cid-v2rnBHO9DU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-v2rnBHO9DU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnBHO9DU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnBHO9DU .oldcost {
  text-decoration: line-through;
  color: #e43f3f;
}
.cid-v2rnBHO9DU .currentcost {
  color: #e43f3f;
}
.cid-v2rnBHO9DU .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-v2rnBHO9DU .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v2rnBHO9DU .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2rnBHO9DU .text-box {
    padding: 1rem;
  }
}
.cid-v2rnBHO9DU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2rnBHO9DU .mbr-text,
.cid-v2rnBHO9DU .cost,
.cid-v2rnBHO9DU .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v2rnBI8CWU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2rnBI8CWU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnBI8CWU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnBI8CWU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2rnBIl4Zi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2rnBIl4Zi .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v2rnBIl4Zi .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v2rnBIl4Zi .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-v2rnBIl4Zi .mbr-text {
  color: #000000;
}
.cid-v2rnBIyTNg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-v2rnBIyTNg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnBIyTNg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnBIyTNg .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-v2rnBIyTNg .mbr-section-title,
.cid-v2rnBIyTNg .mbr-section-subtitle {
  text-align: center;
}
.cid-v2rnBIyTNg .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v2rnBIyTNg .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-v2rnBIyTNg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v2rnBIyTNg .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v2rnBIyTNg .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2rnBIyTNg .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v2rnBIyTNg .mbr-section-title {
  color: #000000;
}
.cid-v2rnBIyTNg .card-title {
  color: #000000;
}
.cid-v2rnBJ9TcT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2rnBJ9TcT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnBJ9TcT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnBJ9TcT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2rnBJsLsJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6fafd;
}
.cid-v2rnBJsLsJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnBJsLsJ .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-v2rnBJsLsJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2rnBJsLsJ .row {
  flex-direction: row-reverse;
}
.cid-v2rnBJsLsJ img {
  width: 100%;
}
.cid-v2rnBJIhvo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2rnBJIhvo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnBJIhvo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnBJIhvo .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v2rnBJIhvo .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v2rnBJIhvo .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2rnBJIhvo .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-v2rnBJIhvo .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-v2rnBJIhvo .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v2rnBJIhvo .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v2rnBJIhvo .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v2rnBJIhvo .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2rnBJIhvo .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v2rnBJIhvo .card-title {
  color: #000000;
}
.cid-v2rnBJIhvo .mbr-text,
.cid-v2rnBJIhvo .social-row {
  color: #000000;
}
.cid-v2rnBKeHO8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2rnBKeHO8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnBKeHO8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnBKeHO8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2rnBKuSAN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v2rnBKuSAN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnBKuSAN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnBKuSAN .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v2rnBKuSAN .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v2rnBKuSAN .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #232323;
}
.cid-v2rnBKuSAN .panel-body,
.cid-v2rnBKuSAN .card-header {
  padding: 1rem 0;
}
.cid-v2rnBKuSAN .panel-title-edit {
  color: #000000;
}
.cid-v2rnBKPOIr {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v2rnBKPOIr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnBKPOIr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnBKPOIr .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v2rnBKPOIr .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v2rnBKPOIr .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #232323;
}
.cid-v2rnBKPOIr .panel-body,
.cid-v2rnBKPOIr .card-header {
  padding: 1rem 0;
}
.cid-v2rnBKPOIr .panel-title-edit {
  color: #000000;
}
.cid-v2rnBLdIqV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2rnBLdIqV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnBLdIqV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnBLdIqV .oldcost {
  text-decoration: line-through;
  color: #000000;
  text-align: center;
}
.cid-v2rnBLdIqV .currentcost {
  color: #000000;
  text-align: left;
}
.cid-v2rnBLdIqV .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-v2rnBLdIqV .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v2rnBLdIqV .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2rnBLdIqV .text-box {
    padding: 1rem;
  }
}
.cid-v2rnBLdIqV .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2rnBLdIqV H5 {
  color: #232323;
  text-align: left;
}
.cid-v2rnBLdIqV .mbr-text,
.cid-v2rnBLdIqV .cost,
.cid-v2rnBLdIqV .mbr-section-btn {
  color: #ffffff;
}
.cid-v2rnBLuOZE {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v2rnBLJfXk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #141c24;
}
.cid-v2rnBLJfXk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnBLJfXk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnBLJfXk ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-v2rnBLJfXk li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-v2rnBLJfXk ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-v2rnBLJfXk .list {
  color: #ffffff;
}
.cid-v2rnBM2vZT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v2rnBM2vZT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnBM2vZT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnBM2vZT .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v2rnBM2vZT .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v2rnBM2vZT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2rnBM2vZT .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-v2rnBM2vZT .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-v2rnBM2vZT .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v2rnBM2vZT .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v2rnBM2vZT .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v2rnBM2vZT .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2rnBM2vZT .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v2rnBMrvr6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v2rnBMrvr6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnBMrvr6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnBMrvr6 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v2rnBMrvr6 .mbr-section-title {
  color: #ffffff;
}
.cid-v2rnBMIMoD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v2rnBMIMoD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnBMIMoD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnBMIMoD .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v2rnBMIMoD .bg-facebook:hover {
  background: #0b60cb;
}
.cid-v2rnBMIMoD .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-v2rnBMIMoD .bg-pinterest:hover {
  background: #b3001b;
}
.cid-v2rnBMIMoD .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-v2rnBMIMoD .bg-instagram:hover {
  background: #bd005c;
}
.cid-v2rnBMIMoD .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-v2rnBMIMoD [class^="socicon-"]:before,
.cid-v2rnBMIMoD [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-v2rnBMIMoD .mbr-section-title,
.cid-v2rnBMIMoD .social-list {
  color: #ffffff;
}
.cid-v2rnPiAcw5 .navbar-dropdown {
  position: relative !important;
}
.cid-v2rnPiAcw5 .navbar-dropdown {
  position: absolute !important;
}
.cid-v2rnPiAcw5 .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-v2rnPiAcw5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v2rnPiAcw5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v2rnPiAcw5 .dropdown-item:hover,
.cid-v2rnPiAcw5 .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-v2rnPiAcw5 .dropdown-item:hover span {
  color: white;
}
.cid-v2rnPiAcw5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2rnPiAcw5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2rnPiAcw5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2rnPiAcw5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2rnPiAcw5 .nav-link {
  position: relative;
}
.cid-v2rnPiAcw5 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v2rnPiAcw5 .container {
    flex-wrap: wrap;
  }
}
.cid-v2rnPiAcw5 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v2rnPiAcw5 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v2rnPiAcw5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v2rnPiAcw5 .dropdown-menu,
.cid-v2rnPiAcw5 .navbar.opened {
  background: #404f62 !important;
}
.cid-v2rnPiAcw5 .nav-item:focus,
.cid-v2rnPiAcw5 .nav-link:focus {
  outline: none;
}
.cid-v2rnPiAcw5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2rnPiAcw5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2rnPiAcw5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2rnPiAcw5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2rnPiAcw5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2rnPiAcw5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2rnPiAcw5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #404f62;
}
.cid-v2rnPiAcw5 .navbar.opened {
  transition: all 0.3s;
}
.cid-v2rnPiAcw5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2rnPiAcw5 .navbar .navbar-logo img {
  width: auto;
}
.cid-v2rnPiAcw5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2rnPiAcw5 .navbar.collapsed {
  justify-content: center;
}
.cid-v2rnPiAcw5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2rnPiAcw5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v2rnPiAcw5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2rnPiAcw5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2rnPiAcw5 .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-v2rnPiAcw5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2rnPiAcw5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2rnPiAcw5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2rnPiAcw5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2rnPiAcw5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2rnPiAcw5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2rnPiAcw5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2rnPiAcw5 .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-v2rnPiAcw5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2rnPiAcw5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2rnPiAcw5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2rnPiAcw5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2rnPiAcw5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2rnPiAcw5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v2rnPiAcw5 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v2rnPiAcw5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2rnPiAcw5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2rnPiAcw5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v2rnPiAcw5 .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-v2rnPiAcw5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2rnPiAcw5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2rnPiAcw5 .dropdown-item.active,
.cid-v2rnPiAcw5 .dropdown-item:active {
  background-color: transparent;
}
.cid-v2rnPiAcw5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2rnPiAcw5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2rnPiAcw5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2rnPiAcw5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #404f62;
}
.cid-v2rnPiAcw5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2rnPiAcw5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2rnPiAcw5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2rnPiAcw5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2rnPiAcw5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2rnPiAcw5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b52525;
}
.cid-v2rnPiAcw5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2rnPiAcw5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2rnPiAcw5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2rnPiAcw5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2rnPiAcw5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2rnPiAcw5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2rnPiAcw5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2rnPiAcw5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2rnPiAcw5 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v2rnPiAcw5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2rnPiAcw5 .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-v2rnPiAcw5 .navbar {
    height: 70px;
  }
  .cid-v2rnPiAcw5 .navbar.opened {
    height: auto;
  }
  .cid-v2rnPiAcw5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2rnPiSWHO {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2rnPiSWHO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnPiSWHO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnPiSWHO .row {
  flex-direction: row-reverse;
}
.cid-v2rnPiSWHO .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v2rnPiSWHO .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v2rnPiSWHO .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2rnPiSWHO .mbr-section-title {
  text-align: center;
  color: #044981;
}
.cid-v2rnPiSWHO .mbr-text,
.cid-v2rnPiSWHO .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v2rnPj7Tgn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f6fafd;
}
.cid-v2rnPj7Tgn img,
.cid-v2rnPj7Tgn .item-img {
  width: 100%;
}
.cid-v2rnPj7Tgn .item:focus,
.cid-v2rnPj7Tgn span:focus {
  outline: none;
}
.cid-v2rnPj7Tgn .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v2rnPj7Tgn .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v2rnPj7Tgn .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v2rnPj7Tgn .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v2rnPj7Tgn .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v2rnPj7Tgn .mbr-section-title {
  color: #000000;
}
.cid-v2rnPj7Tgn .mbr-text,
.cid-v2rnPj7Tgn .mbr-section-btn {
  text-align: center;
}
.cid-v2rnPj7Tgn .item-title {
  text-align: center;
}
.cid-v2rnPj7Tgn .item-subtitle {
  text-align: center;
}
.cid-v2rnPjtKiJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2rnPjtKiJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnPjtKiJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnPjtKiJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2rnPjFvSu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2rnPjQefV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2rnPjQefV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnPjQefV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnPjQefV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2rnPkbI9Y {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v2rnPkbI9Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnPkbI9Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnPkbI9Y .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v2rnPkbI9Y .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v2rnPkbI9Y .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2rnPkbI9Y .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-v2rnPkbI9Y .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-v2rnPkbI9Y .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v2rnPkbI9Y .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v2rnPkbI9Y .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v2rnPkbI9Y .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2rnPkbI9Y .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v2rnPkEaBe {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2rnPkEaBe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnPkEaBe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnPkEaBe .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2rnPkRRTf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2rnPl6aOL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2rnPl6aOL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnPl6aOL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnPl6aOL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2rnPliCF1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6fafd;
}
.cid-v2rnPliCF1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnPliCF1 .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-v2rnPliCF1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2rnPliCF1 .row {
  flex-direction: row-reverse;
}
.cid-v2rnPliCF1 img {
  width: 100%;
}
.cid-v2rnPlzeWw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2rnPlzeWw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnPlzeWw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnPlzeWw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2rnPlNEGz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v2rnPlZnJZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v2rnPlZnJZ .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v2rnPlZnJZ .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v2rnPlZnJZ .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-v2rnPlZnJZ .mbr-text {
  color: #000000;
}
.cid-v2rnPmauxO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-v2rnPmauxO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnPmauxO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnPmauxO .oldcost {
  text-decoration: line-through;
  color: #e43f3f;
}
.cid-v2rnPmauxO .currentcost {
  color: #e43f3f;
}
.cid-v2rnPmauxO .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-v2rnPmauxO .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v2rnPmauxO .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2rnPmauxO .text-box {
    padding: 1rem;
  }
}
.cid-v2rnPmauxO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2rnPmauxO .mbr-text,
.cid-v2rnPmauxO .cost,
.cid-v2rnPmauxO .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v2rnPmn0ub {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2rnPmn0ub .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnPmn0ub .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnPmn0ub .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2rnPmAVxv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2rnPmAVxv .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v2rnPmAVxv .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v2rnPmAVxv .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-v2rnPmAVxv .mbr-text {
  color: #000000;
}
.cid-v2rnPmLSsX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-v2rnPmLSsX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnPmLSsX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnPmLSsX .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-v2rnPmLSsX .mbr-section-title,
.cid-v2rnPmLSsX .mbr-section-subtitle {
  text-align: center;
}
.cid-v2rnPmLSsX .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v2rnPmLSsX .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-v2rnPmLSsX .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v2rnPmLSsX .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v2rnPmLSsX .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2rnPmLSsX .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v2rnPmLSsX .mbr-section-title {
  color: #000000;
}
.cid-v2rnPmLSsX .card-title {
  color: #000000;
}
.cid-v2rnPnssJ4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2rnPnssJ4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnPnssJ4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnPnssJ4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2rnPnSzNO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6fafd;
}
.cid-v2rnPnSzNO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnPnSzNO .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-v2rnPnSzNO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2rnPnSzNO .row {
  flex-direction: row-reverse;
}
.cid-v2rnPnSzNO img {
  width: 100%;
}
.cid-v2rnPoeQqv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2rnPoeQqv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnPoeQqv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnPoeQqv .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v2rnPoeQqv .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v2rnPoeQqv .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2rnPoeQqv .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-v2rnPoeQqv .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-v2rnPoeQqv .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v2rnPoeQqv .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v2rnPoeQqv .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v2rnPoeQqv .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2rnPoeQqv .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v2rnPoeQqv .card-title {
  color: #000000;
}
.cid-v2rnPoeQqv .mbr-text,
.cid-v2rnPoeQqv .social-row {
  color: #000000;
}
.cid-v2rnPpbwym {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2rnPpbwym .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnPpbwym .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnPpbwym .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2rnPpsf6w {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v2rnPpsf6w .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnPpsf6w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnPpsf6w .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v2rnPpsf6w .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v2rnPpsf6w .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #232323;
}
.cid-v2rnPpsf6w .panel-body,
.cid-v2rnPpsf6w .card-header {
  padding: 1rem 0;
}
.cid-v2rnPpsf6w .panel-title-edit {
  color: #000000;
}
.cid-v2rnPpTd1a {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v2rnPpTd1a .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnPpTd1a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnPpTd1a .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v2rnPpTd1a .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v2rnPpTd1a .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #232323;
}
.cid-v2rnPpTd1a .panel-body,
.cid-v2rnPpTd1a .card-header {
  padding: 1rem 0;
}
.cid-v2rnPpTd1a .panel-title-edit {
  color: #000000;
}
.cid-v2rnPqdXIJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2rnPqdXIJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnPqdXIJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnPqdXIJ .oldcost {
  text-decoration: line-through;
  color: #000000;
  text-align: center;
}
.cid-v2rnPqdXIJ .currentcost {
  color: #000000;
  text-align: left;
}
.cid-v2rnPqdXIJ .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-v2rnPqdXIJ .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v2rnPqdXIJ .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2rnPqdXIJ .text-box {
    padding: 1rem;
  }
}
.cid-v2rnPqdXIJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2rnPqdXIJ H5 {
  color: #232323;
  text-align: left;
}
.cid-v2rnPqdXIJ .mbr-text,
.cid-v2rnPqdXIJ .cost,
.cid-v2rnPqdXIJ .mbr-section-btn {
  color: #ffffff;
}
.cid-v2rnPquCKT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v2rnPqJtqF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #141c24;
}
.cid-v2rnPqJtqF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnPqJtqF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnPqJtqF ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-v2rnPqJtqF li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-v2rnPqJtqF ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-v2rnPqJtqF .list {
  color: #ffffff;
}
.cid-v2rnPr7shw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v2rnPr7shw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnPr7shw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnPr7shw .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v2rnPr7shw .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v2rnPr7shw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2rnPr7shw .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-v2rnPr7shw .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-v2rnPr7shw .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v2rnPr7shw .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v2rnPr7shw .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v2rnPr7shw .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2rnPr7shw .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v2rnPruB78 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v2rnPruB78 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnPruB78 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnPruB78 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v2rnPruB78 .mbr-section-title {
  color: #ffffff;
}
.cid-v2rnPrLpZu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v2rnPrLpZu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnPrLpZu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnPrLpZu .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v2rnPrLpZu .bg-facebook:hover {
  background: #0b60cb;
}
.cid-v2rnPrLpZu .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-v2rnPrLpZu .bg-pinterest:hover {
  background: #b3001b;
}
.cid-v2rnPrLpZu .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-v2rnPrLpZu .bg-instagram:hover {
  background: #bd005c;
}
.cid-v2rnPrLpZu .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-v2rnPrLpZu [class^="socicon-"]:before,
.cid-v2rnPrLpZu [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-v2rnPrLpZu .mbr-section-title,
.cid-v2rnPrLpZu .social-list {
  color: #ffffff;
}
.cid-v2rnYyEDBJ .navbar-dropdown {
  position: relative !important;
}
.cid-v2rnYyEDBJ .navbar-dropdown {
  position: absolute !important;
}
.cid-v2rnYyEDBJ .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-v2rnYyEDBJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v2rnYyEDBJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v2rnYyEDBJ .dropdown-item:hover,
.cid-v2rnYyEDBJ .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-v2rnYyEDBJ .dropdown-item:hover span {
  color: white;
}
.cid-v2rnYyEDBJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2rnYyEDBJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2rnYyEDBJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2rnYyEDBJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2rnYyEDBJ .nav-link {
  position: relative;
}
.cid-v2rnYyEDBJ .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v2rnYyEDBJ .container {
    flex-wrap: wrap;
  }
}
.cid-v2rnYyEDBJ .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v2rnYyEDBJ .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v2rnYyEDBJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v2rnYyEDBJ .dropdown-menu,
.cid-v2rnYyEDBJ .navbar.opened {
  background: #404f62 !important;
}
.cid-v2rnYyEDBJ .nav-item:focus,
.cid-v2rnYyEDBJ .nav-link:focus {
  outline: none;
}
.cid-v2rnYyEDBJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2rnYyEDBJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2rnYyEDBJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2rnYyEDBJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2rnYyEDBJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2rnYyEDBJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2rnYyEDBJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #404f62;
}
.cid-v2rnYyEDBJ .navbar.opened {
  transition: all 0.3s;
}
.cid-v2rnYyEDBJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2rnYyEDBJ .navbar .navbar-logo img {
  width: auto;
}
.cid-v2rnYyEDBJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2rnYyEDBJ .navbar.collapsed {
  justify-content: center;
}
.cid-v2rnYyEDBJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2rnYyEDBJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v2rnYyEDBJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2rnYyEDBJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2rnYyEDBJ .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-v2rnYyEDBJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2rnYyEDBJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2rnYyEDBJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2rnYyEDBJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2rnYyEDBJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2rnYyEDBJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2rnYyEDBJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2rnYyEDBJ .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-v2rnYyEDBJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2rnYyEDBJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2rnYyEDBJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2rnYyEDBJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2rnYyEDBJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2rnYyEDBJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v2rnYyEDBJ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v2rnYyEDBJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2rnYyEDBJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2rnYyEDBJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v2rnYyEDBJ .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-v2rnYyEDBJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2rnYyEDBJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2rnYyEDBJ .dropdown-item.active,
.cid-v2rnYyEDBJ .dropdown-item:active {
  background-color: transparent;
}
.cid-v2rnYyEDBJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2rnYyEDBJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2rnYyEDBJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2rnYyEDBJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #404f62;
}
.cid-v2rnYyEDBJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2rnYyEDBJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2rnYyEDBJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2rnYyEDBJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2rnYyEDBJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2rnYyEDBJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b52525;
}
.cid-v2rnYyEDBJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2rnYyEDBJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2rnYyEDBJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2rnYyEDBJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2rnYyEDBJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2rnYyEDBJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2rnYyEDBJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2rnYyEDBJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2rnYyEDBJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v2rnYyEDBJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2rnYyEDBJ .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-v2rnYyEDBJ .navbar {
    height: 70px;
  }
  .cid-v2rnYyEDBJ .navbar.opened {
    height: auto;
  }
  .cid-v2rnYyEDBJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2rnYyXml2 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2rnYyXml2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnYyXml2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnYyXml2 .row {
  flex-direction: row-reverse;
}
.cid-v2rnYyXml2 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v2rnYyXml2 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v2rnYyXml2 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2rnYyXml2 .mbr-section-title {
  text-align: center;
  color: #044981;
}
.cid-v2rnYyXml2 .mbr-text,
.cid-v2rnYyXml2 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v2rnYzc27h {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f6fafd;
}
.cid-v2rnYzc27h img,
.cid-v2rnYzc27h .item-img {
  width: 100%;
}
.cid-v2rnYzc27h .item:focus,
.cid-v2rnYzc27h span:focus {
  outline: none;
}
.cid-v2rnYzc27h .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v2rnYzc27h .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v2rnYzc27h .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v2rnYzc27h .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v2rnYzc27h .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v2rnYzc27h .mbr-section-title {
  color: #000000;
}
.cid-v2rnYzc27h .mbr-text,
.cid-v2rnYzc27h .mbr-section-btn {
  text-align: center;
}
.cid-v2rnYzc27h .item-title {
  text-align: center;
}
.cid-v2rnYzc27h .item-subtitle {
  text-align: center;
}
.cid-v2rnYzyLnC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2rnYzyLnC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnYzyLnC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnYzyLnC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2rnYzKkjS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2rnYzVslD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2rnYzVslD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnYzVslD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnYzVslD .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2rnYA8WbF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v2rnYA8WbF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnYA8WbF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnYA8WbF .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v2rnYA8WbF .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v2rnYA8WbF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2rnYA8WbF .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-v2rnYA8WbF .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-v2rnYA8WbF .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v2rnYA8WbF .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v2rnYA8WbF .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v2rnYA8WbF .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2rnYA8WbF .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v2rnYAJ7ZK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2rnYAJ7ZK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnYAJ7ZK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnYAJ7ZK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2rnYAZsL0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2rnYBaxBG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2rnYBaxBG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnYBaxBG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnYBaxBG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2rnYBp1Eq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6fafd;
}
.cid-v2rnYBp1Eq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnYBp1Eq .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-v2rnYBp1Eq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2rnYBp1Eq .row {
  flex-direction: row-reverse;
}
.cid-v2rnYBp1Eq img {
  width: 100%;
}
.cid-v2rnYBEGcK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2rnYBEGcK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnYBEGcK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnYBEGcK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2rnYBW2HX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v2rnYC9x1q {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v2rnYC9x1q .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v2rnYC9x1q .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v2rnYC9x1q .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-v2rnYC9x1q .mbr-text {
  color: #000000;
}
.cid-v2rnYCmt0e {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-v2rnYCmt0e .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnYCmt0e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnYCmt0e .oldcost {
  text-decoration: line-through;
  color: #e43f3f;
}
.cid-v2rnYCmt0e .currentcost {
  color: #e43f3f;
}
.cid-v2rnYCmt0e .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-v2rnYCmt0e .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v2rnYCmt0e .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2rnYCmt0e .text-box {
    padding: 1rem;
  }
}
.cid-v2rnYCmt0e .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2rnYCmt0e .mbr-text,
.cid-v2rnYCmt0e .cost,
.cid-v2rnYCmt0e .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v2rnYCB9db {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2rnYCB9db .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnYCB9db .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnYCB9db .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2rnYCPe0D {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2rnYCPe0D .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v2rnYCPe0D .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v2rnYCPe0D .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-v2rnYCPe0D .mbr-text {
  color: #000000;
}
.cid-v2rnYD2lcB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-v2rnYD2lcB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnYD2lcB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnYD2lcB .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-v2rnYD2lcB .mbr-section-title,
.cid-v2rnYD2lcB .mbr-section-subtitle {
  text-align: center;
}
.cid-v2rnYD2lcB .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v2rnYD2lcB .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-v2rnYD2lcB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v2rnYD2lcB .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v2rnYD2lcB .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2rnYD2lcB .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v2rnYD2lcB .mbr-section-title {
  color: #000000;
}
.cid-v2rnYD2lcB .card-title {
  color: #000000;
}
.cid-v2rnYDCCj5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2rnYDCCj5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnYDCCj5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnYDCCj5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2rnYDRXO9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6fafd;
}
.cid-v2rnYDRXO9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnYDRXO9 .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-v2rnYDRXO9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2rnYDRXO9 .row {
  flex-direction: row-reverse;
}
.cid-v2rnYDRXO9 img {
  width: 100%;
}
.cid-v2rnYE6bP0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2rnYE6bP0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnYE6bP0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnYE6bP0 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v2rnYE6bP0 .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v2rnYE6bP0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2rnYE6bP0 .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-v2rnYE6bP0 .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-v2rnYE6bP0 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v2rnYE6bP0 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v2rnYE6bP0 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v2rnYE6bP0 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2rnYE6bP0 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v2rnYE6bP0 .card-title {
  color: #000000;
}
.cid-v2rnYE6bP0 .mbr-text,
.cid-v2rnYE6bP0 .social-row {
  color: #000000;
}
.cid-v2rnYEU0dj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2rnYEU0dj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnYEU0dj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnYEU0dj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2rnYFtrLi {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v2rnYFtrLi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnYFtrLi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnYFtrLi .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v2rnYFtrLi .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v2rnYFtrLi .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #232323;
}
.cid-v2rnYFtrLi .panel-body,
.cid-v2rnYFtrLi .card-header {
  padding: 1rem 0;
}
.cid-v2rnYFtrLi .panel-title-edit {
  color: #000000;
}
.cid-v2rnYG1VVc {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v2rnYG1VVc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnYG1VVc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnYG1VVc .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v2rnYG1VVc .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v2rnYG1VVc .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #232323;
}
.cid-v2rnYG1VVc .panel-body,
.cid-v2rnYG1VVc .card-header {
  padding: 1rem 0;
}
.cid-v2rnYG1VVc .panel-title-edit {
  color: #000000;
}
.cid-v2rnYGNzeo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2rnYGNzeo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnYGNzeo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnYGNzeo .oldcost {
  text-decoration: line-through;
  color: #000000;
  text-align: center;
}
.cid-v2rnYGNzeo .currentcost {
  color: #000000;
  text-align: left;
}
.cid-v2rnYGNzeo .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-v2rnYGNzeo .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v2rnYGNzeo .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2rnYGNzeo .text-box {
    padding: 1rem;
  }
}
.cid-v2rnYGNzeo .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2rnYGNzeo H5 {
  color: #232323;
  text-align: left;
}
.cid-v2rnYGNzeo .mbr-text,
.cid-v2rnYGNzeo .cost,
.cid-v2rnYGNzeo .mbr-section-btn {
  color: #ffffff;
}
.cid-v2rnYH7Rk2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v2rnYHmq1y {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #141c24;
}
.cid-v2rnYHmq1y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnYHmq1y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnYHmq1y ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-v2rnYHmq1y li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-v2rnYHmq1y ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-v2rnYHmq1y .list {
  color: #ffffff;
}
.cid-v2rnYHQq59 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v2rnYHQq59 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnYHQq59 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnYHQq59 .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v2rnYHQq59 .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v2rnYHQq59 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2rnYHQq59 .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-v2rnYHQq59 .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-v2rnYHQq59 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v2rnYHQq59 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v2rnYHQq59 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v2rnYHQq59 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2rnYHQq59 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v2rnYIeN1T {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v2rnYIeN1T .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnYIeN1T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnYIeN1T .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v2rnYIeN1T .mbr-section-title {
  color: #ffffff;
}
.cid-v2rnYIvnLi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v2rnYIvnLi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rnYIvnLi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rnYIvnLi .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v2rnYIvnLi .bg-facebook:hover {
  background: #0b60cb;
}
.cid-v2rnYIvnLi .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-v2rnYIvnLi .bg-pinterest:hover {
  background: #b3001b;
}
.cid-v2rnYIvnLi .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-v2rnYIvnLi .bg-instagram:hover {
  background: #bd005c;
}
.cid-v2rnYIvnLi .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-v2rnYIvnLi [class^="socicon-"]:before,
.cid-v2rnYIvnLi [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-v2rnYIvnLi .mbr-section-title,
.cid-v2rnYIvnLi .social-list {
  color: #ffffff;
}
.cid-v2ro9sG2Ed .navbar-dropdown {
  position: relative !important;
}
.cid-v2ro9sG2Ed .navbar-dropdown {
  position: absolute !important;
}
.cid-v2ro9sG2Ed .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-v2ro9sG2Ed .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v2ro9sG2Ed .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v2ro9sG2Ed .dropdown-item:hover,
.cid-v2ro9sG2Ed .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-v2ro9sG2Ed .dropdown-item:hover span {
  color: white;
}
.cid-v2ro9sG2Ed .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2ro9sG2Ed .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2ro9sG2Ed .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2ro9sG2Ed .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2ro9sG2Ed .nav-link {
  position: relative;
}
.cid-v2ro9sG2Ed .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v2ro9sG2Ed .container {
    flex-wrap: wrap;
  }
}
.cid-v2ro9sG2Ed .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v2ro9sG2Ed .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v2ro9sG2Ed .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v2ro9sG2Ed .dropdown-menu,
.cid-v2ro9sG2Ed .navbar.opened {
  background: #404f62 !important;
}
.cid-v2ro9sG2Ed .nav-item:focus,
.cid-v2ro9sG2Ed .nav-link:focus {
  outline: none;
}
.cid-v2ro9sG2Ed .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2ro9sG2Ed .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2ro9sG2Ed .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2ro9sG2Ed .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2ro9sG2Ed .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2ro9sG2Ed .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2ro9sG2Ed .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #404f62;
}
.cid-v2ro9sG2Ed .navbar.opened {
  transition: all 0.3s;
}
.cid-v2ro9sG2Ed .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2ro9sG2Ed .navbar .navbar-logo img {
  width: auto;
}
.cid-v2ro9sG2Ed .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2ro9sG2Ed .navbar.collapsed {
  justify-content: center;
}
.cid-v2ro9sG2Ed .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2ro9sG2Ed .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v2ro9sG2Ed .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2ro9sG2Ed .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2ro9sG2Ed .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-v2ro9sG2Ed .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2ro9sG2Ed .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2ro9sG2Ed .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2ro9sG2Ed .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2ro9sG2Ed .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2ro9sG2Ed .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2ro9sG2Ed .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2ro9sG2Ed .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-v2ro9sG2Ed .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2ro9sG2Ed .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2ro9sG2Ed .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2ro9sG2Ed .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2ro9sG2Ed .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2ro9sG2Ed .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v2ro9sG2Ed .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v2ro9sG2Ed .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2ro9sG2Ed .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2ro9sG2Ed .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v2ro9sG2Ed .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-v2ro9sG2Ed .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2ro9sG2Ed .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2ro9sG2Ed .dropdown-item.active,
.cid-v2ro9sG2Ed .dropdown-item:active {
  background-color: transparent;
}
.cid-v2ro9sG2Ed .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2ro9sG2Ed .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2ro9sG2Ed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2ro9sG2Ed .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #404f62;
}
.cid-v2ro9sG2Ed .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2ro9sG2Ed .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2ro9sG2Ed ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2ro9sG2Ed .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2ro9sG2Ed button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2ro9sG2Ed button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b52525;
}
.cid-v2ro9sG2Ed button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2ro9sG2Ed button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2ro9sG2Ed button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2ro9sG2Ed button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2ro9sG2Ed nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2ro9sG2Ed nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2ro9sG2Ed nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2ro9sG2Ed nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2ro9sG2Ed .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v2ro9sG2Ed a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2ro9sG2Ed .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-v2ro9sG2Ed .navbar {
    height: 70px;
  }
  .cid-v2ro9sG2Ed .navbar.opened {
    height: auto;
  }
  .cid-v2ro9sG2Ed .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2ro9t0GAO {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2ro9t0GAO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ro9t0GAO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2ro9t0GAO .row {
  flex-direction: row-reverse;
}
.cid-v2ro9t0GAO .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v2ro9t0GAO .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v2ro9t0GAO .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2ro9t0GAO .mbr-section-title {
  text-align: center;
  color: #044981;
}
.cid-v2ro9t0GAO .mbr-text,
.cid-v2ro9t0GAO .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v2ro9tf6Un {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f6fafd;
}
.cid-v2ro9tf6Un img,
.cid-v2ro9tf6Un .item-img {
  width: 100%;
}
.cid-v2ro9tf6Un .item:focus,
.cid-v2ro9tf6Un span:focus {
  outline: none;
}
.cid-v2ro9tf6Un .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v2ro9tf6Un .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v2ro9tf6Un .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v2ro9tf6Un .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v2ro9tf6Un .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v2ro9tf6Un .mbr-section-title {
  color: #000000;
}
.cid-v2ro9tf6Un .mbr-text,
.cid-v2ro9tf6Un .mbr-section-btn {
  text-align: center;
}
.cid-v2ro9tf6Un .item-title {
  text-align: center;
}
.cid-v2ro9tf6Un .item-subtitle {
  text-align: center;
}
.cid-v2ro9uJI5W {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2ro9uJI5W .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ro9uJI5W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2ro9uJI5W .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2ro9v6cVP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2ro9vgQ3C {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2ro9vgQ3C .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ro9vgQ3C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2ro9vgQ3C .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2ro9vvfLC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v2ro9vvfLC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ro9vvfLC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2ro9vvfLC .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v2ro9vvfLC .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v2ro9vvfLC .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2ro9vvfLC .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-v2ro9vvfLC .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-v2ro9vvfLC .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v2ro9vvfLC .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v2ro9vvfLC .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v2ro9vvfLC .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2ro9vvfLC .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v2ro9vZdMT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2ro9vZdMT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ro9vZdMT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2ro9vZdMT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2ro9wcsa9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2ro9wqYj7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2ro9wqYj7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ro9wqYj7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2ro9wqYj7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2ro9wFyFD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6fafd;
}
.cid-v2ro9wFyFD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ro9wFyFD .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-v2ro9wFyFD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2ro9wFyFD .row {
  flex-direction: row-reverse;
}
.cid-v2ro9wFyFD img {
  width: 100%;
}
.cid-v2ro9wRUWz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2ro9wRUWz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ro9wRUWz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2ro9wRUWz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2ro9x5dfJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v2ro9xgG6x {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v2ro9xgG6x .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v2ro9xgG6x .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v2ro9xgG6x .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-v2ro9xgG6x .mbr-text {
  color: #000000;
}
.cid-v2ro9xtjpA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-v2ro9xtjpA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ro9xtjpA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2ro9xtjpA .oldcost {
  text-decoration: line-through;
  color: #e43f3f;
}
.cid-v2ro9xtjpA .currentcost {
  color: #e43f3f;
}
.cid-v2ro9xtjpA .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-v2ro9xtjpA .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v2ro9xtjpA .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2ro9xtjpA .text-box {
    padding: 1rem;
  }
}
.cid-v2ro9xtjpA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2ro9xtjpA .mbr-text,
.cid-v2ro9xtjpA .cost,
.cid-v2ro9xtjpA .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v2ro9xMkOV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2ro9xMkOV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ro9xMkOV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2ro9xMkOV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2ro9y056q {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2ro9y056q .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v2ro9y056q .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v2ro9y056q .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-v2ro9y056q .mbr-text {
  color: #000000;
}
.cid-v2ro9ycCjT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-v2ro9ycCjT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ro9ycCjT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2ro9ycCjT .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-v2ro9ycCjT .mbr-section-title,
.cid-v2ro9ycCjT .mbr-section-subtitle {
  text-align: center;
}
.cid-v2ro9ycCjT .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v2ro9ycCjT .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-v2ro9ycCjT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v2ro9ycCjT .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v2ro9ycCjT .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2ro9ycCjT .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v2ro9ycCjT .mbr-section-title {
  color: #000000;
}
.cid-v2ro9ycCjT .card-title {
  color: #000000;
}
.cid-v2ro9yLHsa {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2ro9yLHsa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ro9yLHsa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2ro9yLHsa .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2ro9yZZFH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6fafd;
}
.cid-v2ro9yZZFH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ro9yZZFH .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-v2ro9yZZFH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2ro9yZZFH .row {
  flex-direction: row-reverse;
}
.cid-v2ro9yZZFH img {
  width: 100%;
}
.cid-v2ro9zfht1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2ro9zfht1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ro9zfht1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2ro9zfht1 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v2ro9zfht1 .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v2ro9zfht1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2ro9zfht1 .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-v2ro9zfht1 .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-v2ro9zfht1 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v2ro9zfht1 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v2ro9zfht1 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v2ro9zfht1 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2ro9zfht1 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v2ro9zfht1 .card-title {
  color: #000000;
}
.cid-v2ro9zfht1 .mbr-text,
.cid-v2ro9zfht1 .social-row {
  color: #000000;
}
.cid-v2ro9zLmjq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2ro9zLmjq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ro9zLmjq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2ro9zLmjq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2ro9A1V2e {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v2ro9A1V2e .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ro9A1V2e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2ro9A1V2e .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v2ro9A1V2e .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v2ro9A1V2e .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #232323;
}
.cid-v2ro9A1V2e .panel-body,
.cid-v2ro9A1V2e .card-header {
  padding: 1rem 0;
}
.cid-v2ro9A1V2e .panel-title-edit {
  color: #000000;
}
.cid-v2ro9An7zQ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v2ro9An7zQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ro9An7zQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2ro9An7zQ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v2ro9An7zQ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v2ro9An7zQ .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #232323;
}
.cid-v2ro9An7zQ .panel-body,
.cid-v2ro9An7zQ .card-header {
  padding: 1rem 0;
}
.cid-v2ro9An7zQ .panel-title-edit {
  color: #000000;
}
.cid-v2ro9AJVy0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2ro9AJVy0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ro9AJVy0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2ro9AJVy0 .oldcost {
  text-decoration: line-through;
  color: #000000;
  text-align: center;
}
.cid-v2ro9AJVy0 .currentcost {
  color: #000000;
  text-align: left;
}
.cid-v2ro9AJVy0 .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-v2ro9AJVy0 .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v2ro9AJVy0 .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2ro9AJVy0 .text-box {
    padding: 1rem;
  }
}
.cid-v2ro9AJVy0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2ro9AJVy0 H5 {
  color: #232323;
  text-align: left;
}
.cid-v2ro9AJVy0 .mbr-text,
.cid-v2ro9AJVy0 .cost,
.cid-v2ro9AJVy0 .mbr-section-btn {
  color: #ffffff;
}
.cid-v2ro9B1z2I {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v2ro9BgGhb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #141c24;
}
.cid-v2ro9BgGhb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ro9BgGhb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2ro9BgGhb ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-v2ro9BgGhb li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-v2ro9BgGhb ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-v2ro9BgGhb .list {
  color: #ffffff;
}
.cid-v2ro9ByTw2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v2ro9ByTw2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ro9ByTw2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2ro9ByTw2 .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v2ro9ByTw2 .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v2ro9ByTw2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2ro9ByTw2 .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-v2ro9ByTw2 .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-v2ro9ByTw2 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v2ro9ByTw2 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v2ro9ByTw2 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v2ro9ByTw2 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2ro9ByTw2 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v2ro9BUyi9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v2ro9BUyi9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ro9BUyi9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2ro9BUyi9 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v2ro9BUyi9 .mbr-section-title {
  color: #ffffff;
}
.cid-v2ro9CjODb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v2ro9CjODb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ro9CjODb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2ro9CjODb .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v2ro9CjODb .bg-facebook:hover {
  background: #0b60cb;
}
.cid-v2ro9CjODb .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-v2ro9CjODb .bg-pinterest:hover {
  background: #b3001b;
}
.cid-v2ro9CjODb .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-v2ro9CjODb .bg-instagram:hover {
  background: #bd005c;
}
.cid-v2ro9CjODb .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-v2ro9CjODb [class^="socicon-"]:before,
.cid-v2ro9CjODb [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-v2ro9CjODb .mbr-section-title,
.cid-v2ro9CjODb .social-list {
  color: #ffffff;
}
.cid-v2rokhGI4D .navbar-dropdown {
  position: relative !important;
}
.cid-v2rokhGI4D .navbar-dropdown {
  position: absolute !important;
}
.cid-v2rokhGI4D .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-v2rokhGI4D .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v2rokhGI4D .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v2rokhGI4D .dropdown-item:hover,
.cid-v2rokhGI4D .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-v2rokhGI4D .dropdown-item:hover span {
  color: white;
}
.cid-v2rokhGI4D .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2rokhGI4D .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2rokhGI4D .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2rokhGI4D .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2rokhGI4D .nav-link {
  position: relative;
}
.cid-v2rokhGI4D .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v2rokhGI4D .container {
    flex-wrap: wrap;
  }
}
.cid-v2rokhGI4D .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v2rokhGI4D .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v2rokhGI4D .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v2rokhGI4D .dropdown-menu,
.cid-v2rokhGI4D .navbar.opened {
  background: #404f62 !important;
}
.cid-v2rokhGI4D .nav-item:focus,
.cid-v2rokhGI4D .nav-link:focus {
  outline: none;
}
.cid-v2rokhGI4D .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2rokhGI4D .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2rokhGI4D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2rokhGI4D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2rokhGI4D .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2rokhGI4D .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2rokhGI4D .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #404f62;
}
.cid-v2rokhGI4D .navbar.opened {
  transition: all 0.3s;
}
.cid-v2rokhGI4D .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2rokhGI4D .navbar .navbar-logo img {
  width: auto;
}
.cid-v2rokhGI4D .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2rokhGI4D .navbar.collapsed {
  justify-content: center;
}
.cid-v2rokhGI4D .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2rokhGI4D .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v2rokhGI4D .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2rokhGI4D .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2rokhGI4D .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-v2rokhGI4D .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2rokhGI4D .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2rokhGI4D .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2rokhGI4D .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2rokhGI4D .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2rokhGI4D .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2rokhGI4D .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2rokhGI4D .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-v2rokhGI4D .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2rokhGI4D .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2rokhGI4D .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2rokhGI4D .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2rokhGI4D .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2rokhGI4D .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v2rokhGI4D .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v2rokhGI4D .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2rokhGI4D .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2rokhGI4D .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v2rokhGI4D .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-v2rokhGI4D .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2rokhGI4D .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2rokhGI4D .dropdown-item.active,
.cid-v2rokhGI4D .dropdown-item:active {
  background-color: transparent;
}
.cid-v2rokhGI4D .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2rokhGI4D .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2rokhGI4D .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2rokhGI4D .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #404f62;
}
.cid-v2rokhGI4D .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2rokhGI4D .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2rokhGI4D ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2rokhGI4D .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2rokhGI4D button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2rokhGI4D button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b52525;
}
.cid-v2rokhGI4D button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2rokhGI4D button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2rokhGI4D button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2rokhGI4D button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2rokhGI4D nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2rokhGI4D nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2rokhGI4D nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2rokhGI4D nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2rokhGI4D .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v2rokhGI4D a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2rokhGI4D .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-v2rokhGI4D .navbar {
    height: 70px;
  }
  .cid-v2rokhGI4D .navbar.opened {
    height: auto;
  }
  .cid-v2rokhGI4D .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2roki55dy {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2roki55dy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2roki55dy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2roki55dy .row {
  flex-direction: row-reverse;
}
.cid-v2roki55dy .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v2roki55dy .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v2roki55dy .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2roki55dy .mbr-section-title {
  text-align: center;
  color: #044981;
}
.cid-v2roki55dy .mbr-text,
.cid-v2roki55dy .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v2rokijVdS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f6fafd;
}
.cid-v2rokijVdS img,
.cid-v2rokijVdS .item-img {
  width: 100%;
}
.cid-v2rokijVdS .item:focus,
.cid-v2rokijVdS span:focus {
  outline: none;
}
.cid-v2rokijVdS .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v2rokijVdS .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v2rokijVdS .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v2rokijVdS .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v2rokijVdS .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v2rokijVdS .mbr-section-title {
  color: #000000;
}
.cid-v2rokijVdS .mbr-text,
.cid-v2rokijVdS .mbr-section-btn {
  text-align: center;
}
.cid-v2rokijVdS .item-title {
  text-align: center;
}
.cid-v2rokijVdS .item-subtitle {
  text-align: center;
}
.cid-v2rokiDM6H {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2rokiDM6H .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rokiDM6H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rokiDM6H .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2rokiQvyf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2rokiZfj9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2rokiZfj9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rokiZfj9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rokiZfj9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2rokjdggM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v2rokjdggM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rokjdggM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rokjdggM .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v2rokjdggM .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v2rokjdggM .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2rokjdggM .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-v2rokjdggM .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-v2rokjdggM .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v2rokjdggM .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v2rokjdggM .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v2rokjdggM .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2rokjdggM .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v2rokjHY2l {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2rokjHY2l .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rokjHY2l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rokjHY2l .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2rokjUpAs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2rokk4H1Y {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2rokk4H1Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rokk4H1Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rokk4H1Y .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2rokkh3U6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6fafd;
}
.cid-v2rokkh3U6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rokkh3U6 .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-v2rokkh3U6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2rokkh3U6 .row {
  flex-direction: row-reverse;
}
.cid-v2rokkh3U6 img {
  width: 100%;
}
.cid-v2rokkuPfe {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2rokkuPfe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rokkuPfe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rokkuPfe .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2rokkLjII {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v2rokkZadZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v2rokkZadZ .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v2rokkZadZ .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v2rokkZadZ .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-v2rokkZadZ .mbr-text {
  color: #000000;
}
.cid-v2roklcr4g {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-v2roklcr4g .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2roklcr4g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2roklcr4g .oldcost {
  text-decoration: line-through;
  color: #e43f3f;
}
.cid-v2roklcr4g .currentcost {
  color: #e43f3f;
}
.cid-v2roklcr4g .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-v2roklcr4g .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v2roklcr4g .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2roklcr4g .text-box {
    padding: 1rem;
  }
}
.cid-v2roklcr4g .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2roklcr4g .mbr-text,
.cid-v2roklcr4g .cost,
.cid-v2roklcr4g .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v2roklsEzk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2roklsEzk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2roklsEzk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2roklsEzk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2roklGgsc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2roklGgsc .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v2roklGgsc .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v2roklGgsc .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-v2roklGgsc .mbr-text {
  color: #000000;
}
.cid-v2roklT2Ql {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-v2roklT2Ql .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2roklT2Ql .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2roklT2Ql .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-v2roklT2Ql .mbr-section-title,
.cid-v2roklT2Ql .mbr-section-subtitle {
  text-align: center;
}
.cid-v2roklT2Ql .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v2roklT2Ql .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-v2roklT2Ql .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v2roklT2Ql .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v2roklT2Ql .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2roklT2Ql .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v2roklT2Ql .mbr-section-title {
  color: #000000;
}
.cid-v2roklT2Ql .card-title {
  color: #000000;
}
.cid-v2rokmurRi {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2rokmurRi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rokmurRi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rokmurRi .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2rokmLxJ7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6fafd;
}
.cid-v2rokmLxJ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rokmLxJ7 .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-v2rokmLxJ7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2rokmLxJ7 .row {
  flex-direction: row-reverse;
}
.cid-v2rokmLxJ7 img {
  width: 100%;
}
.cid-v2rokn0Yev {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2rokn0Yev .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rokn0Yev .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rokn0Yev .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v2rokn0Yev .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v2rokn0Yev .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2rokn0Yev .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-v2rokn0Yev .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-v2rokn0Yev .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v2rokn0Yev .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v2rokn0Yev .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v2rokn0Yev .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2rokn0Yev .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v2rokn0Yev .card-title {
  color: #000000;
}
.cid-v2rokn0Yev .mbr-text,
.cid-v2rokn0Yev .social-row {
  color: #000000;
}
.cid-v2roknwbLu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2roknwbLu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2roknwbLu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2roknwbLu .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2roknPIxX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v2roknPIxX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2roknPIxX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2roknPIxX .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v2roknPIxX .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v2roknPIxX .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #232323;
}
.cid-v2roknPIxX .panel-body,
.cid-v2roknPIxX .card-header {
  padding: 1rem 0;
}
.cid-v2roknPIxX .panel-title-edit {
  color: #000000;
}
.cid-v2rokoaZXL {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v2rokoaZXL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rokoaZXL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rokoaZXL .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v2rokoaZXL .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v2rokoaZXL .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #232323;
}
.cid-v2rokoaZXL .panel-body,
.cid-v2rokoaZXL .card-header {
  padding: 1rem 0;
}
.cid-v2rokoaZXL .panel-title-edit {
  color: #000000;
}
.cid-v2rokovmD7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2rokovmD7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rokovmD7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rokovmD7 .oldcost {
  text-decoration: line-through;
  color: #000000;
  text-align: center;
}
.cid-v2rokovmD7 .currentcost {
  color: #000000;
  text-align: left;
}
.cid-v2rokovmD7 .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-v2rokovmD7 .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v2rokovmD7 .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2rokovmD7 .text-box {
    padding: 1rem;
  }
}
.cid-v2rokovmD7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2rokovmD7 H5 {
  color: #232323;
  text-align: left;
}
.cid-v2rokovmD7 .mbr-text,
.cid-v2rokovmD7 .cost,
.cid-v2rokovmD7 .mbr-section-btn {
  color: #ffffff;
}
.cid-v2rokoOdxl {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v2rokp3and {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #141c24;
}
.cid-v2rokp3and .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rokp3and .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rokp3and ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-v2rokp3and li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-v2rokp3and ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-v2rokp3and .list {
  color: #ffffff;
}
.cid-v2rokpqUYJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v2rokpqUYJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rokpqUYJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rokpqUYJ .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v2rokpqUYJ .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v2rokpqUYJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2rokpqUYJ .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-v2rokpqUYJ .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-v2rokpqUYJ .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v2rokpqUYJ .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v2rokpqUYJ .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v2rokpqUYJ .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2rokpqUYJ .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v2rokpMJ19 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v2rokpMJ19 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rokpMJ19 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rokpMJ19 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v2rokpMJ19 .mbr-section-title {
  color: #ffffff;
}
.cid-v2rokq6BiK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v2rokq6BiK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rokq6BiK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rokq6BiK .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v2rokq6BiK .bg-facebook:hover {
  background: #0b60cb;
}
.cid-v2rokq6BiK .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-v2rokq6BiK .bg-pinterest:hover {
  background: #b3001b;
}
.cid-v2rokq6BiK .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-v2rokq6BiK .bg-instagram:hover {
  background: #bd005c;
}
.cid-v2rokq6BiK .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-v2rokq6BiK [class^="socicon-"]:before,
.cid-v2rokq6BiK [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-v2rokq6BiK .mbr-section-title,
.cid-v2rokq6BiK .social-list {
  color: #ffffff;
}
.cid-v2rou74zH6 .navbar-dropdown {
  position: relative !important;
}
.cid-v2rou74zH6 .navbar-dropdown {
  position: absolute !important;
}
.cid-v2rou74zH6 .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-v2rou74zH6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v2rou74zH6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v2rou74zH6 .dropdown-item:hover,
.cid-v2rou74zH6 .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-v2rou74zH6 .dropdown-item:hover span {
  color: white;
}
.cid-v2rou74zH6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2rou74zH6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2rou74zH6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2rou74zH6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2rou74zH6 .nav-link {
  position: relative;
}
.cid-v2rou74zH6 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v2rou74zH6 .container {
    flex-wrap: wrap;
  }
}
.cid-v2rou74zH6 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v2rou74zH6 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v2rou74zH6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v2rou74zH6 .dropdown-menu,
.cid-v2rou74zH6 .navbar.opened {
  background: #404f62 !important;
}
.cid-v2rou74zH6 .nav-item:focus,
.cid-v2rou74zH6 .nav-link:focus {
  outline: none;
}
.cid-v2rou74zH6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2rou74zH6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2rou74zH6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2rou74zH6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2rou74zH6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2rou74zH6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2rou74zH6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #404f62;
}
.cid-v2rou74zH6 .navbar.opened {
  transition: all 0.3s;
}
.cid-v2rou74zH6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2rou74zH6 .navbar .navbar-logo img {
  width: auto;
}
.cid-v2rou74zH6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2rou74zH6 .navbar.collapsed {
  justify-content: center;
}
.cid-v2rou74zH6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2rou74zH6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v2rou74zH6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2rou74zH6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2rou74zH6 .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-v2rou74zH6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2rou74zH6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2rou74zH6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2rou74zH6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2rou74zH6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2rou74zH6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2rou74zH6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2rou74zH6 .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-v2rou74zH6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2rou74zH6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2rou74zH6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2rou74zH6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2rou74zH6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2rou74zH6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v2rou74zH6 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v2rou74zH6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2rou74zH6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2rou74zH6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v2rou74zH6 .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-v2rou74zH6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2rou74zH6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2rou74zH6 .dropdown-item.active,
.cid-v2rou74zH6 .dropdown-item:active {
  background-color: transparent;
}
.cid-v2rou74zH6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2rou74zH6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2rou74zH6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2rou74zH6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #404f62;
}
.cid-v2rou74zH6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2rou74zH6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2rou74zH6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2rou74zH6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2rou74zH6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2rou74zH6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b52525;
}
.cid-v2rou74zH6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2rou74zH6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2rou74zH6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2rou74zH6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2rou74zH6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2rou74zH6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2rou74zH6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2rou74zH6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2rou74zH6 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v2rou74zH6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2rou74zH6 .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-v2rou74zH6 .navbar {
    height: 70px;
  }
  .cid-v2rou74zH6 .navbar.opened {
    height: auto;
  }
  .cid-v2rou74zH6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2rou7nrgH {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2rou7nrgH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rou7nrgH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rou7nrgH .row {
  flex-direction: row-reverse;
}
.cid-v2rou7nrgH .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v2rou7nrgH .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v2rou7nrgH .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2rou7nrgH .mbr-section-title {
  text-align: center;
  color: #044981;
}
.cid-v2rou7nrgH .mbr-text,
.cid-v2rou7nrgH .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v2rou7CF2q {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f6fafd;
}
.cid-v2rou7CF2q img,
.cid-v2rou7CF2q .item-img {
  width: 100%;
}
.cid-v2rou7CF2q .item:focus,
.cid-v2rou7CF2q span:focus {
  outline: none;
}
.cid-v2rou7CF2q .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v2rou7CF2q .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v2rou7CF2q .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v2rou7CF2q .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v2rou7CF2q .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v2rou7CF2q .mbr-section-title {
  color: #000000;
}
.cid-v2rou7CF2q .mbr-text,
.cid-v2rou7CF2q .mbr-section-btn {
  text-align: center;
}
.cid-v2rou7CF2q .item-title {
  text-align: center;
}
.cid-v2rou7CF2q .item-subtitle {
  text-align: center;
}
.cid-v2rou7YWWk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2rou7YWWk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rou7YWWk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rou7YWWk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2rou8dUuw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2rou8oEa9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2rou8oEa9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rou8oEa9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rou8oEa9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2rou8zgHt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v2rou8zgHt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rou8zgHt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rou8zgHt .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v2rou8zgHt .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v2rou8zgHt .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2rou8zgHt .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-v2rou8zgHt .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-v2rou8zgHt .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v2rou8zgHt .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v2rou8zgHt .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v2rou8zgHt .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2rou8zgHt .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v2rou91JwA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2rou91JwA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rou91JwA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rou91JwA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2rou9eoEn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2rou9od1R {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2rou9od1R .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rou9od1R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rou9od1R .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2rou9ELuQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6fafd;
}
.cid-v2rou9ELuQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rou9ELuQ .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-v2rou9ELuQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2rou9ELuQ .row {
  flex-direction: row-reverse;
}
.cid-v2rou9ELuQ img {
  width: 100%;
}
.cid-v2rou9SzMo {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2rou9SzMo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rou9SzMo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rou9SzMo .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2roua5EBX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v2roualS8U {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v2roualS8U .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v2roualS8U .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v2roualS8U .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-v2roualS8U .mbr-text {
  color: #000000;
}
.cid-v2rouax0jr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-v2rouax0jr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rouax0jr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rouax0jr .oldcost {
  text-decoration: line-through;
  color: #e43f3f;
}
.cid-v2rouax0jr .currentcost {
  color: #e43f3f;
}
.cid-v2rouax0jr .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-v2rouax0jr .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v2rouax0jr .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2rouax0jr .text-box {
    padding: 1rem;
  }
}
.cid-v2rouax0jr .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2rouax0jr .mbr-text,
.cid-v2rouax0jr .cost,
.cid-v2rouax0jr .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v2rouaNec5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2rouaNec5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rouaNec5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rouaNec5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2roub0lbH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2roub0lbH .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v2roub0lbH .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v2roub0lbH .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-v2roub0lbH .mbr-text {
  color: #000000;
}
.cid-v2roubglXa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-v2roubglXa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2roubglXa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2roubglXa .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-v2roubglXa .mbr-section-title,
.cid-v2roubglXa .mbr-section-subtitle {
  text-align: center;
}
.cid-v2roubglXa .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v2roubglXa .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-v2roubglXa .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v2roubglXa .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v2roubglXa .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2roubglXa .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v2roubglXa .mbr-section-title {
  color: #000000;
}
.cid-v2roubglXa .card-title {
  color: #000000;
}
.cid-v2roubLxYV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2roubLxYV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2roubLxYV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2roubLxYV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2roubZOc8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6fafd;
}
.cid-v2roubZOc8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2roubZOc8 .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-v2roubZOc8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2roubZOc8 .row {
  flex-direction: row-reverse;
}
.cid-v2roubZOc8 img {
  width: 100%;
}
.cid-v2rouceIxT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2rouceIxT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rouceIxT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rouceIxT .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v2rouceIxT .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v2rouceIxT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2rouceIxT .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-v2rouceIxT .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-v2rouceIxT .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v2rouceIxT .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v2rouceIxT .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v2rouceIxT .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2rouceIxT .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v2rouceIxT .card-title {
  color: #000000;
}
.cid-v2rouceIxT .mbr-text,
.cid-v2rouceIxT .social-row {
  color: #000000;
}
.cid-v2roucMY9n {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #044981;
}
.cid-v2roucMY9n .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2roucMY9n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2roucMY9n .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2roud2UxU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v2roud2UxU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2roud2UxU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2roud2UxU .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v2roud2UxU .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v2roud2UxU .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #232323;
}
.cid-v2roud2UxU .panel-body,
.cid-v2roud2UxU .card-header {
  padding: 1rem 0;
}
.cid-v2roud2UxU .panel-title-edit {
  color: #000000;
}
.cid-v2roudmyo6 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v2roudmyo6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2roudmyo6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2roudmyo6 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v2roudmyo6 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v2roudmyo6 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #232323;
}
.cid-v2roudmyo6 .panel-body,
.cid-v2roudmyo6 .card-header {
  padding: 1rem 0;
}
.cid-v2roudmyo6 .panel-title-edit {
  color: #000000;
}
.cid-v2roudHGuE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2roudHGuE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2roudHGuE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2roudHGuE .oldcost {
  text-decoration: line-through;
  color: #000000;
  text-align: center;
}
.cid-v2roudHGuE .currentcost {
  color: #000000;
  text-align: left;
}
.cid-v2roudHGuE .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-v2roudHGuE .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v2roudHGuE .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2roudHGuE .text-box {
    padding: 1rem;
  }
}
.cid-v2roudHGuE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2roudHGuE H5 {
  color: #232323;
  text-align: left;
}
.cid-v2roudHGuE .mbr-text,
.cid-v2roudHGuE .cost,
.cid-v2roudHGuE .mbr-section-btn {
  color: #ffffff;
}
.cid-v2roue2ppd {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v2roueh76y {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #141c24;
}
.cid-v2roueh76y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2roueh76y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2roueh76y ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-v2roueh76y li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-v2roueh76y ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-v2roueh76y .list {
  color: #ffffff;
}
.cid-v2rouezgm9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v2rouezgm9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rouezgm9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rouezgm9 .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v2rouezgm9 .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v2rouezgm9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2rouezgm9 .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-v2rouezgm9 .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-v2rouezgm9 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v2rouezgm9 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v2rouezgm9 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v2rouezgm9 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2rouezgm9 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v2roueWFuJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v2roueWFuJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2roueWFuJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2roueWFuJ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v2roueWFuJ .mbr-section-title {
  color: #ffffff;
}
.cid-v2roufd5ro {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v2roufd5ro .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2roufd5ro .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2roufd5ro .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v2roufd5ro .bg-facebook:hover {
  background: #0b60cb;
}
.cid-v2roufd5ro .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-v2roufd5ro .bg-pinterest:hover {
  background: #b3001b;
}
.cid-v2roufd5ro .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-v2roufd5ro .bg-instagram:hover {
  background: #bd005c;
}
.cid-v2roufd5ro .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-v2roufd5ro [class^="socicon-"]:before,
.cid-v2roufd5ro [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-v2roufd5ro .mbr-section-title,
.cid-v2roufd5ro .social-list {
  color: #ffffff;
}
