body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((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: #6592e6 !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: #6592e6 !important;
  border-color: #6592e6 !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: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #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: transparent!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: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #6592e6 !important;
}
.text-secondary {
  color: #ff6666 !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: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #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: #6592e6;
}
.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: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #6592e6;
}
.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: #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: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #6592e6;
}
/* 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: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.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: #6592e6;
  border-bottom-color: #6592e6;
}
.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: #6592e6 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%236592e6' %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-sTAavyVS4R {
  background-image: url("../../../assets/images/background1.webp");
}
.cid-sTAavyVS4R .mbr-description {
  color: #4479d9;
}
.cid-sTAavyVS4R .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-sTAavyVS4R .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sTAavyVS4R img {
  width: 100%;
}
.cid-tUev817C3Z {
  position: relative;
  width: 100%;
  z-index: 1000;
}
.cid-tUev817C3Z .navbar {
  opacity: 1;
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid transparent;
  border-radius: 0 !important;
  box-shadow: none !important;
  min-height: 90px;
  padding: 0 !important;
  transition: opacity 0.3s;
}
.cid-tUev817C3Z .navbar.collapsed {
  justify-content: center;
}
.cid-tUev817C3Z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tUev817C3Z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tUev817C3Z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUev817C3Z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUev817C3Z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  border-bottom: 0;
  border-left: 0.35em solid transparent;
  border-right: 0.35em solid transparent;
  border-top: 0.35em solid;
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  top: 41%;
}
.cid-tUev817C3Z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tUev817C3Z .navbar.collapsed .icons-menu {
  padding-bottom: 0.5rem;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
}
.cid-tUev817C3Z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUev817C3Z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUev817C3Z .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tUev817C3Z .navbar.opened {
  transition: all 0.3s;
}
.cid-tUev817C3Z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUev817C3Z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUev817C3Z .navbar .navbar-logo img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-tUev817C3Z .navbar {
    min-height: 72px;
  }
  .cid-tUev817C3Z .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tUev817C3Z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUev817C3Z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUev817C3Z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUev817C3Z .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    border-bottom: 0;
    border-left: 0.35em solid transparent;
    border-right: 0.35em solid transparent;
    border-top: 0.35em solid;
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    top: 40%;
  }
  .cid-tUev817C3Z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUev817C3Z .navbar .icons-menu {
    padding-bottom: 0.5rem;
    padding-left: 0;
    padding-top: 0.5rem;
  }
  .cid-tUev817C3Z .navbar .navbar-brand {
    flex-basis: auto;
    flex-shrink: initial;
    padding-right: 10px;
    word-break: break-word;
  }
  .cid-tUev817C3Z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUev817C3Z .navbar .nav-item .nav-link::before {
    display: none;
  }
}
.cid-tUev817C3Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  margin: 0 !important;
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-tUev817C3Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUev817C3Z .container {
  background: rgba(255, 255, 255, 0.9) !important;
  align-items: center;
  background-color: #ffffff;
  border-radius: 100vw;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  display: flex;
  flex-wrap: nowrap;
  height: 90px;
  justify-content: flex-end;
  left: 0;
  margin-top: 1rem;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  padding: 0.5rem 0.6rem;
  right: 0;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
}
@media (max-width: 767px) {
  .cid-tUev817C3Z .container {
    height: 56px !important;
    margin-top: 0rem;
    padding-right: 1rem;
    width: 95%;
  }
}
@media (max-width: 992px) {
  .cid-tUev817C3Z .container {
    padding-right: 2rem;
  }
}
.cid-tUev817C3Z .dropdown .dropdown-menu .dropdown-item {
  transition: all 0.25s ease-in-out;
  width: auto;
}
.cid-tUev817C3Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUev817C3Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUev817C3Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUev817C3Z .dropdown-item.active,
.cid-tUev817C3Z .dropdown-item:active {
  background-color: transparent;
}
.cid-tUev817C3Z .dropdown-item:before {
  content: "\e966";
  display: inline-block;
  font-family: Moririse2 !important;
  font-size: inherit;
  left: 1rem;
  line-height: 1;
  margin-right: 0.5rem;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 0.5rem;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
  vertical-align: middle;
  width: 0;
}
.cid-tUev817C3Z .dropdown-menu {
  background: rgba(255, 255, 255, 0.9) !important;
  background: #ffffff;
  border-radius: 1.5rem;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: 100%;
  min-width: auto;
  padding: 12px 4px !important;
  transition: .3s all !important;
}
.cid-tUev817C3Z .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tUev817C3Z .icons-menu {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tUev817C3Z .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-tUev817C3Z .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tUev817C3Z .navbar .dropdown > .dropdown-menu {
  display: none;
  left: 50%;
  max-width: 500px !important;
  top: calc(100% + 20px);
  transform: translateX(-50%);
  width: max-content;
}
.cid-tUev817C3Z .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tUev817C3Z .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 0.5rem;
  margin-right: 0;
  margin-top: 0;
  position: static;
  transform: rotate(-90deg);
  transition: .3s all;
}
.cid-tUev817C3Z .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tUev817C3Z .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tUev817C3Z .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tUev817C3Z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tUev817C3Z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 105%;
  margin: 0;
  top: -12px;
  transform: none;
}
.cid-tUev817C3Z .navbar-brand {
  align-items: center;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tUev817C3Z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUev817C3Z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUev817C3Z .navbar-brand img {
  border-radius: 0px !important;
  max-height: 100%;
  max-width: 100%;
}
.cid-tUev817C3Z .navbar-buttons {
  min-width: 140px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tUev817C3Z .navbar-buttons {
    text-align: left;
  }
}
.cid-tUev817C3Z .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 575px) {
  .cid-tUev817C3Z .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tUev817C3Z .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tUev817C3Z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUev817C3Z .navbar-logo {
  margin: 0 !important;
  padding-left: 2rem;
}
@media (max-width: 767px) {
  .cid-tUev817C3Z .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tUev817C3Z .navbar-nav {
  margin-left: auto;
  margin-right: auto;
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-tUev817C3Z .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tUev817C3Z .navbar-nav .dropdown-item {
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  padding: 12px !important;
  transition: .3s all !important;
}
.cid-tUev817C3Z .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tUev817C3Z .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tUev817C3Z .navbar-nav .nav-item .nav-link {
  border-radius: 1rem !important;
  margin: 0 !important;
  padding: 16px !important;
  transition: .3s all !important;
}
.cid-tUev817C3Z .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tUev817C3Z .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tUev817C3Z .navbar-nav .open .nav-link::before {
    background: transparent;
    content: "";
    height: 20px;
    position: absolute;
    top: 100%;
    width: 100%;
  }
}
.cid-tUev817C3Z .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 767px) {
  .cid-tUev817C3Z .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tUev817C3Z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUev817C3Z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUev817C3Z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tUev817C3Z .nav-item:focus,
.cid-tUev817C3Z .nav-link:focus {
  outline: none;
}
.cid-tUev817C3Z .nav-link {
  position: relative;
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-tUev817C3Z .navbar-toggler {
    transform: scale(0.8);
  }
}
@media (max-width: 991px) {
  .cid-tUev817C3Z .navbar .dropdown > .dropdown-menu {
    background-color: rgba(27, 31, 10, 0.04) !important;
    border-radius: 1rem;
    left: 0;
    max-width: 100% !important;
    padding: 8px !important;
    top: 10px;
    transform: translateX(0);
  }
  .cid-tUev817C3Z .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tUev817C3Z .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0.5rem;
    margin-right: 0;
    margin-top: 0;
    position: static;
    transform: rotate(0deg);
    transition: .3s all;
  }
  .cid-tUev817C3Z .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tUev817C3Z .navbar .dropdown > .dropdown-menu .dropdown-item {
    line-height: 1 !important;
    margin-bottom: 4px !important;
    padding: 8px !important;
  }
  .cid-tUev817C3Z .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    background-color: rgba(27, 31, 10, 0.04) !important;
    border-radius: 1rem;
    left: 0;
    max-width: 100% !important;
    padding: 8px !important;
    position: static;
    top: 0;
    transform: translateX(0) !important;
    width: 100%;
  }
  .cid-tUev817C3Z .navbar .dropdown.open > .dropdown-menu {
    align-items: flex-start;
    display: flex !important;
    flex-direction: column;
  }
  .cid-tUev817C3Z .navbar-brand {
    margin-right: auto;
  }
  .cid-tUev817C3Z .navbar-collapse {
    background: rgba(255, 255, 255, 0.9) !important;
    border-color: rgba(255, 255, 255, 0.9) !important;
    opacity: 1;
    backdrop-filter: blur(8px);
    background: #ffffff;
    border-radius: 1.5rem;
    left: 0;
    padding: 1rem;
    position: absolute;
    top: 110%;
    width: 100%;
    z-index: -1 !important;
  }
  .cid-tUev817C3Z .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tUev817C3Z .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tUev817C3Z .navbar {
    height: 70px;
  }
  .cid-tUev817C3Z .navbar.opened {
    height: auto;
  }
  .cid-tUev817C3Z .nav-item .nav-link:hover::before {
    left: -1rem;
    max-width: calc(100% + 2rem);
    width: 175%;
  }
}
.cid-tUev817C3Z a.nav-link {
  align-items: center;
  display: flex;
  justify-content: center;
}
.cid-tUev817C3Z button.navbar-toggler {
  align-self: center;
  cursor: pointer;
  height: 20px;
  outline: none;
  position: relative;
  transition: all 0.2s;
  width: 31px;
}
.cid-tUev817C3Z button.navbar-toggler .hamburger span {
  background-color: #000000;
  border-right: 5px;
  height: 2px;
  position: absolute;
  right: 0;
  width: 30px;
}
.cid-tUev817C3Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUev817C3Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUev817C3Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUev817C3Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUev817C3Z nav.opened .hamburger span:nth-child(1) {
  opacity: 0;
  right: 50%;
  top: 8px;
  transition: all 0.2s;
  width: 0;
}
.cid-tUev817C3Z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUev817C3Z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUev817C3Z nav.opened .hamburger span:nth-child(4) {
  opacity: 0;
  right: 50%;
  top: 8px;
  transition: all 0.2s;
  width: 0;
}
.cid-tUev817C3Z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJsxjjj4af {
  background-color: #98dee8;
  padding-bottom: 2rem;
  padding-top: 10rem;
}
.cid-tJsxjjj4af .close {
  align-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 22px;
  font-weight: 300;
  height: 60px;
  justify-content: center;
  opacity: 0.5;
  position: fixed;
  right: 2.5rem;
  text-shadow: none;
  top: 2.5rem;
  transition: opacity 0.3s ease;
  width: 60px;
  z-index: 5;
}
.cid-tJsxjjj4af .close:hover {
  background: #000;
  color: #fff;
  opacity: 1;
}
.cid-tJsxjjj4af .icon-wrap {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.cid-tJsxjjj4af .mbr-media {
  position: relative;
}
.cid-tJsxjjj4af .mbr-media img {
  border-radius: 2rem;
  object-fit: cover;
  width: 100%;
}
.cid-tJsxjjj4af .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tJsxjjj4af .modalWindow {
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5000;
}
.cid-tJsxjjj4af .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tJsxjjj4af .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  margin: 0 auto;
  width: 80vw;
}
.cid-ttDgCuPtxd {
  background-color: #f4f4f4;
  padding-bottom: 2rem;
  padding-top: 0rem;
}
.cid-ttDgCuPtxd .close {
  align-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 22px;
  font-weight: 300;
  height: 60px;
  justify-content: center;
  opacity: 0.5;
  position: fixed;
  right: 2.5rem;
  text-shadow: none;
  top: 2.5rem;
  transition: opacity 0.3s ease;
  width: 60px;
  z-index: 5;
}
.cid-ttDgCuPtxd .close:hover {
  background: #000;
  color: #fff;
  opacity: 1;
}
.cid-ttDgCuPtxd .icon-wrap {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.cid-ttDgCuPtxd .mbr-media {
  position: relative;
}
.cid-ttDgCuPtxd .mbr-media img {
  border-radius: 2rem;
  object-fit: cover;
  width: 100%;
}
.cid-ttDgCuPtxd .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-ttDgCuPtxd .modalWindow {
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5000;
}
.cid-ttDgCuPtxd .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ttDgCuPtxd .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  margin: 0 auto;
  width: 80vw;
}
.cid-twly3MsreU {
  background-color: #d3d9f2;
  padding-bottom: 3rem;
  padding-top: 1rem;
}
.cid-twly3MsreU .close {
  align-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 22px;
  font-weight: 300;
  height: 60px;
  justify-content: center;
  opacity: 0.5;
  position: fixed;
  right: 2.5rem;
  text-shadow: none;
  top: 2.5rem;
  transition: opacity 0.3s ease;
  width: 60px;
  z-index: 5;
}
.cid-twly3MsreU .close:hover {
  background: #000;
  color: #fff;
  opacity: 1;
}
.cid-twly3MsreU .icon-wrap {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.cid-twly3MsreU .mbr-media {
  position: relative;
}
.cid-twly3MsreU .mbr-media img {
  border-radius: 2rem;
  object-fit: cover;
  width: 100%;
}
.cid-twly3MsreU .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-twly3MsreU .modalWindow {
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5000;
}
.cid-twly3MsreU .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-twly3MsreU .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  margin: 0 auto;
  width: 80vw;
}
.cid-tCzHsf6DsE {
  background-color: #ffffff;
  padding-bottom: 0rem;
  padding-top: 1rem;
}
.cid-tCzHsf6DsE .mbr-fallback-image {
  background-position: center center;
  background-size: cover;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.cid-tCzHsf6DsE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCzHsf6DsE .mbr-section-title,
.cid-tCzHsf6DsE .mbr-section-subtitle,
.cid-tCzHsf6DsE .mbr-text {
  text-align: center;
}
.cid-tCzHsf6DsE .video-wrapper {
  width: 100%;
}
.cid-tCzHsf6DsE .video-wrapper iframe {
  width: 100%;
}
.cid-tMmfXG8iAz {
  background-color: #ffffff;
  padding-bottom: 0rem;
  padding-top: 1rem;
}
.cid-tMmfXG8iAz .mbr-fallback-image {
  background-position: center center;
  background-size: cover;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.cid-tMmfXG8iAz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMmfXG8iAz .mbr-section-title,
.cid-tMmfXG8iAz .mbr-section-subtitle,
.cid-tMmfXG8iAz .mbr-text {
  text-align: center;
}
.cid-tMmfXG8iAz .video-wrapper {
  width: 100%;
}
.cid-tMmfXG8iAz .video-wrapper iframe {
  width: 100%;
}
.cid-uiygqkc1hM {
  background-color: #ffffff;
  padding-bottom: 0rem;
  padding-top: 1rem;
}
.cid-uiygqkc1hM .mbr-fallback-image {
  background-position: center center;
  background-size: cover;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.cid-uiygqkc1hM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiygqkc1hM .mbr-section-title,
.cid-uiygqkc1hM .mbr-section-subtitle,
.cid-uiygqkc1hM .mbr-text {
  text-align: center;
}
.cid-uiygqkc1hM .video-wrapper {
  width: 100%;
}
.cid-uiygqkc1hM .video-wrapper iframe {
  width: 100%;
}
.cid-s48P1Icc8J {
  background-color: #232323;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.cid-s48P1Icc8J .media-container-row {
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.cid-s48P1Icc8J .media-container-row .foot-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s48P1Icc8J .media-container-row .row-copirayt {
  width: 100%;
  word-break: break-word;
}
.cid-s48P1Icc8J .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-s48P1Icc8J .media-container-row .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.cid-s48P1Icc8J .media-container-row .social-list .mbr-iconfont-social {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-s48P1Icc8J .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
@media (max-width: 767px) {
  .cid-s48P1Icc8J .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-s48P1Icc8J .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-s48P1Icc8J .media-container-row .social-list a:hover {
  opacity: 1;
}
.cid-s48P1Icc8J .row-links {
  justify-content: center;
  width: 100%;
}
.cid-s48P1Icc8J .social-row {
  justify-content: center;
  width: 100%;
}
.cid-tUev817C3Z {
  position: relative;
  width: 100%;
  z-index: 1000;
}
.cid-tUev817C3Z .navbar {
  opacity: 1;
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid transparent;
  border-radius: 0 !important;
  box-shadow: none !important;
  min-height: 90px;
  padding: 0 !important;
  transition: opacity 0.3s;
}
.cid-tUev817C3Z .navbar.collapsed {
  justify-content: center;
}
.cid-tUev817C3Z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tUev817C3Z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tUev817C3Z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUev817C3Z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUev817C3Z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  border-bottom: 0;
  border-left: 0.35em solid transparent;
  border-right: 0.35em solid transparent;
  border-top: 0.35em solid;
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  top: 41%;
}
.cid-tUev817C3Z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tUev817C3Z .navbar.collapsed .icons-menu {
  padding-bottom: 0.5rem;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
}
.cid-tUev817C3Z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUev817C3Z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUev817C3Z .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tUev817C3Z .navbar.opened {
  transition: all 0.3s;
}
.cid-tUev817C3Z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUev817C3Z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUev817C3Z .navbar .navbar-logo img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-tUev817C3Z .navbar {
    min-height: 72px;
  }
  .cid-tUev817C3Z .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tUev817C3Z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUev817C3Z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUev817C3Z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUev817C3Z .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    border-bottom: 0;
    border-left: 0.35em solid transparent;
    border-right: 0.35em solid transparent;
    border-top: 0.35em solid;
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    top: 40%;
  }
  .cid-tUev817C3Z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUev817C3Z .navbar .icons-menu {
    padding-bottom: 0.5rem;
    padding-left: 0;
    padding-top: 0.5rem;
  }
  .cid-tUev817C3Z .navbar .navbar-brand {
    flex-basis: auto;
    flex-shrink: initial;
    padding-right: 10px;
    word-break: break-word;
  }
  .cid-tUev817C3Z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUev817C3Z .navbar .nav-item .nav-link::before {
    display: none;
  }
}
.cid-tUev817C3Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  margin: 0 !important;
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-tUev817C3Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUev817C3Z .container {
  background: rgba(255, 255, 255, 0.9) !important;
  align-items: center;
  background-color: #ffffff;
  border-radius: 100vw;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  display: flex;
  flex-wrap: nowrap;
  height: 90px;
  justify-content: flex-end;
  left: 0;
  margin-top: 1rem;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  padding: 0.5rem 0.6rem;
  right: 0;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
}
@media (max-width: 767px) {
  .cid-tUev817C3Z .container {
    height: 56px !important;
    margin-top: 0rem;
    padding-right: 1rem;
    width: 95%;
  }
}
@media (max-width: 992px) {
  .cid-tUev817C3Z .container {
    padding-right: 2rem;
  }
}
.cid-tUev817C3Z .dropdown .dropdown-menu .dropdown-item {
  transition: all 0.25s ease-in-out;
  width: auto;
}
.cid-tUev817C3Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUev817C3Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUev817C3Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUev817C3Z .dropdown-item.active,
.cid-tUev817C3Z .dropdown-item:active {
  background-color: transparent;
}
.cid-tUev817C3Z .dropdown-item:before {
  content: "\e966";
  display: inline-block;
  font-family: Moririse2 !important;
  font-size: inherit;
  left: 1rem;
  line-height: 1;
  margin-right: 0.5rem;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 0.5rem;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
  vertical-align: middle;
  width: 0;
}
.cid-tUev817C3Z .dropdown-menu {
  background: rgba(255, 255, 255, 0.9) !important;
  background: #ffffff;
  border-radius: 1.5rem;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: 100%;
  min-width: auto;
  padding: 12px 4px !important;
  transition: .3s all !important;
}
.cid-tUev817C3Z .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tUev817C3Z .icons-menu {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tUev817C3Z .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-tUev817C3Z .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tUev817C3Z .navbar .dropdown > .dropdown-menu {
  display: none;
  left: 50%;
  max-width: 500px !important;
  top: calc(100% + 20px);
  transform: translateX(-50%);
  width: max-content;
}
.cid-tUev817C3Z .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tUev817C3Z .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 0.5rem;
  margin-right: 0;
  margin-top: 0;
  position: static;
  transform: rotate(-90deg);
  transition: .3s all;
}
.cid-tUev817C3Z .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tUev817C3Z .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tUev817C3Z .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tUev817C3Z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tUev817C3Z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 105%;
  margin: 0;
  top: -12px;
  transform: none;
}
.cid-tUev817C3Z .navbar-brand {
  align-items: center;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tUev817C3Z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUev817C3Z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUev817C3Z .navbar-brand img {
  border-radius: 0px !important;
  max-height: 100%;
  max-width: 100%;
}
.cid-tUev817C3Z .navbar-buttons {
  min-width: 140px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tUev817C3Z .navbar-buttons {
    text-align: left;
  }
}
.cid-tUev817C3Z .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 575px) {
  .cid-tUev817C3Z .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tUev817C3Z .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tUev817C3Z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUev817C3Z .navbar-logo {
  margin: 0 !important;
  padding-left: 2rem;
}
@media (max-width: 767px) {
  .cid-tUev817C3Z .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tUev817C3Z .navbar-nav {
  margin-left: auto;
  margin-right: auto;
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-tUev817C3Z .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tUev817C3Z .navbar-nav .dropdown-item {
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  padding: 12px !important;
  transition: .3s all !important;
}
.cid-tUev817C3Z .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tUev817C3Z .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tUev817C3Z .navbar-nav .nav-item .nav-link {
  border-radius: 1rem !important;
  margin: 0 !important;
  padding: 16px !important;
  transition: .3s all !important;
}
.cid-tUev817C3Z .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tUev817C3Z .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tUev817C3Z .navbar-nav .open .nav-link::before {
    background: transparent;
    content: "";
    height: 20px;
    position: absolute;
    top: 100%;
    width: 100%;
  }
}
.cid-tUev817C3Z .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 767px) {
  .cid-tUev817C3Z .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tUev817C3Z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUev817C3Z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUev817C3Z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tUev817C3Z .nav-item:focus,
.cid-tUev817C3Z .nav-link:focus {
  outline: none;
}
.cid-tUev817C3Z .nav-link {
  position: relative;
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-tUev817C3Z .navbar-toggler {
    transform: scale(0.8);
  }
}
@media (max-width: 991px) {
  .cid-tUev817C3Z .navbar .dropdown > .dropdown-menu {
    background-color: rgba(27, 31, 10, 0.04) !important;
    border-radius: 1rem;
    left: 0;
    max-width: 100% !important;
    padding: 8px !important;
    top: 10px;
    transform: translateX(0);
  }
  .cid-tUev817C3Z .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tUev817C3Z .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0.5rem;
    margin-right: 0;
    margin-top: 0;
    position: static;
    transform: rotate(0deg);
    transition: .3s all;
  }
  .cid-tUev817C3Z .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tUev817C3Z .navbar .dropdown > .dropdown-menu .dropdown-item {
    line-height: 1 !important;
    margin-bottom: 4px !important;
    padding: 8px !important;
  }
  .cid-tUev817C3Z .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    background-color: rgba(27, 31, 10, 0.04) !important;
    border-radius: 1rem;
    left: 0;
    max-width: 100% !important;
    padding: 8px !important;
    position: static;
    top: 0;
    transform: translateX(0) !important;
    width: 100%;
  }
  .cid-tUev817C3Z .navbar .dropdown.open > .dropdown-menu {
    align-items: flex-start;
    display: flex !important;
    flex-direction: column;
  }
  .cid-tUev817C3Z .navbar-brand {
    margin-right: auto;
  }
  .cid-tUev817C3Z .navbar-collapse {
    background: rgba(255, 255, 255, 0.9) !important;
    border-color: rgba(255, 255, 255, 0.9) !important;
    opacity: 1;
    backdrop-filter: blur(8px);
    background: #ffffff;
    border-radius: 1.5rem;
    left: 0;
    padding: 1rem;
    position: absolute;
    top: 110%;
    width: 100%;
    z-index: -1 !important;
  }
  .cid-tUev817C3Z .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tUev817C3Z .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tUev817C3Z .navbar {
    height: 70px;
  }
  .cid-tUev817C3Z .navbar.opened {
    height: auto;
  }
  .cid-tUev817C3Z .nav-item .nav-link:hover::before {
    left: -1rem;
    max-width: calc(100% + 2rem);
    width: 175%;
  }
}
.cid-tUev817C3Z a.nav-link {
  align-items: center;
  display: flex;
  justify-content: center;
}
.cid-tUev817C3Z button.navbar-toggler {
  align-self: center;
  cursor: pointer;
  height: 20px;
  outline: none;
  position: relative;
  transition: all 0.2s;
  width: 31px;
}
.cid-tUev817C3Z button.navbar-toggler .hamburger span {
  background-color: #000000;
  border-right: 5px;
  height: 2px;
  position: absolute;
  right: 0;
  width: 30px;
}
.cid-tUev817C3Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUev817C3Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUev817C3Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUev817C3Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUev817C3Z nav.opened .hamburger span:nth-child(1) {
  opacity: 0;
  right: 50%;
  top: 8px;
  transition: all 0.2s;
  width: 0;
}
.cid-tUev817C3Z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUev817C3Z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUev817C3Z nav.opened .hamburger span:nth-child(4) {
  opacity: 0;
  right: 50%;
  top: 8px;
  transition: all 0.2s;
  width: 0;
}
.cid-tUev817C3Z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tU8Y9VV7sq {
  background-color: #fafafa;
  padding-bottom: 5rem;
  padding-top: 5rem;
}
.cid-tU8Y9VV7sq .mbr-fallback-image {
  background-position: center center;
  background-size: cover;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.cid-tU8Y9VV7sq .mbr-fallback-image.disabled {
  display: none;
}
.cid-sMPoEvNfoH {
  background-color: #fafafa;
  padding-bottom: 90px;
  padding-top: 90px;
}
.cid-sMPoEvNfoH .content-block {
  color: #efefef;
}
.cid-sMPoEvNfoH .content-panel {
  background-color: #08579f;
  border-radius: .25rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  overflow: hidden;
  padding: 2rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-sMPoEvNfoH .form-control {
  border-radius: .25rem !important;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-sMPoEvNfoH .mbr-section-title {
  text-align: left;
}
.cid-sMPoEvNfoH .row {
  align-items: stretch;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  -webkit-justify-content: flex-end;
}
@media (max-width: 768px) {
  .cid-sMPoEvNfoH .main-row {
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
  }
  .cid-sMPoEvNfoH .text-block {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sMPoEvNfoH .form-group,
  .cid-sMPoEvNfoH .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-sMPoEvNfoH textarea.form-control {
  min-height: 170px;
}
.cid-s48P1Icc8J {
  background-color: #232323;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.cid-s48P1Icc8J .media-container-row {
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.cid-s48P1Icc8J .media-container-row .foot-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s48P1Icc8J .media-container-row .row-copirayt {
  width: 100%;
  word-break: break-word;
}
.cid-s48P1Icc8J .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-s48P1Icc8J .media-container-row .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.cid-s48P1Icc8J .media-container-row .social-list .mbr-iconfont-social {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-s48P1Icc8J .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
@media (max-width: 767px) {
  .cid-s48P1Icc8J .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-s48P1Icc8J .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-s48P1Icc8J .media-container-row .social-list a:hover {
  opacity: 1;
}
.cid-s48P1Icc8J .row-links {
  justify-content: center;
  width: 100%;
}
.cid-s48P1Icc8J .social-row {
  justify-content: center;
  width: 100%;
}
.cid-tUev817C3Z {
  position: relative;
  width: 100%;
  z-index: 1000;
}
.cid-tUev817C3Z .navbar {
  opacity: 1;
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid transparent;
  border-radius: 0 !important;
  box-shadow: none !important;
  min-height: 90px;
  padding: 0 !important;
  transition: opacity 0.3s;
}
.cid-tUev817C3Z .navbar.collapsed {
  justify-content: center;
}
.cid-tUev817C3Z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tUev817C3Z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tUev817C3Z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUev817C3Z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUev817C3Z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  border-bottom: 0;
  border-left: 0.35em solid transparent;
  border-right: 0.35em solid transparent;
  border-top: 0.35em solid;
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  top: 41%;
}
.cid-tUev817C3Z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tUev817C3Z .navbar.collapsed .icons-menu {
  padding-bottom: 0.5rem;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
}
.cid-tUev817C3Z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUev817C3Z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUev817C3Z .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tUev817C3Z .navbar.opened {
  transition: all 0.3s;
}
.cid-tUev817C3Z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUev817C3Z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUev817C3Z .navbar .navbar-logo img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-tUev817C3Z .navbar {
    min-height: 72px;
  }
  .cid-tUev817C3Z .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tUev817C3Z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUev817C3Z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUev817C3Z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUev817C3Z .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    border-bottom: 0;
    border-left: 0.35em solid transparent;
    border-right: 0.35em solid transparent;
    border-top: 0.35em solid;
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    top: 40%;
  }
  .cid-tUev817C3Z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUev817C3Z .navbar .icons-menu {
    padding-bottom: 0.5rem;
    padding-left: 0;
    padding-top: 0.5rem;
  }
  .cid-tUev817C3Z .navbar .navbar-brand {
    flex-basis: auto;
    flex-shrink: initial;
    padding-right: 10px;
    word-break: break-word;
  }
  .cid-tUev817C3Z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUev817C3Z .navbar .nav-item .nav-link::before {
    display: none;
  }
}
.cid-tUev817C3Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  margin: 0 !important;
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-tUev817C3Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUev817C3Z .container {
  background: rgba(255, 255, 255, 0.9) !important;
  align-items: center;
  background-color: #ffffff;
  border-radius: 100vw;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  display: flex;
  flex-wrap: nowrap;
  height: 90px;
  justify-content: flex-end;
  left: 0;
  margin-top: 1rem;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  padding: 0.5rem 0.6rem;
  right: 0;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
}
@media (max-width: 767px) {
  .cid-tUev817C3Z .container {
    height: 56px !important;
    margin-top: 0rem;
    padding-right: 1rem;
    width: 95%;
  }
}
@media (max-width: 992px) {
  .cid-tUev817C3Z .container {
    padding-right: 2rem;
  }
}
.cid-tUev817C3Z .dropdown .dropdown-menu .dropdown-item {
  transition: all 0.25s ease-in-out;
  width: auto;
}
.cid-tUev817C3Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUev817C3Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUev817C3Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUev817C3Z .dropdown-item.active,
.cid-tUev817C3Z .dropdown-item:active {
  background-color: transparent;
}
.cid-tUev817C3Z .dropdown-item:before {
  content: "\e966";
  display: inline-block;
  font-family: Moririse2 !important;
  font-size: inherit;
  left: 1rem;
  line-height: 1;
  margin-right: 0.5rem;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 0.5rem;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
  vertical-align: middle;
  width: 0;
}
.cid-tUev817C3Z .dropdown-menu {
  background: rgba(255, 255, 255, 0.9) !important;
  background: #ffffff;
  border-radius: 1.5rem;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: 100%;
  min-width: auto;
  padding: 12px 4px !important;
  transition: .3s all !important;
}
.cid-tUev817C3Z .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tUev817C3Z .icons-menu {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tUev817C3Z .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-tUev817C3Z .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tUev817C3Z .navbar .dropdown > .dropdown-menu {
  display: none;
  left: 50%;
  max-width: 500px !important;
  top: calc(100% + 20px);
  transform: translateX(-50%);
  width: max-content;
}
.cid-tUev817C3Z .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tUev817C3Z .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 0.5rem;
  margin-right: 0;
  margin-top: 0;
  position: static;
  transform: rotate(-90deg);
  transition: .3s all;
}
.cid-tUev817C3Z .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tUev817C3Z .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tUev817C3Z .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tUev817C3Z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tUev817C3Z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 105%;
  margin: 0;
  top: -12px;
  transform: none;
}
.cid-tUev817C3Z .navbar-brand {
  align-items: center;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tUev817C3Z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUev817C3Z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUev817C3Z .navbar-brand img {
  border-radius: 0px !important;
  max-height: 100%;
  max-width: 100%;
}
.cid-tUev817C3Z .navbar-buttons {
  min-width: 140px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tUev817C3Z .navbar-buttons {
    text-align: left;
  }
}
.cid-tUev817C3Z .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 575px) {
  .cid-tUev817C3Z .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tUev817C3Z .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tUev817C3Z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUev817C3Z .navbar-logo {
  margin: 0 !important;
  padding-left: 2rem;
}
@media (max-width: 767px) {
  .cid-tUev817C3Z .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tUev817C3Z .navbar-nav {
  margin-left: auto;
  margin-right: auto;
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-tUev817C3Z .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tUev817C3Z .navbar-nav .dropdown-item {
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  padding: 12px !important;
  transition: .3s all !important;
}
.cid-tUev817C3Z .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tUev817C3Z .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tUev817C3Z .navbar-nav .nav-item .nav-link {
  border-radius: 1rem !important;
  margin: 0 !important;
  padding: 16px !important;
  transition: .3s all !important;
}
.cid-tUev817C3Z .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tUev817C3Z .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tUev817C3Z .navbar-nav .open .nav-link::before {
    background: transparent;
    content: "";
    height: 20px;
    position: absolute;
    top: 100%;
    width: 100%;
  }
}
.cid-tUev817C3Z .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 767px) {
  .cid-tUev817C3Z .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tUev817C3Z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUev817C3Z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUev817C3Z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tUev817C3Z .nav-item:focus,
.cid-tUev817C3Z .nav-link:focus {
  outline: none;
}
.cid-tUev817C3Z .nav-link {
  position: relative;
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-tUev817C3Z .navbar-toggler {
    transform: scale(0.8);
  }
}
@media (max-width: 991px) {
  .cid-tUev817C3Z .navbar .dropdown > .dropdown-menu {
    background-color: rgba(27, 31, 10, 0.04) !important;
    border-radius: 1rem;
    left: 0;
    max-width: 100% !important;
    padding: 8px !important;
    top: 10px;
    transform: translateX(0);
  }
  .cid-tUev817C3Z .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tUev817C3Z .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0.5rem;
    margin-right: 0;
    margin-top: 0;
    position: static;
    transform: rotate(0deg);
    transition: .3s all;
  }
  .cid-tUev817C3Z .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tUev817C3Z .navbar .dropdown > .dropdown-menu .dropdown-item {
    line-height: 1 !important;
    margin-bottom: 4px !important;
    padding: 8px !important;
  }
  .cid-tUev817C3Z .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    background-color: rgba(27, 31, 10, 0.04) !important;
    border-radius: 1rem;
    left: 0;
    max-width: 100% !important;
    padding: 8px !important;
    position: static;
    top: 0;
    transform: translateX(0) !important;
    width: 100%;
  }
  .cid-tUev817C3Z .navbar .dropdown.open > .dropdown-menu {
    align-items: flex-start;
    display: flex !important;
    flex-direction: column;
  }
  .cid-tUev817C3Z .navbar-brand {
    margin-right: auto;
  }
  .cid-tUev817C3Z .navbar-collapse {
    background: rgba(255, 255, 255, 0.9) !important;
    border-color: rgba(255, 255, 255, 0.9) !important;
    opacity: 1;
    backdrop-filter: blur(8px);
    background: #ffffff;
    border-radius: 1.5rem;
    left: 0;
    padding: 1rem;
    position: absolute;
    top: 110%;
    width: 100%;
    z-index: -1 !important;
  }
  .cid-tUev817C3Z .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tUev817C3Z .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tUev817C3Z .navbar {
    height: 70px;
  }
  .cid-tUev817C3Z .navbar.opened {
    height: auto;
  }
  .cid-tUev817C3Z .nav-item .nav-link:hover::before {
    left: -1rem;
    max-width: calc(100% + 2rem);
    width: 175%;
  }
}
.cid-tUev817C3Z a.nav-link {
  align-items: center;
  display: flex;
  justify-content: center;
}
.cid-tUev817C3Z button.navbar-toggler {
  align-self: center;
  cursor: pointer;
  height: 20px;
  outline: none;
  position: relative;
  transition: all 0.2s;
  width: 31px;
}
.cid-tUev817C3Z button.navbar-toggler .hamburger span {
  background-color: #000000;
  border-right: 5px;
  height: 2px;
  position: absolute;
  right: 0;
  width: 30px;
}
.cid-tUev817C3Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUev817C3Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUev817C3Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUev817C3Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUev817C3Z nav.opened .hamburger span:nth-child(1) {
  opacity: 0;
  right: 50%;
  top: 8px;
  transition: all 0.2s;
  width: 0;
}
.cid-tUev817C3Z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUev817C3Z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUev817C3Z nav.opened .hamburger span:nth-child(4) {
  opacity: 0;
  right: 50%;
  top: 8px;
  transition: all 0.2s;
  width: 0;
}
.cid-tUev817C3Z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tTVApAapsQ {
  background-image: url("../../../assets/images/banner-1904x941.webp");
}
.cid-tTVApAapsQ .mbr-fallback-image {
  background-position: center center;
  background-size: cover;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.cid-tTVApAapsQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTVApAapsQ .mbr-section-title {
  color: #ffffff;
  text-align: left;
  text-shadow: 2px 2px 4px #000000;
}
.cid-tUbmxx4w5r {
  background-color: #fafafa;
  padding-bottom: 5rem;
  padding-top: 5rem;
  position: relative;
}
.cid-tUbmxx4w5r .second-bg-color {
  background-color: #f5ff7d;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.cid-tUbmxx4w5r .item {
  align-items: stretch;
  display: flex;
  margin-bottom: 1.4vw;
  overflow: visible;
}
@media (max-width: 767px) {
  .cid-tUbmxx4w5r .item {
    margin-bottom: 0.75rem;
  }
}
.cid-tUbmxx4w5r .item-content {
  margin-top: 1.75rem;
  width: 100%;
}
.cid-tUbmxx4w5r .item-img {
  align-items: center;
  aspect-ratio: 0.76923077;
  border-radius: 26px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  transition: 0.3s all;
  width: 100%;
}
.cid-tUbmxx4w5r .item-img:hover {
  transform: translateY(-3px);
}
.cid-tUbmxx4w5r .item-img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.cid-tUbmxx4w5r .item-title {
  color: #000000;
  margin-right: auto;
  width: 100%;
}
.cid-tUbmxx4w5r .item-wrapper {
  display: flex;
  flex-direction: column;
  overflow: visible;
  transition: 0.3s all;
  width: 100%;
}
.cid-tUbmxx4w5r .mbr-section-btn {
  margin-top: 1rem;
}
.cid-tUbmxx4w5r .mbr-section-head {
  margin-bottom: 3.4vw;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tUbmxx4w5r .mbr-section-head {
    margin-bottom: 6.93vw;
  }
}
.cid-tUbmxx4w5r .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
}
.cid-tUbmxx4w5r .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
}
.cid-tUbmxx4w5r .mbr-text {
  color: #000000;
  margin-top: 0.75rem;
}
.cid-tUqphVePZf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tUqphVePZf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUqphVePZf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUqphVePZf .video-wrapper iframe {
  width: 100%;
}
.cid-tUqphVePZf .mbr-section-title,
.cid-tUqphVePZf .mbr-section-subtitle,
.cid-tUqphVePZf .mbr-text {
  text-align: center;
}
.cid-txAG5lV2Nd {
  background-color: #ffffff;
  padding-bottom: 2rem;
  padding-top: 0rem;
}
.cid-txAG5lV2Nd .embla {
  position: relative;
  width: 100%;
}
.cid-txAG5lV2Nd .embla__button {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 22px;
  height: 60px;
  justify-content: center;
  margin-top: -1.5rem;
  position: absolute;
  top: 50%;
  transition: all 0.3s;
  width: 60px;
}
.cid-txAG5lV2Nd .embla__button.embla__button--next {
  margin-right: 2.5rem;
  right: 0;
}
.cid-txAG5lV2Nd .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-txAG5lV2Nd .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-txAG5lV2Nd .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
  .cid-txAG5lV2Nd .embla__button {
    top: auto;
  }
}
.cid-txAG5lV2Nd .embla__button--next,
.cid-txAG5lV2Nd .embla__button--prev {
  display: flex;
}
.cid-txAG5lV2Nd .embla__container {
  display: flex;
  -khtml-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.cid-txAG5lV2Nd .embla__slide {
  display: flex;
  justify-content: center;
  max-width: 810px;
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-txAG5lV2Nd .embla__slide {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
    max-width: initial;
    min-width: 70%;
  }
}
.cid-txAG5lV2Nd .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-txAG5lV2Nd .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-txAG5lV2Nd .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-txAG5lV2Nd .item:focus,
.cid-txAG5lV2Nd span:focus {
  outline: none;
}
.cid-txAG5lV2Nd .item-subtitle {
  color: #232323;
  text-align: center;
}
.cid-txAG5lV2Nd .item-title {
  text-align: center;
}
.cid-txAG5lV2Nd .item-wrapper {
  position: relative;
}
.cid-txAG5lV2Nd .mbr-section-btn {
  margin-top: auto !important;
}
.cid-txAG5lV2Nd .mbr-section-title {
  color: #232323;
}
.cid-txAG5lV2Nd .mbr-text,
.cid-txAG5lV2Nd .mbr-section-btn {
  text-align: center;
}
.cid-txAG5lV2Nd .slide-content {
  background: #fafafa;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .cid-txAG5lV2Nd .slide-content .item-content {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-txAG5lV2Nd .slide-content .item-content {
    padding: 2rem;
  }
}
.cid-txAG5lV2Nd img,
.cid-txAG5lV2Nd .item-img {
  height: 500px;
  height: 100%;
  object-fit: cover;
  width: 500px;
}
.cid-tTWTBTU6iC {
  background: #fafafa;
  padding-bottom: 6rem;
  padding-top: 6rem;
}
.cid-tTWTBTU6iC .card1-text {
  color: #272727;
}
.cid-tTWTBTU6iC .card-text,
.cid-tTWTBTU6iC .mbr-section-btn,
.cid-tTWTBTU6iC .social-row {
  color: #353535;
}
.cid-tTWTBTU6iC .card-title,
.cid-tTWTBTU6iC .social-row {
  color: #272727;
  text-align: left;
}
.cid-tTWTBTU6iC .card-wrap {
  background: #ffffff;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-bottom: 2rem;
}
.cid-tTWTBTU6iC .card-wrap:hover img {
  transform: scale(1.1);
}
.cid-tTWTBTU6iC .card-wrap .content-wrap {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tTWTBTU6iC .card-wrap .content-wrap {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tTWTBTU6iC .card-wrap .content-wrap {
    padding: 2rem;
  }
}
.cid-tTWTBTU6iC .card-wrap .image-wrap img {
  height: 300px;
  object-fit: cover;
  transition: all 0.3s;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tTWTBTU6iC .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tTWTBTU6iC .container-fluid {
  max-width: 1500px;
}
.cid-tTWTBTU6iC .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.cid-tTWTBTU6iC .icon1 {
  font-size: 2.2rem;
}
.cid-tTWTBTU6iC .iconfont-wrapper {
  display: block;
  font-size: 1.2rem;
  margin: 0 0.2rem;
  padding: 0.4rem 0;
  position: relative;
}
.cid-tTWTBTU6iC .iconfont-wrapper:before {
  background: #6592e6;
  bottom: 0;
  content: '';
  height: 0%;
  left: 0;
  position: absolute;
  transition: all 0.3s;
  width: 100%;
  z-index: 0;
}
.cid-tTWTBTU6iC .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-tTWTBTU6iC .icons-menu {
  display: flex;
}
@media (max-width: 767px) {
  .cid-tTWTBTU6iC .icons-menu {
    justify-content: center;
  }
}
.cid-tTWTBTU6iC .image-wrap {
  clip-path: polygon(100% 0, 100% 100%, 0% 94%, 0% 0%);
}
.cid-tTWTBTU6iC .mbr-iconfont {
  color: #272727;
  fomt-size: 1rem;
  position: relative;
}
.cid-tTWTBTU6iC .mbr-main-subtitle {
  background: #6592e6;
  margin-bottom: 2rem;
  padding: 0.4rem 0.8rem;
  position: relative;
  width: fit-content;
}
.cid-tTWTBTU6iC .mbr-main-subtitle:before {
  border-bottom: 18px solid transparent;
  border-left: 24px solid #6592e6;
  bottom: -18px;
  content: '';
  left: 0;
  position: absolute;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-tTWTBTU6iC .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-tTWTBTU6iC .mbr-role,
.cid-tTWTBTU6iC .social-row {
  color: #353535;
  text-align: left;
}
.cid-tTWTBTU6iC .mbr-section-title {
  color: #272727;
}
.cid-tTWTBTU6iC .social {
  align-items: center;
  display: inline-flex;
  margin-bottom: 0.5rem;
  padding-left: 3rem;
}
.cid-tTWTBTU6iC .social .mbr-iconfont {
  color: #6592e6;
  padding-right: 0.6rem;
}
@media (max-width: 767px) {
  .cid-tTWTBTU6iC .social {
    padding-left: 0rem;
  }
}
.cid-tTWTBTU6iC .soc-link,
.cid-tTWTBTU6iC .soc-wrapper {
  color: #272727;
}
.cid-tTWTBTU6iC .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tTWTBTU6iC .team-card:hover {
  transform: translateY(-10px);
}
.cid-tTWTBTU6iC .text-wrapper {
  display: flex;
}
.cid-tTWTBTU6iC .text-wrapper span {
  color: #6592e6;
  padding-right: 1rem;
}
@media (min-width: 1400px) {
  .cid-tTWTBTU6iC .col-lg-3 {
    padding: 0 1.5rem;
  }
}
.cid-tU8NBvOOxy {
  background-color: #ffffff;
  padding-bottom: 0rem;
  padding-top: 5rem;
}
.cid-tU8NBvOOxy .mbr-fallback-image {
  background-position: center center;
  background-size: cover;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.cid-tU8NBvOOxy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUcMsBrgSR {
  background-color: #ffffff;
  padding-bottom: 1rem;
  padding-top: 3rem;
}
@media (max-width: 991px) {
  .cid-tUcMsBrgSR .content {
    text-align: center;
  }
}
.cid-tUcMsBrgSR .image-wrapper {
  padding: 0 2rem;
}
@media (max-width: 1199px) {
  .cid-tUcMsBrgSR .image-wrapper {
    margin-bottom: 3rem;
    padding: 0;
  }
}
.cid-tUcMsBrgSR .image-wrapper img {
  border-radius: 15px;
  width: 100%;
}
.cid-tUcMsBrgSR .line {
  opacity: 0;
  background-color: #1f1437;
  height: 50px;
  margin: 0 20px;
  opacity: 0.5;
  width: 1px;
}
.cid-tUcMsBrgSR .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tUcMsBrgSR .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tUcMsBrgSR .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-tUcMsBrgSR .mbr-card-title {
    text-align: start;
  }
}
.cid-tUcMsBrgSR .mbr-number {
  margin-bottom: 0;
  width: 60px;
}
.cid-tUcMsBrgSR .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-tUcMsBrgSR .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tUcMsBrgSR .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tUcMsBrgSR .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-tUcMsBrgSR .mbr-section-title {
  color: #353535;
  margin-bottom: 1.5rem;
}
.cid-tUcMsBrgSR .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
.cid-tUcMsBrgSR .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-tUcMsBrgSR .mbr-tile-text {
    text-align: start;
  }
}
.cid-tUcMsBrgSR .numbers {
  align-self: center;
  display: flex;
}
.cid-tUcMsBrgSR .nutrition {
  background-color: #f3edf7;
  border-radius: 10px;
  margin-bottom: 2rem;
  margin-left: 4.5rem;
  margin-right: 2rem;
  max-width: 543px;
  padding: 2.5rem 2rem;
}
@media (max-width: 1030px) {
  .cid-tUcMsBrgSR .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 1099px) {
  .cid-tUcMsBrgSR .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1199px) {
  .cid-tUcMsBrgSR .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 479px) {
  .cid-tUcMsBrgSR .nutrition {
    padding: 1.5rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tUcMsBrgSR .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tUcMsBrgSR .nutrition-head {
  border-bottom: 1px solid #cd8ad1;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-tUcMsBrgSR .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-tUcMsBrgSR .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-tUcMsBrgSR .nutrition-wrap .nutrition-tile {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-tUcMsBrgSR .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
@media (max-width: 388px) {
  .cid-tUcMsBrgSR .nutrition-wrap {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .cid-tUcMsBrgSR .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cid-tUcMsBrgSR .nutrition-wrap {
    justify-content: center;
  }
}
.cid-tUcMsBrgSR .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tUcMsBrgSR .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-tUcMsBrgSR .price-text-wrap {
  align-items: center;
  display: flex;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tUcMsBrgSR .price-text-wrap {
    justify-content: center;
    margin-left: 0;
  }
}
.cid-tUcMsBrgSR .tile-text-wrap {
  display: flex;
}
@media (min-width: 992px) {
  .cid-tUcMsBrgSR .text-wrapper,
  .cid-tUcMsBrgSR .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tUcMsBrgSR .text-wrapper,
  .cid-tUcMsBrgSR .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tUcMsBrgSR .text-wrapper,
  .cid-tUcMsBrgSR .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tUcMsBrgSR .text-wrapper,
  .cid-tUcMsBrgSR .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tUcMsBrgSR .text-wrapper,
  .cid-tUcMsBrgSR .price {
    padding-left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tUcMsBrgSR div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-tUcMsBrgSR svg {
  display: none;
  display: inline-block;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
  width: 50px;
}
.cid-tUcMsBrgSR svg path {
  fill: #cd8ad1;
}
.cid-tUcO39cHXx {
  background-color: #ecf3fe;
  padding-bottom: 1rem;
  padding-top: 3rem;
}
.cid-tUcO39cHXx .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tUcO39cHXx .content {
    text-align: center;
  }
}
.cid-tUcO39cHXx .image-wrapper {
  padding: 0 2rem;
}
@media (max-width: 1199px) {
  .cid-tUcO39cHXx .image-wrapper {
    margin-bottom: 3rem;
    padding: 0;
  }
}
.cid-tUcO39cHXx .image-wrapper img {
  border-radius: 15px;
  width: 100%;
}
.cid-tUcO39cHXx .line {
  opacity: 0;
  background-color: #1f1437;
  height: 50px;
  margin: 0 20px;
  opacity: 0.5;
  width: 1px;
}
.cid-tUcO39cHXx .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tUcO39cHXx .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tUcO39cHXx .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-tUcO39cHXx .mbr-card-title {
    text-align: start;
  }
}
.cid-tUcO39cHXx .mbr-number {
  margin-bottom: 0;
  width: 60px;
}
.cid-tUcO39cHXx .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-tUcO39cHXx .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tUcO39cHXx .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tUcO39cHXx .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-tUcO39cHXx .mbr-section-title {
  color: #353535;
  margin-bottom: 1.5rem;
}
.cid-tUcO39cHXx .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
.cid-tUcO39cHXx .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-tUcO39cHXx .mbr-tile-text {
    text-align: start;
  }
}
.cid-tUcO39cHXx .numbers {
  align-self: center;
  display: flex;
}
.cid-tUcO39cHXx .nutrition {
  background-color: #f3edf7;
  border-radius: 10px;
  margin-bottom: 2rem;
  margin-left: 4.5rem;
  margin-right: 2rem;
  max-width: 543px;
  padding: 2.5rem 2rem;
}
@media (max-width: 1030px) {
  .cid-tUcO39cHXx .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 1099px) {
  .cid-tUcO39cHXx .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1199px) {
  .cid-tUcO39cHXx .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 479px) {
  .cid-tUcO39cHXx .nutrition {
    padding: 1.5rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tUcO39cHXx .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tUcO39cHXx .nutrition-head {
  border-bottom: 1px solid #cd8ad1;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-tUcO39cHXx .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-tUcO39cHXx .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-tUcO39cHXx .nutrition-wrap .nutrition-tile {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-tUcO39cHXx .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
@media (max-width: 388px) {
  .cid-tUcO39cHXx .nutrition-wrap {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .cid-tUcO39cHXx .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cid-tUcO39cHXx .nutrition-wrap {
    justify-content: center;
  }
}
.cid-tUcO39cHXx .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tUcO39cHXx .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-tUcO39cHXx .price-text-wrap {
  align-items: center;
  display: flex;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tUcO39cHXx .price-text-wrap {
    justify-content: center;
    margin-left: 0;
  }
}
.cid-tUcO39cHXx .tile-text-wrap {
  display: flex;
}
@media (min-width: 992px) {
  .cid-tUcO39cHXx .text-wrapper,
  .cid-tUcO39cHXx .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tUcO39cHXx .text-wrapper,
  .cid-tUcO39cHXx .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tUcO39cHXx .text-wrapper,
  .cid-tUcO39cHXx .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tUcO39cHXx .text-wrapper,
  .cid-tUcO39cHXx .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tUcO39cHXx .text-wrapper,
  .cid-tUcO39cHXx .price {
    padding-left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tUcO39cHXx div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-tUcO39cHXx svg {
  display: none;
  display: inline-block;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
  width: 50px;
}
.cid-tUcO39cHXx svg path {
  fill: #cd8ad1;
}
.cid-tUd7l6BhG0 {
  background-color: #ffffff;
  padding-bottom: 1rem;
  padding-top: 3rem;
}
@media (max-width: 991px) {
  .cid-tUd7l6BhG0 .content {
    text-align: center;
  }
}
.cid-tUd7l6BhG0 .image-wrapper {
  padding: 0 2rem;
}
@media (max-width: 1199px) {
  .cid-tUd7l6BhG0 .image-wrapper {
    margin-bottom: 3rem;
    padding: 0;
  }
}
.cid-tUd7l6BhG0 .image-wrapper img {
  border-radius: 15px;
  width: 100%;
}
.cid-tUd7l6BhG0 .line {
  opacity: 0;
  background-color: #1f1437;
  height: 50px;
  margin: 0 20px;
  opacity: 0.5;
  width: 1px;
}
.cid-tUd7l6BhG0 .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tUd7l6BhG0 .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tUd7l6BhG0 .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-tUd7l6BhG0 .mbr-card-title {
    text-align: start;
  }
}
.cid-tUd7l6BhG0 .mbr-number {
  margin-bottom: 0;
  width: 60px;
}
.cid-tUd7l6BhG0 .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-tUd7l6BhG0 .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tUd7l6BhG0 .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tUd7l6BhG0 .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-tUd7l6BhG0 .mbr-section-title {
  color: #353535;
  margin-bottom: 1.5rem;
}
.cid-tUd7l6BhG0 .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
.cid-tUd7l6BhG0 .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-tUd7l6BhG0 .mbr-tile-text {
    text-align: start;
  }
}
.cid-tUd7l6BhG0 .numbers {
  align-self: center;
  display: flex;
}
.cid-tUd7l6BhG0 .nutrition {
  background-color: #f3edf7;
  border-radius: 10px;
  margin-bottom: 2rem;
  margin-left: 4.5rem;
  margin-right: 2rem;
  max-width: 543px;
  padding: 2.5rem 2rem;
}
@media (max-width: 1030px) {
  .cid-tUd7l6BhG0 .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 1099px) {
  .cid-tUd7l6BhG0 .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1199px) {
  .cid-tUd7l6BhG0 .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 479px) {
  .cid-tUd7l6BhG0 .nutrition {
    padding: 1.5rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tUd7l6BhG0 .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tUd7l6BhG0 .nutrition-head {
  border-bottom: 1px solid #cd8ad1;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-tUd7l6BhG0 .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-tUd7l6BhG0 .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-tUd7l6BhG0 .nutrition-wrap .nutrition-tile {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-tUd7l6BhG0 .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
@media (max-width: 388px) {
  .cid-tUd7l6BhG0 .nutrition-wrap {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .cid-tUd7l6BhG0 .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cid-tUd7l6BhG0 .nutrition-wrap {
    justify-content: center;
  }
}
.cid-tUd7l6BhG0 .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tUd7l6BhG0 .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-tUd7l6BhG0 .price-text-wrap {
  align-items: center;
  display: flex;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tUd7l6BhG0 .price-text-wrap {
    justify-content: center;
    margin-left: 0;
  }
}
.cid-tUd7l6BhG0 .tile-text-wrap {
  display: flex;
}
@media (min-width: 992px) {
  .cid-tUd7l6BhG0 .text-wrapper,
  .cid-tUd7l6BhG0 .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tUd7l6BhG0 .text-wrapper,
  .cid-tUd7l6BhG0 .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tUd7l6BhG0 .text-wrapper,
  .cid-tUd7l6BhG0 .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tUd7l6BhG0 .text-wrapper,
  .cid-tUd7l6BhG0 .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tUd7l6BhG0 .text-wrapper,
  .cid-tUd7l6BhG0 .price {
    padding-left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tUd7l6BhG0 div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-tUd7l6BhG0 svg {
  display: none;
  display: inline-block;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
  width: 50px;
}
.cid-tUd7l6BhG0 svg path {
  fill: #cd8ad1;
}
.cid-tUd99PkIBm {
  background-color: #ecf3fe;
  padding-bottom: 1rem;
  padding-top: 3rem;
}
.cid-tUd99PkIBm .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tUd99PkIBm .content {
    text-align: center;
  }
}
.cid-tUd99PkIBm .image-wrapper {
  padding: 0 2rem;
}
@media (max-width: 1199px) {
  .cid-tUd99PkIBm .image-wrapper {
    margin-bottom: 3rem;
    padding: 0;
  }
}
.cid-tUd99PkIBm .image-wrapper img {
  border-radius: 15px;
  width: 100%;
}
.cid-tUd99PkIBm .line {
  opacity: 0;
  background-color: #1f1437;
  height: 50px;
  margin: 0 20px;
  opacity: 0.5;
  width: 1px;
}
.cid-tUd99PkIBm .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tUd99PkIBm .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tUd99PkIBm .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-tUd99PkIBm .mbr-card-title {
    text-align: start;
  }
}
.cid-tUd99PkIBm .mbr-number {
  margin-bottom: 0;
  width: 60px;
}
.cid-tUd99PkIBm .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-tUd99PkIBm .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tUd99PkIBm .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tUd99PkIBm .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-tUd99PkIBm .mbr-section-title {
  color: #353535;
  margin-bottom: 1.5rem;
}
.cid-tUd99PkIBm .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
.cid-tUd99PkIBm .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-tUd99PkIBm .mbr-tile-text {
    text-align: start;
  }
}
.cid-tUd99PkIBm .numbers {
  align-self: center;
  display: flex;
}
.cid-tUd99PkIBm .nutrition {
  background-color: #f3edf7;
  border-radius: 10px;
  margin-bottom: 2rem;
  margin-left: 4.5rem;
  margin-right: 2rem;
  max-width: 543px;
  padding: 2.5rem 2rem;
}
@media (max-width: 1030px) {
  .cid-tUd99PkIBm .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 1099px) {
  .cid-tUd99PkIBm .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1199px) {
  .cid-tUd99PkIBm .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 479px) {
  .cid-tUd99PkIBm .nutrition {
    padding: 1.5rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tUd99PkIBm .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tUd99PkIBm .nutrition-head {
  border-bottom: 1px solid #cd8ad1;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-tUd99PkIBm .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-tUd99PkIBm .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-tUd99PkIBm .nutrition-wrap .nutrition-tile {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-tUd99PkIBm .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
@media (max-width: 388px) {
  .cid-tUd99PkIBm .nutrition-wrap {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .cid-tUd99PkIBm .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cid-tUd99PkIBm .nutrition-wrap {
    justify-content: center;
  }
}
.cid-tUd99PkIBm .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tUd99PkIBm .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-tUd99PkIBm .price-text-wrap {
  align-items: center;
  display: flex;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tUd99PkIBm .price-text-wrap {
    justify-content: center;
    margin-left: 0;
  }
}
.cid-tUd99PkIBm .tile-text-wrap {
  display: flex;
}
@media (min-width: 992px) {
  .cid-tUd99PkIBm .text-wrapper,
  .cid-tUd99PkIBm .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tUd99PkIBm .text-wrapper,
  .cid-tUd99PkIBm .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tUd99PkIBm .text-wrapper,
  .cid-tUd99PkIBm .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tUd99PkIBm .text-wrapper,
  .cid-tUd99PkIBm .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tUd99PkIBm .text-wrapper,
  .cid-tUd99PkIBm .price {
    padding-left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tUd99PkIBm div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-tUd99PkIBm svg {
  display: none;
  display: inline-block;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
  width: 50px;
}
.cid-tUd99PkIBm svg path {
  fill: #cd8ad1;
}
.cid-tUd9bPiz0H {
  background-color: #ffffff;
  padding-bottom: 1rem;
  padding-top: 3rem;
}
@media (max-width: 991px) {
  .cid-tUd9bPiz0H .content {
    text-align: center;
  }
}
.cid-tUd9bPiz0H .image-wrapper {
  padding: 0 2rem;
}
@media (max-width: 1199px) {
  .cid-tUd9bPiz0H .image-wrapper {
    margin-bottom: 3rem;
    padding: 0;
  }
}
.cid-tUd9bPiz0H .image-wrapper img {
  border-radius: 15px;
  width: 100%;
}
.cid-tUd9bPiz0H .line {
  opacity: 0;
  background-color: #1f1437;
  height: 50px;
  margin: 0 20px;
  opacity: 0.5;
  width: 1px;
}
.cid-tUd9bPiz0H .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tUd9bPiz0H .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tUd9bPiz0H .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-tUd9bPiz0H .mbr-card-title {
    text-align: start;
  }
}
.cid-tUd9bPiz0H .mbr-number {
  margin-bottom: 0;
  width: 60px;
}
.cid-tUd9bPiz0H .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-tUd9bPiz0H .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tUd9bPiz0H .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tUd9bPiz0H .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-tUd9bPiz0H .mbr-section-title {
  color: #353535;
  margin-bottom: 1.5rem;
}
.cid-tUd9bPiz0H .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
.cid-tUd9bPiz0H .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-tUd9bPiz0H .mbr-tile-text {
    text-align: start;
  }
}
.cid-tUd9bPiz0H .numbers {
  align-self: center;
  display: flex;
}
.cid-tUd9bPiz0H .nutrition {
  background-color: #f3edf7;
  border-radius: 10px;
  margin-bottom: 2rem;
  margin-left: 4.5rem;
  margin-right: 2rem;
  max-width: 543px;
  padding: 2.5rem 2rem;
}
@media (max-width: 1030px) {
  .cid-tUd9bPiz0H .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 1099px) {
  .cid-tUd9bPiz0H .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1199px) {
  .cid-tUd9bPiz0H .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 479px) {
  .cid-tUd9bPiz0H .nutrition {
    padding: 1.5rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tUd9bPiz0H .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tUd9bPiz0H .nutrition-head {
  border-bottom: 1px solid #cd8ad1;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-tUd9bPiz0H .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-tUd9bPiz0H .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-tUd9bPiz0H .nutrition-wrap .nutrition-tile {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-tUd9bPiz0H .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
@media (max-width: 388px) {
  .cid-tUd9bPiz0H .nutrition-wrap {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .cid-tUd9bPiz0H .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cid-tUd9bPiz0H .nutrition-wrap {
    justify-content: center;
  }
}
.cid-tUd9bPiz0H .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tUd9bPiz0H .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-tUd9bPiz0H .price-text-wrap {
  align-items: center;
  display: flex;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tUd9bPiz0H .price-text-wrap {
    justify-content: center;
    margin-left: 0;
  }
}
.cid-tUd9bPiz0H .tile-text-wrap {
  display: flex;
}
@media (min-width: 992px) {
  .cid-tUd9bPiz0H .text-wrapper,
  .cid-tUd9bPiz0H .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tUd9bPiz0H .text-wrapper,
  .cid-tUd9bPiz0H .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tUd9bPiz0H .text-wrapper,
  .cid-tUd9bPiz0H .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tUd9bPiz0H .text-wrapper,
  .cid-tUd9bPiz0H .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tUd9bPiz0H .text-wrapper,
  .cid-tUd9bPiz0H .price {
    padding-left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tUd9bPiz0H div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-tUd9bPiz0H svg {
  display: none;
  display: inline-block;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
  width: 50px;
}
.cid-tUd9bPiz0H svg path {
  fill: #cd8ad1;
}
.cid-tUd9cLqbeq {
  background-color: #ecf3fe;
  padding-bottom: 1rem;
  padding-top: 3rem;
}
.cid-tUd9cLqbeq .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tUd9cLqbeq .content {
    text-align: center;
  }
}
.cid-tUd9cLqbeq .image-wrapper {
  padding: 0 2rem;
}
@media (max-width: 1199px) {
  .cid-tUd9cLqbeq .image-wrapper {
    margin-bottom: 3rem;
    padding: 0;
  }
}
.cid-tUd9cLqbeq .image-wrapper img {
  border-radius: 15px;
  width: 100%;
}
.cid-tUd9cLqbeq .line {
  opacity: 0;
  background-color: #1f1437;
  height: 50px;
  margin: 0 20px;
  opacity: 0.5;
  width: 1px;
}
.cid-tUd9cLqbeq .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tUd9cLqbeq .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tUd9cLqbeq .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-tUd9cLqbeq .mbr-card-title {
    text-align: start;
  }
}
.cid-tUd9cLqbeq .mbr-number {
  margin-bottom: 0;
  width: 60px;
}
.cid-tUd9cLqbeq .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-tUd9cLqbeq .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tUd9cLqbeq .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tUd9cLqbeq .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-tUd9cLqbeq .mbr-section-title {
  color: #353535;
  margin-bottom: 1.5rem;
}
.cid-tUd9cLqbeq .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
.cid-tUd9cLqbeq .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-tUd9cLqbeq .mbr-tile-text {
    text-align: start;
  }
}
.cid-tUd9cLqbeq .numbers {
  align-self: center;
  display: flex;
}
.cid-tUd9cLqbeq .nutrition {
  background-color: #f3edf7;
  border-radius: 10px;
  margin-bottom: 2rem;
  margin-left: 4.5rem;
  margin-right: 2rem;
  max-width: 543px;
  padding: 2.5rem 2rem;
}
@media (max-width: 1030px) {
  .cid-tUd9cLqbeq .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 1099px) {
  .cid-tUd9cLqbeq .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1199px) {
  .cid-tUd9cLqbeq .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 479px) {
  .cid-tUd9cLqbeq .nutrition {
    padding: 1.5rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tUd9cLqbeq .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tUd9cLqbeq .nutrition-head {
  border-bottom: 1px solid #cd8ad1;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-tUd9cLqbeq .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-tUd9cLqbeq .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-tUd9cLqbeq .nutrition-wrap .nutrition-tile {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-tUd9cLqbeq .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
@media (max-width: 388px) {
  .cid-tUd9cLqbeq .nutrition-wrap {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .cid-tUd9cLqbeq .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cid-tUd9cLqbeq .nutrition-wrap {
    justify-content: center;
  }
}
.cid-tUd9cLqbeq .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tUd9cLqbeq .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-tUd9cLqbeq .price-text-wrap {
  align-items: center;
  display: flex;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tUd9cLqbeq .price-text-wrap {
    justify-content: center;
    margin-left: 0;
  }
}
.cid-tUd9cLqbeq .tile-text-wrap {
  display: flex;
}
@media (min-width: 992px) {
  .cid-tUd9cLqbeq .text-wrapper,
  .cid-tUd9cLqbeq .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tUd9cLqbeq .text-wrapper,
  .cid-tUd9cLqbeq .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tUd9cLqbeq .text-wrapper,
  .cid-tUd9cLqbeq .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tUd9cLqbeq .text-wrapper,
  .cid-tUd9cLqbeq .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tUd9cLqbeq .text-wrapper,
  .cid-tUd9cLqbeq .price {
    padding-left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tUd9cLqbeq div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-tUd9cLqbeq svg {
  display: none;
  display: inline-block;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
  width: 50px;
}
.cid-tUd9cLqbeq svg path {
  fill: #cd8ad1;
}
.cid-tUdazYQOaB {
  background-color: #ffffff;
  padding-bottom: 1rem;
  padding-top: 2rem;
}
@media (max-width: 991px) {
  .cid-tUdazYQOaB .content {
    text-align: center;
  }
}
.cid-tUdazYQOaB .image-wrapper {
  padding: 0 2rem;
}
@media (max-width: 1199px) {
  .cid-tUdazYQOaB .image-wrapper {
    margin-bottom: 3rem;
    padding: 0;
  }
}
.cid-tUdazYQOaB .image-wrapper img {
  border-radius: 15px;
  width: 100%;
}
.cid-tUdazYQOaB .line {
  opacity: 0;
  background-color: #1f1437;
  height: 50px;
  margin: 0 20px;
  opacity: 0.5;
  width: 1px;
}
.cid-tUdazYQOaB .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tUdazYQOaB .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tUdazYQOaB .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-tUdazYQOaB .mbr-card-title {
    text-align: start;
  }
}
.cid-tUdazYQOaB .mbr-number {
  margin-bottom: 0;
  width: 60px;
}
.cid-tUdazYQOaB .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-tUdazYQOaB .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tUdazYQOaB .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tUdazYQOaB .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-tUdazYQOaB .mbr-section-title {
  color: #353535;
  margin-bottom: 1.5rem;
}
.cid-tUdazYQOaB .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
.cid-tUdazYQOaB .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-tUdazYQOaB .mbr-tile-text {
    text-align: start;
  }
}
.cid-tUdazYQOaB .numbers {
  align-self: center;
  display: flex;
}
.cid-tUdazYQOaB .nutrition {
  background-color: #f3edf7;
  border-radius: 10px;
  margin-bottom: 2rem;
  margin-left: 4.5rem;
  margin-right: 2rem;
  max-width: 543px;
  padding: 2.5rem 2rem;
}
@media (max-width: 1030px) {
  .cid-tUdazYQOaB .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 1099px) {
  .cid-tUdazYQOaB .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1199px) {
  .cid-tUdazYQOaB .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 479px) {
  .cid-tUdazYQOaB .nutrition {
    padding: 1.5rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tUdazYQOaB .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tUdazYQOaB .nutrition-head {
  border-bottom: 1px solid #cd8ad1;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-tUdazYQOaB .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-tUdazYQOaB .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-tUdazYQOaB .nutrition-wrap .nutrition-tile {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-tUdazYQOaB .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
@media (max-width: 388px) {
  .cid-tUdazYQOaB .nutrition-wrap {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .cid-tUdazYQOaB .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cid-tUdazYQOaB .nutrition-wrap {
    justify-content: center;
  }
}
.cid-tUdazYQOaB .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tUdazYQOaB .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-tUdazYQOaB .price-text-wrap {
  align-items: center;
  display: flex;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tUdazYQOaB .price-text-wrap {
    justify-content: center;
    margin-left: 0;
  }
}
.cid-tUdazYQOaB .tile-text-wrap {
  display: flex;
}
@media (min-width: 992px) {
  .cid-tUdazYQOaB .text-wrapper,
  .cid-tUdazYQOaB .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tUdazYQOaB .text-wrapper,
  .cid-tUdazYQOaB .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tUdazYQOaB .text-wrapper,
  .cid-tUdazYQOaB .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tUdazYQOaB .text-wrapper,
  .cid-tUdazYQOaB .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tUdazYQOaB .text-wrapper,
  .cid-tUdazYQOaB .price {
    padding-left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tUdazYQOaB div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-tUdazYQOaB svg {
  display: none;
  display: inline-block;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
  width: 50px;
}
.cid-tUdazYQOaB svg path {
  fill: #cd8ad1;
}
.cid-tUd9aWVYtM {
  background-color: #ecf3fe;
  padding-bottom: 1rem;
  padding-top: 3rem;
}
.cid-tUd9aWVYtM .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tUd9aWVYtM .content {
    text-align: center;
  }
}
.cid-tUd9aWVYtM .image-wrapper {
  padding: 0 2rem;
}
@media (max-width: 1199px) {
  .cid-tUd9aWVYtM .image-wrapper {
    margin-bottom: 3rem;
    padding: 0;
  }
}
.cid-tUd9aWVYtM .image-wrapper img {
  border-radius: 15px;
  width: 100%;
}
.cid-tUd9aWVYtM .line {
  opacity: 0;
  background-color: #1f1437;
  height: 50px;
  margin: 0 20px;
  opacity: 0.5;
  width: 1px;
}
.cid-tUd9aWVYtM .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tUd9aWVYtM .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tUd9aWVYtM .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-tUd9aWVYtM .mbr-card-title {
    text-align: start;
  }
}
.cid-tUd9aWVYtM .mbr-number {
  margin-bottom: 0;
  width: 60px;
}
.cid-tUd9aWVYtM .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-tUd9aWVYtM .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tUd9aWVYtM .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tUd9aWVYtM .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-tUd9aWVYtM .mbr-section-title {
  color: #353535;
  margin-bottom: 1.5rem;
}
.cid-tUd9aWVYtM .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
.cid-tUd9aWVYtM .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-tUd9aWVYtM .mbr-tile-text {
    text-align: start;
  }
}
.cid-tUd9aWVYtM .numbers {
  align-self: center;
  display: flex;
}
.cid-tUd9aWVYtM .nutrition {
  background-color: #f3edf7;
  border-radius: 10px;
  margin-bottom: 2rem;
  margin-left: 4.5rem;
  margin-right: 2rem;
  max-width: 543px;
  padding: 2.5rem 2rem;
}
@media (max-width: 1030px) {
  .cid-tUd9aWVYtM .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 1099px) {
  .cid-tUd9aWVYtM .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1199px) {
  .cid-tUd9aWVYtM .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 479px) {
  .cid-tUd9aWVYtM .nutrition {
    padding: 1.5rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tUd9aWVYtM .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tUd9aWVYtM .nutrition-head {
  border-bottom: 1px solid #cd8ad1;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-tUd9aWVYtM .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-tUd9aWVYtM .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-tUd9aWVYtM .nutrition-wrap .nutrition-tile {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-tUd9aWVYtM .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
@media (max-width: 388px) {
  .cid-tUd9aWVYtM .nutrition-wrap {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .cid-tUd9aWVYtM .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cid-tUd9aWVYtM .nutrition-wrap {
    justify-content: center;
  }
}
.cid-tUd9aWVYtM .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tUd9aWVYtM .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-tUd9aWVYtM .price-text-wrap {
  align-items: center;
  display: flex;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tUd9aWVYtM .price-text-wrap {
    justify-content: center;
    margin-left: 0;
  }
}
.cid-tUd9aWVYtM .tile-text-wrap {
  display: flex;
}
@media (min-width: 992px) {
  .cid-tUd9aWVYtM .text-wrapper,
  .cid-tUd9aWVYtM .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tUd9aWVYtM .text-wrapper,
  .cid-tUd9aWVYtM .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tUd9aWVYtM .text-wrapper,
  .cid-tUd9aWVYtM .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tUd9aWVYtM .text-wrapper,
  .cid-tUd9aWVYtM .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tUd9aWVYtM .text-wrapper,
  .cid-tUd9aWVYtM .price {
    padding-left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tUd9aWVYtM div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-tUd9aWVYtM svg {
  display: none;
  display: inline-block;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
  width: 50px;
}
.cid-tUd9aWVYtM svg path {
  fill: #cd8ad1;
}
.cid-sMATQV52cM {
  background-color: #fafafa;
  padding-bottom: 6rem;
  padding-top: 6rem;
}
.cid-sMATQV52cM .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sMATQV52cM .divider__top_left {
  background-color: transparent;
  border-bottom-left-radius: 100px;
  box-shadow: 0 100px 0 0 #fafafa;
  height: 200px;
  left: 0;
  position: absolute;
  top: -200px;
  width: 100px;
}
.cid-sMATQV52cM .divider__top_right {
  background-color: transparent;
  border-bottom-right-radius: 100px;
  box-shadow: 0 100px 0 0 #fafafa;
  height: 200px;
  position: absolute;
  right: 0;
  top: -200px;
  width: 100px;
}
.cid-sMATQV52cM .mbr-iconfont {
  color: #6592e6;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  margin-left: 1rem;
}
.cid-sMATQV52cM .panel-body,
.cid-sMATQV52cM .card-header {
  padding: 1rem 0;
}
.cid-sMATQV52cM .panel-group {
  border: none;
}
.cid-sMATQV52cM .panel-title {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.cid-sMATQV52cM .panel-title-edit {
  color: #000000;
}
@media screen and (max-width: 800px) {
  .cid-sMATQV52cM .divider__top_left {
    border-bottom-left-radius: 20px;
  }
  .cid-sMATQV52cM .divider__top_right {
    border-bottom-right-radius: 20px;
  }
}
.cid-sMIvSfrtOd {
  background-image: url("../../../assets/images/home-banner-6-1920x830.webp");
  padding-bottom: 10rem;
  padding-top: 10rem;
}
.cid-s48P1Icc8J {
  background-color: #232323;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.cid-s48P1Icc8J .media-container-row {
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.cid-s48P1Icc8J .media-container-row .foot-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s48P1Icc8J .media-container-row .row-copirayt {
  width: 100%;
  word-break: break-word;
}
.cid-s48P1Icc8J .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-s48P1Icc8J .media-container-row .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.cid-s48P1Icc8J .media-container-row .social-list .mbr-iconfont-social {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-s48P1Icc8J .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
@media (max-width: 767px) {
  .cid-s48P1Icc8J .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-s48P1Icc8J .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-s48P1Icc8J .media-container-row .social-list a:hover {
  opacity: 1;
}
.cid-s48P1Icc8J .row-links {
  justify-content: center;
  width: 100%;
}
.cid-s48P1Icc8J .social-row {
  justify-content: center;
  width: 100%;
}
.cid-tUev817C3Z {
  position: relative;
  width: 100%;
  z-index: 1000;
}
.cid-tUev817C3Z .navbar {
  opacity: 1;
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid transparent;
  border-radius: 0 !important;
  box-shadow: none !important;
  min-height: 90px;
  padding: 0 !important;
  transition: opacity 0.3s;
}
.cid-tUev817C3Z .navbar.collapsed {
  justify-content: center;
}
.cid-tUev817C3Z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tUev817C3Z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tUev817C3Z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUev817C3Z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUev817C3Z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  border-bottom: 0;
  border-left: 0.35em solid transparent;
  border-right: 0.35em solid transparent;
  border-top: 0.35em solid;
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  top: 41%;
}
.cid-tUev817C3Z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tUev817C3Z .navbar.collapsed .icons-menu {
  padding-bottom: 0.5rem;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
}
.cid-tUev817C3Z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUev817C3Z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUev817C3Z .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tUev817C3Z .navbar.opened {
  transition: all 0.3s;
}
.cid-tUev817C3Z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUev817C3Z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUev817C3Z .navbar .navbar-logo img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-tUev817C3Z .navbar {
    min-height: 72px;
  }
  .cid-tUev817C3Z .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tUev817C3Z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUev817C3Z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUev817C3Z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUev817C3Z .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    border-bottom: 0;
    border-left: 0.35em solid transparent;
    border-right: 0.35em solid transparent;
    border-top: 0.35em solid;
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    top: 40%;
  }
  .cid-tUev817C3Z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUev817C3Z .navbar .icons-menu {
    padding-bottom: 0.5rem;
    padding-left: 0;
    padding-top: 0.5rem;
  }
  .cid-tUev817C3Z .navbar .navbar-brand {
    flex-basis: auto;
    flex-shrink: initial;
    padding-right: 10px;
    word-break: break-word;
  }
  .cid-tUev817C3Z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUev817C3Z .navbar .nav-item .nav-link::before {
    display: none;
  }
}
.cid-tUev817C3Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  margin: 0 !important;
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-tUev817C3Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUev817C3Z .container {
  background: rgba(255, 255, 255, 0.9) !important;
  align-items: center;
  background-color: #ffffff;
  border-radius: 100vw;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  display: flex;
  flex-wrap: nowrap;
  height: 90px;
  justify-content: flex-end;
  left: 0;
  margin-top: 1rem;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  padding: 0.5rem 0.6rem;
  right: 0;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
}
@media (max-width: 767px) {
  .cid-tUev817C3Z .container {
    height: 56px !important;
    margin-top: 0rem;
    padding-right: 1rem;
    width: 95%;
  }
}
@media (max-width: 992px) {
  .cid-tUev817C3Z .container {
    padding-right: 2rem;
  }
}
.cid-tUev817C3Z .dropdown .dropdown-menu .dropdown-item {
  transition: all 0.25s ease-in-out;
  width: auto;
}
.cid-tUev817C3Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUev817C3Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUev817C3Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUev817C3Z .dropdown-item.active,
.cid-tUev817C3Z .dropdown-item:active {
  background-color: transparent;
}
.cid-tUev817C3Z .dropdown-item:before {
  content: "\e966";
  display: inline-block;
  font-family: Moririse2 !important;
  font-size: inherit;
  left: 1rem;
  line-height: 1;
  margin-right: 0.5rem;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 0.5rem;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
  vertical-align: middle;
  width: 0;
}
.cid-tUev817C3Z .dropdown-menu {
  background: rgba(255, 255, 255, 0.9) !important;
  background: #ffffff;
  border-radius: 1.5rem;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: 100%;
  min-width: auto;
  padding: 12px 4px !important;
  transition: .3s all !important;
}
.cid-tUev817C3Z .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tUev817C3Z .icons-menu {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tUev817C3Z .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-tUev817C3Z .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tUev817C3Z .navbar .dropdown > .dropdown-menu {
  display: none;
  left: 50%;
  max-width: 500px !important;
  top: calc(100% + 20px);
  transform: translateX(-50%);
  width: max-content;
}
.cid-tUev817C3Z .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tUev817C3Z .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 0.5rem;
  margin-right: 0;
  margin-top: 0;
  position: static;
  transform: rotate(-90deg);
  transition: .3s all;
}
.cid-tUev817C3Z .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tUev817C3Z .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tUev817C3Z .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tUev817C3Z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tUev817C3Z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 105%;
  margin: 0;
  top: -12px;
  transform: none;
}
.cid-tUev817C3Z .navbar-brand {
  align-items: center;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tUev817C3Z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUev817C3Z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUev817C3Z .navbar-brand img {
  border-radius: 0px !important;
  max-height: 100%;
  max-width: 100%;
}
.cid-tUev817C3Z .navbar-buttons {
  min-width: 140px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tUev817C3Z .navbar-buttons {
    text-align: left;
  }
}
.cid-tUev817C3Z .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 575px) {
  .cid-tUev817C3Z .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tUev817C3Z .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tUev817C3Z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUev817C3Z .navbar-logo {
  margin: 0 !important;
  padding-left: 2rem;
}
@media (max-width: 767px) {
  .cid-tUev817C3Z .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tUev817C3Z .navbar-nav {
  margin-left: auto;
  margin-right: auto;
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-tUev817C3Z .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tUev817C3Z .navbar-nav .dropdown-item {
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  padding: 12px !important;
  transition: .3s all !important;
}
.cid-tUev817C3Z .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tUev817C3Z .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tUev817C3Z .navbar-nav .nav-item .nav-link {
  border-radius: 1rem !important;
  margin: 0 !important;
  padding: 16px !important;
  transition: .3s all !important;
}
.cid-tUev817C3Z .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tUev817C3Z .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tUev817C3Z .navbar-nav .open .nav-link::before {
    background: transparent;
    content: "";
    height: 20px;
    position: absolute;
    top: 100%;
    width: 100%;
  }
}
.cid-tUev817C3Z .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 767px) {
  .cid-tUev817C3Z .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tUev817C3Z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUev817C3Z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUev817C3Z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tUev817C3Z .nav-item:focus,
.cid-tUev817C3Z .nav-link:focus {
  outline: none;
}
.cid-tUev817C3Z .nav-link {
  position: relative;
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-tUev817C3Z .navbar-toggler {
    transform: scale(0.8);
  }
}
@media (max-width: 991px) {
  .cid-tUev817C3Z .navbar .dropdown > .dropdown-menu {
    background-color: rgba(27, 31, 10, 0.04) !important;
    border-radius: 1rem;
    left: 0;
    max-width: 100% !important;
    padding: 8px !important;
    top: 10px;
    transform: translateX(0);
  }
  .cid-tUev817C3Z .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tUev817C3Z .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0.5rem;
    margin-right: 0;
    margin-top: 0;
    position: static;
    transform: rotate(0deg);
    transition: .3s all;
  }
  .cid-tUev817C3Z .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tUev817C3Z .navbar .dropdown > .dropdown-menu .dropdown-item {
    line-height: 1 !important;
    margin-bottom: 4px !important;
    padding: 8px !important;
  }
  .cid-tUev817C3Z .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    background-color: rgba(27, 31, 10, 0.04) !important;
    border-radius: 1rem;
    left: 0;
    max-width: 100% !important;
    padding: 8px !important;
    position: static;
    top: 0;
    transform: translateX(0) !important;
    width: 100%;
  }
  .cid-tUev817C3Z .navbar .dropdown.open > .dropdown-menu {
    align-items: flex-start;
    display: flex !important;
    flex-direction: column;
  }
  .cid-tUev817C3Z .navbar-brand {
    margin-right: auto;
  }
  .cid-tUev817C3Z .navbar-collapse {
    background: rgba(255, 255, 255, 0.9) !important;
    border-color: rgba(255, 255, 255, 0.9) !important;
    opacity: 1;
    backdrop-filter: blur(8px);
    background: #ffffff;
    border-radius: 1.5rem;
    left: 0;
    padding: 1rem;
    position: absolute;
    top: 110%;
    width: 100%;
    z-index: -1 !important;
  }
  .cid-tUev817C3Z .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tUev817C3Z .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tUev817C3Z .navbar {
    height: 70px;
  }
  .cid-tUev817C3Z .navbar.opened {
    height: auto;
  }
  .cid-tUev817C3Z .nav-item .nav-link:hover::before {
    left: -1rem;
    max-width: calc(100% + 2rem);
    width: 175%;
  }
}
.cid-tUev817C3Z a.nav-link {
  align-items: center;
  display: flex;
  justify-content: center;
}
.cid-tUev817C3Z button.navbar-toggler {
  align-self: center;
  cursor: pointer;
  height: 20px;
  outline: none;
  position: relative;
  transition: all 0.2s;
  width: 31px;
}
.cid-tUev817C3Z button.navbar-toggler .hamburger span {
  background-color: #000000;
  border-right: 5px;
  height: 2px;
  position: absolute;
  right: 0;
  width: 30px;
}
.cid-tUev817C3Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUev817C3Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUev817C3Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUev817C3Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUev817C3Z nav.opened .hamburger span:nth-child(1) {
  opacity: 0;
  right: 50%;
  top: 8px;
  transition: all 0.2s;
  width: 0;
}
.cid-tUev817C3Z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUev817C3Z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUev817C3Z nav.opened .hamburger span:nth-child(4) {
  opacity: 0;
  right: 50%;
  top: 8px;
  transition: all 0.2s;
  width: 0;
}
.cid-tUev817C3Z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tU8WvA2FTW {
  background-color: #fafafa;
  padding-bottom: 3rem;
  padding-top: 6rem;
}
.cid-tU8WvA2FTW .mbr-fallback-image {
  background-position: center center;
  background-size: cover;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.cid-tU8WvA2FTW .mbr-fallback-image.disabled {
  display: none;
}
.cid-sMCp3ij8O1 {
  background-color: #fafafa;
  -bottom: 60px;
  padding-top: 60px;
}
.cid-sMCp3ij8O1 .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-sMCp3ij8O1 .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline {
  color: #ffffff;
}
.cid-sMCp3ij8O1 .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline:hover {
  color: #000000;
}
.cid-sMCp3ij8O1 .card .wrapper .buttons-wrap .mbr-section-btn .btn.display-4 {
  letter-spacing: 0;
  line-height: 1.5;
  padding: 7px 39px;
}
.cid-sMCp3ij8O1 .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sMCp3ij8O1 .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-sMCp3ij8O1 .card .wrapper .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-sMCp3ij8O1 .card .wrapper .mbr-section-title span:nth-child(2) {
  background: #ff5e3a;
  color: #ffffff;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  padding: 0 6px 1px 5px;
  position: relative;
  transform: skew(-14deg);
}
.cid-sMCp3ij8O1 .card .wrapper .mbr-text {
  color: #ffffff;
}
.cid-sMCp3ij8O1 .card .wrapper .mbr-section-subtitle,
.cid-sMCp3ij8O1 .mbr-section-btn {
  color: #232323;
}
.cid-sMCp3ij8O1 .card .wrapper .mbr-section-title,
.cid-sMCp3ij8O1 .mbr-section-btn {
  color: #232323;
}
.cid-sMCp3ij8O1 .card .wrapper .mbr-text,
.cid-sMCp3ij8O1 .mbr-section-btn {
  color: #000000;
}
.cid-sMCp3ij8O1 .image-button-wrapper {
  position: relative;
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../../../assets/images/webthumbnail-867x259.webp");
  background-size: cover;
  background-position: center;
  border-radius: 30px;
  width: 100%;
  height: 259px;
  max-width: 857px;
}
.cid-sMCp3ij8O1 .centered-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-tVyYvHGpDJ {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tVyYvHGpDJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVyYvHGpDJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-s48P1Icc8J {
  background-color: #232323;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.cid-s48P1Icc8J .media-container-row {
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.cid-s48P1Icc8J .media-container-row .foot-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s48P1Icc8J .media-container-row .row-copirayt {
  width: 100%;
  word-break: break-word;
}
.cid-s48P1Icc8J .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-s48P1Icc8J .media-container-row .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.cid-s48P1Icc8J .media-container-row .social-list .mbr-iconfont-social {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-s48P1Icc8J .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
@media (max-width: 767px) {
  .cid-s48P1Icc8J .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-s48P1Icc8J .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-s48P1Icc8J .media-container-row .social-list a:hover {
  opacity: 1;
}
.cid-s48P1Icc8J .row-links {
  justify-content: center;
  width: 100%;
}
.cid-s48P1Icc8J .social-row {
  justify-content: center;
  width: 100%;
}
.cid-tVxEjr74yh {
  position: relative;
  width: 100%;
  z-index: 1000;
}
.cid-tVxEjr74yh .navbar {
  opacity: 1;
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid transparent;
  border-radius: 0 !important;
  box-shadow: none !important;
  min-height: 90px;
  padding: 0 !important;
  transition: opacity 0.3s;
}
.cid-tVxEjr74yh .navbar.collapsed {
  justify-content: center;
}
.cid-tVxEjr74yh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tVxEjr74yh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tVxEjr74yh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVxEjr74yh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVxEjr74yh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  border-bottom: 0;
  border-left: 0.35em solid transparent;
  border-right: 0.35em solid transparent;
  border-top: 0.35em solid;
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  top: 41%;
}
.cid-tVxEjr74yh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tVxEjr74yh .navbar.collapsed .icons-menu {
  padding-bottom: 0.5rem;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
}
.cid-tVxEjr74yh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVxEjr74yh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVxEjr74yh .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tVxEjr74yh .navbar.opened {
  transition: all 0.3s;
}
.cid-tVxEjr74yh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tVxEjr74yh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tVxEjr74yh .navbar .navbar-logo img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-tVxEjr74yh .navbar {
    min-height: 72px;
  }
  .cid-tVxEjr74yh .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tVxEjr74yh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVxEjr74yh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tVxEjr74yh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVxEjr74yh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    border-bottom: 0;
    border-left: 0.35em solid transparent;
    border-right: 0.35em solid transparent;
    border-top: 0.35em solid;
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    top: 40%;
  }
  .cid-tVxEjr74yh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tVxEjr74yh .navbar .icons-menu {
    padding-bottom: 0.5rem;
    padding-left: 0;
    padding-top: 0.5rem;
  }
  .cid-tVxEjr74yh .navbar .navbar-brand {
    flex-basis: auto;
    flex-shrink: initial;
    padding-right: 10px;
    word-break: break-word;
  }
  .cid-tVxEjr74yh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tVxEjr74yh .navbar .nav-item .nav-link::before {
    display: none;
  }
}
.cid-tVxEjr74yh .collapsed .dropdown .dropdown-menu .dropdown-item {
  margin: 0 !important;
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-tVxEjr74yh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVxEjr74yh .container {
  background: rgba(255, 255, 255, 0.9) !important;
  align-items: center;
  background-color: #ffffff;
  border-radius: 100vw;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  display: flex;
  flex-wrap: nowrap;
  height: 90px;
  justify-content: flex-end;
  left: 0;
  margin-top: 1rem;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  padding: 0.5rem 0.6rem;
  right: 0;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
}
@media (max-width: 767px) {
  .cid-tVxEjr74yh .container {
    height: 56px !important;
    margin-top: 0rem;
    padding-right: 1rem;
    width: 95%;
  }
}
@media (max-width: 992px) {
  .cid-tVxEjr74yh .container {
    padding-right: 2rem;
  }
}
.cid-tVxEjr74yh .dropdown .dropdown-menu .dropdown-item {
  transition: all 0.25s ease-in-out;
  width: auto;
}
.cid-tVxEjr74yh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVxEjr74yh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tVxEjr74yh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVxEjr74yh .dropdown-item.active,
.cid-tVxEjr74yh .dropdown-item:active {
  background-color: transparent;
}
.cid-tVxEjr74yh .dropdown-item:before {
  content: "\e966";
  display: inline-block;
  font-family: Moririse2 !important;
  font-size: inherit;
  left: 1rem;
  line-height: 1;
  margin-right: 0.5rem;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 0.5rem;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
  vertical-align: middle;
  width: 0;
}
.cid-tVxEjr74yh .dropdown-menu {
  background: rgba(255, 255, 255, 0.9) !important;
  background: #ffffff;
  border-radius: 1.5rem;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: 100%;
  min-width: auto;
  padding: 12px 4px !important;
  transition: .3s all !important;
}
.cid-tVxEjr74yh .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tVxEjr74yh .icons-menu {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tVxEjr74yh .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-tVxEjr74yh .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tVxEjr74yh .navbar .dropdown > .dropdown-menu {
  display: none;
  left: 50%;
  max-width: 500px !important;
  top: calc(100% + 20px);
  transform: translateX(-50%);
  width: max-content;
}
.cid-tVxEjr74yh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tVxEjr74yh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 0.5rem;
  margin-right: 0;
  margin-top: 0;
  position: static;
  transform: rotate(-90deg);
  transition: .3s all;
}
.cid-tVxEjr74yh .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tVxEjr74yh .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tVxEjr74yh .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tVxEjr74yh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tVxEjr74yh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 105%;
  margin: 0;
  top: -12px;
  transform: none;
}
.cid-tVxEjr74yh .navbar-brand {
  align-items: center;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tVxEjr74yh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tVxEjr74yh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVxEjr74yh .navbar-brand img {
  border-radius: 0px !important;
  max-height: 100%;
  max-width: 100%;
}
.cid-tVxEjr74yh .navbar-buttons {
  min-width: 140px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tVxEjr74yh .navbar-buttons {
    text-align: left;
  }
}
.cid-tVxEjr74yh .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 575px) {
  .cid-tVxEjr74yh .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tVxEjr74yh .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tVxEjr74yh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVxEjr74yh .navbar-logo {
  margin: 0 !important;
  padding-left: 2rem;
}
@media (max-width: 767px) {
  .cid-tVxEjr74yh .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tVxEjr74yh .navbar-nav {
  margin-left: auto;
  margin-right: auto;
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-tVxEjr74yh .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tVxEjr74yh .navbar-nav .dropdown-item {
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  padding: 12px !important;
  transition: .3s all !important;
}
.cid-tVxEjr74yh .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tVxEjr74yh .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tVxEjr74yh .navbar-nav .nav-item .nav-link {
  border-radius: 1rem !important;
  margin: 0 !important;
  padding: 16px !important;
  transition: .3s all !important;
}
.cid-tVxEjr74yh .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tVxEjr74yh .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tVxEjr74yh .navbar-nav .open .nav-link::before {
    background: transparent;
    content: "";
    height: 20px;
    position: absolute;
    top: 100%;
    width: 100%;
  }
}
.cid-tVxEjr74yh .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 767px) {
  .cid-tVxEjr74yh .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tVxEjr74yh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVxEjr74yh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVxEjr74yh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tVxEjr74yh .nav-item:focus,
.cid-tVxEjr74yh .nav-link:focus {
  outline: none;
}
.cid-tVxEjr74yh .nav-link {
  position: relative;
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-tVxEjr74yh .navbar-toggler {
    transform: scale(0.8);
  }
}
@media (max-width: 991px) {
  .cid-tVxEjr74yh .navbar .dropdown > .dropdown-menu {
    background-color: rgba(27, 31, 10, 0.04) !important;
    border-radius: 1rem;
    left: 0;
    max-width: 100% !important;
    padding: 8px !important;
    top: 10px;
    transform: translateX(0);
  }
  .cid-tVxEjr74yh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tVxEjr74yh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0.5rem;
    margin-right: 0;
    margin-top: 0;
    position: static;
    transform: rotate(0deg);
    transition: .3s all;
  }
  .cid-tVxEjr74yh .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tVxEjr74yh .navbar .dropdown > .dropdown-menu .dropdown-item {
    line-height: 1 !important;
    margin-bottom: 4px !important;
    padding: 8px !important;
  }
  .cid-tVxEjr74yh .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    background-color: rgba(27, 31, 10, 0.04) !important;
    border-radius: 1rem;
    left: 0;
    max-width: 100% !important;
    padding: 8px !important;
    position: static;
    top: 0;
    transform: translateX(0) !important;
    width: 100%;
  }
  .cid-tVxEjr74yh .navbar .dropdown.open > .dropdown-menu {
    align-items: flex-start;
    display: flex !important;
    flex-direction: column;
  }
  .cid-tVxEjr74yh .navbar-brand {
    margin-right: auto;
  }
  .cid-tVxEjr74yh .navbar-collapse {
    background: rgba(255, 255, 255, 0.9) !important;
    border-color: rgba(255, 255, 255, 0.9) !important;
    opacity: 1;
    backdrop-filter: blur(8px);
    background: #ffffff;
    border-radius: 1.5rem;
    left: 0;
    padding: 1rem;
    position: absolute;
    top: 110%;
    width: 100%;
    z-index: -1 !important;
  }
  .cid-tVxEjr74yh .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tVxEjr74yh .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tVxEjr74yh .navbar {
    height: 70px;
  }
  .cid-tVxEjr74yh .navbar.opened {
    height: auto;
  }
  .cid-tVxEjr74yh .nav-item .nav-link:hover::before {
    left: -1rem;
    max-width: calc(100% + 2rem);
    width: 175%;
  }
}
.cid-tVxEjr74yh a.nav-link {
  align-items: center;
  display: flex;
  justify-content: center;
}
.cid-tVxEjr74yh button.navbar-toggler {
  align-self: center;
  cursor: pointer;
  height: 20px;
  outline: none;
  position: relative;
  transition: all 0.2s;
  width: 31px;
}
.cid-tVxEjr74yh button.navbar-toggler .hamburger span {
  background-color: #000000;
  border-right: 5px;
  height: 2px;
  position: absolute;
  right: 0;
  width: 30px;
}
.cid-tVxEjr74yh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tVxEjr74yh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVxEjr74yh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVxEjr74yh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tVxEjr74yh nav.opened .hamburger span:nth-child(1) {
  opacity: 0;
  right: 50%;
  top: 8px;
  transition: all 0.2s;
  width: 0;
}
.cid-tVxEjr74yh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tVxEjr74yh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tVxEjr74yh nav.opened .hamburger span:nth-child(4) {
  opacity: 0;
  right: 50%;
  top: 8px;
  transition: all 0.2s;
  width: 0;
}
.cid-tVxEjr74yh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tVxEjriKAX {
  background-color: #fafafa;
  padding-bottom: 3rem;
  padding-top: 6rem;
}
.cid-tVxEjriKAX .mbr-fallback-image {
  background-position: center center;
  background-size: cover;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.cid-tVxEjriKAX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVxEjryUup {
  background-color: #fafafa;
  padding-bottom: 135px;
  padding-top: 75px;
}
.cid-tVxEjryUup .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-tVxEjryUup .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline {
  color: #ffffff;
}
.cid-tVxEjryUup .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline:hover {
  color: #000000;
}
.cid-tVxEjryUup .card .wrapper .buttons-wrap .mbr-section-btn .btn.display-4 {
  letter-spacing: 0;
  line-height: 1.5;
  padding: 7px 39px;
}
.cid-tVxEjryUup .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tVxEjryUup .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-tVxEjryUup .card .wrapper .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-tVxEjryUup .card .wrapper .mbr-section-title span:nth-child(2) {
  background: #ff5e3a;
  color: #ffffff;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  padding: 0 6px 1px 5px;
  position: relative;
  transform: skew(-14deg);
}
.cid-tVxEjryUup .card .wrapper .mbr-text {
  color: #ffffff;
}
.cid-tVxEjryUup .card .wrapper .mbr-section-subtitle,
.cid-tVxEjryUup .mbr-section-btn {
  color: #232323;
}
.cid-tVxEjryUup .card .wrapper .mbr-section-title,
.cid-tVxEjryUup .mbr-section-btn {
  color: #232323;
}
.cid-tVxEjryUup .card .wrapper .mbr-text,
.cid-tVxEjryUup .mbr-section-btn {
  color: #000000;
}
.cid-tVxEjryUup H2 {
  color: #353535;
}
.cid-tVxEjrHVeG {
  background-color: #232323;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.cid-tVxEjrHVeG .media-container-row {
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.cid-tVxEjrHVeG .media-container-row .foot-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.cid-tVxEjrHVeG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tVxEjrHVeG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tVxEjrHVeG .media-container-row .row-copirayt {
  width: 100%;
  word-break: break-word;
}
.cid-tVxEjrHVeG .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tVxEjrHVeG .media-container-row .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.cid-tVxEjrHVeG .media-container-row .social-list .mbr-iconfont-social {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-tVxEjrHVeG .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
@media (max-width: 767px) {
  .cid-tVxEjrHVeG .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tVxEjrHVeG .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tVxEjrHVeG .media-container-row .social-list a:hover {
  opacity: 1;
}
.cid-tVxEjrHVeG .row-links {
  justify-content: center;
  width: 100%;
}
.cid-tVxEjrHVeG .social-row {
  justify-content: center;
  width: 100%;
}
.cid-tU9GENbGDJ {
  position: relative;
  width: 100%;
  z-index: 1000;
}
.cid-tU9GENbGDJ .navbar {
  opacity: 1;
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid transparent;
  border-radius: 0 !important;
  box-shadow: none !important;
  min-height: 90px;
  padding: 0 !important;
  transition: opacity 0.3s;
}
.cid-tU9GENbGDJ .navbar.collapsed {
  justify-content: center;
}
.cid-tU9GENbGDJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tU9GENbGDJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tU9GENbGDJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tU9GENbGDJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tU9GENbGDJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  border-bottom: 0;
  border-left: 0.35em solid transparent;
  border-right: 0.35em solid transparent;
  border-top: 0.35em solid;
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  top: 41%;
}
.cid-tU9GENbGDJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tU9GENbGDJ .navbar.collapsed .icons-menu {
  padding-bottom: 0.5rem;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
}
.cid-tU9GENbGDJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tU9GENbGDJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tU9GENbGDJ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tU9GENbGDJ .navbar.opened {
  transition: all 0.3s;
}
.cid-tU9GENbGDJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tU9GENbGDJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tU9GENbGDJ .navbar .navbar-logo img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-tU9GENbGDJ .navbar {
    min-height: 72px;
  }
  .cid-tU9GENbGDJ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tU9GENbGDJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tU9GENbGDJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tU9GENbGDJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tU9GENbGDJ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    border-bottom: 0;
    border-left: 0.35em solid transparent;
    border-right: 0.35em solid transparent;
    border-top: 0.35em solid;
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    top: 40%;
  }
  .cid-tU9GENbGDJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tU9GENbGDJ .navbar .icons-menu {
    padding-bottom: 0.5rem;
    padding-left: 0;
    padding-top: 0.5rem;
  }
  .cid-tU9GENbGDJ .navbar .navbar-brand {
    flex-basis: auto;
    flex-shrink: initial;
    padding-right: 10px;
    word-break: break-word;
  }
  .cid-tU9GENbGDJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tU9GENbGDJ .navbar .nav-item .nav-link::before {
    display: none;
  }
}
.cid-tU9GENbGDJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  margin: 0 !important;
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-tU9GENbGDJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tU9GENbGDJ .container {
  background: rgba(255, 255, 255, 0.9) !important;
  align-items: center;
  background-color: #ffffff;
  border-radius: 100vw;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  display: flex;
  flex-wrap: nowrap;
  height: 90px;
  justify-content: flex-end;
  left: 0;
  margin-top: 1rem;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  padding: 0.5rem 0.6rem;
  right: 0;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
}
@media (max-width: 767px) {
  .cid-tU9GENbGDJ .container {
    height: 56px !important;
    margin-top: 0rem;
    padding-right: 1rem;
    width: 95%;
  }
}
@media (max-width: 992px) {
  .cid-tU9GENbGDJ .container {
    padding-right: 2rem;
  }
}
.cid-tU9GENbGDJ .dropdown .dropdown-menu .dropdown-item {
  transition: all 0.25s ease-in-out;
  width: auto;
}
.cid-tU9GENbGDJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tU9GENbGDJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tU9GENbGDJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tU9GENbGDJ .dropdown-item.active,
.cid-tU9GENbGDJ .dropdown-item:active {
  background-color: transparent;
}
.cid-tU9GENbGDJ .dropdown-item:before {
  content: "\e966";
  display: inline-block;
  font-family: Moririse2 !important;
  font-size: inherit;
  left: 1rem;
  line-height: 1;
  margin-right: 0.5rem;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 0.5rem;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
  vertical-align: middle;
  width: 0;
}
.cid-tU9GENbGDJ .dropdown-menu {
  background: rgba(255, 255, 255, 0.9) !important;
  background: #ffffff;
  border-radius: 1.5rem;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: 100%;
  min-width: auto;
  padding: 12px 4px !important;
  transition: .3s all !important;
}
.cid-tU9GENbGDJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tU9GENbGDJ .icons-menu {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tU9GENbGDJ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-tU9GENbGDJ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tU9GENbGDJ .navbar .dropdown > .dropdown-menu {
  display: none;
  left: 50%;
  max-width: 500px !important;
  top: calc(100% + 20px);
  transform: translateX(-50%);
  width: max-content;
}
.cid-tU9GENbGDJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tU9GENbGDJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 0.5rem;
  margin-right: 0;
  margin-top: 0;
  position: static;
  transform: rotate(-90deg);
  transition: .3s all;
}
.cid-tU9GENbGDJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tU9GENbGDJ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tU9GENbGDJ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tU9GENbGDJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tU9GENbGDJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 105%;
  margin: 0;
  top: -12px;
  transform: none;
}
.cid-tU9GENbGDJ .navbar-brand {
  align-items: center;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tU9GENbGDJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tU9GENbGDJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tU9GENbGDJ .navbar-brand img {
  border-radius: 0px !important;
  max-height: 100%;
  max-width: 100%;
}
.cid-tU9GENbGDJ .navbar-buttons {
  min-width: 140px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tU9GENbGDJ .navbar-buttons {
    text-align: left;
  }
}
.cid-tU9GENbGDJ .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 575px) {
  .cid-tU9GENbGDJ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tU9GENbGDJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tU9GENbGDJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tU9GENbGDJ .navbar-logo {
  margin: 0 !important;
  padding-left: 2rem;
}
@media (max-width: 767px) {
  .cid-tU9GENbGDJ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tU9GENbGDJ .navbar-nav {
  margin-left: auto;
  margin-right: auto;
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-tU9GENbGDJ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tU9GENbGDJ .navbar-nav .dropdown-item {
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  padding: 12px !important;
  transition: .3s all !important;
}
.cid-tU9GENbGDJ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tU9GENbGDJ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tU9GENbGDJ .navbar-nav .nav-item .nav-link {
  border-radius: 1rem !important;
  margin: 0 !important;
  padding: 16px !important;
  transition: .3s all !important;
}
.cid-tU9GENbGDJ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tU9GENbGDJ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tU9GENbGDJ .navbar-nav .open .nav-link::before {
    background: transparent;
    content: "";
    height: 20px;
    position: absolute;
    top: 100%;
    width: 100%;
  }
}
.cid-tU9GENbGDJ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 767px) {
  .cid-tU9GENbGDJ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tU9GENbGDJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tU9GENbGDJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tU9GENbGDJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tU9GENbGDJ .nav-item:focus,
.cid-tU9GENbGDJ .nav-link:focus {
  outline: none;
}
.cid-tU9GENbGDJ .nav-link {
  position: relative;
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-tU9GENbGDJ .navbar-toggler {
    transform: scale(0.8);
  }
}
@media (max-width: 991px) {
  .cid-tU9GENbGDJ .navbar .dropdown > .dropdown-menu {
    background-color: rgba(27, 31, 10, 0.04) !important;
    border-radius: 1rem;
    left: 0;
    max-width: 100% !important;
    padding: 8px !important;
    top: 10px;
    transform: translateX(0);
  }
  .cid-tU9GENbGDJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tU9GENbGDJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0.5rem;
    margin-right: 0;
    margin-top: 0;
    position: static;
    transform: rotate(0deg);
    transition: .3s all;
  }
  .cid-tU9GENbGDJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tU9GENbGDJ .navbar .dropdown > .dropdown-menu .dropdown-item {
    line-height: 1 !important;
    margin-bottom: 4px !important;
    padding: 8px !important;
  }
  .cid-tU9GENbGDJ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    background-color: rgba(27, 31, 10, 0.04) !important;
    border-radius: 1rem;
    left: 0;
    max-width: 100% !important;
    padding: 8px !important;
    position: static;
    top: 0;
    transform: translateX(0) !important;
    width: 100%;
  }
  .cid-tU9GENbGDJ .navbar .dropdown.open > .dropdown-menu {
    align-items: flex-start;
    display: flex !important;
    flex-direction: column;
  }
  .cid-tU9GENbGDJ .navbar-brand {
    margin-right: auto;
  }
  .cid-tU9GENbGDJ .navbar-collapse {
    background: rgba(255, 255, 255, 0.9) !important;
    border-color: rgba(255, 255, 255, 0.9) !important;
    opacity: 1;
    backdrop-filter: blur(8px);
    background: #ffffff;
    border-radius: 1.5rem;
    left: 0;
    padding: 1rem;
    position: absolute;
    top: 110%;
    width: 100%;
    z-index: -1 !important;
  }
  .cid-tU9GENbGDJ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tU9GENbGDJ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tU9GENbGDJ .navbar {
    height: 70px;
  }
  .cid-tU9GENbGDJ .navbar.opened {
    height: auto;
  }
  .cid-tU9GENbGDJ .nav-item .nav-link:hover::before {
    left: -1rem;
    max-width: calc(100% + 2rem);
    width: 175%;
  }
}
.cid-tU9GENbGDJ a.nav-link {
  align-items: center;
  display: flex;
  justify-content: center;
}
.cid-tU9GENbGDJ button.navbar-toggler {
  align-self: center;
  cursor: pointer;
  height: 20px;
  outline: none;
  position: relative;
  transition: all 0.2s;
  width: 31px;
}
.cid-tU9GENbGDJ button.navbar-toggler .hamburger span {
  background-color: #000000;
  border-right: 5px;
  height: 2px;
  position: absolute;
  right: 0;
  width: 30px;
}
.cid-tU9GENbGDJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tU9GENbGDJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tU9GENbGDJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tU9GENbGDJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tU9GENbGDJ nav.opened .hamburger span:nth-child(1) {
  opacity: 0;
  right: 50%;
  top: 8px;
  transition: all 0.2s;
  width: 0;
}
.cid-tU9GENbGDJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tU9GENbGDJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tU9GENbGDJ nav.opened .hamburger span:nth-child(4) {
  opacity: 0;
  right: 50%;
  top: 8px;
  transition: all 0.2s;
  width: 0;
}
.cid-tU9GENbGDJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tU9GENpKQn {
  background-color: #ffffff;
  padding-bottom: 5rem;
  padding-top: 5rem;
}
.cid-tU9GENpKQn .mbr-fallback-image {
  background-position: center center;
  background-size: cover;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.cid-tU9GENpKQn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUcYFEtf8K {
  background-color: #ffffff;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.cid-tUcYFEtf8K .mbr-fallback-image {
  background-position: center center;
  background-size: cover;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.cid-tUcYFEtf8K .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUcYFEtf8K .mbr-section-subtitle {
  text-align: left;
}
.cid-tUcYFEtf8K .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tU9GENYVdN {
  background-color: #ebebeb;
  padding-bottom: 5rem;
  padding-top: 5rem;
}
.cid-tU9GENYVdN #tier_regions {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 0 10px;
  position: relative;
}
.cid-tU9GENYVdN .card {
  min-width: 220px;
}
.cid-tU9GENYVdN .card .card-wrapper {
  background-color1: #ffffff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 4px;
  overflow: visible;
  padding: 12px 12px 12px 12px;
  position: relative;
}
.cid-tU9GENYVdN .card .card-wrapper .best-wrap {
  align-items: center;
  background-color: #ff6839;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: flex;
  justify-content: center;
  left: 0;
  min-height: 54px;
  padding: 18px 8px;
  position: absolute;
  top: -3.4rem;
  width: 100%;
}
.cid-tU9GENYVdN .card .card-wrapper .best-wrap .best-wrapper {
  width: 100%;
}
.cid-tU9GENYVdN .card .card-wrapper .best-wrap .best-wrapper .mbr-best {
  margin-bottom: 0;
}
.cid-tU9GENYVdN .card .card-wrapper .card-content .list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-tU9GENYVdN .card .card-wrapper .card-content .list .item-wrap {
  line-height: 1.625;
  margin-bottom: 10px;
}
.cid-tU9GENYVdN .card .card-wrapper .card-content .mbr-desc {
  margin-bottom: 25px;
}
.cid-tU9GENYVdN .card .card-wrapper .card-content .price-wrap .mbr-price {
  display: inline-flex;
  margin-bottom: 25px;
  position: relative;
}
.cid-tU9GENYVdN .card .card-wrapper .card-content .price-wrap .mbr-price span {
  font-size: 50%;
  left: -2rem;
  position: absolute;
  top: .4rem;
}
.cid-tU9GENYVdN .card .card-wrapper .mbr-section-btn {
  margin-top: 18px;
}
@media (max-width: 992px) {
  .cid-tU9GENYVdN .card .card-wrapper {
    margin: 0 0 50px;
    padding: 45px 22px 66px;
  }
}
.cid-tU9GENYVdN .card-wraper-inhouse {
  background-color: lightskyblue;
}
.cid-tU9GENYVdN .card-wraper-titanlab {
  background-color: #ffffff;
}
.cid-tU9GENYVdN .cid-tU7nj8zLyr .region {
  align-items: center;
  background: #ddd;
  border-radius: 5px;
  display: flex;
  flex: 1;
  justify-content: center;
  margin: 0 5px;
  padding: 10px 10px 10px 10px;
  transition: background 0.2s;
}
@media (max-width: 992px) {
  .cid-tU9GENYVdN .container {
    padding: 0 30px;
  }
}
.cid-tU9GENYVdN .dollars sub {
  bottom: 0.65em;
  font-size: 0.5em;
}
.cid-tU9GENYVdN .list {
  color: #000000;
  text-align: center;
}
.cid-tU9GENYVdN .mbr-best {
  color: #ffffff;
  text-align: center;
}
.cid-tU9GENYVdN .mbr-card-title {
  color: #000000;
}
.cid-tU9GENYVdN .mbr-card-title,
.cid-tU9GENYVdN .mbr-section-btn {
  text-align: center;
}
.cid-tU9GENYVdN .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-tU9GENYVdN .mbr-fallback-image {
  background-position: center center;
  background-size: cover;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.cid-tU9GENYVdN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tU9GENYVdN .mbr-price,
.cid-tU9GENYVdN .price-wrap {
  color: #000000;
  text-align: center;
}
.cid-tU9GENYVdN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tU9GENYVdN .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tU9GENYVdN .p_card {
  marging-bottom: 0em;
  padding-top: 1em;
}
.cid-tU9GENYVdN .row {
  justify-content: center;
}
.cid-tU9GENYVdN .slider-container {
  align-items: center;
  display: flex;
  margin: 30px 0;
}
.cid-tU9GENYVdN .tier_region {
  align-items: center;
  background: #ddd;
  border-radius: 5px;
  display: flex;
  flex: 1;
  justify-content: center;
  margin: 0 5px;
  padding: 10px 10px 10px 10px;
  transition: background 0.2s;
}
.cid-tU9GENYVdN .tier_region_active {
  background: #4CAF50;
}
.cid-tU9GENYVdN .title-wrapper {
  margin-bottom: 40px;
}
.cid-tU9GENYVdN .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tU9GENYVdN .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tU9GENYVdN input[type="range"] {
  width: 100%;
}
.cid-tU9GENYVdN P {
  text-align: center;
}
.cid-tU9GENYVdN .price-figure {
  font-size: 3.5em;
}
.cid-tU9GENINTp {
  background-color: #e6ecf2;
  padding-bottom: 90px;
  padding-top: 60px;
}
.cid-tU9GENINTp .dollars sub {
  bottom: 0.65em;
  font-size: 0.5em;
}
.cid-tU9GENINTp .head_info {
  margin-bottom: 70px;
  text-align: center;
}
.cid-tU9GENINTp .head_info .mbr-section-text {
  color: #6d7a8c;
  line-height: 1.5;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-tU9GENINTp .head_info .mbr-section-text.display-7 {
  letter-spacing: 0;
  line-height: 1.5;
}
.cid-tU9GENINTp .head_info .mbr-section-title {
  color: #130947;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tU9GENINTp .head_info .mbr-section-title.display-2 {
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-tU9GENINTp .head_info .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
}
.cid-tU9GENINTp .head_info .mbr-subtitle.display-4 {
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 1.85;
}
.cid-tU9GENINTp .head_info .mbr-section-text {
  color: #000000;
  text-align: left;
}
.cid-tU9GENINTp .mbr-fallback-image {
  background-position: center center;
  background-size: cover;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.cid-tU9GENINTp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tU9GENINTp .media-container-align {
  align-items: initial;
}
.cid-tU9GENINTp .plan {
  background-color: #ffffff;
  border-bottom: solid 2px rgba(0, 0, 0, 0.07);
  border-radius: 8px;
  color: #767676;
  max-width: 330px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  text-align: center;
}
.cid-tU9GENINTp .plan:nth-child(1) .plan-title {
  background-color: #130947;
}
.cid-tU9GENINTp .plan:nth-child(2) .plan-title {
  background-color: #130947;
}
.cid-tU9GENINTp .plan .icon_box {
  display: block;
  text-align: center;
}
.cid-tU9GENINTp .plan .icon_box .ico1 {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.05);
  color: #130947;
  display: inline-block;
  font-size: 40px;
  height: 96px;
  line-height: 2.4;
  position: relative;
  top: -40px;
  width: 96px;
}
.cid-tU9GENINTp .plan .mbr-section-btn {
  padding: 0 2.45rem;
}
.cid-tU9GENINTp .plan .mbr-section-btn .btn {
  border-radius: 2em;
  font-weight: 700;
  padding: 12px 40px;
}
.cid-tU9GENINTp .plan .mbr-section-btn .btn.display-4 {
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 2;
}
.cid-tU9GENINTp .plan .plan-list {
  padding: 30px 40px;
}
.cid-tU9GENINTp .plan .plan-list .list-group {
  color: #6d7a8c;
}
.cid-tU9GENINTp .plan .plan-list .list-group-item {
  background: transparent;
  border: 0;
  justify-content: center;
  padding: 7.5px 0;
  position: relative;
  -webkit-box-pack: center;
}
.cid-tU9GENINTp .plan .plan-list .list-group-item:last-child {
  border-radius: 8px;
}
.cid-tU9GENINTp .plan .plan-list .list-group.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tU9GENINTp .plan .plan-price {
  color: #28303f;
}
.cid-tU9GENINTp .plan .plan-price .price-figure {
  display: inline-block;
  font-weight: 700;
}
.cid-tU9GENINTp .plan .plan-price .price-figure.display-1 {
  font-size: 50px;
  line-height: 1;
}
.cid-tU9GENINTp .plan .plan-price .price-term {
  line-height: 1;
  margin-top: 0.45rem;
}
.cid-tU9GENINTp .plan .plan-price .price-value {
  font-weight: 600;
  line-height: 1.5;
}
.cid-tU9GENINTp .plan .plan-title {
  background-color: #4f87fb;
  border-radius: 8px 8px 0 0;
  font-weight: 700;
  margin-bottom: 0;
  padding-bottom: 60px;
  padding-top: 30px;
}
.cid-tU9GENINTp .plan .plan-title.display-7 {
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 1.3;
}
.cid-tU9GENINTp .plan .plan-list .list-group,
.cid-tU9GENINTp .mbr-section-btn {
  color: #e6c63b;
}
@media (max-width: 550px) {
  .cid-tU9GENINTp .price-figure {
    font-size: 4.25rem;
  }
}
.cid-tUd9XVr9uh {
  background-color: #ffffff;
  padding-bottom: 5rem;
  padding-top: 5rem;
}
.cid-tUd9XVr9uh .mbr-fallback-image {
  background-position: center center;
  background-size: cover;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.cid-tUd9XVr9uh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUd9XVr9uh .mbr-section-subtitle {
  text-align: left;
}
.cid-tU9GEOdj6w {
  background-color: #232323;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.cid-tU9GEOdj6w .media-container-row {
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.cid-tU9GEOdj6w .media-container-row .foot-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.cid-tU9GEOdj6w .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tU9GEOdj6w .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tU9GEOdj6w .media-container-row .row-copirayt {
  width: 100%;
  word-break: break-word;
}
.cid-tU9GEOdj6w .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tU9GEOdj6w .media-container-row .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.cid-tU9GEOdj6w .media-container-row .social-list .mbr-iconfont-social {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-tU9GEOdj6w .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
@media (max-width: 767px) {
  .cid-tU9GEOdj6w .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tU9GEOdj6w .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tU9GEOdj6w .media-container-row .social-list a:hover {
  opacity: 1;
}
.cid-tU9GEOdj6w .row-links {
  justify-content: center;
  width: 100%;
}
.cid-tU9GEOdj6w .social-row {
  justify-content: center;
  width: 100%;
}
.cid-tUev817C3Z {
  position: relative;
  width: 100%;
  z-index: 1000;
}
.cid-tUev817C3Z .navbar {
  opacity: 1;
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid transparent;
  border-radius: 0 !important;
  box-shadow: none !important;
  min-height: 90px;
  padding: 0 !important;
  transition: opacity 0.3s;
}
.cid-tUev817C3Z .navbar.collapsed {
  justify-content: center;
}
.cid-tUev817C3Z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tUev817C3Z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tUev817C3Z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUev817C3Z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUev817C3Z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  border-bottom: 0;
  border-left: 0.35em solid transparent;
  border-right: 0.35em solid transparent;
  border-top: 0.35em solid;
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  top: 41%;
}
.cid-tUev817C3Z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tUev817C3Z .navbar.collapsed .icons-menu {
  padding-bottom: 0.5rem;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
}
.cid-tUev817C3Z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUev817C3Z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUev817C3Z .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tUev817C3Z .navbar.opened {
  transition: all 0.3s;
}
.cid-tUev817C3Z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUev817C3Z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUev817C3Z .navbar .navbar-logo img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-tUev817C3Z .navbar {
    min-height: 72px;
  }
  .cid-tUev817C3Z .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tUev817C3Z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUev817C3Z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUev817C3Z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUev817C3Z .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    border-bottom: 0;
    border-left: 0.35em solid transparent;
    border-right: 0.35em solid transparent;
    border-top: 0.35em solid;
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    top: 40%;
  }
  .cid-tUev817C3Z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUev817C3Z .navbar .icons-menu {
    padding-bottom: 0.5rem;
    padding-left: 0;
    padding-top: 0.5rem;
  }
  .cid-tUev817C3Z .navbar .navbar-brand {
    flex-basis: auto;
    flex-shrink: initial;
    padding-right: 10px;
    word-break: break-word;
  }
  .cid-tUev817C3Z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUev817C3Z .navbar .nav-item .nav-link::before {
    display: none;
  }
}
.cid-tUev817C3Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  margin: 0 !important;
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-tUev817C3Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUev817C3Z .container {
  background: rgba(255, 255, 255, 0.9) !important;
  align-items: center;
  background-color: #ffffff;
  border-radius: 100vw;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  display: flex;
  flex-wrap: nowrap;
  height: 90px;
  justify-content: flex-end;
  left: 0;
  margin-top: 1rem;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  padding: 0.5rem 0.6rem;
  right: 0;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
}
@media (max-width: 767px) {
  .cid-tUev817C3Z .container {
    height: 56px !important;
    margin-top: 0rem;
    padding-right: 1rem;
    width: 95%;
  }
}
@media (max-width: 992px) {
  .cid-tUev817C3Z .container {
    padding-right: 2rem;
  }
}
.cid-tUev817C3Z .dropdown .dropdown-menu .dropdown-item {
  transition: all 0.25s ease-in-out;
  width: auto;
}
.cid-tUev817C3Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUev817C3Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUev817C3Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUev817C3Z .dropdown-item.active,
.cid-tUev817C3Z .dropdown-item:active {
  background-color: transparent;
}
.cid-tUev817C3Z .dropdown-item:before {
  content: "\e966";
  display: inline-block;
  font-family: Moririse2 !important;
  font-size: inherit;
  left: 1rem;
  line-height: 1;
  margin-right: 0.5rem;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 0.5rem;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
  vertical-align: middle;
  width: 0;
}
.cid-tUev817C3Z .dropdown-menu {
  background: rgba(255, 255, 255, 0.9) !important;
  background: #ffffff;
  border-radius: 1.5rem;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: 100%;
  min-width: auto;
  padding: 12px 4px !important;
  transition: .3s all !important;
}
.cid-tUev817C3Z .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tUev817C3Z .icons-menu {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tUev817C3Z .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-tUev817C3Z .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tUev817C3Z .navbar .dropdown > .dropdown-menu {
  display: none;
  left: 50%;
  max-width: 500px !important;
  top: calc(100% + 20px);
  transform: translateX(-50%);
  width: max-content;
}
.cid-tUev817C3Z .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tUev817C3Z .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 0.5rem;
  margin-right: 0;
  margin-top: 0;
  position: static;
  transform: rotate(-90deg);
  transition: .3s all;
}
.cid-tUev817C3Z .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tUev817C3Z .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tUev817C3Z .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tUev817C3Z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tUev817C3Z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 105%;
  margin: 0;
  top: -12px;
  transform: none;
}
.cid-tUev817C3Z .navbar-brand {
  align-items: center;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tUev817C3Z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUev817C3Z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUev817C3Z .navbar-brand img {
  border-radius: 0px !important;
  max-height: 100%;
  max-width: 100%;
}
.cid-tUev817C3Z .navbar-buttons {
  min-width: 140px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tUev817C3Z .navbar-buttons {
    text-align: left;
  }
}
.cid-tUev817C3Z .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 575px) {
  .cid-tUev817C3Z .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tUev817C3Z .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tUev817C3Z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUev817C3Z .navbar-logo {
  margin: 0 !important;
  padding-left: 2rem;
}
@media (max-width: 767px) {
  .cid-tUev817C3Z .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tUev817C3Z .navbar-nav {
  margin-left: auto;
  margin-right: auto;
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-tUev817C3Z .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tUev817C3Z .navbar-nav .dropdown-item {
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  padding: 12px !important;
  transition: .3s all !important;
}
.cid-tUev817C3Z .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tUev817C3Z .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tUev817C3Z .navbar-nav .nav-item .nav-link {
  border-radius: 1rem !important;
  margin: 0 !important;
  padding: 16px !important;
  transition: .3s all !important;
}
.cid-tUev817C3Z .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tUev817C3Z .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tUev817C3Z .navbar-nav .open .nav-link::before {
    background: transparent;
    content: "";
    height: 20px;
    position: absolute;
    top: 100%;
    width: 100%;
  }
}
.cid-tUev817C3Z .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 767px) {
  .cid-tUev817C3Z .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tUev817C3Z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUev817C3Z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUev817C3Z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tUev817C3Z .nav-item:focus,
.cid-tUev817C3Z .nav-link:focus {
  outline: none;
}
.cid-tUev817C3Z .nav-link {
  position: relative;
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-tUev817C3Z .navbar-toggler {
    transform: scale(0.8);
  }
}
@media (max-width: 991px) {
  .cid-tUev817C3Z .navbar .dropdown > .dropdown-menu {
    background-color: rgba(27, 31, 10, 0.04) !important;
    border-radius: 1rem;
    left: 0;
    max-width: 100% !important;
    padding: 8px !important;
    top: 10px;
    transform: translateX(0);
  }
  .cid-tUev817C3Z .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tUev817C3Z .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0.5rem;
    margin-right: 0;
    margin-top: 0;
    position: static;
    transform: rotate(0deg);
    transition: .3s all;
  }
  .cid-tUev817C3Z .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tUev817C3Z .navbar .dropdown > .dropdown-menu .dropdown-item {
    line-height: 1 !important;
    margin-bottom: 4px !important;
    padding: 8px !important;
  }
  .cid-tUev817C3Z .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    background-color: rgba(27, 31, 10, 0.04) !important;
    border-radius: 1rem;
    left: 0;
    max-width: 100% !important;
    padding: 8px !important;
    position: static;
    top: 0;
    transform: translateX(0) !important;
    width: 100%;
  }
  .cid-tUev817C3Z .navbar .dropdown.open > .dropdown-menu {
    align-items: flex-start;
    display: flex !important;
    flex-direction: column;
  }
  .cid-tUev817C3Z .navbar-brand {
    margin-right: auto;
  }
  .cid-tUev817C3Z .navbar-collapse {
    background: rgba(255, 255, 255, 0.9) !important;
    border-color: rgba(255, 255, 255, 0.9) !important;
    opacity: 1;
    backdrop-filter: blur(8px);
    background: #ffffff;
    border-radius: 1.5rem;
    left: 0;
    padding: 1rem;
    position: absolute;
    top: 110%;
    width: 100%;
    z-index: -1 !important;
  }
  .cid-tUev817C3Z .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tUev817C3Z .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tUev817C3Z .navbar {
    height: 70px;
  }
  .cid-tUev817C3Z .navbar.opened {
    height: auto;
  }
  .cid-tUev817C3Z .nav-item .nav-link:hover::before {
    left: -1rem;
    max-width: calc(100% + 2rem);
    width: 175%;
  }
}
.cid-tUev817C3Z a.nav-link {
  align-items: center;
  display: flex;
  justify-content: center;
}
.cid-tUev817C3Z button.navbar-toggler {
  align-self: center;
  cursor: pointer;
  height: 20px;
  outline: none;
  position: relative;
  transition: all 0.2s;
  width: 31px;
}
.cid-tUev817C3Z button.navbar-toggler .hamburger span {
  background-color: #000000;
  border-right: 5px;
  height: 2px;
  position: absolute;
  right: 0;
  width: 30px;
}
.cid-tUev817C3Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUev817C3Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUev817C3Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUev817C3Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUev817C3Z nav.opened .hamburger span:nth-child(1) {
  opacity: 0;
  right: 50%;
  top: 8px;
  transition: all 0.2s;
  width: 0;
}
.cid-tUev817C3Z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUev817C3Z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUev817C3Z nav.opened .hamburger span:nth-child(4) {
  opacity: 0;
  right: 50%;
  top: 8px;
  transition: all 0.2s;
  width: 0;
}
.cid-tUev817C3Z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sWm0AofYGz {
  background-color: #fafafa;
  padding-bottom: 60px;
  padding-top: 135px;
}
.cid-sWm0AofYGz .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-sWm0AofYGz .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline {
  color: #ffffff;
}
.cid-sWm0AofYGz .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline:hover {
  color: #000000;
}
.cid-sWm0AofYGz .card .wrapper .buttons-wrap .mbr-section-btn .btn.display-4 {
  letter-spacing: 0;
  line-height: 1.5;
  padding: 7px 39px;
}
.cid-sWm0AofYGz .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sWm0AofYGz .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-sWm0AofYGz .card .wrapper .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-sWm0AofYGz .card .wrapper .mbr-section-title span:nth-child(2) {
  background: #ff5e3a;
  color: #ffffff;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  padding: 0 6px 1px 5px;
  position: relative;
  transform: skew(-14deg);
}
.cid-sWm0AofYGz .card .wrapper .mbr-text {
  color: #ffffff;
}
.cid-sWm0AofYGz .card .wrapper .mbr-section-subtitle,
.cid-sWm0AofYGz .mbr-section-btn {
  color: #232323;
}
.cid-sWm0AofYGz .card .wrapper .mbr-section-title,
.cid-sWm0AofYGz .mbr-section-btn {
  color: #232323;
}
.cid-sWm0AofYGz .card .wrapper .mbr-text,
.cid-sWm0AofYGz .mbr-section-btn {
  color: #000000;
}
.cid-sWm0AoCxiF {
  background-color: #ffffff;
  padding-bottom: 8rem;
  padding-top: 5rem;
}
.cid-sWm0AoCxiF .container {
  max-width: 1132px;
}
.cid-sWm0AoCxiF .mbr-section-title {
  color: #8c8c95;
  margin-top: 24px;
  text-align: center;
}
.cid-sWm0AoCxiF .row {
  justify-content: center;
}
.cid-sWm0AoCxiF img {
  border-radius: 0px;
}
.cid-sWm0AoTwSN {
  background-color: #fafafa;
  padding-bottom: 135px;
  padding-top: 105px;
}
.cid-sWm0AoTwSN .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-sWm0AoTwSN .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline {
  color: #ffffff;
}
.cid-sWm0AoTwSN .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline:hover {
  color: #000000;
}
.cid-sWm0AoTwSN .card .wrapper .buttons-wrap .mbr-section-btn .btn.display-4 {
  letter-spacing: 0;
  line-height: 1.5;
  padding: 7px 39px;
}
.cid-sWm0AoTwSN .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sWm0AoTwSN .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-sWm0AoTwSN .card .wrapper .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-sWm0AoTwSN .card .wrapper .mbr-section-title span:nth-child(2) {
  background: #ff5e3a;
  color: #ffffff;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  padding: 0 6px 1px 5px;
  position: relative;
  transform: skew(-14deg);
}
.cid-sWm0AoTwSN .card .wrapper .mbr-text {
  color: #ffffff;
}
.cid-sWm0AoTwSN .card .wrapper .mbr-section-subtitle,
.cid-sWm0AoTwSN .mbr-section-btn {
  color: #232323;
}
.cid-sWm0AoTwSN .card .wrapper .mbr-section-title,
.cid-sWm0AoTwSN .mbr-section-btn {
  color: #232323;
}
.cid-sWm0AoTwSN .card .wrapper .mbr-text,
.cid-sWm0AoTwSN .mbr-section-btn {
  color: #000000;
}
.cid-tUev817C3Z {
  position: relative;
  width: 100%;
  z-index: 1000;
}
.cid-tUev817C3Z .navbar {
  opacity: 1;
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid transparent;
  border-radius: 0 !important;
  box-shadow: none !important;
  min-height: 90px;
  padding: 0 !important;
  transition: opacity 0.3s;
}
.cid-tUev817C3Z .navbar.collapsed {
  justify-content: center;
}
.cid-tUev817C3Z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tUev817C3Z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tUev817C3Z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUev817C3Z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUev817C3Z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  border-bottom: 0;
  border-left: 0.35em solid transparent;
  border-right: 0.35em solid transparent;
  border-top: 0.35em solid;
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  top: 41%;
}
.cid-tUev817C3Z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tUev817C3Z .navbar.collapsed .icons-menu {
  padding-bottom: 0.5rem;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
}
.cid-tUev817C3Z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUev817C3Z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUev817C3Z .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tUev817C3Z .navbar.opened {
  transition: all 0.3s;
}
.cid-tUev817C3Z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUev817C3Z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUev817C3Z .navbar .navbar-logo img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-tUev817C3Z .navbar {
    min-height: 72px;
  }
  .cid-tUev817C3Z .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tUev817C3Z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUev817C3Z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUev817C3Z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUev817C3Z .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    border-bottom: 0;
    border-left: 0.35em solid transparent;
    border-right: 0.35em solid transparent;
    border-top: 0.35em solid;
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    top: 40%;
  }
  .cid-tUev817C3Z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUev817C3Z .navbar .icons-menu {
    padding-bottom: 0.5rem;
    padding-left: 0;
    padding-top: 0.5rem;
  }
  .cid-tUev817C3Z .navbar .navbar-brand {
    flex-basis: auto;
    flex-shrink: initial;
    padding-right: 10px;
    word-break: break-word;
  }
  .cid-tUev817C3Z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUev817C3Z .navbar .nav-item .nav-link::before {
    display: none;
  }
}
.cid-tUev817C3Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  margin: 0 !important;
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-tUev817C3Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUev817C3Z .container {
  background: rgba(255, 255, 255, 0.9) !important;
  align-items: center;
  background-color: #ffffff;
  border-radius: 100vw;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  display: flex;
  flex-wrap: nowrap;
  height: 90px;
  justify-content: flex-end;
  left: 0;
  margin-top: 1rem;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  padding: 0.5rem 0.6rem;
  right: 0;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
}
@media (max-width: 767px) {
  .cid-tUev817C3Z .container {
    height: 56px !important;
    margin-top: 0rem;
    padding-right: 1rem;
    width: 95%;
  }
}
@media (max-width: 992px) {
  .cid-tUev817C3Z .container {
    padding-right: 2rem;
  }
}
.cid-tUev817C3Z .dropdown .dropdown-menu .dropdown-item {
  transition: all 0.25s ease-in-out;
  width: auto;
}
.cid-tUev817C3Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUev817C3Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUev817C3Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUev817C3Z .dropdown-item.active,
.cid-tUev817C3Z .dropdown-item:active {
  background-color: transparent;
}
.cid-tUev817C3Z .dropdown-item:before {
  content: "\e966";
  display: inline-block;
  font-family: Moririse2 !important;
  font-size: inherit;
  left: 1rem;
  line-height: 1;
  margin-right: 0.5rem;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 0.5rem;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
  vertical-align: middle;
  width: 0;
}
.cid-tUev817C3Z .dropdown-menu {
  background: rgba(255, 255, 255, 0.9) !important;
  background: #ffffff;
  border-radius: 1.5rem;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: 100%;
  min-width: auto;
  padding: 12px 4px !important;
  transition: .3s all !important;
}
.cid-tUev817C3Z .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tUev817C3Z .icons-menu {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tUev817C3Z .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-tUev817C3Z .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tUev817C3Z .navbar .dropdown > .dropdown-menu {
  display: none;
  left: 50%;
  max-width: 500px !important;
  top: calc(100% + 20px);
  transform: translateX(-50%);
  width: max-content;
}
.cid-tUev817C3Z .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tUev817C3Z .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 0.5rem;
  margin-right: 0;
  margin-top: 0;
  position: static;
  transform: rotate(-90deg);
  transition: .3s all;
}
.cid-tUev817C3Z .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tUev817C3Z .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tUev817C3Z .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tUev817C3Z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tUev817C3Z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 105%;
  margin: 0;
  top: -12px;
  transform: none;
}
.cid-tUev817C3Z .navbar-brand {
  align-items: center;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tUev817C3Z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUev817C3Z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUev817C3Z .navbar-brand img {
  border-radius: 0px !important;
  max-height: 100%;
  max-width: 100%;
}
.cid-tUev817C3Z .navbar-buttons {
  min-width: 140px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tUev817C3Z .navbar-buttons {
    text-align: left;
  }
}
.cid-tUev817C3Z .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 575px) {
  .cid-tUev817C3Z .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tUev817C3Z .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tUev817C3Z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUev817C3Z .navbar-logo {
  margin: 0 !important;
  padding-left: 2rem;
}
@media (max-width: 767px) {
  .cid-tUev817C3Z .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tUev817C3Z .navbar-nav {
  margin-left: auto;
  margin-right: auto;
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-tUev817C3Z .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tUev817C3Z .navbar-nav .dropdown-item {
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  padding: 12px !important;
  transition: .3s all !important;
}
.cid-tUev817C3Z .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tUev817C3Z .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tUev817C3Z .navbar-nav .nav-item .nav-link {
  border-radius: 1rem !important;
  margin: 0 !important;
  padding: 16px !important;
  transition: .3s all !important;
}
.cid-tUev817C3Z .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tUev817C3Z .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tUev817C3Z .navbar-nav .open .nav-link::before {
    background: transparent;
    content: "";
    height: 20px;
    position: absolute;
    top: 100%;
    width: 100%;
  }
}
.cid-tUev817C3Z .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 767px) {
  .cid-tUev817C3Z .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tUev817C3Z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUev817C3Z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUev817C3Z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tUev817C3Z .nav-item:focus,
.cid-tUev817C3Z .nav-link:focus {
  outline: none;
}
.cid-tUev817C3Z .nav-link {
  position: relative;
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-tUev817C3Z .navbar-toggler {
    transform: scale(0.8);
  }
}
@media (max-width: 991px) {
  .cid-tUev817C3Z .navbar .dropdown > .dropdown-menu {
    background-color: rgba(27, 31, 10, 0.04) !important;
    border-radius: 1rem;
    left: 0;
    max-width: 100% !important;
    padding: 8px !important;
    top: 10px;
    transform: translateX(0);
  }
  .cid-tUev817C3Z .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tUev817C3Z .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0.5rem;
    margin-right: 0;
    margin-top: 0;
    position: static;
    transform: rotate(0deg);
    transition: .3s all;
  }
  .cid-tUev817C3Z .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tUev817C3Z .navbar .dropdown > .dropdown-menu .dropdown-item {
    line-height: 1 !important;
    margin-bottom: 4px !important;
    padding: 8px !important;
  }
  .cid-tUev817C3Z .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    background-color: rgba(27, 31, 10, 0.04) !important;
    border-radius: 1rem;
    left: 0;
    max-width: 100% !important;
    padding: 8px !important;
    position: static;
    top: 0;
    transform: translateX(0) !important;
    width: 100%;
  }
  .cid-tUev817C3Z .navbar .dropdown.open > .dropdown-menu {
    align-items: flex-start;
    display: flex !important;
    flex-direction: column;
  }
  .cid-tUev817C3Z .navbar-brand {
    margin-right: auto;
  }
  .cid-tUev817C3Z .navbar-collapse {
    background: rgba(255, 255, 255, 0.9) !important;
    border-color: rgba(255, 255, 255, 0.9) !important;
    opacity: 1;
    backdrop-filter: blur(8px);
    background: #ffffff;
    border-radius: 1.5rem;
    left: 0;
    padding: 1rem;
    position: absolute;
    top: 110%;
    width: 100%;
    z-index: -1 !important;
  }
  .cid-tUev817C3Z .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tUev817C3Z .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tUev817C3Z .navbar {
    height: 70px;
  }
  .cid-tUev817C3Z .navbar.opened {
    height: auto;
  }
  .cid-tUev817C3Z .nav-item .nav-link:hover::before {
    left: -1rem;
    max-width: calc(100% + 2rem);
    width: 175%;
  }
}
.cid-tUev817C3Z a.nav-link {
  align-items: center;
  display: flex;
  justify-content: center;
}
.cid-tUev817C3Z button.navbar-toggler {
  align-self: center;
  cursor: pointer;
  height: 20px;
  outline: none;
  position: relative;
  transition: all 0.2s;
  width: 31px;
}
.cid-tUev817C3Z button.navbar-toggler .hamburger span {
  background-color: #000000;
  border-right: 5px;
  height: 2px;
  position: absolute;
  right: 0;
  width: 30px;
}
.cid-tUev817C3Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUev817C3Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUev817C3Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUev817C3Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUev817C3Z nav.opened .hamburger span:nth-child(1) {
  opacity: 0;
  right: 50%;
  top: 8px;
  transition: all 0.2s;
  width: 0;
}
.cid-tUev817C3Z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUev817C3Z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUev817C3Z nav.opened .hamburger span:nth-child(4) {
  opacity: 0;
  right: 50%;
  top: 8px;
  transition: all 0.2s;
  width: 0;
}
.cid-tUev817C3Z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7GscDjHsD {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7GscDjHsD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7GscDjHsD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9nMBuqUTb {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #89b758;
}
.cid-u9nMBuqUTb .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u9nMBuqUTb input,
.cid-u9nMBuqUTb textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 30px;
  font-size: 1.1rem;
}
@media (max-width: 767px) {
  .cid-u9nMBuqUTb .img-col {
    order: 2;
    text-align: center;
  }
  .cid-u9nMBuqUTb img {
    max-width: 200px;
    margin: auto;
  }
  .cid-u9nMBuqUTb .form-row {
    flex-direction: column;
  }
  .cid-u9nMBuqUTb .btn {
    width: 100%;
  }
}
.cid-u9nMBuqUTb .btn {
  border-radius: 30px;
  margin: 0 !important;
  min-height: 4rem;
}
.cid-u9nMBuqUTb .form-control,
.cid-u9nMBuqUTb .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #808080;
  transition: 0.4s;
  min-height: 4rem;
  box-shadow: none;
  outline: none;
}
.cid-u9nMBuqUTb .form-control::-webkit-input-placeholder,
.cid-u9nMBuqUTb .field-input::-webkit-input-placeholder,
.cid-u9nMBuqUTb .form-control::-webkit-input-placeholder,
.cid-u9nMBuqUTb .field-input::-webkit-input-placeholder {
  color: #808080;
}
.cid-u9nMBuqUTb .form-control:-moz-placeholder,
.cid-u9nMBuqUTb .field-input:-moz-placeholder,
.cid-u9nMBuqUTb .form-control:-moz-placeholder,
.cid-u9nMBuqUTb .field-input:-moz-placeholder {
  color: #808080;
}
.cid-u9nMBuqUTb .form-control:hover,
.cid-u9nMBuqUTb .field-input:hover,
.cid-u9nMBuqUTb .form-control:focus,
.cid-u9nMBuqUTb .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #808080;
  box-shadow: none;
  outline: none;
}
.cid-u9nMBuqUTb .form-control:hover::-webkit-input-placeholder,
.cid-u9nMBuqUTb .field-input:hover::-webkit-input-placeholder,
.cid-u9nMBuqUTb .form-control:focus::-webkit-input-placeholder,
.cid-u9nMBuqUTb .field-input:focus::-webkit-input-placeholder,
.cid-u9nMBuqUTb .form-control:hover::-webkit-input-placeholder,
.cid-u9nMBuqUTb .field-input:hover::-webkit-input-placeholder,
.cid-u9nMBuqUTb .form-control:focus::-webkit-input-placeholder,
.cid-u9nMBuqUTb .field-input:focus::-webkit-input-placeholder {
  color: #808080;
}
.cid-u9nMBuqUTb .form-control:hover:-moz-placeholder,
.cid-u9nMBuqUTb .field-input:hover:-moz-placeholder,
.cid-u9nMBuqUTb .form-control:focus:-moz-placeholder,
.cid-u9nMBuqUTb .field-input:focus:-moz-placeholder,
.cid-u9nMBuqUTb .form-control:hover:-moz-placeholder,
.cid-u9nMBuqUTb .field-input:hover:-moz-placeholder,
.cid-u9nMBuqUTb .form-control:focus:-moz-placeholder,
.cid-u9nMBuqUTb .field-input:focus:-moz-placeholder {
  color: #808080;
}
.cid-u9nMBuqUTb .jq-number__spin:hover,
.cid-u9nMBuqUTb .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-u9nMBuqUTb .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #808080;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u9nMBuqUTb .jq-selectbox li,
.cid-u9nMBuqUTb .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-u9nMBuqUTb .jq-selectbox li:hover,
.cid-u9nMBuqUTb .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-u9nMBuqUTb .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-u9nMBuqUTb .jq-number__spin.minus:hover:after,
.cid-u9nMBuqUTb .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-u9nMBuqUTb .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-u9nMBuqUTb .jq-number__spin.minus:after,
.cid-u9nMBuqUTb .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-u9nMBuqUTb input::-webkit-clear-button {
  display: none;
}
.cid-u9nMBuqUTb input::-webkit-inner-spin-button {
  display: none;
}
.cid-u9nMBuqUTb input::-webkit-outer-spin-button {
  display: none;
}
.cid-u9nMBuqUTb input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-u9nMBuqUTb .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.cid-s48P1Icc8J {
  background-color: #232323;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.cid-s48P1Icc8J .media-container-row {
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.cid-s48P1Icc8J .media-container-row .foot-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s48P1Icc8J .media-container-row .row-copirayt {
  width: 100%;
  word-break: break-word;
}
.cid-s48P1Icc8J .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-s48P1Icc8J .media-container-row .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.cid-s48P1Icc8J .media-container-row .social-list .mbr-iconfont-social {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-s48P1Icc8J .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
@media (max-width: 767px) {
  .cid-s48P1Icc8J .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-s48P1Icc8J .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-s48P1Icc8J .media-container-row .social-list a:hover {
  opacity: 1;
}
.cid-s48P1Icc8J .row-links {
  justify-content: center;
  width: 100%;
}
.cid-s48P1Icc8J .social-row {
  justify-content: center;
  width: 100%;
}
.cid-tUev817C3Z {
  position: relative;
  width: 100%;
  z-index: 1000;
}
.cid-tUev817C3Z .navbar {
  opacity: 1;
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid transparent;
  border-radius: 0 !important;
  box-shadow: none !important;
  min-height: 90px;
  padding: 0 !important;
  transition: opacity 0.3s;
}
.cid-tUev817C3Z .navbar.collapsed {
  justify-content: center;
}
.cid-tUev817C3Z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tUev817C3Z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tUev817C3Z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUev817C3Z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUev817C3Z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  border-bottom: 0;
  border-left: 0.35em solid transparent;
  border-right: 0.35em solid transparent;
  border-top: 0.35em solid;
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  top: 41%;
}
.cid-tUev817C3Z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tUev817C3Z .navbar.collapsed .icons-menu {
  padding-bottom: 0.5rem;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
}
.cid-tUev817C3Z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUev817C3Z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUev817C3Z .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tUev817C3Z .navbar.opened {
  transition: all 0.3s;
}
.cid-tUev817C3Z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUev817C3Z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUev817C3Z .navbar .navbar-logo img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-tUev817C3Z .navbar {
    min-height: 72px;
  }
  .cid-tUev817C3Z .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tUev817C3Z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUev817C3Z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUev817C3Z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUev817C3Z .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    border-bottom: 0;
    border-left: 0.35em solid transparent;
    border-right: 0.35em solid transparent;
    border-top: 0.35em solid;
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    top: 40%;
  }
  .cid-tUev817C3Z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUev817C3Z .navbar .icons-menu {
    padding-bottom: 0.5rem;
    padding-left: 0;
    padding-top: 0.5rem;
  }
  .cid-tUev817C3Z .navbar .navbar-brand {
    flex-basis: auto;
    flex-shrink: initial;
    padding-right: 10px;
    word-break: break-word;
  }
  .cid-tUev817C3Z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUev817C3Z .navbar .nav-item .nav-link::before {
    display: none;
  }
}
.cid-tUev817C3Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  margin: 0 !important;
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-tUev817C3Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUev817C3Z .container {
  background: rgba(255, 255, 255, 0.9) !important;
  align-items: center;
  background-color: #ffffff;
  border-radius: 100vw;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  display: flex;
  flex-wrap: nowrap;
  height: 90px;
  justify-content: flex-end;
  left: 0;
  margin-top: 1rem;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  padding: 0.5rem 0.6rem;
  right: 0;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
}
@media (max-width: 767px) {
  .cid-tUev817C3Z .container {
    height: 56px !important;
    margin-top: 0rem;
    padding-right: 1rem;
    width: 95%;
  }
}
@media (max-width: 992px) {
  .cid-tUev817C3Z .container {
    padding-right: 2rem;
  }
}
.cid-tUev817C3Z .dropdown .dropdown-menu .dropdown-item {
  transition: all 0.25s ease-in-out;
  width: auto;
}
.cid-tUev817C3Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUev817C3Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUev817C3Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUev817C3Z .dropdown-item.active,
.cid-tUev817C3Z .dropdown-item:active {
  background-color: transparent;
}
.cid-tUev817C3Z .dropdown-item:before {
  content: "\e966";
  display: inline-block;
  font-family: Moririse2 !important;
  font-size: inherit;
  left: 1rem;
  line-height: 1;
  margin-right: 0.5rem;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 0.5rem;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
  vertical-align: middle;
  width: 0;
}
.cid-tUev817C3Z .dropdown-menu {
  background: rgba(255, 255, 255, 0.9) !important;
  background: #ffffff;
  border-radius: 1.5rem;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: 100%;
  min-width: auto;
  padding: 12px 4px !important;
  transition: .3s all !important;
}
.cid-tUev817C3Z .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tUev817C3Z .icons-menu {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tUev817C3Z .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-tUev817C3Z .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tUev817C3Z .navbar .dropdown > .dropdown-menu {
  display: none;
  left: 50%;
  max-width: 500px !important;
  top: calc(100% + 20px);
  transform: translateX(-50%);
  width: max-content;
}
.cid-tUev817C3Z .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tUev817C3Z .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 0.5rem;
  margin-right: 0;
  margin-top: 0;
  position: static;
  transform: rotate(-90deg);
  transition: .3s all;
}
.cid-tUev817C3Z .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tUev817C3Z .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tUev817C3Z .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tUev817C3Z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tUev817C3Z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 105%;
  margin: 0;
  top: -12px;
  transform: none;
}
.cid-tUev817C3Z .navbar-brand {
  align-items: center;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tUev817C3Z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUev817C3Z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUev817C3Z .navbar-brand img {
  border-radius: 0px !important;
  max-height: 100%;
  max-width: 100%;
}
.cid-tUev817C3Z .navbar-buttons {
  min-width: 140px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tUev817C3Z .navbar-buttons {
    text-align: left;
  }
}
.cid-tUev817C3Z .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 575px) {
  .cid-tUev817C3Z .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tUev817C3Z .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tUev817C3Z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUev817C3Z .navbar-logo {
  margin: 0 !important;
  padding-left: 2rem;
}
@media (max-width: 767px) {
  .cid-tUev817C3Z .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tUev817C3Z .navbar-nav {
  margin-left: auto;
  margin-right: auto;
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-tUev817C3Z .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tUev817C3Z .navbar-nav .dropdown-item {
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  padding: 12px !important;
  transition: .3s all !important;
}
.cid-tUev817C3Z .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tUev817C3Z .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tUev817C3Z .navbar-nav .nav-item .nav-link {
  border-radius: 1rem !important;
  margin: 0 !important;
  padding: 16px !important;
  transition: .3s all !important;
}
.cid-tUev817C3Z .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tUev817C3Z .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tUev817C3Z .navbar-nav .open .nav-link::before {
    background: transparent;
    content: "";
    height: 20px;
    position: absolute;
    top: 100%;
    width: 100%;
  }
}
.cid-tUev817C3Z .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 767px) {
  .cid-tUev817C3Z .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tUev817C3Z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUev817C3Z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUev817C3Z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tUev817C3Z .nav-item:focus,
.cid-tUev817C3Z .nav-link:focus {
  outline: none;
}
.cid-tUev817C3Z .nav-link {
  position: relative;
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-tUev817C3Z .navbar-toggler {
    transform: scale(0.8);
  }
}
@media (max-width: 991px) {
  .cid-tUev817C3Z .navbar .dropdown > .dropdown-menu {
    background-color: rgba(27, 31, 10, 0.04) !important;
    border-radius: 1rem;
    left: 0;
    max-width: 100% !important;
    padding: 8px !important;
    top: 10px;
    transform: translateX(0);
  }
  .cid-tUev817C3Z .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tUev817C3Z .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0.5rem;
    margin-right: 0;
    margin-top: 0;
    position: static;
    transform: rotate(0deg);
    transition: .3s all;
  }
  .cid-tUev817C3Z .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tUev817C3Z .navbar .dropdown > .dropdown-menu .dropdown-item {
    line-height: 1 !important;
    margin-bottom: 4px !important;
    padding: 8px !important;
  }
  .cid-tUev817C3Z .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    background-color: rgba(27, 31, 10, 0.04) !important;
    border-radius: 1rem;
    left: 0;
    max-width: 100% !important;
    padding: 8px !important;
    position: static;
    top: 0;
    transform: translateX(0) !important;
    width: 100%;
  }
  .cid-tUev817C3Z .navbar .dropdown.open > .dropdown-menu {
    align-items: flex-start;
    display: flex !important;
    flex-direction: column;
  }
  .cid-tUev817C3Z .navbar-brand {
    margin-right: auto;
  }
  .cid-tUev817C3Z .navbar-collapse {
    background: rgba(255, 255, 255, 0.9) !important;
    border-color: rgba(255, 255, 255, 0.9) !important;
    opacity: 1;
    backdrop-filter: blur(8px);
    background: #ffffff;
    border-radius: 1.5rem;
    left: 0;
    padding: 1rem;
    position: absolute;
    top: 110%;
    width: 100%;
    z-index: -1 !important;
  }
  .cid-tUev817C3Z .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tUev817C3Z .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tUev817C3Z .navbar {
    height: 70px;
  }
  .cid-tUev817C3Z .navbar.opened {
    height: auto;
  }
  .cid-tUev817C3Z .nav-item .nav-link:hover::before {
    left: -1rem;
    max-width: calc(100% + 2rem);
    width: 175%;
  }
}
.cid-tUev817C3Z a.nav-link {
  align-items: center;
  display: flex;
  justify-content: center;
}
.cid-tUev817C3Z button.navbar-toggler {
  align-self: center;
  cursor: pointer;
  height: 20px;
  outline: none;
  position: relative;
  transition: all 0.2s;
  width: 31px;
}
.cid-tUev817C3Z button.navbar-toggler .hamburger span {
  background-color: #000000;
  border-right: 5px;
  height: 2px;
  position: absolute;
  right: 0;
  width: 30px;
}
.cid-tUev817C3Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUev817C3Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUev817C3Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUev817C3Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUev817C3Z nav.opened .hamburger span:nth-child(1) {
  opacity: 0;
  right: 50%;
  top: 8px;
  transition: all 0.2s;
  width: 0;
}
.cid-tUev817C3Z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUev817C3Z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUev817C3Z nav.opened .hamburger span:nth-child(4) {
  opacity: 0;
  right: 50%;
  top: 8px;
  transition: all 0.2s;
  width: 0;
}
.cid-tUev817C3Z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uliiPj42Hz {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-uliiPj42Hz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uliiPj42Hz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uliiPj42Hz .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uliiPj42Hz .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uliiPj42Hz .container {
    padding: 0 20px;
  }
}
.cid-uliiPj42Hz .row.blur-row {
  padding: 50px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uliiPj42Hz .row.blur-row {
    padding: 32px 16px;
  }
}
.cid-uliiPj42Hz .row.blur-row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #6567ee;
  opacity: 1;
}
.cid-uliiPj42Hz .row.blur-row .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uliiPj42Hz .row.blur-row .title-wrapper {
    margin-bottom: 50px;
    height: auto;
  }
}
.cid-uliiPj42Hz .row.blur-row .title-wrapper .title-wrap {
  width: 100%;
}
.cid-uliiPj42Hz .row.blur-row .title-wrapper .title-wrap .mbr-main-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uliiPj42Hz .row.blur-row .title-wrapper .title-wrap .mbr-main-title {
    margin-bottom: 32px;
  }
}
.cid-uliiPj42Hz .row.blur-row .title-wrapper .title-wrap .mbr-price {
  margin-bottom: 0;
}
.cid-uliiPj42Hz .row.blur-row .title-wrapper .title-wrap .list {
  padding: 0;
  margin-bottom: 0;
  list-style-position: inside;
}
.cid-uliiPj42Hz .row.blur-row .title-wrapper .title-wrap .list .item-wrap {
  margin-bottom: 0;
}
.cid-uliiPj42Hz .row.blur-row .title-wrapper .title-wrap .discount-wrap {
  margin-top: 32px;
}
.cid-uliiPj42Hz .row.blur-row .title-wrapper .title-wrap .discount-wrap .mbr-disc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f5fd7b;
  padding: 16px;
  margin-bottom: 0;
  border-radius: 16px;
}
.cid-uliiPj42Hz .mbr-section-title {
  margin-bottom: 16px;
  color: #000000;
}
.cid-uliiPj42Hz .dragArea.row {
  padding: 50px;
  border-radius: 50px;
  background-color: #f6f8f9;
}
@media (max-width: 992px) {
  .cid-uliiPj42Hz .dragArea.row {
    padding: 32px 16px;
  }
}
.cid-uliiPj42Hz .dragArea.row::before {
  content: none;
}
.cid-uliiPj42Hz .dragArea.row .form-group {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
  margin-bottom: 16px !important;
}
.cid-uliiPj42Hz .dragArea.row .form-group .form-control {
  padding: 0 20px;
  border-radius: 65px;
  border: none;
  min-height: 65px;
  background-color: #ffffff;
  box-shadow: none;
}
.cid-uliiPj42Hz .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .5;
}
.cid-uliiPj42Hz .dragArea.row .form-group textarea {
  padding: 20px;
}
.cid-uliiPj42Hz .dragArea.row .form-group .form-check .form-check-input {
  background-color: #6592e6;
  border-collapse: #6592e6;
}
.cid-uliiPj42Hz .dragArea.row .mbr-section-btn {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}
.cid-uliiPj42Hz .dragArea.row .mbr-section-btn .btn {
  padding: 20px 50px;
  border-radius: 65px;
  display: inline-flex;
}
.cid-uliiPj42Hz .row.forms-row {
  padding: 0;
  border-radius: 0;
}
.cid-uliiPj42Hz .row.forms-row::before {
  content: none !important;
}
.cid-uliiPj42Hz .mbr-main-title {
  color: #ffffff;
}
.cid-uliiPj42Hz .mbr-price {
  color: #ffffff;
}
.cid-uliiPj42Hz .list {
  color: #ffffff;
}
.cid-uliiPj42Hz .mbr-disc {
  color: #000000;
}
.cid-uliiPj42Hz label {
  color: #f5fd7b;
}
.cid-s48P1Icc8J {
  background-color: #232323;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.cid-s48P1Icc8J .media-container-row {
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.cid-s48P1Icc8J .media-container-row .foot-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s48P1Icc8J .media-container-row .row-copirayt {
  width: 100%;
  word-break: break-word;
}
.cid-s48P1Icc8J .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-s48P1Icc8J .media-container-row .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.cid-s48P1Icc8J .media-container-row .social-list .mbr-iconfont-social {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-s48P1Icc8J .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
@media (max-width: 767px) {
  .cid-s48P1Icc8J .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-s48P1Icc8J .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-s48P1Icc8J .media-container-row .social-list a:hover {
  opacity: 1;
}
.cid-s48P1Icc8J .row-links {
  justify-content: center;
  width: 100%;
}
.cid-s48P1Icc8J .social-row {
  justify-content: center;
  width: 100%;
}
.cid-upkaP8K8Fq {
  position: relative;
  width: 100%;
  z-index: 1000;
}
.cid-upkaP8K8Fq .navbar {
  opacity: 1;
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid transparent;
  border-radius: 0 !important;
  box-shadow: none !important;
  min-height: 90px;
  padding: 0 !important;
  transition: opacity 0.3s;
}
.cid-upkaP8K8Fq .navbar.collapsed {
  justify-content: center;
}
.cid-upkaP8K8Fq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upkaP8K8Fq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-upkaP8K8Fq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upkaP8K8Fq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upkaP8K8Fq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  border-bottom: 0;
  border-left: 0.35em solid transparent;
  border-right: 0.35em solid transparent;
  border-top: 0.35em solid;
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  top: 41%;
}
.cid-upkaP8K8Fq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upkaP8K8Fq .navbar.collapsed .icons-menu {
  padding-bottom: 0.5rem;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
}
.cid-upkaP8K8Fq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upkaP8K8Fq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upkaP8K8Fq .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-upkaP8K8Fq .navbar.opened {
  transition: all 0.3s;
}
.cid-upkaP8K8Fq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upkaP8K8Fq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-upkaP8K8Fq .navbar .navbar-logo img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-upkaP8K8Fq .navbar {
    min-height: 72px;
  }
  .cid-upkaP8K8Fq .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-upkaP8K8Fq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upkaP8K8Fq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upkaP8K8Fq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upkaP8K8Fq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    border-bottom: 0;
    border-left: 0.35em solid transparent;
    border-right: 0.35em solid transparent;
    border-top: 0.35em solid;
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    top: 40%;
  }
  .cid-upkaP8K8Fq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upkaP8K8Fq .navbar .icons-menu {
    padding-bottom: 0.5rem;
    padding-left: 0;
    padding-top: 0.5rem;
  }
  .cid-upkaP8K8Fq .navbar .navbar-brand {
    flex-basis: auto;
    flex-shrink: initial;
    padding-right: 10px;
    word-break: break-word;
  }
  .cid-upkaP8K8Fq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upkaP8K8Fq .navbar .nav-item .nav-link::before {
    display: none;
  }
}
.cid-upkaP8K8Fq .collapsed .dropdown .dropdown-menu .dropdown-item {
  margin: 0 !important;
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-upkaP8K8Fq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upkaP8K8Fq .container {
  background: rgba(255, 255, 255, 0.9) !important;
  align-items: center;
  background-color: #ffffff;
  border-radius: 100vw;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  display: flex;
  flex-wrap: nowrap;
  height: 90px;
  justify-content: flex-end;
  left: 0;
  margin-top: 1rem;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  padding: 0.5rem 0.6rem;
  right: 0;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
}
@media (max-width: 767px) {
  .cid-upkaP8K8Fq .container {
    height: 56px !important;
    margin-top: 0rem;
    padding-right: 1rem;
    width: 95%;
  }
}
@media (max-width: 992px) {
  .cid-upkaP8K8Fq .container {
    padding-right: 2rem;
  }
}
.cid-upkaP8K8Fq .dropdown .dropdown-menu .dropdown-item {
  transition: all 0.25s ease-in-out;
  width: auto;
}
.cid-upkaP8K8Fq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upkaP8K8Fq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upkaP8K8Fq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upkaP8K8Fq .dropdown-item.active,
.cid-upkaP8K8Fq .dropdown-item:active {
  background-color: transparent;
}
.cid-upkaP8K8Fq .dropdown-item:before {
  content: "\e966";
  display: inline-block;
  font-family: Moririse2 !important;
  font-size: inherit;
  left: 1rem;
  line-height: 1;
  margin-right: 0.5rem;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 0.5rem;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
  vertical-align: middle;
  width: 0;
}
.cid-upkaP8K8Fq .dropdown-menu {
  background: rgba(255, 255, 255, 0.9) !important;
  background: #ffffff;
  border-radius: 1.5rem;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: 100%;
  min-width: auto;
  padding: 12px 4px !important;
  transition: .3s all !important;
}
.cid-upkaP8K8Fq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upkaP8K8Fq .icons-menu {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-upkaP8K8Fq .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-upkaP8K8Fq .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-upkaP8K8Fq .navbar .dropdown > .dropdown-menu {
  display: none;
  left: 50%;
  max-width: 500px !important;
  top: calc(100% + 20px);
  transform: translateX(-50%);
  width: max-content;
}
.cid-upkaP8K8Fq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-upkaP8K8Fq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 0.5rem;
  margin-right: 0;
  margin-top: 0;
  position: static;
  transform: rotate(-90deg);
  transition: .3s all;
}
.cid-upkaP8K8Fq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-upkaP8K8Fq .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-upkaP8K8Fq .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-upkaP8K8Fq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-upkaP8K8Fq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 105%;
  margin: 0;
  top: -12px;
  transform: none;
}
.cid-upkaP8K8Fq .navbar-brand {
  align-items: center;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-upkaP8K8Fq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upkaP8K8Fq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upkaP8K8Fq .navbar-brand img {
  border-radius: 0px !important;
  max-height: 100%;
  max-width: 100%;
}
.cid-upkaP8K8Fq .navbar-buttons {
  min-width: 140px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-upkaP8K8Fq .navbar-buttons {
    text-align: left;
  }
}
.cid-upkaP8K8Fq .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 575px) {
  .cid-upkaP8K8Fq .navbar-collapse {
    padding: 1rem;
  }
}
.cid-upkaP8K8Fq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-upkaP8K8Fq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upkaP8K8Fq .navbar-logo {
  margin: 0 !important;
  padding-left: 2rem;
}
@media (max-width: 767px) {
  .cid-upkaP8K8Fq .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-upkaP8K8Fq .navbar-nav {
  margin-left: auto;
  margin-right: auto;
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-upkaP8K8Fq .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-upkaP8K8Fq .navbar-nav .dropdown-item {
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  padding: 12px !important;
  transition: .3s all !important;
}
.cid-upkaP8K8Fq .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-upkaP8K8Fq .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-upkaP8K8Fq .navbar-nav .nav-item .nav-link {
  border-radius: 1rem !important;
  margin: 0 !important;
  padding: 16px !important;
  transition: .3s all !important;
}
.cid-upkaP8K8Fq .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-upkaP8K8Fq .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-upkaP8K8Fq .navbar-nav .open .nav-link::before {
    background: transparent;
    content: "";
    height: 20px;
    position: absolute;
    top: 100%;
    width: 100%;
  }
}
.cid-upkaP8K8Fq .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 767px) {
  .cid-upkaP8K8Fq .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-upkaP8K8Fq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upkaP8K8Fq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upkaP8K8Fq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-upkaP8K8Fq .nav-item:focus,
.cid-upkaP8K8Fq .nav-link:focus {
  outline: none;
}
.cid-upkaP8K8Fq .nav-link {
  position: relative;
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-upkaP8K8Fq .navbar-toggler {
    transform: scale(0.8);
  }
}
@media (max-width: 991px) {
  .cid-upkaP8K8Fq .navbar .dropdown > .dropdown-menu {
    background-color: rgba(27, 31, 10, 0.04) !important;
    border-radius: 1rem;
    left: 0;
    max-width: 100% !important;
    padding: 8px !important;
    top: 10px;
    transform: translateX(0);
  }
  .cid-upkaP8K8Fq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-upkaP8K8Fq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0.5rem;
    margin-right: 0;
    margin-top: 0;
    position: static;
    transform: rotate(0deg);
    transition: .3s all;
  }
  .cid-upkaP8K8Fq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-upkaP8K8Fq .navbar .dropdown > .dropdown-menu .dropdown-item {
    line-height: 1 !important;
    margin-bottom: 4px !important;
    padding: 8px !important;
  }
  .cid-upkaP8K8Fq .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    background-color: rgba(27, 31, 10, 0.04) !important;
    border-radius: 1rem;
    left: 0;
    max-width: 100% !important;
    padding: 8px !important;
    position: static;
    top: 0;
    transform: translateX(0) !important;
    width: 100%;
  }
  .cid-upkaP8K8Fq .navbar .dropdown.open > .dropdown-menu {
    align-items: flex-start;
    display: flex !important;
    flex-direction: column;
  }
  .cid-upkaP8K8Fq .navbar-brand {
    margin-right: auto;
  }
  .cid-upkaP8K8Fq .navbar-collapse {
    background: rgba(255, 255, 255, 0.9) !important;
    border-color: rgba(255, 255, 255, 0.9) !important;
    opacity: 1;
    backdrop-filter: blur(8px);
    background: #ffffff;
    border-radius: 1.5rem;
    left: 0;
    padding: 1rem;
    position: absolute;
    top: 110%;
    width: 100%;
    z-index: -1 !important;
  }
  .cid-upkaP8K8Fq .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-upkaP8K8Fq .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upkaP8K8Fq .navbar {
    height: 70px;
  }
  .cid-upkaP8K8Fq .navbar.opened {
    height: auto;
  }
  .cid-upkaP8K8Fq .nav-item .nav-link:hover::before {
    left: -1rem;
    max-width: calc(100% + 2rem);
    width: 175%;
  }
}
.cid-upkaP8K8Fq a.nav-link {
  align-items: center;
  display: flex;
  justify-content: center;
}
.cid-upkaP8K8Fq button.navbar-toggler {
  align-self: center;
  cursor: pointer;
  height: 20px;
  outline: none;
  position: relative;
  transition: all 0.2s;
  width: 31px;
}
.cid-upkaP8K8Fq button.navbar-toggler .hamburger span {
  background-color: #000000;
  border-right: 5px;
  height: 2px;
  position: absolute;
  right: 0;
  width: 30px;
}
.cid-upkaP8K8Fq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upkaP8K8Fq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upkaP8K8Fq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upkaP8K8Fq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upkaP8K8Fq nav.opened .hamburger span:nth-child(1) {
  opacity: 0;
  right: 50%;
  top: 8px;
  transition: all 0.2s;
  width: 0;
}
.cid-upkaP8K8Fq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upkaP8K8Fq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upkaP8K8Fq nav.opened .hamburger span:nth-child(4) {
  opacity: 0;
  right: 50%;
  top: 8px;
  transition: all 0.2s;
  width: 0;
}
.cid-upkaP8K8Fq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upkaP8W3tg {
  background-color: #ffffff;
  padding-bottom: 5rem;
  padding-top: 5rem;
}
.cid-upkaP8W3tg .mbr-fallback-image {
  background-position: center center;
  background-size: cover;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.cid-upkaP8W3tg .mbr-fallback-image.disabled {
  display: none;
}
.cid-upkaP94PtV {
  background-color: #ffffff;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.cid-upkaP94PtV .mbr-fallback-image {
  background-position: center center;
  background-size: cover;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.cid-upkaP94PtV .mbr-fallback-image.disabled {
  display: none;
}
.cid-upkaP94PtV .mbr-section-subtitle {
  text-align: left;
}
.cid-upkaP94PtV .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-upkaP9R9YY {
  background-color: #232323;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.cid-upkaP9R9YY .media-container-row {
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.cid-upkaP9R9YY .media-container-row .foot-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.cid-upkaP9R9YY .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-upkaP9R9YY .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-upkaP9R9YY .media-container-row .row-copirayt {
  width: 100%;
  word-break: break-word;
}
.cid-upkaP9R9YY .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-upkaP9R9YY .media-container-row .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.cid-upkaP9R9YY .media-container-row .social-list .mbr-iconfont-social {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-upkaP9R9YY .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
@media (max-width: 767px) {
  .cid-upkaP9R9YY .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-upkaP9R9YY .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-upkaP9R9YY .media-container-row .social-list a:hover {
  opacity: 1;
}
.cid-upkaP9R9YY .row-links {
  justify-content: center;
  width: 100%;
}
.cid-upkaP9R9YY .social-row {
  justify-content: center;
  width: 100%;
}
