.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ec5624 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ec5624 !important;
  border-color: #ec5624 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ab360f !important;
  border-color: #ab360f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ab360f !important;
  border-color: #ab360f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ec5624;
  color: #ec5624;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ab360f !important;
  background-color: transparent!important;
  border-color: #ab360f !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ec5624 !important;
  border-color: #ec5624 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ec5624 !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #9c310e !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ec5624;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ec5624;
  border-color: #ec5624;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ec5624;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fce7e0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ec5624 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #ec5624;
}
/* 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: #ec5624;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ec5624;
}
.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: #ec5624;
  border-bottom-color: #ec5624;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #ec5624 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #000000 !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='%23ec5624' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-ubqJCVtjhY .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-ubqJCVtjhY .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ubqJCVtjhY a {
  font-style: normal;
}
.cid-ubqJCVtjhY .show {
  overflow: visible;
}
.cid-ubqJCVtjhY .dropdown-menu {
  max-height: 400px;
}
.cid-ubqJCVtjhY .dropdown-item:active {
  background-color: transparent;
}
.cid-ubqJCVtjhY .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ubqJCVtjhY .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-ubqJCVtjhY .nav-item:focus,
.cid-ubqJCVtjhY .nav-link:focus {
  outline: none;
}
.cid-ubqJCVtjhY .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ubqJCVtjhY .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ubqJCVtjhY .menu-logo {
  margin-right: auto;
}
.cid-ubqJCVtjhY .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ubqJCVtjhY .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-ubqJCVtjhY .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ubqJCVtjhY .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ubqJCVtjhY .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: 250px !important;
  height: auto !important;
}
.cid-ubqJCVtjhY .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ubqJCVtjhY .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ubqJCVtjhY .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-ubqJCVtjhY .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ubqJCVtjhY .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubqJCVtjhY .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ubqJCVtjhY .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-ubqJCVtjhY .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ubqJCVtjhY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ubqJCVtjhY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubqJCVtjhY .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ubqJCVtjhY .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubqJCVtjhY .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ubqJCVtjhY .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-ubqJCVtjhY .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ubqJCVtjhY .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ubqJCVtjhY .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ubqJCVtjhY .navbar.navbar-short .navbar-logo a img {
  width: 190px !important;
  height: auto !important;
}
.cid-ubqJCVtjhY .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ubqJCVtjhY button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ubqJCVtjhY button.navbar-toggler:focus {
  outline: none;
}
.cid-ubqJCVtjhY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36404c;
}
.cid-ubqJCVtjhY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ubqJCVtjhY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubqJCVtjhY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubqJCVtjhY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubqJCVtjhY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubqJCVtjhY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ubqJCVtjhY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ubqJCVtjhY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubqJCVtjhY .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubqJCVtjhY .collapsed .btn {
  display: -webkit-flex;
}
.cid-ubqJCVtjhY .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ubqJCVtjhY .collapsed .navbar-collapse.collapsing,
.cid-ubqJCVtjhY .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-ubqJCVtjhY .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ubqJCVtjhY .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ubqJCVtjhY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ubqJCVtjhY .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ubqJCVtjhY .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ubqJCVtjhY .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ubqJCVtjhY .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ubqJCVtjhY .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ubqJCVtjhY .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-ubqJCVtjhY .collapsed button.navbar-toggler {
  display: block;
}
.cid-ubqJCVtjhY .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ubqJCVtjhY .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ubqJCVtjhY .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-ubqJCVtjhY .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ubqJCVtjhY .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ubqJCVtjhY .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-ubqJCVtjhY.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubqJCVtjhY img {
    height: 2.8rem !important;
  }
  .cid-ubqJCVtjhY .btn {
    display: -webkit-flex;
  }
  .cid-ubqJCVtjhY button.navbar-toggler {
    display: block;
  }
  .cid-ubqJCVtjhY .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ubqJCVtjhY .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ubqJCVtjhY .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ubqJCVtjhY .navbar-collapse.collapsing,
  .cid-ubqJCVtjhY .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-ubqJCVtjhY .navbar-collapse.collapsing .navbar-nav,
  .cid-ubqJCVtjhY .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ubqJCVtjhY .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ubqJCVtjhY .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ubqJCVtjhY .navbar-collapse.collapsing .navbar-buttons,
  .cid-ubqJCVtjhY .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ubqJCVtjhY .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ubqJCVtjhY .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ubqJCVtjhY .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-ubqJCVtjhY .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ubqJCVtjhY .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ubqJCVtjhY .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-ubqJCVtjhY .nav-link {
    justify-content: start !important;
  }
  .cid-ubqJCVtjhY .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-ubqJCVtjhY .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-ubqJCVtjhY .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-ubqJCVtjhY .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ubqJCVtjhY .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ubqJCVtjhY .nav-link:hover,
.cid-ubqJCVtjhY .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-ubqJCVtjhY .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-ubqJCVtjhY .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-ubpTRCECop {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #f4f8e5;
}
.cid-ubpTRCECop .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubpTRCECop .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubpTRCECop img {
  border-radius: 3rem;
}
.cid-ubpTRCECop .row {
  flex-direction: row-reverse;
}
.cid-ubpTRCECop .row {
  align-items: center;
}
.cid-ubpTRCECop .mbr-section-title {
  color: #000000;
}
.cid-ubpTRCECop .mbr-text,
.cid-ubpTRCECop .mbr-section-btn {
  color: #000000;
}
.cid-ubpXjZliUv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ubpXjZliUv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubpXjZliUv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubpXjZliUv .mbr-section-title {
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ubpXjZliUv .mbr-section-title {
    text-align: left;
  }
}
.cid-ubpXjZliUv .mbr-section-subtitle {
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ubpXjZliUv .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ubpYg3sYkS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #f4f8e5;
}
.cid-ubpYg3sYkS .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-ubpYg3sYkS .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-ubpYg3sYkS .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ubpYg3sYkS .container {
    padding: 0 20px;
  }
}
.cid-ubpYg3sYkS .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-ubpYg3sYkS .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ubpYg3sYkS .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 380px;
  max-width: 380px;
}
@media (max-width: 767px) {
  .cid-ubpYg3sYkS .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-ubpYg3sYkS .embla__slide:nth-child(2n) .slide-content .item-wrapper .item-img .title-wrap .item-title {
  background-color: #4fd741;
}
.cid-ubpYg3sYkS .embla__slide:nth-child(3n) .slide-content .item-wrapper .item-img .title-wrap .item-title {
  background-color: #3799ea;
}
.cid-ubpYg3sYkS .embla__slide:nth-child(4n) .slide-content .item-wrapper .item-img .title-wrap .item-title {
  background-color: #000000;
}
.cid-ubpYg3sYkS .embla__slide .slide-content {
  width: 100%;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.cid-ubpYg3sYkS .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 490px;
  margin-bottom: 20px;
  padding: 20px;
}
@media (max-width: 768px) {
  .cid-ubpYg3sYkS .embla__slide .slide-content .item-wrapper .item-img {
    height: 350px;
  }
}
.cid-ubpYg3sYkS .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px !important;
}
.cid-ubpYg3sYkS .embla__slide .slide-content .item-wrapper .item-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-ubpYg3sYkS .embla__slide .slide-content .item-wrapper .item-img .title-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-ubpYg3sYkS .embla__slide .slide-content .item-wrapper .item-img .title-wrap .item-title {
  display: inline-flex;
  padding: 14px 15px;
  margin-bottom: 0;
  border-radius: 100vw;
  background-color: #7d41d1;
}
.cid-ubpYg3sYkS .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-ubpYg3sYkS .embla__slide .slide-content .item-wrapper .item-content .item-date {
  margin-bottom: 20px;
}
.cid-ubpYg3sYkS .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-ubpYg3sYkS .embla__slide .slide-content .mbr-section-btn .btn:hover,
.cid-ubpYg3sYkS .embla__slide .slide-content .mbr-section-btn .btn:focus {
  opacity: 1;
}
.cid-ubpYg3sYkS .embla__button--next,
.cid-ubpYg3sYkS .embla__button--prev {
  display: flex;
}
.cid-ubpYg3sYkS .embla__button {
  bottom: 0;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #0f1d07 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-ubpYg3sYkS .embla__button:hover {
  background-color: #90f188 !important;
}
.cid-ubpYg3sYkS .embla__button.embla__button--prev {
  right: 4rem;
  border-radius: 6.25rem 0 0 6.25rem;
}
.cid-ubpYg3sYkS .embla__button.embla__button--next {
  right: 0;
  border-radius: 0 6.25rem 6.25rem 0;
}
.cid-ubpYg3sYkS .embla {
  position: relative;
  width: 100%;
}
.cid-ubpYg3sYkS .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-ubpYg3sYkS .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ubpYg3sYkS .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ubpYg3sYkS .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ubpYg3sYkS .mbr-section-title {
  color: #0f1d07;
}
.cid-ubpYg3sYkS .item-title {
  color: #ffffff;
}
.cid-ubpYg3sYkS .item-date {
  color: #ec5624;
}
.cid-ubpYg3sYkS .item-text {
  color: #0f1d07;
}
.cid-ubq7kOrWuW {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ubq7kOrWuW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubq7kOrWuW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubq7kOrWuW .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubq7kOrWuW .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubq7kOrWuW .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-ubq7kOrWuW .content-head {
  max-width: 800px;
}
.cid-ubq7kOrWuW .mbr-section-title {
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ubq7kOrWuW .mbr-section-title {
    text-align: left;
  }
}
.cid-ubq7kOrWuW .mbr-section-subtitle {
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ubq7kOrWuW .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ubvD5aV41F {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ubvD5aV41F .plan-body .btn-bgr {
  z-index: 0;
}
.cid-ubvD5aV41F .plan-body .btn-bgr.btn-primary-outline {
  border: 1px solid #ec5624;
}
.cid-ubvD5aV41F .plan-body .btn-bgr.btn-primary-outline:hover {
  background-color: #ec5624 !important;
  color: #ffffff !important;
}
.cid-ubvD5aV41F .plan-body .btn-bgr.btn-secondary-outline {
  border: 1px solid #000000;
}
.cid-ubvD5aV41F .plan-body .btn-bgr.btn-secondary-outline:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-ubvD5aV41F .plan-body .btn-bgr.btn-success-outline {
  border: 1px solid #40b0bf;
}
.cid-ubvD5aV41F .plan-body .btn-bgr.btn-success-outline:hover {
  background-color: #40b0bf !important;
  color: #ffffff !important;
}
.cid-ubvD5aV41F .plan-body .btn-bgr.btn-info-outline {
  border: 1px solid #47b5ed;
}
.cid-ubvD5aV41F .plan-body .btn-bgr.btn-info-outline:hover {
  background-color: #47b5ed !important;
  color: #ffffff !important;
}
.cid-ubvD5aV41F .plan-body .btn-bgr.btn-warning-outline {
  border: 1px solid #ffe161;
}
.cid-ubvD5aV41F .plan-body .btn-bgr.btn-warning-outline:hover {
  background-color: #ffe161 !important;
  color: #ffffff !important;
}
.cid-ubvD5aV41F .plan-body .btn-bgr.btn-danger-outline {
  border: 1px solid #ff9966;
}
.cid-ubvD5aV41F .plan-body .btn-bgr.btn-danger-outline:hover {
  background-color: #ff9966 !important;
  color: #ffffff !important;
}
.cid-ubvD5aV41F .plan-body .btn-bgr.btn-black-outline {
  border: 1px solid #000000;
}
.cid-ubvD5aV41F .plan-body .btn-bgr.btn-black-outline:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-ubvD5aV41F .plan-body .btn-bgr.btn-white-outline {
  border: 1px solid #ffffff;
}
.cid-ubvD5aV41F .plan-body .btn-bgr.btn-white-outline:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-ubvD5aV41F .list-group-item {
  padding: 2px 8px 2px 1.5rem;
}
.cid-ubvD5aV41F .price-term {
  display: block;
  line-height: 1;
}
.cid-ubvD5aV41F .plan-header {
  overflow: hidden;
}
.cid-ubvD5aV41F .plan-header .plan-title {
  background-color: #000000;
  font-weight: 300;
  margin-bottom: 25px;
  padding: 12.5px;
  height: 65px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-ubvD5aV41F .plan {
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
  color: #232323;
  background-color: #fafafa;
  border-left: 1px solid #f6f7f8;
}
.cid-ubvD5aV41F .plan:first-child {
  border-left: 1px solid transparent;
}
.cid-ubvD5aV41F .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
  background: transparent;
}
.cid-ubvD5aV41F .plan .mbr-section-btn {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
}
.cid-ubvD5aV41F .plan .mbr-section-btn .btn {
  width: 80%;
}
.cid-ubvD5aV41F .plan-header,
.cid-ubvD5aV41F .plan-body {
  background-color: #fafafa;
}
.cid-ubvD5aV41F .price-figure {
  color: #494949;
  margin-right: -5px;
}
@media (max-width: 576px) {
  .cid-ubvD5aV41F .price-figure .price-figure {
    margin-right: -5px;
  }
}
.cid-ubvD5aV41F .price-value {
  vertical-align: bottom;
  line-height: 2;
  margin-right: 0.25rem;
  color: #494949;
}
@media (max-width: 768px) {
  .cid-ubvD5aV41F .plan {
    margin-bottom: 15px !important;
  }
  .cid-ubvD5aV41F .plan-title {
    height: 100%;
    max-height: auto;
  }
}
.cid-ubvD5aV41F .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubvD5aV41F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubvD5aV41F .list-group,
.cid-ubvD5aV41F .mbr-section-btn {
  text-align: left;
}
.cid-ubvD5aV41F .plan .plan-header .plan-price .price-figure {
  color: #ec5624;
}
.cid-ubqx1VGWBg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-ubqx1VGWBg .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubqx1VGWBg .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-ubqx1VGWBg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubqx1VGWBg .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
  border-redius: 2rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ubqx1VGWBg .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ubqx1VGWBg .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-ubqx1VGWBg .card-title,
.cid-ubqx1VGWBg .iconfont-wrapper {
  color: #000000;
}
.cid-ubqx1VGWBg .card-text {
  color: #000000;
}
.cid-ubqx1VGWBg .content-head {
  max-width: 800px;
}
.cid-ubqx1VGWBg .mbr-section-title {
  color: #000000;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ubqx1VGWBg .mbr-section-title {
    text-align: left;
  }
}
.cid-ubqx1VGWBg .mbr-section-subtitle {
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ubqx1VGWBg .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ubq7ttRyF0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-ubq7ttRyF0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubq7ttRyF0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubq7ttRyF0 .row {
  justify-content: center;
}
.cid-ubq7ttRyF0 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubq7ttRyF0 .item {
    margin-bottom: 1rem;
  }
}
.cid-ubq7ttRyF0 .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #f4f8e5;
  padding: 2.25rem;
  border-radius: 2rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ubq7ttRyF0 .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ubq7ttRyF0 .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-ubq7ttRyF0 .content-head {
  max-width: 800px;
}
.cid-ubq7ttRyF0 .mbr-section-title {
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ubq7ttRyF0 .mbr-section-title {
    text-align: left;
  }
}
.cid-ubq7ttRyF0 .mbr-section-subtitle {
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ubq7ttRyF0 .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ubq7BQmB2L {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ubq7BQmB2L .item:focus,
.cid-ubq7BQmB2L span:focus {
  outline: none;
}
.cid-ubq7BQmB2L .item {
  cursor: pointer;
}
.cid-ubq7BQmB2L .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-ubq7BQmB2L .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-ubq7BQmB2L .grid-container-1,
.cid-ubq7BQmB2L .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-ubq7BQmB2L .grid-container-1,
  .cid-ubq7BQmB2L .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-ubq7BQmB2L .mbr-section-title {
  color: #000000;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ubq7BQmB2L .mbr-section-title {
    text-align: left;
  }
}
.cid-ubq7BQmB2L .mbr-text,
.cid-ubq7BQmB2L .mbr-section-btn {
  color: #000000;
}
.cid-ubq7BQmB2L .content-head {
  max-width: 800px;
}
.cid-ubq7BQmB2L .container,
.cid-ubq7BQmB2L .container-fluid {
  overflow: hidden;
}
.cid-ubq7BQmB2L .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-ubq7BQmB2L .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ubq7BQmB2L .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-ubq7BQmB2L .grid-item img {
    min-width: 35vw;
  }
}
.cid-ubq7BQmB2L .grid-container-1,
.cid-ubq7BQmB2L .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-ubq7BQmB2L .grid-container-1 {
  align-items: flex-end;
}
.cid-ubq7BQmB2L .grid-container-2 {
  align-items: flex-start;
}
.cid-ubq7BQmB2L .mbr-section-subtitle {
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ubq7BQmB2L .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ubq9giTcQE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f8f8f8;
}
.cid-ubq9giTcQE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubq9giTcQE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubq9giTcQE img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
  margin: auto;
  margin-bottom: 1.5rem;
}
.cid-ubq9giTcQE .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 1.5rem;
  color: #ca9236;
  width: 30px;
  justify-content: center;
  align-items: center;
}
.cid-ubq9giTcQE .card-title,
.cid-ubq9giTcQE .iconfont-wrapper {
  color: #232323;
}
.cid-ubq9giTcQE .card-text {
  color: #232323;
}
.cid-ubq9giTcQE .mbr-section-title {
  color: #000000;
}
.cid-ubq9giTcQE .mbr-section-subtitle {
  color: #232323;
}
.cid-ubq9giTcQE .content-head {
  max-width: 800px;
}
.cid-ubq9giTcQE .card-subtitle {
  color: #a1a1a1;
}
.cid-ubrOF9fwud {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-ubrOF9fwud .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubrOF9fwud .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ubrOF9fwud .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ubrOF9fwud .container {
    padding: 0 16px;
  }
}
.cid-ubrOF9fwud .row {
  justify-content: center;
}
.cid-ubrOF9fwud .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ubrOF9fwud .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ubrOF9fwud .mbr-section-subtitle {
  margin-bottom: 32px;
  color: #000000;
}
.cid-ubrOF9fwud .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-ubrOF9fwud .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-ubrOF9fwud .panel-group .card .card-header {
  padding: 24px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-ubrOF9fwud .panel-group .card .card-header {
    padding: 20px 0;
  }
}
.cid-ubrOF9fwud .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ubrOF9fwud .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-ubrOF9fwud .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ubrOF9fwud .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
}
.cid-ubrOF9fwud .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-ubrOF9fwud .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-ubrOF9fwud .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ubrOF9fwud .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ubrOF9fwud .panel-title {
  color: #000000;
}
.cid-ubrOF9fwud .panel-text {
  color: #000000;
}
.cid-ubqLy3bMQz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-ubqLy3bMQz .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ubqLy3bMQz form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-ubqLy3bMQz form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-ubqLy3bMQz form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ubqLy3bMQz .content-head {
  max-width: 800px;
}
.cid-ubqOC97LQ4 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ubqOC97LQ4 .l {
  display: inline !important;
}
.cid-ubqOC97LQ4 .icon-transition span {
  border: 1px solid #e5e6ef;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-ubqOC97LQ4 .mbr-iconfont {
  color: #111213;
  align-items: center;
}
.cid-ubqOC97LQ4 .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-ubqOC97LQ4 .social-list {
  width: auto;
}
.cid-ubqOC97LQ4 .social-media {
  text-align: center;
  padding: 0;
  margin-bottom: 40px;
}
.cid-ubqOC97LQ4 .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-ubqOC97LQ4 .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-ubqOC97LQ4 .icon-transition:hover .mbr-iconfont {
  color: #909190;
}
@media (max-width: 767px) {
  .cid-ubqOC97LQ4 .social-list {
    text-align: center !important;
  }
}
.cid-ubqOC97LQ4 .mbr-section-title {
  margin-bottom: 30px;
}
.cid-ubqOC97LQ4 a.nav-link:after {
  background-color: #ec5624;
  content: "" !important;
  display: block !important;
  position: relative;
  z-index: 1;
  top: auto;
  bottom: -4px;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-ubqOC97LQ4 a.nav-link:hover:after {
  opacity: 1;
  width: 100%;
}
.cid-ubqOC97LQ4 a.nav-link:hover {
  color: #ec5624 !important;
}
.cid-ubqOC97LQ4 .navbar-nav {
  display: block;
  text-align: center;
  margin-bottom: 26px;
}
.cid-ubqOC97LQ4 .nav-link {
  font-weight: 600 !important;
}
.cid-ubqOC97LQ4 .inner1 {
  width: auto;
}
.cid-ubqOC97LQ4 .mbr-text {
  color: #52586a;
  font-size: 12px;
}
.cid-ubqOC97LQ4 .line {
  height: 1px;
  width: 100%;
  background-color: #e5e6ef;
  margin-bottom: 30px;
}
.cid-ubqOC97LQ4 a {
  font-weight: 400 !important;
}
@media (max-width: 540px) {
  .cid-ubqOC97LQ4 .navbar-nav {
    display: flex;
    flex-direction: column;
  }
  .cid-ubqOC97LQ4 .l {
    display: inline !important;
    width: auto;
    margin-top: 15px;
  }
  .cid-ubqOC97LQ4 .nav-link {
    display: inline;
    width: auto;
  }
}
.cid-ubqOC97LQ4 .inner {
  position: relative;
  display: inline-block;
  padding: 0em 0.4em !important;
}
.cid-ubqOC97LQ4 .mbr-section-title,
.cid-ubqOC97LQ4 .social-media {
  text-align: center;
  color: #111213;
}
.cid-ubqOC97LQ4 .grid-item {
  width: 250px;
  margin: 0 auto;
  margin-bottom: 1rem;
}
