body {
  font-family: 'Jost', sans-serif;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 3.625rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.53125rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 2.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.9rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.5375rem;
    font-size: calc( 1.91875rem + (3.625 - 1.91875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.91875rem + (3.625 - 1.91875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.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.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.875rem 1.3125rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #b62519 !important;
}
.bg-success {
  background-color: #000000 !important;
}
.bg-info {
  background-color: #fab901 !important;
}
.bg-warning {
  background-color: #0746c0 !important;
}
.bg-danger {
  background-color: #5e5e5e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #b62519 !important;
  border-color: #b62519 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #6a160f !important;
  border-color: #6a160f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary .btn-success:hover {
  background-color: #b62519;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #6a160f !important;
  border-color: #6a160f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e5e5e5 !important;
  border-color: #e5e5e5 !important;
  color: #666666 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #bababa !important;
  border-color: #bababa !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary .btn-success:hover {
  background-color: #b62519;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #666666 !important;
  background-color: #bababa !important;
  border-color: #bababa !important;
}
.btn-info,
.btn-info:active {
  background-color: #fab901 !important;
  border-color: #fab901 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #a47901 !important;
  border-color: #a47901 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info .btn-success:hover {
  background-color: #b62519;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #a47901 !important;
  border-color: #a47901 !important;
}
.btn-success,
.btn-success:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success .btn-success:hover {
  background-color: #b62519;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #0746c0 !important;
  border-color: #0746c0 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #04286c !important;
  border-color: #04286c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning .btn-success:hover {
  background-color: #b62519;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #04286c !important;
  border-color: #04286c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #5e5e5e !important;
  border-color: #5e5e5e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger .btn-success:hover {
  background-color: #b62519;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white .btn-success:hover {
  background-color: #b62519;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black .btn-success:hover {
  background-color: #b62519;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b62519;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6a160f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #b62519 !important;
  border-color: #b62519 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e5e5e5;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #bababa !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #666666 !important;
  background-color: #e5e5e5 !important;
  border-color: #e5e5e5 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fab901;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #a47901 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #fab901 !important;
  border-color: #fab901 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0746c0;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #04286c !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #0746c0 !important;
  border-color: #0746c0 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #5e5e5e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #333333 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #5e5e5e !important;
  border-color: #5e5e5e !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #b62519 !important;
}
.text-secondary {
  color: #e5e5e5 !important;
}
.text-success {
  color: #000000 !important;
}
.text-info {
  color: #fab901 !important;
}
.text-warning {
  color: #0746c0 !important;
}
.text-danger {
  color: #5e5e5e !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #5c130d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b2b2b2 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #4d4d4d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #946e01 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #03225e !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #2b2b2b !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: #b62519;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fab901;
}
.alert-warning {
  background-color: #0746c0;
}
.alert-danger {
  background-color: #5e5e5e;
}
.mbr-gallery-filter li.active .btn {
  background-color: #b62519;
  border-color: #b62519;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #b62519;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ea6f65;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fff1c8;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #4e88f9;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #9e9e9e;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', 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: #b62519 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', 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: #b62519;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #b62519;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #b62519;
}
.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: #b62519;
  border-bottom-color: #b62519;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #b62519 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #e5e5e5 !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='%23b62519' %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;
  font-weight: 500;
}
.btn {
  margin: 0;
}
body {
  font-family: Jost;
}
p {
  margin-bottom: 0;
}
.btn.btn-success:hover {
  background-color: #b62519 !important;
  transition: all 0.2s ease-in-out;
  border-color: #b62519 !important;
}
.btn.btn-success {
  border: none !important;
}
.cid-ttKoWtpkVI .navbar-dropdown {
  position: relative !important;
}
.cid-ttKoWtpkVI .navbar-dropdown {
  position: absolute !important;
}
.cid-ttKoWtpkVI .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-ttKoWtpkVI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ttKoWtpkVI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttKoWtpkVI .dropdown-item:hover,
.cid-ttKoWtpkVI .dropdown-item:focus {
  background: #b62519 !important;
  color: white !important;
}
.cid-ttKoWtpkVI .dropdown-item:hover span {
  color: white;
}
.cid-ttKoWtpkVI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ttKoWtpkVI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ttKoWtpkVI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ttKoWtpkVI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttKoWtpkVI .nav-link {
  position: relative;
}
.cid-ttKoWtpkVI .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ttKoWtpkVI .container {
    flex-wrap: nowrap;
  }
}
.cid-ttKoWtpkVI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ttKoWtpkVI .dropdown-menu,
.cid-ttKoWtpkVI .navbar.opened {
  background: #ffffff !important;
}
.cid-ttKoWtpkVI .nav-item:focus,
.cid-ttKoWtpkVI .nav-link:focus {
  outline: none;
}
.cid-ttKoWtpkVI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttKoWtpkVI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttKoWtpkVI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttKoWtpkVI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttKoWtpkVI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttKoWtpkVI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttKoWtpkVI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-ttKoWtpkVI .navbar.opened {
  transition: all 0.3s;
}
.cid-ttKoWtpkVI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ttKoWtpkVI .navbar .navbar-logo img {
  width: auto;
}
.cid-ttKoWtpkVI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttKoWtpkVI .navbar.collapsed {
  justify-content: center;
}
.cid-ttKoWtpkVI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttKoWtpkVI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ttKoWtpkVI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttKoWtpkVI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttKoWtpkVI .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-ttKoWtpkVI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttKoWtpkVI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ttKoWtpkVI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttKoWtpkVI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttKoWtpkVI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttKoWtpkVI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttKoWtpkVI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttKoWtpkVI .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-ttKoWtpkVI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttKoWtpkVI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttKoWtpkVI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttKoWtpkVI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttKoWtpkVI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttKoWtpkVI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ttKoWtpkVI .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttKoWtpkVI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttKoWtpkVI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ttKoWtpkVI .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-ttKoWtpkVI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttKoWtpkVI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttKoWtpkVI .dropdown-item.active,
.cid-ttKoWtpkVI .dropdown-item:active {
  background-color: transparent;
}
.cid-ttKoWtpkVI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttKoWtpkVI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttKoWtpkVI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttKoWtpkVI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ttKoWtpkVI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttKoWtpkVI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttKoWtpkVI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttKoWtpkVI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttKoWtpkVI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ttKoWtpkVI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ttKoWtpkVI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttKoWtpkVI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttKoWtpkVI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttKoWtpkVI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttKoWtpkVI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttKoWtpkVI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttKoWtpkVI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttKoWtpkVI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttKoWtpkVI .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ttKoWtpkVI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttKoWtpkVI .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-ttKoWtpkVI .navbar {
    height: 70px;
  }
  .cid-ttKoWtpkVI .navbar.opened {
    height: auto;
  }
  .cid-ttKoWtpkVI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttKpfOYlwI {
  background-image: url("../../../assets/images/sugar-daddy-chat-1920x958.webp");
}
.cid-ttKpfOYlwI .mbr-text,
.cid-ttKpfOYlwI .mbr-section-btn {
  color: #ffffff;
}
.cid-ttKpfOYlwI .mbr-section-title {
  color: #ffffff;
}
.cid-ttKsepMFTH {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-ttKsepMFTH .row {
  align-items: center;
}
.cid-ttKsepMFTH .mbr-section-subtitle {
  color: #ffffff;
  padding-bottom: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.cid-ttKsepMFTH .mbr-section-title {
  padding-bottom: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
}
.cid-ttKsepMFTH .first {
  padding-bottom: 30px;
}
.cid-ttKsepMFTH .left-side {
  padding-left: 150px;
  z-index: 3;
}
.cid-ttKsepMFTH .right-side {
  padding-right: 100px;
  margin-left: 50%;
  position: absolute;
}
.cid-ttKsepMFTH .mbr-text {
  color: #ffffff;
}
.cid-ttKsepMFTH img {
  max-width: 500px;
}
@media (min-width: 751px) {
  .cid-ttKsepMFTH .left-side {
    min-height: 800px;
    padding-top: 20%;
  }
}
@media (max-width: 750px) {
  .cid-ttKsepMFTH .left-side {
    padding-left: 15px;
    position: initial;
    width: 100%;
    z-index: 3;
    margin-bottom: 30px;
  }
  .cid-ttKsepMFTH .right-side {
    padding-right: 15px;
    margin-left: 0%;
    position: initial;
  }
}
.cid-ttKsepMFTH .mbr-text,
.cid-ttKsepMFTH .button-align {
  color: #ffffff;
}
.cid-ttKnxyITyY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ttKnxyITyY .card-title {
  font-weight: 600;
  display: inline;
  font-size: 18px;
  color: #ffffff;
}
.cid-ttKnxyITyY .desc {
  margin-bottom: 60px;
  font-weight: 600;
  text-align: left;
  color: #ffffff;
}
.cid-ttKnxyITyY .number {
  font-size: 18px;
  font-weight: 600;
  color: #ff4433;
  padding-bottom: 18px;
}
.cid-ttKnxyITyY .card-text {
  padding-top: 18px;
  color: #ffffff;
}
@media (max-width: 990px) {
  .cid-ttKnxyITyY .text1 {
    padding-bottom: 30px;
  }
  .cid-ttKnxyITyY .text2 {
    padding-bottom: 30px;
  }
}
.cid-ttKqWN9qQK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ttKqWN9qQK .left-side {
  text-align: center;
  padding: 30px;
}
.cid-ttKqWN9qQK .row {
  align-items: center;
  background: #272727;
  padding: 0px;
  margin: 0;
}
.cid-ttKqWN9qQK .container-fluid {
  padding: 0;
}
.cid-ttKqWN9qQK .right-side {
  padding: 0;
}
.cid-ttKqWN9qQK .iconfont-wrapper {
  margin-bottom: 18px;
}
.cid-ttKqWN9qQK .mbr-iconfont {
  font-size: 80px;
  color: #e5e5e5;
}
.cid-ttKqWN9qQK .mbr-section-subtitle {
  font-weight: 600;
  padding-bottom: 10px;
}
.cid-ttKqWN9qQK .mbr-section-title {
  padding-bottom: 36px;
}
.cid-ttKqWN9qQK .l1 {
  color: #ffffff;
}
.cid-ttKqWN9qQK .l2,
.cid-ttKqWN9qQK .lin {
  color: #e5e5e5;
}
.cid-ttKqWN9qQK a {
  transition: color .3s;
}
.cid-ttKqWN9qQK .l1,
.cid-ttKqWN9qQK .iconfont-wrapper {
  color: #e5e5e5;
}
.cid-ttLlJ6xdC2 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-ttLlJ6xdC2 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-ttLlJ6xdC2 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tDo8uI2WNL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tDo8uI2WNL .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tDo8uI2WNL .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tDo9gneCmk {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tDo9gneCmk .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tDo9gneCmk .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-ttKnsk2pDt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ttKnsk2pDt .card1 {
  background-image: url("../../../assets/images/date-rich-men-600x364.webp");
  background-size: cover;
  background-position: center;
}
.cid-ttKnsk2pDt .card2 {
  background-image: url("../../../assets/images/date-sugar-babies-591x591.webp");
  background-size: cover;
  background-position: center;
}
.cid-ttKnsk2pDt .card3 {
  background-image: url("../../../assets/images/sugar-dating-1000x804.webp");
  background-size: cover;
  background-position: center;
}
.cid-ttKnsk2pDt .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-ttKnsk2pDt .text {
  width: 100%;
  padding: 30% 10%;
  z-index: 10;
}
.cid-ttKnsk2pDt .mbr-iconfont {
  display: block;
  font-size: 73px;
  color: #ffffff;
  height: 100%;
  padding-bottom: 18px;
}
.cid-ttKnsk2pDt .l2 {
  color: #ffffff;
  margin-bottom: 48px;
}
.cid-ttKnsk2pDt .l1 {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 10px;
}
.cid-ttKnsk2pDt .btn-secondary,
.cid-ttKnsk2pDt .btn-secondary:hover {
  color: #1d2024 !important;
}
.cid-ttKnsk2pDt .features-image {
  margin-top: 30px;
}
.cid-ttKnsk2pDt .features-image:nth-of-type(1) {
  margin-top: 0px;
}
.cid-ttKnsk2pDt .features-image:nth-of-type(2) {
  margin-top: 0px;
}
.cid-ttKnsk2pDt .features-image:nth-of-type(3) {
  margin-top: 0px;
}
@media (max-width: 990px) {
  .cid-ttKnsk2pDt .features-image:nth-of-type(3) {
    margin-top: 30px;
  }
}
@media (max-width: 690px) {
  .cid-ttKnsk2pDt .features-image:nth-of-type(2) {
    margin-top: 30px;
  }
  .cid-ttKnsk2pDt .text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-ttKnsk2pDt .btn {
  margin: 0 13px;
}
.cid-ttLlMZYQwB {
  padding-top: 75px;
  padding-bottom: 105px;
  background: #272727;
}
.cid-ttLlMZYQwB .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-ttLlMZYQwB .team-card {
  margin-bottom: 2rem;
}
.cid-ttLlMZYQwB .card-wrap {
  background: #000000;
}
.cid-ttLlMZYQwB .card-wrap .image-wrap img {
  width: 100%;
}
.cid-ttLlMZYQwB .card-wrap .content-wrap {
  padding: 1.5rem;
}
.cid-ttLlMZYQwB .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-ttLlMZYQwB .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ttLlMZYQwB .team-card.last-card {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ttLlMZYQwB .team-card.last-row-card {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-ttLlMZYQwB .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
}
.cid-ttLlMZYQwB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttLlMZYQwB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttLlMZYQwB .card-text,
.cid-ttLlMZYQwB .mbr-section-btn {
  color: #e5e5e5;
  text-align: center;
}
.cid-ttLlMZYQwB .card-title {
  color: #e5e5e5;
}
.cid-ttLlMZYQwB .main-title {
  color: #e5e5e5;
}
.cid-ttLlMZYQwB .mbr-text {
  color: #e5e5e5;
}
.cid-ttLkJlChfZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ttLkJlChfZ .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ttLkJlChfZ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttLkJlChfZ .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttLkJlChfZ .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttLkJlChfZ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttLkJlChfZ .copyright {
  color: #bbbbbb;
}
.cid-ttKoWtpkVI .navbar-dropdown {
  position: relative !important;
}
.cid-ttKoWtpkVI .navbar-dropdown {
  position: absolute !important;
}
.cid-ttKoWtpkVI .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-ttKoWtpkVI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ttKoWtpkVI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttKoWtpkVI .dropdown-item:hover,
.cid-ttKoWtpkVI .dropdown-item:focus {
  background: #b62519 !important;
  color: white !important;
}
.cid-ttKoWtpkVI .dropdown-item:hover span {
  color: white;
}
.cid-ttKoWtpkVI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ttKoWtpkVI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ttKoWtpkVI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ttKoWtpkVI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttKoWtpkVI .nav-link {
  position: relative;
}
.cid-ttKoWtpkVI .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ttKoWtpkVI .container {
    flex-wrap: nowrap;
  }
}
.cid-ttKoWtpkVI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ttKoWtpkVI .dropdown-menu,
.cid-ttKoWtpkVI .navbar.opened {
  background: #ffffff !important;
}
.cid-ttKoWtpkVI .nav-item:focus,
.cid-ttKoWtpkVI .nav-link:focus {
  outline: none;
}
.cid-ttKoWtpkVI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttKoWtpkVI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttKoWtpkVI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttKoWtpkVI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttKoWtpkVI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttKoWtpkVI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttKoWtpkVI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-ttKoWtpkVI .navbar.opened {
  transition: all 0.3s;
}
.cid-ttKoWtpkVI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ttKoWtpkVI .navbar .navbar-logo img {
  width: auto;
}
.cid-ttKoWtpkVI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttKoWtpkVI .navbar.collapsed {
  justify-content: center;
}
.cid-ttKoWtpkVI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttKoWtpkVI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ttKoWtpkVI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttKoWtpkVI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttKoWtpkVI .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-ttKoWtpkVI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttKoWtpkVI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ttKoWtpkVI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttKoWtpkVI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttKoWtpkVI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttKoWtpkVI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttKoWtpkVI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttKoWtpkVI .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-ttKoWtpkVI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttKoWtpkVI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttKoWtpkVI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttKoWtpkVI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttKoWtpkVI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttKoWtpkVI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ttKoWtpkVI .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttKoWtpkVI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttKoWtpkVI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ttKoWtpkVI .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-ttKoWtpkVI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttKoWtpkVI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttKoWtpkVI .dropdown-item.active,
.cid-ttKoWtpkVI .dropdown-item:active {
  background-color: transparent;
}
.cid-ttKoWtpkVI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttKoWtpkVI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttKoWtpkVI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttKoWtpkVI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ttKoWtpkVI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttKoWtpkVI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttKoWtpkVI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttKoWtpkVI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttKoWtpkVI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ttKoWtpkVI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ttKoWtpkVI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttKoWtpkVI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttKoWtpkVI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttKoWtpkVI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttKoWtpkVI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttKoWtpkVI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttKoWtpkVI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttKoWtpkVI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttKoWtpkVI .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ttKoWtpkVI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttKoWtpkVI .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-ttKoWtpkVI .navbar {
    height: 70px;
  }
  .cid-ttKoWtpkVI .navbar.opened {
    height: auto;
  }
  .cid-ttKoWtpkVI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tv6dUOMgXt {
  padding-top: 9rem;
  padding-bottom: 7rem;
  background-color: #272727;
}
.cid-tv6dUOMgXt .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tv6dUOMgXt .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tv6dUOMgXt .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tv6dUOMgXt .mbr-section-title {
  color: #e5e5e5;
}
.cid-tv6dUOMgXt .mbr-text,
.cid-tv6dUOMgXt .mbr-section-btn {
  color: #e5e5e5;
}
.cid-tv6glCd28P {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #272727;
}
.cid-tv6glCd28P .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tv6glCd28P .icon-box {
  background: #272727;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tv6glCd28P .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tv6glCd28P .card {
    margin-bottom: 2rem;
  }
  .cid-tv6glCd28P .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tv6glCd28P .icon-text {
  color: #ffffff;
}
.cid-tv6glCd28P .icon-title {
  color: #e5e5e5;
}
.cid-tv6glCd28P .mbr-text,
.cid-tv6glCd28P .mbr-section-btn {
  color: #e5e5e5;
}
.cid-tv6glCd28P .card-title,
.cid-tv6glCd28P .card-box {
  color: #e5e5e5;
}
.cid-tv6gbigpXN {
  padding-top: 75px;
  padding-bottom: 105px;
  background: #272727;
}
.cid-tv6gbigpXN .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-tv6gbigpXN .team-card {
  margin-bottom: 2rem;
}
.cid-tv6gbigpXN .card-wrap {
  background: #000000;
}
.cid-tv6gbigpXN .card-wrap .image-wrap img {
  width: 100%;
}
.cid-tv6gbigpXN .card-wrap .content-wrap {
  padding: 1.5rem;
}
.cid-tv6gbigpXN .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tv6gbigpXN .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tv6gbigpXN .team-card.last-card {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tv6gbigpXN .team-card.last-row-card {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-tv6gbigpXN .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
}
.cid-tv6gbigpXN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tv6gbigpXN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tv6gbigpXN .card-text,
.cid-tv6gbigpXN .mbr-section-btn {
  color: #e5e5e5;
  text-align: center;
}
.cid-tv6gbigpXN .card-title {
  color: #e5e5e5;
}
.cid-tv6gbigpXN .main-title {
  color: #e5e5e5;
}
.cid-tv6gbigpXN .mbr-text {
  color: #e5e5e5;
}
.cid-ttLkJlChfZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ttLkJlChfZ .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ttLkJlChfZ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttLkJlChfZ .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttLkJlChfZ .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttLkJlChfZ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttLkJlChfZ .copyright {
  color: #bbbbbb;
}
.cid-ttKoWtpkVI .navbar-dropdown {
  position: relative !important;
}
.cid-ttKoWtpkVI .navbar-dropdown {
  position: absolute !important;
}
.cid-ttKoWtpkVI .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-ttKoWtpkVI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ttKoWtpkVI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttKoWtpkVI .dropdown-item:hover,
.cid-ttKoWtpkVI .dropdown-item:focus {
  background: #b62519 !important;
  color: white !important;
}
.cid-ttKoWtpkVI .dropdown-item:hover span {
  color: white;
}
.cid-ttKoWtpkVI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ttKoWtpkVI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ttKoWtpkVI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ttKoWtpkVI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttKoWtpkVI .nav-link {
  position: relative;
}
.cid-ttKoWtpkVI .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ttKoWtpkVI .container {
    flex-wrap: nowrap;
  }
}
.cid-ttKoWtpkVI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ttKoWtpkVI .dropdown-menu,
.cid-ttKoWtpkVI .navbar.opened {
  background: #ffffff !important;
}
.cid-ttKoWtpkVI .nav-item:focus,
.cid-ttKoWtpkVI .nav-link:focus {
  outline: none;
}
.cid-ttKoWtpkVI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttKoWtpkVI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttKoWtpkVI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttKoWtpkVI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttKoWtpkVI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttKoWtpkVI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttKoWtpkVI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-ttKoWtpkVI .navbar.opened {
  transition: all 0.3s;
}
.cid-ttKoWtpkVI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ttKoWtpkVI .navbar .navbar-logo img {
  width: auto;
}
.cid-ttKoWtpkVI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttKoWtpkVI .navbar.collapsed {
  justify-content: center;
}
.cid-ttKoWtpkVI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttKoWtpkVI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ttKoWtpkVI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttKoWtpkVI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttKoWtpkVI .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-ttKoWtpkVI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttKoWtpkVI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ttKoWtpkVI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttKoWtpkVI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttKoWtpkVI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttKoWtpkVI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttKoWtpkVI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttKoWtpkVI .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-ttKoWtpkVI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttKoWtpkVI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttKoWtpkVI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttKoWtpkVI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttKoWtpkVI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttKoWtpkVI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ttKoWtpkVI .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttKoWtpkVI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttKoWtpkVI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ttKoWtpkVI .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-ttKoWtpkVI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttKoWtpkVI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttKoWtpkVI .dropdown-item.active,
.cid-ttKoWtpkVI .dropdown-item:active {
  background-color: transparent;
}
.cid-ttKoWtpkVI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttKoWtpkVI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttKoWtpkVI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttKoWtpkVI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ttKoWtpkVI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttKoWtpkVI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttKoWtpkVI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttKoWtpkVI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttKoWtpkVI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ttKoWtpkVI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ttKoWtpkVI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttKoWtpkVI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttKoWtpkVI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttKoWtpkVI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttKoWtpkVI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttKoWtpkVI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttKoWtpkVI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttKoWtpkVI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttKoWtpkVI .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ttKoWtpkVI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttKoWtpkVI .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-ttKoWtpkVI .navbar {
    height: 70px;
  }
  .cid-ttKoWtpkVI .navbar.opened {
    height: auto;
  }
  .cid-ttKoWtpkVI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tvxfsgNC7A {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #351a44;
}
.cid-tvxfsgNC7A .mbr-section-title {
  color: #ffffff;
}
.cid-tvxd0sqQgM {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tvxd0sqQgM .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tvxd0sqQgM .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tvxd0sqQgM .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #b62519;
}
.cid-tvxd0sqQgM .panel-body,
.cid-tvxd0sqQgM .card-header {
  padding: 1rem 0;
}
.cid-tvxd0sqQgM .panel-title-edit {
  color: #e5e5e5;
}
.cid-tvxd0sqQgM H3 {
  color: #e5e5e5;
}
.cid-tvxd0sqQgM H4 {
  color: #e5e5e5;
}
.cid-tvxd0sqQgM .panel-text {
  color: #e5e5e5;
}
.cid-tvxd0sqQgM H1 {
  color: #e5e5e5;
}
.cid-ttLkJlChfZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ttLkJlChfZ .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ttLkJlChfZ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttLkJlChfZ .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttLkJlChfZ .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttLkJlChfZ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttLkJlChfZ .copyright {
  color: #bbbbbb;
}
.cid-ttKoWtpkVI .navbar-dropdown {
  position: relative !important;
}
.cid-ttKoWtpkVI .navbar-dropdown {
  position: absolute !important;
}
.cid-ttKoWtpkVI .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-ttKoWtpkVI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ttKoWtpkVI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttKoWtpkVI .dropdown-item:hover,
.cid-ttKoWtpkVI .dropdown-item:focus {
  background: #b62519 !important;
  color: white !important;
}
.cid-ttKoWtpkVI .dropdown-item:hover span {
  color: white;
}
.cid-ttKoWtpkVI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ttKoWtpkVI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ttKoWtpkVI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ttKoWtpkVI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttKoWtpkVI .nav-link {
  position: relative;
}
.cid-ttKoWtpkVI .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ttKoWtpkVI .container {
    flex-wrap: nowrap;
  }
}
.cid-ttKoWtpkVI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ttKoWtpkVI .dropdown-menu,
.cid-ttKoWtpkVI .navbar.opened {
  background: #ffffff !important;
}
.cid-ttKoWtpkVI .nav-item:focus,
.cid-ttKoWtpkVI .nav-link:focus {
  outline: none;
}
.cid-ttKoWtpkVI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttKoWtpkVI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttKoWtpkVI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttKoWtpkVI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttKoWtpkVI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttKoWtpkVI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttKoWtpkVI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-ttKoWtpkVI .navbar.opened {
  transition: all 0.3s;
}
.cid-ttKoWtpkVI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ttKoWtpkVI .navbar .navbar-logo img {
  width: auto;
}
.cid-ttKoWtpkVI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttKoWtpkVI .navbar.collapsed {
  justify-content: center;
}
.cid-ttKoWtpkVI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttKoWtpkVI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ttKoWtpkVI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttKoWtpkVI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttKoWtpkVI .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-ttKoWtpkVI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttKoWtpkVI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ttKoWtpkVI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttKoWtpkVI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttKoWtpkVI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttKoWtpkVI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttKoWtpkVI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttKoWtpkVI .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-ttKoWtpkVI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttKoWtpkVI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttKoWtpkVI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttKoWtpkVI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttKoWtpkVI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttKoWtpkVI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ttKoWtpkVI .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttKoWtpkVI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttKoWtpkVI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ttKoWtpkVI .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-ttKoWtpkVI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttKoWtpkVI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttKoWtpkVI .dropdown-item.active,
.cid-ttKoWtpkVI .dropdown-item:active {
  background-color: transparent;
}
.cid-ttKoWtpkVI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttKoWtpkVI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttKoWtpkVI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttKoWtpkVI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ttKoWtpkVI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttKoWtpkVI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttKoWtpkVI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttKoWtpkVI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttKoWtpkVI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ttKoWtpkVI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ttKoWtpkVI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttKoWtpkVI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttKoWtpkVI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttKoWtpkVI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttKoWtpkVI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttKoWtpkVI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttKoWtpkVI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttKoWtpkVI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttKoWtpkVI .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ttKoWtpkVI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttKoWtpkVI .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-ttKoWtpkVI .navbar {
    height: 70px;
  }
  .cid-ttKoWtpkVI .navbar.opened {
    height: auto;
  }
  .cid-ttKoWtpkVI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-twdzIxyskr {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #272727;
}
.cid-twdzIxyskr .row {
  align-items: center;
  background-color: #272727;
  padding: 6.5rem;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 25px;
}
@media (max-width: 992px) {
  .cid-twdzIxyskr .row {
    padding: 2.5rem;
  }
}
@media (max-width: 768px) {
  .cid-twdzIxyskr .row {
    padding: 1rem;
  }
}
@media (max-width: 425px) {
  .cid-twdzIxyskr .row {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .cid-twdzIxyskr .image-wrapper {
    padding: 1rem;
  }
}
.cid-twdzIxyskr .image-wrapper img {
  object-fit: cover;
  border-radius: 15px;
}
@media (min-width: 992px) {
  .cid-twdzIxyskr .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-twdzIxyskr .mbr-section-title {
  margin-bottom: 3rem;
  color: #e5e5e5;
}
.cid-twdzIxyskr .mbr-text {
  margin-bottom: 1.5rem;
  color: #e082c5;
}
.cid-twdzIxyskr .btn {
  width: 200px;
  height: 55px;
  box-shadow: none;
}
.cid-twdzIxyskr .mbr-fallback-image.disabled {
  display: none;
}
.cid-twdzIxyskr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twdzIxyskr .mbr-text,
.cid-twdzIxyskr .mbr-section-btn {
  color: #e5e5e5;
}
.cid-twdCI6o7Y6 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #272727;
}
.cid-twdCI6o7Y6 .right {
  display: flex;
  flex-direction: column;
}
.cid-twdCI6o7Y6 .card-heading {
  padding-bottom: 45px;
  color: #e5e5e5;
  font-weight: 600;
}
.cid-twdCI6o7Y6 .p {
  padding-bottom: 30px;
  color: #e5e5e5;
}
.cid-twdCI6o7Y6 .last-p {
  padding-bottom: 0;
}
.cid-twdCI6o7Y6 .row {
  justify-content: center;
}
.cid-twdC0ODpvQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #272727;
}
.cid-twdC0ODpvQ .right {
  display: flex;
  flex-direction: column;
}
.cid-twdC0ODpvQ .card-heading {
  padding-bottom: 45px;
  color: #e5e5e5;
  font-weight: 600;
}
.cid-twdC0ODpvQ .p {
  padding-bottom: 30px;
  color: #e5e5e5;
}
.cid-twdC0ODpvQ .last-p {
  padding-bottom: 0;
}
.cid-twdC0ODpvQ .row {
  justify-content: center;
}
.cid-twdBYZ3K83 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #272727;
}
.cid-twdBYZ3K83 .right {
  display: flex;
  flex-direction: column;
}
.cid-twdBYZ3K83 .card-heading {
  padding-bottom: 45px;
  color: #e5e5e5;
  font-weight: 600;
}
.cid-twdBYZ3K83 .p {
  padding-bottom: 30px;
  color: #e5e5e5;
}
.cid-twdBYZ3K83 .last-p {
  padding-bottom: 0;
}
.cid-twdBYZ3K83 .row {
  justify-content: center;
}
.cid-twdAg6UoG3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #272727;
}
.cid-twdAg6UoG3 .container {
  padding: 0 5%;
}
.cid-twdAg6UoG3 .mbr-section-title {
  margin-bottom: 4.5rem;
  text-align: center;
  color: #e5e5e5;
}
.cid-twdAg6UoG3 .features-cards {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-twdAg6UoG3 .features-cards {
    display: block;
  }
}
.cid-twdAg6UoG3 .features-card {
  padding: 3.4rem 3.8rem;
  background: #e5e5e5;
  border-radius: 15px;
  margin: 0 0 2rem;
}
@media (max-width: 992px) {
  .cid-twdAg6UoG3 .features-card {
    margin: 0 auto 2rem;
  }
}
@media (max-width: 768px) {
  .cid-twdAg6UoG3 .features-card {
    padding: 1.5rem;
  }
}
.cid-twdAg6UoG3 .features-card .features-content {
  margin-bottom: 2rem;
}
.cid-twdAg6UoG3 .features-card .features-person {
  display: flex;
}
.cid-twdAg6UoG3 .features-card .features-person img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 1rem;
  border: 1px solid #272727;
}
.cid-twdAg6UoG3 .features-card .features-person .features-person-name {
  margin-right: 1rem;
  margin-top: -0.2rem;
}
.cid-twdAg6UoG3 .features-card .features-person .features-person-name .mbr-name {
  margin: 0;
}
.cid-twdAg6UoG3 .features-card .features-person .features-person-name .mbr-desc {
  margin-bottom: 0;
}
.cid-twdAg6UoG3 .mbr-text {
  color: #3a3e5e;
}
.cid-twdAg6UoG3 .mbr-name,
.cid-twdAg6UoG3 .mbr-iconfont,
.cid-twdAg6UoG3 .mbr-desc {
  color: #5e627d;
}
.cid-ttLkJlChfZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ttLkJlChfZ .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ttLkJlChfZ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttLkJlChfZ .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttLkJlChfZ .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttLkJlChfZ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttLkJlChfZ .copyright {
  color: #bbbbbb;
}
.cid-ttKoWtpkVI .navbar-dropdown {
  position: relative !important;
}
.cid-ttKoWtpkVI .navbar-dropdown {
  position: absolute !important;
}
.cid-ttKoWtpkVI .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-ttKoWtpkVI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ttKoWtpkVI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttKoWtpkVI .dropdown-item:hover,
.cid-ttKoWtpkVI .dropdown-item:focus {
  background: #b62519 !important;
  color: white !important;
}
.cid-ttKoWtpkVI .dropdown-item:hover span {
  color: white;
}
.cid-ttKoWtpkVI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ttKoWtpkVI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ttKoWtpkVI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ttKoWtpkVI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttKoWtpkVI .nav-link {
  position: relative;
}
.cid-ttKoWtpkVI .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ttKoWtpkVI .container {
    flex-wrap: nowrap;
  }
}
.cid-ttKoWtpkVI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ttKoWtpkVI .dropdown-menu,
.cid-ttKoWtpkVI .navbar.opened {
  background: #ffffff !important;
}
.cid-ttKoWtpkVI .nav-item:focus,
.cid-ttKoWtpkVI .nav-link:focus {
  outline: none;
}
.cid-ttKoWtpkVI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttKoWtpkVI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttKoWtpkVI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttKoWtpkVI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttKoWtpkVI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttKoWtpkVI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttKoWtpkVI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-ttKoWtpkVI .navbar.opened {
  transition: all 0.3s;
}
.cid-ttKoWtpkVI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ttKoWtpkVI .navbar .navbar-logo img {
  width: auto;
}
.cid-ttKoWtpkVI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttKoWtpkVI .navbar.collapsed {
  justify-content: center;
}
.cid-ttKoWtpkVI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttKoWtpkVI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ttKoWtpkVI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttKoWtpkVI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttKoWtpkVI .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-ttKoWtpkVI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttKoWtpkVI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ttKoWtpkVI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttKoWtpkVI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttKoWtpkVI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttKoWtpkVI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttKoWtpkVI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttKoWtpkVI .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-ttKoWtpkVI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttKoWtpkVI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttKoWtpkVI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttKoWtpkVI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttKoWtpkVI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttKoWtpkVI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ttKoWtpkVI .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttKoWtpkVI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttKoWtpkVI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ttKoWtpkVI .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-ttKoWtpkVI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttKoWtpkVI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttKoWtpkVI .dropdown-item.active,
.cid-ttKoWtpkVI .dropdown-item:active {
  background-color: transparent;
}
.cid-ttKoWtpkVI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttKoWtpkVI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttKoWtpkVI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttKoWtpkVI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ttKoWtpkVI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttKoWtpkVI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttKoWtpkVI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttKoWtpkVI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttKoWtpkVI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ttKoWtpkVI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ttKoWtpkVI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttKoWtpkVI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttKoWtpkVI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttKoWtpkVI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttKoWtpkVI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttKoWtpkVI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttKoWtpkVI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttKoWtpkVI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttKoWtpkVI .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ttKoWtpkVI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttKoWtpkVI .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-ttKoWtpkVI .navbar {
    height: 70px;
  }
  .cid-ttKoWtpkVI .navbar.opened {
    height: auto;
  }
  .cid-ttKoWtpkVI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-twRgzR7XQx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-twRgzR7XQx .mbr-fallback-image.disabled {
  display: none;
}
.cid-twRgzR7XQx img {
  border-radius: 2rem;
  margin-top: 6rem;
  box-shadow: 0 0 100px 0 #b62519;
}
@media (max-width: 767px) {
  .cid-twRgzR7XQx img {
    margin-top: 2rem;
  }
}
.cid-twRgzR7XQx .row {
  background: #111019;
  border-radius: 4rem;
  padding: 8rem 1rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-twRgzR7XQx .row {
    border-radius: 2rem;
    padding: 2rem 1rem;
  }
}
.cid-twRgzR7XQx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twRgzR7XQx .mbr-text,
.cid-twRgzR7XQx .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-twRgzR7XQx .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-twRgzR7XQx .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-twRgljMtcB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-twRgljMtcB .mbr-fallback-image.disabled {
  display: none;
}
.cid-twRgljMtcB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twRgljMtcB .mbr-text,
.cid-twRgljMtcB .mbr-section-btn {
  text-align: center;
  color: #f0f4ff;
}
.cid-twRgljMtcB .mbr-section-title {
  text-align: center;
  color: #f0f4ff;
}
.cid-twRgljMtcB .mbr-section-subtitle {
  text-align: center;
  color: #3d2e7c;
}
.cid-twRizXXOUA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-twRizXXOUA .mbr-fallback-image.disabled {
  display: none;
}
.cid-twRizXXOUA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twRizXXOUA .row {
  flex-direction: row-reverse;
}
.cid-twRizXXOUA .row {
  align-items: center;
}
.cid-twRizXXOUA img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-twRizXXOUA .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-twRizXXOUA .mbr-section-title {
  color: #f0f4ff;
}
.cid-twRizXXOUA .mbr-text,
.cid-twRizXXOUA .mbr-section-btn {
  color: #f0f4ff;
}
.cid-twRhfEzFjd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-twRhfEzFjd .mbr-fallback-image.disabled {
  display: none;
}
.cid-twRhfEzFjd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twRhfEzFjd img {
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-twRhfEzFjd img {
    margin-bottom: 2rem;
  }
}
.cid-twRhfEzFjd .card-wrapper {
  display: flex;
  margin: auto;
}
@media (max-width: 991px) {
  .cid-twRhfEzFjd .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-twRhfEzFjd .card-wrapper {
    max-width: 450px;
  }
}
.cid-twRhfEzFjd .mbr-iconfont {
  font-size: 1.5rem;
  background: #b62519;
  min-width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  margin-right: 1.5rem;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-twRhfEzFjd .mbr-iconfont {
    font-size: 1rem;
    margin-right: 1rem;
    margin-top: 1rem;
  }
}
.cid-twRhfEzFjd .card-text {
  color: #f0f4ff;
}
.cid-twRhfEzFjd .card-title {
  color: #f0f4ff;
}
.cid-twRiHXEJ1M {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #000000;
}
.cid-twRiHXEJ1M .mbr-section-title {
  color: #f0f4ff;
  text-align: left;
}
.cid-twRiHXEJ1M .mbr-section-subtitle {
  color: #111019;
}
@media (max-width: 992px) {
  .cid-twRiHXEJ1M .align-right,
  .cid-twRiHXEJ1M .align-left {
    text-align: center;
  }
}
.cid-twRiHXEJ1M .title {
  display: flex;
  align-items: center;
}
.cid-twRiHXEJ1M .row {
  transition: all 0.3s;
  margin: 0;
  padding: 4rem 2rem;
  border-radius: 3rem;
  box-shadow: 0 0 40px 0 lightgray;
}
@media (max-width: 767px) {
  .cid-twRiHXEJ1M .row {
    padding: 2rem 1rem;
  }
}
.cid-twRiHXEJ1M .mbr-fallback-image.disabled {
  display: none;
}
.cid-twRiHXEJ1M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttLkJlChfZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ttLkJlChfZ .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ttLkJlChfZ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttLkJlChfZ .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttLkJlChfZ .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttLkJlChfZ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttLkJlChfZ .copyright {
  color: #bbbbbb;
}
.cid-ttKoWtpkVI .navbar-dropdown {
  position: relative !important;
}
.cid-ttKoWtpkVI .navbar-dropdown {
  position: absolute !important;
}
.cid-ttKoWtpkVI .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-ttKoWtpkVI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ttKoWtpkVI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttKoWtpkVI .dropdown-item:hover,
.cid-ttKoWtpkVI .dropdown-item:focus {
  background: #b62519 !important;
  color: white !important;
}
.cid-ttKoWtpkVI .dropdown-item:hover span {
  color: white;
}
.cid-ttKoWtpkVI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ttKoWtpkVI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ttKoWtpkVI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ttKoWtpkVI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttKoWtpkVI .nav-link {
  position: relative;
}
.cid-ttKoWtpkVI .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ttKoWtpkVI .container {
    flex-wrap: nowrap;
  }
}
.cid-ttKoWtpkVI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ttKoWtpkVI .dropdown-menu,
.cid-ttKoWtpkVI .navbar.opened {
  background: #ffffff !important;
}
.cid-ttKoWtpkVI .nav-item:focus,
.cid-ttKoWtpkVI .nav-link:focus {
  outline: none;
}
.cid-ttKoWtpkVI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttKoWtpkVI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttKoWtpkVI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttKoWtpkVI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttKoWtpkVI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttKoWtpkVI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttKoWtpkVI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-ttKoWtpkVI .navbar.opened {
  transition: all 0.3s;
}
.cid-ttKoWtpkVI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ttKoWtpkVI .navbar .navbar-logo img {
  width: auto;
}
.cid-ttKoWtpkVI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttKoWtpkVI .navbar.collapsed {
  justify-content: center;
}
.cid-ttKoWtpkVI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttKoWtpkVI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ttKoWtpkVI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttKoWtpkVI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttKoWtpkVI .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-ttKoWtpkVI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttKoWtpkVI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ttKoWtpkVI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttKoWtpkVI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttKoWtpkVI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttKoWtpkVI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttKoWtpkVI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttKoWtpkVI .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-ttKoWtpkVI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttKoWtpkVI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttKoWtpkVI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttKoWtpkVI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttKoWtpkVI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttKoWtpkVI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ttKoWtpkVI .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttKoWtpkVI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttKoWtpkVI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ttKoWtpkVI .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-ttKoWtpkVI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttKoWtpkVI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttKoWtpkVI .dropdown-item.active,
.cid-ttKoWtpkVI .dropdown-item:active {
  background-color: transparent;
}
.cid-ttKoWtpkVI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttKoWtpkVI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttKoWtpkVI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttKoWtpkVI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ttKoWtpkVI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttKoWtpkVI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttKoWtpkVI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttKoWtpkVI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttKoWtpkVI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ttKoWtpkVI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ttKoWtpkVI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttKoWtpkVI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttKoWtpkVI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttKoWtpkVI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttKoWtpkVI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttKoWtpkVI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttKoWtpkVI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttKoWtpkVI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttKoWtpkVI .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ttKoWtpkVI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttKoWtpkVI .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-ttKoWtpkVI .navbar {
    height: 70px;
  }
  .cid-ttKoWtpkVI .navbar.opened {
    height: auto;
  }
  .cid-ttKoWtpkVI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txxUwlPV5h {
  background-image: url("../../../assets/images/sugar-daddy-chat-1-1779x1186.webp");
}
.cid-txxYI097Ls {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-txxYI097Ls .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  flex-direction: column;
  position: relative;
  margin-bottom: 3rem;
}
.cid-txxYI097Ls .item .icon-wrap {
  text-align: center;
}
.cid-txxYI097Ls .item::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 97%;
  color: #b62519;
  transform: translate(-50%, 0);
}
.cid-txxYI097Ls .item:last-child:before {
  display: none;
}
.cid-txxYI097Ls .item.last::before {
  display: none;
}
.cid-txxYI097Ls .icon-box {
  background: #b62519;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-txxYI097Ls .text-box {
  text-align: center;
}
.cid-txxYI097Ls span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
@media (max-width: 991px) {
  .cid-txxYI097Ls .card {
    margin-bottom: 2rem;
  }
  .cid-txxYI097Ls .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-txxZkFdvq6 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-txxZkFdvq6 .feature .card {
  border-left: 10px solid #41b6e6;
  background-color: #f8f8f8;
  height: 100%;
  padding: 2rem 40px;
  border-radius: 0;
}
.cid-txxZkFdvq6 .feature:last-child .card {
  border-color: #ff6d6a;
}
.cid-txxZkFdvq6 .feature .mbr-section-title {
  line-height: 1;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-txxZkFdvq6 .feature:last-child {
    margin-top: 2rem;
  }
}
.cid-ttLkJlChfZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ttLkJlChfZ .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ttLkJlChfZ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttLkJlChfZ .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttLkJlChfZ .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttLkJlChfZ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttLkJlChfZ .copyright {
  color: #bbbbbb;
}
.cid-ttKoWtpkVI .navbar-dropdown {
  position: relative !important;
}
.cid-ttKoWtpkVI .navbar-dropdown {
  position: absolute !important;
}
.cid-ttKoWtpkVI .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-ttKoWtpkVI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ttKoWtpkVI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttKoWtpkVI .dropdown-item:hover,
.cid-ttKoWtpkVI .dropdown-item:focus {
  background: #b62519 !important;
  color: white !important;
}
.cid-ttKoWtpkVI .dropdown-item:hover span {
  color: white;
}
.cid-ttKoWtpkVI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ttKoWtpkVI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ttKoWtpkVI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ttKoWtpkVI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttKoWtpkVI .nav-link {
  position: relative;
}
.cid-ttKoWtpkVI .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ttKoWtpkVI .container {
    flex-wrap: nowrap;
  }
}
.cid-ttKoWtpkVI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ttKoWtpkVI .dropdown-menu,
.cid-ttKoWtpkVI .navbar.opened {
  background: #ffffff !important;
}
.cid-ttKoWtpkVI .nav-item:focus,
.cid-ttKoWtpkVI .nav-link:focus {
  outline: none;
}
.cid-ttKoWtpkVI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttKoWtpkVI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttKoWtpkVI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttKoWtpkVI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttKoWtpkVI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttKoWtpkVI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttKoWtpkVI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-ttKoWtpkVI .navbar.opened {
  transition: all 0.3s;
}
.cid-ttKoWtpkVI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ttKoWtpkVI .navbar .navbar-logo img {
  width: auto;
}
.cid-ttKoWtpkVI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttKoWtpkVI .navbar.collapsed {
  justify-content: center;
}
.cid-ttKoWtpkVI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttKoWtpkVI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ttKoWtpkVI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttKoWtpkVI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttKoWtpkVI .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-ttKoWtpkVI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttKoWtpkVI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ttKoWtpkVI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttKoWtpkVI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttKoWtpkVI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttKoWtpkVI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttKoWtpkVI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttKoWtpkVI .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-ttKoWtpkVI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttKoWtpkVI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttKoWtpkVI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttKoWtpkVI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttKoWtpkVI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttKoWtpkVI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ttKoWtpkVI .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttKoWtpkVI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttKoWtpkVI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ttKoWtpkVI .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-ttKoWtpkVI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttKoWtpkVI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttKoWtpkVI .dropdown-item.active,
.cid-ttKoWtpkVI .dropdown-item:active {
  background-color: transparent;
}
.cid-ttKoWtpkVI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttKoWtpkVI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttKoWtpkVI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttKoWtpkVI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ttKoWtpkVI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttKoWtpkVI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttKoWtpkVI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttKoWtpkVI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttKoWtpkVI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ttKoWtpkVI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ttKoWtpkVI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttKoWtpkVI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttKoWtpkVI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttKoWtpkVI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttKoWtpkVI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttKoWtpkVI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttKoWtpkVI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttKoWtpkVI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttKoWtpkVI .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ttKoWtpkVI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttKoWtpkVI .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-ttKoWtpkVI .navbar {
    height: 70px;
  }
  .cid-ttKoWtpkVI .navbar.opened {
    height: auto;
  }
  .cid-ttKoWtpkVI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tA89GhPEHW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-tA89GhPEHW .mbr-text,
.cid-tA89GhPEHW .mbr-section-btn {
  color: #232323;
}
.cid-tA89GhPEHW .card-title,
.cid-tA89GhPEHW .card-box {
  color: #ffffff;
}
.cid-tA89GhPEHW .mbr-text,
.cid-tA89GhPEHW .link-wrap {
  color: #ffffff;
}
.cid-tA88sNr3Vg {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tA88sNr3Vg .lin {
  text-align: center;
  color: #ff4433;
  padding-bottom: 18px;
  font-weight: 500;
  width: 100%;
  margin-bottom: 0;
}
.cid-tA88sNr3Vg .mbr-iconfont {
  font-size: 100px;
  color: #ff4433;
}
.cid-tA88sNr3Vg .iconfont-wrapper {
  text-align: center;
  margin-bottom: 30px;
}
.cid-tA88sNr3Vg .mbr-section-subtitle {
  padding: 0px;
  text-align: center;
  color: #000000;
  font-weight: 600;
  margin: 0;
}
.cid-tA89ZDlQi5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tA89ZDlQi5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tA89ZDlQi5 .row {
  flex-direction: row-reverse;
}
.cid-tA89ZDlQi5 img {
  width: 100%;
}
.cid-tA8anVrRva {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tA8a0j3NJ7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tA8a0j3NJ7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tA8a0j3NJ7 .row {
  flex-direction: row-reverse;
}
.cid-tA8a0j3NJ7 img {
  width: 100%;
}
.cid-tA8cSMFiJf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tA8a0LX3e6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tA8a0LX3e6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tA8a0LX3e6 .row {
  flex-direction: row-reverse;
}
.cid-tA8a0LX3e6 img {
  width: 100%;
}
.cid-tA8cGJbTIc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tA8mbiPmmr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tA8mbiPmmr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tA8mbiPmmr .row {
  flex-direction: row-reverse;
}
.cid-tA8mbiPmmr img {
  width: 100%;
}
.cid-tA8mqCquDl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tA8a1i8P6b {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tA8a1i8P6b .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tA8a1i8P6b .row {
  flex-direction: row-reverse;
}
.cid-tA8a1i8P6b img {
  width: 100%;
}
.cid-tA8dtxWvFE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tA8O1YaZK7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tA8O1YaZK7 .mbr-section-title {
  color: #ffffff;
}
.cid-ttLkJlChfZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ttLkJlChfZ .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ttLkJlChfZ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttLkJlChfZ .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttLkJlChfZ .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttLkJlChfZ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttLkJlChfZ .copyright {
  color: #bbbbbb;
}
.cid-uvu41R8UQZ .navbar-dropdown {
  position: relative !important;
}
.cid-uvu41R8UQZ .navbar-dropdown {
  position: absolute !important;
}
.cid-uvu41R8UQZ .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-uvu41R8UQZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvu41R8UQZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvu41R8UQZ .dropdown-item:hover,
.cid-uvu41R8UQZ .dropdown-item:focus {
  background: #b62519 !important;
  color: white !important;
}
.cid-uvu41R8UQZ .dropdown-item:hover span {
  color: white;
}
.cid-uvu41R8UQZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvu41R8UQZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvu41R8UQZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvu41R8UQZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvu41R8UQZ .nav-link {
  position: relative;
}
.cid-uvu41R8UQZ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uvu41R8UQZ .container {
    flex-wrap: nowrap;
  }
}
.cid-uvu41R8UQZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvu41R8UQZ .dropdown-menu,
.cid-uvu41R8UQZ .navbar.opened {
  background: #ffffff !important;
}
.cid-uvu41R8UQZ .nav-item:focus,
.cid-uvu41R8UQZ .nav-link:focus {
  outline: none;
}
.cid-uvu41R8UQZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvu41R8UQZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvu41R8UQZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvu41R8UQZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvu41R8UQZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvu41R8UQZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvu41R8UQZ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-uvu41R8UQZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uvu41R8UQZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvu41R8UQZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uvu41R8UQZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvu41R8UQZ .navbar.collapsed {
  justify-content: center;
}
.cid-uvu41R8UQZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvu41R8UQZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uvu41R8UQZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvu41R8UQZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvu41R8UQZ .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-uvu41R8UQZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvu41R8UQZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvu41R8UQZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvu41R8UQZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvu41R8UQZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvu41R8UQZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvu41R8UQZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvu41R8UQZ .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-uvu41R8UQZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvu41R8UQZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvu41R8UQZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvu41R8UQZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvu41R8UQZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvu41R8UQZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uvu41R8UQZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvu41R8UQZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvu41R8UQZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvu41R8UQZ .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-uvu41R8UQZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvu41R8UQZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvu41R8UQZ .dropdown-item.active,
.cid-uvu41R8UQZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uvu41R8UQZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvu41R8UQZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvu41R8UQZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvu41R8UQZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uvu41R8UQZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvu41R8UQZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvu41R8UQZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvu41R8UQZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvu41R8UQZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvu41R8UQZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uvu41R8UQZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvu41R8UQZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvu41R8UQZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvu41R8UQZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvu41R8UQZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvu41R8UQZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvu41R8UQZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvu41R8UQZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvu41R8UQZ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uvu41R8UQZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvu41R8UQZ .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-uvu41R8UQZ .navbar {
    height: 70px;
  }
  .cid-uvu41R8UQZ .navbar.opened {
    height: auto;
  }
  .cid-uvu41R8UQZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvu41UJKwX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-uvu41UJKwX .mbr-text,
.cid-uvu41UJKwX .mbr-section-btn {
  color: #232323;
}
.cid-uvu41UJKwX .card-title,
.cid-uvu41UJKwX .card-box {
  color: #ffffff;
}
.cid-uvu41UJKwX .mbr-text,
.cid-uvu41UJKwX .link-wrap {
  color: #ffffff;
}
.cid-uvu41XIoje {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uvu41XIoje .lin {
  text-align: center;
  color: #ff4433;
  padding-bottom: 18px;
  font-weight: 500;
  width: 100%;
  margin-bottom: 0;
}
.cid-uvu41XIoje .mbr-iconfont {
  font-size: 100px;
  color: #ff4433;
}
.cid-uvu41XIoje .iconfont-wrapper {
  text-align: center;
  margin-bottom: 30px;
}
.cid-uvu41XIoje .mbr-section-subtitle {
  padding: 0px;
  text-align: center;
  color: #000000;
  font-weight: 600;
  margin: 0;
}
.cid-uvu7aog8H2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uvu7uENHcf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uvu6RJMPfP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uvu6RJMPfP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvu6RJMPfP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvu6RJMPfP .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uvu6RJMPfP .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uvu6RJMPfP .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uvu6RJMPfP .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvu6RJMPfP .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvu6RJMPfP .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uvu6RJMPfP .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uvu6RJMPfP .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uvu8rj1F52 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uvu8rj1F52 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvu8rj1F52 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvu8rj1F52 .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uvu8rj1F52 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uvu8rj1F52 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvu8rj1F52 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvu8rj1F52 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uvu8rj1F52 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uvu8rj1F52 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uvu7mJR1Kr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uvu4229kO8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uvu424MrKh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uvu424MrKh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvu424MrKh .row {
  flex-direction: row-reverse;
}
.cid-uvu424MrKh img {
  width: 100%;
}
.cid-uvu427HLt7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uvu42aHq6h {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uvu42aHq6h .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvu42aHq6h .row {
  flex-direction: row-reverse;
}
.cid-uvu42aHq6h img {
  width: 100%;
}
.cid-uvu42jhcpx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uvu42skmpJ {
  padding-top: 3rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uvu42skmpJ .mbr-section-title {
  color: #ffffff;
}
.cid-uvu42vjJWg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uvu42vjJWg .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uvu42vjJWg .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvu42vjJWg .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uvu42vjJWg .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uvu42vjJWg div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uvu42vjJWg .copyright {
  color: #bbbbbb;
}

.cid-ttKoWtpkVI .navbar.opened .navbar-caption,
.cid-ttKoWtpkVI .navbar.opened .nav-link,
.cid-ttKoWtpkVI .navbar.opened .nav-link.link {
  color: #111111 !important;
  opacity: 1 !important;
}

.cid-ttKoWtpkVI .navbar.opened button.navbar-toggler .hamburger span {
  background-color: #111111;
}
