body {
  font-family: Nunito;
}
.display-1 {
  font-family: 'Nunito', sans-serif;
  font-size: 3.125rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Nunito', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.375rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.2rem;
}
.display-7 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- 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.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1875rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((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.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 20px 30px;
  border-radius: 8px;
}
.bg-primary {
  background-color: #848abd !important;
}
.bg-success {
  background-color: #9ccd7e !important;
}
.bg-info {
  background-color: #999999 !important;
}
.bg-warning {
  background-color: #b97ecd !important;
}
.bg-danger {
  background-color: #d01010 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #848abd !important;
  border-color: #848abd !important;
  color: #ffffff !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #555d9f !important;
  border-color: #555d9f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #3c71d3 !important;
  border-color: #3c71d3 !important;
  color: #ffffff !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #244f9f !important;
  border-color: #244f9f !important;
}
.btn-info,
.btn-info:active {
  background-color: #999999 !important;
  border-color: #999999 !important;
  color: #ffffff !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #737373 !important;
  border-color: #737373 !important;
}
.btn-success,
.btn-success:active {
  background-color: #9ccd7e !important;
  border-color: #9ccd7e !important;
  color: #ffffff !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #72b747 !important;
  border-color: #72b747 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #b97ecd !important;
  border-color: #b97ecd !important;
  color: #ffffff !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b47b7 !important;
  border-color: #9b47b7 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d01010 !important;
  border-color: #d01010 !important;
  color: #ffffff !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #890b0b !important;
  border-color: #890b0b !important;
}
.btn-white {
  color: #404040 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #848abd;
  color: #848abd;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #848abd;
  border-color: #848abd;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #848abd !important;
  border-color: #848abd !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #3c71d3;
  color: #3c71d3;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #3c71d3;
  border-color: #3c71d3;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3c71d3 !important;
  border-color: #3c71d3 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #999999;
  color: #999999;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #999999 !important;
  border-color: #999999 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #9ccd7e;
  color: #9ccd7e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #9ccd7e;
  border-color: #9ccd7e;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #9ccd7e !important;
  border-color: #9ccd7e !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #b97ecd;
  color: #b97ecd;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #b97ecd;
  border-color: #b97ecd;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #b97ecd !important;
  border-color: #b97ecd !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #d01010;
  color: #d01010;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #d01010;
  border-color: #d01010;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d01010 !important;
  border-color: #d01010 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #848abd !important;
}
.text-secondary {
  color: #3c71d3 !important;
}
.text-success {
  color: #9ccd7e !important;
}
.text-info {
  color: #999999 !important;
}
.text-warning {
  color: #b97ecd !important;
}
.text-danger {
  color: #d01010 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #c6c9e1 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #8faee6 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d4e9c8 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #e1c8e9 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #f25454 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #999999;
}
.alert-warning {
  background-color: #b97ecd;
}
.alert-danger {
  background-color: #d01010;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.5) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.5) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #848abd;
  border-color: #848abd;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #848abd;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d7d9ea;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d9d9d9;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f9b3b3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #848abd;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.5);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.5);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #848abd;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #848abd;
  border-bottom-color: #848abd;
}
.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: #848abd !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #3c71d3 !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='%23848abd' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tKMM3FoUaw {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tKMM3FoUaw nav.navbar {
  position: fixed;
}
.cid-tKMM3FoUaw .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-tKMM3FoUaw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tKMM3FoUaw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tKMM3FoUaw .dropdown-item:hover,
.cid-tKMM3FoUaw .dropdown-item:focus {
  background: #848abd !important;
  color: white !important;
}
.cid-tKMM3FoUaw .dropdown-item:hover span {
  color: white;
}
.cid-tKMM3FoUaw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tKMM3FoUaw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tKMM3FoUaw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tKMM3FoUaw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tKMM3FoUaw .nav-link {
  position: relative;
}
.cid-tKMM3FoUaw .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tKMM3FoUaw .container {
    flex-wrap: wrap;
  }
}
.cid-tKMM3FoUaw .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tKMM3FoUaw .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tKMM3FoUaw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tKMM3FoUaw .dropdown-menu,
.cid-tKMM3FoUaw .navbar.opened {
  background: #242930 !important;
}
.cid-tKMM3FoUaw .nav-item:focus,
.cid-tKMM3FoUaw .nav-link:focus {
  outline: none;
}
.cid-tKMM3FoUaw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tKMM3FoUaw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tKMM3FoUaw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tKMM3FoUaw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKMM3FoUaw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tKMM3FoUaw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tKMM3FoUaw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #242930;
}
.cid-tKMM3FoUaw .navbar.opened {
  transition: all 0.3s;
}
.cid-tKMM3FoUaw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tKMM3FoUaw .navbar .navbar-logo img {
  width: auto;
}
.cid-tKMM3FoUaw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tKMM3FoUaw .navbar.collapsed {
  justify-content: center;
}
.cid-tKMM3FoUaw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tKMM3FoUaw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tKMM3FoUaw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tKMM3FoUaw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tKMM3FoUaw .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-tKMM3FoUaw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tKMM3FoUaw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tKMM3FoUaw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tKMM3FoUaw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tKMM3FoUaw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tKMM3FoUaw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tKMM3FoUaw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tKMM3FoUaw .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-tKMM3FoUaw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tKMM3FoUaw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tKMM3FoUaw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tKMM3FoUaw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tKMM3FoUaw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tKMM3FoUaw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tKMM3FoUaw .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tKMM3FoUaw .navbar.navbar-short {
  min-height: 60px;
}
.cid-tKMM3FoUaw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tKMM3FoUaw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tKMM3FoUaw .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-tKMM3FoUaw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tKMM3FoUaw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tKMM3FoUaw .dropdown-item.active,
.cid-tKMM3FoUaw .dropdown-item:active {
  background-color: transparent;
}
.cid-tKMM3FoUaw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tKMM3FoUaw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tKMM3FoUaw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tKMM3FoUaw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #242930;
}
.cid-tKMM3FoUaw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tKMM3FoUaw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tKMM3FoUaw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tKMM3FoUaw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tKMM3FoUaw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tKMM3FoUaw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #999999;
}
.cid-tKMM3FoUaw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tKMM3FoUaw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKMM3FoUaw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKMM3FoUaw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tKMM3FoUaw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKMM3FoUaw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tKMM3FoUaw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tKMM3FoUaw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKMM3FoUaw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tKMM3FoUaw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tKMM3FoUaw .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-tKMM3FoUaw .navbar {
    height: 70px;
  }
  .cid-tKMM3FoUaw .navbar.opened {
    height: auto;
  }
  .cid-tKMM3FoUaw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tKMM2JzuTJ {
  background-image: url("../../../assets/images/sugar-daddy-oesterreich.webp");
}
.cid-tKMM2JzuTJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKMM2JzuTJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKMM2JzuTJ .mbr-section-title {
  color: #f3f4f7;
}
.cid-tKMM2JzuTJ .mbr-text,
.cid-tKMM2JzuTJ .mbr-section-btn {
  color: #f3f4f7;
}
.cid-tKMMRsu5pb {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-tKMMRsu5pb .mbr-section-subtitle {
  color: #999999;
  text-align: center;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tKMMRsu5pb .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tKMMRsu5pb .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tKMMRsu5pb .mbr-section-title {
  margin: 0;
  font-weight: 500;
}
.cid-tKMMRsu5pb .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-tKMMRsu5pb .main-wrapper {
  padding: 56px 0 0 0;
}
.cid-tKMMRsu5pb .main-wrapper .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cid-tKMMRsu5pb .main-wrapper .icon-main .process-icon,
.cid-tKMMRsu5pb .main-wrapper .icon-main .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-tKMMRsu5pb .main-wrapper .icon-main .process-icon .wrapper,
.cid-tKMMRsu5pb .main-wrapper .icon-main .process-icon-without-before .wrapper,
.cid-tKMMRsu5pb .main-wrapper .icon-main .process-icon .wrapper-without-before,
.cid-tKMMRsu5pb .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before {
  position: relative;
  margin-bottom: 20px;
}
.cid-tKMMRsu5pb .main-wrapper .icon-main .process-icon .wrapper .icon-container,
.cid-tKMMRsu5pb .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container,
.cid-tKMMRsu5pb .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container,
.cid-tKMMRsu5pb .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-tKMMRsu5pb .main-wrapper .icon-main .process-icon .wrapper .icon-container a,
.cid-tKMMRsu5pb .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a,
.cid-tKMMRsu5pb .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a,
.cid-tKMMRsu5pb .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a {
  display: inherit;
}
.cid-tKMMRsu5pb .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper,
.cid-tKMMRsu5pb .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper,
.cid-tKMMRsu5pb .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper,
.cid-tKMMRsu5pb .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 24px;
  height: 80px;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 32px;
  line-height: 1;
  color: #ffffff;
  font-weight: normal;
  width: 80px;
}
.cid-tKMMRsu5pb .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon1,
.cid-tKMMRsu5pb .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper.icon1,
.cid-tKMMRsu5pb .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper.icon1,
.cid-tKMMRsu5pb .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper.icon1 {
  background-color: rgba(209, 107, 134, 0.3);
  color: #d16b86;
}
.cid-tKMMRsu5pb .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon2,
.cid-tKMMRsu5pb .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper.icon2,
.cid-tKMMRsu5pb .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper.icon2,
.cid-tKMMRsu5pb .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper.icon2 {
  background-color: rgba(92, 167, 219, 0.3);
  color: #5ca7db;
}
.cid-tKMMRsu5pb .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon3,
.cid-tKMMRsu5pb .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper.icon3,
.cid-tKMMRsu5pb .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper.icon3,
.cid-tKMMRsu5pb .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper.icon3 {
  background-color: rgba(156, 205, 126, 0.3);
  color: #9ccd7e;
}
.cid-tKMMRsu5pb .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon4,
.cid-tKMMRsu5pb .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper.icon4,
.cid-tKMMRsu5pb .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper.icon4,
.cid-tKMMRsu5pb .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper.icon4 {
  background-color: rgba(132, 138, 189, 0.3);
  color: #848abd;
}
.cid-tKMMRsu5pb .main-wrapper .icon-main .process-icon .wrapper .icon-container .step,
.cid-tKMMRsu5pb .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step,
.cid-tKMMRsu5pb .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step,
.cid-tKMMRsu5pb .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step {
  position: absolute;
  bottom: -3px;
  left: 11px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  font-size: 11px;
  line-height: normal;
  font-weight: 500;
  z-index: 2;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  text-align: center;
  color: #ffffff;
}
.cid-tKMMRsu5pb .main-wrapper .icon-main .process-icon .wrapper .icon-container .step_1,
.cid-tKMMRsu5pb .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step_1,
.cid-tKMMRsu5pb .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step_1,
.cid-tKMMRsu5pb .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step_1 {
  background: #d16b86;
}
.cid-tKMMRsu5pb .main-wrapper .icon-main .process-icon .wrapper .icon-container .step_2,
.cid-tKMMRsu5pb .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step_2,
.cid-tKMMRsu5pb .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step_2,
.cid-tKMMRsu5pb .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step_2 {
  background: #5ca7db;
}
.cid-tKMMRsu5pb .main-wrapper .icon-main .process-icon .wrapper .icon-container .step_3,
.cid-tKMMRsu5pb .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step_3,
.cid-tKMMRsu5pb .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step_3,
.cid-tKMMRsu5pb .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step_3 {
  background: #9ccd7e;
}
.cid-tKMMRsu5pb .main-wrapper .icon-main .process-icon .wrapper .icon-container .step_4,
.cid-tKMMRsu5pb .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step_4,
.cid-tKMMRsu5pb .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step_4,
.cid-tKMMRsu5pb .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step_4 {
  background: #848abd;
}
.cid-tKMMRsu5pb .main-wrapper .icon-main .process-icon .subicon-title,
.cid-tKMMRsu5pb .main-wrapper .icon-main .process-icon-without-before .subicon-title {
  color: #404040;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 600;
  margin-bottom: 12px;
}
.cid-tKMMRsu5pb .main-wrapper .icon-main .process-icon .subicon-text,
.cid-tKMMRsu5pb .main-wrapper .icon-main .process-icon-without-before .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
  color: #606060;
  font-weight: 600;
}
@media (max-width: 767px) {
  .cid-tKMMRsu5pb .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-tKMMRsu5pb .third-elem .wrapper:before {
    display: none;
  }
}
.cid-tKMMRsu5pb .mbr-section-title,
.cid-tKMMRsu5pb .underline {
  color: #e6eaf1;
}
.cid-tKMMRsu5pb .main-wrapper .icon-main .process-icon .subicon-text {
  color: #999999;
}
.cid-tKMMRsu5pb .main-wrapper .icon-main .process-icon .subicon-title {
  color: #999999;
}
.cid-tKMMZGgMzG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-tKMMZGgMzG img {
  width: 100%;
}
.cid-tKMMZGgMzG .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tKMMZGgMzG .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tKMMZGgMzG .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tKMMZGgMzG .contents {
  margin-top: 36px;
}
.cid-tKMMZGgMzG .contents .content-text {
  color: #606060;
  font-weight: 300;
}
.cid-tKMMZGgMzG .mbr-section-btn {
  margin-top: 8px;
}
.cid-tKMMZGgMzG .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-tKMMZGgMzG .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tKMMZGgMzG .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-tKMMZGgMzG .main-title {
  color: #e6eaf1;
}
.cid-tKMMZGgMzG .contents .mbr-text,
.cid-tKMMZGgMzG .mbr-section-btn {
  color: #999999;
}
.cid-tKMN3CtE9z {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-tKMN3CtE9z .container {
    max-width: 1400px;
  }
}
.cid-tKMN3CtE9z .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tKMN3CtE9z .mbr-section-subtitle.display-4 {
  line-height: 1.375;
}
.cid-tKMN3CtE9z .main-title {
  margin-bottom: 56px;
}
.cid-tKMN3CtE9z .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tKMN3CtE9z .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tKMN3CtE9z .img-wrap {
  display: block;
}
.cid-tKMN3CtE9z .img-wrap img {
  max-width: 100%;
  max-height: 600px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-tKMN3CtE9z .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-tKMN3CtE9z .card-wrapper .mbr-iconfont {
  font-size: 60px;
  color: #1d1d1e;
  margin-right: 25px;
}
.cid-tKMN3CtE9z .card-wrapper .card-box {
  height: 100%;
}
.cid-tKMN3CtE9z .card-wrapper .card-box .card-title {
  color: #404040;
  margin-bottom: 12px;
  font-weight: 600;
}
.cid-tKMN3CtE9z .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-tKMN3CtE9z .card-wrapper .card-box .mbr-text {
  color: #606060;
}
.cid-tKMN3CtE9z .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tKMN3CtE9z .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-tKMN3CtE9z .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-tKMN3CtE9z .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
  font-weight: 600;
}
.cid-tKMN3CtE9z .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tKMN3CtE9z .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-tKMN3CtE9z .mbr-section-btn {
  text-align: center;
}
.cid-tKMN3CtE9z .mbr-section-btn .btn {
  padding: 18px 26px;
  font-weight: 600;
}
.cid-tKMN3CtE9z .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-tKMN3CtE9z .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-tKMN3CtE9z img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tKMN3CtE9z .card-box .card-title,
  .cid-tKMN3CtE9z .card-box .mbr-text {
    text-align: left;
  }
}
.cid-tL7C5DyYVl {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-tL7C5DyYVl .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tL7C5DyYVl .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tL7C5DyYVl .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tL7C5DyYVl .mbr-section-title {
  margin: 0;
  font-weight: 500;
  margin-bottom: 46px;
}
.cid-tL7C5DyYVl .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-tL7C5DyYVl .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-box-align: left;
  align-items: left;
  text-align: left;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.cid-tL7C5DyYVl .icon-main .process-icon {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-tL7C5DyYVl .icon-main .process-icon .wrapper {
  position: relative;
  margin-bottom: 20px;
  margin-right: 25px;
}
.cid-tL7C5DyYVl .icon-main .process-icon .wrapper .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-tL7C5DyYVl .icon-main .process-icon .wrapper .icon-container a {
  display: inherit;
}
.cid-tL7C5DyYVl .icon-main .process-icon .wrapper .icon-container a .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 24px;
  height: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 32px;
  line-height: 1;
  color: #ffffff;
  font-weight: normal;
}
.cid-tL7C5DyYVl .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon1 {
  background-color: rgba(92, 167, 219, 0.3);
  color: #5ca7db;
}
.cid-tL7C5DyYVl .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon2 {
  background-color: rgba(88, 179, 154, 0.3);
  color: #58b39a;
}
.cid-tL7C5DyYVl .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon3 {
  background-color: rgba(245, 196, 99, 0.3);
  color: #f5c463;
}
.cid-tL7C5DyYVl .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon4 {
  background-color: rgba(209, 107, 134, 0.3);
  color: #d16b86;
}
.cid-tL7C5DyYVl .icon-main .process-icon .wrapper .icon-container .step {
  position: absolute;
  bottom: -3px;
  left: 11px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  font-size: 11px;
  line-height: normal;
  font-weight: 500;
  z-index: 2;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  text-align: center;
  color: #ffffff;
}
.cid-tL7C5DyYVl .icon-main .process-icon .wrapper .icon-container .step_1 {
  background: #5ca7db;
}
.cid-tL7C5DyYVl .icon-main .process-icon .wrapper .icon-container .step_2 {
  background: #58b39a;
}
.cid-tL7C5DyYVl .icon-main .process-icon .wrapper .icon-container .step_3 {
  background: #f5c463;
}
.cid-tL7C5DyYVl .icon-main .process-icon .wrapper .icon-container .step_4 {
  background: #d16b86;
}
.cid-tL7C5DyYVl .icon-main .process-icon .text-wrap .subicon-title {
  color: #404040;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 600;
  margin-bottom: 12px;
}
.cid-tL7C5DyYVl .icon-main .process-icon .text-wrap .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
  color: #606060;
  font-weight: 600;
}
@media (max-width: 767px) {
  .cid-tL7C5DyYVl .wrapper::before {
    display: none;
  }
}
.cid-tL7C5DyYVl .mbr-section-title,
.cid-tL7C5DyYVl .underline {
  color: #999999;
}
.cid-tL7C5DyYVl .icon-main .process-icon .text-wrap .subicon-text {
  color: #999999;
}
.cid-tKMMJLCRmI {
  padding-top: 105px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-tKMMJLCRmI .container {
    max-width: 1400px;
  }
}
.cid-tKMMJLCRmI .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tKMMJLCRmI .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tKMMJLCRmI .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center;
}
.cid-tKMMJLCRmI .card-wrapper .card-count {
  height: 100%;
  margin-right: 25px;
}
.cid-tKMMJLCRmI .card-wrapper .card-count .icon-count {
  background-color: rgba(185, 126, 205, 0.25);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #b97ecd;
}
.cid-tKMMJLCRmI .card-wrapper .card-box {
  height: 100%;
}
.cid-tKMMJLCRmI .card-wrapper .card-box .card-title {
  color: #404040;
  margin-bottom: 12px;
  font-weight: 600;
}
.cid-tKMMJLCRmI .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-tKMMJLCRmI .card-wrapper .card-box .mbr-text {
  color: #606060;
}
.cid-tKMMJLCRmI .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tKMMJLCRmI .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-tKMMJLCRmI .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-tKMMJLCRmI .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
  font-weight: 600;
}
.cid-tKMMJLCRmI .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tKMMJLCRmI .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-tKMMJLCRmI .mbr-section-btn {
  text-align: center;
  margin-top: 35px;
}
.cid-tKMMJLCRmI .mbr-section-btn .btn {
  padding: 18px 26px;
  font-weight: 600;
}
.cid-tKMMJLCRmI .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-tKMMJLCRmI .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 767px) {
  .cid-tKMMJLCRmI .card-box {
    text-align: left;
  }
  .cid-tKMMJLCRmI .card-box .card-title {
    text-align: left;
  }
}
.cid-tKMMJLCRmI SPAN {
  color: #d698b5;
}
.cid-tKMNbDo6rg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9fafb;
}
.cid-tKMNbDo6rg .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
}
.cid-tKMNbDo6rg .mbr-section-subtitle.display-4 {
  line-height: 1.375;
}
.cid-tKMNbDo6rg .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-tKMNbDo6rg .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tKMNbDo6rg .mbr-section-title {
  margin-top: 30px;
  font-weight: 500;
  margin-bottom: 36px;
}
.cid-tKMNbDo6rg .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-tKMNbDo6rg .box {
  padding: 40px 40px 20px;
  margin-bottom: 20px;
  background: #ffffff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04);
}
.cid-tKMNbDo6rg .mbr-text {
  margin-bottom: 20px;
}
.cid-tKMNbDo6rg .mbr-text.display-7 {
  font-size: 18px;
  color: #707070;
  line-height: 1.6;
}
.cid-tKMNbDo6rg .blockquote-details {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-align: left;
  margin-bottom: 20px;
}
.cid-tKMNbDo6rg .blockquote-details .img-blob img {
  width: 70px;
  max-width: 100%;
  border-radius: 100%;
}
.cid-tKMNbDo6rg .blockquote-details .info {
  padding-left: 20px;
}
.cid-tKMNbDo6rg .blockquote-details .info .signature {
  color: #404040;
  margin-bottom: 0;
}
.cid-tKMNbDo6rg .blockquote-details .info .signature.display-7 {
  line-height: 1.3;
  font-size: 18px;
}
.cid-tKMNbDo6rg .blockquote-details .info .desk {
  color: #999;
}
.cid-tKMNbDo6rg .blockquote-details .info .desk.display-4 {
  line-height: 1.3125;
}
.cid-tKMNbDo6rg .carousel-item {
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-tKMNbDo6rg .carousel-item > div {
  width: 100%;
}
.cid-tKMNbDo6rg .carousel-item.active,
.cid-tKMNbDo6rg .carousel-item-next,
.cid-tKMNbDo6rg .carousel-item-prev {
  display: flex;
}
.cid-tKMNbDo6rg .carousel-indicators li {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  background-color: rgba(153, 153, 153, 0.8);
  font-size: 2rem;
  border-width: 0px;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  margin: 6px;
}
.cid-tKMNbDo6rg .carousel-indicators li:hover {
  opacity: 1;
}
.cid-tKMNbDo6rg .carousel-indicators .active {
  -webkit-transform: scale(1);
  transform: scale(1);
  border: 0;
  background-color: rgba(153, 153, 153, 0.8);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.cid-tKMNbDo6rg .carousel-indicators {
  margin: 20px 0 0 0.1rem;
  -webkit-box-pack: center !important;
  justify-content: center !important;
  bottom: -30px;
}
@media (max-width: 767px) {
  .cid-tKMNbDo6rg .carousel-indicators {
    margin: auto;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  .cid-tKMNbDo6rg .blockquote-details {
    justify-content: center;
  }
}
.cid-tKMNbDo6rg .box .mbr-text {
  text-align: left;
}
.cid-tV48NrmirC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-tV48NrmirC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV48NrmirC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV48NrmirC .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tV48NrmirC .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tV48NrmirC .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tV48NrmirC .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tV48NrmirC div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tV48NrmirC .copyright {
  color: #bbbbbb;
}
.cid-tKMM3FoUaw {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tKMM3FoUaw nav.navbar {
  position: fixed;
}
.cid-tKMM3FoUaw .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-tKMM3FoUaw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tKMM3FoUaw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tKMM3FoUaw .dropdown-item:hover,
.cid-tKMM3FoUaw .dropdown-item:focus {
  background: #848abd !important;
  color: white !important;
}
.cid-tKMM3FoUaw .dropdown-item:hover span {
  color: white;
}
.cid-tKMM3FoUaw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tKMM3FoUaw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tKMM3FoUaw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tKMM3FoUaw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tKMM3FoUaw .nav-link {
  position: relative;
}
.cid-tKMM3FoUaw .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tKMM3FoUaw .container {
    flex-wrap: wrap;
  }
}
.cid-tKMM3FoUaw .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tKMM3FoUaw .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tKMM3FoUaw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tKMM3FoUaw .dropdown-menu,
.cid-tKMM3FoUaw .navbar.opened {
  background: #242930 !important;
}
.cid-tKMM3FoUaw .nav-item:focus,
.cid-tKMM3FoUaw .nav-link:focus {
  outline: none;
}
.cid-tKMM3FoUaw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tKMM3FoUaw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tKMM3FoUaw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tKMM3FoUaw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKMM3FoUaw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tKMM3FoUaw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tKMM3FoUaw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #242930;
}
.cid-tKMM3FoUaw .navbar.opened {
  transition: all 0.3s;
}
.cid-tKMM3FoUaw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tKMM3FoUaw .navbar .navbar-logo img {
  width: auto;
}
.cid-tKMM3FoUaw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tKMM3FoUaw .navbar.collapsed {
  justify-content: center;
}
.cid-tKMM3FoUaw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tKMM3FoUaw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tKMM3FoUaw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tKMM3FoUaw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tKMM3FoUaw .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-tKMM3FoUaw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tKMM3FoUaw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tKMM3FoUaw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tKMM3FoUaw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tKMM3FoUaw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tKMM3FoUaw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tKMM3FoUaw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tKMM3FoUaw .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-tKMM3FoUaw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tKMM3FoUaw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tKMM3FoUaw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tKMM3FoUaw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tKMM3FoUaw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tKMM3FoUaw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tKMM3FoUaw .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tKMM3FoUaw .navbar.navbar-short {
  min-height: 60px;
}
.cid-tKMM3FoUaw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tKMM3FoUaw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tKMM3FoUaw .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-tKMM3FoUaw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tKMM3FoUaw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tKMM3FoUaw .dropdown-item.active,
.cid-tKMM3FoUaw .dropdown-item:active {
  background-color: transparent;
}
.cid-tKMM3FoUaw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tKMM3FoUaw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tKMM3FoUaw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tKMM3FoUaw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #242930;
}
.cid-tKMM3FoUaw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tKMM3FoUaw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tKMM3FoUaw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tKMM3FoUaw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tKMM3FoUaw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tKMM3FoUaw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #999999;
}
.cid-tKMM3FoUaw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tKMM3FoUaw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKMM3FoUaw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKMM3FoUaw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tKMM3FoUaw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKMM3FoUaw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tKMM3FoUaw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tKMM3FoUaw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKMM3FoUaw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tKMM3FoUaw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tKMM3FoUaw .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-tKMM3FoUaw .navbar {
    height: 70px;
  }
  .cid-tKMM3FoUaw .navbar.opened {
    height: auto;
  }
  .cid-tKMM3FoUaw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRGyKT9J7s {
  background-image: url("../../../assets/images/sugardaddy-wien.webp");
}
.cid-tRGyKT9J7s .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #848abd;
  margin-bottom: 2rem;
}
.cid-tRGyKT9J7s .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tRGCYvovgS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9fafb;
}
.cid-tRGCYvovgS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRGCYvovgS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tRGCYvovgS .container {
    padding: 0 20px;
  }
}
.cid-tRGCYvovgS .row {
  padding: 0 8px;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tRGCYvovgS .row {
    padding: 0;
  }
}
.cid-tRGCYvovgS .mbr-section-title {
  margin-bottom: 50px;
  color: #232323;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tRGCYvovgS .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tRGCYvovgS .item {
  padding: 0 8px;
  overflow: visible;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-tRGCYvovgS .item {
    padding: 0 12px;
  }
}
.cid-tRGCYvovgS .item .item-wrapper {
  position: relative;
  border-radius: 50px;
  padding: 32px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tRGCYvovgS .item .item-wrapper {
    padding: 32px 16px;
  }
}
.cid-tRGCYvovgS .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #ecedee;
  opacity: 1;
}
.cid-tRGCYvovgS .item .item-wrapper .item-img {
  display: flex;
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-tRGCYvovgS .item .item-wrapper .item-img {
    display: block;
  }
}
.cid-tRGCYvovgS .item .item-wrapper .item-img img {
  width: 90px;
  height: 90px;
  border-radius: 15px;
  object-fit: cover;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-tRGCYvovgS .item .item-wrapper .item-img img {
    margin: 0 auto 32px;
  }
}
.cid-tRGCYvovgS .item .item-wrapper .item-img .name-wrapper {
  width: 100%;
}
.cid-tRGCYvovgS .item .item-wrapper .item-img .name-wrapper .name-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-tRGCYvovgS .item .item-wrapper .item-img .name-wrapper .name-wrap .mbr-desc {
  opacity: .5;
  margin-bottom: 0;
}
.cid-tRGCYvovgS .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-tRGCYvovgS .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-tRGCYvovgS .item .item-wrapper .item-content .link-wrap {
  margin-top: 16px;
  display: block;
}
.cid-tRGCYvovgS .item .item-wrapper .item-content .link-wrap:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-tRGCYvovgS .item .item-wrapper .item-content .link-wrap .mbr-iconfont {
  font-size: 18px;
  height: 22px;
  width: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #f3f4f7;
  border-radius: 4px;
  transition: all 0.3s ease-out;
}
.cid-tRGCYvovgS .mbr-name {
  color: #000000;
}
.cid-tRGCYvovgS .mbr-desc {
  color: #000000;
}
.cid-tRGCYvovgS .mbr-text {
  color: #000000;
}
.cid-tRGEnod5cy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9fafb;
}
.cid-tRGEnod5cy .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tRGEnod5cy img {
  width: 100%;
}
.cid-tRGEnod5cy .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-tRGEnod5cy .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tRGEnod5cy .main-title {
  color: #404040;
}
.cid-tRGEnod5cy .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
  margin-bottom: 21px;
}
.cid-tRGEnod5cy .mbr-text {
  color: #606060;
}
.cid-tRGEnod5cy .cards .card {
  margin-bottom: 34px;
}
.cid-tRGEnod5cy .cards .card .card-title {
  font-weight: 600;
  color: #404040;
  margin-bottom: 16px;
}
.cid-tRGEnod5cy .cards .card .mbr-text {
  color: #606060;
}
@media (max-width: 768px) {
  .cid-tRGEnod5cy .card {
    text-align: left;
  }
  .cid-tRGEnod5cy .card .card-title {
    text-align: left;
  }
}
.cid-tRHgWBkAIM {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #f9fafb;
}
.cid-tRHgWBkAIM img {
  width: 100%;
}
.cid-tRHgWBkAIM .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tRHgWBkAIM .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tRHgWBkAIM .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tRHgWBkAIM .card-title span {
  color: #848abd;
}
@media (max-width: 992px) {
  .cid-tRHgWBkAIM .card {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 768px) {
  .cid-tRHgWBkAIM * {
    text-align: left;
  }
}
.cid-u5X2a5Qr0L {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #f9fafb;
}
.cid-u5X2a5Qr0L .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5X2a5Qr0L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5X2a5Qr0L .mbr-text,
.cid-u5X2a5Qr0L .mbr-section-btn {
  color: #232323;
}
.cid-u5X2a5Qr0L .card-title,
.cid-u5X2a5Qr0L .card-box {
  color: #ffffff;
}
.cid-u5X2a5Qr0L .mbr-text,
.cid-u5X2a5Qr0L .link-wrap {
  color: #ffffff;
}
.cid-tRGEFs1BxR {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #f9fafb;
}
.cid-tRGEFs1BxR img {
  width: 100%;
}
.cid-tRGEFs1BxR .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-tRGEFs1BxR .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tRGEFs1BxR .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tRGEFs1BxR .mbr-text {
  color: #606060;
}
.cid-tRGEFs1BxR .panel-group {
  margin-top: 36px;
}
.cid-tRGEFs1BxR .card {
  border-radius: 0px;
  margin-bottom: 25px;
  background-color: #ffffff;
  padding: 18px 20px;
}
.cid-tRGEFs1BxR .card .card-header {
  border-radius: 0px;
  border: 0px;
  background: transparent;
  padding: 0;
}
.cid-tRGEFs1BxR .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  transition: all 200ms ease-in-out;
}
.cid-tRGEFs1BxR .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tRGEFs1BxR .card .card-header a.panel-title h4 {
  flex-direction: row;
  display: flex;
  justify-content: start;
  align-items: center;
  color: #848abd;
  transition: all 200ms ease-in-out;
  margin-bottom: 0;
}
.cid-tRGEFs1BxR .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  font-family: FontAwesome !important;
  color: #848abd;
}
.cid-tRGEFs1BxR .card .card-header a.panel-title h4 .sign::before {
  content: "\f077";
}
.cid-tRGEFs1BxR .card .card-header a.panel-title h4:hover {
  color: #848abd;
}
.cid-tRGEFs1BxR .card .card-header a.panel-title h4.display-7 {
  font-size: 19px;
}
.cid-tRGEFs1BxR .card .card-header a.panel-title h4.display-7 .sign {
  font-size: 0.8rem;
}
.cid-tRGEFs1BxR .card .card-header a.panel-title.collapsed {
  transition: all 200ms ease-in-out;
}
.cid-tRGEFs1BxR .card .card-header a.panel-title.collapsed h4 {
  color: #404040;
}
.cid-tRGEFs1BxR .card .card-header a.panel-title.collapsed h4 .sign:before {
  content: "\f054";
}
.cid-tRGEFs1BxR .card .card-header a.panel-title.collapsed h4:hover {
  color: #848abd;
}
.cid-tRGEFs1BxR .card .panel-body {
  color: #767676;
  padding-left: 1.8rem;
  margin-bottom: 20px;
  padding-top: 18px;
}
.cid-tRGEFs1BxR .card .panel-body p {
  font-weight: 400;
}
.cid-tRGEFs1BxR .mbr-section-btn {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tRGEFs1BxR .card {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 768px) {
  .cid-tRGEFs1BxR * {
    text-align: left;
  }
}
.cid-tRGEFs1BxR .card .card-header a.panel-title h4,
.cid-tRGEFs1BxR .sign,
.cid-tRGEFs1BxR .card .card-header a.panel-title.collapsed h4 {
  color: #848abd;
}
.cid-tV48NrmirC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-tV48NrmirC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV48NrmirC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV48NrmirC .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tV48NrmirC .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tV48NrmirC .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tV48NrmirC .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tV48NrmirC div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tV48NrmirC .copyright {
  color: #bbbbbb;
}
.cid-tKMM3FoUaw {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tKMM3FoUaw nav.navbar {
  position: fixed;
}
.cid-tKMM3FoUaw .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-tKMM3FoUaw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tKMM3FoUaw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tKMM3FoUaw .dropdown-item:hover,
.cid-tKMM3FoUaw .dropdown-item:focus {
  background: #848abd !important;
  color: white !important;
}
.cid-tKMM3FoUaw .dropdown-item:hover span {
  color: white;
}
.cid-tKMM3FoUaw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tKMM3FoUaw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tKMM3FoUaw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tKMM3FoUaw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tKMM3FoUaw .nav-link {
  position: relative;
}
.cid-tKMM3FoUaw .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tKMM3FoUaw .container {
    flex-wrap: wrap;
  }
}
.cid-tKMM3FoUaw .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tKMM3FoUaw .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tKMM3FoUaw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tKMM3FoUaw .dropdown-menu,
.cid-tKMM3FoUaw .navbar.opened {
  background: #242930 !important;
}
.cid-tKMM3FoUaw .nav-item:focus,
.cid-tKMM3FoUaw .nav-link:focus {
  outline: none;
}
.cid-tKMM3FoUaw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tKMM3FoUaw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tKMM3FoUaw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tKMM3FoUaw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKMM3FoUaw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tKMM3FoUaw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tKMM3FoUaw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #242930;
}
.cid-tKMM3FoUaw .navbar.opened {
  transition: all 0.3s;
}
.cid-tKMM3FoUaw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tKMM3FoUaw .navbar .navbar-logo img {
  width: auto;
}
.cid-tKMM3FoUaw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tKMM3FoUaw .navbar.collapsed {
  justify-content: center;
}
.cid-tKMM3FoUaw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tKMM3FoUaw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tKMM3FoUaw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tKMM3FoUaw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tKMM3FoUaw .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-tKMM3FoUaw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tKMM3FoUaw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tKMM3FoUaw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tKMM3FoUaw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tKMM3FoUaw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tKMM3FoUaw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tKMM3FoUaw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tKMM3FoUaw .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-tKMM3FoUaw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tKMM3FoUaw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tKMM3FoUaw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tKMM3FoUaw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tKMM3FoUaw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tKMM3FoUaw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tKMM3FoUaw .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tKMM3FoUaw .navbar.navbar-short {
  min-height: 60px;
}
.cid-tKMM3FoUaw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tKMM3FoUaw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tKMM3FoUaw .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-tKMM3FoUaw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tKMM3FoUaw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tKMM3FoUaw .dropdown-item.active,
.cid-tKMM3FoUaw .dropdown-item:active {
  background-color: transparent;
}
.cid-tKMM3FoUaw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tKMM3FoUaw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tKMM3FoUaw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tKMM3FoUaw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #242930;
}
.cid-tKMM3FoUaw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tKMM3FoUaw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tKMM3FoUaw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tKMM3FoUaw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tKMM3FoUaw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tKMM3FoUaw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #999999;
}
.cid-tKMM3FoUaw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tKMM3FoUaw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKMM3FoUaw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKMM3FoUaw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tKMM3FoUaw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKMM3FoUaw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tKMM3FoUaw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tKMM3FoUaw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKMM3FoUaw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tKMM3FoUaw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tKMM3FoUaw .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-tKMM3FoUaw .navbar {
    height: 70px;
  }
  .cid-tKMM3FoUaw .navbar.opened {
    height: auto;
  }
  .cid-tKMM3FoUaw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tUQ2vtfEAi {
  background-image: url("../../../assets/images/sugardaddy-graz.webp");
}
.cid-tUQ2vtfEAi .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #848abd;
  margin-bottom: 2rem;
}
.cid-tUQ2vtfEAi .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tUQ2w3cNxh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9fafb;
}
.cid-tUQ2w3cNxh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUQ2w3cNxh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tUQ2w3cNxh .container {
    padding: 0 20px;
  }
}
.cid-tUQ2w3cNxh .row {
  padding: 0 8px;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tUQ2w3cNxh .row {
    padding: 0;
  }
}
.cid-tUQ2w3cNxh .mbr-section-title {
  margin-bottom: 50px;
  color: #232323;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tUQ2w3cNxh .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tUQ2w3cNxh .item {
  padding: 0 8px;
  overflow: visible;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-tUQ2w3cNxh .item {
    padding: 0 12px;
  }
}
.cid-tUQ2w3cNxh .item .item-wrapper {
  position: relative;
  border-radius: 50px;
  padding: 32px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tUQ2w3cNxh .item .item-wrapper {
    padding: 32px 16px;
  }
}
.cid-tUQ2w3cNxh .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #ecedee;
  opacity: 1;
}
.cid-tUQ2w3cNxh .item .item-wrapper .item-img {
  display: flex;
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-tUQ2w3cNxh .item .item-wrapper .item-img {
    display: block;
  }
}
.cid-tUQ2w3cNxh .item .item-wrapper .item-img img {
  width: 90px;
  height: 90px;
  border-radius: 15px;
  object-fit: cover;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-tUQ2w3cNxh .item .item-wrapper .item-img img {
    margin: 0 auto 32px;
  }
}
.cid-tUQ2w3cNxh .item .item-wrapper .item-img .name-wrapper {
  width: 100%;
}
.cid-tUQ2w3cNxh .item .item-wrapper .item-img .name-wrapper .name-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-tUQ2w3cNxh .item .item-wrapper .item-img .name-wrapper .name-wrap .mbr-desc {
  opacity: .5;
  margin-bottom: 0;
}
.cid-tUQ2w3cNxh .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-tUQ2w3cNxh .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-tUQ2w3cNxh .item .item-wrapper .item-content .link-wrap {
  margin-top: 16px;
  display: block;
}
.cid-tUQ2w3cNxh .item .item-wrapper .item-content .link-wrap:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-tUQ2w3cNxh .item .item-wrapper .item-content .link-wrap .mbr-iconfont {
  font-size: 18px;
  height: 22px;
  width: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #f3f4f7;
  border-radius: 4px;
  transition: all 0.3s ease-out;
}
.cid-tUQ2w3cNxh .mbr-name {
  color: #000000;
}
.cid-tUQ2w3cNxh .mbr-desc {
  color: #000000;
}
.cid-tUQ2w3cNxh .mbr-text {
  color: #000000;
}
.cid-tUQ41TYdzy {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #f9fafb;
}
.cid-tUQ41TYdzy img {
  width: 100%;
}
.cid-tUQ41TYdzy .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-tUQ41TYdzy .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tUQ41TYdzy .main-title {
  color: #404040;
}
.cid-tUQ41TYdzy .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
  margin-bottom: 21px;
}
.cid-tUQ41TYdzy .mbr-text {
  color: #606060;
}
.cid-tUQ41TYdzy .cards .card {
  margin-bottom: 34px;
}
.cid-tUQ41TYdzy .cards .card .card-title {
  font-weight: 600;
  color: #404040;
  margin-bottom: 16px;
}
.cid-tUQ41TYdzy .cards .card .mbr-text {
  color: #606060;
}
@media (max-width: 768px) {
  .cid-tUQ41TYdzy .card {
    text-align: left;
  }
  .cid-tUQ41TYdzy .card .card-title {
    text-align: left;
  }
}
.cid-u5X2w05dCF {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #f9fafb;
}
.cid-u5X2w05dCF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5X2w05dCF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5X2w05dCF .mbr-text,
.cid-u5X2w05dCF .mbr-section-btn {
  color: #232323;
}
.cid-u5X2w05dCF .card-title,
.cid-u5X2w05dCF .card-box {
  color: #ffffff;
}
.cid-u5X2w05dCF .mbr-text,
.cid-u5X2w05dCF .link-wrap {
  color: #ffffff;
}
.cid-tUQ47zH495 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #f9fafb;
}
.cid-tUQ47zH495 .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tUQ47zH495 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tUQ47zH495 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tUQ47zH495 .mbr-section-title {
  margin: 0;
  font-weight: 500;
  margin-bottom: 46px;
  color: #404040;
}
.cid-tUQ47zH495 .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-tUQ47zH495 .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-box-align: left;
  align-items: left;
  text-align: left;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.cid-tUQ47zH495 .icon-main .process-icon {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-tUQ47zH495 .icon-main .process-icon .wrapper {
  position: relative;
  margin-bottom: 20px;
  margin-right: 9px;
}
.cid-tUQ47zH495 .icon-main .process-icon .wrapper .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-tUQ47zH495 .icon-main .process-icon .wrapper .icon-container a {
  display: inherit;
}
.cid-tUQ47zH495 .icon-main .process-icon .wrapper .icon-container a .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 24px;
  height: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 32px;
  line-height: 1;
  color: #ffffff;
  font-weight: normal;
}
.cid-tUQ47zH495 .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon1 {
  background-color: rgba(209, 107, 134, 0.3);
  color: #d16b86;
}
.cid-tUQ47zH495 .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon2 {
  background-color: rgba(92, 167, 219, 0.3);
  color: #5ca7db;
}
.cid-tUQ47zH495 .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon3 {
  background-color: rgba(156, 205, 126, 0.3);
  color: #9ccd7e;
}
.cid-tUQ47zH495 .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon4 {
  background-color: rgba(132, 138, 189, 0.3);
  color: #848abd;
}
.cid-tUQ47zH495 .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon5 {
  background-color: rgba(251, 157, 126, 0.3);
  color: #fb9d7e;
}
.cid-tUQ47zH495 .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon6 {
  background-color: rgba(185, 126, 205, 0.3);
  color: #b97ecd;
}
.cid-tUQ47zH495 .icon-main .process-icon .wrapper .icon-container .step {
  margin: 0;
  position: absolute;
  bottom: -3px;
  left: 11px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  font-size: 11px;
  line-height: normal;
  font-weight: 500;
  z-index: 2;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  text-align: center;
  color: #ffffff;
}
.cid-tUQ47zH495 .icon-main .process-icon .wrapper .icon-container .step_1 {
  background: #d16b86;
}
.cid-tUQ47zH495 .icon-main .process-icon .wrapper .icon-container .step_2 {
  background: #5ca7db;
}
.cid-tUQ47zH495 .icon-main .process-icon .wrapper .icon-container .step_3 {
  background: #9ccd7e;
}
.cid-tUQ47zH495 .icon-main .process-icon .wrapper .icon-container .step_4 {
  background: #848abd;
}
.cid-tUQ47zH495 .icon-main .process-icon .wrapper .icon-container .step_5 {
  background: #fb9d7e;
}
.cid-tUQ47zH495 .icon-main .process-icon .wrapper .icon-container .step_6 {
  background: #b97ecd;
}
.cid-tUQ47zH495 .icon-main .process-icon .text-wrap .subicon-title {
  color: #404040;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 600;
  margin-bottom: 12px;
}
.cid-tUQ47zH495 .icon-main .process-icon .text-wrap .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
  color: #606060;
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-tUQ47zH495 .wrapper::before {
    display: none;
  }
}
.cid-tUQ52pXpwc {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f9fafb;
}
.cid-tUQ52pXpwc img {
  width: 100%;
}
.cid-tUQ52pXpwc .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-tUQ52pXpwc .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tUQ52pXpwc .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tUQ52pXpwc .mbr-text {
  color: #606060;
}
.cid-tUQ52pXpwc .panel-group {
  margin-top: 36px;
}
.cid-tUQ52pXpwc .card {
  border-radius: 0px;
  margin-bottom: 25px;
  background-color: #ffffff;
  padding: 18px 20px;
}
.cid-tUQ52pXpwc .card .card-header {
  border-radius: 0px;
  border: 0px;
  background: transparent;
  padding: 0;
}
.cid-tUQ52pXpwc .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  transition: all 200ms ease-in-out;
}
.cid-tUQ52pXpwc .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tUQ52pXpwc .card .card-header a.panel-title h4 {
  flex-direction: row;
  display: flex;
  justify-content: start;
  align-items: center;
  color: #848abd;
  transition: all 200ms ease-in-out;
  margin-bottom: 0;
}
.cid-tUQ52pXpwc .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  font-family: FontAwesome !important;
  color: #848abd;
}
.cid-tUQ52pXpwc .card .card-header a.panel-title h4 .sign::before {
  content: "\f077";
}
.cid-tUQ52pXpwc .card .card-header a.panel-title h4:hover {
  color: #848abd;
}
.cid-tUQ52pXpwc .card .card-header a.panel-title h4.display-7 {
  font-size: 19px;
}
.cid-tUQ52pXpwc .card .card-header a.panel-title h4.display-7 .sign {
  font-size: 0.8rem;
}
.cid-tUQ52pXpwc .card .card-header a.panel-title.collapsed {
  transition: all 200ms ease-in-out;
}
.cid-tUQ52pXpwc .card .card-header a.panel-title.collapsed h4 {
  color: #404040;
}
.cid-tUQ52pXpwc .card .card-header a.panel-title.collapsed h4 .sign:before {
  content: "\f054";
}
.cid-tUQ52pXpwc .card .card-header a.panel-title.collapsed h4:hover {
  color: #848abd;
}
.cid-tUQ52pXpwc .card .panel-body {
  color: #767676;
  padding-left: 1.8rem;
  margin-bottom: 20px;
  padding-top: 18px;
}
.cid-tUQ52pXpwc .card .panel-body p {
  font-weight: 400;
}
.cid-tUQ52pXpwc .mbr-section-btn {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tUQ52pXpwc .card {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 768px) {
  .cid-tUQ52pXpwc * {
    text-align: left;
  }
}
.cid-tUQ52pXpwc .card .card-header a.panel-title h4,
.cid-tUQ52pXpwc .sign,
.cid-tUQ52pXpwc .card .card-header a.panel-title.collapsed h4 {
  color: #848abd;
}
.cid-tV48NrmirC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-tV48NrmirC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV48NrmirC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV48NrmirC .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tV48NrmirC .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tV48NrmirC .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tV48NrmirC .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tV48NrmirC div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tV48NrmirC .copyright {
  color: #bbbbbb;
}
.cid-tKMM3FoUaw {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tKMM3FoUaw nav.navbar {
  position: fixed;
}
.cid-tKMM3FoUaw .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-tKMM3FoUaw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tKMM3FoUaw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tKMM3FoUaw .dropdown-item:hover,
.cid-tKMM3FoUaw .dropdown-item:focus {
  background: #848abd !important;
  color: white !important;
}
.cid-tKMM3FoUaw .dropdown-item:hover span {
  color: white;
}
.cid-tKMM3FoUaw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tKMM3FoUaw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tKMM3FoUaw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tKMM3FoUaw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tKMM3FoUaw .nav-link {
  position: relative;
}
.cid-tKMM3FoUaw .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tKMM3FoUaw .container {
    flex-wrap: wrap;
  }
}
.cid-tKMM3FoUaw .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tKMM3FoUaw .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tKMM3FoUaw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tKMM3FoUaw .dropdown-menu,
.cid-tKMM3FoUaw .navbar.opened {
  background: #242930 !important;
}
.cid-tKMM3FoUaw .nav-item:focus,
.cid-tKMM3FoUaw .nav-link:focus {
  outline: none;
}
.cid-tKMM3FoUaw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tKMM3FoUaw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tKMM3FoUaw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tKMM3FoUaw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKMM3FoUaw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tKMM3FoUaw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tKMM3FoUaw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #242930;
}
.cid-tKMM3FoUaw .navbar.opened {
  transition: all 0.3s;
}
.cid-tKMM3FoUaw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tKMM3FoUaw .navbar .navbar-logo img {
  width: auto;
}
.cid-tKMM3FoUaw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tKMM3FoUaw .navbar.collapsed {
  justify-content: center;
}
.cid-tKMM3FoUaw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tKMM3FoUaw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tKMM3FoUaw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tKMM3FoUaw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tKMM3FoUaw .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-tKMM3FoUaw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tKMM3FoUaw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tKMM3FoUaw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tKMM3FoUaw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tKMM3FoUaw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tKMM3FoUaw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tKMM3FoUaw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tKMM3FoUaw .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-tKMM3FoUaw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tKMM3FoUaw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tKMM3FoUaw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tKMM3FoUaw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tKMM3FoUaw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tKMM3FoUaw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tKMM3FoUaw .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tKMM3FoUaw .navbar.navbar-short {
  min-height: 60px;
}
.cid-tKMM3FoUaw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tKMM3FoUaw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tKMM3FoUaw .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-tKMM3FoUaw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tKMM3FoUaw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tKMM3FoUaw .dropdown-item.active,
.cid-tKMM3FoUaw .dropdown-item:active {
  background-color: transparent;
}
.cid-tKMM3FoUaw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tKMM3FoUaw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tKMM3FoUaw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tKMM3FoUaw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #242930;
}
.cid-tKMM3FoUaw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tKMM3FoUaw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tKMM3FoUaw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tKMM3FoUaw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tKMM3FoUaw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tKMM3FoUaw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #999999;
}
.cid-tKMM3FoUaw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tKMM3FoUaw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKMM3FoUaw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKMM3FoUaw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tKMM3FoUaw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKMM3FoUaw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tKMM3FoUaw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tKMM3FoUaw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKMM3FoUaw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tKMM3FoUaw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tKMM3FoUaw .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-tKMM3FoUaw .navbar {
    height: 70px;
  }
  .cid-tKMM3FoUaw .navbar.opened {
    height: auto;
  }
  .cid-tKMM3FoUaw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tVgN8TvlDX {
  background-image: url("../../../assets/images/sugar-daddy-linz.webp");
}
.cid-tVgN8TvlDX .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #848abd;
  margin-bottom: 2rem;
}
.cid-tVgN8TvlDX .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tVgNafAiQg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9fafb;
}
.cid-tVgNafAiQg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVgNafAiQg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tVgNafAiQg .container {
    padding: 0 20px;
  }
}
.cid-tVgNafAiQg .row {
  padding: 0 8px;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tVgNafAiQg .row {
    padding: 0;
  }
}
.cid-tVgNafAiQg .mbr-section-title {
  margin-bottom: 50px;
  color: #232323;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tVgNafAiQg .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tVgNafAiQg .item {
  padding: 0 8px;
  overflow: visible;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-tVgNafAiQg .item {
    padding: 0 12px;
  }
}
.cid-tVgNafAiQg .item .item-wrapper {
  position: relative;
  border-radius: 50px;
  padding: 32px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tVgNafAiQg .item .item-wrapper {
    padding: 32px 16px;
  }
}
.cid-tVgNafAiQg .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #ecedee;
  opacity: 1;
}
.cid-tVgNafAiQg .item .item-wrapper .item-img {
  display: flex;
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-tVgNafAiQg .item .item-wrapper .item-img {
    display: block;
  }
}
.cid-tVgNafAiQg .item .item-wrapper .item-img img {
  width: 90px;
  height: 90px;
  border-radius: 15px;
  object-fit: cover;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-tVgNafAiQg .item .item-wrapper .item-img img {
    margin: 0 auto 32px;
  }
}
.cid-tVgNafAiQg .item .item-wrapper .item-img .name-wrapper {
  width: 100%;
}
.cid-tVgNafAiQg .item .item-wrapper .item-img .name-wrapper .name-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-tVgNafAiQg .item .item-wrapper .item-img .name-wrapper .name-wrap .mbr-desc {
  opacity: .5;
  margin-bottom: 0;
}
.cid-tVgNafAiQg .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-tVgNafAiQg .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-tVgNafAiQg .item .item-wrapper .item-content .link-wrap {
  margin-top: 16px;
  display: block;
}
.cid-tVgNafAiQg .item .item-wrapper .item-content .link-wrap:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-tVgNafAiQg .item .item-wrapper .item-content .link-wrap .mbr-iconfont {
  font-size: 18px;
  height: 22px;
  width: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #f3f4f7;
  border-radius: 4px;
  transition: all 0.3s ease-out;
}
.cid-tVgNafAiQg .mbr-name {
  color: #000000;
}
.cid-tVgNafAiQg .mbr-desc {
  color: #000000;
}
.cid-tVgNafAiQg .mbr-text {
  color: #000000;
}
.cid-tVi8vBClEA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9fafb;
}
.cid-tVi8vBClEA .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tVi8vBClEA img {
  width: 100%;
}
.cid-tVi8vBClEA .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tVi8vBClEA .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tVi8vBClEA .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tVi8vBClEA .contents {
  margin-top: 36px;
}
.cid-tVi8vBClEA .contents .content-text {
  color: #606060;
  font-weight: 300;
}
.cid-tVi8vBClEA .mbr-section-btn {
  margin-top: 8px;
}
.cid-tVi8vBClEA .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-tVi8vBClEA .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tVi8vBClEA .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-tVi8vBClEA .contents .mbr-text,
.cid-tVi8vBClEA .mbr-section-btn {
  text-align: left;
  color: #111111;
}
.cid-tVi8vBClEA .main-title {
  text-align: left;
}
.cid-tVgPD9Nptl {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #f9fafb;
}
.cid-tVgPD9Nptl img {
  width: 100%;
}
.cid-tVgPD9Nptl .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tVgPD9Nptl .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tVgPD9Nptl .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tVgPD9Nptl .card-title span {
  color: #848abd;
}
@media (max-width: 992px) {
  .cid-tVgPD9Nptl .card {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 768px) {
  .cid-tVgPD9Nptl * {
    text-align: left;
  }
}
.cid-u5X3b8Hagb {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-color: #f9fafb;
}
.cid-u5X3b8Hagb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5X3b8Hagb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5X3b8Hagb .mbr-text,
.cid-u5X3b8Hagb .mbr-section-btn {
  color: #232323;
}
.cid-u5X3b8Hagb .card-title,
.cid-u5X3b8Hagb .card-box {
  color: #ffffff;
}
.cid-u5X3b8Hagb .mbr-text,
.cid-u5X3b8Hagb .link-wrap {
  color: #ffffff;
}
.cid-tV48NrmirC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-tV48NrmirC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV48NrmirC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV48NrmirC .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tV48NrmirC .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tV48NrmirC .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tV48NrmirC .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tV48NrmirC div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tV48NrmirC .copyright {
  color: #bbbbbb;
}
.cid-tKMM3FoUaw {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tKMM3FoUaw nav.navbar {
  position: fixed;
}
.cid-tKMM3FoUaw .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-tKMM3FoUaw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tKMM3FoUaw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tKMM3FoUaw .dropdown-item:hover,
.cid-tKMM3FoUaw .dropdown-item:focus {
  background: #848abd !important;
  color: white !important;
}
.cid-tKMM3FoUaw .dropdown-item:hover span {
  color: white;
}
.cid-tKMM3FoUaw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tKMM3FoUaw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tKMM3FoUaw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tKMM3FoUaw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tKMM3FoUaw .nav-link {
  position: relative;
}
.cid-tKMM3FoUaw .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tKMM3FoUaw .container {
    flex-wrap: wrap;
  }
}
.cid-tKMM3FoUaw .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tKMM3FoUaw .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tKMM3FoUaw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tKMM3FoUaw .dropdown-menu,
.cid-tKMM3FoUaw .navbar.opened {
  background: #242930 !important;
}
.cid-tKMM3FoUaw .nav-item:focus,
.cid-tKMM3FoUaw .nav-link:focus {
  outline: none;
}
.cid-tKMM3FoUaw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tKMM3FoUaw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tKMM3FoUaw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tKMM3FoUaw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKMM3FoUaw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tKMM3FoUaw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tKMM3FoUaw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #242930;
}
.cid-tKMM3FoUaw .navbar.opened {
  transition: all 0.3s;
}
.cid-tKMM3FoUaw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tKMM3FoUaw .navbar .navbar-logo img {
  width: auto;
}
.cid-tKMM3FoUaw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tKMM3FoUaw .navbar.collapsed {
  justify-content: center;
}
.cid-tKMM3FoUaw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tKMM3FoUaw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tKMM3FoUaw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tKMM3FoUaw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tKMM3FoUaw .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-tKMM3FoUaw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tKMM3FoUaw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tKMM3FoUaw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tKMM3FoUaw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tKMM3FoUaw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tKMM3FoUaw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tKMM3FoUaw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tKMM3FoUaw .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-tKMM3FoUaw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tKMM3FoUaw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tKMM3FoUaw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tKMM3FoUaw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tKMM3FoUaw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tKMM3FoUaw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tKMM3FoUaw .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tKMM3FoUaw .navbar.navbar-short {
  min-height: 60px;
}
.cid-tKMM3FoUaw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tKMM3FoUaw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tKMM3FoUaw .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-tKMM3FoUaw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tKMM3FoUaw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tKMM3FoUaw .dropdown-item.active,
.cid-tKMM3FoUaw .dropdown-item:active {
  background-color: transparent;
}
.cid-tKMM3FoUaw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tKMM3FoUaw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tKMM3FoUaw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tKMM3FoUaw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #242930;
}
.cid-tKMM3FoUaw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tKMM3FoUaw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tKMM3FoUaw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tKMM3FoUaw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tKMM3FoUaw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tKMM3FoUaw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #999999;
}
.cid-tKMM3FoUaw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tKMM3FoUaw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKMM3FoUaw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKMM3FoUaw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tKMM3FoUaw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKMM3FoUaw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tKMM3FoUaw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tKMM3FoUaw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKMM3FoUaw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tKMM3FoUaw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tKMM3FoUaw .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-tKMM3FoUaw .navbar {
    height: 70px;
  }
  .cid-tKMM3FoUaw .navbar.opened {
    height: auto;
  }
  .cid-tKMM3FoUaw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5WVF4Q6tw {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #000000;
  overflow: hidden;
}
.cid-u5WVF4Q6tw svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-u5WVF4Q6tw #e2_shape {
  fill: #111111 !important;
}
.cid-u5WVF4Q6tw .mbr-text.display-5 {
  font-size: 26px;
}
.cid-u5WVF4Q6tw .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-u5WVF4Q6tw img {
  margin-left: auto;
  margin-right: auto;
}
.cid-tV48NrmirC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-tV48NrmirC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV48NrmirC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV48NrmirC .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tV48NrmirC .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tV48NrmirC .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tV48NrmirC .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tV48NrmirC div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tV48NrmirC .copyright {
  color: #bbbbbb;
}
.cid-u5W7klsF4T {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u5W7klsF4T nav.navbar {
  position: fixed;
}
.cid-u5W7klsF4T .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-u5W7klsF4T .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5W7klsF4T .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5W7klsF4T .dropdown-item:hover,
.cid-u5W7klsF4T .dropdown-item:focus {
  background: #848abd !important;
  color: white !important;
}
.cid-u5W7klsF4T .dropdown-item:hover span {
  color: white;
}
.cid-u5W7klsF4T .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5W7klsF4T .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5W7klsF4T .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u5W7klsF4T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5W7klsF4T .nav-link {
  position: relative;
}
.cid-u5W7klsF4T .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u5W7klsF4T .container {
    flex-wrap: wrap;
  }
}
.cid-u5W7klsF4T .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u5W7klsF4T .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u5W7klsF4T .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u5W7klsF4T .dropdown-menu,
.cid-u5W7klsF4T .navbar.opened {
  background: #242930 !important;
}
.cid-u5W7klsF4T .nav-item:focus,
.cid-u5W7klsF4T .nav-link:focus {
  outline: none;
}
.cid-u5W7klsF4T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5W7klsF4T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5W7klsF4T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5W7klsF4T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5W7klsF4T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5W7klsF4T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5W7klsF4T .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #242930;
}
.cid-u5W7klsF4T .navbar.opened {
  transition: all 0.3s;
}
.cid-u5W7klsF4T .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5W7klsF4T .navbar .navbar-logo img {
  width: auto;
}
.cid-u5W7klsF4T .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5W7klsF4T .navbar.collapsed {
  justify-content: center;
}
.cid-u5W7klsF4T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5W7klsF4T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u5W7klsF4T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5W7klsF4T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5W7klsF4T .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-u5W7klsF4T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5W7klsF4T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5W7klsF4T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5W7klsF4T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5W7klsF4T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5W7klsF4T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5W7klsF4T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5W7klsF4T .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-u5W7klsF4T .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5W7klsF4T .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5W7klsF4T .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5W7klsF4T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5W7klsF4T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5W7klsF4T .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u5W7klsF4T .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u5W7klsF4T .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5W7klsF4T .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5W7klsF4T .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5W7klsF4T .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-u5W7klsF4T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5W7klsF4T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5W7klsF4T .dropdown-item.active,
.cid-u5W7klsF4T .dropdown-item:active {
  background-color: transparent;
}
.cid-u5W7klsF4T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5W7klsF4T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5W7klsF4T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5W7klsF4T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #242930;
}
.cid-u5W7klsF4T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5W7klsF4T .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5W7klsF4T ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5W7klsF4T .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5W7klsF4T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5W7klsF4T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #999999;
}
.cid-u5W7klsF4T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5W7klsF4T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5W7klsF4T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5W7klsF4T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5W7klsF4T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5W7klsF4T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5W7klsF4T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5W7klsF4T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5W7klsF4T .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5W7klsF4T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5W7klsF4T .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-u5W7klsF4T .navbar {
    height: 70px;
  }
  .cid-u5W7klsF4T .navbar.opened {
    height: auto;
  }
  .cid-u5W7klsF4T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5Wul1uqe1 {
  padding-top: 225px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/sugarbaby-wien-1.webp");
}
.cid-u5Wul1uqe1 .mbr-section-title.display-2 {
  font-size: 40px;
  line-height: 1.25;
}
.cid-u5Wul1uqe1 .mbr-section-subtitle.display-5 {
  font-size: 26px;
  line-height: 1.385;
}
.cid-u5Wul1uqe1 .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-u5Wul1uqe1 .mbr-section-btn .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}
.cid-u5Wul1uqe1 .mbr-section-title,
.cid-u5Wul1uqe1 .mbr-section-btn {
  color: #eff1f5;
}
.cid-u5Wul1uqe1 .mbr-section-subtitle,
.cid-u5Wul1uqe1 .mbr-section-btn {
  color: #eff1f5;
}
.cid-u5W7kowVib {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9fafb;
}
.cid-u5W7kowVib .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5W7kowVib .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5W7kowVib .container {
    padding: 0 20px;
  }
}
.cid-u5W7kowVib .row {
  padding: 0 8px;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u5W7kowVib .row {
    padding: 0;
  }
}
.cid-u5W7kowVib .mbr-section-title {
  margin-bottom: 50px;
  color: #232323;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u5W7kowVib .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u5W7kowVib .item {
  padding: 0 8px;
  overflow: visible;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u5W7kowVib .item {
    padding: 0 12px;
  }
}
.cid-u5W7kowVib .item .item-wrapper {
  position: relative;
  border-radius: 50px;
  padding: 32px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u5W7kowVib .item .item-wrapper {
    padding: 32px 16px;
  }
}
.cid-u5W7kowVib .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #ecedee;
  opacity: 1;
}
.cid-u5W7kowVib .item .item-wrapper .item-img {
  display: flex;
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-u5W7kowVib .item .item-wrapper .item-img {
    display: block;
  }
}
.cid-u5W7kowVib .item .item-wrapper .item-img img {
  width: 90px;
  height: 90px;
  border-radius: 15px;
  object-fit: cover;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u5W7kowVib .item .item-wrapper .item-img img {
    margin: 0 auto 32px;
  }
}
.cid-u5W7kowVib .item .item-wrapper .item-img .name-wrapper {
  width: 100%;
}
.cid-u5W7kowVib .item .item-wrapper .item-img .name-wrapper .name-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-u5W7kowVib .item .item-wrapper .item-img .name-wrapper .name-wrap .mbr-desc {
  opacity: .5;
  margin-bottom: 0;
}
.cid-u5W7kowVib .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-u5W7kowVib .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-u5W7kowVib .item .item-wrapper .item-content .link-wrap {
  margin-top: 16px;
  display: block;
}
.cid-u5W7kowVib .item .item-wrapper .item-content .link-wrap:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-u5W7kowVib .item .item-wrapper .item-content .link-wrap .mbr-iconfont {
  font-size: 18px;
  height: 22px;
  width: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #f3f4f7;
  border-radius: 4px;
  transition: all 0.3s ease-out;
}
.cid-u5W7kowVib .mbr-name {
  color: #000000;
}
.cid-u5W7kowVib .mbr-desc {
  color: #000000;
}
.cid-u5W7kowVib .mbr-text {
  color: #000000;
}
.cid-u5W7kpW4q0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9fafb;
}
.cid-u5W7kpW4q0 .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u5W7kpW4q0 img {
  width: 100%;
}
.cid-u5W7kpW4q0 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-u5W7kpW4q0 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-u5W7kpW4q0 .main-title {
  color: #404040;
}
.cid-u5W7kpW4q0 .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
  margin-bottom: 21px;
}
.cid-u5W7kpW4q0 .mbr-text {
  color: #606060;
}
.cid-u5W7kpW4q0 .cards .card {
  margin-bottom: 34px;
}
.cid-u5W7kpW4q0 .cards .card .card-title {
  font-weight: 600;
  color: #404040;
  margin-bottom: 16px;
}
.cid-u5W7kpW4q0 .cards .card .mbr-text {
  color: #606060;
}
@media (max-width: 768px) {
  .cid-u5W7kpW4q0 .card {
    text-align: left;
  }
  .cid-u5W7kpW4q0 .card .card-title {
    text-align: left;
  }
}
.cid-u5WPLWBAwv {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f9fafb;
}
.cid-u5WPLWBAwv .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-u5WPLWBAwv .row {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .cid-u5WPLWBAwv .col-text {
    padding: 0 30px;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u5WPLWBAwv .col-text {
    margin-bottom: 3rem;
  }
}
.cid-u5WPLWBAwv .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-u5WPLWBAwv .text-wrapper {
    text-align: center !important;
  }
}
.cid-u5WPLWBAwv .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-u5WPLWBAwv .label-text {
    text-align: center !important;
  }
}
.cid-u5WPLWBAwv .mbr-section-title {
  width: 100%;
  color: #222222;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-u5WPLWBAwv .mbr-section-title {
    text-align: center !important;
  }
}
.cid-u5WPLWBAwv .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-u5WPLWBAwv .mbr-text {
    text-align: center !important;
  }
}
.cid-u5WPLWBAwv .btn-container {
  width: 100%;
  margin-top: 8px;
}
.cid-u5WPLWBAwv .mbr-section-btn .btn {
  padding: 0;
}
.cid-u5WPLWBAwv .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-u5WPLWBAwv .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-u5WPLWBAwv .col-cards {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.cid-u5WPLWBAwv .card {
  padding: 0 12px 30px 12px;
}
@media (min-width: 992px) {
  .cid-u5WPLWBAwv .card {
    padding: 0 30px 30px 30px;
  }
}
.cid-u5WPLWBAwv .card-wrap {
  display: flex;
  flex-direction: column;
}
.cid-u5WPLWBAwv .card-title {
  color: #222222;
  margin-bottom: 1rem;
}
.cid-u5WPLWBAwv .card-inside-border {
  width: 100%;
  height: 1px;
  margin-bottom: 1rem;
  background-color: #555555;
}
.cid-u5WPLWBAwv .card-text {
  color: #555555;
  margin-bottom: 24px;
}
.cid-u5WPLWBAwv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5WPLWBAwv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5X0WgZU8j {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #f9fafb;
}
.cid-u5X0WgZU8j .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5X0WgZU8j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5X0WgZU8j .mbr-text,
.cid-u5X0WgZU8j .mbr-section-btn {
  color: #232323;
}
.cid-u5X0WgZU8j .card-title,
.cid-u5X0WgZU8j .card-box {
  color: #ffffff;
}
.cid-u5X0WgZU8j .mbr-text,
.cid-u5X0WgZU8j .link-wrap {
  color: #ffffff;
}
.cid-u5W7kvecD2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-u5W7kvecD2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5W7kvecD2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5W7kvecD2 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-u5W7kvecD2 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u5W7kvecD2 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-u5W7kvecD2 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-u5W7kvecD2 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u5W7kvecD2 .copyright {
  color: #bbbbbb;
}
.cid-u6AHqNZTLu {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6AHqNZTLu nav.navbar {
  position: fixed;
}
.cid-u6AHqNZTLu .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-u6AHqNZTLu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6AHqNZTLu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6AHqNZTLu .dropdown-item:hover,
.cid-u6AHqNZTLu .dropdown-item:focus {
  background: #848abd !important;
  color: white !important;
}
.cid-u6AHqNZTLu .dropdown-item:hover span {
  color: white;
}
.cid-u6AHqNZTLu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6AHqNZTLu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6AHqNZTLu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6AHqNZTLu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6AHqNZTLu .nav-link {
  position: relative;
}
.cid-u6AHqNZTLu .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u6AHqNZTLu .container {
    flex-wrap: wrap;
  }
}
.cid-u6AHqNZTLu .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u6AHqNZTLu .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u6AHqNZTLu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6AHqNZTLu .dropdown-menu,
.cid-u6AHqNZTLu .navbar.opened {
  background: #242930 !important;
}
.cid-u6AHqNZTLu .nav-item:focus,
.cid-u6AHqNZTLu .nav-link:focus {
  outline: none;
}
.cid-u6AHqNZTLu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6AHqNZTLu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6AHqNZTLu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6AHqNZTLu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6AHqNZTLu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6AHqNZTLu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6AHqNZTLu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #242930;
}
.cid-u6AHqNZTLu .navbar.opened {
  transition: all 0.3s;
}
.cid-u6AHqNZTLu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6AHqNZTLu .navbar .navbar-logo img {
  width: auto;
}
.cid-u6AHqNZTLu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6AHqNZTLu .navbar.collapsed {
  justify-content: center;
}
.cid-u6AHqNZTLu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6AHqNZTLu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u6AHqNZTLu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6AHqNZTLu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6AHqNZTLu .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-u6AHqNZTLu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6AHqNZTLu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6AHqNZTLu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6AHqNZTLu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6AHqNZTLu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6AHqNZTLu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6AHqNZTLu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6AHqNZTLu .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-u6AHqNZTLu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6AHqNZTLu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6AHqNZTLu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6AHqNZTLu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6AHqNZTLu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6AHqNZTLu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6AHqNZTLu .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6AHqNZTLu .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6AHqNZTLu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6AHqNZTLu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6AHqNZTLu .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-u6AHqNZTLu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6AHqNZTLu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6AHqNZTLu .dropdown-item.active,
.cid-u6AHqNZTLu .dropdown-item:active {
  background-color: transparent;
}
.cid-u6AHqNZTLu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6AHqNZTLu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6AHqNZTLu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6AHqNZTLu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #242930;
}
.cid-u6AHqNZTLu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6AHqNZTLu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6AHqNZTLu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6AHqNZTLu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6AHqNZTLu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6AHqNZTLu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #999999;
}
.cid-u6AHqNZTLu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6AHqNZTLu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6AHqNZTLu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6AHqNZTLu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6AHqNZTLu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6AHqNZTLu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6AHqNZTLu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6AHqNZTLu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6AHqNZTLu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6AHqNZTLu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6AHqNZTLu .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-u6AHqNZTLu .navbar {
    height: 70px;
  }
  .cid-u6AHqNZTLu .navbar.opened {
    height: auto;
  }
  .cid-u6AHqNZTLu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6AHqPeQcE {
  background-image: url("../../../assets/images/sugar-daddy-salzburg.webp");
}
.cid-u6AHqPeQcE .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #848abd;
  margin-bottom: 2rem;
}
.cid-u6AHqPeQcE .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-u6AHqQcITu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9fafb;
}
.cid-u6AHqQcITu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6AHqQcITu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u6AHqQcITu .container {
    padding: 0 20px;
  }
}
.cid-u6AHqQcITu .row {
  padding: 0 8px;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u6AHqQcITu .row {
    padding: 0;
  }
}
.cid-u6AHqQcITu .mbr-section-title {
  margin-bottom: 50px;
  color: #232323;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u6AHqQcITu .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u6AHqQcITu .item {
  padding: 0 8px;
  overflow: visible;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u6AHqQcITu .item {
    padding: 0 12px;
  }
}
.cid-u6AHqQcITu .item .item-wrapper {
  position: relative;
  border-radius: 50px;
  padding: 32px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u6AHqQcITu .item .item-wrapper {
    padding: 32px 16px;
  }
}
.cid-u6AHqQcITu .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #ecedee;
  opacity: 1;
}
.cid-u6AHqQcITu .item .item-wrapper .item-img {
  display: flex;
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-u6AHqQcITu .item .item-wrapper .item-img {
    display: block;
  }
}
.cid-u6AHqQcITu .item .item-wrapper .item-img img {
  width: 90px;
  height: 90px;
  border-radius: 15px;
  object-fit: cover;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u6AHqQcITu .item .item-wrapper .item-img img {
    margin: 0 auto 32px;
  }
}
.cid-u6AHqQcITu .item .item-wrapper .item-img .name-wrapper {
  width: 100%;
}
.cid-u6AHqQcITu .item .item-wrapper .item-img .name-wrapper .name-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-u6AHqQcITu .item .item-wrapper .item-img .name-wrapper .name-wrap .mbr-desc {
  opacity: .5;
  margin-bottom: 0;
}
.cid-u6AHqQcITu .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-u6AHqQcITu .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-u6AHqQcITu .item .item-wrapper .item-content .link-wrap {
  margin-top: 16px;
  display: block;
}
.cid-u6AHqQcITu .item .item-wrapper .item-content .link-wrap:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-u6AHqQcITu .item .item-wrapper .item-content .link-wrap .mbr-iconfont {
  font-size: 18px;
  height: 22px;
  width: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #f3f4f7;
  border-radius: 4px;
  transition: all 0.3s ease-out;
}
.cid-u6AHqQcITu .mbr-name {
  color: #000000;
}
.cid-u6AHqQcITu .mbr-desc {
  color: #000000;
}
.cid-u6AHqQcITu .mbr-text {
  color: #000000;
}
.cid-u6AHqRCzJc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9fafb;
}
.cid-u6AHqRCzJc .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u6AHqRCzJc img {
  width: 100%;
}
.cid-u6AHqRCzJc .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-u6AHqRCzJc .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-u6AHqRCzJc .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-u6AHqRCzJc .contents {
  margin-top: 36px;
}
.cid-u6AHqRCzJc .contents .content-text {
  color: #606060;
  font-weight: 300;
}
.cid-u6AHqRCzJc .mbr-section-btn {
  margin-top: 8px;
}
.cid-u6AHqRCzJc .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-u6AHqRCzJc .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-u6AHqRCzJc .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-u6AHqRCzJc .contents .mbr-text,
.cid-u6AHqRCzJc .mbr-section-btn {
  text-align: left;
  color: #111111;
}
.cid-u6AHqRCzJc .main-title {
  text-align: left;
}
.cid-u6AHqSUBFB {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #f9fafb;
}
.cid-u6AHqSUBFB img {
  width: 100%;
}
.cid-u6AHqSUBFB .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-u6AHqSUBFB .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-u6AHqSUBFB .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-u6AHqSUBFB .card-title span {
  color: #848abd;
}
@media (max-width: 992px) {
  .cid-u6AHqSUBFB .card {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 768px) {
  .cid-u6AHqSUBFB * {
    text-align: left;
  }
}
.cid-u6AHqUq5yy {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-color: #f9fafb;
}
.cid-u6AHqUq5yy .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6AHqUq5yy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6AHqUq5yy .mbr-text,
.cid-u6AHqUq5yy .mbr-section-btn {
  color: #232323;
}
.cid-u6AHqUq5yy .card-title,
.cid-u6AHqUq5yy .card-box {
  color: #ffffff;
}
.cid-u6AHqUq5yy .mbr-text,
.cid-u6AHqUq5yy .link-wrap {
  color: #ffffff;
}
.cid-u6AHqVJp6k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-u6AHqVJp6k .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6AHqVJp6k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6AHqVJp6k .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-u6AHqVJp6k .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u6AHqVJp6k .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-u6AHqVJp6k .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-u6AHqVJp6k div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u6AHqVJp6k .copyright {
  color: #bbbbbb;
}
