.btn {
  border-width: 2px;
}
.btn {
  border-radius: 80px;
}
body {
  background-color: #fbf8fc;
}
body {
  font-family: 'Brygada 1918', sans-serif;
}
.display-1 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 4.375rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.46875rem;
}
.display-2 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 2.375rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.96875rem;
}
.display-4 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.71875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.0625rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.9rem;
    font-size: calc( 1.48125rem + (2.375 - 1.48125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.48125rem + (2.375 - 1.48125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.5rem 2.5rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 1.5625rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #b5e5bb !important;
}
.bg-success {
  background-color: #80e7b7 !important;
}
.bg-info {
  background-color: #70e1f7 !important;
}
.bg-warning {
  background-color: #ffd968 !important;
}
.bg-danger {
  background-color: #e97e88 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #b5e5bb !important;
  border-color: #b5e5bb !important;
  color: #287332 !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: #75ce80 !important;
  border-color: #75ce80 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #287332 !important;
  background-color: #75ce80 !important;
  border-color: #75ce80 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e5d3b5 !important;
  border-color: #e5d3b5 !important;
  color: #735728 !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: #cead75 !important;
  border-color: #cead75 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #735728 !important;
  background-color: #cead75 !important;
  border-color: #cead75 !important;
}
.btn-info,
.btn-info:active {
  background-color: #70e1f7 !important;
  border-color: #70e1f7 !important;
  color: #065362 !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: #1ed0f2 !important;
  border-color: #1ed0f2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #065362 !important;
  background-color: #1ed0f2 !important;
  border-color: #1ed0f2 !important;
}
.btn-success,
.btn-success:active {
  background-color: #80e7b7 !important;
  border-color: #80e7b7 !important;
  color: #115736 !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: #37d98e !important;
  border-color: #37d98e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #115736 !important;
  background-color: #37d98e !important;
  border-color: #37d98e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffd968 !important;
  border-color: #ffd968 !important;
  color: #684e00 !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: #110d00 !important;
  background-color: #ffc311 !important;
  border-color: #ffc311 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #684e00 !important;
  background-color: #ffc311 !important;
  border-color: #ffc311 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e97e88 !important;
  border-color: #e97e88 !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: #dc3444 !important;
  border-color: #dc3444 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #dc3444 !important;
  border-color: #dc3444 !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: #b5e5bb;
  color: #b5e5bb;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #75ce80 !important;
  background-color: transparent !important;
  border-color: #75ce80 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #287332 !important;
  background-color: #b5e5bb !important;
  border-color: #b5e5bb !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #e5d3b5;
  color: #e5d3b5;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #cead75 !important;
  background-color: transparent !important;
  border-color: #cead75 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #735728 !important;
  background-color: #e5d3b5 !important;
  border-color: #e5d3b5 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #70e1f7;
  color: #70e1f7;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #1ed0f2 !important;
  background-color: transparent !important;
  border-color: #1ed0f2 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #065362 !important;
  background-color: #70e1f7 !important;
  border-color: #70e1f7 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #80e7b7;
  color: #80e7b7;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #37d98e !important;
  background-color: transparent !important;
  border-color: #37d98e !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #115736 !important;
  background-color: #80e7b7 !important;
  border-color: #80e7b7 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffd968;
  color: #ffd968;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffc311 !important;
  background-color: transparent !important;
  border-color: #ffc311 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #684e00 !important;
  background-color: #ffd968 !important;
  border-color: #ffd968 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #e97e88;
  color: #e97e88;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #dc3444 !important;
  background-color: transparent !important;
  border-color: #dc3444 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e97e88 !important;
  border-color: #e97e88 !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: #b5e5bb !important;
}
.text-secondary {
  color: #e5d3b5 !important;
}
.text-success {
  color: #80e7b7 !important;
}
.text-info {
  color: #70e1f7 !important;
}
.text-warning {
  color: #ffd968 !important;
}
.text-danger {
  color: #e97e88 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #6aca76 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #caa66a !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #2ad786 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0fcdf2 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffbf02 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #da2738 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #333333;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.3s;
  /*position: relative;
        background-image: linear-gradient(currentColor 50%, currentColor 50%);
        background-size: 10000px 2px;
        background-repeat: no-repeat;
        background-position: 0 1.2em;*/
  text-decoration: underline;
}
.nav-tabs .nav-link.active {
  color: #b5e5bb;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #70e1f7;
}
.alert-warning {
  background-color: #ffd968;
}
.alert-danger {
  background-color: #e97e88;
}
.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: #b5e5bb;
  border-color: #b5e5bb;
  color: #2f863a;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.40625rem;
}
.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: #b5e5bb !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.40625rem;
}
blockquote {
  border-color: #b5e5bb;
}
/* 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: #b5e5bb;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #b5e5bb;
}
.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: #b5e5bb;
  border-bottom-color: #b5e5bb;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #b5e5bb !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: #e5d3b5 !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='%23b5e5bb' %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;
}
p {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}
.container {
  max-width: 1220px;
}
a {
  transition: color 300ms ease !important;
  font-weight: 400 !important;
}
.btn,
.btn-lg {
  box-shadow: none !important;
}
body {
  line-height: 1.667em;
  line-height: 30px;
}
.btn,
.btn-lg {
  margin-top: 0;
  margin-bottom: 0;
}
span.btn {
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
span.btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
a.btn {
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
a.btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.cid-v3tSuTAYx8 .navbar-dropdown {
  position: relative !important;
}
.cid-v3tSuTAYx8 .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-v3tSuTAYx8 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-v3tSuTAYx8 .dropdown-item:hover,
.cid-v3tSuTAYx8 .dropdown-item:focus {
  color: #b5e5bb !important;
}
.cid-v3tSuTAYx8 .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-v3tSuTAYx8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3tSuTAYx8 .nav-link {
  position: relative;
  padding: 0;
}
.cid-v3tSuTAYx8 .container {
  display: flex;
  margin: auto;
}
.cid-v3tSuTAYx8 .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3tSuTAYx8 .dropdown-menu,
.cid-v3tSuTAYx8 .navbar.opened {
  background: #fbf8fc !important;
}
.cid-v3tSuTAYx8 .nav-item:focus,
.cid-v3tSuTAYx8 .nav-link:focus {
  outline: none;
}
.cid-v3tSuTAYx8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3tSuTAYx8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3tSuTAYx8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3tSuTAYx8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3tSuTAYx8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3tSuTAYx8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3tSuTAYx8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fbf8fc;
}
.cid-v3tSuTAYx8 .navbar.opened {
  transition: all 0.3s;
}
.cid-v3tSuTAYx8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3tSuTAYx8 .navbar .navbar-logo img {
  width: auto;
}
.cid-v3tSuTAYx8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3tSuTAYx8 .navbar.collapsed {
  justify-content: center;
}
.cid-v3tSuTAYx8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3tSuTAYx8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3tSuTAYx8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v3tSuTAYx8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3tSuTAYx8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3tSuTAYx8 .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-v3tSuTAYx8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3tSuTAYx8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3tSuTAYx8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3tSuTAYx8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3tSuTAYx8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3tSuTAYx8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3tSuTAYx8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3tSuTAYx8 .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-v3tSuTAYx8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3tSuTAYx8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3tSuTAYx8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3tSuTAYx8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3tSuTAYx8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3tSuTAYx8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3tSuTAYx8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v3tSuTAYx8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3tSuTAYx8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v3tSuTAYx8 .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-v3tSuTAYx8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3tSuTAYx8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3tSuTAYx8 .dropdown-item.active,
.cid-v3tSuTAYx8 .dropdown-item:active {
  background-color: transparent;
}
.cid-v3tSuTAYx8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3tSuTAYx8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3tSuTAYx8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3tSuTAYx8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbf8fc;
}
.cid-v3tSuTAYx8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3tSuTAYx8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3tSuTAYx8 ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-v3tSuTAYx8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3tSuTAYx8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v3tSuTAYx8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v3tSuTAYx8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3tSuTAYx8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3tSuTAYx8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3tSuTAYx8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3tSuTAYx8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3tSuTAYx8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3tSuTAYx8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3tSuTAYx8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3tSuTAYx8 .navbar-dropdown {
  padding: 19px 1rem;
}
.cid-v3tSuTAYx8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3tSuTAYx8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3tSuTAYx8 .navbar {
    height: 70px;
  }
  .cid-v3tSuTAYx8 .navbar.opened {
    height: auto;
  }
  .cid-v3tSuTAYx8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3tSuTAYx8 a {
  display: inline;
}
.cid-v3tSuTAYx8 img {
  display: inline;
  padding-right: 10px;
}
.cid-v3tSuTAYx8 .dropdown-toggle:after {
  display: none;
}
.cid-v3tSuTAYx8 .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-v3tSuTAYx8 .dropdown-item:hover {
  color: #b3a285 !important;
}
@media (max-width: 990px) {
  .cid-v3tSuTAYx8 .dropdown-menu {
    margin-top: 0px;
  }
  .cid-v3tSuTAYx8 .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-v3tSuTAYx8 .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-v3tSuTAYx8 .nav-item {
  margin-right: 32px;
}
.cid-v3tSuTAYx8 .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-v3tSuTAYx8 ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-v3tSuTAYx8 .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-v3tSuTAYx8 .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-v3tSuTAYx8 .navbar-nav {
  margin: auto;
}
.cid-v3tSuTAYx8 .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-v3tSuTAYx8 .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-v3tSuTAYx8 .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-v3tSuTAYx8 .btn {
  border-radius: 1000px !important;
}
.cid-v3tSuTAYx8 .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-v3tSuTAYx8 .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-v3tSuTAYx8 .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-v3tSuTAYx8 .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.cid-v3tSuTAYx8 .dropdown-item:focus {
  color: #b3a285 !important;
}
@media (max-width: 945px) {
  .cid-v3tSuTAYx8 .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-v3tSuTAYx8 .top {
    margin-top: 25px;
  }
}
.cid-v3tSuTAYx8 .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-v3tSuTAYx8 .container,
  .cid-v3tSuTAYx8 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-v3tSuTAYx8 li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-v3tSuTAYx8 ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-v3tSuTAYx8 .icons-menu {
    min-width: initial !important;
  }
  .cid-v3tSuTAYx8 a.btn {
    margin-top: 10px;
  }
}
.cid-v3tSuTAYx8 a.btn > span {
  margin-left: 0.5rem;
}
.cid-v3tSuTAYx8 .navbar-nav .nav-item .nav-link:hover,
.cid-v3tSuTAYx8 .navbar-nav .nav-item .nav-link:focus {
  color: #b3a285 !important;
}
.cid-v3tSuTAYx8 .navbar-caption {
  color: #000000;
}
.cid-v3tSuTAYx8 .nav-link,
.cid-v3tSuTAYx8 .dropdown-item {
  color: #000000;
}
.cid-v3tSuTXyFs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3tSuTXyFs .row {
  align-items: center;
  justify-content: space-between;
}
.cid-v3tSuTXyFs .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  color: #000000;
}
.cid-v3tSuTXyFs .mbr-text {
  color: #8c8c95;
  margin-bottom: 32px;
}
.cid-v3tSuTXyFs .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-v3tSuTXyFs ul {
  padding-inline-start: 20px;
  margin-bottom: 28px;
}
.cid-v3tSuTXyFs li::marker {
  color: #b5e5bb;
  width: 10px;
}
.cid-v3tSuTXyFs li {
  margin-bottom: 7px;
  color: #14142b;
}
.cid-v3tSuTXyFs img {
  width: 90%;
}
.cid-v3tSuTXyFs .gray {
  background-color: #fbf8fc;
  width: 80%;
  height: 430px;
  margin: auto;
  position: relative;
}
.cid-v3tSuTXyFs .b {
  max-width: 598px;
}
.cid-v3tSuTXyFs .first {
  position: absolute;
  top: -10%;
  right: 25%;
}
.cid-v3tSuTXyFs .second {
  position: absolute;
  bottom: -10%;
  left: 25%;
}
@media (max-width: 992px) {
  .cid-v3tSuTXyFs .t {
    padding-top: 90px;
  }
  .cid-v3tSuTXyFs .b {
    max-width: initial;
  }
  .cid-v3tSuTXyFs .gray {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .cid-v3tSuTXyFs .gray {
    height: 330px;
  }
}
@media (max-width: 630px) {
  .cid-v3tSuTXyFs .gray {
    height: 230px;
  }
}
@media (max-width: 450px) {
  .cid-v3tSuTXyFs .gray {
    height: 200px;
    width: 70%;
  }
}
.cid-v3tSuTXyFs .btn {
  margin-top: 20px;
}
.cid-v3tSuTXyFs .t {
  max-width: 542px;
}
.cid-v3tSuTXyFs .mbr-text,
.cid-v3tSuTXyFs .button-align,
.cid-v3tSuTXyFs .list {
  color: #000000;
}
.cid-v3tSuTXyFs .list {
  color: #000000;
}
.cid-v3tSuU282p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3tSuU282p img {
  width: auto;
  max-height: 60px;
  display: inline-block;
  padding: 0;
}
.cid-v3tSuU282p .title {
  color: #14142b;
  width: auto;
}
.cid-v3tSuU282p .row.justify-content-between {
  align-items: center;
}
.cid-v3tSuU282p .row.margin {
  transition-property: transform, -webkit-transform;
  align-items: center;
  transition: all 300ms ease;
}
.cid-v3tSuU282p .row.margin:hover {
  transform: scale(1.05);
}
.cid-v3tSuU282p .mbr-section-title {
  color: #000000;
  margin-bottom: 24px;
}
.cid-v3tSuU282p .left {
  max-width: 549px;
}
.cid-v3tSuU282p .right {
  max-width: 452px;
  overflow: visible;
}
.cid-v3tSuU282p .shadow {
  padding: 40px 61px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  max-width: 452px;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-radius: 24px;
  border-color: transparent;
  background-color: #ffffff;
}
.cid-v3tSuU282p .socicon-bg-youtube {
  background-color: #d3b5e5;
  color: #000000;
}
.cid-v3tSuU282p .socicon-bg-facebook {
  background-color: #b5e5bb;
  color: #000000;
}
.cid-v3tSuU282p .socicon-bg-twitter {
  background-color: #e5d3b5;
  color: #000000;
}
.cid-v3tSuU282p .socicon-bg-pinterest {
  background-color: #d3b5e5;
  color: #000000;
}
.cid-v3tSuU282p .socicon-bg-mail {
  background-color: #b5e5bb;
  color: #000000;
}
.cid-v3tSuU282p .btn-social {
  font-size: 20px;
  border-radius: 25%;
  width: 42px;
  height: 42px;
  line-height: 44px;
  margin: 0 16px 0 0 !important;
  padding: 0;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #b5e5bb;
  cursor: pointer;
}
.cid-v3tSuU282p .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
}
.cid-v3tSuU282p .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-v3tSuU282p .card-text {
  margin-bottom: 24px;
  color: #000000;
}
.cid-v3tSuU282p .mbr-section-subtitle {
  color: #000000;
}
@media (max-width: 850px) {
  .cid-v3tSuU282p .shadow {
    padding: 40px 31px;
  }
}
@media (max-width: 992px) {
  .cid-v3tSuU282p .left {
    margin-bottom: 40px;
    max-width: initial;
  }
  .cid-v3tSuU282p .mbr-section-title,
  .cid-v3tSuU282p .mbr-section-subtitle {
    text-align: center;
  }
  .cid-v3tSuU282p .shadow {
    margin: auto;
  }
}
@media (max-width: 700px) {
  .cid-v3tSuU282p .btn-social {
    margin-right: 6px !important;
    width: 35px;
    height: 35px;
  }
}
.cid-v3tSuU282p .mbr-iconfont {
  margin-left: 0;
}
.cid-v3tSuU563R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3tSuU563R img {
  border-radius: 0px;
}
.cid-v3tSuU563R .row {
  justify-content: center;
}
.cid-v3tSuU563R .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #000000;
}
.cid-v3tSuU5oHn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3tSuU5oHn .card-title {
  padding-bottom: 18px;
  margin: 0;
  color: #000000;
}
.cid-v3tSuU5oHn .align-left {
  max-width: 547px;
}
.cid-v3tSuU5oHn .mbr-text,
.cid-v3tSuU5oHn .mbr-section-btn {
  color: #000000;
}
.cid-v3tSuU5oHn .left-side {
  margin-right: 20px;
}
.cid-v3tSuU5oHn .right-side {
  margin-left: 20px;
}
@media (max-width: 768px) {
  .cid-v3tSuU5oHn .left-side {
    margin-right: 0px;
  }
  .cid-v3tSuU5oHn .right-side {
    padding-top: 20px;
    margin-left: 0px;
  }
}
.cid-v3tSuU7rlk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fbf8fc;
}
.cid-v3tSuU7rlk .item:focus,
.cid-v3tSuU7rlk span:focus {
  outline: none;
}
.cid-v3tSuU7rlk .item-wrapper {
  position: relative;
}
.cid-v3tSuU7rlk .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-v3tSuU7rlk .mbr-section-btn {
  margin-top: auto !important;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  display: inline-block;
}
.cid-v3tSuU7rlk .mbr-section-title {
  color: #14142b;
  text-align: center;
  margin-bottom: 24px;
}
.cid-v3tSuU7rlk .mbr-text,
.cid-v3tSuU7rlk .mbr-section-btn {
  text-align: left;
}
.cid-v3tSuU7rlk .item-title {
  text-align: left;
}
.cid-v3tSuU7rlk .item-subtitle {
  text-align: left;
}
.cid-v3tSuU7rlk .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 33%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-v3tSuU7rlk .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 900px) {
  .cid-v3tSuU7rlk .embla__slide {
    min-width: 60%;
  }
}
@media (max-width: 630px) {
  .cid-v3tSuU7rlk .embla__slide {
    min-width: 375px;
  }
}
.cid-v3tSuU7rlk .embla__button--next,
.cid-v3tSuU7rlk .embla__button--prev {
  display: flex;
}
.cid-v3tSuU7rlk .embla__button {
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  border: none;
  width: 64px;
  height: 64px;
  font-size: 22px;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.5rem;
  background-color: #b5e5bb;
  color: #e5d3b5;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-v3tSuU7rlk .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v3tSuU7rlk .embla__button:hover {
  background-color: #b5e5bb;
  color: #e5d3b5;
  transform: scale(1.05);
}
.cid-v3tSuU7rlk .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3tSuU7rlk .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v3tSuU7rlk .embla__button {
    top: auto;
  }
}
.cid-v3tSuU7rlk .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v3tSuU7rlk .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v3tSuU7rlk .embla {
  position: relative;
  width: 100%;
}
.cid-v3tSuU7rlk .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-v3tSuU7rlk .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v3tSuU7rlk .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v3tSuU7rlk .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v3tSuU7rlk .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v3tSuU7rlk .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  padding-bottom: 56px;
  max-width: 715px;
  margin: auto;
}
.cid-v3tSuU7rlk .shadow {
  border-radius: 34px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
  padding: 48px 32px;
  background-color: #ffffff;
  height: 100%;
}
.cid-v3tSuU7rlk .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  padding: 0px 20px 20px;
  display: flex;
  justify-content: center;
}
.cid-v3tSuU7rlk img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 100%;
}
.cid-v3tSuU7rlk .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-v3tSuU7rlk .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-v3tSuU7rlk .shadow:hover .number,
.cid-v3tSuU7rlk .shadow:hover .card-title {
  color: #85b38b !important;
}
.cid-v3tSuU7rlk .shadow:hover .iconfont-wrapper > .mbr-iconfont > span {
  color: #000000 !important;
}
.cid-v3tSuU7rlk .card-title {
  margin-bottom: 16px;
  color: #4c4c4c;
  transition: 0.35s;
  text-align: left;
}
.cid-v3tSuU7rlk .card-text {
  color: #000000;
  text-align: center;
}
.cid-v3tSuU7rlk H3 {
  color: #1d1d1f;
  text-align: center;
}
.cid-v3tSuU7rlk .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 34px 25px 54px 31px;
}
.cid-v3tSuU7rlk .date {
  margin-bottom: 24px;
  color: #8c8c95;
}
.cid-v3tSuU7rlk .link-title {
  display: inline-block;
}
.cid-v3tSuU7rlk .margin {
  margin-right: 14px;
}
.cid-v3tSuU7rlk .article {
  display: contents;
}
.cid-v3tSuU7rlk .button-color {
  padding: 1rem 1.5625rem !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #eff0f6;
}
.cid-v3tSuU7rlk .link-row {
  align-items: center;
}
@media (max-width: 530px) {
  .cid-v3tSuU7rlk .card-wrapper {
    border-radius: 0 0 30px 30px;
  }
}
@media (max-width: 480px) {
  .cid-v3tSuU7rlk .card-wrapper {
    border-radius: 0 0 30px 30px;
  }
}
.cid-v3tSuU7rlk .iconfont-wrapper {
  text-align: left;
  margin-bottom: 32px;
}
.cid-v3tSuU7rlk .iconfont-wrapper .mbr-iconfont::before {
  font-size: 50px;
  padding: 25px;
  border-radius: 50%;
}
.cid-v3tSuU7rlk .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-v3tSuU7rlk .btn {
  margin-top: 20px;
}
.cid-v3tSuU7rlk .card-title,
.cid-v3tSuU7rlk .iconfont-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v3tSuU7rlk a.btn > span {
  margin-left: 0.5rem;
}
.cid-v3tSuU7rlk .mbr-section-title,
.cid-v3tSuU7rlk .button-align {
  color: #000000;
}
.cid-v3tSuUeEJK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v3tSuUeEJK .item:focus,
.cid-v3tSuUeEJK span:focus {
  outline: none;
}
.cid-v3tSuUeEJK .item-wrapper {
  position: relative;
}
.cid-v3tSuUeEJK .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-v3tSuUeEJK .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v3tSuUeEJK .mbr-section-title {
  color: #000000;
  text-align: center;
  margin-bottom: 24px;
}
.cid-v3tSuUeEJK .mbr-text,
.cid-v3tSuUeEJK .mbr-section-btn {
  text-align: left;
}
.cid-v3tSuUeEJK .item-title {
  text-align: left;
}
.cid-v3tSuUeEJK .item-subtitle {
  text-align: left;
}
.cid-v3tSuUeEJK .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 40%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-v3tSuUeEJK .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v3tSuUeEJK .embla__button--next,
.cid-v3tSuUeEJK .embla__button--prev {
  display: flex;
}
.cid-v3tSuUeEJK .embla__button {
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  border: none;
  width: 64px;
  height: 64px;
  font-size: 22px;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.5rem;
  background-color: #b5e5bb;
  color: #e5d3b5;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-v3tSuUeEJK .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v3tSuUeEJK .embla__button:hover {
  background: #b5e5bb;
  color: #e5d3b5;
  transform: scale(1.05);
}
.cid-v3tSuUeEJK .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3tSuUeEJK .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v3tSuUeEJK .embla__button {
    top: auto;
  }
}
.cid-v3tSuUeEJK .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v3tSuUeEJK .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v3tSuUeEJK .embla {
  position: relative;
  width: 100%;
}
.cid-v3tSuUeEJK .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-v3tSuUeEJK .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v3tSuUeEJK .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v3tSuUeEJK .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v3tSuUeEJK .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v3tSuUeEJK .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  padding-bottom: 56px;
  max-width: 715px;
  margin: auto;
}
.cid-v3tSuUeEJK .shadow {
  border-radius: 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
}
.cid-v3tSuUeEJK .card-title {
  margin-bottom: 18px;
  color: #000000;
  transition: 0.35s;
}
.cid-v3tSuUeEJK .card-text {
  margin-bottom: 17px;
  color: #000000;
}
.cid-v3tSuUeEJK H3 {
  color: #14142b;
  text-align: center;
}
.cid-v3tSuUeEJK .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 34px 25px 54px 31px;
}
.cid-v3tSuUeEJK .date {
  margin-bottom: 24px;
  color: #000000;
}
.cid-v3tSuUeEJK .link-title {
  display: inline-block;
}
.cid-v3tSuUeEJK .margin {
  margin-right: 14px;
}
.cid-v3tSuUeEJK .button-color {
  padding: 1rem 1.5625rem !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #fbf8fc;
  color: #000000;
}
.cid-v3tSuUeEJK .link-row {
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v3tSuUeEJK .link-row {
    display: block;
  }
}
@media (max-width: 530px) {
  .cid-v3tSuUeEJK .card-wrapper {
    border-radius: 0 0 30px 30px;
  }
}
@media (max-width: 480px) {
  .cid-v3tSuUeEJK .card-wrapper {
    border-radius: 0 0 30px 30px;
  }
}
.cid-v3tSuUeEJK .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  height: 385px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-v3tSuUeEJK .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-v3tSuUeEJK .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-v3tSuUeEJK .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-v3tSuUeEJK .shadow:hover .mbr-iconfont,
.cid-v3tSuUeEJK .shadow:hover .number,
.cid-v3tSuUeEJK .shadow:hover .card-title {
  color: #85b38b !important;
}
.cid-v3tSuUeEJK .shadow:hover .inner {
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .cid-v3tSuUeEJK .col-auto .card-button {
    margin-bottom: 16px;
  }
}
.cid-v3tSuUeEJK .col-auto .card-button .btn {
  padding: 0;
  display: flex;
  flex-direction: row-reverse;
  border: none;
}
.cid-v3tSuUeEJK .col-auto .card-button .btn .mbr-iconfont {
  padding-left: 0;
  padding-right: 8px;
}
.cid-v3tSuUeEJK .col-auto .card-button .btn-primary,
.cid-v3tSuUeEJK .col-auto .card-button .btn-secondary,
.cid-v3tSuUeEJK .col-auto .card-button .btn-success,
.cid-v3tSuUeEJK .col-auto .card-button .btn-info,
.cid-v3tSuUeEJK .col-auto .card-button .btn-warning,
.cid-v3tSuUeEJK .col-auto .card-button .btn-danger,
.cid-v3tSuUeEJK .col-auto .card-button .btn-black,
.cid-v3tSuUeEJK .col-auto .card-button .btn-white {
  padding: 14px 18px;
}
.cid-v3tSuUosMX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3tSuUosMX .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-v3tSuUosMX .mbr-section-title {
  text-align: center;
  color: #000000;
  padding-bottom: 24px;
}
.cid-v3tSuUosMX .row {
  align-items: center;
  height: 100%;
}
.cid-v3tSuUosMX .wrapper {
  margin: auto;
}
.cid-v3tSuUosMX .subtitle {
  display: inline;
  width: auto;
  color: #000000;
}
.cid-v3tSuUosMX .mbr-section-btn {
  display: inline;
  width: auto;
  margin-right: 25px;
}
.cid-v3tSuUosMX .title-block {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 24px;
}
.cid-v3tSuUosMX a.btn {
  padding: 16px 25px !important;
}
@media (max-width: 340px) {
  .cid-v3tSuUosMX .title-block {
    display: flex;
    flex-direction: column;
  }
  .cid-v3tSuUosMX .mbr-section-btn {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-v3tSuUtOks {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3tSuUtOks .card-subtitle {
  text-align: left;
  margin-left: -15px;
  color: #000000;
}
.cid-v3tSuUtOks .shadow {
  border-radius: 34px;
  box-shadow: 0 5px 12px 0 rgba(20, 20, 43, 0.05) !important;
  overflow: visible;
  padding: 48px 42px 38px;
  background-color: #ffffff;
  height: 100%;
}
.cid-v3tSuUtOks .iconfont-wrapper {
  text-align: left;
  margin-bottom: 16px;
}
.cid-v3tSuUtOks .iconfont-wrapper .mbr-iconfont {
  color: #b5e5bb;
}
.cid-v3tSuUtOks .card-text {
  margin-bottom: 16px;
  text-align: left;
  color: #8c8c95;
}
.cid-v3tSuUtOks .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-v3tSuUtOks .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-v3tSuUtOks img {
  border-radius: 10%;
  height: 65px;
  width: auto;
  margin: 0;
}
.cid-v3tSuUtOks .mbr-iconfont::before {
  font-size: 25px;
}
.cid-v3tSuUtOks .card-title {
  margin-bottom: 4px;
  padding: 0;
  margin-left: -15px;
  color: #000000;
}
.cid-v3tSuUtOks .col-12.col-md-6.col-lg-4 {
  margin-top: 30px;
}
.cid-v3tSuUtOks .col-12.col-md-6.col-lg-4:nth-child(1) {
  margin-top: 0px;
}
.cid-v3tSuUtOks .col-12.col-md-6.col-lg-4:nth-child(2) {
  margin-top: 0px;
}
.cid-v3tSuUtOks .col-12.col-md-6.col-lg-4:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-v3tSuUtOks .col-12.col-md-6.col-lg-4:nth-child(3) {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .cid-v3tSuUtOks .col-12.col-md-6.col-lg-4:nth-child(2) {
    margin-top: 30px;
  }
}
.cid-v3tSuUtOks .align {
  display: flex;
  align-items: center;
}
.cid-v3tSuUtOks .mbr-section-title {
  margin-bottom: 56px;
  color: #000000;
}
.cid-v3tSuUtOks .btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v3tSuUtOks .shadow {
    padding: 40px 40px 32px;
  }
}
@media (max-width: 479px) {
  .cid-v3tSuUtOks .shadow {
    padding: 33px 25px 28px;
  }
}
.cid-v3tSuUtOks .card-text,
.cid-v3tSuUtOks .iconfont-wrapper {
  color: #000000;
}
.cid-v3tSuUy5OI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3tSuUy5OI .row {
  align-items: center;
  justify-content: space-between;
}
.cid-v3tSuUy5OI .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-v3tSuUy5OI .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-v3tSuUy5OI .mbr-text {
  color: #5f5d68;
  margin-bottom: 48px;
}
.cid-v3tSuUy5OI .right-side {
  max-width: 554px;
  margin-right: 60px;
}
.cid-v3tSuUy5OI .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-v3tSuUy5OI .margin {
  margin-right: 14px;
}
.cid-v3tSuUy5OI .shadow {
  margin: auto;
  max-width: 860px;
  padding: 79px 76px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-radius: 24px;
  border-color: transparent;
  background-color: #ffffff;
}
.cid-v3tSuUy5OI .socicon-bg-youtube {
  background-color: #d3b5e5;
  color: #000000;
}
.cid-v3tSuUy5OI .socicon-bg-facebook {
  background-color: #b5e5bb;
  color: #000000;
}
.cid-v3tSuUy5OI .socicon-bg-twitter {
  background-color: #e5d3b5;
  color: #000000;
}
.cid-v3tSuUy5OI .socicon-bg-pinterest {
  background-color: #d3b5e5;
  color: #000000;
}
.cid-v3tSuUy5OI .socicon-bg-mail {
  background-color: #b5e5bb;
  color: #000000;
}
.cid-v3tSuUy5OI .btn-social {
  margin-right: 3px !important;
  margin-left: 3px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: 14px;
  border-radius: 50%;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #b5e5bb;
  cursor: pointer;
}
.cid-v3tSuUy5OI .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
}
.cid-v3tSuUy5OI .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-v3tSuUy5OI img {
  max-width: 238px;
  height: auto;
  border-radius: 50%;
}
.cid-v3tSuUy5OI .mbr-social-likes {
  max-width: 454px;
}
.cid-v3tSuUy5OI .card-title {
  margin-bottom: 8px;
  color: #000000;
}
.cid-v3tSuUy5OI .card-subtitle {
  margin-bottom: 22px;
  color: #000000;
}
.cid-v3tSuUy5OI .card-text {
  margin-bottom: 22px;
  color: #8c8c95;
}
.cid-v3tSuUy5OI .card-title,
.cid-v3tSuUy5OI .card-subtitle,
.cid-v3tSuUy5OI .card-text {
  width: auto;
}
@media (max-width: 770px) {
  .cid-v3tSuUy5OI .shadow {
    padding: 59px 56px;
  }
}
@media (max-width: 640px) {
  .cid-v3tSuUy5OI .al {
    flex-direction: column;
  }
  .cid-v3tSuUy5OI .shadow {
    padding: 39px 36px;
  }
  .cid-v3tSuUy5OI img {
    padding-bottom: 20px;
  }
  .cid-v3tSuUy5OI .card-title,
  .cid-v3tSuUy5OI .card-subtitle,
  .cid-v3tSuUy5OI .card-text,
  .cid-v3tSuUy5OI .mbr-social-likes {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .cid-v3tSuUy5OI .shadow {
    padding: 35px 15px;
  }
}
.cid-v3tSuUy5OI .mbr-iconfont {
  margin-left: 0;
}
.cid-v3tSuUy5OI .card-text,
.cid-v3tSuUy5OI .mbr-social-likes {
  color: #000000;
}
.cid-v3tSuUCXpV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fbf8fc;
}
.cid-v3tSuUCXpV .item:focus,
.cid-v3tSuUCXpV span:focus {
  outline: none;
}
.cid-v3tSuUCXpV .item {
  cursor: pointer;
}
.cid-v3tSuUCXpV .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-v3tSuUCXpV .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-v3tSuUCXpV .grid-container-1,
.cid-v3tSuUCXpV .grid-container-2,
.cid-v3tSuUCXpV .grid-container-3 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-v3tSuUCXpV .grid-container-1,
  .cid-v3tSuUCXpV .grid-container-2,
  .cid-v3tSuUCXpV .grid-container-3 {
    gap: 0 1rem;
  }
}
.cid-v3tSuUCXpV .mbr-section-title {
  margin-bottom: 0;
  color: #14142b;
  text-align: center;
}
.cid-v3tSuUCXpV .content-head {
  max-width: 800px;
}
.cid-v3tSuUCXpV .container,
.cid-v3tSuUCXpV .container-fluid {
  overflow: hidden;
}
.cid-v3tSuUCXpV .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v3tSuUCXpV .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 56px 0;
}
.cid-v3tSuUCXpV .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
}
@media (max-width: 1200px) {
  .cid-v3tSuUCXpV .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v3tSuUCXpV .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-v3tSuUCXpV .grid-container-1,
.cid-v3tSuUCXpV .grid-container-2,
.cid-v3tSuUCXpV .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v3tSuUCXpV .grid-container-1 {
  align-items: flex-end;
}
.cid-v3tSuUCXpV .grid-container-2 {
  align-items: flex-start;
}
.cid-v3tSuUHvf7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v3tSuUHvf7 .item:focus,
.cid-v3tSuUHvf7 span:focus {
  outline: none;
}
.cid-v3tSuUHvf7 .item-wrapper {
  position: relative;
}
.cid-v3tSuUHvf7 .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-v3tSuUHvf7 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 40%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-v3tSuUHvf7 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 900px) {
  .cid-v3tSuUHvf7 .embla__slide {
    min-width: 60%;
  }
}
@media (max-width: 630px) {
  .cid-v3tSuUHvf7 .embla__slide {
    min-width: 375px;
  }
}
.cid-v3tSuUHvf7 .embla__button--next,
.cid-v3tSuUHvf7 .embla__button--prev {
  display: flex;
}
.cid-v3tSuUHvf7 .embla__button {
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  border: none;
  width: 64px;
  height: 64px;
  font-size: 22px;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.5rem;
  background-color: #b5e5bb;
  color: #e5d3b5;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-v3tSuUHvf7 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v3tSuUHvf7 .embla__button:hover {
  background-color: #b5e5bb;
  color: #e5d3b5;
  transform: scale(1.05);
}
.cid-v3tSuUHvf7 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3tSuUHvf7 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v3tSuUHvf7 .embla__button {
    top: auto;
  }
}
.cid-v3tSuUHvf7 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v3tSuUHvf7 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v3tSuUHvf7 .embla {
  position: relative;
  width: 100%;
}
.cid-v3tSuUHvf7 .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-v3tSuUHvf7 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v3tSuUHvf7 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v3tSuUHvf7 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v3tSuUHvf7 .shadow {
  padding: 44px 32px 52px;
  border-radius: 34px;
  box-shadow: 0 5px 12px 0 rgba(20, 20, 43, 0.05) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
  height: 100%;
}
.cid-v3tSuUHvf7 .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  height: 385px;
  padding: 20px 20px 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-v3tSuUHvf7 .wrap-img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  background-size: cover;
  transform-origin: center;
  transition: transform 0.3s ease-in-out;
}
.cid-v3tSuUHvf7 .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-v3tSuUHvf7 .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-v3tSuUHvf7 .shadow:hover .number,
.cid-v3tSuUHvf7 .shadow:hover .card-title {
  color: #70e1f7 !important;
}
.cid-v3tSuUHvf7 .shadow:hover .wrap-img {
  padding: 15px 15px 30px;
}
.cid-v3tSuUHvf7 .shadow:hover .wrap-img::after {
  transform: scale(1.05);
}
.cid-v3tSuUHvf7 .card-wrapper {
  padding: 30px 15px;
  margin: 0 15px;
  width: auto;
  max-width: 100%;
}
.cid-v3tSuUHvf7 .card-title {
  font-weight: 700;
  padding: 10px 20px 10px;
  color: #4c4c4c;
  text-align: left;
  text-transform: uppercase;
}
.cid-v3tSuUHvf7 H3 {
  color: #1d1d1f;
}
.cid-v3tSuUHvf7 .card-subtitle {
  text-align: left;
  color: #000000;
}
.cid-v3tSuUHvf7 .iconfont-wrapper {
  text-align: left;
  margin-bottom: 16px;
}
.cid-v3tSuUHvf7 .iconfont-wrapper .mbr-iconfont {
  color: #b5e5bb;
}
.cid-v3tSuUHvf7 .card-text {
  margin-bottom: 16px;
  text-align: left;
}
.cid-v3tSuUHvf7 .mbr-iconfont::before {
  font-size: 25px;
}
.cid-v3tSuUHvf7 .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-v3tSuUHvf7 .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-v3tSuUHvf7 .people {
  align-items: center;
}
.cid-v3tSuUHvf7 img {
  border-radius: 10%;
  height: 128px;
  width: 128px;
  margin: 0;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3tSuUHvf7 .row.title-block {
    flex-direction: column;
  }
  .cid-v3tSuUHvf7 .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-v3tSuUHvf7 .mbr-section-title {
    text-align: center;
  }
}
.cid-v3tSuUHvf7 .card-subtitle,
.cid-v3tSuUHvf7 .card-subtitle2 {
  display: inline;
}
@media (max-width: 1040px) {
  .cid-v3tSuUHvf7 .people {
    flex-direction: column;
  }
  .cid-v3tSuUHvf7 .card-text,
  .cid-v3tSuUHvf7 .align,
  .cid-v3tSuUHvf7 .iconfont-wrapper {
    text-align: center;
  }
  .cid-v3tSuUHvf7 img {
    margin-bottom: 20px !important;
  }
}
.cid-v3tSuUHvf7 .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
}
@media (max-width: 400px) {
  .cid-v3tSuUHvf7 .button-align {
    margin-top: 20px;
  }
}
.cid-v3tSuUHvf7 .btn {
  margin-top: 20px;
}
.cid-v3tSuUHvf7 a.btn > span {
  margin-left: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v3tSuUHvf7 .shadow {
    padding-top: 40px;
    padding-bottom: 43px;
  }
}
@media (max-width: 479px) {
  .cid-v3tSuUHvf7 .shadow {
    padding: 33px 25px 36px;
  }
}
.cid-v3tSuUHvf7 .mbr-section-subtitle,
.cid-v3tSuUHvf7 .button-align {
  color: #000000;
}
.cid-v3tSuUHvf7 .mbr-section-title {
  color: #000000;
}
.cid-v3tSuUHvf7 .card-text,
.cid-v3tSuUHvf7 .iconfont-wrapper,
.cid-v3tSuUHvf7 .align {
  color: #000000;
}
.cid-v3tSuUHvf7 .card-subtitle2 {
  color: #000000;
}
.cid-v3tSuUOtV9 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-v3tSuUOtV9 .display-4 > .mbr-iconfont {
  font-size: 16px;
}
.cid-v3tSuUOtV9 .shadow {
  border-radius: 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
  display: flex;
  flex-direction: row;
}
.cid-v3tSuUOtV9 .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 0px 0 30px;
  width: 361px;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-v3tSuUOtV9 .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-v3tSuUOtV9 .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-v3tSuUOtV9 .shadow:hover .mbr-iconfont,
.cid-v3tSuUOtV9 .shadow:hover .number,
.cid-v3tSuUOtV9 .shadow:hover .card-title {
  color: #85b38b !important;
}
.cid-v3tSuUOtV9 .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-v3tSuUOtV9 .card-title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-v3tSuUOtV9 .title-block {
  margin-bottom: 56px;
}
.cid-v3tSuUOtV9 .card-text {
  margin-bottom: 42px;
  color: #000000;
}
.cid-v3tSuUOtV9 H3 {
  color: #14142b;
  text-align: center;
}
.cid-v3tSuUOtV9 .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-v3tSuUOtV9 .card-wrapper {
  border-radius: 0 30px 30px 0px;
  background-color: #ffffff;
  padding: 60px 71px;
}
.cid-v3tSuUOtV9 .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-v3tSuUOtV9 .link-title {
  display: inline-block;
}
.cid-v3tSuUOtV9 .episode {
  color: #ffffff;
}
.cid-v3tSuUOtV9 .img-title {
  color: #ffffff;
}
.cid-v3tSuUOtV9 .margin {
  margin-right: 14px;
}
.cid-v3tSuUOtV9 .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-v3tSuUOtV9 .button-color {
  padding: 14px 18px !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #fbf8fc;
  color: #000000;
}
.cid-v3tSuUOtV9 .position {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.cid-v3tSuUOtV9 .link-row,
.cid-v3tSuUOtV9 .title-block {
  align-items: center;
}
.cid-v3tSuUOtV9 .line {
  width: 100%;
  height: 1px;
  background-color: #fbf8fc;
  margin-bottom: 35px;
}
.cid-v3tSuUOtV9 .mbr-section-title {
  color: #000000;
}
@media (max-width: 900px) {
  .cid-v3tSuUOtV9 .card-wrapper {
    padding: 40px 31px;
  }
}
@media (max-width: 820px) {
  .cid-v3tSuUOtV9 .card-wrapper {
    padding: 25px 31px;
  }
}
@media (max-width: 1095px) {
  .cid-v3tSuUOtV9 .wrap-img {
    height: 430px;
  }
}
@media (max-width: 765px) {
  .cid-v3tSuUOtV9 .shadow {
    display: flex;
    flex-direction: column;
  }
  .cid-v3tSuUOtV9 .title-block {
    flex-direction: column;
  }
  .cid-v3tSuUOtV9 .mbr-section-subtitle {
    margin-bottom: 30px;
    text-align: center;
  }
  .cid-v3tSuUOtV9 .wrap-img {
    height: 361px;
    width: 100%;
    border-radius: 30px 30px 0 0;
  }
  .cid-v3tSuUOtV9 .card-wrapper {
    padding: 24px 25px 34px 25px;
  }
}
.cid-v3tSuUOtV9 .card-title,
.cid-v3tSuUOtV9 span {
  transition: 0.35s;
}
.cid-v3tSuUOtV9 .item {
  margin-bottom: 32px;
}
.cid-v3tSuUOtV9 .link-row {
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v3tSuUOtV9 .link-row {
    display: block;
  }
}
.cid-v3tSuUOtV9 .col-auto .card-button {
  display: block;
}
@media (max-width: 992px) {
  .cid-v3tSuUOtV9 .col-auto .card-button {
    margin-bottom: 16px;
  }
}
.cid-v3tSuUOtV9 .col-auto .card-button .btn {
  padding: 0;
  display: inline-flex;
  flex-direction: row-reverse;
  border: none;
}
.cid-v3tSuUOtV9 .col-auto .card-button .btn .mbr-iconfont {
  padding-left: 0;
  padding-right: 8px;
}
.cid-v3tSuUOtV9 .col-auto .card-button .btn-primary,
.cid-v3tSuUOtV9 .col-auto .card-button .btn-secondary,
.cid-v3tSuUOtV9 .col-auto .card-button .btn-success,
.cid-v3tSuUOtV9 .col-auto .card-button .btn-info,
.cid-v3tSuUOtV9 .col-auto .card-button .btn-warning,
.cid-v3tSuUOtV9 .col-auto .card-button .btn-danger,
.cid-v3tSuUOtV9 .col-auto .card-button .btn-black,
.cid-v3tSuUOtV9 .col-auto .card-button .btn-white {
  padding: 14px 18px;
}
.cid-v3tSuUOtV9 .mbr-section-subtitle {
  color: #000000;
}
.cid-v3tSuUWyHe {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fbf8fc;
}
.cid-v3tSuUWyHe .mbr-section-subtitle {
  color: #8c8c95;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-v3tSuUWyHe .mbr-section-title {
  text-align: center;
  color: #000000;
  margin: auto;
}
.cid-v3tSuUWyHe .row {
  align-items: center;
  height: 100%;
}
.cid-v3tSuUWyHe .wrapper {
  margin: auto;
}
.cid-v3tSuUXgQN {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-v3tSuUXgQN .shadow {
  border-radius: 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
}
.cid-v3tSuUXgQN .wrap-img {
  border-bottom: 1px solid #000000;
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  height: 192px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-v3tSuUXgQN .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-v3tSuUXgQN .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-v3tSuUXgQN .shadow:hover .mbr-iconfont,
.cid-v3tSuUXgQN .shadow:hover .number,
.cid-v3tSuUXgQN .shadow:hover .card-title {
  color: #85b38b !important;
}
.cid-v3tSuUXgQN .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-v3tSuUXgQN .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-v3tSuUXgQN .card-title {
  color: #000000;
  margin-bottom: 6px;
  text-align: center;
  transition: 0.35s;
}
.cid-v3tSuUXgQN .title-block {
  margin-bottom: 56px;
}
.cid-v3tSuUXgQN .card-text {
  color: #000000;
  text-align: center;
}
.cid-v3tSuUXgQN H3 {
  color: #14142b;
  text-align: center;
}
.cid-v3tSuUXgQN .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 39px 32px 48px;
}
.cid-v3tSuUXgQN .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-v3tSuUXgQN .link-title {
  display: inline-block;
}
.cid-v3tSuUXgQN .episode {
  color: #ffffff;
}
.cid-v3tSuUXgQN .img-title {
  color: #ffffff;
}
.cid-v3tSuUXgQN .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-v3tSuUXgQN .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-v3tSuUXgQN .mbr-section-title {
  color: #000000;
}
@media (max-width: 860px) {
  .cid-v3tSuUXgQN .title-block {
    flex-direction: column;
  }
  .cid-v3tSuUXgQN .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
}
.cid-v3tSuUXgQN .item.features-image {
  margin-top: 35px;
}
.cid-v3tSuUXgQN .item.features-image:nth-child(1) {
  margin-top: 0px;
}
.cid-v3tSuUXgQN .item.features-image:nth-child(2) {
  margin-top: 0px;
}
.cid-v3tSuUXgQN .item.features-image:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-v3tSuUXgQN .item.features-image:nth-child(4) {
    margin-top: 35px;
  }
  .cid-v3tSuUXgQN .item.features-image:nth-child(3) {
    margin-top: 35px;
  }
}
@media (max-width: 768px) {
  .cid-v3tSuUXgQN .item.features-image:nth-child(2) {
    margin-top: 35px;
  }
}
.cid-v3tSuUXgQN .mbr-section-subtitle {
  color: #000000;
}
.cid-v3tSuV223L {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #fbf8fc;
}
.cid-v3tSuV223L .mbr-section-title {
  margin-bottom: 56px;
}
.cid-v3tSuV223L .display-4 > .mbr-iconfont {
  font-size: 16px;
}
.cid-v3tSuV223L .shadow {
  border-radius: 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
}
.cid-v3tSuV223L .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  height: 385px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-v3tSuV223L .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-v3tSuV223L .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-v3tSuV223L .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-v3tSuV223L .shadow:hover .mbr-iconfont,
.cid-v3tSuV223L .shadow:hover .number,
.cid-v3tSuV223L .shadow:hover .card-title {
  color: #85b38b !important;
}
.cid-v3tSuV223L .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-v3tSuV223L .card-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-v3tSuV223L .card-title span,
.cid-v3tSuV223L .card-title .number {
  transition: 0.35s;
}
.cid-v3tSuV223L .card-text {
  margin-bottom: 32px;
  color: #000000;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-v3tSuV223L .card-wrapper {
    padding: 60px 30px 40px;
  }
}
@media (max-width: 574px) {
  .cid-v3tSuV223L .card-wrapper {
    padding: 60px 30px 40px;
  }
}
.cid-v3tSuV223L H3 {
  color: #14142b;
  text-align: center;
}
.cid-v3tSuV223L img {
  width: auto;
  height: 70px;
}
.cid-v3tSuV223L .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 37px 32px 43px;
}
.cid-v3tSuV223L .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-v3tSuV223L .link-title {
  display: inline-block;
}
.cid-v3tSuV223L .episode {
  color: #ffffff;
}
.cid-v3tSuV223L .img-title {
  color: #ffffff;
}
.cid-v3tSuV223L .margin {
  margin-right: 14px;
}
.cid-v3tSuV223L .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-v3tSuV223L .mbr-section-btn {
  width: auto;
  display: inline;
}
@media (max-width: 500px) {
  .cid-v3tSuV223L .button-align {
    display: flex;
    flex-direction: column;
  }
  .cid-v3tSuV223L .margin {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 550px) {
  .cid-v3tSuV223L .card-wrapper {
    padding: 24px 25px 34px 25px;
  }
}
.cid-v3tSuV223L span,
.cid-v3tSuV223L .number {
  transition: 0.35s;
}
.cid-v3tSuV223L .item.features-image {
  margin-top: 30px;
}
.cid-v3tSuV223L .item.features-image:nth-child(1) {
  margin-top: 0px;
}
.cid-v3tSuV223L .item.features-image:nth-child(2) {
  margin-top: 0px;
}
.cid-v3tSuV223L .item.features-image:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-v3tSuV223L .item.features-image:nth-child(3) {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .cid-v3tSuV223L .item.features-image:nth-child(2) {
    margin-top: 30px;
  }
}
.cid-v3tSuV223L .link-row {
  align-items: center;
}
.cid-v3tSuV223L .col-auto .card-button {
  display: block;
}
.cid-v3tSuV223L .col-auto .card-button .btn {
  padding: 0;
  display: flex;
  flex-direction: row-reverse;
  border: none;
}
.cid-v3tSuV223L .col-auto .card-button .btn .mbr-iconfont {
  padding-left: 0;
  padding-right: 8px;
}
.cid-v3tSuV223L .col-auto .card-button .btn-primary,
.cid-v3tSuV223L .col-auto .card-button .btn-secondary,
.cid-v3tSuV223L .col-auto .card-button .btn-success,
.cid-v3tSuV223L .col-auto .card-button .btn-info,
.cid-v3tSuV223L .col-auto .card-button .btn-warning,
.cid-v3tSuV223L .col-auto .card-button .btn-danger,
.cid-v3tSuV223L .col-auto .card-button .btn-black,
.cid-v3tSuV223L .col-auto .card-button .btn-white {
  padding: 14px 18px;
}
.cid-v3tSuV223L .mbr-section-title,
.cid-v3tSuV223L .button-align {
  color: #000000;
}
.cid-v3tSuV223L .number {
  color: #000000;
}
.cid-v3tSuV7rLB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3tSuV7rLB .title-block {
  margin-bottom: 32px;
  align-items: center;
}
.cid-v3tSuV7rLB .shadow {
  border-radius: 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
}
.cid-v3tSuV7rLB .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  height: 385px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-v3tSuV7rLB .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-v3tSuV7rLB .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-v3tSuV7rLB .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-v3tSuV7rLB .shadow:hover .mbr-iconfont,
.cid-v3tSuV7rLB .shadow:hover .number,
.cid-v3tSuV7rLB .shadow:hover .card-title {
  color: #85b38b !important;
}
.cid-v3tSuV7rLB .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-v3tSuV7rLB .card-title {
  margin-bottom: 18px;
  color: #000000;
  transition: 0.35s;
}
.cid-v3tSuV7rLB .card-text {
  margin-bottom: 32px;
  color: #000000;
}
.cid-v3tSuV7rLB H3 {
  color: #14142b;
  text-align: center;
}
.cid-v3tSuV7rLB img {
  width: auto;
  height: 70px;
}
.cid-v3tSuV7rLB .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 34px 25px 54px 31px;
}
.cid-v3tSuV7rLB .date {
  margin-bottom: 24px;
  color: #000000;
}
.cid-v3tSuV7rLB .link-title {
  display: inline-block;
}
.cid-v3tSuV7rLB .margin {
  margin-right: 14px;
}
.cid-v3tSuV7rLB .button-color {
  padding: 1rem 1.5625rem !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #fbf8fc;
  color: #000000;
}
.cid-v3tSuV7rLB .link-row {
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v3tSuV7rLB .link-row {
    display: block;
  }
}
@media (max-width: 550px) {
  .cid-v3tSuV7rLB .title-block {
    flex-direction: column;
  }
  .cid-v3tSuV7rLB .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-v3tSuV7rLB .card-wrapper {
    padding: 24px 25px 34px 25px;
  }
}
.cid-v3tSuV7rLB .item.features-image {
  margin-top: 30px;
}
.cid-v3tSuV7rLB .item.features-image:nth-child(1) {
  margin-top: 0px;
}
.cid-v3tSuV7rLB .item.features-image:nth-child(2) {
  margin-top: 0px;
}
@media (max-width: 768px) {
  .cid-v3tSuV7rLB .item.features-image:nth-child(2) {
    margin-top: 30px;
  }
}
@media (max-width: 992px) {
  .cid-v3tSuV7rLB .col-auto .card-button {
    margin-bottom: 16px;
  }
}
.cid-v3tSuV7rLB .col-auto .card-button .btn {
  padding: 0;
  display: inline-flex;
  flex-direction: row-reverse;
  border: none;
}
.cid-v3tSuV7rLB .col-auto .card-button .btn .mbr-iconfont {
  padding-left: 0;
  padding-right: 8px;
}
.cid-v3tSuV7rLB .col-auto .card-button .btn-primary,
.cid-v3tSuV7rLB .col-auto .card-button .btn-secondary,
.cid-v3tSuV7rLB .col-auto .card-button .btn-success,
.cid-v3tSuV7rLB .col-auto .card-button .btn-info,
.cid-v3tSuV7rLB .col-auto .card-button .btn-warning,
.cid-v3tSuV7rLB .col-auto .card-button .btn-danger,
.cid-v3tSuV7rLB .col-auto .card-button .btn-black,
.cid-v3tSuV7rLB .col-auto .card-button .btn-white {
  padding: 14px 18px;
}
.cid-v3tSuV7rLB .mbr-section-subtitle {
  color: #000000;
}
.cid-v3tSuVc5Yb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3tSuVc5Yb .card-heading {
  color: #000000;
  margin-bottom: 24px;
}
.cid-v3tSuVc5Yb .row {
  justify-content: center;
}
.cid-v3tSuVc5Yb .mbr-iconfont {
  font-size: 23px;
  margin-right: 17px;
  color: #b5e5bb;
}
.cid-v3tSuVc5Yb .mbr-text {
  display: inline;
  width: 100%;
}
.cid-v3tSuVc5Yb .mbr-text:last-child {
  margin-bottom: 0px;
}
.cid-v3tSuVc5Yb .text {
  margin-bottom: 40px;
  color: #8c8c95;
}
.cid-v3tSuVc5Yb .line {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.cid-v3tSuVc5Yb .text,
.cid-v3tSuVc5Yb .article {
  color: #000000;
}
.cid-v3tSuVc5Yb .p {
  color: #000000;
}
.cid-v3tSuVeQ5B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3tSuVeQ5B .card-wrapper {
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  width: 80%;
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 0;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v3tSuVeQ5B .bottom,
.cid-v3tSuVeQ5B .card-title {
  color: #ffffff;
}
.cid-v3tSuVeQ5B .card-title {
  margin-bottom: 18px;
  color: #000000;
}
@media (max-width: 1150px) {
  .cid-v3tSuVeQ5B .card-wrapper {
    top: -20px;
  }
}
@media (max-width: 990px) {
  .cid-v3tSuVeQ5B {
    padding-bottom: 0;
  }
  .cid-v3tSuVeQ5B .card-wrapper {
    position: initial;
  }
  .cid-v3tSuVeQ5B .card-box {
    padding: 10%;
  }
}
.cid-v3tSuVeQ5B .bottom {
  color: #8c8c95;
}
.cid-v3tSuVeQ5B .plus1 {
  color: #d3b5e5;
}
.cid-v3tSuVeQ5B .plus2 {
  color: #b5e5bb;
}
.cid-v3tSuVeQ5B .plus3 {
  color: #e5d3b5;
}
.cid-v3tSuVeQ5B .plus4 {
  color: #d3b5e5;
}
.cid-v3tSuVeQ5B .card-title,
.cid-v3tSuVeQ5B .bottom {
  text-align: center;
  color: #000000;
}
.cid-v3tSuVgrdS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3tSuVgrdS .mbr-section-subtitle {
  color: #000000;
  text-align: left;
  margin: auto;
  margin-bottom: 24px;
}
.cid-v3tSuVgrdS .mbr-section-title {
  text-align: left;
  color: #000000;
  margin-bottom: 20px;
  margin-top: 40px;
}
.cid-v3tSuVgrdS .row {
  align-items: center;
  height: 100%;
}
.cid-v3tSuVgrdS .wrapper {
  margin: auto;
}
.cid-v3tSuVgrdS .t1 {
  margin-bottom: 24px;
  color: #000000;
}
@media (max-width: 576px) {
  .cid-v3tSuVgrdS .t {
    padding-top: 20px;
  }
}
.cid-v3tSuVgrdS .list {
  list-style-type: none;
  margin-bottom: 12px;
  padding: 0;
  display: inline-flex;
  flex-wrap: wrap;
  color: #000000;
}
.cid-v3tSuVgrdS .list .item-wrap {
  margin: 0 12px 12px 0;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-v3tSuVgrdS .list .item-wrap:hover,
.cid-v3tSuVgrdS .list .item-wrap:focus {
  color: #85b38b;
}
.cid-v3tSuVgrdS a:hover,
.cid-v3tSuVgrdS a:focus {
  color: #85b38b !important;
}
.cid-v3tSuVgrdS .list,
.cid-v3tSuVgrdS .item-wrap {
  color: #000000;
}
.cid-v3tSuVisxE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3tSuVisxE .card-heading {
  padding-top: 32px;
  padding-bottom: 16px;
  color: #000000;
}
.cid-v3tSuVisxE .p1 {
  padding-bottom: 24px;
  color: #272727;
}
.cid-v3tSuVisxE .p {
  color: #000000;
}
.cid-v3tSuVisxE .p:last-child {
  padding-bottom: 0;
}
.cid-v3tSuVisxE .row {
  justify-content: center;
}
.cid-v3tSuVisxE .heading {
  padding-bottom: 24px;
  color: #000000;
}
.cid-v3tSuVk0sj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3tSuVk0sj .mbr-section-subtitle {
  color: #8c8c95;
  text-align: left;
  margin: auto;
  margin-bottom: 24px;
}
.cid-v3tSuVk0sj .mbr-section-title {
  text-align: left;
  color: #14142b;
  margin-bottom: 20px;
  margin-top: 40px;
}
.cid-v3tSuVk0sj .row {
  align-items: center;
  height: 100%;
}
.cid-v3tSuVk0sj .wrapper {
  margin: auto;
}
.cid-v3tSuVk0sj .t1 {
  margin-bottom: 24px;
}
.cid-v3tSuVk0sj .line {
  height: 1px;
  width: 100%;
  background-color: #000000;
}
.cid-v3tSuVk0sj .line1 {
  margin-bottom: 60px;
}
.cid-v3tSuVk0sj .line2 {
  margin-top: 60px;
}
@media (max-width: 576px) {
  .cid-v3tSuVk0sj .t {
    padding-top: 20px;
  }
}
.cid-v3tSuVlv0x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3tSuVlv0x .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v3tSuVlv0x .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  padding-bottom: 56px;
  max-width: 715px;
  margin: auto;
}
.cid-v3tSuVlv0x .wrapper {
  padding: 0rem;
}
.cid-v3tSuVlv0x .icon-left {
  margin-right: 0.1rem;
}
.cid-v3tSuVlv0x .icon-right {
  margin-left: 0.1rem;
}
.cid-v3tSuVlv0x .card-wrapper {
  padding: 30px 15px;
  margin: 0 15px;
  width: auto;
  max-width: 100%;
}
.cid-v3tSuVlv0x .card-title {
  font-weight: 700;
  padding: 10px 20px 10px;
  color: #4c4c4c;
  text-align: left;
  text-transform: uppercase;
}
.cid-v3tSuVlv0x .card-subtitle {
  text-align: left;
  color: #000000;
}
.cid-v3tSuVlv0x .shadow {
  border-radius: 34px;
  box-shadow: 0 5px 12px 0 rgba(20, 20, 43, 0.05) !important;
  overflow: visible;
  padding: 44px 32px 52px;
  background-color: #ffffff;
}
.cid-v3tSuVlv0x .iconfont-wrapper {
  text-align: left;
  margin-bottom: 16px;
}
.cid-v3tSuVlv0x .iconfont-wrapper .mbr-iconfont {
  color: #b5e5bb;
}
.cid-v3tSuVlv0x .card-text {
  margin-bottom: 16px;
  text-align: left;
}
.cid-v3tSuVlv0x .margin {
  margin-right: 14px;
}
.cid-v3tSuVlv0x .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-v3tSuVlv0x .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-v3tSuVlv0x .people {
  align-items: center;
}
.cid-v3tSuVlv0x .item-wrapper {
  width: 100%;
}
.cid-v3tSuVlv0x .mbr-section-title {
  text-align: center;
  margin-bottom: 16px;
  color: #000000;
}
.cid-v3tSuVlv0x img {
  border-radius: 10%;
  height: 128px;
  width: 128px;
  margin: 0;
}
.cid-v3tSuVlv0x .mbr-iconfont::before {
  font-size: 25px;
}
.cid-v3tSuVlv0x .card-text,
.cid-v3tSuVlv0x .iconfont-wrapper {
  color: #8c8c95;
}
.cid-v3tSuVlv0x .card-subtitle,
.cid-v3tSuVlv0x .card-subtitle2 {
  display: inline;
}
.cid-v3tSuVlv0x .card-subtitle2 {
  color: #000000;
}
@media (max-width: 576px) {
  .cid-v3tSuVlv0x .col-12.col-sm-6:first-child {
    padding-bottom: 20px;
  }
}
@media (max-width: 860px) {
  .cid-v3tSuVlv0x .row.people {
    flex-direction: column;
    align-items: initial;
  }
  .cid-v3tSuVlv0x img {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .cid-v3tSuVlv0x .shadow {
    padding-top: 40px;
    padding-bottom: 43px;
  }
}
@media (max-width: 479px) {
  .cid-v3tSuVlv0x .shadow {
    padding: 33px 25px 36px;
  }
}
.cid-v3tSuVlv0x .card-text,
.cid-v3tSuVlv0x .iconfont-wrapper,
.cid-v3tSuVlv0x .align {
  color: #000000;
}
.cid-v3tSuVqEnI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3tSuVqEnI .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  margin: auto;
  padding: 119px 95px;
  background-color: #b5e5bb;
}
.cid-v3tSuVqEnI .row {
  align-items: center;
  height: 100%;
}
.cid-v3tSuVqEnI .wrapper {
  margin: auto;
}
@media (max-width: 770px) {
  .cid-v3tSuVqEnI .mbr-section-subtitle {
    padding: 70px 75px;
  }
}
@media (max-width: 576px) {
  .cid-v3tSuVqEnI .mbr-section-subtitle {
    padding: 45px 35px;
  }
}
.cid-v3tSuVrmzq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbf8fc;
}
.cid-v3tSuVrmzq .row {
  align-items: center;
  justify-content: space-between;
}
.cid-v3tSuVrmzq .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #000000;
}
.cid-v3tSuVrmzq .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-v3tSuVrmzq .mbr-text {
  color: #5f5d68;
  margin-bottom: 28px;
}
.cid-v3tSuVrmzq .right-side {
  max-width: 554px;
}
.cid-v3tSuVrmzq .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-v3tSuVrmzq .margin {
  margin-right: 14px;
}
.cid-v3tSuVrmzq .shadow {
  padding: 62px 56px 64px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  max-width: 568px;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-radius: 24px;
  border-color: transparent;
  background-color: #ffffff;
}
.cid-v3tSuVrmzq .socicon-bg-youtube {
  background-color: #d3b5e5;
  color: #000000;
}
.cid-v3tSuVrmzq .socicon-bg-facebook {
  background-color: #b5e5bb;
  color: #000000;
}
.cid-v3tSuVrmzq .socicon-bg-twitter {
  background-color: #e5d3b5;
  color: #000000;
}
.cid-v3tSuVrmzq .socicon-bg-pinterest {
  background-color: #d3b5e5;
  color: #000000;
}
.cid-v3tSuVrmzq .socicon-bg-mail {
  background-color: #b5e5bb;
  color: #000000;
}
.cid-v3tSuVrmzq .mbr-iconfont {
  margin-left: 0;
  margin-right: 0;
}
.cid-v3tSuVrmzq .btn-social {
  margin: 0 !important;
  font-size: 14px;
  border-radius: 50%;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: none !important;
  cursor: pointer;
}
.cid-v3tSuVrmzq .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
}
.cid-v3tSuVrmzq .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-v3tSuVrmzq img {
  width: 186px;
  height: 186px;
  border-radius: 50%;
  margin-bottom: 17px;
}
.cid-v3tSuVrmzq .mbr-social-likes {
  max-width: 454px;
}
.cid-v3tSuVrmzq .card-title {
  margin-bottom: 4px;
  color: #000000;
}
.cid-v3tSuVrmzq .card-subtitle {
  margin-bottom: 21px;
  color: #000000;
}
.cid-v3tSuVrmzq .card-text {
  margin-bottom: 40px;
  color: #8c8c95;
}
@media (max-width: 768px) {
  .cid-v3tSuVrmzq .shadow {
    margin-top: 30px;
  }
}
@media (max-width: 1010px) {
  .cid-v3tSuVrmzq .margin {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .cid-v3tSuVrmzq .button-align {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .cid-v3tSuVrmzq .shadow {
    margin: auto;
  }
  .cid-v3tSuVrmzq .right-side {
    max-width: initial;
    margin-bottom: 50px;
  }
}
.cid-v3tSuVrmzq .btn {
  margin-top: 20px;
}
.cid-v3tSuVrmzq a.btn > span {
  margin-left: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v3tSuVrmzq .card.home-about-host {
    padding: 52px 40px 54px;
  }
}
@media (max-width: 479px) {
  .cid-v3tSuVrmzq .card.home-about-host {
    padding: 43px 25px 45px;
  }
}
.cid-v3tSuVrmzq .mbr-text,
.cid-v3tSuVrmzq .button-align {
  color: #000000;
}
.cid-v3tSuVrmzq .card-text,
.cid-v3tSuVrmzq .mbr-social-likes {
  color: #000000;
}
.cid-v3tSuVukqi {
  background-image: url("../../../assets/images/photo-1677083969178-270d54394133.jpeg");
}
.cid-v3tSuVukqi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3tSuVukqi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3tSuVvPMc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3tSuVvPMc .right {
  display: flex;
  flex-direction: column;
}
.cid-v3tSuVvPMc .card-heading {
  padding-bottom: 32px;
  color: #000000;
}
.cid-v3tSuVvPMc .row {
  justify-content: center;
}
.cid-v3tSuVvPMc ul {
  padding-inline-start: 50px;
  margin-bottom: 0;
}
.cid-v3tSuVvPMc li {
  margin-bottom: 16px;
}
.cid-v3tSuVvPMc li:last-child {
  margin-bottom: 0;
}
.cid-v3tSuVvPMc a:hover,
.cid-v3tSuVvPMc a:focus {
  color: #3f69ff !important;
}
.cid-v3tSuVvPMc .list {
  color: #000000;
}
.cid-v3tSuVx3If {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-v3tSuVx3If .mbr-section-title {
  margin-bottom: 56px;
}
.cid-v3tSuVx3If .display-4 > .mbr-iconfont {
  font-size: 16px;
}
.cid-v3tSuVx3If .shadow {
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
  box-shadow: none !important;
}
.cid-v3tSuVx3If .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  height: 385px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-v3tSuVx3If .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-v3tSuVx3If .shadow:hover {
  transform: translate(0px, -6px);
}
.cid-v3tSuVx3If .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-v3tSuVx3If .shadow:hover .mbr-iconfont,
.cid-v3tSuVx3If .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-v3tSuVx3If .card-price {
  margin-bottom: 10px;
  color: #000000;
}
.cid-v3tSuVx3If .card-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-v3tSuVx3If .card-title span,
.cid-v3tSuVx3If .card-title .number {
  transition: 0.35s;
}
.cid-v3tSuVx3If .card-text {
  margin-bottom: 32px;
  color: #000000;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-v3tSuVx3If .card-wrapper {
    padding: 60px 30px 40px;
  }
}
@media (max-width: 574px) {
  .cid-v3tSuVx3If .card-wrapper {
    padding: 60px 30px 40px;
  }
}
.cid-v3tSuVx3If H3 {
  color: #14142b;
  text-align: center;
}
.cid-v3tSuVx3If img {
  width: auto;
  height: 70px;
}
.cid-v3tSuVx3If .card-wrapper {
  background-color: #b5e5bb;
  padding: 37px 32px 43px;
}
.cid-v3tSuVx3If .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-v3tSuVx3If .link-title {
  display: inline-block;
}
.cid-v3tSuVx3If .episode {
  color: #ffffff;
}
.cid-v3tSuVx3If .img-title {
  color: #ffffff;
}
.cid-v3tSuVx3If .margin {
  margin-right: 14px;
}
.cid-v3tSuVx3If .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-v3tSuVx3If .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-v3tSuVx3If .mbr-section-btn .btn {
  display: flex;
}
@media (max-width: 500px) {
  .cid-v3tSuVx3If .margin {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 550px) {
  .cid-v3tSuVx3If .card-wrapper {
    padding: 24px 25px 34px 25px;
  }
}
.cid-v3tSuVx3If span,
.cid-v3tSuVx3If .number {
  transition: 0.35s;
}
.cid-v3tSuVx3If .item.features-image {
  margin-top: 30px;
}
.cid-v3tSuVx3If .item.features-image:nth-child(1) {
  margin-top: 0px;
}
.cid-v3tSuVx3If .item.features-image:nth-child(2) {
  margin-top: 0px;
}
.cid-v3tSuVx3If .item.features-image:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-v3tSuVx3If .item.features-image:nth-child(3) {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .cid-v3tSuVx3If .item.features-image:nth-child(2) {
    margin-top: 30px;
  }
}
.cid-v3tSuVx3If .mbr-section-title,
.cid-v3tSuVx3If .button-align {
  color: #000000;
}
.cid-v3tSuVDo8x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3tSuVDo8x .card .card-header {
  background-color: #ffffff;
  margin-bottom: 0;
}
.cid-v3tSuVDo8x .panel-title {
  display: flex;
  align-items: center;
}
.cid-v3tSuVDo8x .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 3rem !important;
  color: #000000;
}
.cid-v3tSuVDo8x .panel-body,
.cid-v3tSuVDo8x .card-header {
  padding: 1rem 0;
}
.cid-v3tSuVDo8x .panel-body {
  display: flex;
  justify-content: flex-end;
}
.cid-v3tSuVDo8x .panel-title-edit {
  color: #000000;
  display: flex;
  align-items: center;
}
.cid-v3tSuVDo8x .panel-text {
  max-width: 466px;
  color: #000000;
}
.cid-v3tSuVDo8x .card-header {
  padding: 28px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
  border-radius: 24px;
}
.cid-v3tSuVDo8x .section-head {
  margin-bottom: 56px;
}
.cid-v3tSuVDo8x .card {
  margin-bottom: 32px;
}
.cid-v3tSuVDo8x H3 {
  color: #14142b;
}
@media (max-width: 768px) {
  .cid-v3tSuVDo8x .panel-text {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 1000px) {
  .cid-v3tSuVDo8x .panel-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-v3tSuVDo8x .mbr-section-title {
  color: #000000;
}
.cid-v3tSuVFLJA {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #fbf8fc;
}
.cid-v3tSuVFLJA .display-4 > .mbr-iconfont {
  font-size: 16px;
}
.cid-v3tSuVFLJA .mbr-section-title {
  margin-bottom: 56px;
}
.cid-v3tSuVFLJA .shadow {
  border-radius: 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
}
.cid-v3tSuVFLJA .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  height: 385px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-v3tSuVFLJA .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-v3tSuVFLJA .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-v3tSuVFLJA .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-v3tSuVFLJA .shadow:hover .mbr-iconfont,
.cid-v3tSuVFLJA .shadow:hover .number,
.cid-v3tSuVFLJA .shadow:hover .card-title {
  color: #b3a285 !important;
}
.cid-v3tSuVFLJA .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-v3tSuVFLJA .card-title {
  margin-bottom: 10px;
  transition: 0.35s;
  color: #000000;
}
.cid-v3tSuVFLJA span,
.cid-v3tSuVFLJA .number {
  transition: 0.35s;
}
.cid-v3tSuVFLJA .card-text {
  margin-bottom: 32px;
  color: #000000;
}
@media (max-width: 990px) {
  .cid-v3tSuVFLJA .card-wrapper {
    padding: 60px 30px 40px;
  }
}
@media (max-width: 574px) {
  .cid-v3tSuVFLJA .card-wrapper {
    padding: 60px 30px 40px;
  }
}
.cid-v3tSuVFLJA H3 {
  color: #14142b;
  text-align: center;
}
.cid-v3tSuVFLJA .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 37px 32px 43px;
  transform: translate(0px, 0px);
}
.cid-v3tSuVFLJA .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-v3tSuVFLJA .link-title {
  display: inline-block;
  color: #000000;
}
.cid-v3tSuVFLJA .episode {
  color: #ffffff;
}
.cid-v3tSuVFLJA .img-title {
  color: #ffffff;
}
.cid-v3tSuVFLJA .margin {
  margin-right: 14px;
}
.cid-v3tSuVFLJA .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-v3tSuVFLJA .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-v3tSuVFLJA .title-block {
  margin-bottom: 32px;
  align-items: center;
}
.cid-v3tSuVFLJA a.btn {
  display: inline-flex;
}
@media (max-width: 550px) {
  .cid-v3tSuVFLJA .title-block {
    flex-direction: column;
  }
  .cid-v3tSuVFLJA .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-v3tSuVFLJA .card-wrapper {
    padding: 24px 25px 34px 25px;
  }
}
.cid-v3tSuVFLJA .item.features-image {
  margin-top: 30px;
}
.cid-v3tSuVFLJA .item.features-image:nth-child(1) {
  margin-top: 0px;
}
.cid-v3tSuVFLJA .item.features-image:nth-child(2) {
  margin-top: 0px;
}
.cid-v3tSuVFLJA .item.features-image:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 768px) {
  .cid-v3tSuVFLJA .item.features-image:nth-child(2) {
    margin-top: 30px;
  }
}
@media (max-width: 992px) {
  .cid-v3tSuVFLJA .item.features-image:nth-child(3) {
    margin-top: 30px;
  }
}
.cid-v3tSuVFLJA .link-row {
  align-items: center;
}
.cid-v3tSuVFLJA .col-auto .card-button .btn {
  padding: 0;
  display: flex;
  flex-direction: row-reverse;
  border: none;
}
.cid-v3tSuVFLJA .col-auto .card-button .btn .mbr-iconfont {
  padding-left: 0;
  padding-right: 8px;
}
.cid-v3tSuVFLJA .col-auto .card-button .btn-primary,
.cid-v3tSuVFLJA .col-auto .card-button .btn-secondary,
.cid-v3tSuVFLJA .col-auto .card-button .btn-success,
.cid-v3tSuVFLJA .col-auto .card-button .btn-info,
.cid-v3tSuVFLJA .col-auto .card-button .btn-warning,
.cid-v3tSuVFLJA .col-auto .card-button .btn-danger,
.cid-v3tSuVFLJA .col-auto .card-button .btn-black,
.cid-v3tSuVFLJA .col-auto .card-button .btn-white {
  padding: 14px 18px;
}
.cid-v3tSuVFLJA .mbr-section-subtitle {
  color: #000000;
}
.cid-v3tSuVFLJA .number {
  color: #000000;
}
.cid-v3tSuVKUSZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3tSuVKUSZ .card-heading {
  padding-bottom: 32px;
  color: #000000;
}
.cid-v3tSuVKUSZ .p {
  padding-bottom: 26px;
  color: #000000;
}
.cid-v3tSuVKUSZ .p:last-child {
  padding-bottom: 0;
}
.cid-v3tSuVKUSZ .row {
  justify-content: center;
}
.cid-v3tSuVL0Kc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3tSuVL0Kc .mbr-section-title {
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #000000;
  display: inline-block;
}
.cid-v3tSuVL0Kc .mbr-text {
  color: #8c8c95;
  margin: 0 auto 26px;
  text-align: center;
  max-width: 739px;
}
.cid-v3tSuVL0Kc .button-align {
  text-align: center;
}
.cid-v3tSuVL0Kc .margin {
  margin-right: 14px;
}
.cid-v3tSuVL0Kc .mbr-section-btn {
  display: block;
}
@media (max-width: 440px) {
  .cid-v3tSuVL0Kc .margin {
    margin-right: 0px;
  }
}
.cid-v3tSuVL0Kc .btn {
  margin-top: 20px;
}
.cid-v3tSuVL0Kc a.btn > span {
  margin-left: 0.5rem;
}
.cid-v3tSuVL0Kc .mbr-text,
.cid-v3tSuVL0Kc .button-align {
  color: #000000;
}
.cid-v3tSuVMf2h {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a0c1e;
}
.cid-v3tSuVMf2h .item:focus,
.cid-v3tSuVMf2h span:focus {
  outline: none;
}
.cid-v3tSuVMf2h .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v3tSuVMf2h .item {
  color: #ffffff;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-v3tSuVMf2h .item {
    min-height: 45px;
  }
}
.cid-v3tSuVO19i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3tSuVO19i .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v3tSuVO19i .title-block {
  justify-content: space-between;
  margin: auto;
  margin-bottom: 58px;
  align-items: center;
  max-width: 571px;
}
.cid-v3tSuVO19i .card-title {
  color: #4c4c4c;
  text-align: left;
  margin-bottom: 16px;
}
.cid-v3tSuVO19i H3 {
  color: #1d1d1f;
}
.cid-v3tSuVO19i .card-subtitle {
  text-align: left;
}
.cid-v3tSuVO19i .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-v3tSuVO19i .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-v3tSuVO19i .card-title,
.cid-v3tSuVO19i .iconfont-wrapper {
  text-align: center;
  color: #14142b;
}
.cid-v3tSuVO19i .mbr-section-title {
  text-align: center;
  margin-bottom: 24px;
  color: #000000;
}
.cid-v3tSuVO19i .card-text {
  color: #8c8c95;
}
.cid-v3tSuVO19i .year-title {
  text-align: center;
  color: #000000;
  margin-bottom: 20px;
  position: relative;
}
.cid-v3tSuVO19i .year-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v3tSuVO19i .line {
  width: 20px;
  background-color: #000000;
  height: 2px;
  margin-top: -20px;
}
.cid-v3tSuVO19i .accent {
  width: 25px;
  min-height: 25px;
  min-width: 25px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  border-radius: 1000px;
}
.cid-v3tSuVO19i .accent1 {
  background-color: #d3b5e5;
}
.cid-v3tSuVO19i .accent2 {
  background-color: #b5e5bb;
}
.cid-v3tSuVO19i .accent3 {
  background-color: #e5d3b5;
}
.cid-v3tSuVO19i .accent4 {
  background-color: #d3b5e5;
}
.cid-v3tSuVO19i .accent5 {
  background-color: #b5e5bb;
}
.cid-v3tSuVO19i .timeline {
  align-items: center;
}
.cid-v3tSuVO19i .year-title:before {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: none;
  margin: 11px 40px 0px 0px;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  position: absolute;
  left: -40px;
  top: 15px;
}
.cid-v3tSuVO19i .year-title.year1:before {
  background-color: #d3b5e5;
}
.cid-v3tSuVO19i .year-title.year2:before {
  background-color: #b5e5bb;
}
.cid-v3tSuVO19i .year-title.year3:before {
  background-color: #e5d3b5;
}
.cid-v3tSuVO19i .year-title.year4:before {
  background-color: #d3b5e5;
}
.cid-v3tSuVO19i .year-title.year5:before {
  background-color: #b5e5bb;
}
.cid-v3tSuVO19i .timeline-year-accent {
  width: 25px;
  min-height: 25px;
}
@media (max-width: 1120px) {
  .cid-v3tSuVO19i .main {
    display: flex;
    justify-content: space-between;
    max-width: 849px;
  }
  .cid-v3tSuVO19i .timeline.row {
    flex-direction: column;
    position: relative;
    max-width: 307px;
  }
  .cid-v3tSuVO19i .year {
    flex-direction: row;
  }
  .cid-v3tSuVO19i .year-title {
    text-align: left;
    margin-bottom: 4px;
  }
  .cid-v3tSuVO19i .year-title:before {
    display: block;
  }
  .cid-v3tSuVO19i .accent {
    display: none;
  }
  .cid-v3tSuVO19i .row.title-block {
    margin: initial;
    max-width: 407px;
    align-items: flex-start;
  }
  .cid-v3tSuVO19i .line {
    display: none;
  }
  .cid-v3tSuVO19i .line1 {
    display: block;
    height: 100%;
    width: 2px;
    background-color: #e2e3e9;
    margin-top: -20px;
    margin-left: -15px;
    padding: 0 !important;
    position: absolute;
    left: 0;
  }
  .cid-v3tSuVO19i .year-subtitle {
    margin-bottom: 60px;
    text-align: left;
  }
  .cid-v3tSuVO19i .row.title-block > .col-12 {
    padding: 0 !important;
  }
}
.cid-v3tSuVO19i .no-padd {
  margin-bottom: 0px !important;
}
@media (max-width: 750px) {
  .cid-v3tSuVO19i .main {
    flex-direction: column;
  }
  .cid-v3tSuVO19i .row.title-block,
  .cid-v3tSuVO19i .timeline {
    margin: auto;
  }
  .cid-v3tSuVO19i .row.title-block {
    padding-bottom: 40px;
    width: 90%;
  }
  .cid-v3tSuVO19i .button-align {
    margin-top: 16px;
  }
}
.cid-v3tSuVO19i .btn {
  margin-top: 20px;
}
.cid-v3tSuVO19i a.btn > span {
  margin-left: 0.5rem;
}
.cid-v3tSuVUBxj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3tSuVUBxj .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-v3tSuVUBxj .mbr-section-title {
  text-align: center;
  color: #000000;
  padding-bottom: 24px;
  max-width: 752px;
  margin: auto;
}
.cid-v3tSuVUBxj .row {
  align-items: center;
  height: 100%;
}
.cid-v3tSuVUBxj .wrapper {
  margin: auto;
}
.cid-v3tSuVVm6Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3tSuVVm6Y .row {
  align-items: center;
  justify-content: space-between;
}
.cid-v3tSuVVm6Y .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #000000;
}
.cid-v3tSuVVm6Y .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-v3tSuVVm6Y .mbr-text {
  color: #8c8c95;
  margin-bottom: 36px;
}
.cid-v3tSuVVm6Y .right-side {
  max-width: 554px;
}
.cid-v3tSuVVm6Y .rs {
  margin-right: 60px;
}
.cid-v3tSuVVm6Y .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-v3tSuVVm6Y .margin {
  margin-right: 14px;
}
.cid-v3tSuVVm6Y .gray {
  padding: 45px 0;
  background-color: #fbf8fc;
}
.cid-v3tSuVVm6Y img {
  position: relative;
  right: 40px;
}
@media (max-width: 767px) {
  .cid-v3tSuVVm6Y .gray {
    padding: 0px 0 5px;
  }
  .cid-v3tSuVVm6Y img {
    right: initial;
    width: 90%;
    margin: auto;
    top: -35px;
  }
  .cid-v3tSuVVm6Y .col-md-5 {
    padding-top: 90px;
  }
}
@media (max-width: 430px) {
  .cid-v3tSuVVm6Y .b {
    margin-bottom: 10px;
  }
}
.cid-v3tSuVVm6Y .btn {
  margin-top: 20px;
}
.cid-v3tSuVVm6Y a.btn > span {
  margin-left: 0.5rem;
}
.cid-v3tSuVVm6Y .mbr-text,
.cid-v3tSuVVm6Y .button-align {
  color: #000000;
}
.cid-v3tSuVXJg7 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-v3tSuVXJg7 .shadow {
  margin: auto;
  max-width: 713px;
  padding: 60px 50px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-radius: 24px;
  border-color: transparent;
  background-color: #ffffff;
}
.cid-v3tSuVXJg7 .card-subtitle {
  color: #000000;
  padding: 16px 25px;
  border-radius: 1000px;
  background-color: #fbf8fc;
  display: inline-block;
}
.cid-v3tSuVXJg7 .card-text {
  color: #8c8c95;
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 470px) {
  .cid-v3tSuVXJg7 .shadow {
    padding: 40px;
  }
}
.cid-v3tSuVXJg7 .card-text,
.cid-v3tSuVXJg7 .align {
  color: #000000;
}
.cid-v3tSuVYXHC {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-v3tSuVYXHC .display-4 > .mbr-iconfont {
  font-size: 16px;
}
.cid-v3tSuVYXHC .shadow {
  border-color: #eff0f6;
  border-radius: 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
  display: flex;
  flex-direction: row;
  padding: 52px 52px 52px 40px;
  background-color: #ffffff;
}
.cid-v3tSuVYXHC .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-v3tSuVYXHC .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  width: 311px;
  height: 311px;
  border-radius: 30px;
  transform: translate(0px, 0px);
}
.cid-v3tSuVYXHC .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-v3tSuVYXHC .shadow:hover .card-title {
  color: #85b38b !important;
}
.cid-v3tSuVYXHC .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-v3tSuVYXHC .card-title {
  margin-bottom: 16px;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
  color: #000000;
}
.cid-v3tSuVYXHC .card-text {
  margin-bottom: 42px;
  color: #000000;
}
.cid-v3tSuVYXHC H3 {
  color: #14142b;
  text-align: center;
}
.cid-v3tSuVYXHC .mbr-iconfont {
  transition: 0.3s;
  margin-left: 0;
}
.cid-v3tSuVYXHC .link-title {
  display: inline-block;
}
.cid-v3tSuVYXHC .button-color {
  padding: 14px 18px !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #fbf8fc;
  margin-bottom: 32px;
  color: #000000;
}
.cid-v3tSuVYXHC .position {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.cid-v3tSuVYXHC .link-row,
.cid-v3tSuVYXHC .title-block {
  align-items: center;
}
.cid-v3tSuVYXHC .link2 {
  display: inline;
}
.cid-v3tSuVYXHC .socicon-bg-youtube {
  background-color: #d3b5e5;
  color: #000000;
}
.cid-v3tSuVYXHC .socicon-bg-facebook {
  background-color: #b5e5bb;
  color: #000000 !important;
}
.cid-v3tSuVYXHC .socicon-bg-twitter {
  background-color: #e5d3b5;
  color: #000000 !important;
}
.cid-v3tSuVYXHC .socicon-bg-pinterest {
  background-color: #d3b5e5;
  color: #000000 !important;
}
.cid-v3tSuVYXHC .socicon-bg-mail {
  background-color: #b5e5bb;
  color: #000000 !important;
}
.cid-v3tSuVYXHC .btn-social {
  font-size: 14px;
  border-radius: 50%;
  width: 30px;
  height: 30px !important;
  line-height: 30px;
  margin: 0 0px 0 10px !important;
  padding: 0;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #b5e5bb;
  cursor: pointer;
}
.cid-v3tSuVYXHC .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
}
.cid-v3tSuVYXHC .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-v3tSuVYXHC .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v3tSuVYXHC .bottom {
    display: block;
  }
}
.cid-v3tSuVYXHC .right {
  margin-left: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v3tSuVYXHC .mbr-social-likes {
  display: flex;
  align-items: center;
}
.cid-v3tSuVYXHC .link1 {
  margin-right: 5px;
  color: #8c8c95;
}
.cid-v3tSuVYXHC .al {
  align-items: center;
}
@media (max-width: 765px) {
  .cid-v3tSuVYXHC .row.al {
    display: flex;
    flex-direction: column;
  }
  .cid-v3tSuVYXHC .right {
    margin-left: 0;
  }
  .cid-v3tSuVYXHC .wrap-img {
    margin-bottom: 30px;
    height: 640px;
    width: 640px;
  }
}
@media (max-width: 760px) {
  .cid-v3tSuVYXHC .wrap-img {
    height: 540px;
    width: 540px;
  }
  .cid-v3tSuVYXHC .bottom {
    display: flex;
    flex-direction: column;
  }
  .cid-v3tSuVYXHC .mbr-social-likes {
    margin-top: 10px;
  }
}
@media (max-width: 665px) {
  .cid-v3tSuVYXHC .wrap-img {
    height: 340px;
    width: 340px;
  }
}
@media (max-width: 460px) {
  .cid-v3tSuVYXHC .wrap-img {
    height: 240px;
    width: 240px;
  }
  .cid-v3tSuVYXHC .shadow {
    padding: 32px;
  }
  .cid-v3tSuVYXHC .mbr-social-likes {
    display: flex;
  }
}
@media (max-width: 390px) {
  .cid-v3tSuVYXHC .wrap-img {
    height: 240px;
    width: 240px;
  }
  .cid-v3tSuVYXHC .shadow {
    padding: 32px;
  }
}
@media (max-width: 550px) {
  .cid-v3tSuVYXHC .shadow {
    padding: 24px 25px 34px 25px;
  }
}
.cid-v3tSuVYXHC .card-title,
.cid-v3tSuVYXHC span {
  transition: 0.35s;
}
@media (max-width: 992px) {
  .cid-v3tSuVYXHC .card-button {
    margin-bottom: 16px;
  }
}
.cid-v3tSuVYXHC .card-button .btn {
  padding: 0;
  display: inline-flex;
  flex-direction: row-reverse;
  border: none;
}
.cid-v3tSuVYXHC .card-button .btn .mbr-iconfont {
  padding-left: 0;
  padding-right: 8px;
}
.cid-v3tSuVYXHC .card-button .btn-primary,
.cid-v3tSuVYXHC .card-button .btn-secondary,
.cid-v3tSuVYXHC .card-button .btn-success,
.cid-v3tSuVYXHC .card-button .btn-info,
.cid-v3tSuVYXHC .card-button .btn-warning,
.cid-v3tSuVYXHC .card-button .btn-danger,
.cid-v3tSuVYXHC .card-button .btn-black,
.cid-v3tSuVYXHC .card-button .btn-white {
  padding: 14px 18px;
}
.cid-v3tSuVYXHC .item {
  margin-bottom: 32px;
}
.cid-v3tSuW54dR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbf8fc;
}
.cid-v3tSuW54dR .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  margin: auto;
}
.cid-v3tSuW54dR .mbr-section-title {
  text-align: center;
  color: #000000;
  padding-bottom: 24px;
  margin: auto;
}
.cid-v3tSuW54dR .row {
  align-items: center;
  height: 100%;
}
.cid-v3tSuW54dR .wrapper {
  margin: auto;
}
.cid-v3tSuW5sCm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-v3tSuW5sCm .plan {
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  border: 1px solid #000000;
  overflow: visible;
  word-break: break-word;
  padding: 67px 30px 58px;
}
.cid-v3tSuW5sCm .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
@media (max-width: 991px) {
  .cid-v3tSuW5sCm .align-center {
    margin-top: 2rem;
  }
  .cid-v3tSuW5sCm .align-center:first-child {
    margin-top: 0rem;
  }
  .cid-v3tSuW5sCm .align-center:nth-child(2) {
    margin-top: 0rem;
  }
}
.cid-v3tSuW5sCm .line {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-bottom: 41px;
}
.cid-v3tSuW5sCm .list {
  text-align: left;
  margin-bottom: 54px;
}
.cid-v3tSuW5sCm .list2 {
  text-align: left;
  margin-bottom: 54px;
  color: #14142b;
}
.cid-v3tSuW5sCm .category {
  text-align: left;
  margin-bottom: 24px;
  color: #000000;
}
.cid-v3tSuW5sCm .link {
  text-align: left;
}
.cid-v3tSuW5sCm li {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
}
.cid-v3tSuW5sCm li:last-child {
  margin-bottom: 0;
}
.cid-v3tSuW5sCm ul {
  padding-inline-start: 0px;
}
.cid-v3tSuW5sCm .card1 {
  background-color: #ffffff;
}
.cid-v3tSuW5sCm .card2 {
  background-color: #b5e5bb;
}
.cid-v3tSuW5sCm .card3 {
  background-color: #ffffff;
}
@media (min-width: 990px) and (max-width: 1160px) {
  .cid-v3tSuW5sCm .plan {
    padding: 47px;
  }
}
.cid-v3tSuW5sCm a.btn {
  width: 100% !important;
  margin: auto;
}
.cid-v3tSuW5sCm .card {
  border: 1px solid #eff0f6;
}
.cid-v3tSuW5sCm .text {
  margin-bottom: 34px;
  text-align: left;
  color: #000000;
}
.cid-v3tSuW5sCm .text2 {
  margin-bottom: 34px;
  text-align: left;
  color: #000000;
}
.cid-v3tSuW5sCm .align {
  margin-bottom: 16px;
}
.cid-v3tSuW5sCm .name {
  margin-bottom: 9px;
}
.cid-v3tSuW5sCm .name2 {
  margin-bottom: 9px;
}
.cid-v3tSuW5sCm .price,
.cid-v3tSuW5sCm .month {
  display: inline !important;
}
.cid-v3tSuW5sCm .price2,
.cid-v3tSuW5sCm .month2 {
  display: inline !important;
}
.cid-v3tSuW5sCm .mbr-text {
  display: inline;
  width: 100%;
}
.cid-v3tSuW5sCm .month {
  width: auto;
  display: inline;
  color: #8c8c95;
}
.cid-v3tSuW5sCm .month2 {
  width: auto;
  display: inline;
  color: #14142b;
}
.cid-v3tSuW5sCm .mbr-iconfont {
  padding: 6px;
  background-color: #e5d3b5;
  color: #000000;
  font-size: 0.6rem;
  border-radius: 50%;
  margin-right: 6px;
}
.cid-v3tSuW5sCm .name,
.cid-v3tSuW5sCm .align {
  text-align: left;
  color: #000000;
}
.cid-v3tSuW5sCm .name2,
.cid-v3tSuW5sCm .align {
  text-align: left;
  color: #000000;
}
.cid-v3tSuW5sCm .price2 {
  text-align: left;
  color: #000000;
}
.cid-v3tSuW5sCm .category2 {
  margin-bottom: 24px;
  text-align: left;
  color: #000000;
}
.cid-v3tSuW5sCm .mbr-section-title {
  text-align: center;
  margin-bottom: 24px;
  color: #000000;
}
.cid-v3tSuW5sCm .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v3tSuW5sCm .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  padding-bottom: 56px;
  max-width: 715px;
  margin: auto;
}
.cid-v3tSuW5sCm .card1:hover,
.cid-v3tSuW5sCm .card2:hover,
.cid-v3tSuW5sCm .card3:hover {
  transform: translate(0px, -6px);
}
@media (max-width: 576px) {
  .cid-v3tSuW5sCm .plan {
    padding: 57px 20px 51px;
  }
}
@media (max-width: 768px) {
  .cid-v3tSuW5sCm .align-center:nth-child(2) {
    margin-top: 2rem;
  }
}
.cid-v3tSuW5sCm a.btn > span {
  margin-left: 0.5rem;
  background-color: transparent;
}
.cid-v3tSuW5sCm .price {
  color: #000000;
}
.cid-v3tSuW5sCm .list,
.cid-v3tSuW5sCm .link {
  color: #000000;
}
.cid-v3tSuW5sCm .list2,
.cid-v3tSuW5sCm .link {
  color: #000000;
}
.cid-v3tSuWb9Eh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3tSuWb9Eh .mbr-section-title {
  margin-bottom: 24px;
  color: #000000;
  text-align: center;
}
.cid-v3tSuWb9Eh .link-title {
  width: 100%;
  display: inline-block;
}
.cid-v3tSuWb9Eh .shadow {
  border-radius: 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
}
.cid-v3tSuWb9Eh .item-wrapper {
  position: relative;
}
.cid-v3tSuWb9Eh .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px;
  height: 284px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
  margin-bottom: 48px;
}
.cid-v3tSuWb9Eh .col-12.col-sm-6.col-lg-3:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-v3tSuWb9Eh .col-12.col-sm-6.col-lg-3:hover .mbr-iconfont,
.cid-v3tSuWb9Eh .col-12.col-sm-6.col-lg-3:hover .number,
.cid-v3tSuWb9Eh .col-12.col-sm-6.col-lg-3:hover .card-title {
  color: #85b38b !important;
}
.cid-v3tSuWb9Eh .col-12.col-sm-6.col-lg-3:hover .inner {
  transform: scale(1.1);
}
.cid-v3tSuWb9Eh .card-title {
  transition: 0.35s;
  margin-bottom: 12px;
  color: #000000;
}
.cid-v3tSuWb9Eh .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
  border-radius: 30px;
}
.cid-v3tSuWb9Eh .card-text {
  margin-bottom: 33px;
  color: #8c8c95;
}
@media (min-width: 970px) and (max-width: 1100px) {
  .cid-v3tSuWb9Eh .card-wrapper {
    margin: 10px;
  }
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-v3tSuWb9Eh .col-12:nth-child(3) {
    padding-top: 50px;
  }
  .cid-v3tSuWb9Eh .col-12:nth-child(4) {
    padding-top: 50px;
  }
  .cid-v3tSuWb9Eh .card-wrapper {
    margin: 20px;
    padding: 60px 30px 40px;
  }
}
@media (max-width: 574px) {
  .cid-v3tSuWb9Eh .col-12 {
    padding-top: 50px;
  }
  .cid-v3tSuWb9Eh .col-12:first-child {
    padding-top: 0px;
  }
  .cid-v3tSuWb9Eh .wrap-img {
    margin-bottom: 30px;
  }
  .cid-v3tSuWb9Eh .card-wrapper {
    margin: 10px;
    padding: 60px 30px 40px;
  }
}
.cid-v3tSuWb9Eh .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 37px 32px 43px;
}
.cid-v3tSuWb9Eh .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-v3tSuWb9Eh .episode {
  color: #ffffff;
}
.cid-v3tSuWb9Eh .img-title {
  color: #ffffff;
}
.cid-v3tSuWb9Eh .margin {
  margin-right: 14px;
}
.cid-v3tSuWb9Eh .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-v3tSuWb9Eh .mbr-section-btn {
  width: auto;
  display: inline;
  text-align: left;
}
.cid-v3tSuWb9Eh .title-block {
  padding-bottom: 30px;
  max-width: 493px;
  margin: auto;
}
.cid-v3tSuWb9Eh .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v3tSuWb9Eh .display-4 > .mbr-iconfont {
  font-size: 16px;
}
.cid-v3tSuWb9Eh .card-button .btn {
  padding: 0;
  display: inline-flex;
  flex-direction: row-reverse;
  border: none;
}
.cid-v3tSuWb9Eh .card-button .btn .mbr-iconfont {
  padding-left: 0;
  padding-right: 8px;
}
.cid-v3tSuWb9Eh .card-button .btn-primary,
.cid-v3tSuWb9Eh .card-button .btn-secondary,
.cid-v3tSuWb9Eh .card-button .btn-success,
.cid-v3tSuWb9Eh .card-button .btn-info,
.cid-v3tSuWb9Eh .card-button .btn-warning,
.cid-v3tSuWb9Eh .card-button .btn-danger,
.cid-v3tSuWb9Eh .card-button .btn-black,
.cid-v3tSuWb9Eh .card-button .btn-white {
  padding: 14px 18px;
}
.cid-v3tSuWb9Eh .card-text,
.cid-v3tSuWb9Eh .link-title {
  color: #000000;
}
.cid-v3tSuWiSTl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3tSuWiSTl img {
  width: 100%;
  display: inline-block;
  padding: 0;
  max-width: 200px;
}
.cid-v3tSuWiSTl .mbr-section-subtitle {
  margin-right: 30px;
  color: #000000;
}
.cid-v3tSuWiSTl .brand {
  display: flex;
  transition: color 300ms ease;
  transition-property: transform, -webkit-transform;
  justify-content: center;
}
.cid-v3tSuWiSTl .brand:hover {
  transform: translate(0px, -4px);
}
.cid-v3tSuWiSTl .brand-row {
  justify-content: space-between;
  align-items: center;
}
.cid-v3tSuWiSTl .row-main {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 460px) {
  .cid-v3tSuWiSTl .row-main {
    flex-direction: column;
  }
  .cid-v3tSuWiSTl .col-auto {
    margin-bottom: 10px;
  }
  .cid-v3tSuWiSTl .mbr-section-subtitle {
    margin-right: 0;
  }
}
.cid-v3tSuWkvVE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a0c1e;
}
.cid-v3tSuWkvVE img {
  width: auto;
  height: 48px;
  display: inline-block;
  padding: 0;
  margin: auto;
  filter: invert(1);
}
.cid-v3tSuWkvVE .mbr-section-subtitle {
  margin-right: 30px;
  color: #FFFFFF;
}
.cid-v3tSuWkvVE .brand {
  display: flex;
  transition: color 300ms ease;
  transition-property: transform, -webkit-transform;
  border: 1px solid #ffffff;
  padding: 10px 35px;
  border-radius: 80px;
  width: 100%;
  justify-content: center;
}
.cid-v3tSuWkvVE .brand:hover {
  transform: translate(0px, -4px);
  border: 1px solid #85b38b;
}
.cid-v3tSuWkvVE .brand-row {
  justify-content: space-between;
  align-items: center;
}
.cid-v3tSuWkvVE .row-main {
  align-items: center;
  justify-content: space-between;
}
.cid-v3tSuWkvVE .c {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-v3tSuWkvVE .t {
    margin-top: 20px;
  }
}
@media (max-width: 576px) {
  .cid-v3tSuWkvVE .t1 {
    margin-top: 20px;
  }
}
@media (max-width: 460px) {
  .cid-v3tSuWkvVE .row-main {
    flex-direction: column;
  }
  .cid-v3tSuWkvVE .col-auto {
    margin-bottom: 20px;
  }
  .cid-v3tSuWkvVE .mbr-section-subtitle {
    margin-right: 0;
  }
}
.cid-v3tSuWlVBR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3tSuWlVBR .mbr-section-title {
  width: 100%;
  text-align: center;
  margin-bottom: 16px;
  line-height: 1.171em;
  color: #000000;
}
.cid-v3tSuWlVBR .mbr-text {
  color: #8c8c95;
  margin-bottom: 20px;
  text-align: center;
}
.cid-v3tSuWlVBR .button-align {
  text-align: center;
}
.cid-v3tSuWlVBR .margin {
  margin-right: 14px;
}
.cid-v3tSuWlVBR .mbr-section-btn {
  display: inline-block;
}
.cid-v3tSuWlVBR .container {
  max-width: 493px;
}
.cid-v3tSuWlVBR .btn {
  margin-top: 20px;
}
.cid-v3tSuWlVBR a.btn > span {
  margin-left: 0.5rem;
}
.cid-v3tSuWlVBR .mbr-text,
.cid-v3tSuWlVBR .button-align {
  color: #000000;
}
.cid-v3tSuWnW2N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3tSuWnW2N a.btn > span {
  margin-left: 0.5rem;
}
.cid-v3tSuWnW2N .row {
  align-items: center;
  justify-content: space-between;
}
.cid-v3tSuWnW2N .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #000000;
}
.cid-v3tSuWnW2N .mbr-section-subtitle {
  color: #14142b;
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
}
.cid-v3tSuWnW2N .mbr-text {
  color: #5f5d68;
  margin-bottom: 56px;
}
.cid-v3tSuWnW2N .right-side {
  max-width: 554px;
}
.cid-v3tSuWnW2N .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-v3tSuWnW2N .margin {
  margin-right: 14px;
}
.cid-v3tSuWnW2N .shadow {
  padding: 62px 56px 64px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  max-width: 690px;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-radius: 24px;
  border-color: transparent;
  background-color: #ffffff;
}
.cid-v3tSuWnW2N img {
  max-width: 186px;
  height: auto;
  border-radius: 50%;
  margin-bottom: 17px;
}
.cid-v3tSuWnW2N .card-title {
  margin-bottom: 4px;
  color: #14142b;
}
.cid-v3tSuWnW2N .card-subtitle {
  margin-bottom: 21px;
  color: #8c8c95;
}
.cid-v3tSuWnW2N .card-text {
  margin-bottom: 40px;
  color: #8c8c95;
}
.cid-v3tSuWnW2N .mbr-social-likes.big .btn-social {
  font-size: 20px;
  border-radius: 25%;
  width: 37px;
  height: 37px;
  line-height: 44px;
  margin: 0 10px 0 0 !important;
  padding: 0;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #b5e5bb;
  cursor: pointer;
}
.cid-v3tSuWnW2N .mbr-social-likes.big .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
}
.cid-v3tSuWnW2N .mbr-social-likes.big .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-v3tSuWnW2N .r {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.cid-v3tSuWnW2N .mbr-social-likes.small {
  display: flex;
}
.cid-v3tSuWnW2N .mbr-social-likes.big {
  display: block;
}
.cid-v3tSuWnW2N .form-control,
.cid-v3tSuWnW2N form .btn {
  min-height: initial;
}
.cid-v3tSuWnW2N a.btn,
.cid-v3tSuWnW2N button {
  padding: 24px 40px;
  border-radius: 80px;
}
.cid-v3tSuWnW2N input {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #000000 !important;
  border-radius: 100px;
  background-color: #ffffff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 64px;
  margin-bottom: 40px;
  padding: 8px 26px;
}
.cid-v3tSuWnW2N textarea {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #000000 !important;
  border-radius: 14px;
  background-color: #ffffff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 132px;
  margin-bottom: 40px;
  padding: 20px 26px;
}
.cid-v3tSuWnW2N input:hover {
  border-color: #14142b !important;
}
.cid-v3tSuWnW2N textarea:hover {
  border-color: #14142b !important;
}
.cid-v3tSuWnW2N input:focus {
  border-color: #14142b !important;
}
.cid-v3tSuWnW2N textarea:focus {
  border-color: #14142b !important;
}
.cid-v3tSuWnW2N .form-group {
  margin-bottom: 0;
}
.cid-v3tSuWnW2N .listen {
  margin-bottom: 24px;
}
.cid-v3tSuWnW2N .phone {
  color: #14142b;
  margin-bottom: 44px;
}
.cid-v3tSuWnW2N .email {
  color: #14142b;
  margin-bottom: 21px;
  text-align: left;
}
.cid-v3tSuWnW2N .listen,
.cid-v3tSuWnW2N .big {
  text-align: left;
  color: #8c8c95;
}
.cid-v3tSuWnW2N .mbr-text,
.cid-v3tSuWnW2N .button-align {
  color: #000000;
}
.cid-v3tSuWnW2N .email span {
  padding: 7px;
  background-color: #14142b;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
}
.cid-v3tSuWnW2N .phone span {
  padding: 7px;
  background-color: #14142b;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
}
.cid-v3tSuWnW2N select.form-control:hover {
  border-color: #14142b;
}
.cid-v3tSuWnW2N select.form-control {
  border: none !important;
  box-shadow: none !important;
  padding: 0;
  color: #8c8c95;
  transition: border-color 300ms ease;
  min-height: 64px;
  padding-right: 26px;
  padding-left: 26px;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #000000 !important;
  border-radius: 100px;
  background-color: #ffffff;
  -webkit-transition: border-color 300ms ease;
  display: flex;
}
.cid-v3tSuWnW2N .form-check > input {
  height: 1em;
  width: 1em;
  padding: 0;
  float: initial;
  margin-bottom: 0;
}
@media (max-width: 770px) {
  .cid-v3tSuWnW2N .shadow {
    width: 100%;
    margin-top: 60px;
    max-width: initial;
  }
  .cid-v3tSuWnW2N .left-side,
  .cid-v3tSuWnW2N .right-side {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 992px) {
  .cid-v3tSuWnW2N .right-side {
    max-width: initial;
    margin-bottom: 50px;
  }
  .cid-v3tSuWnW2N .shadow {
    margin: auto;
  }
}
@media (max-width: 600px) {
  .cid-v3tSuWnW2N .shadow {
    padding: 25px;
  }
  .cid-v3tSuWnW2N input {
    margin-bottom: 20px;
  }
}
@media (max-width: 550px) {
  .cid-v3tSuWnW2N .r {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
  .cid-v3tSuWnW2N .mbr-social-likes.small {
    margin-top: 20px;
  }
}
.cid-v3tSuWnW2N .big > .socicon-bg-youtube {
  background-color: #d3b5e5;
  color: #000000;
}
.cid-v3tSuWnW2N .big > .socicon-bg-facebook {
  background-color: #b5e5bb;
  color: #000000;
}
.cid-v3tSuWnW2N .big > .socicon-bg-twitter {
  background-color: #e5d3b5;
  color: #000000;
}
.cid-v3tSuWnW2N .big > .socicon-bg-pinterest {
  background-color: #d3b5e5;
  color: #000000;
}
.cid-v3tSuWnW2N .big > .socicon-bg-mail {
  background-color: #b5e5bb;
  color: #000000;
}
.cid-v3tSuWnW2N .mbr-iconfont {
  margin-right: 8px;
}
.cid-v3tSuWnW2N .listen,
.cid-v3tSuWnW2N .mbr-social-likes {
  color: #000000;
}
.cid-v3tSuWsWAK {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-v3tSuWsWAK .shadow {
  margin: auto;
  max-width: 713px;
  padding: 60px 50px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-radius: 24px;
  border-color: transparent;
  background-color: #ffffff;
}
.cid-v3tSuWsWAK .card-subtitle {
  color: #14142b;
  padding: 16px 25px;
  border-radius: 1000px;
  background-color: #fbf8fc;
  display: inline-block;
  margin-bottom: 32px;
  text-align: center;
}
.cid-v3tSuWsWAK ul {
  padding-inline-start: 50px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-position: inside;
}
.cid-v3tSuWsWAK li {
  margin-bottom: 16px;
}
.cid-v3tSuWsWAK li:last-child {
  margin-bottom: 0;
}
@media (max-width: 470px) {
  .cid-v3tSuWsWAK .shadow {
    padding: 40px;
  }
}
.cid-v3tSuWsWAK .list {
  color: #000000;
  text-align: left;
}
.cid-v3tSuWsWAK .card-subtitle,
.cid-v3tSuWsWAK .align {
  text-align: left;
  color: #000000;
}
.cid-v3tSuWtnFX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fbf8fc;
}
.cid-v3tSuWtnFX .mbr-text {
  color: #000000;
}
.cid-v3tSuWtnFX .line {
  height: 1px;
  width: 100%;
  background-color: #000000;
  margin-bottom: 32px;
}
