.btn {
  border-width: 2px;
}
body {
  font-family: Figtree;
}
.display-1 {
  font-family: 'Figtree', sans-serif;
  font-size: 6.5rem;
  line-height: 0.85;
}
.display-1 > .mbr-iconfont {
  font-size: 8.125rem;
}
.display-2 {
  font-family: 'Figtree', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Figtree', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Figtree', sans-serif;
  font-size: 1.8rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Figtree', 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: 768px) {
  .display-1 {
    font-size: 2.6rem !important;
    font-size: calc( 4.85rem + (6.5 - 4.85) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 0.55 * (4.85rem + (6.5 - 4.85) * ((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.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((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: #ffee59 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #45668e !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffee59 !important;
  border-color: #ffee59 !important;
  color: #262200 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffe502 !important;
  background-color: #272523  !important;
  border-color: #272523  !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #262200 !important;
  background-color: #ffe502 !important;
  border-color: #ffe502 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #000000 !important;
  background-color: #272523  !important;
  border-color: #272523  !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #45668e !important;
  border-color: #45668e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #293c54 !important;
  background-color: #272523  !important;
  border-color: #272523  !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #293c54 !important;
  border-color: #293c54 !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #2a747e !important;
  background-color: #272523  !important;
  border-color: #272523  !important;
  box-shadow: none;
}
.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: #2e2500 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffd10a !important;
  background-color: #272523  !important;
  border-color: #272523  !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #2e2500 !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: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ff5f0f !important;
  background-color: #272523  !important;
  border-color: #272523  !important;
  box-shadow: none;
}
.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: #616161 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #cfcfcf !important;
  background-color: #272523  !important;
  border-color: #272523  !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #616161 !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: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #000000 !important;
  background-color: #272523  !important;
  border-color: #272523  !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover,
.btn-black:active,
.btn-black:focus {
  color: #ffee59 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffee59;
  color: #ffee59;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffe502 !important;
  background-color: transparent!important;
  border-color: #ffe502 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #595000 !important;
  background-color: #ffee59 !important;
  border-color: #ffee59 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #45668e;
  color: #45668e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #293c54 !important;
  background-color: transparent!important;
  border-color: #293c54 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #45668e !important;
  border-color: #45668e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffee59 !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #45668e !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: #f2d900 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #243549 !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: #ffee59;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #45668e;
}
.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: #ffee59;
  border-color: #ffee59;
  color: #736700;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffee59;
}
.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: #8ca6c7;
}
.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: 'Figtree', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #ffee59 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Figtree', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ffee59;
}
/* 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: #ffee59;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffee59;
}
.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: #ffee59;
  border-bottom-color: #ffee59;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffee59 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #000000 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ffee59' %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-uF1821nifT .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 992px) {
  .cid-uF1821nifT .container,
  .cid-uF1821nifT .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-uF1821nifT .container .navbar-collapse,
  .cid-uF1821nifT .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-uF1821nifT {
    flex-wrap: wrap;
  }
  .cid-uF1821nifT .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-uF1821nifT .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uF1821nifT .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uF1821nifT .btn {
  padding: 0.8rem 2rem;
}
.cid-uF1821nifT .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-uF1821nifT .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #000000;
}
.cid-uF1821nifT .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-uF1821nifT .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF1821nifT .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uF1821nifT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uF1821nifT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uF1821nifT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uF1821nifT .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uF1821nifT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uF1821nifT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uF1821nifT .dropdown-menu,
.cid-uF1821nifT .navbar.opened {
  background: #ffffff !important;
}
.cid-uF1821nifT .nav-item:focus,
.cid-uF1821nifT .nav-link:focus {
  outline: none;
}
.cid-uF1821nifT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uF1821nifT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF1821nifT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uF1821nifT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF1821nifT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF1821nifT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF1821nifT .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-uF1821nifT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uF1821nifT .navbar.opened {
  transition: all 0.3s;
}
.cid-uF1821nifT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uF1821nifT .navbar .navbar-logo img {
  width: auto;
}
.cid-uF1821nifT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uF1821nifT .navbar.collapsed {
  justify-content: center;
}
.cid-uF1821nifT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF1821nifT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF1821nifT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.2rem);
  }
}
.cid-uF1821nifT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF1821nifT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF1821nifT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uF1821nifT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF1821nifT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uF1821nifT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uF1821nifT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF1821nifT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF1821nifT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF1821nifT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uF1821nifT .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uF1821nifT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uF1821nifT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF1821nifT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uF1821nifT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uF1821nifT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF1821nifT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uF1821nifT .navbar.navbar-short {
  min-height: 60px;
}
.cid-uF1821nifT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uF1821nifT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uF1821nifT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF1821nifT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF1821nifT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF1821nifT .dropdown-item.active,
.cid-uF1821nifT .dropdown-item:active {
  background-color: transparent;
}
.cid-uF1821nifT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF1821nifT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF1821nifT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF1821nifT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uF1821nifT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF1821nifT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF1821nifT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uF1821nifT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uF1821nifT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uF1821nifT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffee59;
}
.cid-uF1821nifT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF1821nifT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF1821nifT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF1821nifT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF1821nifT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF1821nifT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF1821nifT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF1821nifT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF1821nifT .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uF1821nifT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uF1821nifT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF1821nifT .navbar {
    height: 70px;
  }
  .cid-uF1821nifT .navbar.opened {
    height: auto;
  }
  .cid-uF1821nifT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tD8M4oQM0o {
  background-image: url("../../../assets/images/mbr-3-1920x1080.jpg");
}
.cid-tD8M4oQM0o .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD8M4oQM0o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD8M4oQM0o .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tD8M4oQM0o .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-uF1b34z2yP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/pexels-photo-3807548-1280x1011.jpg");
}
.cid-uF1b34z2yP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF1b34z2yP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF1b34z2yP .items-wrap {
  justify-content: space-between;
}
.cid-uF1b34z2yP .items-wrap .card {
  justify-content: center;
}
.cid-uF1b34z2yP .title-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uF1b34z2yP .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uF1b34z2yP .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uF1b34z2yP .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uF1b34z2yP .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uF1b34z2yP .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uF1b34z2yP .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uF1b34z2yP .image-wrapper img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uF1b34z2yP .image-wrapper img {
    height: 350px;
  }
}
.cid-uF1b34z2yP .mbr-desc {
  color: #000000;
}
.cid-uF1b34z2yP .mbr-section-title {
  color: #000000;
}
.cid-uF1b34z2yP .mbr-text {
  color: #000000;
}
.cid-uF1Fnz1KzK {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 1200px) {
  .cid-uF1Fnz1KzK .display-2 {
    font-size: 2.1rem;
  }
}
.cid-uF1Fnz1KzK .item-content {
  position: absolute;
  left: 0;
  bottom: 0;
  backdrop-filter: blur(10px);
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-uF1Fnz1KzK .item-img {
  position: relative;
}
.cid-uF1Fnz1KzK img,
.cid-uF1Fnz1KzK .item-img {
  width: 100%;
  border-radius: 3rem;
  height: 100%;
  object-fit: cover;
}
.cid-uF1Fnz1KzK .item:focus,
.cid-uF1Fnz1KzK span:focus {
  outline: none;
}
.cid-uF1Fnz1KzK .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uF1Fnz1KzK .item-wrapper {
  position: relative;
  border-radius: 3rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uF1Fnz1KzK .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uF1Fnz1KzK .mbr-section-title {
  color: #45668e;
}
.cid-uF1Fnz1KzK .item-title {
  color: #ffffff;
}
.cid-uF1Fnz1KzK .mbr-section-subtitle {
  color: #353535;
}
.cid-uF1Fnz1KzK .mbr-text,
.cid-uF1Fnz1KzK .mbr-section-btn {
  color: #ffffff;
}
.cid-uF1Fnz1KzK .item-subtitle {
  color: #ffffff;
}
.cid-uF1K03hvFR {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 1200px) {
  .cid-uF1K03hvFR .display-2 {
    font-size: 2.1rem;
  }
}
.cid-uF1K03hvFR .item-content {
  position: absolute;
  left: 0;
  bottom: 0;
  backdrop-filter: blur(10px);
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-uF1K03hvFR .item-img {
  position: relative;
}
.cid-uF1K03hvFR img,
.cid-uF1K03hvFR .item-img {
  width: 100%;
  border-radius: 3rem;
  height: 100%;
  object-fit: cover;
}
.cid-uF1K03hvFR .item:focus,
.cid-uF1K03hvFR span:focus {
  outline: none;
}
.cid-uF1K03hvFR .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uF1K03hvFR .item-wrapper {
  position: relative;
  border-radius: 3rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uF1K03hvFR .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uF1K03hvFR .mbr-section-title {
  color: #ae42c8;
}
.cid-uF1K03hvFR .item-title {
  color: #ffffff;
}
.cid-uF1K03hvFR .mbr-section-subtitle {
  color: #353535;
}
.cid-uF1K03hvFR .mbr-text,
.cid-uF1K03hvFR .mbr-section-btn {
  color: #ffffff;
}
.cid-uF1K03hvFR .item-subtitle {
  color: #ffffff;
}
.cid-uF1MI6G0Ra {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #45668e;
}
.cid-uF1MI6G0Ra .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF1MI6G0Ra .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF1MI6G0Ra .row {
  justify-content: center;
}
.cid-uF1MI6G0Ra .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uF1MI6G0Ra .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uF1MI6G0Ra .title-wrapper .mbr-section-title span {
  color: #ffbe0d;
}
.cid-uF1MI6G0Ra .mbr-section-title {
  color: #fff7ee;
  text-align: center;
}
.cid-uF1NidxOua {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #45668e;
}
.cid-uF1NidxOua .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF1NidxOua .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF1NidxOua .row {
  justify-content: center;
}
.cid-uF1NidxOua .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uF1NidxOua .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uF1NidxOua .title-wrapper .mbr-section-title span {
  color: #ffbe0d;
}
.cid-uF1NidxOua .mbr-section-title {
  color: #fff7ee;
  text-align: center;
}
.cid-uF1Od5w0bL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uF1Od5w0bL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF1Od5w0bL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF1Od5w0bL img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
  margin: auto;
  margin-bottom: 1.5rem;
}
.cid-uF1Od5w0bL .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 1.5rem;
  color: #ca9236;
  width: 30px;
  justify-content: center;
  align-items: center;
}
.cid-uF1Od5w0bL .card-title,
.cid-uF1Od5w0bL .iconfont-wrapper {
  color: #232323;
}
.cid-uF1Od5w0bL .card-text {
  color: #232323;
}
.cid-uF1Od5w0bL .mbr-section-title {
  color: #45668e;
}
.cid-uF1Od5w0bL .mbr-section-subtitle {
  color: #232323;
}
.cid-uF1Od5w0bL .content-head {
  max-width: 800px;
}
.cid-uF1Od5w0bL .card-subtitle {
  color: #a1a1a1;
}
.cid-tCJjTaBOgs {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #45668e;
}
.cid-tCJjTaBOgs .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tCJjTaBOgs .formoid {
  margin: auto;
}
.cid-tCJjTaBOgs .form-control {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.cid-tCJjTaBOgs .input-group-btn .btn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin: 0 !important;
}
.cid-tCJjTaBOgs input[type="email"] {
  border-radius: 100px !important;
}
.cid-tCJjTaBOgs a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-tCJjTaBOgs a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
@media (max-width: 768px) {
  .cid-tCJjTaBOgs .mbr-form .row {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tCJjTaBOgs .form-group,
  .cid-tCJjTaBOgs .input-group-btn,
  .cid-tCJjTaBOgs .input-group-btn .btn {
    max-width: 300px;
    width: 100%;
  }
}
@media (min-width: 769px) {
  .cid-tCJjTaBOgs .mbr-form .row > * {
    padding: 0 0.5rem;
  }
}
.cid-tCJjTaBOgs H2 {
  color: #ffffff;
}
.cid-tCJkQquyXB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #212428;
}
.cid-tCJkQquyXB .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tCJkQquyXB .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tCJkQquyXB .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tCJkQquyXB .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tCJkQquyXB .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tCJkQquyXB .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tCJkQquyXB .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tCJkQquyXB .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tCJkQquyXB .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tCJkQquyXB .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tCJkQquyXB .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tCJkQquyXB .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tCJkQquyXB .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tCJkQquyXB .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uF1SxUC0s1 .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 992px) {
  .cid-uF1SxUC0s1 .container,
  .cid-uF1SxUC0s1 .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-uF1SxUC0s1 .container .navbar-collapse,
  .cid-uF1SxUC0s1 .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-uF1SxUC0s1 {
    flex-wrap: wrap;
  }
  .cid-uF1SxUC0s1 .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-uF1SxUC0s1 .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uF1SxUC0s1 .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uF1SxUC0s1 .btn {
  padding: 0.8rem 2rem;
}
.cid-uF1SxUC0s1 .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-uF1SxUC0s1 .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #000000;
}
.cid-uF1SxUC0s1 .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-uF1SxUC0s1 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF1SxUC0s1 .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uF1SxUC0s1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uF1SxUC0s1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uF1SxUC0s1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uF1SxUC0s1 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uF1SxUC0s1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uF1SxUC0s1 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uF1SxUC0s1 .dropdown-menu,
.cid-uF1SxUC0s1 .navbar.opened {
  background: #ffffff !important;
}
.cid-uF1SxUC0s1 .nav-item:focus,
.cid-uF1SxUC0s1 .nav-link:focus {
  outline: none;
}
.cid-uF1SxUC0s1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uF1SxUC0s1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF1SxUC0s1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uF1SxUC0s1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF1SxUC0s1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF1SxUC0s1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF1SxUC0s1 .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-uF1SxUC0s1 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uF1SxUC0s1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uF1SxUC0s1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uF1SxUC0s1 .navbar .navbar-logo img {
  width: auto;
}
.cid-uF1SxUC0s1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uF1SxUC0s1 .navbar.collapsed {
  justify-content: center;
}
.cid-uF1SxUC0s1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF1SxUC0s1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF1SxUC0s1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.2rem);
  }
}
.cid-uF1SxUC0s1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF1SxUC0s1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF1SxUC0s1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uF1SxUC0s1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF1SxUC0s1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uF1SxUC0s1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uF1SxUC0s1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF1SxUC0s1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF1SxUC0s1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF1SxUC0s1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uF1SxUC0s1 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uF1SxUC0s1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uF1SxUC0s1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF1SxUC0s1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uF1SxUC0s1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uF1SxUC0s1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF1SxUC0s1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uF1SxUC0s1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uF1SxUC0s1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uF1SxUC0s1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uF1SxUC0s1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF1SxUC0s1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF1SxUC0s1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF1SxUC0s1 .dropdown-item.active,
.cid-uF1SxUC0s1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uF1SxUC0s1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF1SxUC0s1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF1SxUC0s1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF1SxUC0s1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uF1SxUC0s1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF1SxUC0s1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF1SxUC0s1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uF1SxUC0s1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uF1SxUC0s1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uF1SxUC0s1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffee59;
}
.cid-uF1SxUC0s1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF1SxUC0s1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF1SxUC0s1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF1SxUC0s1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF1SxUC0s1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF1SxUC0s1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF1SxUC0s1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF1SxUC0s1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF1SxUC0s1 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uF1SxUC0s1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uF1SxUC0s1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF1SxUC0s1 .navbar {
    height: 70px;
  }
  .cid-uF1SxUC0s1 .navbar.opened {
    height: auto;
  }
  .cid-uF1SxUC0s1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF1SxVvSjt {
  background-image: url("../../../assets/images/pale-pink-background-1600-x-2000-z1rsw633bqbxd0mc-1536x1920.jpg");
}
.cid-uF1SxVvSjt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF1SxVvSjt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF1SxVvSjt .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uF1SxVvSjt .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-uF1UbKPQdZ {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #45668e;
}
.cid-uF1UbKPQdZ .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uF1UbKPQdZ .mbr-section-subtitle {
  text-align: center;
}
.cid-uF1Vz8jvot {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uF1Vz8jvot .row {
  flex-direction: row-reverse;
}
.cid-uF1Vz8jvot .image-wrapper {
  padding: 0 2rem;
}
.cid-uF1Vz8jvot .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-uF1Vz8jvot .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-uF1Vz8jvot .mbr-section-title {
  color: #45668e;
  margin-bottom: 1.5rem;
}
.cid-uF1Vz8jvot .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-uF1Vz8jvot .mbr-text {
  color: #45668e;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-uF1Vz8jvot .text-wrapper,
  .cid-uF1Vz8jvot .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uF1Vz8jvot .text-wrapper,
  .cid-uF1Vz8jvot .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-uF1Vz8jvot .text-wrapper,
  .cid-uF1Vz8jvot .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-uF1Vz8jvot .text-wrapper,
  .cid-uF1Vz8jvot .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-uF1Vz8jvot .text-wrapper,
  .cid-uF1Vz8jvot .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-uF1Vz8jvot .content {
    text-align: center;
  }
}
.cid-uF1Vz8jvot .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-uF1Vz8jvot .mbr-card-title {
    text-align: start;
  }
}
.cid-uF1Vz8jvot .nutrition {
  max-width: 543px;
  background-color: #f3edf7;
  border-radius: 10px;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  margin-left: 4.5rem;
  margin-right: 2rem;
}
@media (max-width: 1199px) {
  .cid-uF1Vz8jvot .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-uF1Vz8jvot .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-uF1Vz8jvot .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-uF1Vz8jvot .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-uF1Vz8jvot .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-uF1Vz8jvot .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-uF1Vz8jvot .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-uF1Vz8jvot .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-uF1Vz8jvot .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-uF1Vz8jvot .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-uF1Vz8jvot .nutrition-wrap {
    width: 100%;
  }
}
.cid-uF1Vz8jvot .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-uF1Vz8jvot .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-uF1Vz8jvot .tile-text-wrap {
  display: flex;
}
.cid-uF1Vz8jvot svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-uF1Vz8jvot svg path {
  fill: #cd8ad1;
}
.cid-uF1Vz8jvot .numbers {
  display: flex;
  align-self: center;
}
.cid-uF1Vz8jvot .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-uF1Vz8jvot .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-uF1Vz8jvot .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-uF1Vz8jvot .mbr-tile-text {
    text-align: start;
  }
}
.cid-uF1Vz8jvot .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uF1Vz8jvot .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-uF1Vz8jvot .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-uF1Vz8jvot .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-uF1Vz8jvot .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
  opacity: 0;
}
.cid-uF1Vz8jvot .mbr-price-text {
  color: #45668e;
  margin-bottom: 0;
}
.cid-uF1Vz8jvot .mbr-price-number {
  color: #45668e;
  margin-bottom: 0;
}
.cid-uF1Vz8jvot .mbr-amount-text {
  color: #45668e;
  margin-bottom: 0;
}
.cid-uF1Vz8jvot .mbr-amount-number {
  color: #45668e;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uF1Vz8jvot div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-uF234TUoLN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uF234TUoLN .image-wrapper {
  padding: 0 2rem;
}
.cid-uF234TUoLN .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-uF234TUoLN .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-uF234TUoLN .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-uF234TUoLN .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-uF234TUoLN .mbr-text {
  color: #45668e;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-uF234TUoLN .text-wrapper,
  .cid-uF234TUoLN .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uF234TUoLN .text-wrapper,
  .cid-uF234TUoLN .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-uF234TUoLN .text-wrapper,
  .cid-uF234TUoLN .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-uF234TUoLN .text-wrapper,
  .cid-uF234TUoLN .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-uF234TUoLN .text-wrapper,
  .cid-uF234TUoLN .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-uF234TUoLN .content {
    text-align: center;
  }
}
.cid-uF234TUoLN .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-uF234TUoLN .mbr-card-title {
    text-align: start;
  }
}
.cid-uF234TUoLN .nutrition {
  max-width: 543px;
  background-color: #f3edf7;
  border-radius: 10px;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  margin-left: 4.5rem;
  margin-right: 2rem;
}
@media (max-width: 1199px) {
  .cid-uF234TUoLN .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-uF234TUoLN .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-uF234TUoLN .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-uF234TUoLN .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-uF234TUoLN .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-uF234TUoLN .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-uF234TUoLN .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-uF234TUoLN .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-uF234TUoLN .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-uF234TUoLN .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-uF234TUoLN .nutrition-wrap {
    width: 100%;
  }
}
.cid-uF234TUoLN .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-uF234TUoLN .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-uF234TUoLN .tile-text-wrap {
  display: flex;
}
.cid-uF234TUoLN svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-uF234TUoLN svg path {
  fill: #cd8ad1;
}
.cid-uF234TUoLN .numbers {
  display: flex;
  align-self: center;
}
.cid-uF234TUoLN .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-uF234TUoLN .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-uF234TUoLN .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-uF234TUoLN .mbr-tile-text {
    text-align: start;
  }
}
.cid-uF234TUoLN .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uF234TUoLN .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-uF234TUoLN .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-uF234TUoLN .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-uF234TUoLN .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
  opacity: 0;
}
.cid-uF234TUoLN .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uF234TUoLN .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uF234TUoLN .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uF234TUoLN .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uF234TUoLN div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-uF234TUoLN .mbr-text-title {
  color: #45668e;
}
.cid-uF244yjqZ2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uF244yjqZ2 .row {
  flex-direction: row-reverse;
}
.cid-uF244yjqZ2 .image-wrapper {
  padding: 0 2rem;
}
.cid-uF244yjqZ2 .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-uF244yjqZ2 .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-uF244yjqZ2 .mbr-section-title {
  color: #45668e;
  margin-bottom: 1.5rem;
}
.cid-uF244yjqZ2 .mbr-section-subtitle {
  color: #45668e;
  margin-bottom: 4rem;
}
.cid-uF244yjqZ2 .mbr-text {
  color: #45668e;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-uF244yjqZ2 .text-wrapper,
  .cid-uF244yjqZ2 .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uF244yjqZ2 .text-wrapper,
  .cid-uF244yjqZ2 .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-uF244yjqZ2 .text-wrapper,
  .cid-uF244yjqZ2 .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-uF244yjqZ2 .text-wrapper,
  .cid-uF244yjqZ2 .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-uF244yjqZ2 .text-wrapper,
  .cid-uF244yjqZ2 .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-uF244yjqZ2 .content {
    text-align: center;
  }
}
.cid-uF244yjqZ2 .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-uF244yjqZ2 .mbr-card-title {
    text-align: start;
  }
}
.cid-uF244yjqZ2 .nutrition {
  max-width: 543px;
  background-color: #f3edf7;
  border-radius: 10px;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  margin-left: 4.5rem;
  margin-right: 2rem;
}
@media (max-width: 1199px) {
  .cid-uF244yjqZ2 .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-uF244yjqZ2 .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-uF244yjqZ2 .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-uF244yjqZ2 .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-uF244yjqZ2 .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-uF244yjqZ2 .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-uF244yjqZ2 .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-uF244yjqZ2 .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-uF244yjqZ2 .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-uF244yjqZ2 .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-uF244yjqZ2 .nutrition-wrap {
    width: 100%;
  }
}
.cid-uF244yjqZ2 .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-uF244yjqZ2 .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-uF244yjqZ2 .tile-text-wrap {
  display: flex;
}
.cid-uF244yjqZ2 svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-uF244yjqZ2 svg path {
  fill: #cd8ad1;
}
.cid-uF244yjqZ2 .numbers {
  display: flex;
  align-self: center;
}
.cid-uF244yjqZ2 .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-uF244yjqZ2 .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-uF244yjqZ2 .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-uF244yjqZ2 .mbr-tile-text {
    text-align: start;
  }
}
.cid-uF244yjqZ2 .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uF244yjqZ2 .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-uF244yjqZ2 .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-uF244yjqZ2 .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-uF244yjqZ2 .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
  opacity: 0;
}
.cid-uF244yjqZ2 .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uF244yjqZ2 .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uF244yjqZ2 .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uF244yjqZ2 .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uF244yjqZ2 div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-uF25iSi0sm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/pale-pink-background-1600-x-2000-z1rsw633bqbxd0mc-1536x1920.jpg");
}
.cid-uF25iSi0sm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF25iSi0sm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF25iSi0sm .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uF25iSi0sm .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uF25iSi0sm .container {
    padding: 0 20px;
  }
}
.cid-uF25iSi0sm .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 150px;
  padding: 0 100px;
}
@media (max-width: 1700px) {
  .cid-uF25iSi0sm .content-wrapper {
    gap: 50px;
  }
}
@media (max-width: 1200px) {
  .cid-uF25iSi0sm .content-wrapper {
    padding: 0 50px;
  }
}
@media (max-width: 992px) {
  .cid-uF25iSi0sm .content-wrapper {
    display: block;
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uF25iSi0sm .content-wrapper .image-wrapper_1 {
  padding-left: 116px;
}
@media (max-width: 1440px) {
  .cid-uF25iSi0sm .content-wrapper .image-wrapper_1 {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uF25iSi0sm .content-wrapper .image-wrapper_1 {
    margin-bottom: 40px;
  }
}
.cid-uF25iSi0sm .content-wrapper .image-wrapper_1 img {
  height: 370px;
  object-fit: cover;
}
.cid-uF25iSi0sm .content-wrapper .image-wrapper_1 a {
  display: block;
}
.cid-uF25iSi0sm .content-wrapper .items-wrapper {
  padding-top: 70%;
}
@media (max-width: 992px) {
  .cid-uF25iSi0sm .content-wrapper .items-wrapper {
    padding-top: 0;
  }
}
.cid-uF25iSi0sm .content-wrapper .items-wrapper .item {
  margin-bottom: 40px;
}
.cid-uF25iSi0sm .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uF25iSi0sm .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number {
    margin-bottom: 40px;
  }
}
.cid-uF25iSi0sm .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.cid-uF25iSi0sm .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #45668e;
  opacity: .2;
}
.cid-uF25iSi0sm .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 30px;
}
.cid-uF25iSi0sm .content-wrapper .image-wrapper_2 {
  padding-right: 116px;
  margin-top: 132%;
}
@media (max-width: 1440px) {
  .cid-uF25iSi0sm .content-wrapper .image-wrapper_2 {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uF25iSi0sm .content-wrapper .image-wrapper_2 {
    margin-top: 0;
  }
}
.cid-uF25iSi0sm .content-wrapper .image-wrapper_2 img {
  height: 370px;
  object-fit: cover;
}
.cid-uF25iSi0sm .content-wrapper .image-wrapper_2 a {
  display: block;
}
.cid-uF25iSi0sm .card-number {
  color: #1e1d1c;
}
.cid-uF25iSi0sm .card-title {
  color: #1e1d1c;
}
.cid-uF25iSi0sm .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-uF25iSi0sm .card-title,
.cid-uF25iSi0sm .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uF1Sy0hTQo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #212428;
}
.cid-uF1Sy0hTQo .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uF1Sy0hTQo .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uF1Sy0hTQo .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uF1Sy0hTQo .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uF1Sy0hTQo .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uF1Sy0hTQo .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uF1Sy0hTQo .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uF1Sy0hTQo .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uF1Sy0hTQo .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uF1Sy0hTQo .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uF1Sy0hTQo .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uF1Sy0hTQo .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uF1Sy0hTQo .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uF1Sy0hTQo .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uF1SBgWVaS .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 992px) {
  .cid-uF1SBgWVaS .container,
  .cid-uF1SBgWVaS .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-uF1SBgWVaS .container .navbar-collapse,
  .cid-uF1SBgWVaS .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-uF1SBgWVaS {
    flex-wrap: wrap;
  }
  .cid-uF1SBgWVaS .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-uF1SBgWVaS .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uF1SBgWVaS .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uF1SBgWVaS .btn {
  padding: 0.8rem 2rem;
}
.cid-uF1SBgWVaS .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-uF1SBgWVaS .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #000000;
}
.cid-uF1SBgWVaS .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-uF1SBgWVaS .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF1SBgWVaS .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uF1SBgWVaS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uF1SBgWVaS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uF1SBgWVaS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uF1SBgWVaS .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uF1SBgWVaS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uF1SBgWVaS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uF1SBgWVaS .dropdown-menu,
.cid-uF1SBgWVaS .navbar.opened {
  background: #ffffff !important;
}
.cid-uF1SBgWVaS .nav-item:focus,
.cid-uF1SBgWVaS .nav-link:focus {
  outline: none;
}
.cid-uF1SBgWVaS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uF1SBgWVaS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF1SBgWVaS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uF1SBgWVaS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF1SBgWVaS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF1SBgWVaS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF1SBgWVaS .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-uF1SBgWVaS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uF1SBgWVaS .navbar.opened {
  transition: all 0.3s;
}
.cid-uF1SBgWVaS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uF1SBgWVaS .navbar .navbar-logo img {
  width: auto;
}
.cid-uF1SBgWVaS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uF1SBgWVaS .navbar.collapsed {
  justify-content: center;
}
.cid-uF1SBgWVaS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF1SBgWVaS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF1SBgWVaS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.2rem);
  }
}
.cid-uF1SBgWVaS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF1SBgWVaS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF1SBgWVaS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uF1SBgWVaS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF1SBgWVaS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uF1SBgWVaS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uF1SBgWVaS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF1SBgWVaS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF1SBgWVaS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF1SBgWVaS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uF1SBgWVaS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uF1SBgWVaS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uF1SBgWVaS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF1SBgWVaS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uF1SBgWVaS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uF1SBgWVaS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF1SBgWVaS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uF1SBgWVaS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uF1SBgWVaS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uF1SBgWVaS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uF1SBgWVaS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF1SBgWVaS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF1SBgWVaS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF1SBgWVaS .dropdown-item.active,
.cid-uF1SBgWVaS .dropdown-item:active {
  background-color: transparent;
}
.cid-uF1SBgWVaS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF1SBgWVaS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF1SBgWVaS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF1SBgWVaS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uF1SBgWVaS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF1SBgWVaS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF1SBgWVaS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uF1SBgWVaS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uF1SBgWVaS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uF1SBgWVaS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffee59;
}
.cid-uF1SBgWVaS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF1SBgWVaS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF1SBgWVaS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF1SBgWVaS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF1SBgWVaS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF1SBgWVaS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF1SBgWVaS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF1SBgWVaS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF1SBgWVaS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uF1SBgWVaS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uF1SBgWVaS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF1SBgWVaS .navbar {
    height: 70px;
  }
  .cid-uF1SBgWVaS .navbar.opened {
    height: auto;
  }
  .cid-uF1SBgWVaS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF1SBhuFr4 {
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-uF1SBhuFr4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF1SBhuFr4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF1SBhuFr4 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uF1SBhuFr4 .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-uF27VVDNDv {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #45668e;
}
.cid-uF27VVDNDv .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uF27VVDNDv .mbr-section-subtitle {
  text-align: center;
}
.cid-uF2lsQkbFa {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uF2lsQkbFa .mbr-section-title {
  border-bottom: 2px solid currentColor;
  padding-bottom: 2rem;
  color: #ffffff;
}
.cid-uF2lsQkbFa .row-bg {
  align-items: center;
  background: #45668e;
  transition: all 0.3s;
  padding: 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uF2lsQkbFa .row-bg {
    padding: 1rem 0;
  }
}
.cid-uF2lsQkbFa .row-bg:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
@media (max-width: 991px) {
  .cid-uF2lsQkbFa .image-wrapper {
    padding: 0 1rem;
  }
}
.cid-uF2lsQkbFa img {
  border-radius: 1rem;
}
.cid-uF2lsQkbFa .mbr-text,
.cid-uF2lsQkbFa .mbr-section-btn {
  color: #ffffff;
}
.cid-uF2lsQkbFa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF2lsQkbFa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF2m08prpf {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uF2m08prpf .mbr-section-title {
  border-bottom: 2px solid currentColor;
  padding-bottom: 2rem;
  color: #ffffff;
}
.cid-uF2m08prpf .row-bg {
  align-items: center;
  background: #45668e;
  transition: all 0.3s;
  padding: 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uF2m08prpf .row-bg {
    padding: 1rem 0;
  }
}
.cid-uF2m08prpf .row-bg:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
@media (max-width: 991px) {
  .cid-uF2m08prpf .image-wrapper {
    padding: 0 1rem;
  }
}
.cid-uF2m08prpf img {
  border-radius: 1rem;
}
.cid-uF2m08prpf .mbr-text,
.cid-uF2m08prpf .mbr-section-btn {
  color: #ffffff;
}
.cid-uF2m08prpf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF2m08prpf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF2moZg06t {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uF2moZg06t .mbr-section-title {
  border-bottom: 2px solid currentColor;
  padding-bottom: 2rem;
  color: #ffffff;
}
.cid-uF2moZg06t .row-bg {
  align-items: center;
  background: #45668e;
  transition: all 0.3s;
  padding: 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uF2moZg06t .row-bg {
    padding: 1rem 0;
  }
}
.cid-uF2moZg06t .row-bg:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
@media (max-width: 991px) {
  .cid-uF2moZg06t .image-wrapper {
    padding: 0 1rem;
  }
}
.cid-uF2moZg06t img {
  border-radius: 1rem;
}
.cid-uF2moZg06t .mbr-text,
.cid-uF2moZg06t .mbr-section-btn {
  color: #ffffff;
}
.cid-uF2moZg06t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF2moZg06t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF2o9ysJZk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uF2o9ysJZk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF2o9ysJZk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF2o9ysJZk .row {
  align-items: center;
}
.cid-uF2o9ysJZk .mbr-section-title {
  color: #45668e;
}
.cid-uF2o9ysJZk .mbr-text,
.cid-uF2o9ysJZk .mbr-section-btn {
  color: #45668e;
}
.cid-uF1SBm5b5O {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #212428;
}
.cid-uF1SBm5b5O .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uF1SBm5b5O .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uF1SBm5b5O .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uF1SBm5b5O .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uF1SBm5b5O .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uF1SBm5b5O .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uF1SBm5b5O .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uF1SBm5b5O .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uF1SBm5b5O .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uF1SBm5b5O .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uF1SBm5b5O .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uF1SBm5b5O .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uF1SBm5b5O .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uF1SBm5b5O .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uF1SCWDZvN .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 992px) {
  .cid-uF1SCWDZvN .container,
  .cid-uF1SCWDZvN .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-uF1SCWDZvN .container .navbar-collapse,
  .cid-uF1SCWDZvN .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-uF1SCWDZvN {
    flex-wrap: wrap;
  }
  .cid-uF1SCWDZvN .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-uF1SCWDZvN .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uF1SCWDZvN .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uF1SCWDZvN .btn {
  padding: 0.8rem 2rem;
}
.cid-uF1SCWDZvN .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-uF1SCWDZvN .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #000000;
}
.cid-uF1SCWDZvN .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-uF1SCWDZvN .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF1SCWDZvN .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uF1SCWDZvN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uF1SCWDZvN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uF1SCWDZvN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uF1SCWDZvN .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uF1SCWDZvN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uF1SCWDZvN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uF1SCWDZvN .dropdown-menu,
.cid-uF1SCWDZvN .navbar.opened {
  background: #ffffff !important;
}
.cid-uF1SCWDZvN .nav-item:focus,
.cid-uF1SCWDZvN .nav-link:focus {
  outline: none;
}
.cid-uF1SCWDZvN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uF1SCWDZvN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF1SCWDZvN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uF1SCWDZvN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF1SCWDZvN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF1SCWDZvN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF1SCWDZvN .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-uF1SCWDZvN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uF1SCWDZvN .navbar.opened {
  transition: all 0.3s;
}
.cid-uF1SCWDZvN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uF1SCWDZvN .navbar .navbar-logo img {
  width: auto;
}
.cid-uF1SCWDZvN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uF1SCWDZvN .navbar.collapsed {
  justify-content: center;
}
.cid-uF1SCWDZvN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF1SCWDZvN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF1SCWDZvN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.2rem);
  }
}
.cid-uF1SCWDZvN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF1SCWDZvN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF1SCWDZvN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uF1SCWDZvN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF1SCWDZvN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uF1SCWDZvN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uF1SCWDZvN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF1SCWDZvN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF1SCWDZvN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF1SCWDZvN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uF1SCWDZvN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uF1SCWDZvN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uF1SCWDZvN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF1SCWDZvN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uF1SCWDZvN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uF1SCWDZvN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF1SCWDZvN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uF1SCWDZvN .navbar.navbar-short {
  min-height: 60px;
}
.cid-uF1SCWDZvN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uF1SCWDZvN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uF1SCWDZvN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF1SCWDZvN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF1SCWDZvN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF1SCWDZvN .dropdown-item.active,
.cid-uF1SCWDZvN .dropdown-item:active {
  background-color: transparent;
}
.cid-uF1SCWDZvN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF1SCWDZvN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF1SCWDZvN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF1SCWDZvN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uF1SCWDZvN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF1SCWDZvN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF1SCWDZvN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uF1SCWDZvN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uF1SCWDZvN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uF1SCWDZvN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffee59;
}
.cid-uF1SCWDZvN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF1SCWDZvN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF1SCWDZvN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF1SCWDZvN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF1SCWDZvN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF1SCWDZvN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF1SCWDZvN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF1SCWDZvN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF1SCWDZvN .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uF1SCWDZvN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uF1SCWDZvN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF1SCWDZvN .navbar {
    height: 70px;
  }
  .cid-uF1SCWDZvN .navbar.opened {
    height: auto;
  }
  .cid-uF1SCWDZvN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF1SCX9cmg {
  background-image: url("../../../assets/images/mbr-3-1920x1080.jpg");
}
.cid-uF1SCX9cmg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF1SCX9cmg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF1SCX9cmg .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uF1SCX9cmg .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-uF2rkpAtbu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uF2rkpAtbu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF2rkpAtbu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF1SD144tg {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #45668e;
}
.cid-uF1SD144tg .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uF1SD144tg .formoid {
  margin: auto;
}
.cid-uF1SD144tg .form-control {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.cid-uF1SD144tg .input-group-btn .btn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin: 0 !important;
}
.cid-uF1SD144tg input[type="email"] {
  border-radius: 100px !important;
}
.cid-uF1SD144tg a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-uF1SD144tg a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
@media (max-width: 768px) {
  .cid-uF1SD144tg .mbr-form .row {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uF1SD144tg .form-group,
  .cid-uF1SD144tg .input-group-btn,
  .cid-uF1SD144tg .input-group-btn .btn {
    max-width: 300px;
    width: 100%;
  }
}
@media (min-width: 769px) {
  .cid-uF1SD144tg .mbr-form .row > * {
    padding: 0 0.5rem;
  }
}
.cid-uF1SD144tg H2 {
  color: #ffffff;
}
.cid-uF1SD1C9kr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #212428;
}
.cid-uF1SD1C9kr .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uF1SD1C9kr .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uF1SD1C9kr .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uF1SD1C9kr .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uF1SD1C9kr .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uF1SD1C9kr .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uF1SD1C9kr .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uF1SD1C9kr .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uF1SD1C9kr .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uF1SD1C9kr .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uF1SD1C9kr .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uF1SD1C9kr .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uF1SD1C9kr .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uF1SD1C9kr .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uF1SFOdkf8 .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 992px) {
  .cid-uF1SFOdkf8 .container,
  .cid-uF1SFOdkf8 .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-uF1SFOdkf8 .container .navbar-collapse,
  .cid-uF1SFOdkf8 .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-uF1SFOdkf8 {
    flex-wrap: wrap;
  }
  .cid-uF1SFOdkf8 .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-uF1SFOdkf8 .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uF1SFOdkf8 .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uF1SFOdkf8 .btn {
  padding: 0.8rem 2rem;
}
.cid-uF1SFOdkf8 .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-uF1SFOdkf8 .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #000000;
}
.cid-uF1SFOdkf8 .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-uF1SFOdkf8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF1SFOdkf8 .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uF1SFOdkf8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uF1SFOdkf8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uF1SFOdkf8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uF1SFOdkf8 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uF1SFOdkf8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uF1SFOdkf8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uF1SFOdkf8 .dropdown-menu,
.cid-uF1SFOdkf8 .navbar.opened {
  background: #ffffff !important;
}
.cid-uF1SFOdkf8 .nav-item:focus,
.cid-uF1SFOdkf8 .nav-link:focus {
  outline: none;
}
.cid-uF1SFOdkf8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uF1SFOdkf8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF1SFOdkf8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uF1SFOdkf8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF1SFOdkf8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF1SFOdkf8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF1SFOdkf8 .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-uF1SFOdkf8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uF1SFOdkf8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uF1SFOdkf8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uF1SFOdkf8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uF1SFOdkf8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uF1SFOdkf8 .navbar.collapsed {
  justify-content: center;
}
.cid-uF1SFOdkf8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF1SFOdkf8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF1SFOdkf8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.2rem);
  }
}
.cid-uF1SFOdkf8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF1SFOdkf8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF1SFOdkf8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uF1SFOdkf8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF1SFOdkf8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uF1SFOdkf8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uF1SFOdkf8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF1SFOdkf8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF1SFOdkf8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF1SFOdkf8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uF1SFOdkf8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uF1SFOdkf8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uF1SFOdkf8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF1SFOdkf8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uF1SFOdkf8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uF1SFOdkf8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF1SFOdkf8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uF1SFOdkf8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uF1SFOdkf8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uF1SFOdkf8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uF1SFOdkf8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF1SFOdkf8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF1SFOdkf8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF1SFOdkf8 .dropdown-item.active,
.cid-uF1SFOdkf8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uF1SFOdkf8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF1SFOdkf8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF1SFOdkf8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF1SFOdkf8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uF1SFOdkf8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF1SFOdkf8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF1SFOdkf8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uF1SFOdkf8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uF1SFOdkf8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uF1SFOdkf8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffee59;
}
.cid-uF1SFOdkf8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF1SFOdkf8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF1SFOdkf8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF1SFOdkf8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF1SFOdkf8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF1SFOdkf8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF1SFOdkf8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF1SFOdkf8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF1SFOdkf8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uF1SFOdkf8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uF1SFOdkf8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF1SFOdkf8 .navbar {
    height: 70px;
  }
  .cid-uF1SFOdkf8 .navbar.opened {
    height: auto;
  }
  .cid-uF1SFOdkf8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF1SFOZXls {
  background-image: url("../../../assets/images/mbr-3-1920x1080.jpg");
}
.cid-uF1SFOZXls .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF1SFOZXls .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF1SFOZXls .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uF1SFOZXls .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-uF2tgBc5h1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uF2tgBc5h1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF2tgBc5h1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF2tgBc5h1 .cont-wrap {
  justify-content: center;
}
.cid-uF2tgBc5h1 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uF2tgBc5h1 .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
    width: 100%;
  }
}
.cid-uF2tgBc5h1 .content-wrapper .mbr-text {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uF2tgBc5h1 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uF2tgBc5h1 .content-wrapper .contacts-wrapper {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uF2tgBc5h1 .content-wrapper .contacts-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uF2tgBc5h1 .content-wrapper .contacts-wrapper .list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.cid-uF2tgBc5h1 .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uF2tgBc5h1 .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uF2tgBc5h1 .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #45668e;
}
.cid-uF2tgBc5h1 .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  color: #45668e;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uF2tgBc5h1 .content-wrapper .social-wrapper {
    margin-bottom: 46px;
  }
}
.cid-uF2tgBc5h1 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uF2tgBc5h1 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uF2tgBc5h1 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uF2tgBc5h1 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #45668e;
}
.cid-uF2tgBc5h1 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #45668e;
  background-color: #ffffff;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uF2tgBc5h1 .content-wrap .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uF2tgBc5h1 .content-wrap .mbr-section-subtitle {
    margin-bottom: 22px;
  }
}
.cid-uF2tgBc5h1 .content-wrap .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uF2tgBc5h1 .content-wrap .dragArea.row .form-group {
  margin-bottom: 10px !important;
}
.cid-uF2tgBc5h1 .content-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 5px;
}
.cid-uF2tgBc5h1 .content-wrap .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 14px 20px;
  border-radius: 10px !important;
  border: none !important;
  box-shadow: none;
  background-color: #45668e;
}
@media (max-width: 992px) {
  .cid-uF2tgBc5h1 .content-wrap .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-uF2tgBc5h1 .content-wrap .dragArea.row .form-group .form-control:hover,
.cid-uF2tgBc5h1 .content-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uF2tgBc5h1 .content-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  font-weight: 700 !important;
  opacity: .7;
}
.cid-uF2tgBc5h1 .content-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uF2tgBc5h1 .content-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uF2tgBc5h1 .content-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0;
}
.cid-uF2tgBc5h1 .content-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uF2tgBc5h1 .mbr-section-title {
  color: #212529;
}
.cid-uF2tgBc5h1 .mbr-section-subtitle {
  color: #51565c;
}
.cid-uF2tgBc5h1 .mbr-text {
  color: #45668e;
}
.cid-uF2tgBc5h1 .list {
  color: #212529;
}
.cid-uF2tgBc5h1 .mbr-section-title,
.cid-uF2tgBc5h1 .title-wrapper {
  color: #45668e;
}
.cid-uF2tgBc5h1 .mbr-section-subtitle,
.cid-uF2tgBc5h1 .mbr-section-btn {
  color: #45668e;
}
.cid-uF2tgBc5h1 .list,
.cid-uF2tgBc5h1 .item-wrap,
.cid-uF2tgBc5h1 .social-wrapper {
  color: #45668e;
}
.cid-uF1SFThviA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #212428;
}
.cid-uF1SFThviA .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uF1SFThviA .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uF1SFThviA .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uF1SFThviA .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uF1SFThviA .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uF1SFThviA .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uF1SFThviA .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uF1SFThviA .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uF1SFThviA .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uF1SFThviA .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uF1SFThviA .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uF1SFThviA .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uF1SFThviA .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uF1SFThviA .media-container-row .row-copirayt p {
  width: 100%;
}
