@import url(https://fonts.googleapis.com/css?family=Jost:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i&display=swap);





body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 5.5rem;
  line-height: 1.2;
}
.display-1 > .mbr-iconfont {
  font-size: 8.8rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 2.8rem;
  line-height: 1.4;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.85rem;
    font-size: calc( 2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem !important;
    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.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #e2090d !important;
}
.bg-success {
  background-color: #b30609 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #5b686b !important;
}
.bg-danger {
  background-color: #465052 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e2090d !important;
  border-color: #e2090d !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #980609 !important;
  border-color: #980609 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #980609 !important;
  border-color: #980609 !important;
}
.btn-primary:hover {
  background-color: #e2090d !important;
  border-color: #e2090d !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background: linear-gradient(to left, #fc5130, #e2090d);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fc5130 !important;
  border-color: #fc5130 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #dc2603 !important;
  border-color: #dc2603 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #dc2603 !important;
  border-color: #dc2603 !important;
}
.btn-secondary:hover {
  background-color: #e2090d !important;
  border-color: #e2090d !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background: linear-gradient(to left, #fc5130, #fc5130);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info:hover {
  background-color: #e2090d !important;
  border-color: #e2090d !important;
}
.btn-info:hover,
.btn-info:focus {
  background: linear-gradient(to left, #fc5130, #82786e);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-success,
.btn-success:active {
  background-color: #b30609 !important;
  border-color: #b30609 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #690405 !important;
  border-color: #690405 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #690405 !important;
  border-color: #690405 !important;
}
.btn-success:hover {
  background-color: #e2090d !important;
  border-color: #e2090d !important;
}
.btn-success:hover,
.btn-success:focus {
  background: linear-gradient(to left, #fc5130, #b30609);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-warning,
.btn-warning:active {
  background-color: #5b686b !important;
  border-color: #5b686b !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #384042 !important;
  border-color: #384042 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #384042 !important;
  border-color: #384042 !important;
}
.btn-warning:hover {
  background-color: #e2090d !important;
  border-color: #e2090d !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background: linear-gradient(to left, #fc5130, #5b686b);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-danger,
.btn-danger:active {
  background-color: #465052 !important;
  border-color: #465052 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #232829 !important;
  border-color: #232829 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #232829 !important;
  border-color: #232829 !important;
}
.btn-danger:hover {
  background-color: #e2090d !important;
  border-color: #e2090d !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background: linear-gradient(to left, #fc5130, #465052);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-white,
.btn-white:active {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
  color: #737373 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white:hover {
  background-color: #e2090d !important;
  border-color: #e2090d !important;
}
.btn-white:hover,
.btn-white:focus {
  background: linear-gradient(to left, #fc5130, #f3f3f3);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-white:hover {
  color: white!important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover {
  background-color: #e2090d !important;
  border-color: #e2090d !important;
}
.btn-black:hover,
.btn-black:focus {
  background: linear-gradient(to left, #fc5130, #000000);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-primary-outline {
  color: white!important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #e2090d;
  color: #e2090d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #e2090d;
  border-color: #e2090d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e2090d !important;
  border-color: #e2090d !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  background: linear-gradient(to left, #fc5130, #e2090d);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-secondary-outline {
  color: white!important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #fc5130;
  color: #fc5130;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #fc5130;
  border-color: #fc5130;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #fc5130 !important;
  border-color: #fc5130 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  background: linear-gradient(to left, #fc5130, #fc5130);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-info-outline {
  color: white!important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #82786e;
  color: #82786e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  background: linear-gradient(to left, #fc5130, #82786e);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-success-outline {
  color: white!important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #b30609;
  color: #b30609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #b30609;
  border-color: #b30609;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #b30609 !important;
  border-color: #b30609 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  background: linear-gradient(to left, #fc5130, #b30609);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-warning-outline {
  color: white!important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #5b686b;
  color: #5b686b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #5b686b;
  border-color: #5b686b;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #5b686b !important;
  border-color: #5b686b !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  background: linear-gradient(to left, #fc5130, #5b686b);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-danger-outline {
  color: white!important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #465052;
  color: #465052;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #465052;
  border-color: #465052;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #465052 !important;
  border-color: #465052 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  background: linear-gradient(to left, #fc5130, #465052);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-black-outline {
  color: white!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-black-outline:hover,
.btn-black-outline:focus {
  background: linear-gradient(to left, #fc5130, #333333);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-white-outline {
  color: white!important;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #f3f3f3;
  color: #f3f3f3;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #737373;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #737373 !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus {
  background: linear-gradient(to left, #fc5130, #f3f3f3);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.text-primary {
  color: #e2090d !important;
}
.text-secondary {
  color: #fc5130 !important;
}
.text-success {
  color: #b30609 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #5b686b !important;
}
.text-danger {
  color: #465052 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #f8595c !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #fda695 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #f8272b !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8e9b9e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #758689 !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: #82786e;
}
.alert-warning {
  background-color: #5b686b;
}
.alert-danger {
  background-color: #465052;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e2090d;
  border-color: #e2090d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e2090d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fcbbbc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f94043;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #9ba7aa;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #bac2c4;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
blockquote {
  border-color: #e2090d;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e2090d;
  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: #e2090d;
  border-bottom-color: #e2090d;
}
.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: #e2090d !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: #fc5130 !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='%23e2090d' %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;
}
.btn {
  transition: none;
}
.cid-s1YLZwONfz .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1YLZwONfz .btn {
  white-space: nowrap;
}
.cid-s1YLZwONfz .nav-link,
.cid-s1YLZwONfz .icons-menu .mbr-iconfont,
.cid-s1YLZwONfz .dropdown-item {
  transition: all 0.1s;
}
.cid-s1YLZwONfz .nav-link:hover,
.cid-s1YLZwONfz .icons-menu .mbr-iconfont:hover,
.cid-s1YLZwONfz .dropdown-item:hover {
  color: #fc5130 !important;
}
@media (max-width: 992px) {
  .cid-s1YLZwONfz .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-s1YLZwONfz .container {
  display: flex;
  margin: auto;
}
.cid-s1YLZwONfz .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-s1YLZwONfz .navbar.opened {
  transition: all .3s;
}
.cid-s1YLZwONfz .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s1YLZwONfz .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-s1YLZwONfz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s1YLZwONfz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s1YLZwONfz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-s1YLZwONfz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s1YLZwONfz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s1YLZwONfz .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: 55%;
}
.cid-s1YLZwONfz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s1YLZwONfz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s1YLZwONfz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s1YLZwONfz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1YLZwONfz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1YLZwONfz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1YLZwONfz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1YLZwONfz .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: 55%;
  }
  .cid-s1YLZwONfz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1YLZwONfz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1YLZwONfz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s1YLZwONfz .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s1YLZwONfz .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1YLZwONfz .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s1YLZwONfz .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-s1YLZwONfz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1YLZwONfz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1YLZwONfz .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-s1YLZwONfz .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-s1YLZwONfz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s1YLZwONfz .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s1YLZwONfz .navbar-caption {
  padding-right: 4rem;
}
.cid-s1YLZwONfz .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-s1YLZwONfz .dropdown-menu,
.cid-s1YLZwONfz .navbar.opened {
  background: #191919 !important;
}
.cid-s1YLZwONfz .nav-item:focus,
.cid-s1YLZwONfz .nav-link:focus {
  outline: none;
}
.cid-s1YLZwONfz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1YLZwONfz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1YLZwONfz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s1YLZwONfz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1YLZwONfz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s1YLZwONfz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-s1YLZwONfz .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s1YLZwONfz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1YLZwONfz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1YLZwONfz .dropdown-item.active,
.cid-s1YLZwONfz .dropdown-item:active {
  background-color: transparent;
}
.cid-s1YLZwONfz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1YLZwONfz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1YLZwONfz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1YLZwONfz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-s1YLZwONfz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1YLZwONfz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1YLZwONfz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1YLZwONfz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s1YLZwONfz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YLZwONfz .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1YLZwONfz a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s1YLZwONfz .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-s1YLZwONfz .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1YLZwONfz .navbar {
    height: 77px;
  }
  .cid-s1YLZwONfz .navbar.opened {
    height: auto;
  }
  .cid-s1YLZwONfz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1YLZwONfz .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-s1YLYYtmhw {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #040402;
}
.cid-s1YLYYtmhw H1 {
  color: #b30609;
}
.cid-s1YLYYtmhw h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-s1YLYYtmhw img {
  width: 100%;
}
.cid-s1YLYYtmhw .mbr-text,
.cid-s1YLYYtmhw .mbr-section-btn {
  color: #999999;
}
.cid-unoxcUlyMr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-unoxcUlyMr .mbr-fallback-image.disabled {
  display: none;
}
.cid-unoxcUlyMr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unoxcUlyMr .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #e2090d;
  margin-bottom: 2rem;
}
.cid-unoxcUlyMr .item-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-unoxcUlyMr .card-title,
.cid-unoxcUlyMr .card-box {
  color: #cccccc;
}
.cid-t5H6bioWDg {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #191919;
}
.cid-t5H6bioWDg .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-t5H6bioWDg .mbr-text,
.cid-t5H6bioWDg .mbr-section-btn {
  color: #999999;
}
.cid-t5H5ttxv5r {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-t5H5ttxv5r img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-t5H5ttxv5r .link-wrapper {
  margin-bottom: 1rem;
}
.cid-t5H5ttxv5r .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-t5H5ttxv5r .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-t5H5ttxv5r .card-wrapper {
  background: #465052;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-t5H5ttxv5r .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-t5H5ttxv5r .first:hover:before {
  content: none;
}
.cid-t5H5ttxv5r .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-t5H5ttxv5r .last:hover:after {
  content: none;
}
.cid-t5H5ttxv5r .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-t5H5ttxv5r .mbr-section-text {
  color: #999999;
}
.cid-t5H5ttxv5r .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-t5H5ttxv5r .card .img-wrapper {
  overflow: hidden;
}
.cid-t5H5ttxv5r .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-t5H5ttxv5r .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-t5H5ttxv5r .card:hover .card-wrapper {
  background: linear-gradient(to left, #fc5130, #e2090d);
  color: #ffffff !important;
}
.cid-t5H5ttxv5r .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-t5H9ECTRit {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-t5H9ECTRit .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-t5H9ECTRit .mbr-text,
.cid-t5H9ECTRit .mbr-section-btn {
  color: #999999;
}
.cid-t5H9ECTRit img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t5H9ECTRit img {
    width: 96%;
  }
}
.cid-uLlpa1BfYt {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-uLlpa1BfYt .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-uLlpa1BfYt .card-img {
  padding-bottom: 1rem;
}
.cid-uLlpa1BfYt .card {
  cursor: pointer;
  transition: all 0.3s;
}
.cid-uLlpa1BfYt .card:hover {
  transform: translateY(-10px);
}
.cid-uLlpa1BfYt .mbr-text,
.cid-uLlpa1BfYt .card-title {
  opacity: 0;
}
.cid-uLlpa1BfYt .card-wrapper {
  display: flex;
  justify-content: center;
  padding: 1rem;
  background-position: center;
  background-size: cover;
  padding-top: 15rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
}
.cid-uLlpa1BfYt .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uLlpa1BfYt .card:hover .card-wrapper:after {
    opacity: 0.8;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
  .cid-uLlpa1BfYt .card:hover .mbr-text,
  .cid-uLlpa1BfYt .card:hover .card-title {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-uLlpa1BfYt .card {
    padding-bottom: 1rem !important;
  }
  .cid-uLlpa1BfYt .card .mbr-text,
  .cid-uLlpa1BfYt .card .card-title {
    opacity: 1;
  }
  .cid-uLlpa1BfYt .card-wrapper:after {
    opacity: 0.7;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
}
.cid-uLlpa1BfYt .row {
  justify-content: center;
}
.cid-uLlpa1BfYt .card-title {
  border-bottom: 1px solid #999999;
}
.cid-uLlpa1BfYt .card1 {
  background-image: url("../../../assets/images/bdsmfetish-493x632.jpg");
}
.cid-uLlpa1BfYt .card2 {
  background-image: url("../../../assets/images/footfetish-504x642.jpg");
}
.cid-uLlpa1BfYt .card3 {
  background-image: url("../../../assets/images/spanling-417x473.jpg");
}
.cid-uLlpa1BfYt .link,
.cid-uLlpa1BfYt .card-box {
  color: #ffffff;
}
.cid-uLlpa1BfYt .mbr-text,
.cid-uLlpa1BfYt .link-wrap {
  text-align: center;
}
.cid-uLlpa1BfYt .main-subtitle {
  color: #ffffff;
}
.cid-uLlpa1BfYt .mbr-section-subtitle {
  color: #999999;
}
.cid-uLlpa1BfYt .mbr-section-text {
  color: #999999;
}
.cid-uLlwPfYxO8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #111111;
}
.cid-uLlwPfYxO8 .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-uLlwPfYxO8 .card-img {
  padding-bottom: 1rem;
}
.cid-uLlwPfYxO8 .card {
  cursor: pointer;
  transition: all 0.3s;
}
.cid-uLlwPfYxO8 .card:hover {
  transform: translateY(-10px);
}
.cid-uLlwPfYxO8 .mbr-text,
.cid-uLlwPfYxO8 .card-title {
  opacity: 0;
}
.cid-uLlwPfYxO8 .card-wrapper {
  display: flex;
  justify-content: center;
  padding: 1rem;
  background-position: center;
  background-size: cover;
  padding-top: 15rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
}
.cid-uLlwPfYxO8 .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uLlwPfYxO8 .card:hover .card-wrapper:after {
    opacity: 0.8;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
  .cid-uLlwPfYxO8 .card:hover .mbr-text,
  .cid-uLlwPfYxO8 .card:hover .card-title {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-uLlwPfYxO8 .card {
    padding-bottom: 1rem !important;
  }
  .cid-uLlwPfYxO8 .card .mbr-text,
  .cid-uLlwPfYxO8 .card .card-title {
    opacity: 1;
  }
  .cid-uLlwPfYxO8 .card-wrapper:after {
    opacity: 0.7;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
}
.cid-uLlwPfYxO8 .row {
  justify-content: center;
}
.cid-uLlwPfYxO8 .card-title {
  border-bottom: 1px solid #999999;
}
.cid-uLlwPfYxO8 .card1 {
  background-image: url("../../../assets/images/cuckoldfetish-456x540.jpg");
}
.cid-uLlwPfYxO8 .card2 {
  background-image: url("../../../assets/images/fatfetishww-529x660.jpg");
}
.cid-uLlwPfYxO8 .card3 {
  background-image: url("../../../assets/images/ddlgdating-399x474.jpg");
}
.cid-uLlwPfYxO8 .link,
.cid-uLlwPfYxO8 .card-box {
  color: #ffffff;
}
.cid-uLlwPfYxO8 .mbr-text,
.cid-uLlwPfYxO8 .link-wrap {
  text-align: center;
}
.cid-uLlwPfYxO8 .main-subtitle {
  color: #ffffff;
}
.cid-uLlwPfYxO8 .mbr-section-subtitle {
  color: #999999;
}
.cid-uLlwPfYxO8 .mbr-section-text {
  color: #999999;
}
.cid-uLlAAX8k9A {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #111111;
}
.cid-uLlAAX8k9A .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-uLlAAX8k9A .card-img {
  padding-bottom: 1rem;
}
.cid-uLlAAX8k9A .card {
  cursor: pointer;
  transition: all 0.3s;
}
.cid-uLlAAX8k9A .card:hover {
  transform: translateY(-10px);
}
.cid-uLlAAX8k9A .mbr-text,
.cid-uLlAAX8k9A .card-title {
  opacity: 0;
}
.cid-uLlAAX8k9A .card-wrapper {
  display: flex;
  justify-content: center;
  padding: 1rem;
  background-position: center;
  background-size: cover;
  padding-top: 15rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
}
.cid-uLlAAX8k9A .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uLlAAX8k9A .card:hover .card-wrapper:after {
    opacity: 0.8;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
  .cid-uLlAAX8k9A .card:hover .mbr-text,
  .cid-uLlAAX8k9A .card:hover .card-title {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-uLlAAX8k9A .card {
    padding-bottom: 1rem !important;
  }
  .cid-uLlAAX8k9A .card .mbr-text,
  .cid-uLlAAX8k9A .card .card-title {
    opacity: 1;
  }
  .cid-uLlAAX8k9A .card-wrapper:after {
    opacity: 0.7;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
}
.cid-uLlAAX8k9A .row {
  justify-content: center;
}
.cid-uLlAAX8k9A .card-title {
  border-bottom: 1px solid #999999;
}
.cid-uLlAAX8k9A .card1 {
  background-image: url("../../../assets/images/smokingfetish-486x582.jpg");
}
.cid-uLlAAX8k9A .card2 {
  background-image: url("../../../assets/images/toughthfetish-512x625.jpg");
}
.cid-uLlAAX8k9A .card3 {
  background-image: url("../../../assets/images/feindom-485x575.jpg");
}
.cid-uLlAAX8k9A .link,
.cid-uLlAAX8k9A .card-box {
  color: #ffffff;
}
.cid-uLlAAX8k9A .mbr-text,
.cid-uLlAAX8k9A .link-wrap {
  text-align: center;
}
.cid-uLlAAX8k9A .main-subtitle {
  color: #ffffff;
}
.cid-uLlAAX8k9A .mbr-section-subtitle {
  color: #999999;
}
.cid-uLlAAX8k9A .mbr-section-text {
  color: #999999;
}
.cid-uLlwODSixs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #111111;
}
.cid-uLlwODSixs .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-uLlwODSixs .card-img {
  padding-bottom: 1rem;
}
.cid-uLlwODSixs .card {
  cursor: pointer;
  transition: all 0.3s;
}
.cid-uLlwODSixs .card:hover {
  transform: translateY(-10px);
}
.cid-uLlwODSixs .mbr-text,
.cid-uLlwODSixs .card-title {
  opacity: 0;
}
.cid-uLlwODSixs .card-wrapper {
  display: flex;
  justify-content: center;
  padding: 1rem;
  background-position: center;
  background-size: cover;
  padding-top: 15rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
}
.cid-uLlwODSixs .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uLlwODSixs .card:hover .card-wrapper:after {
    opacity: 0.8;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
  .cid-uLlwODSixs .card:hover .mbr-text,
  .cid-uLlwODSixs .card:hover .card-title {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-uLlwODSixs .card {
    padding-bottom: 1rem !important;
  }
  .cid-uLlwODSixs .card .mbr-text,
  .cid-uLlwODSixs .card .card-title {
    opacity: 1;
  }
  .cid-uLlwODSixs .card-wrapper:after {
    opacity: 0.7;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
}
.cid-uLlwODSixs .row {
  justify-content: center;
}
.cid-uLlwODSixs .card-title {
  border-bottom: 1px solid #999999;
}
.cid-uLlwODSixs .card1 {
  background-image: url("../../../assets/images/roleplayfetish-516x715.jpg");
}
.cid-uLlwODSixs .card2 {
  background-image: url("../../../assets/images/femdombdsm-474x578.jpg");
}
.cid-uLlwODSixs .card3 {
  background-image: url("../../../assets/images/sissyfetish-522x720.jpg");
}
.cid-uLlwODSixs .link,
.cid-uLlwODSixs .card-box {
  color: #ffffff;
}
.cid-uLlwODSixs .mbr-text,
.cid-uLlwODSixs .link-wrap {
  text-align: center;
}
.cid-uLlwODSixs .main-subtitle {
  color: #ffffff;
}
.cid-uLlwODSixs .mbr-section-subtitle {
  color: #999999;
}
.cid-uLlwODSixs .mbr-section-text {
  color: #999999;
}
.cid-uLlwO2lKMC {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-uLlwO2lKMC .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-uLlwO2lKMC .card-img {
  padding-bottom: 1rem;
}
.cid-uLlwO2lKMC .card {
  cursor: pointer;
  transition: all 0.3s;
}
.cid-uLlwO2lKMC .card:hover {
  transform: translateY(-10px);
}
.cid-uLlwO2lKMC .mbr-text,
.cid-uLlwO2lKMC .card-title {
  opacity: 0;
}
.cid-uLlwO2lKMC .card-wrapper {
  display: flex;
  justify-content: center;
  padding: 1rem;
  background-position: center;
  background-size: cover;
  padding-top: 15rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
}
.cid-uLlwO2lKMC .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uLlwO2lKMC .card:hover .card-wrapper:after {
    opacity: 0.8;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
  .cid-uLlwO2lKMC .card:hover .mbr-text,
  .cid-uLlwO2lKMC .card:hover .card-title {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-uLlwO2lKMC .card {
    padding-bottom: 1rem !important;
  }
  .cid-uLlwO2lKMC .card .mbr-text,
  .cid-uLlwO2lKMC .card .card-title {
    opacity: 1;
  }
  .cid-uLlwO2lKMC .card-wrapper:after {
    opacity: 0.7;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
}
.cid-uLlwO2lKMC .row {
  justify-content: center;
}
.cid-uLlwO2lKMC .card-title {
  border-bottom: 1px solid #999999;
}
.cid-uLlwO2lKMC .card1 {
  background-image: url("../../../assets/images/pantyfetish-568x656.jpg");
}
.cid-uLlwO2lKMC .card2 {
  background-image: url("../../../assets/images/laxtenfetihs8-483x632.jpg");
}
.cid-uLlwO2lKMC .card3 {
  background-image: url("../../../assets/images/voyeurism-472x569.jpg");
}
.cid-uLlwO2lKMC .link,
.cid-uLlwO2lKMC .card-box {
  color: #ffffff;
}
.cid-uLlwO2lKMC .mbr-text,
.cid-uLlwO2lKMC .link-wrap {
  text-align: center;
}
.cid-uLlwO2lKMC .main-subtitle {
  color: #ffffff;
}
.cid-uLlwO2lKMC .mbr-section-subtitle {
  color: #999999;
}
.cid-uLlwO2lKMC .mbr-section-text {
  color: #999999;
}
.cid-s1YM9uDjlF {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #040402;
}
.cid-s1YM9uDjlF img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
}
@media (min-width: 767px) {
  .cid-s1YM9uDjlF .container-fluid {
    padding: 0 2rem;
  }
}
.cid-s1YM9uDjlF .card-wrapper {
  background: #635a51;
  padding: 3rem;
}
.cid-s1YM9uDjlF .card-wrapper:hover {
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-s1YM9uDjlF .text-wrap {
  display: flex;
  justify-content: center;
  padding-top: 1rem;
}
.cid-s1YM9uDjlF .icon-wrapper {
  padding: 0 1rem;
}
.cid-s1YM9uDjlF .card-box {
  padding-top: 2rem;
}
.cid-s1YM9uDjlF .link-icon {
  font-size: 1.5rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-s1YM9uDjlF .card-title {
  color: #999999;
}
.cid-s1YM9uDjlF .mbr-subtitle {
  color: #ffffff;
}
.cid-s1YM9uDjlF .main-title {
  color: #ffffff;
}
.cid-s1YM9uDjlF .main-subtitle {
  color: #999999;
}
.cid-s1YM9uDjlF .card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-s1YM9uDjlF .card:hover {
  transform: translateY(-10px);
}
.cid-s1YM9uDjlF .card:hover .link-icon {
  color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-s1YM9uDjlF .card:hover .card-title,
.cid-s1YM9uDjlF .card:hover .mbr-subtitle {
  color: #ffffff !important;
}
@media (min-width: 1600px) {
  .cid-s1YM9uDjlF .card {
    max-width: 20%;
  }
}
@media (max-width: 1600px) {
  .cid-s1YM9uDjlF .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uKAI8Q1nSG {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #191919;
}
.cid-uKAI8Q1nSG .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uKAI8Q1nSG .mbr-text,
.cid-uKAI8Q1nSG .mbr-section-btn {
  color: #999999;
}
.cid-uKAI6FaQti {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #111111;
}
.cid-uKAI6FaQti img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uKAI6FaQti .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uKAI6FaQti .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uKAI6FaQti .first:hover:before {
  content: none;
}
.cid-uKAI6FaQti .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uKAI6FaQti .last:hover:after {
  content: none;
}
.cid-uKAI6FaQti .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uKAI6FaQti .mbr-section-text {
  color: #999999;
}
.cid-uKAI6FaQti .card {
  z-index: 1;
  position: relative;
  transition: all 0.3s;
}
.cid-uKAI6FaQti .card .img-wrapper {
  overflow: hidden;
}
.cid-uKAI6FaQti .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uKAI6FaQti .card:hover .card-wrapper {
  background: linear-gradient(to left, #fc5130, #e2090d);
  color: #ffffff !important;
}
.cid-uKAI6FaQti .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uKAI7v7NEh {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-uKAI7v7NEh img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uKAI7v7NEh .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uKAI7v7NEh .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uKAI7v7NEh .first:hover:before {
  content: none;
}
.cid-uKAI7v7NEh .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uKAI7v7NEh .last:hover:after {
  content: none;
}
.cid-uKAI7v7NEh .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uKAI7v7NEh .mbr-section-text {
  color: #999999;
}
.cid-uKAI7v7NEh .card {
  z-index: 1;
  position: relative;
  transition: all 0.3s;
}
.cid-uKAI7v7NEh .card .img-wrapper {
  overflow: hidden;
}
.cid-uKAI7v7NEh .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uKAI7v7NEh .card:hover .card-wrapper {
  background: linear-gradient(to left, #fc5130, #e2090d);
  color: #ffffff !important;
}
.cid-uKAI7v7NEh .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-ueO2SoaxpT {
  padding-top: 60px;
  padding-bottom: 0px;
  position: relative;
  background-color: #000000;
}
.cid-ueO2SoaxpT p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-ueO2SoaxpT .panel-title {
  border-bottom: 2px solid #cf0509;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-ueO2SoaxpT .collapsed {
  border: none;
}
.cid-ueO2SoaxpT .collapsed span {
  transform: rotate(0deg);
}
.cid-ueO2SoaxpT span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-ueO2SoaxpT .panel-body {
  padding-top: 0.5rem;
}
.cid-ueO2SoaxpT .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-ueO2SoaxpT .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-ueO2SoaxpT .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-ueO2SoaxpT .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-ueO2SoaxpT .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-ueO2SoaxpT .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-ueO2SoaxpT .panel-text {
  color: #767676;
}
.cid-ueO2SoaxpT H4 {
  color: #999999;
}
.cid-ueO2SoaxpT H2 {
  color: #ffffff;
}
.cid-ueO2SoaxpT .mbr-section-text {
  color: #999999;
}
.cid-ueTzgiLklt {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #000000;
}
.cid-ueTzgiLklt p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-ueTzgiLklt .panel-title {
  border-bottom: 2px solid #e2090d;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-ueTzgiLklt .collapsed {
  border: none;
}
.cid-ueTzgiLklt .collapsed span {
  transform: rotate(0deg);
}
.cid-ueTzgiLklt span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-ueTzgiLklt .panel-body {
  padding-top: 0.5rem;
}
.cid-ueTzgiLklt .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-ueTzgiLklt .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-ueTzgiLklt .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-ueTzgiLklt .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-ueTzgiLklt .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-ueTzgiLklt .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-ueTzgiLklt .panel-text {
  color: #767676;
}
.cid-ueTzgiLklt H4 {
  color: #999999;
}
.cid-ueTzgiLklt H2 {
  color: #ffffff;
}
.cid-ueTzgiLklt .mbr-section-text {
  color: #999999;
}
.cid-ueNYB83jDr {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/fetishlife-1360x535.jpg");
}
.cid-ueNYB83jDr H1 {
  color: #b30609;
}
.cid-ueNYB83jDr h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-ueNYB83jDr .mbr-text,
.cid-ueNYB83jDr .mbr-section-btn {
  color: #cccccc;
}
.cid-ufm56XIsKW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #191919;
}
.cid-ufm56XIsKW .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-ufm56XIsKW .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-ufm56XIsKW .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-ufm56XIsKW .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #b30609;
}
.cid-ufm56XIsKW .container {
  max-width: 1400px;
}
.cid-ufm56XIsKW li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-ufm56XIsKW .time {
  line-height: 2;
}
.cid-ufm56XIsKW .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-ufm56XIsKW .text-wrap {
  width: 100%;
}
.cid-ufm56XIsKW .item-wrap {
  display: inline-block;
}
.cid-ufm56XIsKW .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-ufm56XIsKW .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-ufm56XIsKW .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-ufm56XIsKW .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ufm56XIsKW .socicon-wrap {
    margin: auto;
  }
}
.cid-ufm56XIsKW .mbr-text {
  color: #999999;
}
.cid-ufm56XIsKW .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-ufm56XIsKW .icon-title,
.cid-ufm56XIsKW .align-wrap {
  color: #f3f3f3;
  width: 100%;
  text-align: center;
}
.cid-ufm56XIsKW .item-text,
.cid-ufm56XIsKW .item-icon {
  color: #f3f3f3;
}
.cid-ufm56XIsKW .mbr-text,
.cid-ufm56XIsKW .mbr-section-btn {
  color: #e5e5e5;
}
.cid-s1YLZwONfz .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1YLZwONfz .btn {
  white-space: nowrap;
}
.cid-s1YLZwONfz .nav-link,
.cid-s1YLZwONfz .icons-menu .mbr-iconfont,
.cid-s1YLZwONfz .dropdown-item {
  transition: all 0.1s;
}
.cid-s1YLZwONfz .nav-link:hover,
.cid-s1YLZwONfz .icons-menu .mbr-iconfont:hover,
.cid-s1YLZwONfz .dropdown-item:hover {
  color: #fc5130 !important;
}
@media (max-width: 992px) {
  .cid-s1YLZwONfz .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-s1YLZwONfz .container {
  display: flex;
  margin: auto;
}
.cid-s1YLZwONfz .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-s1YLZwONfz .navbar.opened {
  transition: all .3s;
}
.cid-s1YLZwONfz .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s1YLZwONfz .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-s1YLZwONfz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s1YLZwONfz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s1YLZwONfz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-s1YLZwONfz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s1YLZwONfz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s1YLZwONfz .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: 55%;
}
.cid-s1YLZwONfz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s1YLZwONfz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s1YLZwONfz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s1YLZwONfz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1YLZwONfz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1YLZwONfz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1YLZwONfz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1YLZwONfz .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: 55%;
  }
  .cid-s1YLZwONfz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1YLZwONfz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1YLZwONfz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s1YLZwONfz .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s1YLZwONfz .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1YLZwONfz .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s1YLZwONfz .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-s1YLZwONfz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1YLZwONfz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1YLZwONfz .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-s1YLZwONfz .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-s1YLZwONfz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s1YLZwONfz .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s1YLZwONfz .navbar-caption {
  padding-right: 4rem;
}
.cid-s1YLZwONfz .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-s1YLZwONfz .dropdown-menu,
.cid-s1YLZwONfz .navbar.opened {
  background: #191919 !important;
}
.cid-s1YLZwONfz .nav-item:focus,
.cid-s1YLZwONfz .nav-link:focus {
  outline: none;
}
.cid-s1YLZwONfz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1YLZwONfz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1YLZwONfz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s1YLZwONfz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1YLZwONfz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s1YLZwONfz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-s1YLZwONfz .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s1YLZwONfz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1YLZwONfz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1YLZwONfz .dropdown-item.active,
.cid-s1YLZwONfz .dropdown-item:active {
  background-color: transparent;
}
.cid-s1YLZwONfz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1YLZwONfz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1YLZwONfz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1YLZwONfz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-s1YLZwONfz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1YLZwONfz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1YLZwONfz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1YLZwONfz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s1YLZwONfz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YLZwONfz .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1YLZwONfz a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s1YLZwONfz .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-s1YLZwONfz .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1YLZwONfz .navbar {
    height: 77px;
  }
  .cid-s1YLZwONfz .navbar.opened {
    height: auto;
  }
  .cid-s1YLZwONfz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1YLZwONfz .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-tdZD3fDhLn {
  padding-top: 105px;
  padding-bottom: 0px;
  position: relative;
  background-color: #000000;
}
.cid-tdZD3fDhLn p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-tdZD3fDhLn .panel-title {
  border-bottom: 2px solid #e2090d;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-tdZD3fDhLn .collapsed {
  border: none;
}
.cid-tdZD3fDhLn .collapsed span {
  transform: rotate(0deg);
}
.cid-tdZD3fDhLn span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-tdZD3fDhLn .panel-body {
  padding-top: 0.5rem;
}
.cid-tdZD3fDhLn .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tdZD3fDhLn .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-tdZD3fDhLn .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-tdZD3fDhLn .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tdZD3fDhLn .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-tdZD3fDhLn .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tdZD3fDhLn .panel-text {
  color: #767676;
}
.cid-tdZD3fDhLn H4 {
  color: #999999;
}
.cid-tdZD3fDhLn H2 {
  color: #ffffff;
}
.cid-tdZD3fDhLn .mbr-section-text {
  color: #999999;
}
.cid-ufm3O8ODbb {
  padding-top: 0px;
  padding-bottom: 60px;
  position: relative;
  background-color: #000000;
}
.cid-ufm3O8ODbb p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-ufm3O8ODbb .panel-title {
  border-bottom: 2px solid #e2090d;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-ufm3O8ODbb .collapsed {
  border: none;
}
.cid-ufm3O8ODbb .collapsed span {
  transform: rotate(0deg);
}
.cid-ufm3O8ODbb span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-ufm3O8ODbb .panel-body {
  padding-top: 0.5rem;
}
.cid-ufm3O8ODbb .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-ufm3O8ODbb .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-ufm3O8ODbb .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-ufm3O8ODbb .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-ufm3O8ODbb .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-ufm3O8ODbb .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-ufm3O8ODbb .panel-text {
  color: #767676;
}
.cid-ufm3O8ODbb H4 {
  color: #999999;
}
.cid-ufm3O8ODbb H2 {
  color: #ffffff;
}
.cid-ufm3O8ODbb .mbr-section-text {
  color: #999999;
}
.cid-ufm56XIsKW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #191919;
}
.cid-ufm56XIsKW .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-ufm56XIsKW .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-ufm56XIsKW .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-ufm56XIsKW .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #b30609;
}
.cid-ufm56XIsKW .container {
  max-width: 1400px;
}
.cid-ufm56XIsKW li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-ufm56XIsKW .time {
  line-height: 2;
}
.cid-ufm56XIsKW .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-ufm56XIsKW .text-wrap {
  width: 100%;
}
.cid-ufm56XIsKW .item-wrap {
  display: inline-block;
}
.cid-ufm56XIsKW .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-ufm56XIsKW .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-ufm56XIsKW .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-ufm56XIsKW .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ufm56XIsKW .socicon-wrap {
    margin: auto;
  }
}
.cid-ufm56XIsKW .mbr-text {
  color: #999999;
}
.cid-ufm56XIsKW .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-ufm56XIsKW .icon-title,
.cid-ufm56XIsKW .align-wrap {
  color: #f3f3f3;
  width: 100%;
  text-align: center;
}
.cid-ufm56XIsKW .item-text,
.cid-ufm56XIsKW .item-icon {
  color: #f3f3f3;
}
.cid-ufm56XIsKW .mbr-text,
.cid-ufm56XIsKW .mbr-section-btn {
  color: #e5e5e5;
}
.cid-s1YLZwONfz .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1YLZwONfz .btn {
  white-space: nowrap;
}
.cid-s1YLZwONfz .nav-link,
.cid-s1YLZwONfz .icons-menu .mbr-iconfont,
.cid-s1YLZwONfz .dropdown-item {
  transition: all 0.1s;
}
.cid-s1YLZwONfz .nav-link:hover,
.cid-s1YLZwONfz .icons-menu .mbr-iconfont:hover,
.cid-s1YLZwONfz .dropdown-item:hover {
  color: #fc5130 !important;
}
@media (max-width: 992px) {
  .cid-s1YLZwONfz .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-s1YLZwONfz .container {
  display: flex;
  margin: auto;
}
.cid-s1YLZwONfz .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-s1YLZwONfz .navbar.opened {
  transition: all .3s;
}
.cid-s1YLZwONfz .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s1YLZwONfz .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-s1YLZwONfz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s1YLZwONfz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s1YLZwONfz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-s1YLZwONfz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s1YLZwONfz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s1YLZwONfz .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: 55%;
}
.cid-s1YLZwONfz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s1YLZwONfz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s1YLZwONfz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s1YLZwONfz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1YLZwONfz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1YLZwONfz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1YLZwONfz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1YLZwONfz .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: 55%;
  }
  .cid-s1YLZwONfz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1YLZwONfz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1YLZwONfz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s1YLZwONfz .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s1YLZwONfz .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1YLZwONfz .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s1YLZwONfz .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-s1YLZwONfz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1YLZwONfz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1YLZwONfz .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-s1YLZwONfz .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-s1YLZwONfz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s1YLZwONfz .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s1YLZwONfz .navbar-caption {
  padding-right: 4rem;
}
.cid-s1YLZwONfz .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-s1YLZwONfz .dropdown-menu,
.cid-s1YLZwONfz .navbar.opened {
  background: #191919 !important;
}
.cid-s1YLZwONfz .nav-item:focus,
.cid-s1YLZwONfz .nav-link:focus {
  outline: none;
}
.cid-s1YLZwONfz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1YLZwONfz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1YLZwONfz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s1YLZwONfz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1YLZwONfz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s1YLZwONfz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-s1YLZwONfz .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s1YLZwONfz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1YLZwONfz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1YLZwONfz .dropdown-item.active,
.cid-s1YLZwONfz .dropdown-item:active {
  background-color: transparent;
}
.cid-s1YLZwONfz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1YLZwONfz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1YLZwONfz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1YLZwONfz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-s1YLZwONfz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1YLZwONfz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1YLZwONfz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1YLZwONfz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s1YLZwONfz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YLZwONfz .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1YLZwONfz a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s1YLZwONfz .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-s1YLZwONfz .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1YLZwONfz .navbar {
    height: 77px;
  }
  .cid-s1YLZwONfz .navbar.opened {
    height: auto;
  }
  .cid-s1YLZwONfz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1YLZwONfz .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-unsOCJygCP {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #191919;
}
.cid-unsOCJygCP .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-unsOCJygCP .mbr-text,
.cid-unsOCJygCP .mbr-section-btn {
  color: #999999;
}
.cid-ufm56XIsKW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #191919;
}
.cid-ufm56XIsKW .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-ufm56XIsKW .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-ufm56XIsKW .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-ufm56XIsKW .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #b30609;
}
.cid-ufm56XIsKW .container {
  max-width: 1400px;
}
.cid-ufm56XIsKW li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-ufm56XIsKW .time {
  line-height: 2;
}
.cid-ufm56XIsKW .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-ufm56XIsKW .text-wrap {
  width: 100%;
}
.cid-ufm56XIsKW .item-wrap {
  display: inline-block;
}
.cid-ufm56XIsKW .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-ufm56XIsKW .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-ufm56XIsKW .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-ufm56XIsKW .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ufm56XIsKW .socicon-wrap {
    margin: auto;
  }
}
.cid-ufm56XIsKW .mbr-text {
  color: #999999;
}
.cid-ufm56XIsKW .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-ufm56XIsKW .icon-title,
.cid-ufm56XIsKW .align-wrap {
  color: #f3f3f3;
  width: 100%;
  text-align: center;
}
.cid-ufm56XIsKW .item-text,
.cid-ufm56XIsKW .item-icon {
  color: #f3f3f3;
}
.cid-ufm56XIsKW .mbr-text,
.cid-ufm56XIsKW .mbr-section-btn {
  color: #e5e5e5;
}
.cid-s1YLZwONfz .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1YLZwONfz .btn {
  white-space: nowrap;
}
.cid-s1YLZwONfz .nav-link,
.cid-s1YLZwONfz .icons-menu .mbr-iconfont,
.cid-s1YLZwONfz .dropdown-item {
  transition: all 0.1s;
}
.cid-s1YLZwONfz .nav-link:hover,
.cid-s1YLZwONfz .icons-menu .mbr-iconfont:hover,
.cid-s1YLZwONfz .dropdown-item:hover {
  color: #fc5130 !important;
}
@media (max-width: 992px) {
  .cid-s1YLZwONfz .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-s1YLZwONfz .container {
  display: flex;
  margin: auto;
}
.cid-s1YLZwONfz .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-s1YLZwONfz .navbar.opened {
  transition: all .3s;
}
.cid-s1YLZwONfz .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s1YLZwONfz .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-s1YLZwONfz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s1YLZwONfz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s1YLZwONfz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-s1YLZwONfz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s1YLZwONfz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s1YLZwONfz .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: 55%;
}
.cid-s1YLZwONfz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s1YLZwONfz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s1YLZwONfz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s1YLZwONfz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1YLZwONfz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1YLZwONfz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1YLZwONfz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1YLZwONfz .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: 55%;
  }
  .cid-s1YLZwONfz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1YLZwONfz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1YLZwONfz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s1YLZwONfz .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s1YLZwONfz .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1YLZwONfz .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s1YLZwONfz .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-s1YLZwONfz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1YLZwONfz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1YLZwONfz .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-s1YLZwONfz .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-s1YLZwONfz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s1YLZwONfz .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s1YLZwONfz .navbar-caption {
  padding-right: 4rem;
}
.cid-s1YLZwONfz .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-s1YLZwONfz .dropdown-menu,
.cid-s1YLZwONfz .navbar.opened {
  background: #191919 !important;
}
.cid-s1YLZwONfz .nav-item:focus,
.cid-s1YLZwONfz .nav-link:focus {
  outline: none;
}
.cid-s1YLZwONfz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1YLZwONfz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1YLZwONfz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s1YLZwONfz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1YLZwONfz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s1YLZwONfz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-s1YLZwONfz .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s1YLZwONfz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1YLZwONfz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1YLZwONfz .dropdown-item.active,
.cid-s1YLZwONfz .dropdown-item:active {
  background-color: transparent;
}
.cid-s1YLZwONfz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1YLZwONfz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1YLZwONfz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1YLZwONfz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-s1YLZwONfz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1YLZwONfz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1YLZwONfz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1YLZwONfz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s1YLZwONfz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YLZwONfz .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1YLZwONfz a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s1YLZwONfz .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-s1YLZwONfz .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1YLZwONfz .navbar {
    height: 77px;
  }
  .cid-s1YLZwONfz .navbar.opened {
    height: auto;
  }
  .cid-s1YLZwONfz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1YLZwONfz .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-unsQ6tnHkG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #191919;
}
.cid-unsQ6tnHkG .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-unsQ6tnHkG .mbr-text,
.cid-unsQ6tnHkG .mbr-section-btn {
  color: #999999;
}
.cid-ufm56XIsKW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #191919;
}
.cid-ufm56XIsKW .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-ufm56XIsKW .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-ufm56XIsKW .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-ufm56XIsKW .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #b30609;
}
.cid-ufm56XIsKW .container {
  max-width: 1400px;
}
.cid-ufm56XIsKW li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-ufm56XIsKW .time {
  line-height: 2;
}
.cid-ufm56XIsKW .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-ufm56XIsKW .text-wrap {
  width: 100%;
}
.cid-ufm56XIsKW .item-wrap {
  display: inline-block;
}
.cid-ufm56XIsKW .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-ufm56XIsKW .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-ufm56XIsKW .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-ufm56XIsKW .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ufm56XIsKW .socicon-wrap {
    margin: auto;
  }
}
.cid-ufm56XIsKW .mbr-text {
  color: #999999;
}
.cid-ufm56XIsKW .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-ufm56XIsKW .icon-title,
.cid-ufm56XIsKW .align-wrap {
  color: #f3f3f3;
  width: 100%;
  text-align: center;
}
.cid-ufm56XIsKW .item-text,
.cid-ufm56XIsKW .item-icon {
  color: #f3f3f3;
}
.cid-ufm56XIsKW .mbr-text,
.cid-ufm56XIsKW .mbr-section-btn {
  color: #e5e5e5;
}
.cid-untTdmUMS5 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-untTdmUMS5 .btn {
  white-space: nowrap;
}
.cid-untTdmUMS5 .nav-link,
.cid-untTdmUMS5 .icons-menu .mbr-iconfont,
.cid-untTdmUMS5 .dropdown-item {
  transition: all 0.1s;
}
.cid-untTdmUMS5 .nav-link:hover,
.cid-untTdmUMS5 .icons-menu .mbr-iconfont:hover,
.cid-untTdmUMS5 .dropdown-item:hover {
  color: #fc5130 !important;
}
@media (max-width: 992px) {
  .cid-untTdmUMS5 .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-untTdmUMS5 .container {
  display: flex;
  margin: auto;
}
.cid-untTdmUMS5 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-untTdmUMS5 .navbar.opened {
  transition: all .3s;
}
.cid-untTdmUMS5 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-untTdmUMS5 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-untTdmUMS5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-untTdmUMS5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-untTdmUMS5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-untTdmUMS5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-untTdmUMS5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-untTdmUMS5 .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: 55%;
}
.cid-untTdmUMS5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-untTdmUMS5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-untTdmUMS5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-untTdmUMS5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-untTdmUMS5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-untTdmUMS5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-untTdmUMS5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-untTdmUMS5 .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: 55%;
  }
  .cid-untTdmUMS5 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-untTdmUMS5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-untTdmUMS5 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-untTdmUMS5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-untTdmUMS5 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-untTdmUMS5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-untTdmUMS5 .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-untTdmUMS5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-untTdmUMS5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-untTdmUMS5 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-untTdmUMS5 .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-untTdmUMS5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-untTdmUMS5 .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-untTdmUMS5 .navbar-caption {
  padding-right: 4rem;
}
.cid-untTdmUMS5 .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-untTdmUMS5 .dropdown-menu,
.cid-untTdmUMS5 .navbar.opened {
  background: #191919 !important;
}
.cid-untTdmUMS5 .nav-item:focus,
.cid-untTdmUMS5 .nav-link:focus {
  outline: none;
}
.cid-untTdmUMS5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-untTdmUMS5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-untTdmUMS5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-untTdmUMS5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-untTdmUMS5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-untTdmUMS5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-untTdmUMS5 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-untTdmUMS5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-untTdmUMS5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-untTdmUMS5 .dropdown-item.active,
.cid-untTdmUMS5 .dropdown-item:active {
  background-color: transparent;
}
.cid-untTdmUMS5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-untTdmUMS5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-untTdmUMS5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-untTdmUMS5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-untTdmUMS5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-untTdmUMS5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-untTdmUMS5 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-untTdmUMS5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-untTdmUMS5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-untTdmUMS5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-untTdmUMS5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-untTdmUMS5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-untTdmUMS5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-untTdmUMS5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-untTdmUMS5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-untTdmUMS5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-untTdmUMS5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-untTdmUMS5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-untTdmUMS5 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-untTdmUMS5 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-untTdmUMS5 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-untTdmUMS5 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-untTdmUMS5 .navbar {
    height: 77px;
  }
  .cid-untTdmUMS5 .navbar.opened {
    height: auto;
  }
  .cid-untTdmUMS5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-untTdmUMS5 .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-untTdntr2K {
  background-color: #040402;
}
.cid-untTdntr2K H1 {
  color: #5758e0;
}
.cid-untTdntr2K h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-untTdntr2K img {
  width: 100%;
}
.cid-untTdntr2K .mbr-text,
.cid-untTdntr2K .mbr-section-btn {
  color: #999999;
}
.cid-untTdobbTv {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-untTdobbTv .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-untTdobbTv .mbr-text,
.cid-untTdobbTv .mbr-section-btn {
  color: #999999;
}
.cid-untTdobbTv img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-untTdobbTv img {
    width: 96%;
  }
}
.cid-untTdozRSd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #191919;
}
.cid-untTdozRSd .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-untTdozRSd .mbr-text,
.cid-untTdozRSd .mbr-section-btn {
  color: #999999;
}
.cid-untTdpqqkV {
  padding-top: 405px;
  background-image: url("../../../assets/images/sitesphoto4-885x588.png");
}
.cid-untTdpqqkV H2 {
  color: #e2090d;
}
.cid-untTdpqqkV h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-untTdpqqkV section {
  align-items: flex-end !important;
}
.cid-untTdpqqkV .mbr-text,
.cid-untTdpqqkV .mbr-section-btn {
  color: #999999;
}
.cid-untTdpqqkV .mbr-overlay {
  background-color: transparent !important;
  background: linear-gradient(to top, #000000, transparent);
}
.cid-untTdpUgiP {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-untTdpUgiP .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-untTdpUgiP .mbr-text,
.cid-untTdpUgiP .mbr-section-btn {
  color: #999999;
}
.cid-unubK7eSjZ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #191919;
}
.cid-unubK7eSjZ .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-unubK7eSjZ .mbr-text,
.cid-unubK7eSjZ .mbr-section-btn {
  color: #999999;
}
.cid-unue9iY2ZP {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #000000;
}
.cid-unue9iY2ZP p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-unue9iY2ZP .panel-title {
  border-bottom: 2px solid #e2090d;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-unue9iY2ZP .collapsed {
  border: none;
}
.cid-unue9iY2ZP .collapsed span {
  transform: rotate(0deg);
}
.cid-unue9iY2ZP span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-unue9iY2ZP .panel-body {
  padding-top: 0.5rem;
}
.cid-unue9iY2ZP .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-unue9iY2ZP .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-unue9iY2ZP .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-unue9iY2ZP .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-unue9iY2ZP .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-unue9iY2ZP .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-unue9iY2ZP .panel-text {
  color: #767676;
}
.cid-unue9iY2ZP H4 {
  color: #999999;
}
.cid-unue9iY2ZP H2 {
  color: #ffffff;
}
.cid-unue9iY2ZP .mbr-section-text {
  color: #999999;
}
.cid-unugAkAULc {
  padding-top: 0px;
  padding-bottom: 45px;
  position: relative;
  background-color: #000000;
}
.cid-unugAkAULc p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-unugAkAULc .panel-title {
  border-bottom: 2px solid #e2090d;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-unugAkAULc .collapsed {
  border: none;
}
.cid-unugAkAULc .collapsed span {
  transform: rotate(0deg);
}
.cid-unugAkAULc span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-unugAkAULc .panel-body {
  padding-top: 0.5rem;
}
.cid-unugAkAULc .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-unugAkAULc .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-unugAkAULc .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-unugAkAULc .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-unugAkAULc .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-unugAkAULc .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-unugAkAULc .panel-text {
  color: #767676;
}
.cid-unugAkAULc H4 {
  color: #999999;
}
.cid-unugAkAULc H2 {
  color: #ffffff;
}
.cid-unugAkAULc .mbr-section-text {
  color: #999999;
}
.cid-untTdreJL9 {
  background-image: url("../../../assets/images/sugar-baby-sugar-daddy-700x500.jpg");
}
.cid-untTdreJL9 H1 {
  color: #5758e0;
}
.cid-untTdreJL9 h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-untTdreJL9 .mbr-text,
.cid-untTdreJL9 .mbr-section-btn {
  color: #999999;
}
.cid-untTdrBUSo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #191919;
}
.cid-untTdrBUSo .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-untTdrBUSo .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-untTdrBUSo .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-untTdrBUSo .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #b30609;
}
.cid-untTdrBUSo .container {
  max-width: 1400px;
}
.cid-untTdrBUSo li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-untTdrBUSo .time {
  line-height: 2;
}
.cid-untTdrBUSo .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-untTdrBUSo .text-wrap {
  width: 100%;
}
.cid-untTdrBUSo .item-wrap {
  display: inline-block;
}
.cid-untTdrBUSo .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-untTdrBUSo .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-untTdrBUSo .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-untTdrBUSo .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-untTdrBUSo .socicon-wrap {
    margin: auto;
  }
}
.cid-untTdrBUSo .mbr-text {
  color: #999999;
}
.cid-untTdrBUSo .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-untTdrBUSo .icon-title,
.cid-untTdrBUSo .align-wrap {
  color: #f3f3f3;
  width: 100%;
  text-align: center;
}
.cid-untTdrBUSo .item-text,
.cid-untTdrBUSo .item-icon {
  color: #f3f3f3;
}
.cid-untTdrBUSo .mbr-text,
.cid-untTdrBUSo .mbr-section-btn {
  color: #e5e5e5;
}
.cid-unuhRau0XD .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-unuhRau0XD .btn {
  white-space: nowrap;
}
.cid-unuhRau0XD .nav-link,
.cid-unuhRau0XD .icons-menu .mbr-iconfont,
.cid-unuhRau0XD .dropdown-item {
  transition: all 0.1s;
}
.cid-unuhRau0XD .nav-link:hover,
.cid-unuhRau0XD .icons-menu .mbr-iconfont:hover,
.cid-unuhRau0XD .dropdown-item:hover {
  color: #fc5130 !important;
}
@media (max-width: 992px) {
  .cid-unuhRau0XD .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-unuhRau0XD .container {
  display: flex;
  margin: auto;
}
.cid-unuhRau0XD .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-unuhRau0XD .navbar.opened {
  transition: all .3s;
}
.cid-unuhRau0XD .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-unuhRau0XD .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-unuhRau0XD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unuhRau0XD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unuhRau0XD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-unuhRau0XD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unuhRau0XD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unuhRau0XD .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: 55%;
}
.cid-unuhRau0XD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unuhRau0XD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-unuhRau0XD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-unuhRau0XD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unuhRau0XD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unuhRau0XD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unuhRau0XD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unuhRau0XD .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: 55%;
  }
  .cid-unuhRau0XD .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-unuhRau0XD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unuhRau0XD .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unuhRau0XD .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unuhRau0XD .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-unuhRau0XD .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-unuhRau0XD .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-unuhRau0XD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-unuhRau0XD .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-unuhRau0XD .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-unuhRau0XD .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-unuhRau0XD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unuhRau0XD .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-unuhRau0XD .navbar-caption {
  padding-right: 4rem;
}
.cid-unuhRau0XD .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-unuhRau0XD .dropdown-menu,
.cid-unuhRau0XD .navbar.opened {
  background: #191919 !important;
}
.cid-unuhRau0XD .nav-item:focus,
.cid-unuhRau0XD .nav-link:focus {
  outline: none;
}
.cid-unuhRau0XD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-unuhRau0XD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unuhRau0XD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-unuhRau0XD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-unuhRau0XD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unuhRau0XD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-unuhRau0XD .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unuhRau0XD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unuhRau0XD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unuhRau0XD .dropdown-item.active,
.cid-unuhRau0XD .dropdown-item:active {
  background-color: transparent;
}
.cid-unuhRau0XD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unuhRau0XD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unuhRau0XD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unuhRau0XD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-unuhRau0XD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unuhRau0XD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unuhRau0XD ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-unuhRau0XD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unuhRau0XD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-unuhRau0XD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unuhRau0XD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-unuhRau0XD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-unuhRau0XD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-unuhRau0XD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-unuhRau0XD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-unuhRau0XD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-unuhRau0XD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-unuhRau0XD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-unuhRau0XD .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-unuhRau0XD a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-unuhRau0XD .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-unuhRau0XD .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unuhRau0XD .navbar {
    height: 77px;
  }
  .cid-unuhRau0XD .navbar.opened {
    height: auto;
  }
  .cid-unuhRau0XD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unuhRau0XD .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-unuhRb2j26 {
  background-color: #040402;
}
.cid-unuhRb2j26 H1 {
  color: #5758e0;
}
.cid-unuhRb2j26 h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-unuhRb2j26 img {
  width: 100%;
}
.cid-unuhRb2j26 .mbr-text,
.cid-unuhRb2j26 .mbr-section-btn {
  color: #999999;
}
.cid-unutVKQoFV {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-unutVKQoFV .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-unutVKQoFV .mbr-text,
.cid-unutVKQoFV .mbr-section-btn {
  color: #999999;
}
.cid-unuhRbBMR8 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-unuhRbBMR8 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-unuhRbBMR8 .mbr-text,
.cid-unuhRbBMR8 .mbr-section-btn {
  color: #999999;
}
.cid-unuhRbBMR8 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-unuhRbBMR8 img {
    width: 96%;
  }
}
.cid-unuhRc4YhP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #191919;
}
.cid-unuhRc4YhP .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-unuhRc4YhP .mbr-text,
.cid-unuhRc4YhP .mbr-section-btn {
  color: #999999;
}
.cid-unuhRcvKKM {
  padding-top: 405px;
  background-image: url("../../../assets/images/15-040338-confessions-from-cougars-1080x540.jpg");
}
.cid-unuhRcvKKM H2 {
  color: #e2090d;
}
.cid-unuhRcvKKM h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-unuhRcvKKM section {
  align-items: flex-end !important;
}
.cid-unuhRcvKKM .mbr-text,
.cid-unuhRcvKKM .mbr-section-btn {
  color: #999999;
}
.cid-unuhRcvKKM .mbr-overlay {
  background-color: transparent !important;
  background: linear-gradient(to top, #000000, transparent);
}
.cid-unuhRcUAat {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-unuhRcUAat .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-unuhRcUAat .mbr-text,
.cid-unuhRcUAat .mbr-section-btn {
  color: #999999;
}
.cid-unuByuQao3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-unuByuQao3 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-unuByuQao3 .mbr-text,
.cid-unuByuQao3 .mbr-section-btn {
  color: #999999;
}
.cid-unuByuQao3 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-unuByuQao3 img {
    width: 96%;
  }
}
.cid-unuCs0kKD0 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-unuCs0kKD0 .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-unuCs0kKD0 .card-wrapper {
    padding: 0;
  }
}
.cid-unuCs0kKD0 img {
  width: 100%;
}
.cid-unuCs0kKD0 .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-unuCs0kKD0 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-unuCs0kKD0 .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-unuCs0kKD0 h4 {
  margin: 0;
}
.cid-unuCs0kKD0 .card-text {
  color: #999999;
}
.cid-unuCs0kKD0 .mbr-text {
  color: #000000;
}
.cid-unuCs0kKD0 .card-title {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-unuCs0kKD0 .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .cid-unuCs0kKD0 .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-unuCs0kKD0 .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unuCs0kKD0 .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-unuCs0kKD0 H3 {
  color: #787324;
}
.cid-unuCs0kKD0 .mbr-section-title,
.cid-unuCs0kKD0 .title-wrapper {
  color: #ffffff;
}
.cid-unuCs0kKD0 .mbr-text,
.cid-unuCs0kKD0 .mbr-section-btn {
  color: #999999;
}
.cid-unuhReOYJZ {
  background-image: url("../../../assets/images/23425-article-full-1260x560.jpg");
}
.cid-unuhReOYJZ H1 {
  color: #5758e0;
}
.cid-unuhReOYJZ h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-unuhReOYJZ .mbr-text,
.cid-unuhReOYJZ .mbr-section-btn {
  color: #999999;
}
.cid-unuhRffifO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #191919;
}
.cid-unuhRffifO .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-unuhRffifO .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-unuhRffifO .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-unuhRffifO .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #b30609;
}
.cid-unuhRffifO .container {
  max-width: 1400px;
}
.cid-unuhRffifO li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-unuhRffifO .time {
  line-height: 2;
}
.cid-unuhRffifO .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-unuhRffifO .text-wrap {
  width: 100%;
}
.cid-unuhRffifO .item-wrap {
  display: inline-block;
}
.cid-unuhRffifO .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-unuhRffifO .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-unuhRffifO .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-unuhRffifO .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-unuhRffifO .socicon-wrap {
    margin: auto;
  }
}
.cid-unuhRffifO .mbr-text {
  color: #999999;
}
.cid-unuhRffifO .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-unuhRffifO .icon-title,
.cid-unuhRffifO .align-wrap {
  color: #f3f3f3;
  width: 100%;
  text-align: center;
}
.cid-unuhRffifO .item-text,
.cid-unuhRffifO .item-icon {
  color: #f3f3f3;
}
.cid-unuhRffifO .mbr-text,
.cid-unuhRffifO .mbr-section-btn {
  color: #e5e5e5;
}
.cid-uo8AT3aJPx .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uo8AT3aJPx .btn {
  white-space: nowrap;
}
.cid-uo8AT3aJPx .nav-link,
.cid-uo8AT3aJPx .icons-menu .mbr-iconfont,
.cid-uo8AT3aJPx .dropdown-item {
  transition: all 0.1s;
}
.cid-uo8AT3aJPx .nav-link:hover,
.cid-uo8AT3aJPx .icons-menu .mbr-iconfont:hover,
.cid-uo8AT3aJPx .dropdown-item:hover {
  color: #fc5130 !important;
}
@media (max-width: 992px) {
  .cid-uo8AT3aJPx .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uo8AT3aJPx .container {
  display: flex;
  margin: auto;
}
.cid-uo8AT3aJPx .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-uo8AT3aJPx .navbar.opened {
  transition: all .3s;
}
.cid-uo8AT3aJPx .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uo8AT3aJPx .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uo8AT3aJPx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uo8AT3aJPx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uo8AT3aJPx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uo8AT3aJPx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uo8AT3aJPx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uo8AT3aJPx .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: 55%;
}
.cid-uo8AT3aJPx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uo8AT3aJPx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uo8AT3aJPx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uo8AT3aJPx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uo8AT3aJPx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uo8AT3aJPx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uo8AT3aJPx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uo8AT3aJPx .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: 55%;
  }
  .cid-uo8AT3aJPx .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uo8AT3aJPx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uo8AT3aJPx .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uo8AT3aJPx .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uo8AT3aJPx .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uo8AT3aJPx .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uo8AT3aJPx .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-uo8AT3aJPx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uo8AT3aJPx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uo8AT3aJPx .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uo8AT3aJPx .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uo8AT3aJPx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uo8AT3aJPx .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uo8AT3aJPx .navbar-caption {
  padding-right: 4rem;
}
.cid-uo8AT3aJPx .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uo8AT3aJPx .dropdown-menu,
.cid-uo8AT3aJPx .navbar.opened {
  background: #191919 !important;
}
.cid-uo8AT3aJPx .nav-item:focus,
.cid-uo8AT3aJPx .nav-link:focus {
  outline: none;
}
.cid-uo8AT3aJPx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uo8AT3aJPx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uo8AT3aJPx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uo8AT3aJPx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uo8AT3aJPx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uo8AT3aJPx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uo8AT3aJPx .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uo8AT3aJPx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uo8AT3aJPx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uo8AT3aJPx .dropdown-item.active,
.cid-uo8AT3aJPx .dropdown-item:active {
  background-color: transparent;
}
.cid-uo8AT3aJPx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uo8AT3aJPx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uo8AT3aJPx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uo8AT3aJPx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-uo8AT3aJPx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uo8AT3aJPx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uo8AT3aJPx ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uo8AT3aJPx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uo8AT3aJPx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uo8AT3aJPx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uo8AT3aJPx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uo8AT3aJPx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uo8AT3aJPx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uo8AT3aJPx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uo8AT3aJPx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uo8AT3aJPx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uo8AT3aJPx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uo8AT3aJPx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uo8AT3aJPx .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uo8AT3aJPx a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uo8AT3aJPx .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uo8AT3aJPx .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uo8AT3aJPx .navbar {
    height: 77px;
  }
  .cid-uo8AT3aJPx .navbar.opened {
    height: auto;
  }
  .cid-uo8AT3aJPx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uo8AT3aJPx .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uo8AT4aftx {
  background-color: #040402;
}
.cid-uo8AT4aftx H1 {
  color: #e2090d;
}
.cid-uo8AT4aftx h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uo8AT4aftx img {
  width: 100%;
}
.cid-uo8AT4aftx .mbr-text,
.cid-uo8AT4aftx .mbr-section-btn {
  color: #999999;
}
.cid-uo8AT51c5w {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uo8AT51c5w .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uo8AT51c5w .mbr-text,
.cid-uo8AT51c5w .mbr-section-btn {
  color: #999999;
}
.cid-uo8AT5C6rv {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #040402;
}
.cid-uo8AT5C6rv img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 767px) {
  .cid-uo8AT5C6rv .container-fluid {
    padding: 0 2rem;
  }
}
.cid-uo8AT5C6rv .card-wrapper {
  background: #191919;
  padding: 3rem;
}
.cid-uo8AT5C6rv .card-wrapper:hover {
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uo8AT5C6rv .text-wrap {
  display: flex;
  justify-content: center;
  padding-top: 1rem;
}
.cid-uo8AT5C6rv .icon-wrapper {
  padding: 0 1rem;
}
.cid-uo8AT5C6rv .card-box {
  padding-top: 2rem;
}
.cid-uo8AT5C6rv .link-icon {
  font-size: 1.5rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uo8AT5C6rv .card-title {
  color: #999999;
}
.cid-uo8AT5C6rv .mbr-subtitle {
  color: #ffffff;
}
.cid-uo8AT5C6rv .main-title {
  color: #ffffff;
}
.cid-uo8AT5C6rv .main-subtitle {
  color: #999999;
}
.cid-uo8AT5C6rv .card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uo8AT5C6rv .card:hover {
  transform: translateY(-10px);
}
.cid-uo8AT5C6rv .card:hover .link-icon {
  color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uo8AT5C6rv .card:hover .card-title,
.cid-uo8AT5C6rv .card:hover .mbr-subtitle {
  color: #ffffff !important;
}
@media (min-width: 1600px) {
  .cid-uo8AT5C6rv .card {
    max-width: 20%;
  }
}
@media (max-width: 1600px) {
  .cid-uo8AT5C6rv .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uo8AT6Jsxw {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #040402;
}
.cid-uo8AT6Jsxw img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 767px) {
  .cid-uo8AT6Jsxw .container-fluid {
    padding: 0 2rem;
  }
}
.cid-uo8AT6Jsxw .card-wrapper {
  background: #191919;
  padding: 3rem;
}
.cid-uo8AT6Jsxw .card-wrapper:hover {
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uo8AT6Jsxw .text-wrap {
  display: flex;
  justify-content: center;
  padding-top: 1rem;
}
.cid-uo8AT6Jsxw .icon-wrapper {
  padding: 0 1rem;
}
.cid-uo8AT6Jsxw .card-box {
  padding-top: 2rem;
}
.cid-uo8AT6Jsxw .link-icon {
  font-size: 1.5rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uo8AT6Jsxw .card-title {
  color: #999999;
}
.cid-uo8AT6Jsxw .mbr-subtitle {
  color: #ffffff;
}
.cid-uo8AT6Jsxw .main-title {
  color: #ffffff;
}
.cid-uo8AT6Jsxw .main-subtitle {
  color: #999999;
}
.cid-uo8AT6Jsxw .card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uo8AT6Jsxw .card:hover {
  transform: translateY(-10px);
}
.cid-uo8AT6Jsxw .card:hover .link-icon {
  color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uo8AT6Jsxw .card:hover .card-title,
.cid-uo8AT6Jsxw .card:hover .mbr-subtitle {
  color: #ffffff !important;
}
@media (min-width: 1600px) {
  .cid-uo8AT6Jsxw .card {
    max-width: 20%;
  }
}
@media (max-width: 1600px) {
  .cid-uo8AT6Jsxw .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uo8J47VLzU {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uo8J47VLzU .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uo8J47VLzU .mbr-text,
.cid-uo8J47VLzU .mbr-section-btn {
  color: #999999;
}
.cid-uo8JiXG9Vh {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uo8JiXG9Vh .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uo8JiXG9Vh .mbr-text,
.cid-uo8JiXG9Vh .mbr-section-btn {
  color: #999999;
}
.cid-uo8Nz90tTW {
  padding-top: 315px;
  background-image: url("../../../assets/images/antofagastasugardating1-925x496.jpg");
}
.cid-uo8Nz90tTW H2 {
  color: #e2090d;
}
.cid-uo8Nz90tTW h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uo8Nz90tTW section {
  align-items: flex-end !important;
}
.cid-uo8Nz90tTW .mbr-text,
.cid-uo8Nz90tTW .mbr-section-btn {
  color: #999999;
}
.cid-uo8Nz90tTW .mbr-overlay {
  background-color: transparent !important;
  background: linear-gradient(to top, #000000, transparent);
}
.cid-uo8NABR3Ax {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uo8NABR3Ax .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uo8NABR3Ax .mbr-text,
.cid-uo8NABR3Ax .mbr-section-btn {
  color: #999999;
}
.cid-uo8AT7UXV5 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #111111;
}
.cid-uo8AT7UXV5 .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-uo8AT7UXV5 .card-wrapper {
    padding: 0;
  }
}
.cid-uo8AT7UXV5 img {
  width: 100%;
}
.cid-uo8AT7UXV5 .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uo8AT7UXV5 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uo8AT7UXV5 .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-uo8AT7UXV5 h4 {
  margin: 0;
}
.cid-uo8AT7UXV5 .card-text {
  color: #999999;
}
.cid-uo8AT7UXV5 .mbr-text {
  color: #000000;
}
.cid-uo8AT7UXV5 .card-title {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-uo8AT7UXV5 .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .cid-uo8AT7UXV5 .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-uo8AT7UXV5 .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uo8AT7UXV5 .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-uo8AT7UXV5 H3 {
  color: #787324;
}
.cid-uo8AT7UXV5 .mbr-section-title,
.cid-uo8AT7UXV5 .title-wrapper {
  color: #ffffff;
}
.cid-uo8AT7UXV5 .mbr-text,
.cid-uo8AT7UXV5 .mbr-section-btn {
  color: #999999;
}
.cid-uo8AT8UWjz {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uo8AT8UWjz .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uo8AT8UWjz .mbr-text,
.cid-uo8AT8UWjz .mbr-section-btn {
  color: #999999;
}
.cid-uo8AT9NlPJ {
  background-image: url("../../../assets/images/sugar-baby-sugar-daddy-700x500.jpg");
}
.cid-uo8AT9NlPJ H1 {
  color: #e2090d;
}
.cid-uo8AT9NlPJ h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uo8AT9NlPJ .mbr-text,
.cid-uo8AT9NlPJ .mbr-section-btn {
  color: #999999;
}
.cid-uo8ATaep3t {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #191919;
}
.cid-uo8ATaep3t .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uo8ATaep3t .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-uo8ATaep3t .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uo8ATaep3t .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #b30609;
}
.cid-uo8ATaep3t .container {
  max-width: 1400px;
}
.cid-uo8ATaep3t li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-uo8ATaep3t .time {
  line-height: 2;
}
.cid-uo8ATaep3t .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-uo8ATaep3t .text-wrap {
  width: 100%;
}
.cid-uo8ATaep3t .item-wrap {
  display: inline-block;
}
.cid-uo8ATaep3t .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uo8ATaep3t .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-uo8ATaep3t .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uo8ATaep3t .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uo8ATaep3t .socicon-wrap {
    margin: auto;
  }
}
.cid-uo8ATaep3t .mbr-text {
  color: #999999;
}
.cid-uo8ATaep3t .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-uo8ATaep3t .icon-title,
.cid-uo8ATaep3t .align-wrap {
  color: #f3f3f3;
  width: 100%;
  text-align: center;
}
.cid-uo8ATaep3t .item-text,
.cid-uo8ATaep3t .item-icon {
  color: #f3f3f3;
}
.cid-uo8ATaep3t .mbr-text,
.cid-uo8ATaep3t .mbr-section-btn {
  color: #e5e5e5;
}
.cid-uo8Zc0McoS .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uo8Zc0McoS .btn {
  white-space: nowrap;
}
.cid-uo8Zc0McoS .nav-link,
.cid-uo8Zc0McoS .icons-menu .mbr-iconfont,
.cid-uo8Zc0McoS .dropdown-item {
  transition: all 0.1s;
}
.cid-uo8Zc0McoS .nav-link:hover,
.cid-uo8Zc0McoS .icons-menu .mbr-iconfont:hover,
.cid-uo8Zc0McoS .dropdown-item:hover {
  color: #fc5130 !important;
}
@media (max-width: 992px) {
  .cid-uo8Zc0McoS .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uo8Zc0McoS .container {
  display: flex;
  margin: auto;
}
.cid-uo8Zc0McoS .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-uo8Zc0McoS .navbar.opened {
  transition: all .3s;
}
.cid-uo8Zc0McoS .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uo8Zc0McoS .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uo8Zc0McoS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uo8Zc0McoS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uo8Zc0McoS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uo8Zc0McoS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uo8Zc0McoS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uo8Zc0McoS .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: 55%;
}
.cid-uo8Zc0McoS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uo8Zc0McoS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uo8Zc0McoS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uo8Zc0McoS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uo8Zc0McoS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uo8Zc0McoS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uo8Zc0McoS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uo8Zc0McoS .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: 55%;
  }
  .cid-uo8Zc0McoS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uo8Zc0McoS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uo8Zc0McoS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uo8Zc0McoS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uo8Zc0McoS .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uo8Zc0McoS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uo8Zc0McoS .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-uo8Zc0McoS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uo8Zc0McoS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uo8Zc0McoS .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uo8Zc0McoS .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uo8Zc0McoS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uo8Zc0McoS .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uo8Zc0McoS .navbar-caption {
  padding-right: 4rem;
}
.cid-uo8Zc0McoS .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uo8Zc0McoS .dropdown-menu,
.cid-uo8Zc0McoS .navbar.opened {
  background: #191919 !important;
}
.cid-uo8Zc0McoS .nav-item:focus,
.cid-uo8Zc0McoS .nav-link:focus {
  outline: none;
}
.cid-uo8Zc0McoS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uo8Zc0McoS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uo8Zc0McoS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uo8Zc0McoS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uo8Zc0McoS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uo8Zc0McoS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uo8Zc0McoS .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uo8Zc0McoS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uo8Zc0McoS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uo8Zc0McoS .dropdown-item.active,
.cid-uo8Zc0McoS .dropdown-item:active {
  background-color: transparent;
}
.cid-uo8Zc0McoS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uo8Zc0McoS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uo8Zc0McoS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uo8Zc0McoS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-uo8Zc0McoS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uo8Zc0McoS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uo8Zc0McoS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uo8Zc0McoS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uo8Zc0McoS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uo8Zc0McoS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uo8Zc0McoS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uo8Zc0McoS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uo8Zc0McoS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uo8Zc0McoS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uo8Zc0McoS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uo8Zc0McoS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uo8Zc0McoS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uo8Zc0McoS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uo8Zc0McoS .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uo8Zc0McoS a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uo8Zc0McoS .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uo8Zc0McoS .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uo8Zc0McoS .navbar {
    height: 77px;
  }
  .cid-uo8Zc0McoS .navbar.opened {
    height: auto;
  }
  .cid-uo8Zc0McoS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uo8Zc0McoS .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uo8Zc1u1eH {
  background-color: #040402;
}
.cid-uo8Zc1u1eH H1 {
  color: #e2090d;
}
.cid-uo8Zc1u1eH h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uo8Zc1u1eH img {
  width: 100%;
}
.cid-uo8Zc1u1eH .mbr-text,
.cid-uo8Zc1u1eH .mbr-section-btn {
  color: #999999;
}
.cid-uo8Zc21A9E {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uo8Zc21A9E .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uo8Zc21A9E .mbr-text,
.cid-uo8Zc21A9E .mbr-section-btn {
  color: #999999;
}
.cid-uo8Zc2xVJN {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #040402;
}
.cid-uo8Zc2xVJN img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 767px) {
  .cid-uo8Zc2xVJN .container-fluid {
    padding: 0 2rem;
  }
}
.cid-uo8Zc2xVJN .card-wrapper {
  background: #191919;
  padding: 3rem;
}
.cid-uo8Zc2xVJN .card-wrapper:hover {
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uo8Zc2xVJN .text-wrap {
  display: flex;
  justify-content: center;
  padding-top: 1rem;
}
.cid-uo8Zc2xVJN .icon-wrapper {
  padding: 0 1rem;
}
.cid-uo8Zc2xVJN .card-box {
  padding-top: 2rem;
}
.cid-uo8Zc2xVJN .link-icon {
  font-size: 1.5rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uo8Zc2xVJN .card-title {
  color: #999999;
}
.cid-uo8Zc2xVJN .mbr-subtitle {
  color: #ffffff;
}
.cid-uo8Zc2xVJN .main-title {
  color: #ffffff;
}
.cid-uo8Zc2xVJN .main-subtitle {
  color: #999999;
}
.cid-uo8Zc2xVJN .card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uo8Zc2xVJN .card:hover {
  transform: translateY(-10px);
}
.cid-uo8Zc2xVJN .card:hover .link-icon {
  color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uo8Zc2xVJN .card:hover .card-title,
.cid-uo8Zc2xVJN .card:hover .mbr-subtitle {
  color: #ffffff !important;
}
@media (min-width: 1600px) {
  .cid-uo8Zc2xVJN .card {
    max-width: 20%;
  }
}
@media (max-width: 1600px) {
  .cid-uo8Zc2xVJN .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uo8Zc3yPqQ {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #040402;
}
.cid-uo8Zc3yPqQ img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 767px) {
  .cid-uo8Zc3yPqQ .container-fluid {
    padding: 0 2rem;
  }
}
.cid-uo8Zc3yPqQ .card-wrapper {
  background: #191919;
  padding: 3rem;
}
.cid-uo8Zc3yPqQ .card-wrapper:hover {
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uo8Zc3yPqQ .text-wrap {
  display: flex;
  justify-content: center;
  padding-top: 1rem;
}
.cid-uo8Zc3yPqQ .icon-wrapper {
  padding: 0 1rem;
}
.cid-uo8Zc3yPqQ .card-box {
  padding-top: 2rem;
}
.cid-uo8Zc3yPqQ .link-icon {
  font-size: 1.5rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uo8Zc3yPqQ .card-title {
  color: #999999;
}
.cid-uo8Zc3yPqQ .mbr-subtitle {
  color: #ffffff;
}
.cid-uo8Zc3yPqQ .main-title {
  color: #ffffff;
}
.cid-uo8Zc3yPqQ .main-subtitle {
  color: #999999;
}
.cid-uo8Zc3yPqQ .card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uo8Zc3yPqQ .card:hover {
  transform: translateY(-10px);
}
.cid-uo8Zc3yPqQ .card:hover .link-icon {
  color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uo8Zc3yPqQ .card:hover .card-title,
.cid-uo8Zc3yPqQ .card:hover .mbr-subtitle {
  color: #ffffff !important;
}
@media (min-width: 1600px) {
  .cid-uo8Zc3yPqQ .card {
    max-width: 20%;
  }
}
@media (max-width: 1600px) {
  .cid-uo8Zc3yPqQ .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uo8Zc4IyXf {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uo8Zc4IyXf .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uo8Zc4IyXf .mbr-text,
.cid-uo8Zc4IyXf .mbr-section-btn {
  color: #999999;
}
.cid-uo8Zc56hqA {
  padding-top: 315px;
  background-image: url("../../../assets/images/sugardaddyvass-923x519.jpg");
}
.cid-uo8Zc56hqA H2 {
  color: #e2090d;
}
.cid-uo8Zc56hqA h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uo8Zc56hqA section {
  align-items: flex-end !important;
}
.cid-uo8Zc56hqA .mbr-text,
.cid-uo8Zc56hqA .mbr-section-btn {
  color: #999999;
}
.cid-uo8Zc56hqA .mbr-overlay {
  background-color: transparent !important;
  background: linear-gradient(to top, #000000, transparent);
}
.cid-uo8Zc5Ajlg {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uo8Zc5Ajlg .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uo8Zc5Ajlg .mbr-text,
.cid-uo8Zc5Ajlg .mbr-section-btn {
  color: #999999;
}
.cid-uo8Zc63LX4 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #111111;
}
.cid-uo8Zc63LX4 .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-uo8Zc63LX4 .card-wrapper {
    padding: 0;
  }
}
.cid-uo8Zc63LX4 img {
  width: 100%;
}
.cid-uo8Zc63LX4 .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uo8Zc63LX4 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uo8Zc63LX4 .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-uo8Zc63LX4 h4 {
  margin: 0;
}
.cid-uo8Zc63LX4 .card-text {
  color: #999999;
}
.cid-uo8Zc63LX4 .mbr-text {
  color: #000000;
}
.cid-uo8Zc63LX4 .card-title {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-uo8Zc63LX4 .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .cid-uo8Zc63LX4 .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-uo8Zc63LX4 .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uo8Zc63LX4 .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-uo8Zc63LX4 H3 {
  color: #787324;
}
.cid-uo8Zc63LX4 .mbr-section-title,
.cid-uo8Zc63LX4 .title-wrapper {
  color: #ffffff;
}
.cid-uo8Zc63LX4 .mbr-text,
.cid-uo8Zc63LX4 .mbr-section-btn {
  color: #999999;
}
.cid-uodsBrjPyM {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uodsBrjPyM .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uodsBrjPyM .mbr-text,
.cid-uodsBrjPyM .mbr-section-btn {
  color: #999999;
}
.cid-uodsBrjPyM img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uodsBrjPyM img {
    width: 96%;
  }
}
.cid-uo8Zc6Ayw8 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uo8Zc6Ayw8 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uo8Zc6Ayw8 .mbr-text,
.cid-uo8Zc6Ayw8 .mbr-section-btn {
  color: #999999;
}
.cid-uo8Zc8x6jO {
  background-image: url("../../../assets/images/sugar-baby-sugar-daddy-700x500.jpg");
}
.cid-uo8Zc8x6jO H1 {
  color: #e2090d;
}
.cid-uo8Zc8x6jO h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uo8Zc8x6jO .mbr-text,
.cid-uo8Zc8x6jO .mbr-section-btn {
  color: #999999;
}
.cid-uo8Zc8Veip {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #191919;
}
.cid-uo8Zc8Veip .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uo8Zc8Veip .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-uo8Zc8Veip .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uo8Zc8Veip .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #b30609;
}
.cid-uo8Zc8Veip .container {
  max-width: 1400px;
}
.cid-uo8Zc8Veip li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-uo8Zc8Veip .time {
  line-height: 2;
}
.cid-uo8Zc8Veip .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-uo8Zc8Veip .text-wrap {
  width: 100%;
}
.cid-uo8Zc8Veip .item-wrap {
  display: inline-block;
}
.cid-uo8Zc8Veip .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uo8Zc8Veip .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-uo8Zc8Veip .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uo8Zc8Veip .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uo8Zc8Veip .socicon-wrap {
    margin: auto;
  }
}
.cid-uo8Zc8Veip .mbr-text {
  color: #999999;
}
.cid-uo8Zc8Veip .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-uo8Zc8Veip .icon-title,
.cid-uo8Zc8Veip .align-wrap {
  color: #f3f3f3;
  width: 100%;
  text-align: center;
}
.cid-uo8Zc8Veip .item-text,
.cid-uo8Zc8Veip .item-icon {
  color: #f3f3f3;
}
.cid-uo8Zc8Veip .mbr-text,
.cid-uo8Zc8Veip .mbr-section-btn {
  color: #e5e5e5;
}
.cid-uodWOre8Jf .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uodWOre8Jf .btn {
  white-space: nowrap;
}
.cid-uodWOre8Jf .nav-link,
.cid-uodWOre8Jf .icons-menu .mbr-iconfont,
.cid-uodWOre8Jf .dropdown-item {
  transition: all 0.1s;
}
.cid-uodWOre8Jf .nav-link:hover,
.cid-uodWOre8Jf .icons-menu .mbr-iconfont:hover,
.cid-uodWOre8Jf .dropdown-item:hover {
  color: #fc5130 !important;
}
@media (max-width: 992px) {
  .cid-uodWOre8Jf .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uodWOre8Jf .container {
  display: flex;
  margin: auto;
}
.cid-uodWOre8Jf .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-uodWOre8Jf .navbar.opened {
  transition: all .3s;
}
.cid-uodWOre8Jf .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uodWOre8Jf .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uodWOre8Jf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uodWOre8Jf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uodWOre8Jf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uodWOre8Jf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uodWOre8Jf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uodWOre8Jf .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: 55%;
}
.cid-uodWOre8Jf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uodWOre8Jf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uodWOre8Jf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uodWOre8Jf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uodWOre8Jf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uodWOre8Jf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uodWOre8Jf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uodWOre8Jf .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: 55%;
  }
  .cid-uodWOre8Jf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uodWOre8Jf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uodWOre8Jf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uodWOre8Jf .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uodWOre8Jf .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uodWOre8Jf .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uodWOre8Jf .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-uodWOre8Jf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uodWOre8Jf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uodWOre8Jf .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uodWOre8Jf .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uodWOre8Jf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uodWOre8Jf .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uodWOre8Jf .navbar-caption {
  padding-right: 4rem;
}
.cid-uodWOre8Jf .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uodWOre8Jf .dropdown-menu,
.cid-uodWOre8Jf .navbar.opened {
  background: #191919 !important;
}
.cid-uodWOre8Jf .nav-item:focus,
.cid-uodWOre8Jf .nav-link:focus {
  outline: none;
}
.cid-uodWOre8Jf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uodWOre8Jf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uodWOre8Jf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uodWOre8Jf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uodWOre8Jf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uodWOre8Jf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uodWOre8Jf .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uodWOre8Jf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uodWOre8Jf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uodWOre8Jf .dropdown-item.active,
.cid-uodWOre8Jf .dropdown-item:active {
  background-color: transparent;
}
.cid-uodWOre8Jf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uodWOre8Jf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uodWOre8Jf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uodWOre8Jf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-uodWOre8Jf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uodWOre8Jf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uodWOre8Jf ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uodWOre8Jf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uodWOre8Jf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uodWOre8Jf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uodWOre8Jf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uodWOre8Jf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uodWOre8Jf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uodWOre8Jf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uodWOre8Jf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uodWOre8Jf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uodWOre8Jf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uodWOre8Jf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uodWOre8Jf .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uodWOre8Jf a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uodWOre8Jf .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uodWOre8Jf .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uodWOre8Jf .navbar {
    height: 77px;
  }
  .cid-uodWOre8Jf .navbar.opened {
    height: auto;
  }
  .cid-uodWOre8Jf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uodWOre8Jf .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uodWOs3MJo {
  background-color: #040402;
}
.cid-uodWOs3MJo H1 {
  color: #e2090d;
}
.cid-uodWOs3MJo h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uodWOs3MJo img {
  width: 100%;
}
.cid-uodWOs3MJo .mbr-text,
.cid-uodWOs3MJo .mbr-section-btn {
  color: #999999;
}
.cid-uodWOsFbVI {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #191919;
}
.cid-uodWOsFbVI .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uodWOsFbVI .mbr-text,
.cid-uodWOsFbVI .mbr-section-btn {
  color: #999999;
}
.cid-uodWOtCHWJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #040402;
}
.cid-uodWOtCHWJ img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 767px) {
  .cid-uodWOtCHWJ .container-fluid {
    padding: 0 2rem;
  }
}
.cid-uodWOtCHWJ .card-wrapper {
  background: #191919;
  padding: 3rem;
}
.cid-uodWOtCHWJ .card-wrapper:hover {
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uodWOtCHWJ .text-wrap {
  display: flex;
  justify-content: center;
  padding-top: 1rem;
}
.cid-uodWOtCHWJ .icon-wrapper {
  padding: 0 1rem;
}
.cid-uodWOtCHWJ .card-box {
  padding-top: 2rem;
}
.cid-uodWOtCHWJ .link-icon {
  font-size: 1.5rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uodWOtCHWJ .card-title {
  color: #999999;
}
.cid-uodWOtCHWJ .mbr-subtitle {
  color: #ffffff;
}
.cid-uodWOtCHWJ .main-title {
  color: #ffffff;
}
.cid-uodWOtCHWJ .main-subtitle {
  color: #999999;
}
.cid-uodWOtCHWJ .card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uodWOtCHWJ .card:hover {
  transform: translateY(-10px);
}
.cid-uodWOtCHWJ .card:hover .link-icon {
  color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uodWOtCHWJ .card:hover .card-title,
.cid-uodWOtCHWJ .card:hover .mbr-subtitle {
  color: #ffffff !important;
}
@media (min-width: 1600px) {
  .cid-uodWOtCHWJ .card {
    max-width: 20%;
  }
}
@media (max-width: 1600px) {
  .cid-uodWOtCHWJ .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uodWOurIk1 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #040402;
}
.cid-uodWOurIk1 img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 767px) {
  .cid-uodWOurIk1 .container-fluid {
    padding: 0 2rem;
  }
}
.cid-uodWOurIk1 .card-wrapper {
  background: #191919;
  padding: 3rem;
}
.cid-uodWOurIk1 .card-wrapper:hover {
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uodWOurIk1 .text-wrap {
  display: flex;
  justify-content: center;
  padding-top: 1rem;
}
.cid-uodWOurIk1 .icon-wrapper {
  padding: 0 1rem;
}
.cid-uodWOurIk1 .card-box {
  padding-top: 2rem;
}
.cid-uodWOurIk1 .link-icon {
  font-size: 1.5rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uodWOurIk1 .card-title {
  color: #999999;
}
.cid-uodWOurIk1 .mbr-subtitle {
  color: #ffffff;
}
.cid-uodWOurIk1 .main-title {
  color: #ffffff;
}
.cid-uodWOurIk1 .main-subtitle {
  color: #999999;
}
.cid-uodWOurIk1 .card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uodWOurIk1 .card:hover {
  transform: translateY(-10px);
}
.cid-uodWOurIk1 .card:hover .link-icon {
  color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uodWOurIk1 .card:hover .card-title,
.cid-uodWOurIk1 .card:hover .mbr-subtitle {
  color: #ffffff !important;
}
@media (min-width: 1600px) {
  .cid-uodWOurIk1 .card {
    max-width: 20%;
  }
}
@media (max-width: 1600px) {
  .cid-uodWOurIk1 .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uodWOvh5u9 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uodWOvh5u9 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uodWOvh5u9 .mbr-text,
.cid-uodWOvh5u9 .mbr-section-btn {
  color: #999999;
}
.cid-uodWOvh5u9 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uodWOvh5u9 img {
    width: 96%;
  }
}
.cid-uodWOvCVvm {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #111111;
}
.cid-uodWOvCVvm .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-uodWOvCVvm .card-wrapper {
    padding: 0;
  }
}
.cid-uodWOvCVvm img {
  width: 100%;
}
.cid-uodWOvCVvm .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uodWOvCVvm .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uodWOvCVvm .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-uodWOvCVvm h4 {
  margin: 0;
}
.cid-uodWOvCVvm .card-text {
  color: #999999;
}
.cid-uodWOvCVvm .mbr-text {
  color: #000000;
}
.cid-uodWOvCVvm .card-title {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-uodWOvCVvm .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .cid-uodWOvCVvm .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-uodWOvCVvm .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uodWOvCVvm .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-uodWOvCVvm H3 {
  color: #787324;
}
.cid-uodWOvCVvm .mbr-section-title,
.cid-uodWOvCVvm .title-wrapper {
  color: #ffffff;
}
.cid-uodWOvCVvm .mbr-text,
.cid-uodWOvCVvm .mbr-section-btn {
  color: #999999;
}
.cid-uodWOw65n4 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uodWOw65n4 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uodWOw65n4 .mbr-text,
.cid-uodWOw65n4 .mbr-section-btn {
  color: #999999;
}
.cid-uodWOwsXuh {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #191919;
}
.cid-uodWOwsXuh .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uodWOwsXuh .mbr-text,
.cid-uodWOwsXuh .mbr-section-btn {
  color: #999999;
}
.cid-uoeuLtDNEl {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #191919;
}
.cid-uoeuLtDNEl .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uoeuLtDNEl .mbr-text,
.cid-uoeuLtDNEl .mbr-section-btn {
  color: #999999;
}
.cid-uoeuJOWCQO {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #040402;
}
.cid-uoeuJOWCQO .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uoeuJOWCQO .card-wrapper {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uoeuJOWCQO .card-wrapper {
    padding: 0;
  }
}
.cid-uoeuJOWCQO .card-text {
  color: #999999;
}
.cid-uoevayKkJs {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #040402;
}
.cid-uoevayKkJs .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uoevayKkJs .card-wrapper {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uoevayKkJs .card-wrapper {
    padding: 0;
  }
}
.cid-uoevayKkJs .card-text {
  color: #999999;
}
.cid-uodWOwOZbG {
  padding-top: 315px;
  background-image: url("../../../assets/images/chilesugardatings-975x529.jpg");
}
.cid-uodWOwOZbG H2 {
  color: #e2090d;
}
.cid-uodWOwOZbG h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uodWOwOZbG section {
  align-items: flex-end !important;
}
.cid-uodWOwOZbG .mbr-text,
.cid-uodWOwOZbG .mbr-section-btn {
  color: #999999;
}
.cid-uodWOwOZbG .mbr-overlay {
  background-color: transparent !important;
  background: linear-gradient(to top, #000000, transparent);
}
.cid-uodWOxiIwD {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uodWOxiIwD .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uodWOxiIwD .mbr-text,
.cid-uodWOxiIwD .mbr-section-btn {
  color: #999999;
}
.cid-uoewadK4v8 {
  padding-top: 45px;
  padding-bottom: 0px;
  position: relative;
  background-color: #000000;
}
.cid-uoewadK4v8 p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-uoewadK4v8 .panel-title {
  border-bottom: 2px solid #e2090d;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-uoewadK4v8 .collapsed {
  border: none;
}
.cid-uoewadK4v8 .collapsed span {
  transform: rotate(0deg);
}
.cid-uoewadK4v8 span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-uoewadK4v8 .panel-body {
  padding-top: 0.5rem;
}
.cid-uoewadK4v8 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uoewadK4v8 .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-uoewadK4v8 .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uoewadK4v8 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uoewadK4v8 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-uoewadK4v8 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uoewadK4v8 .panel-text {
  color: #767676;
}
.cid-uoewadK4v8 H4 {
  color: #999999;
}
.cid-uoewadK4v8 H2 {
  color: #ffffff;
}
.cid-uoewadK4v8 .mbr-section-text {
  color: #999999;
}
.cid-uoey3VQrLd {
  padding-top: 0px;
  padding-bottom: 45px;
  position: relative;
  background-color: #000000;
}
.cid-uoey3VQrLd p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-uoey3VQrLd .panel-title {
  border-bottom: 2px solid #e2090d;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-uoey3VQrLd .collapsed {
  border: none;
}
.cid-uoey3VQrLd .collapsed span {
  transform: rotate(0deg);
}
.cid-uoey3VQrLd span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-uoey3VQrLd .panel-body {
  padding-top: 0.5rem;
}
.cid-uoey3VQrLd .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uoey3VQrLd .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-uoey3VQrLd .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uoey3VQrLd .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uoey3VQrLd .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-uoey3VQrLd .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uoey3VQrLd .panel-text {
  color: #767676;
}
.cid-uoey3VQrLd H4 {
  color: #999999;
}
.cid-uoey3VQrLd H2 {
  color: #ffffff;
}
.cid-uoey3VQrLd .mbr-section-text {
  color: #999999;
}
.cid-uodWOxEYPw {
  background-image: url("../../../assets/images/sugar-baby-sugar-daddy-700x500.jpg");
}
.cid-uodWOxEYPw H1 {
  color: #e2090d;
}
.cid-uodWOxEYPw h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uodWOxEYPw .mbr-text,
.cid-uodWOxEYPw .mbr-section-btn {
  color: #999999;
}
.cid-uodWOy4JD9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #191919;
}
.cid-uodWOy4JD9 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uodWOy4JD9 .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-uodWOy4JD9 .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uodWOy4JD9 .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #b30609;
}
.cid-uodWOy4JD9 .container {
  max-width: 1400px;
}
.cid-uodWOy4JD9 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-uodWOy4JD9 .time {
  line-height: 2;
}
.cid-uodWOy4JD9 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-uodWOy4JD9 .text-wrap {
  width: 100%;
}
.cid-uodWOy4JD9 .item-wrap {
  display: inline-block;
}
.cid-uodWOy4JD9 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uodWOy4JD9 .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-uodWOy4JD9 .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uodWOy4JD9 .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uodWOy4JD9 .socicon-wrap {
    margin: auto;
  }
}
.cid-uodWOy4JD9 .mbr-text {
  color: #999999;
}
.cid-uodWOy4JD9 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-uodWOy4JD9 .icon-title,
.cid-uodWOy4JD9 .align-wrap {
  color: #f3f3f3;
  width: 100%;
  text-align: center;
}
.cid-uodWOy4JD9 .item-text,
.cid-uodWOy4JD9 .item-icon {
  color: #f3f3f3;
}
.cid-uodWOy4JD9 .mbr-text,
.cid-uodWOy4JD9 .mbr-section-btn {
  color: #e5e5e5;
}
.cid-s1YLZwONfz .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1YLZwONfz .btn {
  white-space: nowrap;
}
.cid-s1YLZwONfz .nav-link,
.cid-s1YLZwONfz .icons-menu .mbr-iconfont,
.cid-s1YLZwONfz .dropdown-item {
  transition: all 0.1s;
}
.cid-s1YLZwONfz .nav-link:hover,
.cid-s1YLZwONfz .icons-menu .mbr-iconfont:hover,
.cid-s1YLZwONfz .dropdown-item:hover {
  color: #fc5130 !important;
}
@media (max-width: 992px) {
  .cid-s1YLZwONfz .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-s1YLZwONfz .container {
  display: flex;
  margin: auto;
}
.cid-s1YLZwONfz .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-s1YLZwONfz .navbar.opened {
  transition: all .3s;
}
.cid-s1YLZwONfz .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s1YLZwONfz .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-s1YLZwONfz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s1YLZwONfz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s1YLZwONfz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-s1YLZwONfz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s1YLZwONfz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s1YLZwONfz .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: 55%;
}
.cid-s1YLZwONfz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s1YLZwONfz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s1YLZwONfz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s1YLZwONfz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1YLZwONfz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1YLZwONfz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1YLZwONfz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1YLZwONfz .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: 55%;
  }
  .cid-s1YLZwONfz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1YLZwONfz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1YLZwONfz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s1YLZwONfz .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s1YLZwONfz .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1YLZwONfz .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s1YLZwONfz .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-s1YLZwONfz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1YLZwONfz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1YLZwONfz .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-s1YLZwONfz .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-s1YLZwONfz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s1YLZwONfz .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s1YLZwONfz .navbar-caption {
  padding-right: 4rem;
}
.cid-s1YLZwONfz .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-s1YLZwONfz .dropdown-menu,
.cid-s1YLZwONfz .navbar.opened {
  background: #191919 !important;
}
.cid-s1YLZwONfz .nav-item:focus,
.cid-s1YLZwONfz .nav-link:focus {
  outline: none;
}
.cid-s1YLZwONfz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1YLZwONfz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1YLZwONfz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s1YLZwONfz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1YLZwONfz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s1YLZwONfz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-s1YLZwONfz .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s1YLZwONfz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1YLZwONfz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1YLZwONfz .dropdown-item.active,
.cid-s1YLZwONfz .dropdown-item:active {
  background-color: transparent;
}
.cid-s1YLZwONfz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1YLZwONfz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1YLZwONfz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1YLZwONfz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-s1YLZwONfz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1YLZwONfz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1YLZwONfz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1YLZwONfz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s1YLZwONfz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YLZwONfz .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1YLZwONfz a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s1YLZwONfz .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-s1YLZwONfz .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1YLZwONfz .navbar {
    height: 77px;
  }
  .cid-s1YLZwONfz .navbar.opened {
    height: auto;
  }
  .cid-s1YLZwONfz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1YLZwONfz .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uqFQoAeeQP {
  background-image: url("../../../assets/images/blog-sugar-daddy-near-me-dscreet-arrangement-980x630.jpeg");
}
.cid-uqFQoAeeQP H1 {
  color: #e2090d;
}
.cid-uqFQoAeeQP h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uqFR4s7fTs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uqFR4s7fTs img,
.cid-uqFR4s7fTs .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uqFR4s7fTs .item:focus,
.cid-uqFR4s7fTs span:focus {
  outline: none;
}
.cid-uqFR4s7fTs .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uqFR4s7fTs .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #f3f3f3;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uqFR4s7fTs .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uqFR4s7fTs .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uqFR4s7fTs .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uqFR4s7fTs .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uqFR4s7fTs .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uqFR4s7fTs .mbr-section-title {
  color: #232323;
}
.cid-uqFR4s7fTs .mbr-text,
.cid-uqFR4s7fTs .mbr-section-btn {
  text-align: left;
}
.cid-uqFR4s7fTs .item-title {
  text-align: left;
}
.cid-uqFR4s7fTs .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-ufm56XIsKW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #191919;
}
.cid-ufm56XIsKW .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-ufm56XIsKW .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-ufm56XIsKW .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-ufm56XIsKW .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #b30609;
}
.cid-ufm56XIsKW .container {
  max-width: 1400px;
}
.cid-ufm56XIsKW li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-ufm56XIsKW .time {
  line-height: 2;
}
.cid-ufm56XIsKW .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-ufm56XIsKW .text-wrap {
  width: 100%;
}
.cid-ufm56XIsKW .item-wrap {
  display: inline-block;
}
.cid-ufm56XIsKW .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-ufm56XIsKW .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-ufm56XIsKW .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-ufm56XIsKW .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ufm56XIsKW .socicon-wrap {
    margin: auto;
  }
}
.cid-ufm56XIsKW .mbr-text {
  color: #999999;
}
.cid-ufm56XIsKW .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-ufm56XIsKW .icon-title,
.cid-ufm56XIsKW .align-wrap {
  color: #f3f3f3;
  width: 100%;
  text-align: center;
}
.cid-ufm56XIsKW .item-text,
.cid-ufm56XIsKW .item-icon {
  color: #f3f3f3;
}
.cid-ufm56XIsKW .mbr-text,
.cid-ufm56XIsKW .mbr-section-btn {
  color: #e5e5e5;
}
.cid-uqGM1DJPky .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uqGM1DJPky .btn {
  white-space: nowrap;
}
.cid-uqGM1DJPky .nav-link,
.cid-uqGM1DJPky .icons-menu .mbr-iconfont,
.cid-uqGM1DJPky .dropdown-item {
  transition: all 0.1s;
}
.cid-uqGM1DJPky .nav-link:hover,
.cid-uqGM1DJPky .icons-menu .mbr-iconfont:hover,
.cid-uqGM1DJPky .dropdown-item:hover {
  color: #fc5130 !important;
}
@media (max-width: 992px) {
  .cid-uqGM1DJPky .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uqGM1DJPky .container {
  display: flex;
  margin: auto;
}
.cid-uqGM1DJPky .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-uqGM1DJPky .navbar.opened {
  transition: all .3s;
}
.cid-uqGM1DJPky .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uqGM1DJPky .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uqGM1DJPky .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqGM1DJPky .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqGM1DJPky .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uqGM1DJPky .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqGM1DJPky .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqGM1DJPky .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: 55%;
}
.cid-uqGM1DJPky .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqGM1DJPky .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uqGM1DJPky .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uqGM1DJPky .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqGM1DJPky .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqGM1DJPky .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqGM1DJPky .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqGM1DJPky .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: 55%;
  }
  .cid-uqGM1DJPky .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uqGM1DJPky .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqGM1DJPky .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqGM1DJPky .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uqGM1DJPky .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uqGM1DJPky .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uqGM1DJPky .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-uqGM1DJPky .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uqGM1DJPky .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uqGM1DJPky .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uqGM1DJPky .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uqGM1DJPky .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uqGM1DJPky .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uqGM1DJPky .navbar-caption {
  padding-right: 4rem;
}
.cid-uqGM1DJPky .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uqGM1DJPky .dropdown-menu,
.cid-uqGM1DJPky .navbar.opened {
  background: #191919 !important;
}
.cid-uqGM1DJPky .nav-item:focus,
.cid-uqGM1DJPky .nav-link:focus {
  outline: none;
}
.cid-uqGM1DJPky .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uqGM1DJPky .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqGM1DJPky .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uqGM1DJPky .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uqGM1DJPky .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqGM1DJPky .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uqGM1DJPky .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqGM1DJPky .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqGM1DJPky .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqGM1DJPky .dropdown-item.active,
.cid-uqGM1DJPky .dropdown-item:active {
  background-color: transparent;
}
.cid-uqGM1DJPky .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqGM1DJPky .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqGM1DJPky .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqGM1DJPky .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-uqGM1DJPky .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqGM1DJPky .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqGM1DJPky ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uqGM1DJPky .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uqGM1DJPky button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uqGM1DJPky button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqGM1DJPky button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uqGM1DJPky button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uqGM1DJPky button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uqGM1DJPky button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uqGM1DJPky nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqGM1DJPky nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uqGM1DJPky nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uqGM1DJPky nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqGM1DJPky .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uqGM1DJPky a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uqGM1DJPky .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uqGM1DJPky .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqGM1DJPky .navbar {
    height: 77px;
  }
  .cid-uqGM1DJPky .navbar.opened {
    height: auto;
  }
  .cid-uqGM1DJPky .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqGM1DJPky .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uqGM1EpRfE {
  padding-top: 345px;
  background-image: url("../../../assets/images/banner-3-1920x803.jpeg");
}
.cid-uqGM1EpRfE H2 {
  color: #e2090d;
}
.cid-uqGM1EpRfE h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uqGM1EpRfE section {
  align-items: flex-end !important;
}
.cid-uqGM1EpRfE .mbr-text,
.cid-uqGM1EpRfE .mbr-section-btn {
  color: #999999;
}
.cid-uqGM1EpRfE .mbr-overlay {
  background-color: transparent !important;
  background: linear-gradient(to top, #000000, transparent);
}
.cid-uqGM1EWlRL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #191919;
}
.cid-uqGM1EWlRL .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uqGM1EWlRL .mbr-text,
.cid-uqGM1EWlRL .mbr-section-btn {
  color: #999999;
}
.cid-uqGOdWbLKO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #191919;
}
.cid-uqGOdWbLKO .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uqGOdWbLKO .mbr-text,
.cid-uqGOdWbLKO .mbr-section-btn {
  color: #999999;
}
.cid-uqGOdWbLKO img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uqGOdWbLKO img {
    width: 96%;
  }
}
.cid-uqGM1FwquD {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #191919;
}
.cid-uqGM1FwquD .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uqGM1FwquD .mbr-text,
.cid-uqGM1FwquD .mbr-section-btn {
  color: #999999;
}
.cid-uqGOF9vCZj {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #040402;
}
.cid-uqGOF9vCZj .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uqGOF9vCZj .card-wrapper {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uqGOF9vCZj .card-wrapper {
    padding: 0;
  }
}
.cid-uqGOF9vCZj .card-text {
  color: #999999;
}
.cid-uqGP0AbXvJ {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #040402;
}
.cid-uqGP0AbXvJ .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uqGP0AbXvJ .card-wrapper {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uqGP0AbXvJ .card-wrapper {
    padding: 0;
  }
}
.cid-uqGP0AbXvJ .card-text {
  color: #999999;
}
.cid-uqGM1G7yMh {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #191919;
}
.cid-uqGM1G7yMh .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uqGM1G7yMh .mbr-text,
.cid-uqGM1G7yMh .mbr-section-btn {
  color: #999999;
}
.cid-uqGM1I1ztW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #191919;
}
.cid-uqGM1I1ztW .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uqGM1I1ztW .mbr-text,
.cid-uqGM1I1ztW .mbr-section-btn {
  color: #999999;
}
.cid-uqGM1I1ztW img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uqGM1I1ztW img {
    width: 96%;
  }
}
.cid-uqGM1K2euo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #191919;
}
.cid-uqGM1K2euo .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uqGM1K2euo .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-uqGM1K2euo .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uqGM1K2euo .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #b30609;
}
.cid-uqGM1K2euo .container {
  max-width: 1400px;
}
.cid-uqGM1K2euo li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-uqGM1K2euo .time {
  line-height: 2;
}
.cid-uqGM1K2euo .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-uqGM1K2euo .text-wrap {
  width: 100%;
}
.cid-uqGM1K2euo .item-wrap {
  display: inline-block;
}
.cid-uqGM1K2euo .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uqGM1K2euo .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-uqGM1K2euo .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uqGM1K2euo .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uqGM1K2euo .socicon-wrap {
    margin: auto;
  }
}
.cid-uqGM1K2euo .mbr-text {
  color: #999999;
}
.cid-uqGM1K2euo .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-uqGM1K2euo .icon-title,
.cid-uqGM1K2euo .align-wrap {
  color: #f3f3f3;
  width: 100%;
  text-align: center;
}
.cid-uqGM1K2euo .item-text,
.cid-uqGM1K2euo .item-icon {
  color: #f3f3f3;
}
.cid-uqGM1K2euo .mbr-text,
.cid-uqGM1K2euo .mbr-section-btn {
  color: #e5e5e5;
}
.cid-uodzoFe5LR .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uodzoFe5LR .btn {
  white-space: nowrap;
}
.cid-uodzoFe5LR .nav-link,
.cid-uodzoFe5LR .icons-menu .mbr-iconfont,
.cid-uodzoFe5LR .dropdown-item {
  transition: all 0.1s;
}
.cid-uodzoFe5LR .nav-link:hover,
.cid-uodzoFe5LR .icons-menu .mbr-iconfont:hover,
.cid-uodzoFe5LR .dropdown-item:hover {
  color: #fc5130 !important;
}
@media (max-width: 992px) {
  .cid-uodzoFe5LR .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uodzoFe5LR .container {
  display: flex;
  margin: auto;
}
.cid-uodzoFe5LR .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-uodzoFe5LR .navbar.opened {
  transition: all .3s;
}
.cid-uodzoFe5LR .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uodzoFe5LR .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uodzoFe5LR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uodzoFe5LR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uodzoFe5LR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uodzoFe5LR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uodzoFe5LR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uodzoFe5LR .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: 55%;
}
.cid-uodzoFe5LR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uodzoFe5LR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uodzoFe5LR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uodzoFe5LR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uodzoFe5LR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uodzoFe5LR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uodzoFe5LR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uodzoFe5LR .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: 55%;
  }
  .cid-uodzoFe5LR .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uodzoFe5LR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uodzoFe5LR .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uodzoFe5LR .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uodzoFe5LR .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uodzoFe5LR .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uodzoFe5LR .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-uodzoFe5LR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uodzoFe5LR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uodzoFe5LR .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uodzoFe5LR .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uodzoFe5LR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uodzoFe5LR .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uodzoFe5LR .navbar-caption {
  padding-right: 4rem;
}
.cid-uodzoFe5LR .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uodzoFe5LR .dropdown-menu,
.cid-uodzoFe5LR .navbar.opened {
  background: #191919 !important;
}
.cid-uodzoFe5LR .nav-item:focus,
.cid-uodzoFe5LR .nav-link:focus {
  outline: none;
}
.cid-uodzoFe5LR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uodzoFe5LR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uodzoFe5LR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uodzoFe5LR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uodzoFe5LR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uodzoFe5LR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uodzoFe5LR .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uodzoFe5LR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uodzoFe5LR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uodzoFe5LR .dropdown-item.active,
.cid-uodzoFe5LR .dropdown-item:active {
  background-color: transparent;
}
.cid-uodzoFe5LR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uodzoFe5LR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uodzoFe5LR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uodzoFe5LR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-uodzoFe5LR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uodzoFe5LR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uodzoFe5LR ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uodzoFe5LR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uodzoFe5LR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uodzoFe5LR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uodzoFe5LR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uodzoFe5LR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uodzoFe5LR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uodzoFe5LR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uodzoFe5LR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uodzoFe5LR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uodzoFe5LR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uodzoFe5LR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uodzoFe5LR .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uodzoFe5LR a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uodzoFe5LR .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uodzoFe5LR .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uodzoFe5LR .navbar {
    height: 77px;
  }
  .cid-uodzoFe5LR .navbar.opened {
    height: auto;
  }
  .cid-uodzoFe5LR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uodzoFe5LR .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uodzoFQoIi {
  background-color: #040402;
}
.cid-uodzoFQoIi H1 {
  color: #e2090d;
}
.cid-uodzoFQoIi h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uodzoFQoIi img {
  width: 100%;
}
.cid-uodzoFQoIi .mbr-text,
.cid-uodzoFQoIi .mbr-section-btn {
  color: #999999;
}
.cid-uodzoGsX3s {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #191919;
}
.cid-uodzoGsX3s .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uodzoGsX3s .mbr-text,
.cid-uodzoGsX3s .mbr-section-btn {
  color: #999999;
}
.cid-uodEUBkqr8 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uodEUBkqr8 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uodEUBkqr8 .mbr-text,
.cid-uodEUBkqr8 .mbr-section-btn {
  color: #999999;
}
.cid-uodzoH2uH3 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #040402;
}
.cid-uodzoH2uH3 img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 767px) {
  .cid-uodzoH2uH3 .container-fluid {
    padding: 0 2rem;
  }
}
.cid-uodzoH2uH3 .card-wrapper {
  background: #191919;
  padding: 3rem;
}
.cid-uodzoH2uH3 .card-wrapper:hover {
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uodzoH2uH3 .text-wrap {
  display: flex;
  justify-content: center;
  padding-top: 1rem;
}
.cid-uodzoH2uH3 .icon-wrapper {
  padding: 0 1rem;
}
.cid-uodzoH2uH3 .card-box {
  padding-top: 2rem;
}
.cid-uodzoH2uH3 .link-icon {
  font-size: 1.5rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uodzoH2uH3 .card-title {
  color: #999999;
}
.cid-uodzoH2uH3 .mbr-subtitle {
  color: #ffffff;
}
.cid-uodzoH2uH3 .main-title {
  color: #ffffff;
}
.cid-uodzoH2uH3 .main-subtitle {
  color: #999999;
}
.cid-uodzoH2uH3 .card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uodzoH2uH3 .card:hover {
  transform: translateY(-10px);
}
.cid-uodzoH2uH3 .card:hover .link-icon {
  color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uodzoH2uH3 .card:hover .card-title,
.cid-uodzoH2uH3 .card:hover .mbr-subtitle {
  color: #ffffff !important;
}
@media (min-width: 1600px) {
  .cid-uodzoH2uH3 .card {
    max-width: 20%;
  }
}
@media (max-width: 1600px) {
  .cid-uodzoH2uH3 .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uodzoI9YBd {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #040402;
}
.cid-uodzoI9YBd img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 767px) {
  .cid-uodzoI9YBd .container-fluid {
    padding: 0 2rem;
  }
}
.cid-uodzoI9YBd .card-wrapper {
  background: #191919;
  padding: 3rem;
}
.cid-uodzoI9YBd .card-wrapper:hover {
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uodzoI9YBd .text-wrap {
  display: flex;
  justify-content: center;
  padding-top: 1rem;
}
.cid-uodzoI9YBd .icon-wrapper {
  padding: 0 1rem;
}
.cid-uodzoI9YBd .card-box {
  padding-top: 2rem;
}
.cid-uodzoI9YBd .link-icon {
  font-size: 1.5rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uodzoI9YBd .card-title {
  color: #999999;
}
.cid-uodzoI9YBd .mbr-subtitle {
  color: #ffffff;
}
.cid-uodzoI9YBd .main-title {
  color: #ffffff;
}
.cid-uodzoI9YBd .main-subtitle {
  color: #999999;
}
.cid-uodzoI9YBd .card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uodzoI9YBd .card:hover {
  transform: translateY(-10px);
}
.cid-uodzoI9YBd .card:hover .link-icon {
  color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uodzoI9YBd .card:hover .card-title,
.cid-uodzoI9YBd .card:hover .mbr-subtitle {
  color: #ffffff !important;
}
@media (min-width: 1600px) {
  .cid-uodzoI9YBd .card {
    max-width: 20%;
  }
}
@media (max-width: 1600px) {
  .cid-uodzoI9YBd .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uodMCBcfxP {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uodMCBcfxP .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uodMCBcfxP .mbr-text,
.cid-uodMCBcfxP .mbr-section-btn {
  color: #999999;
}
.cid-uodMCBcfxP img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uodMCBcfxP img {
    width: 96%;
  }
}
.cid-uodMGvP44y {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #111111;
}
.cid-uodMGvP44y .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-uodMGvP44y .card-wrapper {
    padding: 0;
  }
}
.cid-uodMGvP44y img {
  width: 100%;
}
.cid-uodMGvP44y .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uodMGvP44y .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uodMGvP44y .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-uodMGvP44y h4 {
  margin: 0;
}
.cid-uodMGvP44y .card-text {
  color: #999999;
}
.cid-uodMGvP44y .mbr-text {
  color: #000000;
}
.cid-uodMGvP44y .card-title {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-uodMGvP44y .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .cid-uodMGvP44y .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-uodMGvP44y .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uodMGvP44y .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-uodMGvP44y H3 {
  color: #787324;
}
.cid-uodMGvP44y .mbr-section-title,
.cid-uodMGvP44y .title-wrapper {
  color: #ffffff;
}
.cid-uodMGvP44y .mbr-text,
.cid-uodMGvP44y .mbr-section-btn {
  color: #999999;
}
.cid-uodzoJ2HYf {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uodzoJ2HYf .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uodzoJ2HYf .mbr-text,
.cid-uodzoJ2HYf .mbr-section-btn {
  color: #999999;
}
.cid-uodNOp4XYF {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #191919;
}
.cid-uodNOp4XYF .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uodNOp4XYF .mbr-text,
.cid-uodNOp4XYF .mbr-section-btn {
  color: #999999;
}
.cid-uodzoJuWhe {
  padding-top: 315px;
  background-image: url("../../../assets/images/sugardatingchilefd-870x456.jpg");
}
.cid-uodzoJuWhe H2 {
  color: #e2090d;
}
.cid-uodzoJuWhe h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uodzoJuWhe section {
  align-items: flex-end !important;
}
.cid-uodzoJuWhe .mbr-text,
.cid-uodzoJuWhe .mbr-section-btn {
  color: #999999;
}
.cid-uodzoJuWhe .mbr-overlay {
  background-color: transparent !important;
  background: linear-gradient(to top, #000000, transparent);
}
.cid-uodzoJX5cj {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uodzoJX5cj .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uodzoJX5cj .mbr-text,
.cid-uodzoJX5cj .mbr-section-btn {
  color: #999999;
}
.cid-uodzoMdkWB {
  background-image: url("../../../assets/images/sugar-baby-sugar-daddy-700x500.jpg");
}
.cid-uodzoMdkWB H1 {
  color: #e2090d;
}
.cid-uodzoMdkWB h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uodzoMdkWB .mbr-text,
.cid-uodzoMdkWB .mbr-section-btn {
  color: #999999;
}
.cid-uodzoMIXKx {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #191919;
}
.cid-uodzoMIXKx .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uodzoMIXKx .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-uodzoMIXKx .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uodzoMIXKx .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #b30609;
}
.cid-uodzoMIXKx .container {
  max-width: 1400px;
}
.cid-uodzoMIXKx li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-uodzoMIXKx .time {
  line-height: 2;
}
.cid-uodzoMIXKx .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-uodzoMIXKx .text-wrap {
  width: 100%;
}
.cid-uodzoMIXKx .item-wrap {
  display: inline-block;
}
.cid-uodzoMIXKx .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uodzoMIXKx .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-uodzoMIXKx .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uodzoMIXKx .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uodzoMIXKx .socicon-wrap {
    margin: auto;
  }
}
.cid-uodzoMIXKx .mbr-text {
  color: #999999;
}
.cid-uodzoMIXKx .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-uodzoMIXKx .icon-title,
.cid-uodzoMIXKx .align-wrap {
  color: #f3f3f3;
  width: 100%;
  text-align: center;
}
.cid-uodzoMIXKx .item-text,
.cid-uodzoMIXKx .item-icon {
  color: #f3f3f3;
}
.cid-uodzoMIXKx .mbr-text,
.cid-uodzoMIXKx .mbr-section-btn {
  color: #e5e5e5;
}
.cid-uy8OvSFvIZ .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uy8OvSFvIZ .btn {
  white-space: nowrap;
}
.cid-uy8OvSFvIZ .nav-link,
.cid-uy8OvSFvIZ .icons-menu .mbr-iconfont,
.cid-uy8OvSFvIZ .dropdown-item {
  transition: all 0.1s;
}
.cid-uy8OvSFvIZ .nav-link:hover,
.cid-uy8OvSFvIZ .icons-menu .mbr-iconfont:hover,
.cid-uy8OvSFvIZ .dropdown-item:hover {
  color: #fc5130 !important;
}
@media (max-width: 992px) {
  .cid-uy8OvSFvIZ .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uy8OvSFvIZ .container {
  display: flex;
  margin: auto;
}
.cid-uy8OvSFvIZ .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-uy8OvSFvIZ .navbar.opened {
  transition: all .3s;
}
.cid-uy8OvSFvIZ .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uy8OvSFvIZ .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uy8OvSFvIZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uy8OvSFvIZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uy8OvSFvIZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uy8OvSFvIZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uy8OvSFvIZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uy8OvSFvIZ .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: 55%;
}
.cid-uy8OvSFvIZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uy8OvSFvIZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uy8OvSFvIZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uy8OvSFvIZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uy8OvSFvIZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uy8OvSFvIZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uy8OvSFvIZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uy8OvSFvIZ .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: 55%;
  }
  .cid-uy8OvSFvIZ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uy8OvSFvIZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uy8OvSFvIZ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uy8OvSFvIZ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uy8OvSFvIZ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uy8OvSFvIZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uy8OvSFvIZ .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-uy8OvSFvIZ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uy8OvSFvIZ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uy8OvSFvIZ .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uy8OvSFvIZ .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uy8OvSFvIZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uy8OvSFvIZ .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uy8OvSFvIZ .navbar-caption {
  padding-right: 4rem;
}
.cid-uy8OvSFvIZ .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uy8OvSFvIZ .dropdown-menu,
.cid-uy8OvSFvIZ .navbar.opened {
  background: #191919 !important;
}
.cid-uy8OvSFvIZ .nav-item:focus,
.cid-uy8OvSFvIZ .nav-link:focus {
  outline: none;
}
.cid-uy8OvSFvIZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uy8OvSFvIZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uy8OvSFvIZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uy8OvSFvIZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uy8OvSFvIZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uy8OvSFvIZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uy8OvSFvIZ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uy8OvSFvIZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uy8OvSFvIZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uy8OvSFvIZ .dropdown-item.active,
.cid-uy8OvSFvIZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uy8OvSFvIZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uy8OvSFvIZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uy8OvSFvIZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uy8OvSFvIZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-uy8OvSFvIZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uy8OvSFvIZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uy8OvSFvIZ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uy8OvSFvIZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uy8OvSFvIZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uy8OvSFvIZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uy8OvSFvIZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uy8OvSFvIZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uy8OvSFvIZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uy8OvSFvIZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uy8OvSFvIZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uy8OvSFvIZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uy8OvSFvIZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uy8OvSFvIZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uy8OvSFvIZ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uy8OvSFvIZ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uy8OvSFvIZ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uy8OvSFvIZ .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uy8OvSFvIZ .navbar {
    height: 77px;
  }
  .cid-uy8OvSFvIZ .navbar.opened {
    height: auto;
  }
  .cid-uy8OvSFvIZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uy8OvSFvIZ .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uy8OvTdvad {
  padding-top: 345px;
  background-image: url("../../../assets/images/1058-1500x1000.jpg");
}
.cid-uy8OvTdvad H2 {
  color: #e2090d;
}
.cid-uy8OvTdvad h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uy8OvTdvad section {
  align-items: flex-end !important;
}
.cid-uy8OvTdvad .mbr-text,
.cid-uy8OvTdvad .mbr-section-btn {
  color: #999999;
}
.cid-uy8OvTdvad .mbr-overlay {
  background-color: transparent !important;
  background: linear-gradient(to top, #000000, transparent);
}
.cid-uy8OvTyiB8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #191919;
}
.cid-uy8OvTyiB8 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uy8OvTyiB8 .mbr-text,
.cid-uy8OvTyiB8 .mbr-section-btn {
  color: #999999;
}
.cid-uy8OvTZ1Fd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #191919;
}
.cid-uy8OvTZ1Fd .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uy8OvTZ1Fd .mbr-text,
.cid-uy8OvTZ1Fd .mbr-section-btn {
  color: #999999;
}
.cid-uy8OvTZ1Fd img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uy8OvTZ1Fd img {
    width: 96%;
  }
}
.cid-uy8TUsKDjm {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uy8TUsKDjm .mbr-section-title {
  letter-spacing: 0.1em;
  color: #f3f3f3;
  margin-bottom: 2rem;
}
.cid-uy8TUsKDjm .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-uy8TUsKDjm .btn {
  margin: 0px !important;
}
.cid-uy8TUsKDjm .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uy8TUsKDjm .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uy8TUsKDjm .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-uy8TUsKDjm .carousel-item .wrap-img {
  text-align: center;
}
.cid-uy8TUsKDjm .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-uy8TUsKDjm .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-uy8TUsKDjm .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-uy8TUsKDjm .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #cccccc;
  display: inline-block;
  border: 4px solid #cccccc;
}
.cid-uy8TUsKDjm .carousel-indicators li.active {
  border-color: #a3a3a3;
}
@media (max-width: 768px) {
  .cid-uy8TUsKDjm .second-col {
    padding-top: 2rem;
  }
}
.cid-uy8TUsKDjm .mbr-section-subtitle,
.cid-uy8TUsKDjm .mbr-section-btn {
  color: #cccccc;
}
.cid-uy8OvUos3I {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #191919;
}
.cid-uy8OvUos3I .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uy8OvUos3I .mbr-text,
.cid-uy8OvUos3I .mbr-section-btn {
  color: #999999;
}
.cid-uy8OvUOyxZ {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #040402;
}
.cid-uy8OvUOyxZ .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uy8OvUOyxZ .card-wrapper {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uy8OvUOyxZ .card-wrapper {
    padding: 0;
  }
}
.cid-uy8OvUOyxZ .card-text {
  color: #999999;
}
.cid-uy8OvVjEGD {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #040402;
}
.cid-uy8OvVjEGD .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uy8OvVjEGD .card-wrapper {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uy8OvVjEGD .card-wrapper {
    padding: 0;
  }
}
.cid-uy8OvVjEGD .card-text {
  color: #999999;
}
.cid-uy8OvVL6bI {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #191919;
}
.cid-uy8OvVL6bI .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uy8OvVL6bI .mbr-text,
.cid-uy8OvVL6bI .mbr-section-btn {
  color: #999999;
}
.cid-uy8OvWguYv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #191919;
}
.cid-uy8OvWguYv .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uy8OvWguYv .mbr-text,
.cid-uy8OvWguYv .mbr-section-btn {
  color: #999999;
}
.cid-uy8OvWguYv img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uy8OvWguYv img {
    width: 96%;
  }
}
.cid-uy8OvWHdh4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #191919;
}
.cid-uy8OvWHdh4 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uy8OvWHdh4 .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-uy8OvWHdh4 .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uy8OvWHdh4 .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #b30609;
}
.cid-uy8OvWHdh4 .container {
  max-width: 1400px;
}
.cid-uy8OvWHdh4 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-uy8OvWHdh4 .time {
  line-height: 2;
}
.cid-uy8OvWHdh4 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-uy8OvWHdh4 .text-wrap {
  width: 100%;
}
.cid-uy8OvWHdh4 .item-wrap {
  display: inline-block;
}
.cid-uy8OvWHdh4 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uy8OvWHdh4 .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-uy8OvWHdh4 .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uy8OvWHdh4 .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uy8OvWHdh4 .socicon-wrap {
    margin: auto;
  }
}
.cid-uy8OvWHdh4 .mbr-text {
  color: #999999;
}
.cid-uy8OvWHdh4 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-uy8OvWHdh4 .icon-title,
.cid-uy8OvWHdh4 .align-wrap {
  color: #f3f3f3;
  width: 100%;
  text-align: center;
}
.cid-uy8OvWHdh4 .item-text,
.cid-uy8OvWHdh4 .item-icon {
  color: #f3f3f3;
}
.cid-uy8OvWHdh4 .mbr-text,
.cid-uy8OvWHdh4 .mbr-section-btn {
  color: #e5e5e5;
}
.cid-s1YLZwONfz .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1YLZwONfz .btn {
  white-space: nowrap;
}
.cid-s1YLZwONfz .nav-link,
.cid-s1YLZwONfz .icons-menu .mbr-iconfont,
.cid-s1YLZwONfz .dropdown-item {
  transition: all 0.1s;
}
.cid-s1YLZwONfz .nav-link:hover,
.cid-s1YLZwONfz .icons-menu .mbr-iconfont:hover,
.cid-s1YLZwONfz .dropdown-item:hover {
  color: #fc5130 !important;
}
@media (max-width: 992px) {
  .cid-s1YLZwONfz .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-s1YLZwONfz .container {
  display: flex;
  margin: auto;
}
.cid-s1YLZwONfz .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-s1YLZwONfz .navbar.opened {
  transition: all .3s;
}
.cid-s1YLZwONfz .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s1YLZwONfz .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-s1YLZwONfz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s1YLZwONfz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s1YLZwONfz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-s1YLZwONfz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s1YLZwONfz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s1YLZwONfz .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: 55%;
}
.cid-s1YLZwONfz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s1YLZwONfz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s1YLZwONfz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s1YLZwONfz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1YLZwONfz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1YLZwONfz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1YLZwONfz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1YLZwONfz .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: 55%;
  }
  .cid-s1YLZwONfz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1YLZwONfz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1YLZwONfz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s1YLZwONfz .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s1YLZwONfz .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1YLZwONfz .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s1YLZwONfz .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-s1YLZwONfz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1YLZwONfz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1YLZwONfz .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-s1YLZwONfz .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-s1YLZwONfz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s1YLZwONfz .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s1YLZwONfz .navbar-caption {
  padding-right: 4rem;
}
.cid-s1YLZwONfz .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-s1YLZwONfz .dropdown-menu,
.cid-s1YLZwONfz .navbar.opened {
  background: #191919 !important;
}
.cid-s1YLZwONfz .nav-item:focus,
.cid-s1YLZwONfz .nav-link:focus {
  outline: none;
}
.cid-s1YLZwONfz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1YLZwONfz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1YLZwONfz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s1YLZwONfz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1YLZwONfz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s1YLZwONfz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-s1YLZwONfz .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s1YLZwONfz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1YLZwONfz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1YLZwONfz .dropdown-item.active,
.cid-s1YLZwONfz .dropdown-item:active {
  background-color: transparent;
}
.cid-s1YLZwONfz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1YLZwONfz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1YLZwONfz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1YLZwONfz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-s1YLZwONfz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1YLZwONfz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1YLZwONfz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1YLZwONfz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s1YLZwONfz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YLZwONfz .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1YLZwONfz a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s1YLZwONfz .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-s1YLZwONfz .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1YLZwONfz .navbar {
    height: 77px;
  }
  .cid-s1YLZwONfz .navbar.opened {
    height: auto;
  }
  .cid-s1YLZwONfz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1YLZwONfz .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uLByiWd7Vc {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uLByiWd7Vc .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLByiWd7Vc .mbr-text,
.cid-uLByiWd7Vc .mbr-section-btn {
  color: #999999;
}
.cid-uLByiWd7Vc .mbr-section-title,
.cid-uLByiWd7Vc .title-wrapper {
  text-align: center;
}
.cid-uLBzTw5hTT {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-uLBzTw5hTT img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uLBzTw5hTT .link-wrapper {
  margin-bottom: 1rem;
}
.cid-uLBzTw5hTT .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-uLBzTw5hTT .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uLBzTw5hTT .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uLBzTw5hTT .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uLBzTw5hTT .first:hover:before {
  content: none;
}
.cid-uLBzTw5hTT .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLBzTw5hTT .last:hover:after {
  content: none;
}
.cid-uLBzTw5hTT .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLBzTw5hTT .mbr-section-text {
  color: #999999;
}
.cid-uLBzTw5hTT .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-uLBzTw5hTT .card .img-wrapper {
  overflow: hidden;
}
.cid-uLBzTw5hTT .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uLBzTw5hTT .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uLBzTw5hTT .card:hover .card-wrapper {
  background: linear-gradient(to left, #fc5130, #e2090d);
  color: #ffffff !important;
}
.cid-uLBzTw5hTT .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uKARQZpCUO {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uKARQZpCUO .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uKARQZpCUO .mbr-text,
.cid-uKARQZpCUO .mbr-section-btn {
  color: #999999;
}
.cid-uKARQZpCUO img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uKARQZpCUO img {
    width: 96%;
  }
}
.cid-uLBBSpzpRb {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uLBBSpzpRb .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLBBSpzpRb .mbr-text,
.cid-uLBBSpzpRb .mbr-section-btn {
  color: #999999;
}
.cid-uLBDLF6Lh2 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #040402;
}
.cid-uLBDLF6Lh2 .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #999999;
  padding: 0.7rem 0;
}
.cid-uLBDLF6Lh2 .item p {
  margin: 0;
}
.cid-uLBDLF6Lh2 .card-wrapper {
  background: #191919;
  padding: 3rem 2rem;
}
@media (max-width: 767px) {
  .cid-uLBDLF6Lh2 .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uLBDLF6Lh2 .price {
  border: 1px solid #999999;
  border-radius: 40px;
  margin-bottom: 2rem;
  color: #e2090d;
}
.cid-uLBDLF6Lh2 .item-icon {
  font-size: 1rem;
  color: currentColor;
}
.cid-uLBDLF6Lh2 .icon-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uLBDLF6Lh2 .card-text {
  color: #999999;
}
.cid-uLBDLF6Lh2 .item-text {
  color: #ffffff;
}
.cid-uLBDLF6Lh2 .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-uLBDLF6Lh2 .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uLBDLF6Lh2 .card:hover .icon-wrapper .mbr-iconfont,
.cid-uLBDLF6Lh2 .card:hover .item-icon {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uLBDLF6Lh2 .card:hover .btn {
  background: transparent !important;
  border: 1px solid #999999 !important;
}
.cid-uLBDLF6Lh2 .card:hover .card-wrapper {
  background: linear-gradient(to left, #fc5130, #e2090d);
  color: #ffffff !important;
}
.cid-uLBDLF6Lh2 .card:hover .card-wrapper .price,
.cid-uLBDLF6Lh2 .card:hover .card-wrapper .item-text,
.cid-uLBDLF6Lh2 .card:hover .card-wrapper .card-title {
  color: #ffffff !important;
}
.cid-uLBDLF6Lh2 .item-text,
.cid-uLBDLF6Lh2 .item-icon {
  color: #999999;
}
.cid-uLBDLF6Lh2 .main-text {
  color: #999999;
}
.cid-uLBDzWq7WH {
  padding-top: 45px;
  padding-bottom: 45px;
  position: relative;
  background-color: #000000;
}
.cid-uLBDzWq7WH p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-uLBDzWq7WH .panel-title {
  border-bottom: 2px solid #e2090d;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-uLBDzWq7WH .collapsed {
  border: none;
}
.cid-uLBDzWq7WH .collapsed span {
  transform: rotate(0deg);
}
.cid-uLBDzWq7WH span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-uLBDzWq7WH .panel-body {
  padding-top: 0.5rem;
}
.cid-uLBDzWq7WH .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uLBDzWq7WH .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-uLBDzWq7WH .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uLBDzWq7WH .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uLBDzWq7WH .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-uLBDzWq7WH .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uLBDzWq7WH .panel-text {
  color: #767676;
}
.cid-uLBDzWq7WH H4 {
  color: #999999;
}
.cid-uLBDzWq7WH H2 {
  color: #ffffff;
}
.cid-uLBDzWq7WH .mbr-section-text {
  color: #999999;
}
.cid-uKAPtpxSNo {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uKAPtpxSNo .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uKAPtpxSNo .mbr-text,
.cid-uKAPtpxSNo .mbr-section-btn {
  color: #999999;
}
.cid-uKAPtpxSNo img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uKAPtpxSNo img {
    width: 96%;
  }
}
.cid-uKAPtpxSNo .mbr-section-title,
.cid-uKAPtpxSNo .title-wrapper {
  color: #ffffff;
}
.cid-ufm56XIsKW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #191919;
}
.cid-ufm56XIsKW .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-ufm56XIsKW .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-ufm56XIsKW .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-ufm56XIsKW .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #b30609;
}
.cid-ufm56XIsKW .container {
  max-width: 1400px;
}
.cid-ufm56XIsKW li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-ufm56XIsKW .time {
  line-height: 2;
}
.cid-ufm56XIsKW .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-ufm56XIsKW .text-wrap {
  width: 100%;
}
.cid-ufm56XIsKW .item-wrap {
  display: inline-block;
}
.cid-ufm56XIsKW .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-ufm56XIsKW .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-ufm56XIsKW .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-ufm56XIsKW .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ufm56XIsKW .socicon-wrap {
    margin: auto;
  }
}
.cid-ufm56XIsKW .mbr-text {
  color: #999999;
}
.cid-ufm56XIsKW .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-ufm56XIsKW .icon-title,
.cid-ufm56XIsKW .align-wrap {
  color: #f3f3f3;
  width: 100%;
  text-align: center;
}
.cid-ufm56XIsKW .item-text,
.cid-ufm56XIsKW .item-icon {
  color: #f3f3f3;
}
.cid-ufm56XIsKW .mbr-text,
.cid-ufm56XIsKW .mbr-section-btn {
  color: #e5e5e5;
}
.cid-untzvrV1ie .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-untzvrV1ie .btn {
  white-space: nowrap;
}
.cid-untzvrV1ie .nav-link,
.cid-untzvrV1ie .icons-menu .mbr-iconfont,
.cid-untzvrV1ie .dropdown-item {
  transition: all 0.1s;
}
.cid-untzvrV1ie .nav-link:hover,
.cid-untzvrV1ie .icons-menu .mbr-iconfont:hover,
.cid-untzvrV1ie .dropdown-item:hover {
  color: #fc5130 !important;
}
@media (max-width: 992px) {
  .cid-untzvrV1ie .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-untzvrV1ie .container {
  display: flex;
  margin: auto;
}
.cid-untzvrV1ie .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-untzvrV1ie .navbar.opened {
  transition: all .3s;
}
.cid-untzvrV1ie .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-untzvrV1ie .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-untzvrV1ie .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-untzvrV1ie .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-untzvrV1ie .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-untzvrV1ie .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-untzvrV1ie .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-untzvrV1ie .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: 55%;
}
.cid-untzvrV1ie .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-untzvrV1ie .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-untzvrV1ie .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-untzvrV1ie .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-untzvrV1ie .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-untzvrV1ie .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-untzvrV1ie .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-untzvrV1ie .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: 55%;
  }
  .cid-untzvrV1ie .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-untzvrV1ie .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-untzvrV1ie .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-untzvrV1ie .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-untzvrV1ie .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-untzvrV1ie .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-untzvrV1ie .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-untzvrV1ie .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-untzvrV1ie .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-untzvrV1ie .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-untzvrV1ie .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-untzvrV1ie .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-untzvrV1ie .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-untzvrV1ie .navbar-caption {
  padding-right: 4rem;
}
.cid-untzvrV1ie .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-untzvrV1ie .dropdown-menu,
.cid-untzvrV1ie .navbar.opened {
  background: #191919 !important;
}
.cid-untzvrV1ie .nav-item:focus,
.cid-untzvrV1ie .nav-link:focus {
  outline: none;
}
.cid-untzvrV1ie .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-untzvrV1ie .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-untzvrV1ie .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-untzvrV1ie .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-untzvrV1ie .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-untzvrV1ie .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-untzvrV1ie .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-untzvrV1ie .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-untzvrV1ie .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-untzvrV1ie .dropdown-item.active,
.cid-untzvrV1ie .dropdown-item:active {
  background-color: transparent;
}
.cid-untzvrV1ie .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-untzvrV1ie .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-untzvrV1ie .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-untzvrV1ie .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-untzvrV1ie .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-untzvrV1ie .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-untzvrV1ie ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-untzvrV1ie .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-untzvrV1ie button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-untzvrV1ie button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-untzvrV1ie button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-untzvrV1ie button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-untzvrV1ie button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-untzvrV1ie button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-untzvrV1ie nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-untzvrV1ie nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-untzvrV1ie nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-untzvrV1ie nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-untzvrV1ie .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-untzvrV1ie a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-untzvrV1ie .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-untzvrV1ie .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-untzvrV1ie .navbar {
    height: 77px;
  }
  .cid-untzvrV1ie .navbar.opened {
    height: auto;
  }
  .cid-untzvrV1ie .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-untzvrV1ie .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-untzvszPuX {
  background-color: #040402;
}
.cid-untzvszPuX H1 {
  color: #b30609;
}
.cid-untzvszPuX h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-untzvszPuX img {
  width: 100%;
}
.cid-untzvszPuX .mbr-text,
.cid-untzvszPuX .mbr-section-btn {
  color: #999999;
}
.cid-uKB6KGTnGI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uKB6KGTnGI .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uKB6KGTnGI .mbr-text,
.cid-uKB6KGTnGI .mbr-section-btn {
  color: #999999;
}
.cid-untzvvhaXk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-untzvvhaXk .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-untzvvhaXk .mbr-text,
.cid-untzvvhaXk .mbr-section-btn {
  color: #999999;
}
.cid-untzvvhaXk img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-untzvvhaXk img {
    width: 96%;
  }
}
.cid-uLBVZX0M3u {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-uLBVZX0M3u img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 767px) {
  .cid-uLBVZX0M3u .container-fluid {
    padding: 0 2rem;
  }
}
.cid-uLBVZX0M3u .card-wrapper {
  background: #191919;
  padding: 3rem;
}
.cid-uLBVZX0M3u .card-wrapper:hover {
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLBVZX0M3u .text-wrap {
  display: flex;
  justify-content: center;
  padding-top: 2rem;
}
.cid-uLBVZX0M3u .icon-wrapper {
  padding: 0 0.6rem;
}
.cid-uLBVZX0M3u .card-box {
  padding-top: 2rem;
}
.cid-uLBVZX0M3u .link-icon {
  font-size: 1.5rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uLBVZX0M3u .card-title {
  color: #999999;
}
.cid-uLBVZX0M3u .mbr-subtitle {
  color: #ffffff;
}
.cid-uLBVZX0M3u .main-title {
  color: #ffffff;
}
.cid-uLBVZX0M3u .main-subtitle {
  color: #999999;
}
.cid-uLBVZX0M3u .card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uLBVZX0M3u .card:hover {
  transform: translateY(-10px);
}
.cid-uLBVZX0M3u .card:hover .link-icon {
  color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uLBVZX0M3u .card:hover .card-title,
.cid-uLBVZX0M3u .card:hover .mbr-subtitle {
  color: #ffffff !important;
}
@media (min-width: 1600px) {
  .cid-uLBVZX0M3u .card {
    max-width: 20%;
  }
}
@media (max-width: 1600px) {
  .cid-uLBVZX0M3u .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uLBZF4ZQwK {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uLBZF4ZQwK .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLBZF4ZQwK .mbr-text,
.cid-uLBZF4ZQwK .mbr-section-btn {
  color: #999999;
}
.cid-uLC0cc5ERr {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #191919;
}
.cid-uLC0cc5ERr .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLC0cc5ERr .mbr-text,
.cid-uLC0cc5ERr .mbr-section-btn {
  color: #999999;
}
.cid-uLC0a1GqqB {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-uLC0a1GqqB img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uLC0a1GqqB .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uLC0a1GqqB .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uLC0a1GqqB .first:hover:before {
  content: none;
}
.cid-uLC0a1GqqB .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLC0a1GqqB .last:hover:after {
  content: none;
}
.cid-uLC0a1GqqB .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLC0a1GqqB .mbr-section-text {
  color: #999999;
}
.cid-uLC0a1GqqB .card {
  z-index: 1;
  position: relative;
  transition: all 0.3s;
}
.cid-uLC0a1GqqB .card .img-wrapper {
  overflow: hidden;
}
.cid-uLC0a1GqqB .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uLC0a1GqqB .card:hover .card-wrapper {
  background: linear-gradient(to left, #fc5130, #e2090d);
  color: #ffffff !important;
}
.cid-uLC0a1GqqB .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-untzvwYzWg {
  padding-top: 75px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/fetishlife-1360x535.jpg");
}
.cid-untzvwYzWg H1 {
  color: #5758e0;
}
.cid-untzvwYzWg h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-untzvwYzWg .mbr-text,
.cid-untzvwYzWg .mbr-section-btn {
  color: #999999;
}
.cid-untzvxxIMR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #191919;
}
.cid-untzvxxIMR .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-untzvxxIMR .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-untzvxxIMR .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-untzvxxIMR .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #b30609;
}
.cid-untzvxxIMR .container {
  max-width: 1400px;
}
.cid-untzvxxIMR li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-untzvxxIMR .time {
  line-height: 2;
}
.cid-untzvxxIMR .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-untzvxxIMR .text-wrap {
  width: 100%;
}
.cid-untzvxxIMR .item-wrap {
  display: inline-block;
}
.cid-untzvxxIMR .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-untzvxxIMR .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-untzvxxIMR .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-untzvxxIMR .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-untzvxxIMR .socicon-wrap {
    margin: auto;
  }
}
.cid-untzvxxIMR .mbr-text {
  color: #999999;
}
.cid-untzvxxIMR .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-untzvxxIMR .icon-title,
.cid-untzvxxIMR .align-wrap {
  color: #f3f3f3;
  width: 100%;
  text-align: center;
}
.cid-untzvxxIMR .item-text,
.cid-untzvxxIMR .item-icon {
  color: #f3f3f3;
}
.cid-untzvxxIMR .mbr-text,
.cid-untzvxxIMR .mbr-section-btn {
  color: #e5e5e5;
}
.cid-untzvrV1ie .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-untzvrV1ie .btn {
  white-space: nowrap;
}
.cid-untzvrV1ie .nav-link,
.cid-untzvrV1ie .icons-menu .mbr-iconfont,
.cid-untzvrV1ie .dropdown-item {
  transition: all 0.1s;
}
.cid-untzvrV1ie .nav-link:hover,
.cid-untzvrV1ie .icons-menu .mbr-iconfont:hover,
.cid-untzvrV1ie .dropdown-item:hover {
  color: #fc5130 !important;
}
@media (max-width: 992px) {
  .cid-untzvrV1ie .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-untzvrV1ie .container {
  display: flex;
  margin: auto;
}
.cid-untzvrV1ie .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-untzvrV1ie .navbar.opened {
  transition: all .3s;
}
.cid-untzvrV1ie .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-untzvrV1ie .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-untzvrV1ie .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-untzvrV1ie .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-untzvrV1ie .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-untzvrV1ie .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-untzvrV1ie .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-untzvrV1ie .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: 55%;
}
.cid-untzvrV1ie .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-untzvrV1ie .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-untzvrV1ie .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-untzvrV1ie .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-untzvrV1ie .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-untzvrV1ie .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-untzvrV1ie .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-untzvrV1ie .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: 55%;
  }
  .cid-untzvrV1ie .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-untzvrV1ie .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-untzvrV1ie .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-untzvrV1ie .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-untzvrV1ie .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-untzvrV1ie .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-untzvrV1ie .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-untzvrV1ie .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-untzvrV1ie .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-untzvrV1ie .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-untzvrV1ie .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-untzvrV1ie .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-untzvrV1ie .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-untzvrV1ie .navbar-caption {
  padding-right: 4rem;
}
.cid-untzvrV1ie .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-untzvrV1ie .dropdown-menu,
.cid-untzvrV1ie .navbar.opened {
  background: #191919 !important;
}
.cid-untzvrV1ie .nav-item:focus,
.cid-untzvrV1ie .nav-link:focus {
  outline: none;
}
.cid-untzvrV1ie .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-untzvrV1ie .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-untzvrV1ie .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-untzvrV1ie .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-untzvrV1ie .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-untzvrV1ie .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-untzvrV1ie .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-untzvrV1ie .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-untzvrV1ie .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-untzvrV1ie .dropdown-item.active,
.cid-untzvrV1ie .dropdown-item:active {
  background-color: transparent;
}
.cid-untzvrV1ie .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-untzvrV1ie .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-untzvrV1ie .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-untzvrV1ie .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-untzvrV1ie .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-untzvrV1ie .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-untzvrV1ie ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-untzvrV1ie .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-untzvrV1ie button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-untzvrV1ie button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-untzvrV1ie button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-untzvrV1ie button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-untzvrV1ie button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-untzvrV1ie button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-untzvrV1ie nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-untzvrV1ie nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-untzvrV1ie nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-untzvrV1ie nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-untzvrV1ie .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-untzvrV1ie a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-untzvrV1ie .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-untzvrV1ie .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-untzvrV1ie .navbar {
    height: 77px;
  }
  .cid-untzvrV1ie .navbar.opened {
    height: auto;
  }
  .cid-untzvrV1ie .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-untzvrV1ie .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uKBewth9f4 {
  padding-top: 135px;
  padding-bottom: 0px;
  position: relative;
  background-color: #000000;
}
.cid-uKBewth9f4 p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-uKBewth9f4 .panel-title {
  border-bottom: 2px solid #e2090d;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-uKBewth9f4 .collapsed {
  border: none;
}
.cid-uKBewth9f4 .collapsed span {
  transform: rotate(0deg);
}
.cid-uKBewth9f4 span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-uKBewth9f4 .panel-body {
  padding-top: 0.5rem;
}
.cid-uKBewth9f4 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uKBewth9f4 .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-uKBewth9f4 .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uKBewth9f4 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uKBewth9f4 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-uKBewth9f4 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uKBewth9f4 .panel-text {
  color: #767676;
}
.cid-uKBewth9f4 H4 {
  color: #999999;
}
.cid-uKBewth9f4 H2 {
  color: #ffffff;
}
.cid-uKBewth9f4 .mbr-section-text {
  color: #999999;
}
.cid-uKFrN7z6Kb {
  padding-top: 0px;
  padding-bottom: 45px;
  position: relative;
  background-color: #000000;
}
.cid-uKFrN7z6Kb p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-uKFrN7z6Kb .panel-title {
  border-bottom: 2px solid #e2090d;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-uKFrN7z6Kb .collapsed {
  border: none;
}
.cid-uKFrN7z6Kb .collapsed span {
  transform: rotate(0deg);
}
.cid-uKFrN7z6Kb span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-uKFrN7z6Kb .panel-body {
  padding-top: 0.5rem;
}
.cid-uKFrN7z6Kb .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uKFrN7z6Kb .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-uKFrN7z6Kb .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uKFrN7z6Kb .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uKFrN7z6Kb .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-uKFrN7z6Kb .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uKFrN7z6Kb .panel-text {
  color: #767676;
}
.cid-uKFrN7z6Kb H4 {
  color: #999999;
}
.cid-uKFrN7z6Kb H2 {
  color: #ffffff;
}
.cid-uKFrN7z6Kb .mbr-section-text {
  color: #999999;
}
.cid-untzvxxIMR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #191919;
}
.cid-untzvxxIMR .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-untzvxxIMR .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-untzvxxIMR .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-untzvxxIMR .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #b30609;
}
.cid-untzvxxIMR .container {
  max-width: 1400px;
}
.cid-untzvxxIMR li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-untzvxxIMR .time {
  line-height: 2;
}
.cid-untzvxxIMR .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-untzvxxIMR .text-wrap {
  width: 100%;
}
.cid-untzvxxIMR .item-wrap {
  display: inline-block;
}
.cid-untzvxxIMR .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-untzvxxIMR .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-untzvxxIMR .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-untzvxxIMR .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-untzvxxIMR .socicon-wrap {
    margin: auto;
  }
}
.cid-untzvxxIMR .mbr-text {
  color: #999999;
}
.cid-untzvxxIMR .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-untzvxxIMR .icon-title,
.cid-untzvxxIMR .align-wrap {
  color: #f3f3f3;
  width: 100%;
  text-align: center;
}
.cid-untzvxxIMR .item-text,
.cid-untzvxxIMR .item-icon {
  color: #f3f3f3;
}
.cid-untzvxxIMR .mbr-text,
.cid-untzvxxIMR .mbr-section-btn {
  color: #e5e5e5;
}
.cid-uKGc7CkzEY .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uKGc7CkzEY .btn {
  white-space: nowrap;
}
.cid-uKGc7CkzEY .nav-link,
.cid-uKGc7CkzEY .icons-menu .mbr-iconfont,
.cid-uKGc7CkzEY .dropdown-item {
  transition: all 0.1s;
}
.cid-uKGc7CkzEY .nav-link:hover,
.cid-uKGc7CkzEY .icons-menu .mbr-iconfont:hover,
.cid-uKGc7CkzEY .dropdown-item:hover {
  color: #fc5130 !important;
}
@media (max-width: 992px) {
  .cid-uKGc7CkzEY .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uKGc7CkzEY .container {
  display: flex;
  margin: auto;
}
.cid-uKGc7CkzEY .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-uKGc7CkzEY .navbar.opened {
  transition: all .3s;
}
.cid-uKGc7CkzEY .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uKGc7CkzEY .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uKGc7CkzEY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKGc7CkzEY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKGc7CkzEY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uKGc7CkzEY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKGc7CkzEY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKGc7CkzEY .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: 55%;
}
.cid-uKGc7CkzEY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKGc7CkzEY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uKGc7CkzEY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uKGc7CkzEY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKGc7CkzEY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKGc7CkzEY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKGc7CkzEY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKGc7CkzEY .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: 55%;
  }
  .cid-uKGc7CkzEY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uKGc7CkzEY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKGc7CkzEY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKGc7CkzEY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKGc7CkzEY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uKGc7CkzEY .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uKGc7CkzEY .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-uKGc7CkzEY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uKGc7CkzEY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uKGc7CkzEY .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uKGc7CkzEY .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uKGc7CkzEY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKGc7CkzEY .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uKGc7CkzEY .navbar-caption {
  padding-right: 4rem;
}
.cid-uKGc7CkzEY .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uKGc7CkzEY .dropdown-menu,
.cid-uKGc7CkzEY .navbar.opened {
  background: #191919 !important;
}
.cid-uKGc7CkzEY .nav-item:focus,
.cid-uKGc7CkzEY .nav-link:focus {
  outline: none;
}
.cid-uKGc7CkzEY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uKGc7CkzEY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKGc7CkzEY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uKGc7CkzEY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uKGc7CkzEY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKGc7CkzEY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uKGc7CkzEY .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKGc7CkzEY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKGc7CkzEY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKGc7CkzEY .dropdown-item.active,
.cid-uKGc7CkzEY .dropdown-item:active {
  background-color: transparent;
}
.cid-uKGc7CkzEY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKGc7CkzEY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKGc7CkzEY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKGc7CkzEY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-uKGc7CkzEY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKGc7CkzEY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKGc7CkzEY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uKGc7CkzEY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKGc7CkzEY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uKGc7CkzEY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uKGc7CkzEY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKGc7CkzEY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKGc7CkzEY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKGc7CkzEY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKGc7CkzEY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKGc7CkzEY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKGc7CkzEY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKGc7CkzEY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKGc7CkzEY .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uKGc7CkzEY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uKGc7CkzEY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uKGc7CkzEY .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKGc7CkzEY .navbar {
    height: 77px;
  }
  .cid-uKGc7CkzEY .navbar.opened {
    height: auto;
  }
  .cid-uKGc7CkzEY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKGc7CkzEY .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uKGc7DyPXm {
  background-color: #040402;
}
.cid-uKGc7DyPXm H1 {
  color: #5758e0;
}
.cid-uKGc7DyPXm h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uKGc7DyPXm img {
  width: 100%;
}
.cid-uKGc7DyPXm .mbr-text,
.cid-uKGc7DyPXm .mbr-section-btn {
  color: #999999;
}
.cid-uKGc7EzY0O {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uKGc7EzY0O .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uKGc7EzY0O .mbr-text,
.cid-uKGc7EzY0O .mbr-section-btn {
  color: #999999;
}
.cid-uKGc7FgOv8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #040402;
}
.cid-uKGc7FgOv8 img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 767px) {
  .cid-uKGc7FgOv8 .container-fluid {
    padding: 0 2rem;
  }
}
.cid-uKGc7FgOv8 .card-wrapper {
  background: #191919;
  padding: 3rem;
}
.cid-uKGc7FgOv8 .card-wrapper:hover {
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uKGc7FgOv8 .text-wrap {
  display: flex;
  justify-content: center;
  padding-top: 1rem;
}
.cid-uKGc7FgOv8 .icon-wrapper {
  padding: 0 1rem;
}
.cid-uKGc7FgOv8 .card-box {
  padding-top: 2rem;
}
.cid-uKGc7FgOv8 .link-icon {
  font-size: 1.5rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uKGc7FgOv8 .card-title {
  color: #999999;
}
.cid-uKGc7FgOv8 .mbr-subtitle {
  color: #ffffff;
}
.cid-uKGc7FgOv8 .main-title {
  color: #ffffff;
}
.cid-uKGc7FgOv8 .main-subtitle {
  color: #999999;
}
.cid-uKGc7FgOv8 .card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uKGc7FgOv8 .card:hover {
  transform: translateY(-10px);
}
.cid-uKGc7FgOv8 .card:hover .link-icon {
  color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uKGc7FgOv8 .card:hover .card-title,
.cid-uKGc7FgOv8 .card:hover .mbr-subtitle {
  color: #ffffff !important;
}
@media (min-width: 1600px) {
  .cid-uKGc7FgOv8 .card {
    max-width: 20%;
  }
}
@media (max-width: 1600px) {
  .cid-uKGc7FgOv8 .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uKGc7GGzN2 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uKGc7GGzN2 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uKGc7GGzN2 .mbr-text,
.cid-uKGc7GGzN2 .mbr-section-btn {
  color: #999999;
}
.cid-uKGc7GGzN2 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uKGc7GGzN2 img {
    width: 96%;
  }
}
.cid-uKGc7Jrask {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uKGc7Jrask .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uKGc7Jrask .mbr-text,
.cid-uKGc7Jrask .mbr-section-btn {
  color: #999999;
}
.cid-uKGc7Hjs7h {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #191919;
}
.cid-uKGc7Hjs7h .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uKGc7Hjs7h .mbr-text,
.cid-uKGc7Hjs7h .mbr-section-btn {
  color: #999999;
}
.cid-uKGc7HK5Kf {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #111111;
}
.cid-uKGc7HK5Kf img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uKGc7HK5Kf .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uKGc7HK5Kf .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uKGc7HK5Kf .first:hover:before {
  content: none;
}
.cid-uKGc7HK5Kf .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uKGc7HK5Kf .last:hover:after {
  content: none;
}
.cid-uKGc7HK5Kf .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uKGc7HK5Kf .mbr-section-text {
  color: #999999;
}
.cid-uKGc7HK5Kf .card {
  z-index: 1;
  position: relative;
  transition: all 0.3s;
}
.cid-uKGc7HK5Kf .card .img-wrapper {
  overflow: hidden;
}
.cid-uKGc7HK5Kf .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uKGc7HK5Kf .card:hover .card-wrapper {
  background: linear-gradient(to left, #fc5130, #e2090d);
  color: #ffffff !important;
}
.cid-uKGc7HK5Kf .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uKGje9d9aK {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uKGje9d9aK .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uKGje9d9aK .mbr-text,
.cid-uKGje9d9aK .mbr-section-btn {
  color: #999999;
}
.cid-uKGm4V5JVq {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uKGm4V5JVq .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uKGm4V5JVq .mbr-text,
.cid-uKGm4V5JVq .mbr-section-btn {
  color: #999999;
}
.cid-uKGmdRkm0z {
  padding-top: 45px;
  padding-bottom: 45px;
  position: relative;
  background-color: #000000;
}
.cid-uKGmdRkm0z p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-uKGmdRkm0z .panel-title {
  border-bottom: 2px solid #e2090d;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-uKGmdRkm0z .collapsed {
  border: none;
}
.cid-uKGmdRkm0z .collapsed span {
  transform: rotate(0deg);
}
.cid-uKGmdRkm0z span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-uKGmdRkm0z .panel-body {
  padding-top: 0.5rem;
}
.cid-uKGmdRkm0z .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uKGmdRkm0z .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-uKGmdRkm0z .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uKGmdRkm0z .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uKGmdRkm0z .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-uKGmdRkm0z .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uKGmdRkm0z .panel-text {
  color: #767676;
}
.cid-uKGmdRkm0z H4 {
  color: #999999;
}
.cid-uKGmdRkm0z H2 {
  color: #ffffff;
}
.cid-uKGmdRkm0z .mbr-section-text {
  color: #999999;
}
.cid-uKGc7KnoQC {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/matureds-723x405.jpg");
}
.cid-uKGc7KnoQC H1 {
  color: #e2090d;
}
.cid-uKGc7KnoQC h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uKGc7KnoQC .mbr-text,
.cid-uKGc7KnoQC .mbr-section-btn {
  color: #999999;
}
.cid-uKGc7Lm8Bc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #191919;
}
.cid-uKGc7Lm8Bc .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uKGc7Lm8Bc .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-uKGc7Lm8Bc .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uKGc7Lm8Bc .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #b30609;
}
.cid-uKGc7Lm8Bc .container {
  max-width: 1400px;
}
.cid-uKGc7Lm8Bc li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-uKGc7Lm8Bc .time {
  line-height: 2;
}
.cid-uKGc7Lm8Bc .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-uKGc7Lm8Bc .text-wrap {
  width: 100%;
}
.cid-uKGc7Lm8Bc .item-wrap {
  display: inline-block;
}
.cid-uKGc7Lm8Bc .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uKGc7Lm8Bc .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-uKGc7Lm8Bc .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uKGc7Lm8Bc .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKGc7Lm8Bc .socicon-wrap {
    margin: auto;
  }
}
.cid-uKGc7Lm8Bc .mbr-text {
  color: #999999;
}
.cid-uKGc7Lm8Bc .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-uKGc7Lm8Bc .icon-title,
.cid-uKGc7Lm8Bc .align-wrap {
  color: #f3f3f3;
  width: 100%;
  text-align: center;
}
.cid-uKGc7Lm8Bc .item-text,
.cid-uKGc7Lm8Bc .item-icon {
  color: #f3f3f3;
}
.cid-uKGc7Lm8Bc .mbr-text,
.cid-uKGc7Lm8Bc .mbr-section-btn {
  color: #e5e5e5;
}
.cid-uKGuSS7sdA .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uKGuSS7sdA .btn {
  white-space: nowrap;
}
.cid-uKGuSS7sdA .nav-link,
.cid-uKGuSS7sdA .icons-menu .mbr-iconfont,
.cid-uKGuSS7sdA .dropdown-item {
  transition: all 0.1s;
}
.cid-uKGuSS7sdA .nav-link:hover,
.cid-uKGuSS7sdA .icons-menu .mbr-iconfont:hover,
.cid-uKGuSS7sdA .dropdown-item:hover {
  color: #fc5130 !important;
}
@media (max-width: 992px) {
  .cid-uKGuSS7sdA .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uKGuSS7sdA .container {
  display: flex;
  margin: auto;
}
.cid-uKGuSS7sdA .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-uKGuSS7sdA .navbar.opened {
  transition: all .3s;
}
.cid-uKGuSS7sdA .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uKGuSS7sdA .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uKGuSS7sdA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKGuSS7sdA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKGuSS7sdA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uKGuSS7sdA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKGuSS7sdA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKGuSS7sdA .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: 55%;
}
.cid-uKGuSS7sdA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKGuSS7sdA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uKGuSS7sdA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uKGuSS7sdA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKGuSS7sdA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKGuSS7sdA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKGuSS7sdA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKGuSS7sdA .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: 55%;
  }
  .cid-uKGuSS7sdA .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uKGuSS7sdA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKGuSS7sdA .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKGuSS7sdA .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKGuSS7sdA .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uKGuSS7sdA .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uKGuSS7sdA .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-uKGuSS7sdA .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uKGuSS7sdA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uKGuSS7sdA .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uKGuSS7sdA .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uKGuSS7sdA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKGuSS7sdA .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uKGuSS7sdA .navbar-caption {
  padding-right: 4rem;
}
.cid-uKGuSS7sdA .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uKGuSS7sdA .dropdown-menu,
.cid-uKGuSS7sdA .navbar.opened {
  background: #191919 !important;
}
.cid-uKGuSS7sdA .nav-item:focus,
.cid-uKGuSS7sdA .nav-link:focus {
  outline: none;
}
.cid-uKGuSS7sdA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uKGuSS7sdA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKGuSS7sdA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uKGuSS7sdA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uKGuSS7sdA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKGuSS7sdA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uKGuSS7sdA .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKGuSS7sdA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKGuSS7sdA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKGuSS7sdA .dropdown-item.active,
.cid-uKGuSS7sdA .dropdown-item:active {
  background-color: transparent;
}
.cid-uKGuSS7sdA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKGuSS7sdA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKGuSS7sdA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKGuSS7sdA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-uKGuSS7sdA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKGuSS7sdA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKGuSS7sdA ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uKGuSS7sdA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKGuSS7sdA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uKGuSS7sdA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uKGuSS7sdA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKGuSS7sdA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKGuSS7sdA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKGuSS7sdA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKGuSS7sdA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKGuSS7sdA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKGuSS7sdA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKGuSS7sdA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKGuSS7sdA .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uKGuSS7sdA a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uKGuSS7sdA .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uKGuSS7sdA .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKGuSS7sdA .navbar {
    height: 77px;
  }
  .cid-uKGuSS7sdA .navbar.opened {
    height: auto;
  }
  .cid-uKGuSS7sdA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKGuSS7sdA .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uKGuSSY9D0 {
  background-color: #040402;
}
.cid-uKGuSSY9D0 H1 {
  color: #5758e0;
}
.cid-uKGuSSY9D0 h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uKGuSSY9D0 img {
  width: 100%;
}
.cid-uKGuSSY9D0 .mbr-text,
.cid-uKGuSSY9D0 .mbr-section-btn {
  color: #999999;
}
.cid-uKGuSTIM2o {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uKGuSTIM2o .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uKGuSTIM2o .mbr-text,
.cid-uKGuSTIM2o .mbr-section-btn {
  color: #999999;
}
.cid-uKGuSUrWMq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #040402;
}
.cid-uKGuSUrWMq img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 767px) {
  .cid-uKGuSUrWMq .container-fluid {
    padding: 0 2rem;
  }
}
.cid-uKGuSUrWMq .card-wrapper {
  background: #191919;
  padding: 3rem;
}
.cid-uKGuSUrWMq .card-wrapper:hover {
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uKGuSUrWMq .text-wrap {
  display: flex;
  justify-content: center;
  padding-top: 1rem;
}
.cid-uKGuSUrWMq .icon-wrapper {
  padding: 0 1rem;
}
.cid-uKGuSUrWMq .card-box {
  padding-top: 2rem;
}
.cid-uKGuSUrWMq .link-icon {
  font-size: 1.5rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uKGuSUrWMq .card-title {
  color: #999999;
}
.cid-uKGuSUrWMq .mbr-subtitle {
  color: #ffffff;
}
.cid-uKGuSUrWMq .main-title {
  color: #ffffff;
}
.cid-uKGuSUrWMq .main-subtitle {
  color: #999999;
}
.cid-uKGuSUrWMq .card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uKGuSUrWMq .card:hover {
  transform: translateY(-10px);
}
.cid-uKGuSUrWMq .card:hover .link-icon {
  color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uKGuSUrWMq .card:hover .card-title,
.cid-uKGuSUrWMq .card:hover .mbr-subtitle {
  color: #ffffff !important;
}
@media (min-width: 1600px) {
  .cid-uKGuSUrWMq .card {
    max-width: 20%;
  }
}
@media (max-width: 1600px) {
  .cid-uKGuSUrWMq .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uKGuSVIy4k {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uKGuSVIy4k .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uKGuSVIy4k .mbr-text,
.cid-uKGuSVIy4k .mbr-section-btn {
  color: #999999;
}
.cid-uKGuSVIy4k img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uKGuSVIy4k img {
    width: 96%;
  }
}
.cid-uKGuSYiDKc {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uKGuSYiDKc .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uKGuSYiDKc .mbr-text,
.cid-uKGuSYiDKc .mbr-section-btn {
  color: #999999;
}
.cid-uKGuSX6Xqi {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #191919;
}
.cid-uKGuSX6Xqi .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uKGuSX6Xqi .mbr-text,
.cid-uKGuSX6Xqi .mbr-section-btn {
  color: #999999;
}
.cid-uKGuSXBztr {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #111111;
}
.cid-uKGuSXBztr img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uKGuSXBztr .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uKGuSXBztr .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uKGuSXBztr .first:hover:before {
  content: none;
}
.cid-uKGuSXBztr .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uKGuSXBztr .last:hover:after {
  content: none;
}
.cid-uKGuSXBztr .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uKGuSXBztr .mbr-section-text {
  color: #999999;
}
.cid-uKGuSXBztr .card {
  z-index: 1;
  position: relative;
  transition: all 0.3s;
}
.cid-uKGuSXBztr .card .img-wrapper {
  overflow: hidden;
}
.cid-uKGuSXBztr .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uKGuSXBztr .card:hover .card-wrapper {
  background: linear-gradient(to left, #fc5130, #e2090d);
  color: #ffffff !important;
}
.cid-uKGuSXBztr .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uKGuSYXWsk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uKGuSYXWsk .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uKGuSYXWsk .mbr-text,
.cid-uKGuSYXWsk .mbr-section-btn {
  color: #999999;
}
.cid-uKGCYfru4Z {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uKGCYfru4Z .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uKGCYfru4Z .mbr-text,
.cid-uKGCYfru4Z .mbr-section-btn {
  color: #999999;
}
.cid-uKGuT0k4vR {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/sugar-baby-sugar-daddy-700x500.jpg");
}
.cid-uKGuT0k4vR H1 {
  color: #e2090d;
}
.cid-uKGuT0k4vR h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uKGuT0k4vR .mbr-text,
.cid-uKGuT0k4vR .mbr-section-btn {
  color: #999999;
}
.cid-uKGuT0V0YX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #191919;
}
.cid-uKGuT0V0YX .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uKGuT0V0YX .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-uKGuT0V0YX .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uKGuT0V0YX .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #b30609;
}
.cid-uKGuT0V0YX .container {
  max-width: 1400px;
}
.cid-uKGuT0V0YX li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-uKGuT0V0YX .time {
  line-height: 2;
}
.cid-uKGuT0V0YX .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-uKGuT0V0YX .text-wrap {
  width: 100%;
}
.cid-uKGuT0V0YX .item-wrap {
  display: inline-block;
}
.cid-uKGuT0V0YX .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uKGuT0V0YX .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-uKGuT0V0YX .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uKGuT0V0YX .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKGuT0V0YX .socicon-wrap {
    margin: auto;
  }
}
.cid-uKGuT0V0YX .mbr-text {
  color: #999999;
}
.cid-uKGuT0V0YX .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-uKGuT0V0YX .icon-title,
.cid-uKGuT0V0YX .align-wrap {
  color: #f3f3f3;
  width: 100%;
  text-align: center;
}
.cid-uKGuT0V0YX .item-text,
.cid-uKGuT0V0YX .item-icon {
  color: #f3f3f3;
}
.cid-uKGuT0V0YX .mbr-text,
.cid-uKGuT0V0YX .mbr-section-btn {
  color: #e5e5e5;
}
.cid-uodzoFe5LR .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uodzoFe5LR .btn {
  white-space: nowrap;
}
.cid-uodzoFe5LR .nav-link,
.cid-uodzoFe5LR .icons-menu .mbr-iconfont,
.cid-uodzoFe5LR .dropdown-item {
  transition: all 0.1s;
}
.cid-uodzoFe5LR .nav-link:hover,
.cid-uodzoFe5LR .icons-menu .mbr-iconfont:hover,
.cid-uodzoFe5LR .dropdown-item:hover {
  color: #fc5130 !important;
}
@media (max-width: 992px) {
  .cid-uodzoFe5LR .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uodzoFe5LR .container {
  display: flex;
  margin: auto;
}
.cid-uodzoFe5LR .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-uodzoFe5LR .navbar.opened {
  transition: all .3s;
}
.cid-uodzoFe5LR .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uodzoFe5LR .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uodzoFe5LR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uodzoFe5LR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uodzoFe5LR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uodzoFe5LR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uodzoFe5LR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uodzoFe5LR .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: 55%;
}
.cid-uodzoFe5LR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uodzoFe5LR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uodzoFe5LR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uodzoFe5LR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uodzoFe5LR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uodzoFe5LR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uodzoFe5LR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uodzoFe5LR .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: 55%;
  }
  .cid-uodzoFe5LR .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uodzoFe5LR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uodzoFe5LR .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uodzoFe5LR .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uodzoFe5LR .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uodzoFe5LR .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uodzoFe5LR .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-uodzoFe5LR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uodzoFe5LR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uodzoFe5LR .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uodzoFe5LR .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uodzoFe5LR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uodzoFe5LR .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uodzoFe5LR .navbar-caption {
  padding-right: 4rem;
}
.cid-uodzoFe5LR .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uodzoFe5LR .dropdown-menu,
.cid-uodzoFe5LR .navbar.opened {
  background: #191919 !important;
}
.cid-uodzoFe5LR .nav-item:focus,
.cid-uodzoFe5LR .nav-link:focus {
  outline: none;
}
.cid-uodzoFe5LR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uodzoFe5LR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uodzoFe5LR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uodzoFe5LR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uodzoFe5LR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uodzoFe5LR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uodzoFe5LR .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uodzoFe5LR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uodzoFe5LR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uodzoFe5LR .dropdown-item.active,
.cid-uodzoFe5LR .dropdown-item:active {
  background-color: transparent;
}
.cid-uodzoFe5LR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uodzoFe5LR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uodzoFe5LR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uodzoFe5LR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-uodzoFe5LR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uodzoFe5LR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uodzoFe5LR ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uodzoFe5LR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uodzoFe5LR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uodzoFe5LR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uodzoFe5LR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uodzoFe5LR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uodzoFe5LR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uodzoFe5LR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uodzoFe5LR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uodzoFe5LR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uodzoFe5LR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uodzoFe5LR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uodzoFe5LR .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uodzoFe5LR a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uodzoFe5LR .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uodzoFe5LR .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uodzoFe5LR .navbar {
    height: 77px;
  }
  .cid-uodzoFe5LR .navbar.opened {
    height: auto;
  }
  .cid-uodzoFe5LR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uodzoFe5LR .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uqGnbEqxBr {
  padding-top: 345px;
  background-image: url("../../../assets/images/fetishlife-1360x535.jpg");
}
.cid-uqGnbEqxBr H2 {
  color: #e2090d;
}
.cid-uqGnbEqxBr h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uqGnbEqxBr section {
  align-items: flex-end !important;
}
.cid-uqGnbEqxBr .mbr-text,
.cid-uqGnbEqxBr .mbr-section-btn {
  color: #999999;
}
.cid-uqGnbEqxBr .mbr-overlay {
  background-color: transparent !important;
  background: linear-gradient(to top, #000000, transparent);
}
.cid-uqG0TIJrjX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #191919;
}
.cid-uqG0TIJrjX .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uqG0TIJrjX .mbr-text,
.cid-uqG0TIJrjX .mbr-section-btn {
  color: #999999;
}
.cid-uqGvn5bVue {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #191919;
}
.cid-uqGvn5bVue .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uqGvn5bVue .mbr-text,
.cid-uqGvn5bVue .mbr-section-btn {
  color: #999999;
}
.cid-uqGvn5bVue img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uqGvn5bVue img {
    width: 96%;
  }
}
.cid-uLCQGxkQpw {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #191919;
}
.cid-uLCQGxkQpw .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLCQGxkQpw .mbr-text,
.cid-uLCQGxkQpw .mbr-section-btn {
  color: #999999;
}
.cid-uqG0UsILOV {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #191919;
}
.cid-uqG0UsILOV .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uqG0UsILOV .mbr-text,
.cid-uqG0UsILOV .mbr-section-btn {
  color: #999999;
}
.cid-uqG0UNh9Af {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #191919;
}
.cid-uqG0UNh9Af .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uqG0UNh9Af .mbr-text,
.cid-uqG0UNh9Af .mbr-section-btn {
  color: #999999;
}
.cid-uqG0V87xOa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #191919;
}
.cid-uqG0V87xOa .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uqG0V87xOa .mbr-text,
.cid-uqG0V87xOa .mbr-section-btn {
  color: #999999;
}
.cid-uqGv21g1ym {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #191919;
}
.cid-uqGv21g1ym .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uqGv21g1ym .mbr-text,
.cid-uqGv21g1ym .mbr-section-btn {
  color: #999999;
}
.cid-uqGv1DAZGE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #191919;
}
.cid-uqGv1DAZGE .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uqGv1DAZGE .mbr-text,
.cid-uqGv1DAZGE .mbr-section-btn {
  color: #999999;
}
.cid-uLCRKFYPtu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #191919;
}
.cid-uLCRKFYPtu .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLCRKFYPtu .mbr-text,
.cid-uLCRKFYPtu .mbr-section-btn {
  color: #999999;
}
.cid-uLCRKjNbka {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #191919;
}
.cid-uLCRKjNbka .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLCRKjNbka .mbr-text,
.cid-uLCRKjNbka .mbr-section-btn {
  color: #999999;
}
.cid-uLCRHIPRvM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #191919;
}
.cid-uLCRHIPRvM .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLCRHIPRvM .mbr-text,
.cid-uLCRHIPRvM .mbr-section-btn {
  color: #999999;
}
.cid-uLCRJUX1AX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #191919;
}
.cid-uLCRJUX1AX .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLCRJUX1AX .mbr-text,
.cid-uLCRJUX1AX .mbr-section-btn {
  color: #999999;
}
.cid-uLCRJtVyEt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #191919;
}
.cid-uLCRJtVyEt .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLCRJtVyEt .mbr-text,
.cid-uLCRJtVyEt .mbr-section-btn {
  color: #999999;
}
.cid-uLCRJ5GmaZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #191919;
}
.cid-uLCRJ5GmaZ .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLCRJ5GmaZ .mbr-text,
.cid-uLCRJ5GmaZ .mbr-section-btn {
  color: #999999;
}
.cid-uLCRIMsbSH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #191919;
}
.cid-uLCRIMsbSH .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLCRIMsbSH .mbr-text,
.cid-uLCRIMsbSH .mbr-section-btn {
  color: #999999;
}
.cid-uLCRIfFIWe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #191919;
}
.cid-uLCRIfFIWe .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLCRIfFIWe .mbr-text,
.cid-uLCRIfFIWe .mbr-section-btn {
  color: #999999;
}
.cid-uLCRHsij9S {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #191919;
}
.cid-uLCRHsij9S .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLCRHsij9S .mbr-text,
.cid-uLCRHsij9S .mbr-section-btn {
  color: #999999;
}
.cid-uLCRH40Cx8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #191919;
}
.cid-uLCRH40Cx8 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLCRH40Cx8 .mbr-text,
.cid-uLCRH40Cx8 .mbr-section-btn {
  color: #999999;
}
.cid-uqGvl1Dc2R {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #191919;
}
.cid-uqGvl1Dc2R .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uqGvl1Dc2R .mbr-text,
.cid-uqGvl1Dc2R .mbr-section-btn {
  color: #999999;
}
.cid-uqGvl1Dc2R img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uqGvl1Dc2R img {
    width: 96%;
  }
}
.cid-uqGvm0Yjgh {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #111111;
}
.cid-uqGvm0Yjgh .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-uqGvm0Yjgh .card-wrapper {
    padding: 0;
  }
}
.cid-uqGvm0Yjgh img {
  width: 100%;
}
.cid-uqGvm0Yjgh .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uqGvm0Yjgh .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uqGvm0Yjgh .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-uqGvm0Yjgh h4 {
  margin: 0;
}
.cid-uqGvm0Yjgh .card-text {
  color: #999999;
}
.cid-uqGvm0Yjgh .mbr-text {
  color: #000000;
}
.cid-uqGvm0Yjgh .card-title {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-uqGvm0Yjgh .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .cid-uqGvm0Yjgh .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-uqGvm0Yjgh .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uqGvm0Yjgh .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-uqGvm0Yjgh H3 {
  color: #787324;
}
.cid-uqGvm0Yjgh .mbr-section-title,
.cid-uqGvm0Yjgh .title-wrapper {
  color: #ffffff;
}
.cid-uqGvm0Yjgh .mbr-text,
.cid-uqGvm0Yjgh .mbr-section-btn {
  color: #999999;
}
.cid-uLCyRwlDdG {
  padding-top: 45px;
  padding-bottom: 45px;
  position: relative;
  background-color: #000000;
}
.cid-uLCyRwlDdG p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-uLCyRwlDdG .panel-title {
  border-bottom: 2px solid #e2090d;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-uLCyRwlDdG .collapsed {
  border: none;
}
.cid-uLCyRwlDdG .collapsed span {
  transform: rotate(0deg);
}
.cid-uLCyRwlDdG span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-uLCyRwlDdG .panel-body {
  padding-top: 0.5rem;
}
.cid-uLCyRwlDdG .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uLCyRwlDdG .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-uLCyRwlDdG .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uLCyRwlDdG .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uLCyRwlDdG .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-uLCyRwlDdG .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uLCyRwlDdG .panel-text {
  color: #767676;
}
.cid-uLCyRwlDdG H4 {
  color: #999999;
}
.cid-uLCyRwlDdG H2 {
  color: #ffffff;
}
.cid-uLCyRwlDdG .mbr-section-text {
  color: #999999;
}
.cid-uqGxk26IdD {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uqGxk26IdD .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uqGxk26IdD .mbr-text,
.cid-uqGxk26IdD .mbr-section-btn {
  color: #999999;
}
.cid-uodzoMIXKx {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #191919;
}
.cid-uodzoMIXKx .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uodzoMIXKx .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-uodzoMIXKx .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uodzoMIXKx .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #b30609;
}
.cid-uodzoMIXKx .container {
  max-width: 1400px;
}
.cid-uodzoMIXKx li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-uodzoMIXKx .time {
  line-height: 2;
}
.cid-uodzoMIXKx .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-uodzoMIXKx .text-wrap {
  width: 100%;
}
.cid-uodzoMIXKx .item-wrap {
  display: inline-block;
}
.cid-uodzoMIXKx .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uodzoMIXKx .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-uodzoMIXKx .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uodzoMIXKx .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uodzoMIXKx .socicon-wrap {
    margin: auto;
  }
}
.cid-uodzoMIXKx .mbr-text {
  color: #999999;
}
.cid-uodzoMIXKx .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-uodzoMIXKx .icon-title,
.cid-uodzoMIXKx .align-wrap {
  color: #f3f3f3;
  width: 100%;
  text-align: center;
}
.cid-uodzoMIXKx .item-text,
.cid-uodzoMIXKx .item-icon {
  color: #f3f3f3;
}
.cid-uodzoMIXKx .mbr-text,
.cid-uodzoMIXKx .mbr-section-btn {
  color: #e5e5e5;
}
.cid-uLCZLAwjBV .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLCZLAwjBV .btn {
  white-space: nowrap;
}
.cid-uLCZLAwjBV .nav-link,
.cid-uLCZLAwjBV .icons-menu .mbr-iconfont,
.cid-uLCZLAwjBV .dropdown-item {
  transition: all 0.1s;
}
.cid-uLCZLAwjBV .nav-link:hover,
.cid-uLCZLAwjBV .icons-menu .mbr-iconfont:hover,
.cid-uLCZLAwjBV .dropdown-item:hover {
  color: #fc5130 !important;
}
@media (max-width: 992px) {
  .cid-uLCZLAwjBV .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uLCZLAwjBV .container {
  display: flex;
  margin: auto;
}
.cid-uLCZLAwjBV .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-uLCZLAwjBV .navbar.opened {
  transition: all .3s;
}
.cid-uLCZLAwjBV .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uLCZLAwjBV .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLCZLAwjBV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLCZLAwjBV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLCZLAwjBV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uLCZLAwjBV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLCZLAwjBV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLCZLAwjBV .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: 55%;
}
.cid-uLCZLAwjBV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLCZLAwjBV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uLCZLAwjBV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uLCZLAwjBV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLCZLAwjBV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLCZLAwjBV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLCZLAwjBV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLCZLAwjBV .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: 55%;
  }
  .cid-uLCZLAwjBV .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uLCZLAwjBV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLCZLAwjBV .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLCZLAwjBV .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLCZLAwjBV .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uLCZLAwjBV .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uLCZLAwjBV .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-uLCZLAwjBV .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uLCZLAwjBV .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uLCZLAwjBV .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uLCZLAwjBV .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uLCZLAwjBV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLCZLAwjBV .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uLCZLAwjBV .navbar-caption {
  padding-right: 4rem;
}
.cid-uLCZLAwjBV .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uLCZLAwjBV .dropdown-menu,
.cid-uLCZLAwjBV .navbar.opened {
  background: #191919 !important;
}
.cid-uLCZLAwjBV .nav-item:focus,
.cid-uLCZLAwjBV .nav-link:focus {
  outline: none;
}
.cid-uLCZLAwjBV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLCZLAwjBV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLCZLAwjBV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uLCZLAwjBV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLCZLAwjBV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLCZLAwjBV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uLCZLAwjBV .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLCZLAwjBV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLCZLAwjBV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLCZLAwjBV .dropdown-item.active,
.cid-uLCZLAwjBV .dropdown-item:active {
  background-color: transparent;
}
.cid-uLCZLAwjBV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLCZLAwjBV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLCZLAwjBV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLCZLAwjBV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-uLCZLAwjBV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLCZLAwjBV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLCZLAwjBV ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uLCZLAwjBV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLCZLAwjBV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uLCZLAwjBV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uLCZLAwjBV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uLCZLAwjBV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uLCZLAwjBV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uLCZLAwjBV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uLCZLAwjBV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uLCZLAwjBV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uLCZLAwjBV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uLCZLAwjBV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uLCZLAwjBV .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uLCZLAwjBV a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uLCZLAwjBV .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uLCZLAwjBV .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLCZLAwjBV .navbar {
    height: 77px;
  }
  .cid-uLCZLAwjBV .navbar.opened {
    height: auto;
  }
  .cid-uLCZLAwjBV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLCZLAwjBV .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uLCZLC3BG7 {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #040402;
}
.cid-uLCZLC3BG7 H1 {
  color: #b30609;
}
.cid-uLCZLC3BG7 h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uLCZLC3BG7 img {
  width: 100%;
}
.cid-uLCZLC3BG7 .mbr-text,
.cid-uLCZLC3BG7 .mbr-section-btn {
  color: #999999;
}
.cid-uLCZLDpzbV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uLCZLDpzbV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLCZLDpzbV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLCZLDpzbV .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #e2090d;
  margin-bottom: 2rem;
}
.cid-uLCZLDpzbV .item-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uLCZLDpzbV .card-title,
.cid-uLCZLDpzbV .card-box {
  color: #cccccc;
}
.cid-uLCZLEn1Eu {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #191919;
}
.cid-uLCZLEn1Eu .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLCZLEn1Eu .mbr-text,
.cid-uLCZLEn1Eu .mbr-section-btn {
  color: #999999;
}
.cid-uLCZLFtO6e {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uLCZLFtO6e img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uLCZLFtO6e .link-wrapper {
  margin-bottom: 1rem;
}
.cid-uLCZLFtO6e .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-uLCZLFtO6e .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uLCZLFtO6e .card-wrapper {
  background: #465052;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uLCZLFtO6e .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uLCZLFtO6e .first:hover:before {
  content: none;
}
.cid-uLCZLFtO6e .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLCZLFtO6e .last:hover:after {
  content: none;
}
.cid-uLCZLFtO6e .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLCZLFtO6e .mbr-section-text {
  color: #999999;
}
.cid-uLCZLFtO6e .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-uLCZLFtO6e .card .img-wrapper {
  overflow: hidden;
}
.cid-uLCZLFtO6e .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uLCZLFtO6e .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uLCZLFtO6e .card:hover .card-wrapper {
  background: linear-gradient(to left, #fc5130, #e2090d);
  color: #ffffff !important;
}
.cid-uLCZLFtO6e .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uLCZLGlI7B {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uLCZLGlI7B .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLCZLGlI7B .mbr-text,
.cid-uLCZLGlI7B .mbr-section-btn {
  color: #999999;
}
.cid-uLCZLGlI7B img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uLCZLGlI7B img {
    width: 96%;
  }
}
.cid-uLCZLGM8w2 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-uLCZLGM8w2 .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-uLCZLGM8w2 .card-img {
  padding-bottom: 1rem;
}
.cid-uLCZLGM8w2 .card {
  cursor: pointer;
  transition: all 0.3s;
}
.cid-uLCZLGM8w2 .card:hover {
  transform: translateY(-10px);
}
.cid-uLCZLGM8w2 .mbr-text,
.cid-uLCZLGM8w2 .card-title {
  opacity: 0;
}
.cid-uLCZLGM8w2 .card-wrapper {
  display: flex;
  justify-content: center;
  padding: 1rem;
  background-position: center;
  background-size: cover;
  padding-top: 15rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
}
.cid-uLCZLGM8w2 .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uLCZLGM8w2 .card:hover .card-wrapper:after {
    opacity: 0.8;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
  .cid-uLCZLGM8w2 .card:hover .mbr-text,
  .cid-uLCZLGM8w2 .card:hover .card-title {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-uLCZLGM8w2 .card {
    padding-bottom: 1rem !important;
  }
  .cid-uLCZLGM8w2 .card .mbr-text,
  .cid-uLCZLGM8w2 .card .card-title {
    opacity: 1;
  }
  .cid-uLCZLGM8w2 .card-wrapper:after {
    opacity: 0.7;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
}
.cid-uLCZLGM8w2 .row {
  justify-content: center;
}
.cid-uLCZLGM8w2 .card-title {
  border-bottom: 1px solid #999999;
}
.cid-uLCZLGM8w2 .card1 {
  background-image: url("../../../assets/images/bdsmfetish-493x632.jpg");
}
.cid-uLCZLGM8w2 .card2 {
  background-image: url("../../../assets/images/footfetish-504x642.jpg");
}
.cid-uLCZLGM8w2 .card3 {
  background-image: url("../../../assets/images/spanling-417x473.jpg");
}
.cid-uLCZLGM8w2 .link,
.cid-uLCZLGM8w2 .card-box {
  color: #ffffff;
}
.cid-uLCZLGM8w2 .mbr-text,
.cid-uLCZLGM8w2 .link-wrap {
  text-align: center;
}
.cid-uLCZLGM8w2 .main-subtitle {
  color: #ffffff;
}
.cid-uLCZLGM8w2 .mbr-section-subtitle {
  color: #999999;
}
.cid-uLCZLGM8w2 .mbr-section-text {
  color: #999999;
}
.cid-uLCZLHmo70 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #111111;
}
.cid-uLCZLHmo70 .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-uLCZLHmo70 .card-img {
  padding-bottom: 1rem;
}
.cid-uLCZLHmo70 .card {
  cursor: pointer;
  transition: all 0.3s;
}
.cid-uLCZLHmo70 .card:hover {
  transform: translateY(-10px);
}
.cid-uLCZLHmo70 .mbr-text,
.cid-uLCZLHmo70 .card-title {
  opacity: 0;
}
.cid-uLCZLHmo70 .card-wrapper {
  display: flex;
  justify-content: center;
  padding: 1rem;
  background-position: center;
  background-size: cover;
  padding-top: 15rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
}
.cid-uLCZLHmo70 .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uLCZLHmo70 .card:hover .card-wrapper:after {
    opacity: 0.8;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
  .cid-uLCZLHmo70 .card:hover .mbr-text,
  .cid-uLCZLHmo70 .card:hover .card-title {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-uLCZLHmo70 .card {
    padding-bottom: 1rem !important;
  }
  .cid-uLCZLHmo70 .card .mbr-text,
  .cid-uLCZLHmo70 .card .card-title {
    opacity: 1;
  }
  .cid-uLCZLHmo70 .card-wrapper:after {
    opacity: 0.7;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
}
.cid-uLCZLHmo70 .row {
  justify-content: center;
}
.cid-uLCZLHmo70 .card-title {
  border-bottom: 1px solid #999999;
}
.cid-uLCZLHmo70 .card1 {
  background-image: url("../../../assets/images/cuckoldfetish-456x540.jpg");
}
.cid-uLCZLHmo70 .card2 {
  background-image: url("../../../assets/images/fatfetishww-529x660.jpg");
}
.cid-uLCZLHmo70 .card3 {
  background-image: url("../../../assets/images/ddlgdating-399x474.jpg");
}
.cid-uLCZLHmo70 .link,
.cid-uLCZLHmo70 .card-box {
  color: #ffffff;
}
.cid-uLCZLHmo70 .mbr-text,
.cid-uLCZLHmo70 .link-wrap {
  text-align: center;
}
.cid-uLCZLHmo70 .main-subtitle {
  color: #ffffff;
}
.cid-uLCZLHmo70 .mbr-section-subtitle {
  color: #999999;
}
.cid-uLCZLHmo70 .mbr-section-text {
  color: #999999;
}
.cid-uLCZLHXTG7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #111111;
}
.cid-uLCZLHXTG7 .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-uLCZLHXTG7 .card-img {
  padding-bottom: 1rem;
}
.cid-uLCZLHXTG7 .card {
  cursor: pointer;
  transition: all 0.3s;
}
.cid-uLCZLHXTG7 .card:hover {
  transform: translateY(-10px);
}
.cid-uLCZLHXTG7 .mbr-text,
.cid-uLCZLHXTG7 .card-title {
  opacity: 0;
}
.cid-uLCZLHXTG7 .card-wrapper {
  display: flex;
  justify-content: center;
  padding: 1rem;
  background-position: center;
  background-size: cover;
  padding-top: 15rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
}
.cid-uLCZLHXTG7 .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uLCZLHXTG7 .card:hover .card-wrapper:after {
    opacity: 0.8;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
  .cid-uLCZLHXTG7 .card:hover .mbr-text,
  .cid-uLCZLHXTG7 .card:hover .card-title {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-uLCZLHXTG7 .card {
    padding-bottom: 1rem !important;
  }
  .cid-uLCZLHXTG7 .card .mbr-text,
  .cid-uLCZLHXTG7 .card .card-title {
    opacity: 1;
  }
  .cid-uLCZLHXTG7 .card-wrapper:after {
    opacity: 0.7;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
}
.cid-uLCZLHXTG7 .row {
  justify-content: center;
}
.cid-uLCZLHXTG7 .card-title {
  border-bottom: 1px solid #999999;
}
.cid-uLCZLHXTG7 .card1 {
  background-image: url("../../../assets/images/smokingfetish-486x582.jpg");
}
.cid-uLCZLHXTG7 .card2 {
  background-image: url("../../../assets/images/toughthfetish-512x625.jpg");
}
.cid-uLCZLHXTG7 .card3 {
  background-image: url("../../../assets/images/feindom-485x575.jpg");
}
.cid-uLCZLHXTG7 .link,
.cid-uLCZLHXTG7 .card-box {
  color: #ffffff;
}
.cid-uLCZLHXTG7 .mbr-text,
.cid-uLCZLHXTG7 .link-wrap {
  text-align: center;
}
.cid-uLCZLHXTG7 .main-subtitle {
  color: #ffffff;
}
.cid-uLCZLHXTG7 .mbr-section-subtitle {
  color: #999999;
}
.cid-uLCZLHXTG7 .mbr-section-text {
  color: #999999;
}
.cid-uLCZLIP2gi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #111111;
}
.cid-uLCZLIP2gi .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-uLCZLIP2gi .card-img {
  padding-bottom: 1rem;
}
.cid-uLCZLIP2gi .card {
  cursor: pointer;
  transition: all 0.3s;
}
.cid-uLCZLIP2gi .card:hover {
  transform: translateY(-10px);
}
.cid-uLCZLIP2gi .mbr-text,
.cid-uLCZLIP2gi .card-title {
  opacity: 0;
}
.cid-uLCZLIP2gi .card-wrapper {
  display: flex;
  justify-content: center;
  padding: 1rem;
  background-position: center;
  background-size: cover;
  padding-top: 15rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
}
.cid-uLCZLIP2gi .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uLCZLIP2gi .card:hover .card-wrapper:after {
    opacity: 0.8;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
  .cid-uLCZLIP2gi .card:hover .mbr-text,
  .cid-uLCZLIP2gi .card:hover .card-title {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-uLCZLIP2gi .card {
    padding-bottom: 1rem !important;
  }
  .cid-uLCZLIP2gi .card .mbr-text,
  .cid-uLCZLIP2gi .card .card-title {
    opacity: 1;
  }
  .cid-uLCZLIP2gi .card-wrapper:after {
    opacity: 0.7;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
}
.cid-uLCZLIP2gi .row {
  justify-content: center;
}
.cid-uLCZLIP2gi .card-title {
  border-bottom: 1px solid #999999;
}
.cid-uLCZLIP2gi .card1 {
  background-image: url("../../../assets/images/roleplayfetish-516x715.jpg");
}
.cid-uLCZLIP2gi .card2 {
  background-image: url("../../../assets/images/femdombdsm-474x578.jpg");
}
.cid-uLCZLIP2gi .card3 {
  background-image: url("../../../assets/images/sissyfetish-522x720.jpg");
}
.cid-uLCZLIP2gi .link,
.cid-uLCZLIP2gi .card-box {
  color: #ffffff;
}
.cid-uLCZLIP2gi .mbr-text,
.cid-uLCZLIP2gi .link-wrap {
  text-align: center;
}
.cid-uLCZLIP2gi .main-subtitle {
  color: #ffffff;
}
.cid-uLCZLIP2gi .mbr-section-subtitle {
  color: #999999;
}
.cid-uLCZLIP2gi .mbr-section-text {
  color: #999999;
}
.cid-uLCZLJFNMd {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-uLCZLJFNMd .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-uLCZLJFNMd .card-img {
  padding-bottom: 1rem;
}
.cid-uLCZLJFNMd .card {
  cursor: pointer;
  transition: all 0.3s;
}
.cid-uLCZLJFNMd .card:hover {
  transform: translateY(-10px);
}
.cid-uLCZLJFNMd .mbr-text,
.cid-uLCZLJFNMd .card-title {
  opacity: 0;
}
.cid-uLCZLJFNMd .card-wrapper {
  display: flex;
  justify-content: center;
  padding: 1rem;
  background-position: center;
  background-size: cover;
  padding-top: 15rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
}
.cid-uLCZLJFNMd .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uLCZLJFNMd .card:hover .card-wrapper:after {
    opacity: 0.8;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
  .cid-uLCZLJFNMd .card:hover .mbr-text,
  .cid-uLCZLJFNMd .card:hover .card-title {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-uLCZLJFNMd .card {
    padding-bottom: 1rem !important;
  }
  .cid-uLCZLJFNMd .card .mbr-text,
  .cid-uLCZLJFNMd .card .card-title {
    opacity: 1;
  }
  .cid-uLCZLJFNMd .card-wrapper:after {
    opacity: 0.7;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
}
.cid-uLCZLJFNMd .row {
  justify-content: center;
}
.cid-uLCZLJFNMd .card-title {
  border-bottom: 1px solid #999999;
}
.cid-uLCZLJFNMd .card1 {
  background-image: url("../../../assets/images/pantyfetish-568x656.jpg");
}
.cid-uLCZLJFNMd .card2 {
  background-image: url("../../../assets/images/laxtenfetihs8-483x632.jpg");
}
.cid-uLCZLJFNMd .card3 {
  background-image: url("../../../assets/images/voyeurism-472x569.jpg");
}
.cid-uLCZLJFNMd .link,
.cid-uLCZLJFNMd .card-box {
  color: #ffffff;
}
.cid-uLCZLJFNMd .mbr-text,
.cid-uLCZLJFNMd .link-wrap {
  text-align: center;
}
.cid-uLCZLJFNMd .main-subtitle {
  color: #ffffff;
}
.cid-uLCZLJFNMd .mbr-section-subtitle {
  color: #999999;
}
.cid-uLCZLJFNMd .mbr-section-text {
  color: #999999;
}
.cid-uLCZLKilwQ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #040402;
}
.cid-uLCZLKilwQ img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
}
@media (min-width: 767px) {
  .cid-uLCZLKilwQ .container-fluid {
    padding: 0 2rem;
  }
}
.cid-uLCZLKilwQ .card-wrapper {
  background: #635a51;
  padding: 3rem;
}
.cid-uLCZLKilwQ .card-wrapper:hover {
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLCZLKilwQ .text-wrap {
  display: flex;
  justify-content: center;
  padding-top: 1rem;
}
.cid-uLCZLKilwQ .icon-wrapper {
  padding: 0 1rem;
}
.cid-uLCZLKilwQ .card-box {
  padding-top: 2rem;
}
.cid-uLCZLKilwQ .link-icon {
  font-size: 1.5rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uLCZLKilwQ .card-title {
  color: #999999;
}
.cid-uLCZLKilwQ .mbr-subtitle {
  color: #ffffff;
}
.cid-uLCZLKilwQ .main-title {
  color: #ffffff;
}
.cid-uLCZLKilwQ .main-subtitle {
  color: #999999;
}
.cid-uLCZLKilwQ .card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uLCZLKilwQ .card:hover {
  transform: translateY(-10px);
}
.cid-uLCZLKilwQ .card:hover .link-icon {
  color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uLCZLKilwQ .card:hover .card-title,
.cid-uLCZLKilwQ .card:hover .mbr-subtitle {
  color: #ffffff !important;
}
@media (min-width: 1600px) {
  .cid-uLCZLKilwQ .card {
    max-width: 20%;
  }
}
@media (max-width: 1600px) {
  .cid-uLCZLKilwQ .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uLCZLLosq5 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #191919;
}
.cid-uLCZLLosq5 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLCZLLosq5 .mbr-text,
.cid-uLCZLLosq5 .mbr-section-btn {
  color: #999999;
}
.cid-uLCZLMKk5O {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #111111;
}
.cid-uLCZLMKk5O img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uLCZLMKk5O .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uLCZLMKk5O .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uLCZLMKk5O .first:hover:before {
  content: none;
}
.cid-uLCZLMKk5O .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLCZLMKk5O .last:hover:after {
  content: none;
}
.cid-uLCZLMKk5O .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLCZLMKk5O .mbr-section-text {
  color: #999999;
}
.cid-uLCZLMKk5O .card {
  z-index: 1;
  position: relative;
  transition: all 0.3s;
}
.cid-uLCZLMKk5O .card .img-wrapper {
  overflow: hidden;
}
.cid-uLCZLMKk5O .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uLCZLMKk5O .card:hover .card-wrapper {
  background: linear-gradient(to left, #fc5130, #e2090d);
  color: #ffffff !important;
}
.cid-uLCZLMKk5O .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uLCZLO3nCT {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-uLCZLO3nCT img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uLCZLO3nCT .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uLCZLO3nCT .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uLCZLO3nCT .first:hover:before {
  content: none;
}
.cid-uLCZLO3nCT .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLCZLO3nCT .last:hover:after {
  content: none;
}
.cid-uLCZLO3nCT .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLCZLO3nCT .mbr-section-text {
  color: #999999;
}
.cid-uLCZLO3nCT .card {
  z-index: 1;
  position: relative;
  transition: all 0.3s;
}
.cid-uLCZLO3nCT .card .img-wrapper {
  overflow: hidden;
}
.cid-uLCZLO3nCT .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uLCZLO3nCT .card:hover .card-wrapper {
  background: linear-gradient(to left, #fc5130, #e2090d);
  color: #ffffff !important;
}
.cid-uLCZLO3nCT .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uLCZLPuVJ8 {
  padding-top: 60px;
  padding-bottom: 0px;
  position: relative;
  background-color: #000000;
}
.cid-uLCZLPuVJ8 p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-uLCZLPuVJ8 .panel-title {
  border-bottom: 2px solid #cf0509;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-uLCZLPuVJ8 .collapsed {
  border: none;
}
.cid-uLCZLPuVJ8 .collapsed span {
  transform: rotate(0deg);
}
.cid-uLCZLPuVJ8 span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-uLCZLPuVJ8 .panel-body {
  padding-top: 0.5rem;
}
.cid-uLCZLPuVJ8 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uLCZLPuVJ8 .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-uLCZLPuVJ8 .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uLCZLPuVJ8 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uLCZLPuVJ8 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-uLCZLPuVJ8 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uLCZLPuVJ8 .panel-text {
  color: #767676;
}
.cid-uLCZLPuVJ8 H4 {
  color: #999999;
}
.cid-uLCZLPuVJ8 H2 {
  color: #ffffff;
}
.cid-uLCZLPuVJ8 .mbr-section-text {
  color: #999999;
}
.cid-uLCZLQm9N2 {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #000000;
}
.cid-uLCZLQm9N2 p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-uLCZLQm9N2 .panel-title {
  border-bottom: 2px solid #e2090d;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-uLCZLQm9N2 .collapsed {
  border: none;
}
.cid-uLCZLQm9N2 .collapsed span {
  transform: rotate(0deg);
}
.cid-uLCZLQm9N2 span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-uLCZLQm9N2 .panel-body {
  padding-top: 0.5rem;
}
.cid-uLCZLQm9N2 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uLCZLQm9N2 .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-uLCZLQm9N2 .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uLCZLQm9N2 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uLCZLQm9N2 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-uLCZLQm9N2 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uLCZLQm9N2 .panel-text {
  color: #767676;
}
.cid-uLCZLQm9N2 H4 {
  color: #999999;
}
.cid-uLCZLQm9N2 H2 {
  color: #ffffff;
}
.cid-uLCZLQm9N2 .mbr-section-text {
  color: #999999;
}
.cid-uLCZLRHiMh {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/fetishlife-1360x535.jpg");
}
.cid-uLCZLRHiMh H1 {
  color: #b30609;
}
.cid-uLCZLRHiMh h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uLCZLRHiMh .mbr-text,
.cid-uLCZLRHiMh .mbr-section-btn {
  color: #cccccc;
}
.cid-uLCZLSwHhl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #191919;
}
.cid-uLCZLSwHhl .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uLCZLSwHhl .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-uLCZLSwHhl .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uLCZLSwHhl .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #b30609;
}
.cid-uLCZLSwHhl .container {
  max-width: 1400px;
}
.cid-uLCZLSwHhl li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-uLCZLSwHhl .time {
  line-height: 2;
}
.cid-uLCZLSwHhl .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-uLCZLSwHhl .text-wrap {
  width: 100%;
}
.cid-uLCZLSwHhl .item-wrap {
  display: inline-block;
}
.cid-uLCZLSwHhl .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uLCZLSwHhl .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-uLCZLSwHhl .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uLCZLSwHhl .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLCZLSwHhl .socicon-wrap {
    margin: auto;
  }
}
.cid-uLCZLSwHhl .mbr-text {
  color: #999999;
}
.cid-uLCZLSwHhl .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-uLCZLSwHhl .icon-title,
.cid-uLCZLSwHhl .align-wrap {
  color: #f3f3f3;
  width: 100%;
  text-align: center;
}
.cid-uLCZLSwHhl .item-text,
.cid-uLCZLSwHhl .item-icon {
  color: #f3f3f3;
}
.cid-uLCZLSwHhl .mbr-text,
.cid-uLCZLSwHhl .mbr-section-btn {
  color: #e5e5e5;
}
.cid-s1YLZwONfz .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1YLZwONfz .btn {
  white-space: nowrap;
}
.cid-s1YLZwONfz .nav-link,
.cid-s1YLZwONfz .icons-menu .mbr-iconfont,
.cid-s1YLZwONfz .dropdown-item {
  transition: all 0.1s;
}
.cid-s1YLZwONfz .nav-link:hover,
.cid-s1YLZwONfz .icons-menu .mbr-iconfont:hover,
.cid-s1YLZwONfz .dropdown-item:hover {
  color: #fc5130 !important;
}
@media (max-width: 992px) {
  .cid-s1YLZwONfz .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-s1YLZwONfz .container {
  display: flex;
  margin: auto;
}
.cid-s1YLZwONfz .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-s1YLZwONfz .navbar.opened {
  transition: all .3s;
}
.cid-s1YLZwONfz .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s1YLZwONfz .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-s1YLZwONfz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s1YLZwONfz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s1YLZwONfz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-s1YLZwONfz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s1YLZwONfz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s1YLZwONfz .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: 55%;
}
.cid-s1YLZwONfz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s1YLZwONfz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s1YLZwONfz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s1YLZwONfz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1YLZwONfz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1YLZwONfz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1YLZwONfz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1YLZwONfz .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: 55%;
  }
  .cid-s1YLZwONfz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1YLZwONfz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1YLZwONfz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s1YLZwONfz .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s1YLZwONfz .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1YLZwONfz .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s1YLZwONfz .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-s1YLZwONfz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1YLZwONfz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1YLZwONfz .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-s1YLZwONfz .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-s1YLZwONfz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s1YLZwONfz .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s1YLZwONfz .navbar-caption {
  padding-right: 4rem;
}
.cid-s1YLZwONfz .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-s1YLZwONfz .dropdown-menu,
.cid-s1YLZwONfz .navbar.opened {
  background: #191919 !important;
}
.cid-s1YLZwONfz .nav-item:focus,
.cid-s1YLZwONfz .nav-link:focus {
  outline: none;
}
.cid-s1YLZwONfz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1YLZwONfz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1YLZwONfz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s1YLZwONfz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1YLZwONfz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s1YLZwONfz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-s1YLZwONfz .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s1YLZwONfz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1YLZwONfz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1YLZwONfz .dropdown-item.active,
.cid-s1YLZwONfz .dropdown-item:active {
  background-color: transparent;
}
.cid-s1YLZwONfz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1YLZwONfz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1YLZwONfz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1YLZwONfz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-s1YLZwONfz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1YLZwONfz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1YLZwONfz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1YLZwONfz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s1YLZwONfz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YLZwONfz .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1YLZwONfz a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s1YLZwONfz .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-s1YLZwONfz .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1YLZwONfz .navbar {
    height: 77px;
  }
  .cid-s1YLZwONfz .navbar.opened {
    height: auto;
  }
  .cid-s1YLZwONfz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1YLZwONfz .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-ueNQgLQjhn {
  background-color: #040402;
}
.cid-ueNQgLQjhn H1 {
  color: #5758e0;
}
.cid-ueNQgLQjhn h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-ueNQgLQjhn img {
  width: 100%;
}
.cid-ueNQgLQjhn .mbr-text,
.cid-ueNQgLQjhn .mbr-section-btn {
  color: #999999;
}
.cid-uo83f3jowh {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uo83f3jowh .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uo83f3jowh .mbr-text,
.cid-uo83f3jowh .mbr-section-btn {
  color: #999999;
}
.cid-ueNQW8zurJ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-ueNQW8zurJ .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-ueNQW8zurJ .mbr-text,
.cid-ueNQW8zurJ .mbr-section-btn {
  color: #999999;
}
.cid-ueNQW8zurJ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ueNQW8zurJ img {
    width: 96%;
  }
}
.cid-uLDi6qRysg {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-uLDi6qRysg .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-uLDi6qRysg .card-wrapper {
    padding: 0;
  }
}
.cid-uLDi6qRysg img {
  width: 100%;
}
.cid-uLDi6qRysg .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uLDi6qRysg .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLDi6qRysg .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-uLDi6qRysg h4 {
  margin: 0;
}
.cid-uLDi6qRysg .card-text {
  color: #999999;
}
.cid-uLDi6qRysg .mbr-text {
  color: #000000;
}
.cid-uLDi6qRysg .card-title {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-uLDi6qRysg .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .cid-uLDi6qRysg .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-uLDi6qRysg .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLDi6qRysg .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-uLDi6qRysg H3 {
  color: #787324;
}
.cid-uLDi6qRysg .mbr-section-title,
.cid-uLDi6qRysg .title-wrapper {
  color: #ffffff;
}
.cid-uLDi6qRysg .mbr-text,
.cid-uLDi6qRysg .mbr-section-btn {
  color: #999999;
}
.cid-ueNR1h9SHV {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-ueNR1h9SHV .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-ueNR1h9SHV .mbr-text,
.cid-ueNR1h9SHV .mbr-section-btn {
  color: #999999;
}
.cid-uKFYEOMSdI {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #191919;
}
.cid-uKFYEOMSdI .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uKFYEOMSdI .mbr-text,
.cid-uKFYEOMSdI .mbr-section-btn {
  color: #999999;
}
.cid-uKFYy7ftF1 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #111111;
}
.cid-uKFYy7ftF1 img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uKFYy7ftF1 .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uKFYy7ftF1 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uKFYy7ftF1 .first:hover:before {
  content: none;
}
.cid-uKFYy7ftF1 .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uKFYy7ftF1 .last:hover:after {
  content: none;
}
.cid-uKFYy7ftF1 .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uKFYy7ftF1 .mbr-section-text {
  color: #999999;
}
.cid-uKFYy7ftF1 .card {
  z-index: 1;
  position: relative;
  transition: all 0.3s;
}
.cid-uKFYy7ftF1 .card .img-wrapper {
  overflow: hidden;
}
.cid-uKFYy7ftF1 .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uKFYy7ftF1 .card:hover .card-wrapper {
  background: linear-gradient(to left, #fc5130, #e2090d);
  color: #ffffff !important;
}
.cid-uKFYy7ftF1 .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uLDmXFsGHj {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #111111;
}
.cid-uLDmXFsGHj img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uLDmXFsGHj .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uLDmXFsGHj .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uLDmXFsGHj .first:hover:before {
  content: none;
}
.cid-uLDmXFsGHj .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLDmXFsGHj .last:hover:after {
  content: none;
}
.cid-uLDmXFsGHj .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLDmXFsGHj .mbr-section-text {
  color: #999999;
}
.cid-uLDmXFsGHj .card {
  z-index: 1;
  position: relative;
  transition: all 0.3s;
}
.cid-uLDmXFsGHj .card .img-wrapper {
  overflow: hidden;
}
.cid-uLDmXFsGHj .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uLDmXFsGHj .card:hover .card-wrapper {
  background: linear-gradient(to left, #fc5130, #e2090d);
  color: #ffffff !important;
}
.cid-uLDmXFsGHj .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uLDnU8xYak {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uLDnU8xYak .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLDnU8xYak .mbr-text,
.cid-uLDnU8xYak .mbr-section-btn {
  color: #999999;
}
.cid-ueNS0MAZ1L {
  padding-top: 90px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/sugar-baby-sugar-daddy-700x500.jpg");
}
.cid-ueNS0MAZ1L H1 {
  color: #e2090d;
}
.cid-ueNS0MAZ1L h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-ueNS0MAZ1L .mbr-text,
.cid-ueNS0MAZ1L .mbr-section-btn {
  color: #999999;
}
.cid-ufm56XIsKW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #191919;
}
.cid-ufm56XIsKW .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-ufm56XIsKW .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-ufm56XIsKW .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-ufm56XIsKW .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #b30609;
}
.cid-ufm56XIsKW .container {
  max-width: 1400px;
}
.cid-ufm56XIsKW li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-ufm56XIsKW .time {
  line-height: 2;
}
.cid-ufm56XIsKW .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-ufm56XIsKW .text-wrap {
  width: 100%;
}
.cid-ufm56XIsKW .item-wrap {
  display: inline-block;
}
.cid-ufm56XIsKW .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-ufm56XIsKW .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-ufm56XIsKW .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-ufm56XIsKW .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ufm56XIsKW .socicon-wrap {
    margin: auto;
  }
}
.cid-ufm56XIsKW .mbr-text {
  color: #999999;
}
.cid-ufm56XIsKW .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-ufm56XIsKW .icon-title,
.cid-ufm56XIsKW .align-wrap {
  color: #f3f3f3;
  width: 100%;
  text-align: center;
}
.cid-ufm56XIsKW .item-text,
.cid-ufm56XIsKW .item-icon {
  color: #f3f3f3;
}
.cid-ufm56XIsKW .mbr-text,
.cid-ufm56XIsKW .mbr-section-btn {
  color: #e5e5e5;
}
.cid-uLDq2fNN0f .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLDq2fNN0f .btn {
  white-space: nowrap;
}
.cid-uLDq2fNN0f .nav-link,
.cid-uLDq2fNN0f .icons-menu .mbr-iconfont,
.cid-uLDq2fNN0f .dropdown-item {
  transition: all 0.1s;
}
.cid-uLDq2fNN0f .nav-link:hover,
.cid-uLDq2fNN0f .icons-menu .mbr-iconfont:hover,
.cid-uLDq2fNN0f .dropdown-item:hover {
  color: #fc5130 !important;
}
@media (max-width: 992px) {
  .cid-uLDq2fNN0f .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uLDq2fNN0f .container {
  display: flex;
  margin: auto;
}
.cid-uLDq2fNN0f .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-uLDq2fNN0f .navbar.opened {
  transition: all .3s;
}
.cid-uLDq2fNN0f .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uLDq2fNN0f .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLDq2fNN0f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLDq2fNN0f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLDq2fNN0f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uLDq2fNN0f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLDq2fNN0f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLDq2fNN0f .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: 55%;
}
.cid-uLDq2fNN0f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLDq2fNN0f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uLDq2fNN0f .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uLDq2fNN0f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLDq2fNN0f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLDq2fNN0f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLDq2fNN0f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLDq2fNN0f .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: 55%;
  }
  .cid-uLDq2fNN0f .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uLDq2fNN0f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLDq2fNN0f .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLDq2fNN0f .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLDq2fNN0f .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uLDq2fNN0f .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uLDq2fNN0f .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-uLDq2fNN0f .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uLDq2fNN0f .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uLDq2fNN0f .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uLDq2fNN0f .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uLDq2fNN0f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLDq2fNN0f .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uLDq2fNN0f .navbar-caption {
  padding-right: 4rem;
}
.cid-uLDq2fNN0f .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uLDq2fNN0f .dropdown-menu,
.cid-uLDq2fNN0f .navbar.opened {
  background: #191919 !important;
}
.cid-uLDq2fNN0f .nav-item:focus,
.cid-uLDq2fNN0f .nav-link:focus {
  outline: none;
}
.cid-uLDq2fNN0f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLDq2fNN0f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLDq2fNN0f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uLDq2fNN0f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLDq2fNN0f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLDq2fNN0f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uLDq2fNN0f .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLDq2fNN0f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLDq2fNN0f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLDq2fNN0f .dropdown-item.active,
.cid-uLDq2fNN0f .dropdown-item:active {
  background-color: transparent;
}
.cid-uLDq2fNN0f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLDq2fNN0f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLDq2fNN0f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLDq2fNN0f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-uLDq2fNN0f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLDq2fNN0f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLDq2fNN0f ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uLDq2fNN0f .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLDq2fNN0f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uLDq2fNN0f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uLDq2fNN0f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uLDq2fNN0f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uLDq2fNN0f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uLDq2fNN0f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uLDq2fNN0f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uLDq2fNN0f nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uLDq2fNN0f nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uLDq2fNN0f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uLDq2fNN0f .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uLDq2fNN0f a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uLDq2fNN0f .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uLDq2fNN0f .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLDq2fNN0f .navbar {
    height: 77px;
  }
  .cid-uLDq2fNN0f .navbar.opened {
    height: auto;
  }
  .cid-uLDq2fNN0f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLDq2fNN0f .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uLDq2gGjKR {
  background-color: #040402;
}
.cid-uLDq2gGjKR H1 {
  color: #b30609;
}
.cid-uLDq2gGjKR h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uLDq2gGjKR img {
  width: 100%;
}
.cid-uLDq2gGjKR .mbr-text,
.cid-uLDq2gGjKR .mbr-section-btn {
  color: #999999;
}
.cid-uLDq2hh0pX {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uLDq2hh0pX .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLDq2hh0pX .mbr-text,
.cid-uLDq2hh0pX .mbr-section-btn {
  color: #999999;
}
.cid-uLDq2hMtDk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uLDq2hMtDk .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLDq2hMtDk .mbr-text,
.cid-uLDq2hMtDk .mbr-section-btn {
  color: #999999;
}
.cid-uLDq2hMtDk img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uLDq2hMtDk img {
    width: 96%;
  }
}
.cid-uLDq2iksrZ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-uLDq2iksrZ .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-uLDq2iksrZ .card-wrapper {
    padding: 0;
  }
}
.cid-uLDq2iksrZ img {
  width: 100%;
}
.cid-uLDq2iksrZ .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uLDq2iksrZ .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLDq2iksrZ .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-uLDq2iksrZ h4 {
  margin: 0;
}
.cid-uLDq2iksrZ .card-text {
  color: #999999;
}
.cid-uLDq2iksrZ .mbr-text {
  color: #000000;
}
.cid-uLDq2iksrZ .card-title {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-uLDq2iksrZ .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .cid-uLDq2iksrZ .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-uLDq2iksrZ .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLDq2iksrZ .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-uLDq2iksrZ H3 {
  color: #787324;
}
.cid-uLDq2iksrZ .mbr-section-title,
.cid-uLDq2iksrZ .title-wrapper {
  color: #ffffff;
}
.cid-uLDq2iksrZ .mbr-text,
.cid-uLDq2iksrZ .mbr-section-btn {
  color: #999999;
}
.cid-uLDq2iWEVm {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uLDq2iWEVm .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLDq2iWEVm .mbr-text,
.cid-uLDq2iWEVm .mbr-section-btn {
  color: #999999;
}
.cid-uLDq2jwBsk {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #191919;
}
.cid-uLDq2jwBsk .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLDq2jwBsk .mbr-text,
.cid-uLDq2jwBsk .mbr-section-btn {
  color: #999999;
}
.cid-uLDq2kfTvu {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #111111;
}
.cid-uLDq2kfTvu img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uLDq2kfTvu .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uLDq2kfTvu .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uLDq2kfTvu .first:hover:before {
  content: none;
}
.cid-uLDq2kfTvu .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLDq2kfTvu .last:hover:after {
  content: none;
}
.cid-uLDq2kfTvu .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLDq2kfTvu .mbr-section-text {
  color: #999999;
}
.cid-uLDq2kfTvu .card {
  z-index: 1;
  position: relative;
  transition: all 0.3s;
}
.cid-uLDq2kfTvu .card .img-wrapper {
  overflow: hidden;
}
.cid-uLDq2kfTvu .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uLDq2kfTvu .card:hover .card-wrapper {
  background: linear-gradient(to left, #fc5130, #e2090d);
  color: #ffffff !important;
}
.cid-uLDq2kfTvu .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uLDq2lirkN {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #111111;
}
.cid-uLDq2lirkN img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uLDq2lirkN .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uLDq2lirkN .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uLDq2lirkN .first:hover:before {
  content: none;
}
.cid-uLDq2lirkN .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLDq2lirkN .last:hover:after {
  content: none;
}
.cid-uLDq2lirkN .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLDq2lirkN .mbr-section-text {
  color: #999999;
}
.cid-uLDq2lirkN .card {
  z-index: 1;
  position: relative;
  transition: all 0.3s;
}
.cid-uLDq2lirkN .card .img-wrapper {
  overflow: hidden;
}
.cid-uLDq2lirkN .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uLDq2lirkN .card:hover .card-wrapper {
  background: linear-gradient(to left, #fc5130, #e2090d);
  color: #ffffff !important;
}
.cid-uLDq2lirkN .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uLDq2lX4Pb {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uLDq2lX4Pb .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLDq2lX4Pb .mbr-text,
.cid-uLDq2lX4Pb .mbr-section-btn {
  color: #999999;
}
.cid-uLIhum9oEb {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uLIhum9oEb .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLIhum9oEb .mbr-text,
.cid-uLIhum9oEb .mbr-section-btn {
  color: #999999;
}
.cid-uLIi2OZAJO {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #191919;
}
.cid-uLIi2OZAJO .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLIi2OZAJO .mbr-text,
.cid-uLIi2OZAJO .mbr-section-btn {
  color: #999999;
}
.cid-uLIi4ZU7kS {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #111111;
}
.cid-uLIi4ZU7kS img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uLIi4ZU7kS .link-wrapper {
  margin-bottom: 1rem;
}
.cid-uLIi4ZU7kS .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-uLIi4ZU7kS .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uLIi4ZU7kS .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uLIi4ZU7kS .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uLIi4ZU7kS .first:hover:before {
  content: none;
}
.cid-uLIi4ZU7kS .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLIi4ZU7kS .last:hover:after {
  content: none;
}
.cid-uLIi4ZU7kS .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLIi4ZU7kS .mbr-section-text {
  color: #999999;
}
.cid-uLIi4ZU7kS .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-uLIi4ZU7kS .card .img-wrapper {
  overflow: hidden;
}
.cid-uLIi4ZU7kS .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uLIi4ZU7kS .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uLIi4ZU7kS .card:hover .card-wrapper {
  background: linear-gradient(to left, #fc5130, #e2090d);
  color: #ffffff !important;
}
.cid-uLIi4ZU7kS .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uLDq2mpewF {
  padding-top: 90px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/sugar-baby-sugar-daddy-700x500.jpg");
}
.cid-uLDq2mpewF H1 {
  color: #e2090d;
}
.cid-uLDq2mpewF h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uLDq2mpewF .mbr-text,
.cid-uLDq2mpewF .mbr-section-btn {
  color: #999999;
}
.cid-uLDq2mSQjH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #191919;
}
.cid-uLDq2mSQjH .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uLDq2mSQjH .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-uLDq2mSQjH .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uLDq2mSQjH .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #b30609;
}
.cid-uLDq2mSQjH .container {
  max-width: 1400px;
}
.cid-uLDq2mSQjH li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-uLDq2mSQjH .time {
  line-height: 2;
}
.cid-uLDq2mSQjH .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-uLDq2mSQjH .text-wrap {
  width: 100%;
}
.cid-uLDq2mSQjH .item-wrap {
  display: inline-block;
}
.cid-uLDq2mSQjH .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uLDq2mSQjH .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-uLDq2mSQjH .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uLDq2mSQjH .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLDq2mSQjH .socicon-wrap {
    margin: auto;
  }
}
.cid-uLDq2mSQjH .mbr-text {
  color: #999999;
}
.cid-uLDq2mSQjH .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-uLDq2mSQjH .icon-title,
.cid-uLDq2mSQjH .align-wrap {
  color: #f3f3f3;
  width: 100%;
  text-align: center;
}
.cid-uLDq2mSQjH .item-text,
.cid-uLDq2mSQjH .item-icon {
  color: #f3f3f3;
}
.cid-uLDq2mSQjH .mbr-text,
.cid-uLDq2mSQjH .mbr-section-btn {
  color: #e5e5e5;
}
.cid-uLIn0joSbp .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLIn0joSbp .btn {
  white-space: nowrap;
}
.cid-uLIn0joSbp .nav-link,
.cid-uLIn0joSbp .icons-menu .mbr-iconfont,
.cid-uLIn0joSbp .dropdown-item {
  transition: all 0.1s;
}
.cid-uLIn0joSbp .nav-link:hover,
.cid-uLIn0joSbp .icons-menu .mbr-iconfont:hover,
.cid-uLIn0joSbp .dropdown-item:hover {
  color: #fc5130 !important;
}
@media (max-width: 992px) {
  .cid-uLIn0joSbp .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uLIn0joSbp .container {
  display: flex;
  margin: auto;
}
.cid-uLIn0joSbp .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-uLIn0joSbp .navbar.opened {
  transition: all .3s;
}
.cid-uLIn0joSbp .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uLIn0joSbp .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLIn0joSbp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLIn0joSbp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLIn0joSbp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uLIn0joSbp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLIn0joSbp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLIn0joSbp .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: 55%;
}
.cid-uLIn0joSbp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLIn0joSbp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uLIn0joSbp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uLIn0joSbp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLIn0joSbp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLIn0joSbp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLIn0joSbp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLIn0joSbp .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: 55%;
  }
  .cid-uLIn0joSbp .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uLIn0joSbp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLIn0joSbp .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLIn0joSbp .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLIn0joSbp .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uLIn0joSbp .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uLIn0joSbp .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-uLIn0joSbp .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uLIn0joSbp .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uLIn0joSbp .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uLIn0joSbp .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uLIn0joSbp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLIn0joSbp .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uLIn0joSbp .navbar-caption {
  padding-right: 4rem;
}
.cid-uLIn0joSbp .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uLIn0joSbp .dropdown-menu,
.cid-uLIn0joSbp .navbar.opened {
  background: #191919 !important;
}
.cid-uLIn0joSbp .nav-item:focus,
.cid-uLIn0joSbp .nav-link:focus {
  outline: none;
}
.cid-uLIn0joSbp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLIn0joSbp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLIn0joSbp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uLIn0joSbp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLIn0joSbp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLIn0joSbp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uLIn0joSbp .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLIn0joSbp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLIn0joSbp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLIn0joSbp .dropdown-item.active,
.cid-uLIn0joSbp .dropdown-item:active {
  background-color: transparent;
}
.cid-uLIn0joSbp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLIn0joSbp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLIn0joSbp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLIn0joSbp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-uLIn0joSbp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLIn0joSbp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLIn0joSbp ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uLIn0joSbp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLIn0joSbp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uLIn0joSbp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uLIn0joSbp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uLIn0joSbp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uLIn0joSbp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uLIn0joSbp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uLIn0joSbp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uLIn0joSbp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uLIn0joSbp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uLIn0joSbp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uLIn0joSbp .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uLIn0joSbp a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uLIn0joSbp .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uLIn0joSbp .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLIn0joSbp .navbar {
    height: 77px;
  }
  .cid-uLIn0joSbp .navbar.opened {
    height: auto;
  }
  .cid-uLIn0joSbp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLIn0joSbp .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uLIn0k6Yq2 {
  background-color: #040402;
}
.cid-uLIn0k6Yq2 H1 {
  color: #b30609;
}
.cid-uLIn0k6Yq2 h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uLIn0k6Yq2 img {
  width: 100%;
}
.cid-uLIn0k6Yq2 .mbr-text,
.cid-uLIn0k6Yq2 .mbr-section-btn {
  color: #999999;
}
.cid-uLIn0kT8MG {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uLIn0kT8MG .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLIn0kT8MG .mbr-text,
.cid-uLIn0kT8MG .mbr-section-btn {
  color: #999999;
}
.cid-uLIn0lyxGi {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uLIn0lyxGi .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLIn0lyxGi .mbr-text,
.cid-uLIn0lyxGi .mbr-section-btn {
  color: #999999;
}
.cid-uLIn0lyxGi img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uLIn0lyxGi img {
    width: 96%;
  }
}
.cid-uLIn0mvtuF {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-uLIn0mvtuF .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-uLIn0mvtuF .card-wrapper {
    padding: 0;
  }
}
.cid-uLIn0mvtuF img {
  width: 100%;
}
.cid-uLIn0mvtuF .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uLIn0mvtuF .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLIn0mvtuF .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-uLIn0mvtuF h4 {
  margin: 0;
}
.cid-uLIn0mvtuF .card-text {
  color: #999999;
}
.cid-uLIn0mvtuF .mbr-text {
  color: #000000;
}
.cid-uLIn0mvtuF .card-title {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-uLIn0mvtuF .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .cid-uLIn0mvtuF .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-uLIn0mvtuF .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLIn0mvtuF .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-uLIn0mvtuF H3 {
  color: #787324;
}
.cid-uLIn0mvtuF .mbr-section-title,
.cid-uLIn0mvtuF .title-wrapper {
  color: #ffffff;
}
.cid-uLIn0mvtuF .mbr-text,
.cid-uLIn0mvtuF .mbr-section-btn {
  color: #999999;
}
.cid-uLIn0npgyp {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uLIn0npgyp .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLIn0npgyp .mbr-text,
.cid-uLIn0npgyp .mbr-section-btn {
  color: #999999;
}
.cid-uLIn0olEAW {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #191919;
}
.cid-uLIn0olEAW .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLIn0olEAW .mbr-text,
.cid-uLIn0olEAW .mbr-section-btn {
  color: #999999;
}
.cid-uLIn0p1YVm {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #111111;
}
.cid-uLIn0p1YVm img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uLIn0p1YVm .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uLIn0p1YVm .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uLIn0p1YVm .first:hover:before {
  content: none;
}
.cid-uLIn0p1YVm .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLIn0p1YVm .last:hover:after {
  content: none;
}
.cid-uLIn0p1YVm .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLIn0p1YVm .mbr-section-text {
  color: #999999;
}
.cid-uLIn0p1YVm .card {
  z-index: 1;
  position: relative;
  transition: all 0.3s;
}
.cid-uLIn0p1YVm .card .img-wrapper {
  overflow: hidden;
}
.cid-uLIn0p1YVm .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uLIn0p1YVm .card:hover .card-wrapper {
  background: linear-gradient(to left, #fc5130, #e2090d);
  color: #ffffff !important;
}
.cid-uLIn0p1YVm .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uLIn0q2umC {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #111111;
}
.cid-uLIn0q2umC img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uLIn0q2umC .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uLIn0q2umC .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uLIn0q2umC .first:hover:before {
  content: none;
}
.cid-uLIn0q2umC .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLIn0q2umC .last:hover:after {
  content: none;
}
.cid-uLIn0q2umC .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLIn0q2umC .mbr-section-text {
  color: #999999;
}
.cid-uLIn0q2umC .card {
  z-index: 1;
  position: relative;
  transition: all 0.3s;
}
.cid-uLIn0q2umC .card .img-wrapper {
  overflow: hidden;
}
.cid-uLIn0q2umC .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uLIn0q2umC .card:hover .card-wrapper {
  background: linear-gradient(to left, #fc5130, #e2090d);
  color: #ffffff !important;
}
.cid-uLIn0q2umC .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uLIn0r7wjO {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uLIn0r7wjO .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLIn0r7wjO .mbr-text,
.cid-uLIn0r7wjO .mbr-section-btn {
  color: #999999;
}
.cid-uLIn0tarX5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uLIn0tarX5 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLIn0tarX5 .mbr-text,
.cid-uLIn0tarX5 .mbr-section-btn {
  color: #999999;
}
.cid-uLIn0tY4aQ {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #111111;
}
.cid-uLIn0tY4aQ img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uLIn0tY4aQ .link-wrapper {
  margin-bottom: 1rem;
}
.cid-uLIn0tY4aQ .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-uLIn0tY4aQ .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uLIn0tY4aQ .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uLIn0tY4aQ .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uLIn0tY4aQ .first:hover:before {
  content: none;
}
.cid-uLIn0tY4aQ .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLIn0tY4aQ .last:hover:after {
  content: none;
}
.cid-uLIn0tY4aQ .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLIn0tY4aQ .mbr-section-text {
  color: #999999;
}
.cid-uLIn0tY4aQ .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-uLIn0tY4aQ .card .img-wrapper {
  overflow: hidden;
}
.cid-uLIn0tY4aQ .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uLIn0tY4aQ .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uLIn0tY4aQ .card:hover .card-wrapper {
  background: linear-gradient(to left, #fc5130, #e2090d);
  color: #ffffff !important;
}
.cid-uLIn0tY4aQ .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uLIn0vfIF6 {
  padding-top: 90px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/fetishlife-1360x535.jpg");
}
.cid-uLIn0vfIF6 H1 {
  color: #e2090d;
}
.cid-uLIn0vfIF6 h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uLIn0vfIF6 .mbr-text,
.cid-uLIn0vfIF6 .mbr-section-btn {
  color: #999999;
}
.cid-uLIn0vNUOJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #191919;
}
.cid-uLIn0vNUOJ .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uLIn0vNUOJ .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-uLIn0vNUOJ .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uLIn0vNUOJ .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #b30609;
}
.cid-uLIn0vNUOJ .container {
  max-width: 1400px;
}
.cid-uLIn0vNUOJ li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-uLIn0vNUOJ .time {
  line-height: 2;
}
.cid-uLIn0vNUOJ .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-uLIn0vNUOJ .text-wrap {
  width: 100%;
}
.cid-uLIn0vNUOJ .item-wrap {
  display: inline-block;
}
.cid-uLIn0vNUOJ .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uLIn0vNUOJ .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-uLIn0vNUOJ .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uLIn0vNUOJ .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLIn0vNUOJ .socicon-wrap {
    margin: auto;
  }
}
.cid-uLIn0vNUOJ .mbr-text {
  color: #999999;
}
.cid-uLIn0vNUOJ .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-uLIn0vNUOJ .icon-title,
.cid-uLIn0vNUOJ .align-wrap {
  color: #f3f3f3;
  width: 100%;
  text-align: center;
}
.cid-uLIn0vNUOJ .item-text,
.cid-uLIn0vNUOJ .item-icon {
  color: #f3f3f3;
}
.cid-uLIn0vNUOJ .mbr-text,
.cid-uLIn0vNUOJ .mbr-section-btn {
  color: #e5e5e5;
}
.cid-uLIC3jkyvk .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLIC3jkyvk .btn {
  white-space: nowrap;
}
.cid-uLIC3jkyvk .nav-link,
.cid-uLIC3jkyvk .icons-menu .mbr-iconfont,
.cid-uLIC3jkyvk .dropdown-item {
  transition: all 0.1s;
}
.cid-uLIC3jkyvk .nav-link:hover,
.cid-uLIC3jkyvk .icons-menu .mbr-iconfont:hover,
.cid-uLIC3jkyvk .dropdown-item:hover {
  color: #fc5130 !important;
}
@media (max-width: 992px) {
  .cid-uLIC3jkyvk .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uLIC3jkyvk .container {
  display: flex;
  margin: auto;
}
.cid-uLIC3jkyvk .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-uLIC3jkyvk .navbar.opened {
  transition: all .3s;
}
.cid-uLIC3jkyvk .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uLIC3jkyvk .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLIC3jkyvk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLIC3jkyvk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLIC3jkyvk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uLIC3jkyvk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLIC3jkyvk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLIC3jkyvk .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: 55%;
}
.cid-uLIC3jkyvk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLIC3jkyvk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uLIC3jkyvk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uLIC3jkyvk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLIC3jkyvk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLIC3jkyvk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLIC3jkyvk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLIC3jkyvk .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: 55%;
  }
  .cid-uLIC3jkyvk .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uLIC3jkyvk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLIC3jkyvk .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLIC3jkyvk .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLIC3jkyvk .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uLIC3jkyvk .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uLIC3jkyvk .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-uLIC3jkyvk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uLIC3jkyvk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uLIC3jkyvk .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uLIC3jkyvk .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uLIC3jkyvk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLIC3jkyvk .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uLIC3jkyvk .navbar-caption {
  padding-right: 4rem;
}
.cid-uLIC3jkyvk .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uLIC3jkyvk .dropdown-menu,
.cid-uLIC3jkyvk .navbar.opened {
  background: #191919 !important;
}
.cid-uLIC3jkyvk .nav-item:focus,
.cid-uLIC3jkyvk .nav-link:focus {
  outline: none;
}
.cid-uLIC3jkyvk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLIC3jkyvk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLIC3jkyvk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uLIC3jkyvk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLIC3jkyvk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLIC3jkyvk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uLIC3jkyvk .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLIC3jkyvk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLIC3jkyvk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLIC3jkyvk .dropdown-item.active,
.cid-uLIC3jkyvk .dropdown-item:active {
  background-color: transparent;
}
.cid-uLIC3jkyvk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLIC3jkyvk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLIC3jkyvk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLIC3jkyvk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-uLIC3jkyvk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLIC3jkyvk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLIC3jkyvk ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uLIC3jkyvk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLIC3jkyvk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uLIC3jkyvk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uLIC3jkyvk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uLIC3jkyvk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uLIC3jkyvk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uLIC3jkyvk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uLIC3jkyvk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uLIC3jkyvk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uLIC3jkyvk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uLIC3jkyvk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uLIC3jkyvk .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uLIC3jkyvk a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uLIC3jkyvk .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uLIC3jkyvk .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLIC3jkyvk .navbar {
    height: 77px;
  }
  .cid-uLIC3jkyvk .navbar.opened {
    height: auto;
  }
  .cid-uLIC3jkyvk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLIC3jkyvk .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uLIC3kcREI {
  background-color: #040402;
}
.cid-uLIC3kcREI H1 {
  color: #b30609;
}
.cid-uLIC3kcREI h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uLIC3kcREI img {
  width: 100%;
}
.cid-uLIC3kcREI .mbr-text,
.cid-uLIC3kcREI .mbr-section-btn {
  color: #999999;
}
.cid-uLIC3l0KuT {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uLIC3l0KuT .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLIC3l0KuT .mbr-text,
.cid-uLIC3l0KuT .mbr-section-btn {
  color: #999999;
}
.cid-uLIC3lxyaB {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uLIC3lxyaB .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLIC3lxyaB .mbr-text,
.cid-uLIC3lxyaB .mbr-section-btn {
  color: #999999;
}
.cid-uLIC3lxyaB img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uLIC3lxyaB img {
    width: 96%;
  }
}
.cid-uLIC3mbB0k {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-uLIC3mbB0k .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-uLIC3mbB0k .card-wrapper {
    padding: 0;
  }
}
.cid-uLIC3mbB0k img {
  width: 100%;
}
.cid-uLIC3mbB0k .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uLIC3mbB0k .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLIC3mbB0k .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-uLIC3mbB0k h4 {
  margin: 0;
}
.cid-uLIC3mbB0k .card-text {
  color: #999999;
}
.cid-uLIC3mbB0k .mbr-text {
  color: #000000;
}
.cid-uLIC3mbB0k .card-title {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-uLIC3mbB0k .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .cid-uLIC3mbB0k .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-uLIC3mbB0k .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLIC3mbB0k .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-uLIC3mbB0k H3 {
  color: #787324;
}
.cid-uLIC3mbB0k .mbr-section-title,
.cid-uLIC3mbB0k .title-wrapper {
  color: #ffffff;
}
.cid-uLIC3mbB0k .mbr-text,
.cid-uLIC3mbB0k .mbr-section-btn {
  color: #999999;
}
.cid-uLIC3mLuBe {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uLIC3mLuBe .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLIC3mLuBe .mbr-text,
.cid-uLIC3mLuBe .mbr-section-btn {
  color: #999999;
}
.cid-uLIC3njpXP {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #191919;
}
.cid-uLIC3njpXP .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLIC3njpXP .mbr-text,
.cid-uLIC3njpXP .mbr-section-btn {
  color: #999999;
}
.cid-uLIC3nKc1V {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #111111;
}
.cid-uLIC3nKc1V img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uLIC3nKc1V .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uLIC3nKc1V .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uLIC3nKc1V .first:hover:before {
  content: none;
}
.cid-uLIC3nKc1V .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLIC3nKc1V .last:hover:after {
  content: none;
}
.cid-uLIC3nKc1V .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLIC3nKc1V .mbr-section-text {
  color: #999999;
}
.cid-uLIC3nKc1V .card {
  z-index: 1;
  position: relative;
  transition: all 0.3s;
}
.cid-uLIC3nKc1V .card .img-wrapper {
  overflow: hidden;
}
.cid-uLIC3nKc1V .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uLIC3nKc1V .card:hover .card-wrapper {
  background: linear-gradient(to left, #fc5130, #e2090d);
  color: #ffffff !important;
}
.cid-uLIC3nKc1V .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uLIC3otLq4 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #111111;
}
.cid-uLIC3otLq4 img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uLIC3otLq4 .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uLIC3otLq4 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uLIC3otLq4 .first:hover:before {
  content: none;
}
.cid-uLIC3otLq4 .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLIC3otLq4 .last:hover:after {
  content: none;
}
.cid-uLIC3otLq4 .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLIC3otLq4 .mbr-section-text {
  color: #999999;
}
.cid-uLIC3otLq4 .card {
  z-index: 1;
  position: relative;
  transition: all 0.3s;
}
.cid-uLIC3otLq4 .card .img-wrapper {
  overflow: hidden;
}
.cid-uLIC3otLq4 .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uLIC3otLq4 .card:hover .card-wrapper {
  background: linear-gradient(to left, #fc5130, #e2090d);
  color: #ffffff !important;
}
.cid-uLIC3otLq4 .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uLIC3p3WTP {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uLIC3p3WTP .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLIC3p3WTP .mbr-text,
.cid-uLIC3p3WTP .mbr-section-btn {
  color: #999999;
}
.cid-uLIC3psEFL {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uLIC3psEFL .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLIC3psEFL .mbr-text,
.cid-uLIC3psEFL .mbr-section-btn {
  color: #999999;
}
.cid-uLIC3pZjq3 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #111111;
}
.cid-uLIC3pZjq3 img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uLIC3pZjq3 .link-wrapper {
  margin-bottom: 1rem;
}
.cid-uLIC3pZjq3 .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-uLIC3pZjq3 .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uLIC3pZjq3 .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uLIC3pZjq3 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uLIC3pZjq3 .first:hover:before {
  content: none;
}
.cid-uLIC3pZjq3 .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLIC3pZjq3 .last:hover:after {
  content: none;
}
.cid-uLIC3pZjq3 .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLIC3pZjq3 .mbr-section-text {
  color: #999999;
}
.cid-uLIC3pZjq3 .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-uLIC3pZjq3 .card .img-wrapper {
  overflow: hidden;
}
.cid-uLIC3pZjq3 .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uLIC3pZjq3 .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uLIC3pZjq3 .card:hover .card-wrapper {
  background: linear-gradient(to left, #fc5130, #e2090d);
  color: #ffffff !important;
}
.cid-uLIC3pZjq3 .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uLIQViHXyz {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uLIQViHXyz .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLIQViHXyz .mbr-text,
.cid-uLIQViHXyz .mbr-section-btn {
  color: #999999;
}
.cid-uLIC3qMDy3 {
  padding-top: 90px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/fetishlife-1360x535.jpg");
}
.cid-uLIC3qMDy3 H1 {
  color: #e2090d;
}
.cid-uLIC3qMDy3 h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uLIC3qMDy3 .mbr-text,
.cid-uLIC3qMDy3 .mbr-section-btn {
  color: #999999;
}
.cid-uLIC3roZrK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #191919;
}
.cid-uLIC3roZrK .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uLIC3roZrK .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-uLIC3roZrK .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uLIC3roZrK .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #b30609;
}
.cid-uLIC3roZrK .container {
  max-width: 1400px;
}
.cid-uLIC3roZrK li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-uLIC3roZrK .time {
  line-height: 2;
}
.cid-uLIC3roZrK .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-uLIC3roZrK .text-wrap {
  width: 100%;
}
.cid-uLIC3roZrK .item-wrap {
  display: inline-block;
}
.cid-uLIC3roZrK .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uLIC3roZrK .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-uLIC3roZrK .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uLIC3roZrK .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLIC3roZrK .socicon-wrap {
    margin: auto;
  }
}
.cid-uLIC3roZrK .mbr-text {
  color: #999999;
}
.cid-uLIC3roZrK .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-uLIC3roZrK .icon-title,
.cid-uLIC3roZrK .align-wrap {
  color: #f3f3f3;
  width: 100%;
  text-align: center;
}
.cid-uLIC3roZrK .item-text,
.cid-uLIC3roZrK .item-icon {
  color: #f3f3f3;
}
.cid-uLIC3roZrK .mbr-text,
.cid-uLIC3roZrK .mbr-section-btn {
  color: #e5e5e5;
}
.cid-uLIUwCqlMJ .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLIUwCqlMJ .btn {
  white-space: nowrap;
}
.cid-uLIUwCqlMJ .nav-link,
.cid-uLIUwCqlMJ .icons-menu .mbr-iconfont,
.cid-uLIUwCqlMJ .dropdown-item {
  transition: all 0.1s;
}
.cid-uLIUwCqlMJ .nav-link:hover,
.cid-uLIUwCqlMJ .icons-menu .mbr-iconfont:hover,
.cid-uLIUwCqlMJ .dropdown-item:hover {
  color: #fc5130 !important;
}
@media (max-width: 992px) {
  .cid-uLIUwCqlMJ .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uLIUwCqlMJ .container {
  display: flex;
  margin: auto;
}
.cid-uLIUwCqlMJ .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-uLIUwCqlMJ .navbar.opened {
  transition: all .3s;
}
.cid-uLIUwCqlMJ .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uLIUwCqlMJ .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLIUwCqlMJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLIUwCqlMJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLIUwCqlMJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uLIUwCqlMJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLIUwCqlMJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLIUwCqlMJ .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: 55%;
}
.cid-uLIUwCqlMJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLIUwCqlMJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uLIUwCqlMJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uLIUwCqlMJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLIUwCqlMJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLIUwCqlMJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLIUwCqlMJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLIUwCqlMJ .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: 55%;
  }
  .cid-uLIUwCqlMJ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uLIUwCqlMJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLIUwCqlMJ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLIUwCqlMJ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLIUwCqlMJ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uLIUwCqlMJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uLIUwCqlMJ .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-uLIUwCqlMJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uLIUwCqlMJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uLIUwCqlMJ .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uLIUwCqlMJ .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uLIUwCqlMJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLIUwCqlMJ .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uLIUwCqlMJ .navbar-caption {
  padding-right: 4rem;
}
.cid-uLIUwCqlMJ .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uLIUwCqlMJ .dropdown-menu,
.cid-uLIUwCqlMJ .navbar.opened {
  background: #191919 !important;
}
.cid-uLIUwCqlMJ .nav-item:focus,
.cid-uLIUwCqlMJ .nav-link:focus {
  outline: none;
}
.cid-uLIUwCqlMJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLIUwCqlMJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLIUwCqlMJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uLIUwCqlMJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLIUwCqlMJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLIUwCqlMJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uLIUwCqlMJ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLIUwCqlMJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLIUwCqlMJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLIUwCqlMJ .dropdown-item.active,
.cid-uLIUwCqlMJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uLIUwCqlMJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLIUwCqlMJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLIUwCqlMJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLIUwCqlMJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-uLIUwCqlMJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLIUwCqlMJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLIUwCqlMJ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uLIUwCqlMJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLIUwCqlMJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uLIUwCqlMJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uLIUwCqlMJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uLIUwCqlMJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uLIUwCqlMJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uLIUwCqlMJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uLIUwCqlMJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uLIUwCqlMJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uLIUwCqlMJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uLIUwCqlMJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uLIUwCqlMJ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uLIUwCqlMJ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uLIUwCqlMJ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uLIUwCqlMJ .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLIUwCqlMJ .navbar {
    height: 77px;
  }
  .cid-uLIUwCqlMJ .navbar.opened {
    height: auto;
  }
  .cid-uLIUwCqlMJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLIUwCqlMJ .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uLIUwD1mKy {
  background-color: #040402;
}
.cid-uLIUwD1mKy H1 {
  color: #b30609;
}
.cid-uLIUwD1mKy h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uLIUwD1mKy img {
  width: 100%;
}
.cid-uLIUwD1mKy .mbr-text,
.cid-uLIUwD1mKy .mbr-section-btn {
  color: #999999;
}
.cid-uLIUwDPypz {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uLIUwDPypz .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLIUwDPypz .mbr-text,
.cid-uLIUwDPypz .mbr-section-btn {
  color: #999999;
}
.cid-uLIUwEoCPb {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uLIUwEoCPb .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLIUwEoCPb .mbr-text,
.cid-uLIUwEoCPb .mbr-section-btn {
  color: #999999;
}
.cid-uLIUwEoCPb img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uLIUwEoCPb img {
    width: 96%;
  }
}
.cid-uLIUwF7xU3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-uLIUwF7xU3 .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-uLIUwF7xU3 .card-wrapper {
    padding: 0;
  }
}
.cid-uLIUwF7xU3 img {
  width: 100%;
}
.cid-uLIUwF7xU3 .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uLIUwF7xU3 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLIUwF7xU3 .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-uLIUwF7xU3 h4 {
  margin: 0;
}
.cid-uLIUwF7xU3 .card-text {
  color: #999999;
}
.cid-uLIUwF7xU3 .mbr-text {
  color: #000000;
}
.cid-uLIUwF7xU3 .card-title {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-uLIUwF7xU3 .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .cid-uLIUwF7xU3 .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-uLIUwF7xU3 .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLIUwF7xU3 .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-uLIUwF7xU3 H3 {
  color: #787324;
}
.cid-uLIUwF7xU3 .mbr-section-title,
.cid-uLIUwF7xU3 .title-wrapper {
  color: #ffffff;
}
.cid-uLIUwF7xU3 .mbr-text,
.cid-uLIUwF7xU3 .mbr-section-btn {
  color: #999999;
}
.cid-uLIUwGZZiW {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uLIUwGZZiW .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLIUwGZZiW .mbr-text,
.cid-uLIUwGZZiW .mbr-section-btn {
  color: #999999;
}
.cid-uLIUwHZVge {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #191919;
}
.cid-uLIUwHZVge .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLIUwHZVge .mbr-text,
.cid-uLIUwHZVge .mbr-section-btn {
  color: #999999;
}
.cid-uLIUwIRWye {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #111111;
}
.cid-uLIUwIRWye img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uLIUwIRWye .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uLIUwIRWye .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uLIUwIRWye .first:hover:before {
  content: none;
}
.cid-uLIUwIRWye .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLIUwIRWye .last:hover:after {
  content: none;
}
.cid-uLIUwIRWye .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLIUwIRWye .mbr-section-text {
  color: #999999;
}
.cid-uLIUwIRWye .card {
  z-index: 1;
  position: relative;
  transition: all 0.3s;
}
.cid-uLIUwIRWye .card .img-wrapper {
  overflow: hidden;
}
.cid-uLIUwIRWye .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uLIUwIRWye .card:hover .card-wrapper {
  background: linear-gradient(to left, #fc5130, #e2090d);
  color: #ffffff !important;
}
.cid-uLIUwIRWye .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uLIUwKCtjY {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #111111;
}
.cid-uLIUwKCtjY img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uLIUwKCtjY .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uLIUwKCtjY .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uLIUwKCtjY .first:hover:before {
  content: none;
}
.cid-uLIUwKCtjY .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLIUwKCtjY .last:hover:after {
  content: none;
}
.cid-uLIUwKCtjY .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLIUwKCtjY .mbr-section-text {
  color: #999999;
}
.cid-uLIUwKCtjY .card {
  z-index: 1;
  position: relative;
  transition: all 0.3s;
}
.cid-uLIUwKCtjY .card .img-wrapper {
  overflow: hidden;
}
.cid-uLIUwKCtjY .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uLIUwKCtjY .card:hover .card-wrapper {
  background: linear-gradient(to left, #fc5130, #e2090d);
  color: #ffffff !important;
}
.cid-uLIUwKCtjY .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uLIUwLSKIg {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uLIUwLSKIg .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLIUwLSKIg .mbr-text,
.cid-uLIUwLSKIg .mbr-section-btn {
  color: #999999;
}
.cid-uLIUwPJTSW {
  padding-top: 90px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/fetishlife-1360x535.jpg");
}
.cid-uLIUwPJTSW H1 {
  color: #e2090d;
}
.cid-uLIUwPJTSW h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uLIUwPJTSW .mbr-text,
.cid-uLIUwPJTSW .mbr-section-btn {
  color: #999999;
}
.cid-uLIUwQlkkS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #191919;
}
.cid-uLIUwQlkkS .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uLIUwQlkkS .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-uLIUwQlkkS .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uLIUwQlkkS .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #b30609;
}
.cid-uLIUwQlkkS .container {
  max-width: 1400px;
}
.cid-uLIUwQlkkS li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-uLIUwQlkkS .time {
  line-height: 2;
}
.cid-uLIUwQlkkS .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-uLIUwQlkkS .text-wrap {
  width: 100%;
}
.cid-uLIUwQlkkS .item-wrap {
  display: inline-block;
}
.cid-uLIUwQlkkS .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uLIUwQlkkS .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-uLIUwQlkkS .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uLIUwQlkkS .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLIUwQlkkS .socicon-wrap {
    margin: auto;
  }
}
.cid-uLIUwQlkkS .mbr-text {
  color: #999999;
}
.cid-uLIUwQlkkS .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-uLIUwQlkkS .icon-title,
.cid-uLIUwQlkkS .align-wrap {
  color: #f3f3f3;
  width: 100%;
  text-align: center;
}
.cid-uLIUwQlkkS .item-text,
.cid-uLIUwQlkkS .item-icon {
  color: #f3f3f3;
}
.cid-uLIUwQlkkS .mbr-text,
.cid-uLIUwQlkkS .mbr-section-btn {
  color: #e5e5e5;
}
.cid-uLJaa4bkEq .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLJaa4bkEq .btn {
  white-space: nowrap;
}
.cid-uLJaa4bkEq .nav-link,
.cid-uLJaa4bkEq .icons-menu .mbr-iconfont,
.cid-uLJaa4bkEq .dropdown-item {
  transition: all 0.1s;
}
.cid-uLJaa4bkEq .nav-link:hover,
.cid-uLJaa4bkEq .icons-menu .mbr-iconfont:hover,
.cid-uLJaa4bkEq .dropdown-item:hover {
  color: #fc5130 !important;
}
@media (max-width: 992px) {
  .cid-uLJaa4bkEq .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uLJaa4bkEq .container {
  display: flex;
  margin: auto;
}
.cid-uLJaa4bkEq .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-uLJaa4bkEq .navbar.opened {
  transition: all .3s;
}
.cid-uLJaa4bkEq .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uLJaa4bkEq .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLJaa4bkEq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLJaa4bkEq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLJaa4bkEq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uLJaa4bkEq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLJaa4bkEq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLJaa4bkEq .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: 55%;
}
.cid-uLJaa4bkEq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLJaa4bkEq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uLJaa4bkEq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uLJaa4bkEq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLJaa4bkEq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLJaa4bkEq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLJaa4bkEq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLJaa4bkEq .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: 55%;
  }
  .cid-uLJaa4bkEq .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uLJaa4bkEq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLJaa4bkEq .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLJaa4bkEq .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLJaa4bkEq .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uLJaa4bkEq .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uLJaa4bkEq .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-uLJaa4bkEq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uLJaa4bkEq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uLJaa4bkEq .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uLJaa4bkEq .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uLJaa4bkEq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLJaa4bkEq .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uLJaa4bkEq .navbar-caption {
  padding-right: 4rem;
}
.cid-uLJaa4bkEq .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uLJaa4bkEq .dropdown-menu,
.cid-uLJaa4bkEq .navbar.opened {
  background: #191919 !important;
}
.cid-uLJaa4bkEq .nav-item:focus,
.cid-uLJaa4bkEq .nav-link:focus {
  outline: none;
}
.cid-uLJaa4bkEq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLJaa4bkEq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLJaa4bkEq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uLJaa4bkEq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLJaa4bkEq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLJaa4bkEq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uLJaa4bkEq .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLJaa4bkEq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLJaa4bkEq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLJaa4bkEq .dropdown-item.active,
.cid-uLJaa4bkEq .dropdown-item:active {
  background-color: transparent;
}
.cid-uLJaa4bkEq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLJaa4bkEq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLJaa4bkEq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLJaa4bkEq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-uLJaa4bkEq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLJaa4bkEq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLJaa4bkEq ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uLJaa4bkEq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLJaa4bkEq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uLJaa4bkEq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uLJaa4bkEq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uLJaa4bkEq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uLJaa4bkEq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uLJaa4bkEq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uLJaa4bkEq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uLJaa4bkEq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uLJaa4bkEq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uLJaa4bkEq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uLJaa4bkEq .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uLJaa4bkEq a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uLJaa4bkEq .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uLJaa4bkEq .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLJaa4bkEq .navbar {
    height: 77px;
  }
  .cid-uLJaa4bkEq .navbar.opened {
    height: auto;
  }
  .cid-uLJaa4bkEq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLJaa4bkEq .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uLJaa4XoWz {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #040402;
}
.cid-uLJaa4XoWz H1 {
  color: #b30609;
}
.cid-uLJaa4XoWz h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uLJaa4XoWz img {
  width: 100%;
}
.cid-uLJaa4XoWz .mbr-text,
.cid-uLJaa4XoWz .mbr-section-btn {
  color: #999999;
}
.cid-uLJaa5slga {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uLJaa5slga .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJaa5slga .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLJaa5slga .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #e2090d;
  margin-bottom: 2rem;
}
.cid-uLJaa5slga .item-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uLJaa5slga .card-title,
.cid-uLJaa5slga .card-box {
  color: #cccccc;
}
.cid-uLJaa6tnmD {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #191919;
}
.cid-uLJaa6tnmD .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLJaa6tnmD .mbr-text,
.cid-uLJaa6tnmD .mbr-section-btn {
  color: #999999;
}
.cid-uLJaa70Pvw {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uLJaa70Pvw img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uLJaa70Pvw .link-wrapper {
  margin-bottom: 1rem;
}
.cid-uLJaa70Pvw .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-uLJaa70Pvw .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uLJaa70Pvw .card-wrapper {
  background: #465052;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uLJaa70Pvw .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uLJaa70Pvw .first:hover:before {
  content: none;
}
.cid-uLJaa70Pvw .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLJaa70Pvw .last:hover:after {
  content: none;
}
.cid-uLJaa70Pvw .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLJaa70Pvw .mbr-section-text {
  color: #999999;
}
.cid-uLJaa70Pvw .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-uLJaa70Pvw .card .img-wrapper {
  overflow: hidden;
}
.cid-uLJaa70Pvw .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uLJaa70Pvw .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uLJaa70Pvw .card:hover .card-wrapper {
  background: linear-gradient(to left, #fc5130, #e2090d);
  color: #ffffff !important;
}
.cid-uLJaa70Pvw .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uLJaa81hv1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uLJaa81hv1 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLJaa81hv1 .mbr-text,
.cid-uLJaa81hv1 .mbr-section-btn {
  color: #999999;
}
.cid-uLJaa81hv1 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uLJaa81hv1 img {
    width: 96%;
  }
}
.cid-uLJaa8wtCB {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-uLJaa8wtCB .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-uLJaa8wtCB .card-img {
  padding-bottom: 1rem;
}
.cid-uLJaa8wtCB .card {
  cursor: pointer;
  transition: all 0.3s;
}
.cid-uLJaa8wtCB .card:hover {
  transform: translateY(-10px);
}
.cid-uLJaa8wtCB .mbr-text,
.cid-uLJaa8wtCB .card-title {
  opacity: 0;
}
.cid-uLJaa8wtCB .card-wrapper {
  display: flex;
  justify-content: center;
  padding: 1rem;
  background-position: center;
  background-size: cover;
  padding-top: 15rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
}
.cid-uLJaa8wtCB .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uLJaa8wtCB .card:hover .card-wrapper:after {
    opacity: 0.8;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
  .cid-uLJaa8wtCB .card:hover .mbr-text,
  .cid-uLJaa8wtCB .card:hover .card-title {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-uLJaa8wtCB .card {
    padding-bottom: 1rem !important;
  }
  .cid-uLJaa8wtCB .card .mbr-text,
  .cid-uLJaa8wtCB .card .card-title {
    opacity: 1;
  }
  .cid-uLJaa8wtCB .card-wrapper:after {
    opacity: 0.7;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
}
.cid-uLJaa8wtCB .row {
  justify-content: center;
}
.cid-uLJaa8wtCB .card-title {
  border-bottom: 1px solid #999999;
}
.cid-uLJaa8wtCB .card1 {
  background-image: url("../../../assets/images/bdsmfetish-493x632.jpg");
}
.cid-uLJaa8wtCB .card2 {
  background-image: url("../../../assets/images/footfetish-504x642.jpg");
}
.cid-uLJaa8wtCB .card3 {
  background-image: url("../../../assets/images/spanling-417x473.jpg");
}
.cid-uLJaa8wtCB .link,
.cid-uLJaa8wtCB .card-box {
  color: #ffffff;
}
.cid-uLJaa8wtCB .mbr-text,
.cid-uLJaa8wtCB .link-wrap {
  text-align: center;
}
.cid-uLJaa8wtCB .main-subtitle {
  color: #ffffff;
}
.cid-uLJaa8wtCB .mbr-section-subtitle {
  color: #999999;
}
.cid-uLJaa8wtCB .mbr-section-text {
  color: #999999;
}
.cid-uLJaa9NFEH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #111111;
}
.cid-uLJaa9NFEH .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-uLJaa9NFEH .card-img {
  padding-bottom: 1rem;
}
.cid-uLJaa9NFEH .card {
  cursor: pointer;
  transition: all 0.3s;
}
.cid-uLJaa9NFEH .card:hover {
  transform: translateY(-10px);
}
.cid-uLJaa9NFEH .mbr-text,
.cid-uLJaa9NFEH .card-title {
  opacity: 0;
}
.cid-uLJaa9NFEH .card-wrapper {
  display: flex;
  justify-content: center;
  padding: 1rem;
  background-position: center;
  background-size: cover;
  padding-top: 15rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
}
.cid-uLJaa9NFEH .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uLJaa9NFEH .card:hover .card-wrapper:after {
    opacity: 0.8;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
  .cid-uLJaa9NFEH .card:hover .mbr-text,
  .cid-uLJaa9NFEH .card:hover .card-title {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-uLJaa9NFEH .card {
    padding-bottom: 1rem !important;
  }
  .cid-uLJaa9NFEH .card .mbr-text,
  .cid-uLJaa9NFEH .card .card-title {
    opacity: 1;
  }
  .cid-uLJaa9NFEH .card-wrapper:after {
    opacity: 0.7;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
}
.cid-uLJaa9NFEH .row {
  justify-content: center;
}
.cid-uLJaa9NFEH .card-title {
  border-bottom: 1px solid #999999;
}
.cid-uLJaa9NFEH .card1 {
  background-image: url("../../../assets/images/cuckoldfetish-456x540.jpg");
}
.cid-uLJaa9NFEH .card2 {
  background-image: url("../../../assets/images/fatfetishww-529x660.jpg");
}
.cid-uLJaa9NFEH .card3 {
  background-image: url("../../../assets/images/ddlgdating-399x474.jpg");
}
.cid-uLJaa9NFEH .link,
.cid-uLJaa9NFEH .card-box {
  color: #ffffff;
}
.cid-uLJaa9NFEH .mbr-text,
.cid-uLJaa9NFEH .link-wrap {
  text-align: center;
}
.cid-uLJaa9NFEH .main-subtitle {
  color: #ffffff;
}
.cid-uLJaa9NFEH .mbr-section-subtitle {
  color: #999999;
}
.cid-uLJaa9NFEH .mbr-section-text {
  color: #999999;
}
.cid-uLJaaaj648 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #111111;
}
.cid-uLJaaaj648 .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-uLJaaaj648 .card-img {
  padding-bottom: 1rem;
}
.cid-uLJaaaj648 .card {
  cursor: pointer;
  transition: all 0.3s;
}
.cid-uLJaaaj648 .card:hover {
  transform: translateY(-10px);
}
.cid-uLJaaaj648 .mbr-text,
.cid-uLJaaaj648 .card-title {
  opacity: 0;
}
.cid-uLJaaaj648 .card-wrapper {
  display: flex;
  justify-content: center;
  padding: 1rem;
  background-position: center;
  background-size: cover;
  padding-top: 15rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
}
.cid-uLJaaaj648 .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uLJaaaj648 .card:hover .card-wrapper:after {
    opacity: 0.8;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
  .cid-uLJaaaj648 .card:hover .mbr-text,
  .cid-uLJaaaj648 .card:hover .card-title {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-uLJaaaj648 .card {
    padding-bottom: 1rem !important;
  }
  .cid-uLJaaaj648 .card .mbr-text,
  .cid-uLJaaaj648 .card .card-title {
    opacity: 1;
  }
  .cid-uLJaaaj648 .card-wrapper:after {
    opacity: 0.7;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
}
.cid-uLJaaaj648 .row {
  justify-content: center;
}
.cid-uLJaaaj648 .card-title {
  border-bottom: 1px solid #999999;
}
.cid-uLJaaaj648 .card1 {
  background-image: url("../../../assets/images/smokingfetish-486x582.jpg");
}
.cid-uLJaaaj648 .card2 {
  background-image: url("../../../assets/images/toughthfetish-512x625.jpg");
}
.cid-uLJaaaj648 .card3 {
  background-image: url("../../../assets/images/feindom-485x575.jpg");
}
.cid-uLJaaaj648 .link,
.cid-uLJaaaj648 .card-box {
  color: #ffffff;
}
.cid-uLJaaaj648 .mbr-text,
.cid-uLJaaaj648 .link-wrap {
  text-align: center;
}
.cid-uLJaaaj648 .main-subtitle {
  color: #ffffff;
}
.cid-uLJaaaj648 .mbr-section-subtitle {
  color: #999999;
}
.cid-uLJaaaj648 .mbr-section-text {
  color: #999999;
}
.cid-uLJaab5lC6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #111111;
}
.cid-uLJaab5lC6 .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-uLJaab5lC6 .card-img {
  padding-bottom: 1rem;
}
.cid-uLJaab5lC6 .card {
  cursor: pointer;
  transition: all 0.3s;
}
.cid-uLJaab5lC6 .card:hover {
  transform: translateY(-10px);
}
.cid-uLJaab5lC6 .mbr-text,
.cid-uLJaab5lC6 .card-title {
  opacity: 0;
}
.cid-uLJaab5lC6 .card-wrapper {
  display: flex;
  justify-content: center;
  padding: 1rem;
  background-position: center;
  background-size: cover;
  padding-top: 15rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
}
.cid-uLJaab5lC6 .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uLJaab5lC6 .card:hover .card-wrapper:after {
    opacity: 0.8;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
  .cid-uLJaab5lC6 .card:hover .mbr-text,
  .cid-uLJaab5lC6 .card:hover .card-title {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-uLJaab5lC6 .card {
    padding-bottom: 1rem !important;
  }
  .cid-uLJaab5lC6 .card .mbr-text,
  .cid-uLJaab5lC6 .card .card-title {
    opacity: 1;
  }
  .cid-uLJaab5lC6 .card-wrapper:after {
    opacity: 0.7;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
}
.cid-uLJaab5lC6 .row {
  justify-content: center;
}
.cid-uLJaab5lC6 .card-title {
  border-bottom: 1px solid #999999;
}
.cid-uLJaab5lC6 .card1 {
  background-image: url("../../../assets/images/roleplayfetish-516x715.jpg");
}
.cid-uLJaab5lC6 .card2 {
  background-image: url("../../../assets/images/femdombdsm-474x578.jpg");
}
.cid-uLJaab5lC6 .card3 {
  background-image: url("../../../assets/images/sissyfetish-522x720.jpg");
}
.cid-uLJaab5lC6 .link,
.cid-uLJaab5lC6 .card-box {
  color: #ffffff;
}
.cid-uLJaab5lC6 .mbr-text,
.cid-uLJaab5lC6 .link-wrap {
  text-align: center;
}
.cid-uLJaab5lC6 .main-subtitle {
  color: #ffffff;
}
.cid-uLJaab5lC6 .mbr-section-subtitle {
  color: #999999;
}
.cid-uLJaab5lC6 .mbr-section-text {
  color: #999999;
}
.cid-uLJaabQYiO {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-uLJaabQYiO .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-uLJaabQYiO .card-img {
  padding-bottom: 1rem;
}
.cid-uLJaabQYiO .card {
  cursor: pointer;
  transition: all 0.3s;
}
.cid-uLJaabQYiO .card:hover {
  transform: translateY(-10px);
}
.cid-uLJaabQYiO .mbr-text,
.cid-uLJaabQYiO .card-title {
  opacity: 0;
}
.cid-uLJaabQYiO .card-wrapper {
  display: flex;
  justify-content: center;
  padding: 1rem;
  background-position: center;
  background-size: cover;
  padding-top: 15rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
}
.cid-uLJaabQYiO .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uLJaabQYiO .card:hover .card-wrapper:after {
    opacity: 0.8;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
  .cid-uLJaabQYiO .card:hover .mbr-text,
  .cid-uLJaabQYiO .card:hover .card-title {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-uLJaabQYiO .card {
    padding-bottom: 1rem !important;
  }
  .cid-uLJaabQYiO .card .mbr-text,
  .cid-uLJaabQYiO .card .card-title {
    opacity: 1;
  }
  .cid-uLJaabQYiO .card-wrapper:after {
    opacity: 0.7;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
}
.cid-uLJaabQYiO .row {
  justify-content: center;
}
.cid-uLJaabQYiO .card-title {
  border-bottom: 1px solid #999999;
}
.cid-uLJaabQYiO .card1 {
  background-image: url("../../../assets/images/pantyfetish-568x656.jpg");
}
.cid-uLJaabQYiO .card2 {
  background-image: url("../../../assets/images/laxtenfetihs8-483x632.jpg");
}
.cid-uLJaabQYiO .card3 {
  background-image: url("../../../assets/images/voyeurism-472x569.jpg");
}
.cid-uLJaabQYiO .link,
.cid-uLJaabQYiO .card-box {
  color: #ffffff;
}
.cid-uLJaabQYiO .mbr-text,
.cid-uLJaabQYiO .link-wrap {
  text-align: center;
}
.cid-uLJaabQYiO .main-subtitle {
  color: #ffffff;
}
.cid-uLJaabQYiO .mbr-section-subtitle {
  color: #999999;
}
.cid-uLJaabQYiO .mbr-section-text {
  color: #999999;
}
.cid-uLJaacmS6U {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #040402;
}
.cid-uLJaacmS6U img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
}
@media (min-width: 767px) {
  .cid-uLJaacmS6U .container-fluid {
    padding: 0 2rem;
  }
}
.cid-uLJaacmS6U .card-wrapper {
  background: #635a51;
  padding: 3rem;
}
.cid-uLJaacmS6U .card-wrapper:hover {
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLJaacmS6U .text-wrap {
  display: flex;
  justify-content: center;
  padding-top: 1rem;
}
.cid-uLJaacmS6U .icon-wrapper {
  padding: 0 1rem;
}
.cid-uLJaacmS6U .card-box {
  padding-top: 2rem;
}
.cid-uLJaacmS6U .link-icon {
  font-size: 1.5rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uLJaacmS6U .card-title {
  color: #999999;
}
.cid-uLJaacmS6U .mbr-subtitle {
  color: #ffffff;
}
.cid-uLJaacmS6U .main-title {
  color: #ffffff;
}
.cid-uLJaacmS6U .main-subtitle {
  color: #999999;
}
.cid-uLJaacmS6U .card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uLJaacmS6U .card:hover {
  transform: translateY(-10px);
}
.cid-uLJaacmS6U .card:hover .link-icon {
  color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uLJaacmS6U .card:hover .card-title,
.cid-uLJaacmS6U .card:hover .mbr-subtitle {
  color: #ffffff !important;
}
@media (min-width: 1600px) {
  .cid-uLJaacmS6U .card {
    max-width: 20%;
  }
}
@media (max-width: 1600px) {
  .cid-uLJaacmS6U .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uLJaadEqSh {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #191919;
}
.cid-uLJaadEqSh .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLJaadEqSh .mbr-text,
.cid-uLJaadEqSh .mbr-section-btn {
  color: #999999;
}
.cid-uLJaaepMuD {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #111111;
}
.cid-uLJaaepMuD img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uLJaaepMuD .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uLJaaepMuD .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uLJaaepMuD .first:hover:before {
  content: none;
}
.cid-uLJaaepMuD .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLJaaepMuD .last:hover:after {
  content: none;
}
.cid-uLJaaepMuD .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLJaaepMuD .mbr-section-text {
  color: #999999;
}
.cid-uLJaaepMuD .card {
  z-index: 1;
  position: relative;
  transition: all 0.3s;
}
.cid-uLJaaepMuD .card .img-wrapper {
  overflow: hidden;
}
.cid-uLJaaepMuD .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uLJaaepMuD .card:hover .card-wrapper {
  background: linear-gradient(to left, #fc5130, #e2090d);
  color: #ffffff !important;
}
.cid-uLJaaepMuD .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uLJaafbYoz {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-uLJaafbYoz img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uLJaafbYoz .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uLJaafbYoz .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uLJaafbYoz .first:hover:before {
  content: none;
}
.cid-uLJaafbYoz .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLJaafbYoz .last:hover:after {
  content: none;
}
.cid-uLJaafbYoz .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLJaafbYoz .mbr-section-text {
  color: #999999;
}
.cid-uLJaafbYoz .card {
  z-index: 1;
  position: relative;
  transition: all 0.3s;
}
.cid-uLJaafbYoz .card .img-wrapper {
  overflow: hidden;
}
.cid-uLJaafbYoz .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uLJaafbYoz .card:hover .card-wrapper {
  background: linear-gradient(to left, #fc5130, #e2090d);
  color: #ffffff !important;
}
.cid-uLJaafbYoz .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uLJaafHEvi {
  padding-top: 60px;
  padding-bottom: 0px;
  position: relative;
  background-color: #000000;
}
.cid-uLJaafHEvi p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-uLJaafHEvi .panel-title {
  border-bottom: 2px solid #cf0509;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-uLJaafHEvi .collapsed {
  border: none;
}
.cid-uLJaafHEvi .collapsed span {
  transform: rotate(0deg);
}
.cid-uLJaafHEvi span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-uLJaafHEvi .panel-body {
  padding-top: 0.5rem;
}
.cid-uLJaafHEvi .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uLJaafHEvi .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-uLJaafHEvi .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uLJaafHEvi .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uLJaafHEvi .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-uLJaafHEvi .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uLJaafHEvi .panel-text {
  color: #767676;
}
.cid-uLJaafHEvi H4 {
  color: #999999;
}
.cid-uLJaafHEvi H2 {
  color: #ffffff;
}
.cid-uLJaafHEvi .mbr-section-text {
  color: #999999;
}
.cid-uLJaagXDD2 {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #000000;
}
.cid-uLJaagXDD2 p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-uLJaagXDD2 .panel-title {
  border-bottom: 2px solid #e2090d;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-uLJaagXDD2 .collapsed {
  border: none;
}
.cid-uLJaagXDD2 .collapsed span {
  transform: rotate(0deg);
}
.cid-uLJaagXDD2 span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-uLJaagXDD2 .panel-body {
  padding-top: 0.5rem;
}
.cid-uLJaagXDD2 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uLJaagXDD2 .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-uLJaagXDD2 .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uLJaagXDD2 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uLJaagXDD2 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-uLJaagXDD2 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uLJaagXDD2 .panel-text {
  color: #767676;
}
.cid-uLJaagXDD2 H4 {
  color: #999999;
}
.cid-uLJaagXDD2 H2 {
  color: #ffffff;
}
.cid-uLJaagXDD2 .mbr-section-text {
  color: #999999;
}
.cid-uLJaahttiR {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/fetishlife-1360x535.jpg");
}
.cid-uLJaahttiR H1 {
  color: #b30609;
}
.cid-uLJaahttiR h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uLJaahttiR .mbr-text,
.cid-uLJaahttiR .mbr-section-btn {
  color: #cccccc;
}
.cid-uLJaaigp0W {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #191919;
}
.cid-uLJaaigp0W .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uLJaaigp0W .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-uLJaaigp0W .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uLJaaigp0W .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #b30609;
}
.cid-uLJaaigp0W .container {
  max-width: 1400px;
}
.cid-uLJaaigp0W li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-uLJaaigp0W .time {
  line-height: 2;
}
.cid-uLJaaigp0W .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-uLJaaigp0W .text-wrap {
  width: 100%;
}
.cid-uLJaaigp0W .item-wrap {
  display: inline-block;
}
.cid-uLJaaigp0W .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uLJaaigp0W .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-uLJaaigp0W .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uLJaaigp0W .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLJaaigp0W .socicon-wrap {
    margin: auto;
  }
}
.cid-uLJaaigp0W .mbr-text {
  color: #999999;
}
.cid-uLJaaigp0W .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-uLJaaigp0W .icon-title,
.cid-uLJaaigp0W .align-wrap {
  color: #f3f3f3;
  width: 100%;
  text-align: center;
}
.cid-uLJaaigp0W .item-text,
.cid-uLJaaigp0W .item-icon {
  color: #f3f3f3;
}
.cid-uLJaaigp0W .mbr-text,
.cid-uLJaaigp0W .mbr-section-btn {
  color: #e5e5e5;
}
.cid-uLJilPrKkq .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLJilPrKkq .btn {
  white-space: nowrap;
}
.cid-uLJilPrKkq .nav-link,
.cid-uLJilPrKkq .icons-menu .mbr-iconfont,
.cid-uLJilPrKkq .dropdown-item {
  transition: all 0.1s;
}
.cid-uLJilPrKkq .nav-link:hover,
.cid-uLJilPrKkq .icons-menu .mbr-iconfont:hover,
.cid-uLJilPrKkq .dropdown-item:hover {
  color: #fc5130 !important;
}
@media (max-width: 992px) {
  .cid-uLJilPrKkq .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uLJilPrKkq .container {
  display: flex;
  margin: auto;
}
.cid-uLJilPrKkq .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-uLJilPrKkq .navbar.opened {
  transition: all .3s;
}
.cid-uLJilPrKkq .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uLJilPrKkq .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLJilPrKkq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLJilPrKkq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLJilPrKkq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uLJilPrKkq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLJilPrKkq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLJilPrKkq .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: 55%;
}
.cid-uLJilPrKkq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLJilPrKkq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uLJilPrKkq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uLJilPrKkq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLJilPrKkq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLJilPrKkq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLJilPrKkq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLJilPrKkq .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: 55%;
  }
  .cid-uLJilPrKkq .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uLJilPrKkq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLJilPrKkq .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLJilPrKkq .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLJilPrKkq .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uLJilPrKkq .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uLJilPrKkq .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-uLJilPrKkq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uLJilPrKkq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uLJilPrKkq .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uLJilPrKkq .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uLJilPrKkq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLJilPrKkq .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uLJilPrKkq .navbar-caption {
  padding-right: 4rem;
}
.cid-uLJilPrKkq .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uLJilPrKkq .dropdown-menu,
.cid-uLJilPrKkq .navbar.opened {
  background: #191919 !important;
}
.cid-uLJilPrKkq .nav-item:focus,
.cid-uLJilPrKkq .nav-link:focus {
  outline: none;
}
.cid-uLJilPrKkq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLJilPrKkq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLJilPrKkq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uLJilPrKkq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLJilPrKkq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLJilPrKkq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uLJilPrKkq .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLJilPrKkq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLJilPrKkq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLJilPrKkq .dropdown-item.active,
.cid-uLJilPrKkq .dropdown-item:active {
  background-color: transparent;
}
.cid-uLJilPrKkq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLJilPrKkq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLJilPrKkq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLJilPrKkq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-uLJilPrKkq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLJilPrKkq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLJilPrKkq ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uLJilPrKkq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLJilPrKkq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uLJilPrKkq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uLJilPrKkq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uLJilPrKkq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uLJilPrKkq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uLJilPrKkq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uLJilPrKkq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uLJilPrKkq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uLJilPrKkq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uLJilPrKkq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uLJilPrKkq .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uLJilPrKkq a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uLJilPrKkq .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uLJilPrKkq .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLJilPrKkq .navbar {
    height: 77px;
  }
  .cid-uLJilPrKkq .navbar.opened {
    height: auto;
  }
  .cid-uLJilPrKkq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLJilPrKkq .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uLJilQ8Gri {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #040402;
}
.cid-uLJilQ8Gri H1 {
  color: #b30609;
}
.cid-uLJilQ8Gri h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uLJilQ8Gri img {
  width: 100%;
}
.cid-uLJilQ8Gri .mbr-text,
.cid-uLJilQ8Gri .mbr-section-btn {
  color: #999999;
}
.cid-uLJilQM8vr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uLJilQM8vr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJilQM8vr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLJilQM8vr .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #e2090d;
  margin-bottom: 2rem;
}
.cid-uLJilQM8vr .item-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uLJilQM8vr .card-title,
.cid-uLJilQM8vr .card-box {
  color: #cccccc;
}
.cid-uLJilRvEUi {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #191919;
}
.cid-uLJilRvEUi .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLJilRvEUi .mbr-text,
.cid-uLJilRvEUi .mbr-section-btn {
  color: #999999;
}
.cid-uLJilRYCFe {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uLJilRYCFe img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uLJilRYCFe .link-wrapper {
  margin-bottom: 1rem;
}
.cid-uLJilRYCFe .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-uLJilRYCFe .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uLJilRYCFe .card-wrapper {
  background: #465052;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uLJilRYCFe .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uLJilRYCFe .first:hover:before {
  content: none;
}
.cid-uLJilRYCFe .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLJilRYCFe .last:hover:after {
  content: none;
}
.cid-uLJilRYCFe .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLJilRYCFe .mbr-section-text {
  color: #999999;
}
.cid-uLJilRYCFe .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-uLJilRYCFe .card .img-wrapper {
  overflow: hidden;
}
.cid-uLJilRYCFe .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uLJilRYCFe .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uLJilRYCFe .card:hover .card-wrapper {
  background: linear-gradient(to left, #fc5130, #e2090d);
  color: #ffffff !important;
}
.cid-uLJilRYCFe .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uLJilT5pRl {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uLJilT5pRl .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLJilT5pRl .mbr-text,
.cid-uLJilT5pRl .mbr-section-btn {
  color: #999999;
}
.cid-uLJilT5pRl img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uLJilT5pRl img {
    width: 96%;
  }
}
.cid-uLJilTzEms {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-uLJilTzEms .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-uLJilTzEms .card-img {
  padding-bottom: 1rem;
}
.cid-uLJilTzEms .card {
  cursor: pointer;
  transition: all 0.3s;
}
.cid-uLJilTzEms .card:hover {
  transform: translateY(-10px);
}
.cid-uLJilTzEms .mbr-text,
.cid-uLJilTzEms .card-title {
  opacity: 0;
}
.cid-uLJilTzEms .card-wrapper {
  display: flex;
  justify-content: center;
  padding: 1rem;
  background-position: center;
  background-size: cover;
  padding-top: 15rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
}
.cid-uLJilTzEms .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uLJilTzEms .card:hover .card-wrapper:after {
    opacity: 0.8;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
  .cid-uLJilTzEms .card:hover .mbr-text,
  .cid-uLJilTzEms .card:hover .card-title {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-uLJilTzEms .card {
    padding-bottom: 1rem !important;
  }
  .cid-uLJilTzEms .card .mbr-text,
  .cid-uLJilTzEms .card .card-title {
    opacity: 1;
  }
  .cid-uLJilTzEms .card-wrapper:after {
    opacity: 0.7;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
}
.cid-uLJilTzEms .row {
  justify-content: center;
}
.cid-uLJilTzEms .card-title {
  border-bottom: 1px solid #999999;
}
.cid-uLJilTzEms .card1 {
  background-image: url("../../../assets/images/bdsmfetish-493x632.jpg");
}
.cid-uLJilTzEms .card2 {
  background-image: url("../../../assets/images/footfetish-504x642.jpg");
}
.cid-uLJilTzEms .card3 {
  background-image: url("../../../assets/images/spanling-417x473.jpg");
}
.cid-uLJilTzEms .link,
.cid-uLJilTzEms .card-box {
  color: #ffffff;
}
.cid-uLJilTzEms .mbr-text,
.cid-uLJilTzEms .link-wrap {
  text-align: center;
}
.cid-uLJilTzEms .main-subtitle {
  color: #ffffff;
}
.cid-uLJilTzEms .mbr-section-subtitle {
  color: #999999;
}
.cid-uLJilTzEms .mbr-section-text {
  color: #999999;
}
.cid-uLJilUdiMA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #111111;
}
.cid-uLJilUdiMA .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-uLJilUdiMA .card-img {
  padding-bottom: 1rem;
}
.cid-uLJilUdiMA .card {
  cursor: pointer;
  transition: all 0.3s;
}
.cid-uLJilUdiMA .card:hover {
  transform: translateY(-10px);
}
.cid-uLJilUdiMA .mbr-text,
.cid-uLJilUdiMA .card-title {
  opacity: 0;
}
.cid-uLJilUdiMA .card-wrapper {
  display: flex;
  justify-content: center;
  padding: 1rem;
  background-position: center;
  background-size: cover;
  padding-top: 15rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
}
.cid-uLJilUdiMA .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uLJilUdiMA .card:hover .card-wrapper:after {
    opacity: 0.8;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
  .cid-uLJilUdiMA .card:hover .mbr-text,
  .cid-uLJilUdiMA .card:hover .card-title {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-uLJilUdiMA .card {
    padding-bottom: 1rem !important;
  }
  .cid-uLJilUdiMA .card .mbr-text,
  .cid-uLJilUdiMA .card .card-title {
    opacity: 1;
  }
  .cid-uLJilUdiMA .card-wrapper:after {
    opacity: 0.7;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
}
.cid-uLJilUdiMA .row {
  justify-content: center;
}
.cid-uLJilUdiMA .card-title {
  border-bottom: 1px solid #999999;
}
.cid-uLJilUdiMA .card1 {
  background-image: url("../../../assets/images/cuckoldfetish-456x540.jpg");
}
.cid-uLJilUdiMA .card2 {
  background-image: url("../../../assets/images/fatfetishww-529x660.jpg");
}
.cid-uLJilUdiMA .card3 {
  background-image: url("../../../assets/images/ddlgdating-399x474.jpg");
}
.cid-uLJilUdiMA .link,
.cid-uLJilUdiMA .card-box {
  color: #ffffff;
}
.cid-uLJilUdiMA .mbr-text,
.cid-uLJilUdiMA .link-wrap {
  text-align: center;
}
.cid-uLJilUdiMA .main-subtitle {
  color: #ffffff;
}
.cid-uLJilUdiMA .mbr-section-subtitle {
  color: #999999;
}
.cid-uLJilUdiMA .mbr-section-text {
  color: #999999;
}
.cid-uLJilUMYgO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #111111;
}
.cid-uLJilUMYgO .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-uLJilUMYgO .card-img {
  padding-bottom: 1rem;
}
.cid-uLJilUMYgO .card {
  cursor: pointer;
  transition: all 0.3s;
}
.cid-uLJilUMYgO .card:hover {
  transform: translateY(-10px);
}
.cid-uLJilUMYgO .mbr-text,
.cid-uLJilUMYgO .card-title {
  opacity: 0;
}
.cid-uLJilUMYgO .card-wrapper {
  display: flex;
  justify-content: center;
  padding: 1rem;
  background-position: center;
  background-size: cover;
  padding-top: 15rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
}
.cid-uLJilUMYgO .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uLJilUMYgO .card:hover .card-wrapper:after {
    opacity: 0.8;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
  .cid-uLJilUMYgO .card:hover .mbr-text,
  .cid-uLJilUMYgO .card:hover .card-title {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-uLJilUMYgO .card {
    padding-bottom: 1rem !important;
  }
  .cid-uLJilUMYgO .card .mbr-text,
  .cid-uLJilUMYgO .card .card-title {
    opacity: 1;
  }
  .cid-uLJilUMYgO .card-wrapper:after {
    opacity: 0.7;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
}
.cid-uLJilUMYgO .row {
  justify-content: center;
}
.cid-uLJilUMYgO .card-title {
  border-bottom: 1px solid #999999;
}
.cid-uLJilUMYgO .card1 {
  background-image: url("../../../assets/images/smokingfetish-486x582.jpg");
}
.cid-uLJilUMYgO .card2 {
  background-image: url("../../../assets/images/toughthfetish-512x625.jpg");
}
.cid-uLJilUMYgO .card3 {
  background-image: url("../../../assets/images/feindom-485x575.jpg");
}
.cid-uLJilUMYgO .link,
.cid-uLJilUMYgO .card-box {
  color: #ffffff;
}
.cid-uLJilUMYgO .mbr-text,
.cid-uLJilUMYgO .link-wrap {
  text-align: center;
}
.cid-uLJilUMYgO .main-subtitle {
  color: #ffffff;
}
.cid-uLJilUMYgO .mbr-section-subtitle {
  color: #999999;
}
.cid-uLJilUMYgO .mbr-section-text {
  color: #999999;
}
.cid-uLJilVmY5m {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #111111;
}
.cid-uLJilVmY5m .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-uLJilVmY5m .card-img {
  padding-bottom: 1rem;
}
.cid-uLJilVmY5m .card {
  cursor: pointer;
  transition: all 0.3s;
}
.cid-uLJilVmY5m .card:hover {
  transform: translateY(-10px);
}
.cid-uLJilVmY5m .mbr-text,
.cid-uLJilVmY5m .card-title {
  opacity: 0;
}
.cid-uLJilVmY5m .card-wrapper {
  display: flex;
  justify-content: center;
  padding: 1rem;
  background-position: center;
  background-size: cover;
  padding-top: 15rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
}
.cid-uLJilVmY5m .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uLJilVmY5m .card:hover .card-wrapper:after {
    opacity: 0.8;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
  .cid-uLJilVmY5m .card:hover .mbr-text,
  .cid-uLJilVmY5m .card:hover .card-title {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-uLJilVmY5m .card {
    padding-bottom: 1rem !important;
  }
  .cid-uLJilVmY5m .card .mbr-text,
  .cid-uLJilVmY5m .card .card-title {
    opacity: 1;
  }
  .cid-uLJilVmY5m .card-wrapper:after {
    opacity: 0.7;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
}
.cid-uLJilVmY5m .row {
  justify-content: center;
}
.cid-uLJilVmY5m .card-title {
  border-bottom: 1px solid #999999;
}
.cid-uLJilVmY5m .card1 {
  background-image: url("../../../assets/images/roleplayfetish-516x715.jpg");
}
.cid-uLJilVmY5m .card2 {
  background-image: url("../../../assets/images/femdombdsm-474x578.jpg");
}
.cid-uLJilVmY5m .card3 {
  background-image: url("../../../assets/images/sissyfetish-522x720.jpg");
}
.cid-uLJilVmY5m .link,
.cid-uLJilVmY5m .card-box {
  color: #ffffff;
}
.cid-uLJilVmY5m .mbr-text,
.cid-uLJilVmY5m .link-wrap {
  text-align: center;
}
.cid-uLJilVmY5m .main-subtitle {
  color: #ffffff;
}
.cid-uLJilVmY5m .mbr-section-subtitle {
  color: #999999;
}
.cid-uLJilVmY5m .mbr-section-text {
  color: #999999;
}
.cid-uLJilW99kp {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-uLJilW99kp .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-uLJilW99kp .card-img {
  padding-bottom: 1rem;
}
.cid-uLJilW99kp .card {
  cursor: pointer;
  transition: all 0.3s;
}
.cid-uLJilW99kp .card:hover {
  transform: translateY(-10px);
}
.cid-uLJilW99kp .mbr-text,
.cid-uLJilW99kp .card-title {
  opacity: 0;
}
.cid-uLJilW99kp .card-wrapper {
  display: flex;
  justify-content: center;
  padding: 1rem;
  background-position: center;
  background-size: cover;
  padding-top: 15rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
}
.cid-uLJilW99kp .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uLJilW99kp .card:hover .card-wrapper:after {
    opacity: 0.8;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
  .cid-uLJilW99kp .card:hover .mbr-text,
  .cid-uLJilW99kp .card:hover .card-title {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-uLJilW99kp .card {
    padding-bottom: 1rem !important;
  }
  .cid-uLJilW99kp .card .mbr-text,
  .cid-uLJilW99kp .card .card-title {
    opacity: 1;
  }
  .cid-uLJilW99kp .card-wrapper:after {
    opacity: 0.7;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
}
.cid-uLJilW99kp .row {
  justify-content: center;
}
.cid-uLJilW99kp .card-title {
  border-bottom: 1px solid #999999;
}
.cid-uLJilW99kp .card1 {
  background-image: url("../../../assets/images/pantyfetish-568x656.jpg");
}
.cid-uLJilW99kp .card2 {
  background-image: url("../../../assets/images/laxtenfetihs8-483x632.jpg");
}
.cid-uLJilW99kp .card3 {
  background-image: url("../../../assets/images/voyeurism-472x569.jpg");
}
.cid-uLJilW99kp .link,
.cid-uLJilW99kp .card-box {
  color: #ffffff;
}
.cid-uLJilW99kp .mbr-text,
.cid-uLJilW99kp .link-wrap {
  text-align: center;
}
.cid-uLJilW99kp .main-subtitle {
  color: #ffffff;
}
.cid-uLJilW99kp .mbr-section-subtitle {
  color: #999999;
}
.cid-uLJilW99kp .mbr-section-text {
  color: #999999;
}
.cid-uLJilWI7cV {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #040402;
}
.cid-uLJilWI7cV img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
}
@media (min-width: 767px) {
  .cid-uLJilWI7cV .container-fluid {
    padding: 0 2rem;
  }
}
.cid-uLJilWI7cV .card-wrapper {
  background: #635a51;
  padding: 3rem;
}
.cid-uLJilWI7cV .card-wrapper:hover {
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLJilWI7cV .text-wrap {
  display: flex;
  justify-content: center;
  padding-top: 1rem;
}
.cid-uLJilWI7cV .icon-wrapper {
  padding: 0 1rem;
}
.cid-uLJilWI7cV .card-box {
  padding-top: 2rem;
}
.cid-uLJilWI7cV .link-icon {
  font-size: 1.5rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uLJilWI7cV .card-title {
  color: #999999;
}
.cid-uLJilWI7cV .mbr-subtitle {
  color: #ffffff;
}
.cid-uLJilWI7cV .main-title {
  color: #ffffff;
}
.cid-uLJilWI7cV .main-subtitle {
  color: #999999;
}
.cid-uLJilWI7cV .card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uLJilWI7cV .card:hover {
  transform: translateY(-10px);
}
.cid-uLJilWI7cV .card:hover .link-icon {
  color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uLJilWI7cV .card:hover .card-title,
.cid-uLJilWI7cV .card:hover .mbr-subtitle {
  color: #ffffff !important;
}
@media (min-width: 1600px) {
  .cid-uLJilWI7cV .card {
    max-width: 20%;
  }
}
@media (max-width: 1600px) {
  .cid-uLJilWI7cV .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uLJilXBGb2 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #191919;
}
.cid-uLJilXBGb2 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLJilXBGb2 .mbr-text,
.cid-uLJilXBGb2 .mbr-section-btn {
  color: #999999;
}
.cid-uLJilY3Olz {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #111111;
}
.cid-uLJilY3Olz img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uLJilY3Olz .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uLJilY3Olz .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uLJilY3Olz .first:hover:before {
  content: none;
}
.cid-uLJilY3Olz .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLJilY3Olz .last:hover:after {
  content: none;
}
.cid-uLJilY3Olz .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLJilY3Olz .mbr-section-text {
  color: #999999;
}
.cid-uLJilY3Olz .card {
  z-index: 1;
  position: relative;
  transition: all 0.3s;
}
.cid-uLJilY3Olz .card .img-wrapper {
  overflow: hidden;
}
.cid-uLJilY3Olz .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uLJilY3Olz .card:hover .card-wrapper {
  background: linear-gradient(to left, #fc5130, #e2090d);
  color: #ffffff !important;
}
.cid-uLJilY3Olz .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uLJilYVlgS {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-uLJilYVlgS img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uLJilYVlgS .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uLJilYVlgS .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uLJilYVlgS .first:hover:before {
  content: none;
}
.cid-uLJilYVlgS .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLJilYVlgS .last:hover:after {
  content: none;
}
.cid-uLJilYVlgS .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLJilYVlgS .mbr-section-text {
  color: #999999;
}
.cid-uLJilYVlgS .card {
  z-index: 1;
  position: relative;
  transition: all 0.3s;
}
.cid-uLJilYVlgS .card .img-wrapper {
  overflow: hidden;
}
.cid-uLJilYVlgS .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uLJilYVlgS .card:hover .card-wrapper {
  background: linear-gradient(to left, #fc5130, #e2090d);
  color: #ffffff !important;
}
.cid-uLJilYVlgS .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uLJilZxEqQ {
  padding-top: 60px;
  padding-bottom: 0px;
  position: relative;
  background-color: #000000;
}
.cid-uLJilZxEqQ p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-uLJilZxEqQ .panel-title {
  border-bottom: 2px solid #cf0509;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-uLJilZxEqQ .collapsed {
  border: none;
}
.cid-uLJilZxEqQ .collapsed span {
  transform: rotate(0deg);
}
.cid-uLJilZxEqQ span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-uLJilZxEqQ .panel-body {
  padding-top: 0.5rem;
}
.cid-uLJilZxEqQ .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uLJilZxEqQ .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-uLJilZxEqQ .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uLJilZxEqQ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uLJilZxEqQ .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-uLJilZxEqQ .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uLJilZxEqQ .panel-text {
  color: #767676;
}
.cid-uLJilZxEqQ H4 {
  color: #999999;
}
.cid-uLJilZxEqQ H2 {
  color: #ffffff;
}
.cid-uLJilZxEqQ .mbr-section-text {
  color: #999999;
}
.cid-uLJim0aoG8 {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #000000;
}
.cid-uLJim0aoG8 p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-uLJim0aoG8 .panel-title {
  border-bottom: 2px solid #e2090d;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-uLJim0aoG8 .collapsed {
  border: none;
}
.cid-uLJim0aoG8 .collapsed span {
  transform: rotate(0deg);
}
.cid-uLJim0aoG8 span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-uLJim0aoG8 .panel-body {
  padding-top: 0.5rem;
}
.cid-uLJim0aoG8 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uLJim0aoG8 .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-uLJim0aoG8 .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uLJim0aoG8 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uLJim0aoG8 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-uLJim0aoG8 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uLJim0aoG8 .panel-text {
  color: #767676;
}
.cid-uLJim0aoG8 H4 {
  color: #999999;
}
.cid-uLJim0aoG8 H2 {
  color: #ffffff;
}
.cid-uLJim0aoG8 .mbr-section-text {
  color: #999999;
}
.cid-uLJim0Ztcj {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/fetishlife-1360x535.jpg");
}
.cid-uLJim0Ztcj H1 {
  color: #b30609;
}
.cid-uLJim0Ztcj h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uLJim0Ztcj .mbr-text,
.cid-uLJim0Ztcj .mbr-section-btn {
  color: #cccccc;
}
.cid-uLJim1CCzG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #191919;
}
.cid-uLJim1CCzG .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uLJim1CCzG .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-uLJim1CCzG .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uLJim1CCzG .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #b30609;
}
.cid-uLJim1CCzG .container {
  max-width: 1400px;
}
.cid-uLJim1CCzG li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-uLJim1CCzG .time {
  line-height: 2;
}
.cid-uLJim1CCzG .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-uLJim1CCzG .text-wrap {
  width: 100%;
}
.cid-uLJim1CCzG .item-wrap {
  display: inline-block;
}
.cid-uLJim1CCzG .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uLJim1CCzG .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-uLJim1CCzG .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uLJim1CCzG .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLJim1CCzG .socicon-wrap {
    margin: auto;
  }
}
.cid-uLJim1CCzG .mbr-text {
  color: #999999;
}
.cid-uLJim1CCzG .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-uLJim1CCzG .icon-title,
.cid-uLJim1CCzG .align-wrap {
  color: #f3f3f3;
  width: 100%;
  text-align: center;
}
.cid-uLJim1CCzG .item-text,
.cid-uLJim1CCzG .item-icon {
  color: #f3f3f3;
}
.cid-uLJim1CCzG .mbr-text,
.cid-uLJim1CCzG .mbr-section-btn {
  color: #e5e5e5;
}
.cid-uLNbQJJjzh .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLNbQJJjzh .btn {
  white-space: nowrap;
}
.cid-uLNbQJJjzh .nav-link,
.cid-uLNbQJJjzh .icons-menu .mbr-iconfont,
.cid-uLNbQJJjzh .dropdown-item {
  transition: all 0.1s;
}
.cid-uLNbQJJjzh .nav-link:hover,
.cid-uLNbQJJjzh .icons-menu .mbr-iconfont:hover,
.cid-uLNbQJJjzh .dropdown-item:hover {
  color: #fc5130 !important;
}
@media (max-width: 992px) {
  .cid-uLNbQJJjzh .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uLNbQJJjzh .container {
  display: flex;
  margin: auto;
}
.cid-uLNbQJJjzh .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-uLNbQJJjzh .navbar.opened {
  transition: all .3s;
}
.cid-uLNbQJJjzh .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uLNbQJJjzh .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLNbQJJjzh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLNbQJJjzh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLNbQJJjzh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uLNbQJJjzh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLNbQJJjzh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLNbQJJjzh .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: 55%;
}
.cid-uLNbQJJjzh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLNbQJJjzh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uLNbQJJjzh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uLNbQJJjzh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLNbQJJjzh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLNbQJJjzh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLNbQJJjzh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLNbQJJjzh .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: 55%;
  }
  .cid-uLNbQJJjzh .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uLNbQJJjzh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLNbQJJjzh .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLNbQJJjzh .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLNbQJJjzh .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uLNbQJJjzh .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uLNbQJJjzh .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-uLNbQJJjzh .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uLNbQJJjzh .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uLNbQJJjzh .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uLNbQJJjzh .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uLNbQJJjzh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLNbQJJjzh .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uLNbQJJjzh .navbar-caption {
  padding-right: 4rem;
}
.cid-uLNbQJJjzh .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uLNbQJJjzh .dropdown-menu,
.cid-uLNbQJJjzh .navbar.opened {
  background: #191919 !important;
}
.cid-uLNbQJJjzh .nav-item:focus,
.cid-uLNbQJJjzh .nav-link:focus {
  outline: none;
}
.cid-uLNbQJJjzh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLNbQJJjzh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLNbQJJjzh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uLNbQJJjzh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLNbQJJjzh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLNbQJJjzh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uLNbQJJjzh .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLNbQJJjzh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLNbQJJjzh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLNbQJJjzh .dropdown-item.active,
.cid-uLNbQJJjzh .dropdown-item:active {
  background-color: transparent;
}
.cid-uLNbQJJjzh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLNbQJJjzh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLNbQJJjzh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLNbQJJjzh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-uLNbQJJjzh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLNbQJJjzh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLNbQJJjzh ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uLNbQJJjzh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLNbQJJjzh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uLNbQJJjzh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uLNbQJJjzh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uLNbQJJjzh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uLNbQJJjzh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uLNbQJJjzh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uLNbQJJjzh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uLNbQJJjzh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uLNbQJJjzh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uLNbQJJjzh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uLNbQJJjzh .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uLNbQJJjzh a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uLNbQJJjzh .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uLNbQJJjzh .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLNbQJJjzh .navbar {
    height: 77px;
  }
  .cid-uLNbQJJjzh .navbar.opened {
    height: auto;
  }
  .cid-uLNbQJJjzh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLNbQJJjzh .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uLNbQKiAIe {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #040402;
}
.cid-uLNbQKiAIe H1 {
  color: #b30609;
}
.cid-uLNbQKiAIe h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uLNbQKiAIe img {
  width: 100%;
}
.cid-uLNbQKiAIe .mbr-text,
.cid-uLNbQKiAIe .mbr-section-btn {
  color: #999999;
}
.cid-uLNbQKWDZf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uLNbQKWDZf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLNbQKWDZf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLNbQKWDZf .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #e2090d;
  margin-bottom: 2rem;
}
.cid-uLNbQKWDZf .item-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uLNbQKWDZf .card-title,
.cid-uLNbQKWDZf .card-box {
  color: #cccccc;
}
.cid-uLNbQLDXbj {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #191919;
}
.cid-uLNbQLDXbj .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLNbQLDXbj .mbr-text,
.cid-uLNbQLDXbj .mbr-section-btn {
  color: #999999;
}
.cid-uLNbQMGoil {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uLNbQMGoil img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uLNbQMGoil .link-wrapper {
  margin-bottom: 1rem;
}
.cid-uLNbQMGoil .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-uLNbQMGoil .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uLNbQMGoil .card-wrapper {
  background: #465052;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uLNbQMGoil .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uLNbQMGoil .first:hover:before {
  content: none;
}
.cid-uLNbQMGoil .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLNbQMGoil .last:hover:after {
  content: none;
}
.cid-uLNbQMGoil .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLNbQMGoil .mbr-section-text {
  color: #999999;
}
.cid-uLNbQMGoil .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-uLNbQMGoil .card .img-wrapper {
  overflow: hidden;
}
.cid-uLNbQMGoil .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uLNbQMGoil .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uLNbQMGoil .card:hover .card-wrapper {
  background: linear-gradient(to left, #fc5130, #e2090d);
  color: #ffffff !important;
}
.cid-uLNbQMGoil .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uLNbQNNyMO {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uLNbQNNyMO .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLNbQNNyMO .mbr-text,
.cid-uLNbQNNyMO .mbr-section-btn {
  color: #999999;
}
.cid-uLNbQNNyMO img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uLNbQNNyMO img {
    width: 96%;
  }
}
.cid-uLNbQOhqlz {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-uLNbQOhqlz .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-uLNbQOhqlz .card-img {
  padding-bottom: 1rem;
}
.cid-uLNbQOhqlz .card {
  cursor: pointer;
  transition: all 0.3s;
}
.cid-uLNbQOhqlz .card:hover {
  transform: translateY(-10px);
}
.cid-uLNbQOhqlz .mbr-text,
.cid-uLNbQOhqlz .card-title {
  opacity: 0;
}
.cid-uLNbQOhqlz .card-wrapper {
  display: flex;
  justify-content: center;
  padding: 1rem;
  background-position: center;
  background-size: cover;
  padding-top: 15rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
}
.cid-uLNbQOhqlz .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uLNbQOhqlz .card:hover .card-wrapper:after {
    opacity: 0.8;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
  .cid-uLNbQOhqlz .card:hover .mbr-text,
  .cid-uLNbQOhqlz .card:hover .card-title {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-uLNbQOhqlz .card {
    padding-bottom: 1rem !important;
  }
  .cid-uLNbQOhqlz .card .mbr-text,
  .cid-uLNbQOhqlz .card .card-title {
    opacity: 1;
  }
  .cid-uLNbQOhqlz .card-wrapper:after {
    opacity: 0.7;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
}
.cid-uLNbQOhqlz .row {
  justify-content: center;
}
.cid-uLNbQOhqlz .card-title {
  border-bottom: 1px solid #999999;
}
.cid-uLNbQOhqlz .card1 {
  background-image: url("../../../assets/images/bdsmfetish-493x632.jpg");
}
.cid-uLNbQOhqlz .card2 {
  background-image: url("../../../assets/images/footfetish-504x642.jpg");
}
.cid-uLNbQOhqlz .card3 {
  background-image: url("../../../assets/images/spanling-417x473.jpg");
}
.cid-uLNbQOhqlz .link,
.cid-uLNbQOhqlz .card-box {
  color: #ffffff;
}
.cid-uLNbQOhqlz .mbr-text,
.cid-uLNbQOhqlz .link-wrap {
  text-align: center;
}
.cid-uLNbQOhqlz .main-subtitle {
  color: #ffffff;
}
.cid-uLNbQOhqlz .mbr-section-subtitle {
  color: #999999;
}
.cid-uLNbQOhqlz .mbr-section-text {
  color: #999999;
}
.cid-uLNbQOWBco {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #111111;
}
.cid-uLNbQOWBco .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-uLNbQOWBco .card-img {
  padding-bottom: 1rem;
}
.cid-uLNbQOWBco .card {
  cursor: pointer;
  transition: all 0.3s;
}
.cid-uLNbQOWBco .card:hover {
  transform: translateY(-10px);
}
.cid-uLNbQOWBco .mbr-text,
.cid-uLNbQOWBco .card-title {
  opacity: 0;
}
.cid-uLNbQOWBco .card-wrapper {
  display: flex;
  justify-content: center;
  padding: 1rem;
  background-position: center;
  background-size: cover;
  padding-top: 15rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
}
.cid-uLNbQOWBco .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uLNbQOWBco .card:hover .card-wrapper:after {
    opacity: 0.8;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
  .cid-uLNbQOWBco .card:hover .mbr-text,
  .cid-uLNbQOWBco .card:hover .card-title {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-uLNbQOWBco .card {
    padding-bottom: 1rem !important;
  }
  .cid-uLNbQOWBco .card .mbr-text,
  .cid-uLNbQOWBco .card .card-title {
    opacity: 1;
  }
  .cid-uLNbQOWBco .card-wrapper:after {
    opacity: 0.7;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
}
.cid-uLNbQOWBco .row {
  justify-content: center;
}
.cid-uLNbQOWBco .card-title {
  border-bottom: 1px solid #999999;
}
.cid-uLNbQOWBco .card1 {
  background-image: url("../../../assets/images/cuckoldfetish-456x540.jpg");
}
.cid-uLNbQOWBco .card2 {
  background-image: url("../../../assets/images/fatfetishww-529x660.jpg");
}
.cid-uLNbQOWBco .card3 {
  background-image: url("../../../assets/images/ddlgdating-399x474.jpg");
}
.cid-uLNbQOWBco .link,
.cid-uLNbQOWBco .card-box {
  color: #ffffff;
}
.cid-uLNbQOWBco .mbr-text,
.cid-uLNbQOWBco .link-wrap {
  text-align: center;
}
.cid-uLNbQOWBco .main-subtitle {
  color: #ffffff;
}
.cid-uLNbQOWBco .mbr-section-subtitle {
  color: #999999;
}
.cid-uLNbQOWBco .mbr-section-text {
  color: #999999;
}
.cid-uLNbQPBtkF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #111111;
}
.cid-uLNbQPBtkF .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-uLNbQPBtkF .card-img {
  padding-bottom: 1rem;
}
.cid-uLNbQPBtkF .card {
  cursor: pointer;
  transition: all 0.3s;
}
.cid-uLNbQPBtkF .card:hover {
  transform: translateY(-10px);
}
.cid-uLNbQPBtkF .mbr-text,
.cid-uLNbQPBtkF .card-title {
  opacity: 0;
}
.cid-uLNbQPBtkF .card-wrapper {
  display: flex;
  justify-content: center;
  padding: 1rem;
  background-position: center;
  background-size: cover;
  padding-top: 15rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
}
.cid-uLNbQPBtkF .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uLNbQPBtkF .card:hover .card-wrapper:after {
    opacity: 0.8;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
  .cid-uLNbQPBtkF .card:hover .mbr-text,
  .cid-uLNbQPBtkF .card:hover .card-title {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-uLNbQPBtkF .card {
    padding-bottom: 1rem !important;
  }
  .cid-uLNbQPBtkF .card .mbr-text,
  .cid-uLNbQPBtkF .card .card-title {
    opacity: 1;
  }
  .cid-uLNbQPBtkF .card-wrapper:after {
    opacity: 0.7;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
}
.cid-uLNbQPBtkF .row {
  justify-content: center;
}
.cid-uLNbQPBtkF .card-title {
  border-bottom: 1px solid #999999;
}
.cid-uLNbQPBtkF .card1 {
  background-image: url("../../../assets/images/smokingfetish-486x582.jpg");
}
.cid-uLNbQPBtkF .card2 {
  background-image: url("../../../assets/images/toughthfetish-512x625.jpg");
}
.cid-uLNbQPBtkF .card3 {
  background-image: url("../../../assets/images/feindom-485x575.jpg");
}
.cid-uLNbQPBtkF .link,
.cid-uLNbQPBtkF .card-box {
  color: #ffffff;
}
.cid-uLNbQPBtkF .mbr-text,
.cid-uLNbQPBtkF .link-wrap {
  text-align: center;
}
.cid-uLNbQPBtkF .main-subtitle {
  color: #ffffff;
}
.cid-uLNbQPBtkF .mbr-section-subtitle {
  color: #999999;
}
.cid-uLNbQPBtkF .mbr-section-text {
  color: #999999;
}
.cid-uLNbQQus17 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #111111;
}
.cid-uLNbQQus17 .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-uLNbQQus17 .card-img {
  padding-bottom: 1rem;
}
.cid-uLNbQQus17 .card {
  cursor: pointer;
  transition: all 0.3s;
}
.cid-uLNbQQus17 .card:hover {
  transform: translateY(-10px);
}
.cid-uLNbQQus17 .mbr-text,
.cid-uLNbQQus17 .card-title {
  opacity: 0;
}
.cid-uLNbQQus17 .card-wrapper {
  display: flex;
  justify-content: center;
  padding: 1rem;
  background-position: center;
  background-size: cover;
  padding-top: 15rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
}
.cid-uLNbQQus17 .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uLNbQQus17 .card:hover .card-wrapper:after {
    opacity: 0.8;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
  .cid-uLNbQQus17 .card:hover .mbr-text,
  .cid-uLNbQQus17 .card:hover .card-title {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-uLNbQQus17 .card {
    padding-bottom: 1rem !important;
  }
  .cid-uLNbQQus17 .card .mbr-text,
  .cid-uLNbQQus17 .card .card-title {
    opacity: 1;
  }
  .cid-uLNbQQus17 .card-wrapper:after {
    opacity: 0.7;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
}
.cid-uLNbQQus17 .row {
  justify-content: center;
}
.cid-uLNbQQus17 .card-title {
  border-bottom: 1px solid #999999;
}
.cid-uLNbQQus17 .card1 {
  background-image: url("../../../assets/images/roleplayfetish-516x715.jpg");
}
.cid-uLNbQQus17 .card2 {
  background-image: url("../../../assets/images/femdombdsm-474x578.jpg");
}
.cid-uLNbQQus17 .card3 {
  background-image: url("../../../assets/images/sissyfetish-522x720.jpg");
}
.cid-uLNbQQus17 .link,
.cid-uLNbQQus17 .card-box {
  color: #ffffff;
}
.cid-uLNbQQus17 .mbr-text,
.cid-uLNbQQus17 .link-wrap {
  text-align: center;
}
.cid-uLNbQQus17 .main-subtitle {
  color: #ffffff;
}
.cid-uLNbQQus17 .mbr-section-subtitle {
  color: #999999;
}
.cid-uLNbQQus17 .mbr-section-text {
  color: #999999;
}
.cid-uLNbQR3nka {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-uLNbQR3nka .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-uLNbQR3nka .card-img {
  padding-bottom: 1rem;
}
.cid-uLNbQR3nka .card {
  cursor: pointer;
  transition: all 0.3s;
}
.cid-uLNbQR3nka .card:hover {
  transform: translateY(-10px);
}
.cid-uLNbQR3nka .mbr-text,
.cid-uLNbQR3nka .card-title {
  opacity: 0;
}
.cid-uLNbQR3nka .card-wrapper {
  display: flex;
  justify-content: center;
  padding: 1rem;
  background-position: center;
  background-size: cover;
  padding-top: 15rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
}
.cid-uLNbQR3nka .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uLNbQR3nka .card:hover .card-wrapper:after {
    opacity: 0.8;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
  .cid-uLNbQR3nka .card:hover .mbr-text,
  .cid-uLNbQR3nka .card:hover .card-title {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-uLNbQR3nka .card {
    padding-bottom: 1rem !important;
  }
  .cid-uLNbQR3nka .card .mbr-text,
  .cid-uLNbQR3nka .card .card-title {
    opacity: 1;
  }
  .cid-uLNbQR3nka .card-wrapper:after {
    opacity: 0.7;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
}
.cid-uLNbQR3nka .row {
  justify-content: center;
}
.cid-uLNbQR3nka .card-title {
  border-bottom: 1px solid #999999;
}
.cid-uLNbQR3nka .card1 {
  background-image: url("../../../assets/images/pantyfetish-568x656.jpg");
}
.cid-uLNbQR3nka .card2 {
  background-image: url("../../../assets/images/laxtenfetihs8-483x632.jpg");
}
.cid-uLNbQR3nka .card3 {
  background-image: url("../../../assets/images/voyeurism-472x569.jpg");
}
.cid-uLNbQR3nka .link,
.cid-uLNbQR3nka .card-box {
  color: #ffffff;
}
.cid-uLNbQR3nka .mbr-text,
.cid-uLNbQR3nka .link-wrap {
  text-align: center;
}
.cid-uLNbQR3nka .main-subtitle {
  color: #ffffff;
}
.cid-uLNbQR3nka .mbr-section-subtitle {
  color: #999999;
}
.cid-uLNbQR3nka .mbr-section-text {
  color: #999999;
}
.cid-uLNbQRAdC1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #040402;
}
.cid-uLNbQRAdC1 img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
}
@media (min-width: 767px) {
  .cid-uLNbQRAdC1 .container-fluid {
    padding: 0 2rem;
  }
}
.cid-uLNbQRAdC1 .card-wrapper {
  background: #635a51;
  padding: 3rem;
}
.cid-uLNbQRAdC1 .card-wrapper:hover {
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLNbQRAdC1 .text-wrap {
  display: flex;
  justify-content: center;
  padding-top: 1rem;
}
.cid-uLNbQRAdC1 .icon-wrapper {
  padding: 0 1rem;
}
.cid-uLNbQRAdC1 .card-box {
  padding-top: 2rem;
}
.cid-uLNbQRAdC1 .link-icon {
  font-size: 1.5rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uLNbQRAdC1 .card-title {
  color: #999999;
}
.cid-uLNbQRAdC1 .mbr-subtitle {
  color: #ffffff;
}
.cid-uLNbQRAdC1 .main-title {
  color: #ffffff;
}
.cid-uLNbQRAdC1 .main-subtitle {
  color: #999999;
}
.cid-uLNbQRAdC1 .card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uLNbQRAdC1 .card:hover {
  transform: translateY(-10px);
}
.cid-uLNbQRAdC1 .card:hover .link-icon {
  color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uLNbQRAdC1 .card:hover .card-title,
.cid-uLNbQRAdC1 .card:hover .mbr-subtitle {
  color: #ffffff !important;
}
@media (min-width: 1600px) {
  .cid-uLNbQRAdC1 .card {
    max-width: 20%;
  }
}
@media (max-width: 1600px) {
  .cid-uLNbQRAdC1 .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uLNbQSwNru {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #191919;
}
.cid-uLNbQSwNru .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLNbQSwNru .mbr-text,
.cid-uLNbQSwNru .mbr-section-btn {
  color: #999999;
}
.cid-uLNbQTkqnb {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #111111;
}
.cid-uLNbQTkqnb img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uLNbQTkqnb .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uLNbQTkqnb .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uLNbQTkqnb .first:hover:before {
  content: none;
}
.cid-uLNbQTkqnb .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLNbQTkqnb .last:hover:after {
  content: none;
}
.cid-uLNbQTkqnb .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLNbQTkqnb .mbr-section-text {
  color: #999999;
}
.cid-uLNbQTkqnb .card {
  z-index: 1;
  position: relative;
  transition: all 0.3s;
}
.cid-uLNbQTkqnb .card .img-wrapper {
  overflow: hidden;
}
.cid-uLNbQTkqnb .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uLNbQTkqnb .card:hover .card-wrapper {
  background: linear-gradient(to left, #fc5130, #e2090d);
  color: #ffffff !important;
}
.cid-uLNbQTkqnb .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uLNbQU0Egi {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-uLNbQU0Egi img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uLNbQU0Egi .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uLNbQU0Egi .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uLNbQU0Egi .first:hover:before {
  content: none;
}
.cid-uLNbQU0Egi .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLNbQU0Egi .last:hover:after {
  content: none;
}
.cid-uLNbQU0Egi .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLNbQU0Egi .mbr-section-text {
  color: #999999;
}
.cid-uLNbQU0Egi .card {
  z-index: 1;
  position: relative;
  transition: all 0.3s;
}
.cid-uLNbQU0Egi .card .img-wrapper {
  overflow: hidden;
}
.cid-uLNbQU0Egi .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uLNbQU0Egi .card:hover .card-wrapper {
  background: linear-gradient(to left, #fc5130, #e2090d);
  color: #ffffff !important;
}
.cid-uLNbQU0Egi .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uLNbQUQfJf {
  padding-top: 60px;
  padding-bottom: 0px;
  position: relative;
  background-color: #000000;
}
.cid-uLNbQUQfJf p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-uLNbQUQfJf .panel-title {
  border-bottom: 2px solid #cf0509;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-uLNbQUQfJf .collapsed {
  border: none;
}
.cid-uLNbQUQfJf .collapsed span {
  transform: rotate(0deg);
}
.cid-uLNbQUQfJf span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-uLNbQUQfJf .panel-body {
  padding-top: 0.5rem;
}
.cid-uLNbQUQfJf .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uLNbQUQfJf .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-uLNbQUQfJf .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uLNbQUQfJf .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uLNbQUQfJf .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-uLNbQUQfJf .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uLNbQUQfJf .panel-text {
  color: #767676;
}
.cid-uLNbQUQfJf H4 {
  color: #999999;
}
.cid-uLNbQUQfJf H2 {
  color: #ffffff;
}
.cid-uLNbQUQfJf .mbr-section-text {
  color: #999999;
}
.cid-uLNbQVsl61 {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #000000;
}
.cid-uLNbQVsl61 p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-uLNbQVsl61 .panel-title {
  border-bottom: 2px solid #e2090d;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-uLNbQVsl61 .collapsed {
  border: none;
}
.cid-uLNbQVsl61 .collapsed span {
  transform: rotate(0deg);
}
.cid-uLNbQVsl61 span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-uLNbQVsl61 .panel-body {
  padding-top: 0.5rem;
}
.cid-uLNbQVsl61 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uLNbQVsl61 .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-uLNbQVsl61 .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uLNbQVsl61 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uLNbQVsl61 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-uLNbQVsl61 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uLNbQVsl61 .panel-text {
  color: #767676;
}
.cid-uLNbQVsl61 H4 {
  color: #999999;
}
.cid-uLNbQVsl61 H2 {
  color: #ffffff;
}
.cid-uLNbQVsl61 .mbr-section-text {
  color: #999999;
}
.cid-uLNbQW4P07 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/fetishlife-1360x535.jpg");
}
.cid-uLNbQW4P07 H1 {
  color: #b30609;
}
.cid-uLNbQW4P07 h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uLNbQW4P07 .mbr-text,
.cid-uLNbQW4P07 .mbr-section-btn {
  color: #cccccc;
}
.cid-uLNbQWYdIg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #191919;
}
.cid-uLNbQWYdIg .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uLNbQWYdIg .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-uLNbQWYdIg .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uLNbQWYdIg .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #b30609;
}
.cid-uLNbQWYdIg .container {
  max-width: 1400px;
}
.cid-uLNbQWYdIg li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-uLNbQWYdIg .time {
  line-height: 2;
}
.cid-uLNbQWYdIg .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-uLNbQWYdIg .text-wrap {
  width: 100%;
}
.cid-uLNbQWYdIg .item-wrap {
  display: inline-block;
}
.cid-uLNbQWYdIg .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uLNbQWYdIg .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-uLNbQWYdIg .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uLNbQWYdIg .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLNbQWYdIg .socicon-wrap {
    margin: auto;
  }
}
.cid-uLNbQWYdIg .mbr-text {
  color: #999999;
}
.cid-uLNbQWYdIg .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-uLNbQWYdIg .icon-title,
.cid-uLNbQWYdIg .align-wrap {
  color: #f3f3f3;
  width: 100%;
  text-align: center;
}
.cid-uLNbQWYdIg .item-text,
.cid-uLNbQWYdIg .item-icon {
  color: #f3f3f3;
}
.cid-uLNbQWYdIg .mbr-text,
.cid-uLNbQWYdIg .mbr-section-btn {
  color: #e5e5e5;
}
.cid-uLNjBgAizB .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLNjBgAizB .btn {
  white-space: nowrap;
}
.cid-uLNjBgAizB .nav-link,
.cid-uLNjBgAizB .icons-menu .mbr-iconfont,
.cid-uLNjBgAizB .dropdown-item {
  transition: all 0.1s;
}
.cid-uLNjBgAizB .nav-link:hover,
.cid-uLNjBgAizB .icons-menu .mbr-iconfont:hover,
.cid-uLNjBgAizB .dropdown-item:hover {
  color: #fc5130 !important;
}
@media (max-width: 992px) {
  .cid-uLNjBgAizB .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uLNjBgAizB .container {
  display: flex;
  margin: auto;
}
.cid-uLNjBgAizB .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-uLNjBgAizB .navbar.opened {
  transition: all .3s;
}
.cid-uLNjBgAizB .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uLNjBgAizB .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLNjBgAizB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLNjBgAizB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLNjBgAizB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uLNjBgAizB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLNjBgAizB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLNjBgAizB .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: 55%;
}
.cid-uLNjBgAizB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLNjBgAizB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uLNjBgAizB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uLNjBgAizB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLNjBgAizB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLNjBgAizB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLNjBgAizB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLNjBgAizB .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: 55%;
  }
  .cid-uLNjBgAizB .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uLNjBgAizB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLNjBgAizB .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLNjBgAizB .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLNjBgAizB .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uLNjBgAizB .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uLNjBgAizB .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-uLNjBgAizB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uLNjBgAizB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uLNjBgAizB .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uLNjBgAizB .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uLNjBgAizB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLNjBgAizB .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uLNjBgAizB .navbar-caption {
  padding-right: 4rem;
}
.cid-uLNjBgAizB .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uLNjBgAizB .dropdown-menu,
.cid-uLNjBgAizB .navbar.opened {
  background: #191919 !important;
}
.cid-uLNjBgAizB .nav-item:focus,
.cid-uLNjBgAizB .nav-link:focus {
  outline: none;
}
.cid-uLNjBgAizB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLNjBgAizB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLNjBgAizB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uLNjBgAizB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLNjBgAizB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLNjBgAizB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uLNjBgAizB .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLNjBgAizB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLNjBgAizB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLNjBgAizB .dropdown-item.active,
.cid-uLNjBgAizB .dropdown-item:active {
  background-color: transparent;
}
.cid-uLNjBgAizB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLNjBgAizB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLNjBgAizB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLNjBgAizB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-uLNjBgAizB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLNjBgAizB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLNjBgAizB ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uLNjBgAizB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLNjBgAizB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uLNjBgAizB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uLNjBgAizB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uLNjBgAizB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uLNjBgAizB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uLNjBgAizB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uLNjBgAizB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uLNjBgAizB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uLNjBgAizB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uLNjBgAizB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uLNjBgAizB .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uLNjBgAizB a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uLNjBgAizB .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uLNjBgAizB .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLNjBgAizB .navbar {
    height: 77px;
  }
  .cid-uLNjBgAizB .navbar.opened {
    height: auto;
  }
  .cid-uLNjBgAizB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLNjBgAizB .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uLNjBhcbhU {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #040402;
}
.cid-uLNjBhcbhU H1 {
  color: #b30609;
}
.cid-uLNjBhcbhU h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uLNjBhcbhU img {
  width: 100%;
}
.cid-uLNjBhcbhU .mbr-text,
.cid-uLNjBhcbhU .mbr-section-btn {
  color: #999999;
}
.cid-uLNjBhTVtv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uLNjBhTVtv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLNjBhTVtv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLNjBhTVtv .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #e2090d;
  margin-bottom: 2rem;
}
.cid-uLNjBhTVtv .item-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uLNjBhTVtv .card-title,
.cid-uLNjBhTVtv .card-box {
  color: #cccccc;
}
.cid-uLNjBiALhN {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #191919;
}
.cid-uLNjBiALhN .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLNjBiALhN .mbr-text,
.cid-uLNjBiALhN .mbr-section-btn {
  color: #999999;
}
.cid-uLNjBj8XnC {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uLNjBj8XnC img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uLNjBj8XnC .link-wrapper {
  margin-bottom: 1rem;
}
.cid-uLNjBj8XnC .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-uLNjBj8XnC .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uLNjBj8XnC .card-wrapper {
  background: #465052;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uLNjBj8XnC .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uLNjBj8XnC .first:hover:before {
  content: none;
}
.cid-uLNjBj8XnC .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLNjBj8XnC .last:hover:after {
  content: none;
}
.cid-uLNjBj8XnC .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLNjBj8XnC .mbr-section-text {
  color: #999999;
}
.cid-uLNjBj8XnC .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-uLNjBj8XnC .card .img-wrapper {
  overflow: hidden;
}
.cid-uLNjBj8XnC .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uLNjBj8XnC .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uLNjBj8XnC .card:hover .card-wrapper {
  background: linear-gradient(to left, #fc5130, #e2090d);
  color: #ffffff !important;
}
.cid-uLNjBj8XnC .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uLNjBkoP85 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uLNjBkoP85 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLNjBkoP85 .mbr-text,
.cid-uLNjBkoP85 .mbr-section-btn {
  color: #999999;
}
.cid-uLNjBkoP85 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uLNjBkoP85 img {
    width: 96%;
  }
}
.cid-uLNjBl2v81 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-uLNjBl2v81 .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-uLNjBl2v81 .card-img {
  padding-bottom: 1rem;
}
.cid-uLNjBl2v81 .card {
  cursor: pointer;
  transition: all 0.3s;
}
.cid-uLNjBl2v81 .card:hover {
  transform: translateY(-10px);
}
.cid-uLNjBl2v81 .mbr-text,
.cid-uLNjBl2v81 .card-title {
  opacity: 0;
}
.cid-uLNjBl2v81 .card-wrapper {
  display: flex;
  justify-content: center;
  padding: 1rem;
  background-position: center;
  background-size: cover;
  padding-top: 15rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
}
.cid-uLNjBl2v81 .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uLNjBl2v81 .card:hover .card-wrapper:after {
    opacity: 0.8;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
  .cid-uLNjBl2v81 .card:hover .mbr-text,
  .cid-uLNjBl2v81 .card:hover .card-title {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-uLNjBl2v81 .card {
    padding-bottom: 1rem !important;
  }
  .cid-uLNjBl2v81 .card .mbr-text,
  .cid-uLNjBl2v81 .card .card-title {
    opacity: 1;
  }
  .cid-uLNjBl2v81 .card-wrapper:after {
    opacity: 0.7;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
}
.cid-uLNjBl2v81 .row {
  justify-content: center;
}
.cid-uLNjBl2v81 .card-title {
  border-bottom: 1px solid #999999;
}
.cid-uLNjBl2v81 .card1 {
  background-image: url("../../../assets/images/bdsmfetish-493x632.jpg");
}
.cid-uLNjBl2v81 .card2 {
  background-image: url("../../../assets/images/footfetish-504x642.jpg");
}
.cid-uLNjBl2v81 .card3 {
  background-image: url("../../../assets/images/spanling-417x473.jpg");
}
.cid-uLNjBl2v81 .link,
.cid-uLNjBl2v81 .card-box {
  color: #ffffff;
}
.cid-uLNjBl2v81 .mbr-text,
.cid-uLNjBl2v81 .link-wrap {
  text-align: center;
}
.cid-uLNjBl2v81 .main-subtitle {
  color: #ffffff;
}
.cid-uLNjBl2v81 .mbr-section-subtitle {
  color: #999999;
}
.cid-uLNjBl2v81 .mbr-section-text {
  color: #999999;
}
.cid-uLNjBm5tVm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #111111;
}
.cid-uLNjBm5tVm .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-uLNjBm5tVm .card-img {
  padding-bottom: 1rem;
}
.cid-uLNjBm5tVm .card {
  cursor: pointer;
  transition: all 0.3s;
}
.cid-uLNjBm5tVm .card:hover {
  transform: translateY(-10px);
}
.cid-uLNjBm5tVm .mbr-text,
.cid-uLNjBm5tVm .card-title {
  opacity: 0;
}
.cid-uLNjBm5tVm .card-wrapper {
  display: flex;
  justify-content: center;
  padding: 1rem;
  background-position: center;
  background-size: cover;
  padding-top: 15rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
}
.cid-uLNjBm5tVm .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uLNjBm5tVm .card:hover .card-wrapper:after {
    opacity: 0.8;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
  .cid-uLNjBm5tVm .card:hover .mbr-text,
  .cid-uLNjBm5tVm .card:hover .card-title {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-uLNjBm5tVm .card {
    padding-bottom: 1rem !important;
  }
  .cid-uLNjBm5tVm .card .mbr-text,
  .cid-uLNjBm5tVm .card .card-title {
    opacity: 1;
  }
  .cid-uLNjBm5tVm .card-wrapper:after {
    opacity: 0.7;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
}
.cid-uLNjBm5tVm .row {
  justify-content: center;
}
.cid-uLNjBm5tVm .card-title {
  border-bottom: 1px solid #999999;
}
.cid-uLNjBm5tVm .card1 {
  background-image: url("../../../assets/images/cuckoldfetish-456x540.jpg");
}
.cid-uLNjBm5tVm .card2 {
  background-image: url("../../../assets/images/fatfetishww-529x660.jpg");
}
.cid-uLNjBm5tVm .card3 {
  background-image: url("../../../assets/images/ddlgdating-399x474.jpg");
}
.cid-uLNjBm5tVm .link,
.cid-uLNjBm5tVm .card-box {
  color: #ffffff;
}
.cid-uLNjBm5tVm .mbr-text,
.cid-uLNjBm5tVm .link-wrap {
  text-align: center;
}
.cid-uLNjBm5tVm .main-subtitle {
  color: #ffffff;
}
.cid-uLNjBm5tVm .mbr-section-subtitle {
  color: #999999;
}
.cid-uLNjBm5tVm .mbr-section-text {
  color: #999999;
}
.cid-uLNjBmO0Hr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #111111;
}
.cid-uLNjBmO0Hr .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-uLNjBmO0Hr .card-img {
  padding-bottom: 1rem;
}
.cid-uLNjBmO0Hr .card {
  cursor: pointer;
  transition: all 0.3s;
}
.cid-uLNjBmO0Hr .card:hover {
  transform: translateY(-10px);
}
.cid-uLNjBmO0Hr .mbr-text,
.cid-uLNjBmO0Hr .card-title {
  opacity: 0;
}
.cid-uLNjBmO0Hr .card-wrapper {
  display: flex;
  justify-content: center;
  padding: 1rem;
  background-position: center;
  background-size: cover;
  padding-top: 15rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
}
.cid-uLNjBmO0Hr .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uLNjBmO0Hr .card:hover .card-wrapper:after {
    opacity: 0.8;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
  .cid-uLNjBmO0Hr .card:hover .mbr-text,
  .cid-uLNjBmO0Hr .card:hover .card-title {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-uLNjBmO0Hr .card {
    padding-bottom: 1rem !important;
  }
  .cid-uLNjBmO0Hr .card .mbr-text,
  .cid-uLNjBmO0Hr .card .card-title {
    opacity: 1;
  }
  .cid-uLNjBmO0Hr .card-wrapper:after {
    opacity: 0.7;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
}
.cid-uLNjBmO0Hr .row {
  justify-content: center;
}
.cid-uLNjBmO0Hr .card-title {
  border-bottom: 1px solid #999999;
}
.cid-uLNjBmO0Hr .card1 {
  background-image: url("../../../assets/images/smokingfetish-486x582.jpg");
}
.cid-uLNjBmO0Hr .card2 {
  background-image: url("../../../assets/images/toughthfetish-512x625.jpg");
}
.cid-uLNjBmO0Hr .card3 {
  background-image: url("../../../assets/images/feindom-485x575.jpg");
}
.cid-uLNjBmO0Hr .link,
.cid-uLNjBmO0Hr .card-box {
  color: #ffffff;
}
.cid-uLNjBmO0Hr .mbr-text,
.cid-uLNjBmO0Hr .link-wrap {
  text-align: center;
}
.cid-uLNjBmO0Hr .main-subtitle {
  color: #ffffff;
}
.cid-uLNjBmO0Hr .mbr-section-subtitle {
  color: #999999;
}
.cid-uLNjBmO0Hr .mbr-section-text {
  color: #999999;
}
.cid-uLNjBnxjXB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #111111;
}
.cid-uLNjBnxjXB .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-uLNjBnxjXB .card-img {
  padding-bottom: 1rem;
}
.cid-uLNjBnxjXB .card {
  cursor: pointer;
  transition: all 0.3s;
}
.cid-uLNjBnxjXB .card:hover {
  transform: translateY(-10px);
}
.cid-uLNjBnxjXB .mbr-text,
.cid-uLNjBnxjXB .card-title {
  opacity: 0;
}
.cid-uLNjBnxjXB .card-wrapper {
  display: flex;
  justify-content: center;
  padding: 1rem;
  background-position: center;
  background-size: cover;
  padding-top: 15rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
}
.cid-uLNjBnxjXB .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uLNjBnxjXB .card:hover .card-wrapper:after {
    opacity: 0.8;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
  .cid-uLNjBnxjXB .card:hover .mbr-text,
  .cid-uLNjBnxjXB .card:hover .card-title {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-uLNjBnxjXB .card {
    padding-bottom: 1rem !important;
  }
  .cid-uLNjBnxjXB .card .mbr-text,
  .cid-uLNjBnxjXB .card .card-title {
    opacity: 1;
  }
  .cid-uLNjBnxjXB .card-wrapper:after {
    opacity: 0.7;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
}
.cid-uLNjBnxjXB .row {
  justify-content: center;
}
.cid-uLNjBnxjXB .card-title {
  border-bottom: 1px solid #999999;
}
.cid-uLNjBnxjXB .card1 {
  background-image: url("../../../assets/images/roleplayfetish-516x715.jpg");
}
.cid-uLNjBnxjXB .card2 {
  background-image: url("../../../assets/images/femdombdsm-474x578.jpg");
}
.cid-uLNjBnxjXB .card3 {
  background-image: url("../../../assets/images/sissyfetish-522x720.jpg");
}
.cid-uLNjBnxjXB .link,
.cid-uLNjBnxjXB .card-box {
  color: #ffffff;
}
.cid-uLNjBnxjXB .mbr-text,
.cid-uLNjBnxjXB .link-wrap {
  text-align: center;
}
.cid-uLNjBnxjXB .main-subtitle {
  color: #ffffff;
}
.cid-uLNjBnxjXB .mbr-section-subtitle {
  color: #999999;
}
.cid-uLNjBnxjXB .mbr-section-text {
  color: #999999;
}
.cid-uLNjBoknj6 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-uLNjBoknj6 .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-uLNjBoknj6 .card-img {
  padding-bottom: 1rem;
}
.cid-uLNjBoknj6 .card {
  cursor: pointer;
  transition: all 0.3s;
}
.cid-uLNjBoknj6 .card:hover {
  transform: translateY(-10px);
}
.cid-uLNjBoknj6 .mbr-text,
.cid-uLNjBoknj6 .card-title {
  opacity: 0;
}
.cid-uLNjBoknj6 .card-wrapper {
  display: flex;
  justify-content: center;
  padding: 1rem;
  background-position: center;
  background-size: cover;
  padding-top: 15rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
}
.cid-uLNjBoknj6 .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uLNjBoknj6 .card:hover .card-wrapper:after {
    opacity: 0.8;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
  .cid-uLNjBoknj6 .card:hover .mbr-text,
  .cid-uLNjBoknj6 .card:hover .card-title {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-uLNjBoknj6 .card {
    padding-bottom: 1rem !important;
  }
  .cid-uLNjBoknj6 .card .mbr-text,
  .cid-uLNjBoknj6 .card .card-title {
    opacity: 1;
  }
  .cid-uLNjBoknj6 .card-wrapper:after {
    opacity: 0.7;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
}
.cid-uLNjBoknj6 .row {
  justify-content: center;
}
.cid-uLNjBoknj6 .card-title {
  border-bottom: 1px solid #999999;
}
.cid-uLNjBoknj6 .card1 {
  background-image: url("../../../assets/images/pantyfetish-568x656.jpg");
}
.cid-uLNjBoknj6 .card2 {
  background-image: url("../../../assets/images/laxtenfetihs8-483x632.jpg");
}
.cid-uLNjBoknj6 .card3 {
  background-image: url("../../../assets/images/voyeurism-472x569.jpg");
}
.cid-uLNjBoknj6 .link,
.cid-uLNjBoknj6 .card-box {
  color: #ffffff;
}
.cid-uLNjBoknj6 .mbr-text,
.cid-uLNjBoknj6 .link-wrap {
  text-align: center;
}
.cid-uLNjBoknj6 .main-subtitle {
  color: #ffffff;
}
.cid-uLNjBoknj6 .mbr-section-subtitle {
  color: #999999;
}
.cid-uLNjBoknj6 .mbr-section-text {
  color: #999999;
}
.cid-uLNjBpq9gY {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #040402;
}
.cid-uLNjBpq9gY img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
}
@media (min-width: 767px) {
  .cid-uLNjBpq9gY .container-fluid {
    padding: 0 2rem;
  }
}
.cid-uLNjBpq9gY .card-wrapper {
  background: #635a51;
  padding: 3rem;
}
.cid-uLNjBpq9gY .card-wrapper:hover {
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLNjBpq9gY .text-wrap {
  display: flex;
  justify-content: center;
  padding-top: 1rem;
}
.cid-uLNjBpq9gY .icon-wrapper {
  padding: 0 1rem;
}
.cid-uLNjBpq9gY .card-box {
  padding-top: 2rem;
}
.cid-uLNjBpq9gY .link-icon {
  font-size: 1.5rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uLNjBpq9gY .card-title {
  color: #999999;
}
.cid-uLNjBpq9gY .mbr-subtitle {
  color: #ffffff;
}
.cid-uLNjBpq9gY .main-title {
  color: #ffffff;
}
.cid-uLNjBpq9gY .main-subtitle {
  color: #999999;
}
.cid-uLNjBpq9gY .card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uLNjBpq9gY .card:hover {
  transform: translateY(-10px);
}
.cid-uLNjBpq9gY .card:hover .link-icon {
  color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uLNjBpq9gY .card:hover .card-title,
.cid-uLNjBpq9gY .card:hover .mbr-subtitle {
  color: #ffffff !important;
}
@media (min-width: 1600px) {
  .cid-uLNjBpq9gY .card {
    max-width: 20%;
  }
}
@media (max-width: 1600px) {
  .cid-uLNjBpq9gY .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uLNjBr3UiP {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #191919;
}
.cid-uLNjBr3UiP .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLNjBr3UiP .mbr-text,
.cid-uLNjBr3UiP .mbr-section-btn {
  color: #999999;
}
.cid-uLNjBrA5Yu {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #111111;
}
.cid-uLNjBrA5Yu img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uLNjBrA5Yu .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uLNjBrA5Yu .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uLNjBrA5Yu .first:hover:before {
  content: none;
}
.cid-uLNjBrA5Yu .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLNjBrA5Yu .last:hover:after {
  content: none;
}
.cid-uLNjBrA5Yu .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLNjBrA5Yu .mbr-section-text {
  color: #999999;
}
.cid-uLNjBrA5Yu .card {
  z-index: 1;
  position: relative;
  transition: all 0.3s;
}
.cid-uLNjBrA5Yu .card .img-wrapper {
  overflow: hidden;
}
.cid-uLNjBrA5Yu .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uLNjBrA5Yu .card:hover .card-wrapper {
  background: linear-gradient(to left, #fc5130, #e2090d);
  color: #ffffff !important;
}
.cid-uLNjBrA5Yu .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uLNjBscayv {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-uLNjBscayv img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uLNjBscayv .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uLNjBscayv .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uLNjBscayv .first:hover:before {
  content: none;
}
.cid-uLNjBscayv .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLNjBscayv .last:hover:after {
  content: none;
}
.cid-uLNjBscayv .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLNjBscayv .mbr-section-text {
  color: #999999;
}
.cid-uLNjBscayv .card {
  z-index: 1;
  position: relative;
  transition: all 0.3s;
}
.cid-uLNjBscayv .card .img-wrapper {
  overflow: hidden;
}
.cid-uLNjBscayv .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uLNjBscayv .card:hover .card-wrapper {
  background: linear-gradient(to left, #fc5130, #e2090d);
  color: #ffffff !important;
}
.cid-uLNjBscayv .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uLNjBtatKf {
  padding-top: 60px;
  padding-bottom: 0px;
  position: relative;
  background-color: #000000;
}
.cid-uLNjBtatKf p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-uLNjBtatKf .panel-title {
  border-bottom: 2px solid #cf0509;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-uLNjBtatKf .collapsed {
  border: none;
}
.cid-uLNjBtatKf .collapsed span {
  transform: rotate(0deg);
}
.cid-uLNjBtatKf span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-uLNjBtatKf .panel-body {
  padding-top: 0.5rem;
}
.cid-uLNjBtatKf .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uLNjBtatKf .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-uLNjBtatKf .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uLNjBtatKf .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uLNjBtatKf .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-uLNjBtatKf .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uLNjBtatKf .panel-text {
  color: #767676;
}
.cid-uLNjBtatKf H4 {
  color: #999999;
}
.cid-uLNjBtatKf H2 {
  color: #ffffff;
}
.cid-uLNjBtatKf .mbr-section-text {
  color: #999999;
}
.cid-uLNjBtO9Ky {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #000000;
}
.cid-uLNjBtO9Ky p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-uLNjBtO9Ky .panel-title {
  border-bottom: 2px solid #e2090d;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-uLNjBtO9Ky .collapsed {
  border: none;
}
.cid-uLNjBtO9Ky .collapsed span {
  transform: rotate(0deg);
}
.cid-uLNjBtO9Ky span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-uLNjBtO9Ky .panel-body {
  padding-top: 0.5rem;
}
.cid-uLNjBtO9Ky .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uLNjBtO9Ky .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-uLNjBtO9Ky .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uLNjBtO9Ky .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uLNjBtO9Ky .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-uLNjBtO9Ky .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uLNjBtO9Ky .panel-text {
  color: #767676;
}
.cid-uLNjBtO9Ky H4 {
  color: #999999;
}
.cid-uLNjBtO9Ky H2 {
  color: #ffffff;
}
.cid-uLNjBtO9Ky .mbr-section-text {
  color: #999999;
}
.cid-uLNjBuzvev {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/fetishlife-1360x535.jpg");
}
.cid-uLNjBuzvev H1 {
  color: #b30609;
}
.cid-uLNjBuzvev h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uLNjBuzvev .mbr-text,
.cid-uLNjBuzvev .mbr-section-btn {
  color: #cccccc;
}
.cid-uLNjBvdmsB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #191919;
}
.cid-uLNjBvdmsB .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uLNjBvdmsB .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-uLNjBvdmsB .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uLNjBvdmsB .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #b30609;
}
.cid-uLNjBvdmsB .container {
  max-width: 1400px;
}
.cid-uLNjBvdmsB li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-uLNjBvdmsB .time {
  line-height: 2;
}
.cid-uLNjBvdmsB .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-uLNjBvdmsB .text-wrap {
  width: 100%;
}
.cid-uLNjBvdmsB .item-wrap {
  display: inline-block;
}
.cid-uLNjBvdmsB .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uLNjBvdmsB .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-uLNjBvdmsB .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uLNjBvdmsB .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLNjBvdmsB .socicon-wrap {
    margin: auto;
  }
}
.cid-uLNjBvdmsB .mbr-text {
  color: #999999;
}
.cid-uLNjBvdmsB .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-uLNjBvdmsB .icon-title,
.cid-uLNjBvdmsB .align-wrap {
  color: #f3f3f3;
  width: 100%;
  text-align: center;
}
.cid-uLNjBvdmsB .item-text,
.cid-uLNjBvdmsB .item-icon {
  color: #f3f3f3;
}
.cid-uLNjBvdmsB .mbr-text,
.cid-uLNjBvdmsB .mbr-section-btn {
  color: #e5e5e5;
}
.cid-uLNpNddoVR .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLNpNddoVR .btn {
  white-space: nowrap;
}
.cid-uLNpNddoVR .nav-link,
.cid-uLNpNddoVR .icons-menu .mbr-iconfont,
.cid-uLNpNddoVR .dropdown-item {
  transition: all 0.1s;
}
.cid-uLNpNddoVR .nav-link:hover,
.cid-uLNpNddoVR .icons-menu .mbr-iconfont:hover,
.cid-uLNpNddoVR .dropdown-item:hover {
  color: #fc5130 !important;
}
@media (max-width: 992px) {
  .cid-uLNpNddoVR .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uLNpNddoVR .container {
  display: flex;
  margin: auto;
}
.cid-uLNpNddoVR .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-uLNpNddoVR .navbar.opened {
  transition: all .3s;
}
.cid-uLNpNddoVR .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uLNpNddoVR .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLNpNddoVR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLNpNddoVR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLNpNddoVR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uLNpNddoVR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLNpNddoVR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLNpNddoVR .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: 55%;
}
.cid-uLNpNddoVR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLNpNddoVR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uLNpNddoVR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uLNpNddoVR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLNpNddoVR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLNpNddoVR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLNpNddoVR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLNpNddoVR .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: 55%;
  }
  .cid-uLNpNddoVR .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uLNpNddoVR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLNpNddoVR .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLNpNddoVR .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLNpNddoVR .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uLNpNddoVR .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uLNpNddoVR .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-uLNpNddoVR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uLNpNddoVR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uLNpNddoVR .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uLNpNddoVR .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uLNpNddoVR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLNpNddoVR .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uLNpNddoVR .navbar-caption {
  padding-right: 4rem;
}
.cid-uLNpNddoVR .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uLNpNddoVR .dropdown-menu,
.cid-uLNpNddoVR .navbar.opened {
  background: #191919 !important;
}
.cid-uLNpNddoVR .nav-item:focus,
.cid-uLNpNddoVR .nav-link:focus {
  outline: none;
}
.cid-uLNpNddoVR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLNpNddoVR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLNpNddoVR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uLNpNddoVR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLNpNddoVR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLNpNddoVR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uLNpNddoVR .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLNpNddoVR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLNpNddoVR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLNpNddoVR .dropdown-item.active,
.cid-uLNpNddoVR .dropdown-item:active {
  background-color: transparent;
}
.cid-uLNpNddoVR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLNpNddoVR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLNpNddoVR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLNpNddoVR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-uLNpNddoVR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLNpNddoVR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLNpNddoVR ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uLNpNddoVR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLNpNddoVR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uLNpNddoVR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uLNpNddoVR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uLNpNddoVR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uLNpNddoVR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uLNpNddoVR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uLNpNddoVR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uLNpNddoVR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uLNpNddoVR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uLNpNddoVR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uLNpNddoVR .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uLNpNddoVR a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uLNpNddoVR .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uLNpNddoVR .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLNpNddoVR .navbar {
    height: 77px;
  }
  .cid-uLNpNddoVR .navbar.opened {
    height: auto;
  }
  .cid-uLNpNddoVR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLNpNddoVR .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uLNpNdSY40 {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #040402;
}
.cid-uLNpNdSY40 H1 {
  color: #b30609;
}
.cid-uLNpNdSY40 h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uLNpNdSY40 img {
  width: 100%;
}
.cid-uLNpNdSY40 .mbr-text,
.cid-uLNpNdSY40 .mbr-section-btn {
  color: #999999;
}
.cid-uLNpNeDTXL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uLNpNeDTXL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLNpNeDTXL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLNpNeDTXL .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #e2090d;
  margin-bottom: 2rem;
}
.cid-uLNpNeDTXL .item-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uLNpNeDTXL .card-title,
.cid-uLNpNeDTXL .card-box {
  color: #cccccc;
}
.cid-uLNpNfkg4L {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #191919;
}
.cid-uLNpNfkg4L .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLNpNfkg4L .mbr-text,
.cid-uLNpNfkg4L .mbr-section-btn {
  color: #999999;
}
.cid-uLNpNfMwpx {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uLNpNfMwpx img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uLNpNfMwpx .link-wrapper {
  margin-bottom: 1rem;
}
.cid-uLNpNfMwpx .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-uLNpNfMwpx .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uLNpNfMwpx .card-wrapper {
  background: #465052;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uLNpNfMwpx .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uLNpNfMwpx .first:hover:before {
  content: none;
}
.cid-uLNpNfMwpx .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLNpNfMwpx .last:hover:after {
  content: none;
}
.cid-uLNpNfMwpx .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLNpNfMwpx .mbr-section-text {
  color: #999999;
}
.cid-uLNpNfMwpx .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-uLNpNfMwpx .card .img-wrapper {
  overflow: hidden;
}
.cid-uLNpNfMwpx .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uLNpNfMwpx .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uLNpNfMwpx .card:hover .card-wrapper {
  background: linear-gradient(to left, #fc5130, #e2090d);
  color: #ffffff !important;
}
.cid-uLNpNfMwpx .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uLNpNgHwQ1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uLNpNgHwQ1 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLNpNgHwQ1 .mbr-text,
.cid-uLNpNgHwQ1 .mbr-section-btn {
  color: #999999;
}
.cid-uLNpNgHwQ1 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uLNpNgHwQ1 img {
    width: 96%;
  }
}
.cid-uLNpNheDhy {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-uLNpNheDhy .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-uLNpNheDhy .card-img {
  padding-bottom: 1rem;
}
.cid-uLNpNheDhy .card {
  cursor: pointer;
  transition: all 0.3s;
}
.cid-uLNpNheDhy .card:hover {
  transform: translateY(-10px);
}
.cid-uLNpNheDhy .mbr-text,
.cid-uLNpNheDhy .card-title {
  opacity: 0;
}
.cid-uLNpNheDhy .card-wrapper {
  display: flex;
  justify-content: center;
  padding: 1rem;
  background-position: center;
  background-size: cover;
  padding-top: 15rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
}
.cid-uLNpNheDhy .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uLNpNheDhy .card:hover .card-wrapper:after {
    opacity: 0.8;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
  .cid-uLNpNheDhy .card:hover .mbr-text,
  .cid-uLNpNheDhy .card:hover .card-title {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-uLNpNheDhy .card {
    padding-bottom: 1rem !important;
  }
  .cid-uLNpNheDhy .card .mbr-text,
  .cid-uLNpNheDhy .card .card-title {
    opacity: 1;
  }
  .cid-uLNpNheDhy .card-wrapper:after {
    opacity: 0.7;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
}
.cid-uLNpNheDhy .row {
  justify-content: center;
}
.cid-uLNpNheDhy .card-title {
  border-bottom: 1px solid #999999;
}
.cid-uLNpNheDhy .card1 {
  background-image: url("../../../assets/images/bdsmfetish-493x632.jpg");
}
.cid-uLNpNheDhy .card2 {
  background-image: url("../../../assets/images/footfetish-504x642.jpg");
}
.cid-uLNpNheDhy .card3 {
  background-image: url("../../../assets/images/spanling-417x473.jpg");
}
.cid-uLNpNheDhy .link,
.cid-uLNpNheDhy .card-box {
  color: #ffffff;
}
.cid-uLNpNheDhy .mbr-text,
.cid-uLNpNheDhy .link-wrap {
  text-align: center;
}
.cid-uLNpNheDhy .main-subtitle {
  color: #ffffff;
}
.cid-uLNpNheDhy .mbr-section-subtitle {
  color: #999999;
}
.cid-uLNpNheDhy .mbr-section-text {
  color: #999999;
}
.cid-uLNpNi43bI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #111111;
}
.cid-uLNpNi43bI .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-uLNpNi43bI .card-img {
  padding-bottom: 1rem;
}
.cid-uLNpNi43bI .card {
  cursor: pointer;
  transition: all 0.3s;
}
.cid-uLNpNi43bI .card:hover {
  transform: translateY(-10px);
}
.cid-uLNpNi43bI .mbr-text,
.cid-uLNpNi43bI .card-title {
  opacity: 0;
}
.cid-uLNpNi43bI .card-wrapper {
  display: flex;
  justify-content: center;
  padding: 1rem;
  background-position: center;
  background-size: cover;
  padding-top: 15rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
}
.cid-uLNpNi43bI .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uLNpNi43bI .card:hover .card-wrapper:after {
    opacity: 0.8;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
  .cid-uLNpNi43bI .card:hover .mbr-text,
  .cid-uLNpNi43bI .card:hover .card-title {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-uLNpNi43bI .card {
    padding-bottom: 1rem !important;
  }
  .cid-uLNpNi43bI .card .mbr-text,
  .cid-uLNpNi43bI .card .card-title {
    opacity: 1;
  }
  .cid-uLNpNi43bI .card-wrapper:after {
    opacity: 0.7;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
}
.cid-uLNpNi43bI .row {
  justify-content: center;
}
.cid-uLNpNi43bI .card-title {
  border-bottom: 1px solid #999999;
}
.cid-uLNpNi43bI .card1 {
  background-image: url("../../../assets/images/cuckoldfetish-456x540.jpg");
}
.cid-uLNpNi43bI .card2 {
  background-image: url("../../../assets/images/fatfetishww-529x660.jpg");
}
.cid-uLNpNi43bI .card3 {
  background-image: url("../../../assets/images/ddlgdating-399x474.jpg");
}
.cid-uLNpNi43bI .link,
.cid-uLNpNi43bI .card-box {
  color: #ffffff;
}
.cid-uLNpNi43bI .mbr-text,
.cid-uLNpNi43bI .link-wrap {
  text-align: center;
}
.cid-uLNpNi43bI .main-subtitle {
  color: #ffffff;
}
.cid-uLNpNi43bI .mbr-section-subtitle {
  color: #999999;
}
.cid-uLNpNi43bI .mbr-section-text {
  color: #999999;
}
.cid-uLNpNiIeBS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #111111;
}
.cid-uLNpNiIeBS .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-uLNpNiIeBS .card-img {
  padding-bottom: 1rem;
}
.cid-uLNpNiIeBS .card {
  cursor: pointer;
  transition: all 0.3s;
}
.cid-uLNpNiIeBS .card:hover {
  transform: translateY(-10px);
}
.cid-uLNpNiIeBS .mbr-text,
.cid-uLNpNiIeBS .card-title {
  opacity: 0;
}
.cid-uLNpNiIeBS .card-wrapper {
  display: flex;
  justify-content: center;
  padding: 1rem;
  background-position: center;
  background-size: cover;
  padding-top: 15rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
}
.cid-uLNpNiIeBS .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uLNpNiIeBS .card:hover .card-wrapper:after {
    opacity: 0.8;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
  .cid-uLNpNiIeBS .card:hover .mbr-text,
  .cid-uLNpNiIeBS .card:hover .card-title {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-uLNpNiIeBS .card {
    padding-bottom: 1rem !important;
  }
  .cid-uLNpNiIeBS .card .mbr-text,
  .cid-uLNpNiIeBS .card .card-title {
    opacity: 1;
  }
  .cid-uLNpNiIeBS .card-wrapper:after {
    opacity: 0.7;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
}
.cid-uLNpNiIeBS .row {
  justify-content: center;
}
.cid-uLNpNiIeBS .card-title {
  border-bottom: 1px solid #999999;
}
.cid-uLNpNiIeBS .card1 {
  background-image: url("../../../assets/images/smokingfetish-486x582.jpg");
}
.cid-uLNpNiIeBS .card2 {
  background-image: url("../../../assets/images/toughthfetish-512x625.jpg");
}
.cid-uLNpNiIeBS .card3 {
  background-image: url("../../../assets/images/feindom-485x575.jpg");
}
.cid-uLNpNiIeBS .link,
.cid-uLNpNiIeBS .card-box {
  color: #ffffff;
}
.cid-uLNpNiIeBS .mbr-text,
.cid-uLNpNiIeBS .link-wrap {
  text-align: center;
}
.cid-uLNpNiIeBS .main-subtitle {
  color: #ffffff;
}
.cid-uLNpNiIeBS .mbr-section-subtitle {
  color: #999999;
}
.cid-uLNpNiIeBS .mbr-section-text {
  color: #999999;
}
.cid-uLNpNjqFSJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #111111;
}
.cid-uLNpNjqFSJ .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-uLNpNjqFSJ .card-img {
  padding-bottom: 1rem;
}
.cid-uLNpNjqFSJ .card {
  cursor: pointer;
  transition: all 0.3s;
}
.cid-uLNpNjqFSJ .card:hover {
  transform: translateY(-10px);
}
.cid-uLNpNjqFSJ .mbr-text,
.cid-uLNpNjqFSJ .card-title {
  opacity: 0;
}
.cid-uLNpNjqFSJ .card-wrapper {
  display: flex;
  justify-content: center;
  padding: 1rem;
  background-position: center;
  background-size: cover;
  padding-top: 15rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
}
.cid-uLNpNjqFSJ .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uLNpNjqFSJ .card:hover .card-wrapper:after {
    opacity: 0.8;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
  .cid-uLNpNjqFSJ .card:hover .mbr-text,
  .cid-uLNpNjqFSJ .card:hover .card-title {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-uLNpNjqFSJ .card {
    padding-bottom: 1rem !important;
  }
  .cid-uLNpNjqFSJ .card .mbr-text,
  .cid-uLNpNjqFSJ .card .card-title {
    opacity: 1;
  }
  .cid-uLNpNjqFSJ .card-wrapper:after {
    opacity: 0.7;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
}
.cid-uLNpNjqFSJ .row {
  justify-content: center;
}
.cid-uLNpNjqFSJ .card-title {
  border-bottom: 1px solid #999999;
}
.cid-uLNpNjqFSJ .card1 {
  background-image: url("../../../assets/images/roleplayfetish-516x715.jpg");
}
.cid-uLNpNjqFSJ .card2 {
  background-image: url("../../../assets/images/femdombdsm-474x578.jpg");
}
.cid-uLNpNjqFSJ .card3 {
  background-image: url("../../../assets/images/sissyfetish-522x720.jpg");
}
.cid-uLNpNjqFSJ .link,
.cid-uLNpNjqFSJ .card-box {
  color: #ffffff;
}
.cid-uLNpNjqFSJ .mbr-text,
.cid-uLNpNjqFSJ .link-wrap {
  text-align: center;
}
.cid-uLNpNjqFSJ .main-subtitle {
  color: #ffffff;
}
.cid-uLNpNjqFSJ .mbr-section-subtitle {
  color: #999999;
}
.cid-uLNpNjqFSJ .mbr-section-text {
  color: #999999;
}
.cid-uLNpNk5Rbe {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-uLNpNk5Rbe .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-uLNpNk5Rbe .card-img {
  padding-bottom: 1rem;
}
.cid-uLNpNk5Rbe .card {
  cursor: pointer;
  transition: all 0.3s;
}
.cid-uLNpNk5Rbe .card:hover {
  transform: translateY(-10px);
}
.cid-uLNpNk5Rbe .mbr-text,
.cid-uLNpNk5Rbe .card-title {
  opacity: 0;
}
.cid-uLNpNk5Rbe .card-wrapper {
  display: flex;
  justify-content: center;
  padding: 1rem;
  background-position: center;
  background-size: cover;
  padding-top: 15rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
}
.cid-uLNpNk5Rbe .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uLNpNk5Rbe .card:hover .card-wrapper:after {
    opacity: 0.8;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
  .cid-uLNpNk5Rbe .card:hover .mbr-text,
  .cid-uLNpNk5Rbe .card:hover .card-title {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-uLNpNk5Rbe .card {
    padding-bottom: 1rem !important;
  }
  .cid-uLNpNk5Rbe .card .mbr-text,
  .cid-uLNpNk5Rbe .card .card-title {
    opacity: 1;
  }
  .cid-uLNpNk5Rbe .card-wrapper:after {
    opacity: 0.7;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
}
.cid-uLNpNk5Rbe .row {
  justify-content: center;
}
.cid-uLNpNk5Rbe .card-title {
  border-bottom: 1px solid #999999;
}
.cid-uLNpNk5Rbe .card1 {
  background-image: url("../../../assets/images/pantyfetish-568x656.jpg");
}
.cid-uLNpNk5Rbe .card2 {
  background-image: url("../../../assets/images/laxtenfetihs8-483x632.jpg");
}
.cid-uLNpNk5Rbe .card3 {
  background-image: url("../../../assets/images/voyeurism-472x569.jpg");
}
.cid-uLNpNk5Rbe .link,
.cid-uLNpNk5Rbe .card-box {
  color: #ffffff;
}
.cid-uLNpNk5Rbe .mbr-text,
.cid-uLNpNk5Rbe .link-wrap {
  text-align: center;
}
.cid-uLNpNk5Rbe .main-subtitle {
  color: #ffffff;
}
.cid-uLNpNk5Rbe .mbr-section-subtitle {
  color: #999999;
}
.cid-uLNpNk5Rbe .mbr-section-text {
  color: #999999;
}
.cid-uLNpNkIRRC {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #040402;
}
.cid-uLNpNkIRRC img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
}
@media (min-width: 767px) {
  .cid-uLNpNkIRRC .container-fluid {
    padding: 0 2rem;
  }
}
.cid-uLNpNkIRRC .card-wrapper {
  background: #635a51;
  padding: 3rem;
}
.cid-uLNpNkIRRC .card-wrapper:hover {
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLNpNkIRRC .text-wrap {
  display: flex;
  justify-content: center;
  padding-top: 1rem;
}
.cid-uLNpNkIRRC .icon-wrapper {
  padding: 0 1rem;
}
.cid-uLNpNkIRRC .card-box {
  padding-top: 2rem;
}
.cid-uLNpNkIRRC .link-icon {
  font-size: 1.5rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uLNpNkIRRC .card-title {
  color: #999999;
}
.cid-uLNpNkIRRC .mbr-subtitle {
  color: #ffffff;
}
.cid-uLNpNkIRRC .main-title {
  color: #ffffff;
}
.cid-uLNpNkIRRC .main-subtitle {
  color: #999999;
}
.cid-uLNpNkIRRC .card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uLNpNkIRRC .card:hover {
  transform: translateY(-10px);
}
.cid-uLNpNkIRRC .card:hover .link-icon {
  color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uLNpNkIRRC .card:hover .card-title,
.cid-uLNpNkIRRC .card:hover .mbr-subtitle {
  color: #ffffff !important;
}
@media (min-width: 1600px) {
  .cid-uLNpNkIRRC .card {
    max-width: 20%;
  }
}
@media (max-width: 1600px) {
  .cid-uLNpNkIRRC .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uLNpNlL6Sx {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #191919;
}
.cid-uLNpNlL6Sx .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLNpNlL6Sx .mbr-text,
.cid-uLNpNlL6Sx .mbr-section-btn {
  color: #999999;
}
.cid-uLNpNmfX4Y {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #111111;
}
.cid-uLNpNmfX4Y img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uLNpNmfX4Y .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uLNpNmfX4Y .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uLNpNmfX4Y .first:hover:before {
  content: none;
}
.cid-uLNpNmfX4Y .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLNpNmfX4Y .last:hover:after {
  content: none;
}
.cid-uLNpNmfX4Y .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLNpNmfX4Y .mbr-section-text {
  color: #999999;
}
.cid-uLNpNmfX4Y .card {
  z-index: 1;
  position: relative;
  transition: all 0.3s;
}
.cid-uLNpNmfX4Y .card .img-wrapper {
  overflow: hidden;
}
.cid-uLNpNmfX4Y .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uLNpNmfX4Y .card:hover .card-wrapper {
  background: linear-gradient(to left, #fc5130, #e2090d);
  color: #ffffff !important;
}
.cid-uLNpNmfX4Y .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uLNpNmUFQ8 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-uLNpNmUFQ8 img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uLNpNmUFQ8 .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uLNpNmUFQ8 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uLNpNmUFQ8 .first:hover:before {
  content: none;
}
.cid-uLNpNmUFQ8 .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLNpNmUFQ8 .last:hover:after {
  content: none;
}
.cid-uLNpNmUFQ8 .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLNpNmUFQ8 .mbr-section-text {
  color: #999999;
}
.cid-uLNpNmUFQ8 .card {
  z-index: 1;
  position: relative;
  transition: all 0.3s;
}
.cid-uLNpNmUFQ8 .card .img-wrapper {
  overflow: hidden;
}
.cid-uLNpNmUFQ8 .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uLNpNmUFQ8 .card:hover .card-wrapper {
  background: linear-gradient(to left, #fc5130, #e2090d);
  color: #ffffff !important;
}
.cid-uLNpNmUFQ8 .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uLNpNnz2yZ {
  padding-top: 60px;
  padding-bottom: 0px;
  position: relative;
  background-color: #000000;
}
.cid-uLNpNnz2yZ p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-uLNpNnz2yZ .panel-title {
  border-bottom: 2px solid #cf0509;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-uLNpNnz2yZ .collapsed {
  border: none;
}
.cid-uLNpNnz2yZ .collapsed span {
  transform: rotate(0deg);
}
.cid-uLNpNnz2yZ span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-uLNpNnz2yZ .panel-body {
  padding-top: 0.5rem;
}
.cid-uLNpNnz2yZ .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uLNpNnz2yZ .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-uLNpNnz2yZ .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uLNpNnz2yZ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uLNpNnz2yZ .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-uLNpNnz2yZ .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uLNpNnz2yZ .panel-text {
  color: #767676;
}
.cid-uLNpNnz2yZ H4 {
  color: #999999;
}
.cid-uLNpNnz2yZ H2 {
  color: #ffffff;
}
.cid-uLNpNnz2yZ .mbr-section-text {
  color: #999999;
}
.cid-uLNpNoj1wa {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #000000;
}
.cid-uLNpNoj1wa p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-uLNpNoj1wa .panel-title {
  border-bottom: 2px solid #e2090d;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-uLNpNoj1wa .collapsed {
  border: none;
}
.cid-uLNpNoj1wa .collapsed span {
  transform: rotate(0deg);
}
.cid-uLNpNoj1wa span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-uLNpNoj1wa .panel-body {
  padding-top: 0.5rem;
}
.cid-uLNpNoj1wa .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uLNpNoj1wa .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-uLNpNoj1wa .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uLNpNoj1wa .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uLNpNoj1wa .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-uLNpNoj1wa .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uLNpNoj1wa .panel-text {
  color: #767676;
}
.cid-uLNpNoj1wa H4 {
  color: #999999;
}
.cid-uLNpNoj1wa H2 {
  color: #ffffff;
}
.cid-uLNpNoj1wa .mbr-section-text {
  color: #999999;
}
.cid-uLNpNpdCA0 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/fetishlife-1360x535.jpg");
}
.cid-uLNpNpdCA0 H1 {
  color: #b30609;
}
.cid-uLNpNpdCA0 h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uLNpNpdCA0 .mbr-text,
.cid-uLNpNpdCA0 .mbr-section-btn {
  color: #cccccc;
}
.cid-uLNpNpXcf0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #191919;
}
.cid-uLNpNpXcf0 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uLNpNpXcf0 .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-uLNpNpXcf0 .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uLNpNpXcf0 .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #b30609;
}
.cid-uLNpNpXcf0 .container {
  max-width: 1400px;
}
.cid-uLNpNpXcf0 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-uLNpNpXcf0 .time {
  line-height: 2;
}
.cid-uLNpNpXcf0 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-uLNpNpXcf0 .text-wrap {
  width: 100%;
}
.cid-uLNpNpXcf0 .item-wrap {
  display: inline-block;
}
.cid-uLNpNpXcf0 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uLNpNpXcf0 .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-uLNpNpXcf0 .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uLNpNpXcf0 .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLNpNpXcf0 .socicon-wrap {
    margin: auto;
  }
}
.cid-uLNpNpXcf0 .mbr-text {
  color: #999999;
}
.cid-uLNpNpXcf0 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-uLNpNpXcf0 .icon-title,
.cid-uLNpNpXcf0 .align-wrap {
  color: #f3f3f3;
  width: 100%;
  text-align: center;
}
.cid-uLNpNpXcf0 .item-text,
.cid-uLNpNpXcf0 .item-icon {
  color: #f3f3f3;
}
.cid-uLNpNpXcf0 .mbr-text,
.cid-uLNpNpXcf0 .mbr-section-btn {
  color: #e5e5e5;
}
.cid-uLNwH9InnS .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLNwH9InnS .btn {
  white-space: nowrap;
}
.cid-uLNwH9InnS .nav-link,
.cid-uLNwH9InnS .icons-menu .mbr-iconfont,
.cid-uLNwH9InnS .dropdown-item {
  transition: all 0.1s;
}
.cid-uLNwH9InnS .nav-link:hover,
.cid-uLNwH9InnS .icons-menu .mbr-iconfont:hover,
.cid-uLNwH9InnS .dropdown-item:hover {
  color: #fc5130 !important;
}
@media (max-width: 992px) {
  .cid-uLNwH9InnS .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uLNwH9InnS .container {
  display: flex;
  margin: auto;
}
.cid-uLNwH9InnS .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-uLNwH9InnS .navbar.opened {
  transition: all .3s;
}
.cid-uLNwH9InnS .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uLNwH9InnS .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLNwH9InnS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLNwH9InnS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLNwH9InnS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uLNwH9InnS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLNwH9InnS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLNwH9InnS .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: 55%;
}
.cid-uLNwH9InnS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLNwH9InnS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uLNwH9InnS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uLNwH9InnS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLNwH9InnS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLNwH9InnS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLNwH9InnS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLNwH9InnS .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: 55%;
  }
  .cid-uLNwH9InnS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uLNwH9InnS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLNwH9InnS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLNwH9InnS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLNwH9InnS .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uLNwH9InnS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uLNwH9InnS .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-uLNwH9InnS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uLNwH9InnS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uLNwH9InnS .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uLNwH9InnS .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uLNwH9InnS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLNwH9InnS .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uLNwH9InnS .navbar-caption {
  padding-right: 4rem;
}
.cid-uLNwH9InnS .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uLNwH9InnS .dropdown-menu,
.cid-uLNwH9InnS .navbar.opened {
  background: #191919 !important;
}
.cid-uLNwH9InnS .nav-item:focus,
.cid-uLNwH9InnS .nav-link:focus {
  outline: none;
}
.cid-uLNwH9InnS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLNwH9InnS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLNwH9InnS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uLNwH9InnS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLNwH9InnS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLNwH9InnS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uLNwH9InnS .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLNwH9InnS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLNwH9InnS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLNwH9InnS .dropdown-item.active,
.cid-uLNwH9InnS .dropdown-item:active {
  background-color: transparent;
}
.cid-uLNwH9InnS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLNwH9InnS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLNwH9InnS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLNwH9InnS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-uLNwH9InnS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLNwH9InnS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLNwH9InnS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uLNwH9InnS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLNwH9InnS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uLNwH9InnS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uLNwH9InnS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uLNwH9InnS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uLNwH9InnS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uLNwH9InnS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uLNwH9InnS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uLNwH9InnS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uLNwH9InnS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uLNwH9InnS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uLNwH9InnS .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uLNwH9InnS a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uLNwH9InnS .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uLNwH9InnS .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLNwH9InnS .navbar {
    height: 77px;
  }
  .cid-uLNwH9InnS .navbar.opened {
    height: auto;
  }
  .cid-uLNwH9InnS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLNwH9InnS .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uLNwHakfVv {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #040402;
}
.cid-uLNwHakfVv H1 {
  color: #b30609;
}
.cid-uLNwHakfVv h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uLNwHakfVv img {
  width: 100%;
}
.cid-uLNwHakfVv .mbr-text,
.cid-uLNwHakfVv .mbr-section-btn {
  color: #999999;
}
.cid-uLNwHaUU2P {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uLNwHaUU2P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLNwHaUU2P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLNwHaUU2P .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #e2090d;
  margin-bottom: 2rem;
}
.cid-uLNwHaUU2P .item-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uLNwHaUU2P .card-title,
.cid-uLNwHaUU2P .card-box {
  color: #cccccc;
}
.cid-uLNwHbXtvm {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #191919;
}
.cid-uLNwHbXtvm .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLNwHbXtvm .mbr-text,
.cid-uLNwHbXtvm .mbr-section-btn {
  color: #999999;
}
.cid-uLNwHcqbPI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uLNwHcqbPI img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uLNwHcqbPI .link-wrapper {
  margin-bottom: 1rem;
}
.cid-uLNwHcqbPI .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-uLNwHcqbPI .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uLNwHcqbPI .card-wrapper {
  background: #465052;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uLNwHcqbPI .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uLNwHcqbPI .first:hover:before {
  content: none;
}
.cid-uLNwHcqbPI .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLNwHcqbPI .last:hover:after {
  content: none;
}
.cid-uLNwHcqbPI .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLNwHcqbPI .mbr-section-text {
  color: #999999;
}
.cid-uLNwHcqbPI .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-uLNwHcqbPI .card .img-wrapper {
  overflow: hidden;
}
.cid-uLNwHcqbPI .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uLNwHcqbPI .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uLNwHcqbPI .card:hover .card-wrapper {
  background: linear-gradient(to left, #fc5130, #e2090d);
  color: #ffffff !important;
}
.cid-uLNwHcqbPI .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uLNwHdn0Hn {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uLNwHdn0Hn .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLNwHdn0Hn .mbr-text,
.cid-uLNwHdn0Hn .mbr-section-btn {
  color: #999999;
}
.cid-uLNwHdn0Hn img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uLNwHdn0Hn img {
    width: 96%;
  }
}
.cid-uLNwHdSdNZ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-uLNwHdSdNZ .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-uLNwHdSdNZ .card-img {
  padding-bottom: 1rem;
}
.cid-uLNwHdSdNZ .card {
  cursor: pointer;
  transition: all 0.3s;
}
.cid-uLNwHdSdNZ .card:hover {
  transform: translateY(-10px);
}
.cid-uLNwHdSdNZ .mbr-text,
.cid-uLNwHdSdNZ .card-title {
  opacity: 0;
}
.cid-uLNwHdSdNZ .card-wrapper {
  display: flex;
  justify-content: center;
  padding: 1rem;
  background-position: center;
  background-size: cover;
  padding-top: 15rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
}
.cid-uLNwHdSdNZ .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uLNwHdSdNZ .card:hover .card-wrapper:after {
    opacity: 0.8;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
  .cid-uLNwHdSdNZ .card:hover .mbr-text,
  .cid-uLNwHdSdNZ .card:hover .card-title {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-uLNwHdSdNZ .card {
    padding-bottom: 1rem !important;
  }
  .cid-uLNwHdSdNZ .card .mbr-text,
  .cid-uLNwHdSdNZ .card .card-title {
    opacity: 1;
  }
  .cid-uLNwHdSdNZ .card-wrapper:after {
    opacity: 0.7;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
}
.cid-uLNwHdSdNZ .row {
  justify-content: center;
}
.cid-uLNwHdSdNZ .card-title {
  border-bottom: 1px solid #999999;
}
.cid-uLNwHdSdNZ .card1 {
  background-image: url("../../../assets/images/bdsmfetish-493x632.jpg");
}
.cid-uLNwHdSdNZ .card2 {
  background-image: url("../../../assets/images/footfetish-504x642.jpg");
}
.cid-uLNwHdSdNZ .card3 {
  background-image: url("../../../assets/images/spanling-417x473.jpg");
}
.cid-uLNwHdSdNZ .link,
.cid-uLNwHdSdNZ .card-box {
  color: #ffffff;
}
.cid-uLNwHdSdNZ .mbr-text,
.cid-uLNwHdSdNZ .link-wrap {
  text-align: center;
}
.cid-uLNwHdSdNZ .main-subtitle {
  color: #ffffff;
}
.cid-uLNwHdSdNZ .mbr-section-subtitle {
  color: #999999;
}
.cid-uLNwHdSdNZ .mbr-section-text {
  color: #999999;
}
.cid-uLNwHeuwkH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #111111;
}
.cid-uLNwHeuwkH .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-uLNwHeuwkH .card-img {
  padding-bottom: 1rem;
}
.cid-uLNwHeuwkH .card {
  cursor: pointer;
  transition: all 0.3s;
}
.cid-uLNwHeuwkH .card:hover {
  transform: translateY(-10px);
}
.cid-uLNwHeuwkH .mbr-text,
.cid-uLNwHeuwkH .card-title {
  opacity: 0;
}
.cid-uLNwHeuwkH .card-wrapper {
  display: flex;
  justify-content: center;
  padding: 1rem;
  background-position: center;
  background-size: cover;
  padding-top: 15rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
}
.cid-uLNwHeuwkH .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uLNwHeuwkH .card:hover .card-wrapper:after {
    opacity: 0.8;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
  .cid-uLNwHeuwkH .card:hover .mbr-text,
  .cid-uLNwHeuwkH .card:hover .card-title {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-uLNwHeuwkH .card {
    padding-bottom: 1rem !important;
  }
  .cid-uLNwHeuwkH .card .mbr-text,
  .cid-uLNwHeuwkH .card .card-title {
    opacity: 1;
  }
  .cid-uLNwHeuwkH .card-wrapper:after {
    opacity: 0.7;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
}
.cid-uLNwHeuwkH .row {
  justify-content: center;
}
.cid-uLNwHeuwkH .card-title {
  border-bottom: 1px solid #999999;
}
.cid-uLNwHeuwkH .card1 {
  background-image: url("../../../assets/images/cuckoldfetish-456x540.jpg");
}
.cid-uLNwHeuwkH .card2 {
  background-image: url("../../../assets/images/fatfetishww-529x660.jpg");
}
.cid-uLNwHeuwkH .card3 {
  background-image: url("../../../assets/images/ddlgdating-399x474.jpg");
}
.cid-uLNwHeuwkH .link,
.cid-uLNwHeuwkH .card-box {
  color: #ffffff;
}
.cid-uLNwHeuwkH .mbr-text,
.cid-uLNwHeuwkH .link-wrap {
  text-align: center;
}
.cid-uLNwHeuwkH .main-subtitle {
  color: #ffffff;
}
.cid-uLNwHeuwkH .mbr-section-subtitle {
  color: #999999;
}
.cid-uLNwHeuwkH .mbr-section-text {
  color: #999999;
}
.cid-uLNwHf4hf7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #111111;
}
.cid-uLNwHf4hf7 .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-uLNwHf4hf7 .card-img {
  padding-bottom: 1rem;
}
.cid-uLNwHf4hf7 .card {
  cursor: pointer;
  transition: all 0.3s;
}
.cid-uLNwHf4hf7 .card:hover {
  transform: translateY(-10px);
}
.cid-uLNwHf4hf7 .mbr-text,
.cid-uLNwHf4hf7 .card-title {
  opacity: 0;
}
.cid-uLNwHf4hf7 .card-wrapper {
  display: flex;
  justify-content: center;
  padding: 1rem;
  background-position: center;
  background-size: cover;
  padding-top: 15rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
}
.cid-uLNwHf4hf7 .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uLNwHf4hf7 .card:hover .card-wrapper:after {
    opacity: 0.8;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
  .cid-uLNwHf4hf7 .card:hover .mbr-text,
  .cid-uLNwHf4hf7 .card:hover .card-title {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-uLNwHf4hf7 .card {
    padding-bottom: 1rem !important;
  }
  .cid-uLNwHf4hf7 .card .mbr-text,
  .cid-uLNwHf4hf7 .card .card-title {
    opacity: 1;
  }
  .cid-uLNwHf4hf7 .card-wrapper:after {
    opacity: 0.7;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
}
.cid-uLNwHf4hf7 .row {
  justify-content: center;
}
.cid-uLNwHf4hf7 .card-title {
  border-bottom: 1px solid #999999;
}
.cid-uLNwHf4hf7 .card1 {
  background-image: url("../../../assets/images/smokingfetish-486x582.jpg");
}
.cid-uLNwHf4hf7 .card2 {
  background-image: url("../../../assets/images/toughthfetish-512x625.jpg");
}
.cid-uLNwHf4hf7 .card3 {
  background-image: url("../../../assets/images/feindom-485x575.jpg");
}
.cid-uLNwHf4hf7 .link,
.cid-uLNwHf4hf7 .card-box {
  color: #ffffff;
}
.cid-uLNwHf4hf7 .mbr-text,
.cid-uLNwHf4hf7 .link-wrap {
  text-align: center;
}
.cid-uLNwHf4hf7 .main-subtitle {
  color: #ffffff;
}
.cid-uLNwHf4hf7 .mbr-section-subtitle {
  color: #999999;
}
.cid-uLNwHf4hf7 .mbr-section-text {
  color: #999999;
}
.cid-uLNwHfL9Ju {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #111111;
}
.cid-uLNwHfL9Ju .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-uLNwHfL9Ju .card-img {
  padding-bottom: 1rem;
}
.cid-uLNwHfL9Ju .card {
  cursor: pointer;
  transition: all 0.3s;
}
.cid-uLNwHfL9Ju .card:hover {
  transform: translateY(-10px);
}
.cid-uLNwHfL9Ju .mbr-text,
.cid-uLNwHfL9Ju .card-title {
  opacity: 0;
}
.cid-uLNwHfL9Ju .card-wrapper {
  display: flex;
  justify-content: center;
  padding: 1rem;
  background-position: center;
  background-size: cover;
  padding-top: 15rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
}
.cid-uLNwHfL9Ju .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uLNwHfL9Ju .card:hover .card-wrapper:after {
    opacity: 0.8;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
  .cid-uLNwHfL9Ju .card:hover .mbr-text,
  .cid-uLNwHfL9Ju .card:hover .card-title {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-uLNwHfL9Ju .card {
    padding-bottom: 1rem !important;
  }
  .cid-uLNwHfL9Ju .card .mbr-text,
  .cid-uLNwHfL9Ju .card .card-title {
    opacity: 1;
  }
  .cid-uLNwHfL9Ju .card-wrapper:after {
    opacity: 0.7;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
}
.cid-uLNwHfL9Ju .row {
  justify-content: center;
}
.cid-uLNwHfL9Ju .card-title {
  border-bottom: 1px solid #999999;
}
.cid-uLNwHfL9Ju .card1 {
  background-image: url("../../../assets/images/roleplayfetish-516x715.jpg");
}
.cid-uLNwHfL9Ju .card2 {
  background-image: url("../../../assets/images/femdombdsm-474x578.jpg");
}
.cid-uLNwHfL9Ju .card3 {
  background-image: url("../../../assets/images/sissyfetish-522x720.jpg");
}
.cid-uLNwHfL9Ju .link,
.cid-uLNwHfL9Ju .card-box {
  color: #ffffff;
}
.cid-uLNwHfL9Ju .mbr-text,
.cid-uLNwHfL9Ju .link-wrap {
  text-align: center;
}
.cid-uLNwHfL9Ju .main-subtitle {
  color: #ffffff;
}
.cid-uLNwHfL9Ju .mbr-section-subtitle {
  color: #999999;
}
.cid-uLNwHfL9Ju .mbr-section-text {
  color: #999999;
}
.cid-uLNwHgnYRS {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-uLNwHgnYRS .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-uLNwHgnYRS .card-img {
  padding-bottom: 1rem;
}
.cid-uLNwHgnYRS .card {
  cursor: pointer;
  transition: all 0.3s;
}
.cid-uLNwHgnYRS .card:hover {
  transform: translateY(-10px);
}
.cid-uLNwHgnYRS .mbr-text,
.cid-uLNwHgnYRS .card-title {
  opacity: 0;
}
.cid-uLNwHgnYRS .card-wrapper {
  display: flex;
  justify-content: center;
  padding: 1rem;
  background-position: center;
  background-size: cover;
  padding-top: 15rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
}
.cid-uLNwHgnYRS .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uLNwHgnYRS .card:hover .card-wrapper:after {
    opacity: 0.8;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
  .cid-uLNwHgnYRS .card:hover .mbr-text,
  .cid-uLNwHgnYRS .card:hover .card-title {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-uLNwHgnYRS .card {
    padding-bottom: 1rem !important;
  }
  .cid-uLNwHgnYRS .card .mbr-text,
  .cid-uLNwHgnYRS .card .card-title {
    opacity: 1;
  }
  .cid-uLNwHgnYRS .card-wrapper:after {
    opacity: 0.7;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
}
.cid-uLNwHgnYRS .row {
  justify-content: center;
}
.cid-uLNwHgnYRS .card-title {
  border-bottom: 1px solid #999999;
}
.cid-uLNwHgnYRS .card1 {
  background-image: url("../../../assets/images/pantyfetish-568x656.jpg");
}
.cid-uLNwHgnYRS .card2 {
  background-image: url("../../../assets/images/laxtenfetihs8-483x632.jpg");
}
.cid-uLNwHgnYRS .card3 {
  background-image: url("../../../assets/images/voyeurism-472x569.jpg");
}
.cid-uLNwHgnYRS .link,
.cid-uLNwHgnYRS .card-box {
  color: #ffffff;
}
.cid-uLNwHgnYRS .mbr-text,
.cid-uLNwHgnYRS .link-wrap {
  text-align: center;
}
.cid-uLNwHgnYRS .main-subtitle {
  color: #ffffff;
}
.cid-uLNwHgnYRS .mbr-section-subtitle {
  color: #999999;
}
.cid-uLNwHgnYRS .mbr-section-text {
  color: #999999;
}
.cid-uLNwHgVTwE {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #040402;
}
.cid-uLNwHgVTwE img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
}
@media (min-width: 767px) {
  .cid-uLNwHgVTwE .container-fluid {
    padding: 0 2rem;
  }
}
.cid-uLNwHgVTwE .card-wrapper {
  background: #635a51;
  padding: 3rem;
}
.cid-uLNwHgVTwE .card-wrapper:hover {
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLNwHgVTwE .text-wrap {
  display: flex;
  justify-content: center;
  padding-top: 1rem;
}
.cid-uLNwHgVTwE .icon-wrapper {
  padding: 0 1rem;
}
.cid-uLNwHgVTwE .card-box {
  padding-top: 2rem;
}
.cid-uLNwHgVTwE .link-icon {
  font-size: 1.5rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uLNwHgVTwE .card-title {
  color: #999999;
}
.cid-uLNwHgVTwE .mbr-subtitle {
  color: #ffffff;
}
.cid-uLNwHgVTwE .main-title {
  color: #ffffff;
}
.cid-uLNwHgVTwE .main-subtitle {
  color: #999999;
}
.cid-uLNwHgVTwE .card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uLNwHgVTwE .card:hover {
  transform: translateY(-10px);
}
.cid-uLNwHgVTwE .card:hover .link-icon {
  color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uLNwHgVTwE .card:hover .card-title,
.cid-uLNwHgVTwE .card:hover .mbr-subtitle {
  color: #ffffff !important;
}
@media (min-width: 1600px) {
  .cid-uLNwHgVTwE .card {
    max-width: 20%;
  }
}
@media (max-width: 1600px) {
  .cid-uLNwHgVTwE .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uLNwHi653d {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #191919;
}
.cid-uLNwHi653d .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLNwHi653d .mbr-text,
.cid-uLNwHi653d .mbr-section-btn {
  color: #999999;
}
.cid-uLNwHivCpa {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #111111;
}
.cid-uLNwHivCpa img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uLNwHivCpa .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uLNwHivCpa .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uLNwHivCpa .first:hover:before {
  content: none;
}
.cid-uLNwHivCpa .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLNwHivCpa .last:hover:after {
  content: none;
}
.cid-uLNwHivCpa .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLNwHivCpa .mbr-section-text {
  color: #999999;
}
.cid-uLNwHivCpa .card {
  z-index: 1;
  position: relative;
  transition: all 0.3s;
}
.cid-uLNwHivCpa .card .img-wrapper {
  overflow: hidden;
}
.cid-uLNwHivCpa .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uLNwHivCpa .card:hover .card-wrapper {
  background: linear-gradient(to left, #fc5130, #e2090d);
  color: #ffffff !important;
}
.cid-uLNwHivCpa .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uLNwHj9kvK {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-uLNwHj9kvK img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uLNwHj9kvK .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uLNwHj9kvK .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uLNwHj9kvK .first:hover:before {
  content: none;
}
.cid-uLNwHj9kvK .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLNwHj9kvK .last:hover:after {
  content: none;
}
.cid-uLNwHj9kvK .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLNwHj9kvK .mbr-section-text {
  color: #999999;
}
.cid-uLNwHj9kvK .card {
  z-index: 1;
  position: relative;
  transition: all 0.3s;
}
.cid-uLNwHj9kvK .card .img-wrapper {
  overflow: hidden;
}
.cid-uLNwHj9kvK .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uLNwHj9kvK .card:hover .card-wrapper {
  background: linear-gradient(to left, #fc5130, #e2090d);
  color: #ffffff !important;
}
.cid-uLNwHj9kvK .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uLNwHjKMnC {
  padding-top: 60px;
  padding-bottom: 0px;
  position: relative;
  background-color: #000000;
}
.cid-uLNwHjKMnC p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-uLNwHjKMnC .panel-title {
  border-bottom: 2px solid #cf0509;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-uLNwHjKMnC .collapsed {
  border: none;
}
.cid-uLNwHjKMnC .collapsed span {
  transform: rotate(0deg);
}
.cid-uLNwHjKMnC span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-uLNwHjKMnC .panel-body {
  padding-top: 0.5rem;
}
.cid-uLNwHjKMnC .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uLNwHjKMnC .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-uLNwHjKMnC .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uLNwHjKMnC .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uLNwHjKMnC .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-uLNwHjKMnC .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uLNwHjKMnC .panel-text {
  color: #767676;
}
.cid-uLNwHjKMnC H4 {
  color: #999999;
}
.cid-uLNwHjKMnC H2 {
  color: #ffffff;
}
.cid-uLNwHjKMnC .mbr-section-text {
  color: #999999;
}
.cid-uLNwHkl01k {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #000000;
}
.cid-uLNwHkl01k p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-uLNwHkl01k .panel-title {
  border-bottom: 2px solid #e2090d;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-uLNwHkl01k .collapsed {
  border: none;
}
.cid-uLNwHkl01k .collapsed span {
  transform: rotate(0deg);
}
.cid-uLNwHkl01k span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-uLNwHkl01k .panel-body {
  padding-top: 0.5rem;
}
.cid-uLNwHkl01k .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uLNwHkl01k .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-uLNwHkl01k .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uLNwHkl01k .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uLNwHkl01k .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-uLNwHkl01k .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uLNwHkl01k .panel-text {
  color: #767676;
}
.cid-uLNwHkl01k H4 {
  color: #999999;
}
.cid-uLNwHkl01k H2 {
  color: #ffffff;
}
.cid-uLNwHkl01k .mbr-section-text {
  color: #999999;
}
.cid-uLNwHl6fhg {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/fetishlife-1360x535.jpg");
}
.cid-uLNwHl6fhg H1 {
  color: #b30609;
}
.cid-uLNwHl6fhg h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uLNwHl6fhg .mbr-text,
.cid-uLNwHl6fhg .mbr-section-btn {
  color: #cccccc;
}
.cid-uLNwHlL0ry {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #191919;
}
.cid-uLNwHlL0ry .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uLNwHlL0ry .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-uLNwHlL0ry .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uLNwHlL0ry .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #b30609;
}
.cid-uLNwHlL0ry .container {
  max-width: 1400px;
}
.cid-uLNwHlL0ry li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-uLNwHlL0ry .time {
  line-height: 2;
}
.cid-uLNwHlL0ry .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-uLNwHlL0ry .text-wrap {
  width: 100%;
}
.cid-uLNwHlL0ry .item-wrap {
  display: inline-block;
}
.cid-uLNwHlL0ry .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uLNwHlL0ry .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-uLNwHlL0ry .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uLNwHlL0ry .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLNwHlL0ry .socicon-wrap {
    margin: auto;
  }
}
.cid-uLNwHlL0ry .mbr-text {
  color: #999999;
}
.cid-uLNwHlL0ry .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-uLNwHlL0ry .icon-title,
.cid-uLNwHlL0ry .align-wrap {
  color: #f3f3f3;
  width: 100%;
  text-align: center;
}
.cid-uLNwHlL0ry .item-text,
.cid-uLNwHlL0ry .item-icon {
  color: #f3f3f3;
}
.cid-uLNwHlL0ry .mbr-text,
.cid-uLNwHlL0ry .mbr-section-btn {
  color: #e5e5e5;
}
.cid-uLND35WA76 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLND35WA76 .btn {
  white-space: nowrap;
}
.cid-uLND35WA76 .nav-link,
.cid-uLND35WA76 .icons-menu .mbr-iconfont,
.cid-uLND35WA76 .dropdown-item {
  transition: all 0.1s;
}
.cid-uLND35WA76 .nav-link:hover,
.cid-uLND35WA76 .icons-menu .mbr-iconfont:hover,
.cid-uLND35WA76 .dropdown-item:hover {
  color: #fc5130 !important;
}
@media (max-width: 992px) {
  .cid-uLND35WA76 .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uLND35WA76 .container {
  display: flex;
  margin: auto;
}
.cid-uLND35WA76 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-uLND35WA76 .navbar.opened {
  transition: all .3s;
}
.cid-uLND35WA76 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uLND35WA76 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLND35WA76 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLND35WA76 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLND35WA76 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uLND35WA76 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLND35WA76 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLND35WA76 .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: 55%;
}
.cid-uLND35WA76 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLND35WA76 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uLND35WA76 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uLND35WA76 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLND35WA76 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLND35WA76 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLND35WA76 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLND35WA76 .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: 55%;
  }
  .cid-uLND35WA76 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uLND35WA76 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLND35WA76 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLND35WA76 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLND35WA76 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uLND35WA76 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uLND35WA76 .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-uLND35WA76 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uLND35WA76 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uLND35WA76 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uLND35WA76 .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uLND35WA76 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLND35WA76 .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uLND35WA76 .navbar-caption {
  padding-right: 4rem;
}
.cid-uLND35WA76 .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uLND35WA76 .dropdown-menu,
.cid-uLND35WA76 .navbar.opened {
  background: #191919 !important;
}
.cid-uLND35WA76 .nav-item:focus,
.cid-uLND35WA76 .nav-link:focus {
  outline: none;
}
.cid-uLND35WA76 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLND35WA76 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLND35WA76 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uLND35WA76 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLND35WA76 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLND35WA76 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uLND35WA76 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLND35WA76 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLND35WA76 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLND35WA76 .dropdown-item.active,
.cid-uLND35WA76 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLND35WA76 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLND35WA76 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLND35WA76 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLND35WA76 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-uLND35WA76 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLND35WA76 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLND35WA76 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uLND35WA76 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLND35WA76 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uLND35WA76 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uLND35WA76 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uLND35WA76 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uLND35WA76 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uLND35WA76 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uLND35WA76 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uLND35WA76 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uLND35WA76 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uLND35WA76 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uLND35WA76 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uLND35WA76 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uLND35WA76 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uLND35WA76 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLND35WA76 .navbar {
    height: 77px;
  }
  .cid-uLND35WA76 .navbar.opened {
    height: auto;
  }
  .cid-uLND35WA76 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLND35WA76 .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uLND36vJDq {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #040402;
}
.cid-uLND36vJDq H1 {
  color: #b30609;
}
.cid-uLND36vJDq h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uLND36vJDq img {
  width: 100%;
}
.cid-uLND36vJDq .mbr-text,
.cid-uLND36vJDq .mbr-section-btn {
  color: #999999;
}
.cid-uLND37dSKQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uLND37dSKQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLND37dSKQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLND37dSKQ .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #e2090d;
  margin-bottom: 2rem;
}
.cid-uLND37dSKQ .item-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uLND37dSKQ .card-title,
.cid-uLND37dSKQ .card-box {
  color: #cccccc;
}
.cid-uLND37TkXo {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #191919;
}
.cid-uLND37TkXo .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLND37TkXo .mbr-text,
.cid-uLND37TkXo .mbr-section-btn {
  color: #999999;
}
.cid-uLND38qSRd {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uLND38qSRd img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uLND38qSRd .link-wrapper {
  margin-bottom: 1rem;
}
.cid-uLND38qSRd .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-uLND38qSRd .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uLND38qSRd .card-wrapper {
  background: #465052;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uLND38qSRd .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uLND38qSRd .first:hover:before {
  content: none;
}
.cid-uLND38qSRd .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLND38qSRd .last:hover:after {
  content: none;
}
.cid-uLND38qSRd .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLND38qSRd .mbr-section-text {
  color: #999999;
}
.cid-uLND38qSRd .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-uLND38qSRd .card .img-wrapper {
  overflow: hidden;
}
.cid-uLND38qSRd .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uLND38qSRd .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uLND38qSRd .card:hover .card-wrapper {
  background: linear-gradient(to left, #fc5130, #e2090d);
  color: #ffffff !important;
}
.cid-uLND38qSRd .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uLND39nE5f {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uLND39nE5f .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLND39nE5f .mbr-text,
.cid-uLND39nE5f .mbr-section-btn {
  color: #999999;
}
.cid-uLND39nE5f img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uLND39nE5f img {
    width: 96%;
  }
}
.cid-uLND39TPxj {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-uLND39TPxj .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-uLND39TPxj .card-img {
  padding-bottom: 1rem;
}
.cid-uLND39TPxj .card {
  cursor: pointer;
  transition: all 0.3s;
}
.cid-uLND39TPxj .card:hover {
  transform: translateY(-10px);
}
.cid-uLND39TPxj .mbr-text,
.cid-uLND39TPxj .card-title {
  opacity: 0;
}
.cid-uLND39TPxj .card-wrapper {
  display: flex;
  justify-content: center;
  padding: 1rem;
  background-position: center;
  background-size: cover;
  padding-top: 15rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
}
.cid-uLND39TPxj .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uLND39TPxj .card:hover .card-wrapper:after {
    opacity: 0.8;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
  .cid-uLND39TPxj .card:hover .mbr-text,
  .cid-uLND39TPxj .card:hover .card-title {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-uLND39TPxj .card {
    padding-bottom: 1rem !important;
  }
  .cid-uLND39TPxj .card .mbr-text,
  .cid-uLND39TPxj .card .card-title {
    opacity: 1;
  }
  .cid-uLND39TPxj .card-wrapper:after {
    opacity: 0.7;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
}
.cid-uLND39TPxj .row {
  justify-content: center;
}
.cid-uLND39TPxj .card-title {
  border-bottom: 1px solid #999999;
}
.cid-uLND39TPxj .card1 {
  background-image: url("../../../assets/images/bdsmfetish-493x632.jpg");
}
.cid-uLND39TPxj .card2 {
  background-image: url("../../../assets/images/footfetish-504x642.jpg");
}
.cid-uLND39TPxj .card3 {
  background-image: url("../../../assets/images/spanling-417x473.jpg");
}
.cid-uLND39TPxj .link,
.cid-uLND39TPxj .card-box {
  color: #ffffff;
}
.cid-uLND39TPxj .mbr-text,
.cid-uLND39TPxj .link-wrap {
  text-align: center;
}
.cid-uLND39TPxj .main-subtitle {
  color: #ffffff;
}
.cid-uLND39TPxj .mbr-section-subtitle {
  color: #999999;
}
.cid-uLND39TPxj .mbr-section-text {
  color: #999999;
}
.cid-uLND3azeFv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #111111;
}
.cid-uLND3azeFv .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-uLND3azeFv .card-img {
  padding-bottom: 1rem;
}
.cid-uLND3azeFv .card {
  cursor: pointer;
  transition: all 0.3s;
}
.cid-uLND3azeFv .card:hover {
  transform: translateY(-10px);
}
.cid-uLND3azeFv .mbr-text,
.cid-uLND3azeFv .card-title {
  opacity: 0;
}
.cid-uLND3azeFv .card-wrapper {
  display: flex;
  justify-content: center;
  padding: 1rem;
  background-position: center;
  background-size: cover;
  padding-top: 15rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
}
.cid-uLND3azeFv .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uLND3azeFv .card:hover .card-wrapper:after {
    opacity: 0.8;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
  .cid-uLND3azeFv .card:hover .mbr-text,
  .cid-uLND3azeFv .card:hover .card-title {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-uLND3azeFv .card {
    padding-bottom: 1rem !important;
  }
  .cid-uLND3azeFv .card .mbr-text,
  .cid-uLND3azeFv .card .card-title {
    opacity: 1;
  }
  .cid-uLND3azeFv .card-wrapper:after {
    opacity: 0.7;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
}
.cid-uLND3azeFv .row {
  justify-content: center;
}
.cid-uLND3azeFv .card-title {
  border-bottom: 1px solid #999999;
}
.cid-uLND3azeFv .card1 {
  background-image: url("../../../assets/images/cuckoldfetish-456x540.jpg");
}
.cid-uLND3azeFv .card2 {
  background-image: url("../../../assets/images/fatfetishww-529x660.jpg");
}
.cid-uLND3azeFv .card3 {
  background-image: url("../../../assets/images/ddlgdating-399x474.jpg");
}
.cid-uLND3azeFv .link,
.cid-uLND3azeFv .card-box {
  color: #ffffff;
}
.cid-uLND3azeFv .mbr-text,
.cid-uLND3azeFv .link-wrap {
  text-align: center;
}
.cid-uLND3azeFv .main-subtitle {
  color: #ffffff;
}
.cid-uLND3azeFv .mbr-section-subtitle {
  color: #999999;
}
.cid-uLND3azeFv .mbr-section-text {
  color: #999999;
}
.cid-uLND3bhKZ2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #111111;
}
.cid-uLND3bhKZ2 .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-uLND3bhKZ2 .card-img {
  padding-bottom: 1rem;
}
.cid-uLND3bhKZ2 .card {
  cursor: pointer;
  transition: all 0.3s;
}
.cid-uLND3bhKZ2 .card:hover {
  transform: translateY(-10px);
}
.cid-uLND3bhKZ2 .mbr-text,
.cid-uLND3bhKZ2 .card-title {
  opacity: 0;
}
.cid-uLND3bhKZ2 .card-wrapper {
  display: flex;
  justify-content: center;
  padding: 1rem;
  background-position: center;
  background-size: cover;
  padding-top: 15rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
}
.cid-uLND3bhKZ2 .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uLND3bhKZ2 .card:hover .card-wrapper:after {
    opacity: 0.8;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
  .cid-uLND3bhKZ2 .card:hover .mbr-text,
  .cid-uLND3bhKZ2 .card:hover .card-title {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-uLND3bhKZ2 .card {
    padding-bottom: 1rem !important;
  }
  .cid-uLND3bhKZ2 .card .mbr-text,
  .cid-uLND3bhKZ2 .card .card-title {
    opacity: 1;
  }
  .cid-uLND3bhKZ2 .card-wrapper:after {
    opacity: 0.7;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
}
.cid-uLND3bhKZ2 .row {
  justify-content: center;
}
.cid-uLND3bhKZ2 .card-title {
  border-bottom: 1px solid #999999;
}
.cid-uLND3bhKZ2 .card1 {
  background-image: url("../../../assets/images/smokingfetish-486x582.jpg");
}
.cid-uLND3bhKZ2 .card2 {
  background-image: url("../../../assets/images/toughthfetish-512x625.jpg");
}
.cid-uLND3bhKZ2 .card3 {
  background-image: url("../../../assets/images/feindom-485x575.jpg");
}
.cid-uLND3bhKZ2 .link,
.cid-uLND3bhKZ2 .card-box {
  color: #ffffff;
}
.cid-uLND3bhKZ2 .mbr-text,
.cid-uLND3bhKZ2 .link-wrap {
  text-align: center;
}
.cid-uLND3bhKZ2 .main-subtitle {
  color: #ffffff;
}
.cid-uLND3bhKZ2 .mbr-section-subtitle {
  color: #999999;
}
.cid-uLND3bhKZ2 .mbr-section-text {
  color: #999999;
}
.cid-uLND3c2YMP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #111111;
}
.cid-uLND3c2YMP .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-uLND3c2YMP .card-img {
  padding-bottom: 1rem;
}
.cid-uLND3c2YMP .card {
  cursor: pointer;
  transition: all 0.3s;
}
.cid-uLND3c2YMP .card:hover {
  transform: translateY(-10px);
}
.cid-uLND3c2YMP .mbr-text,
.cid-uLND3c2YMP .card-title {
  opacity: 0;
}
.cid-uLND3c2YMP .card-wrapper {
  display: flex;
  justify-content: center;
  padding: 1rem;
  background-position: center;
  background-size: cover;
  padding-top: 15rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
}
.cid-uLND3c2YMP .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uLND3c2YMP .card:hover .card-wrapper:after {
    opacity: 0.8;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
  .cid-uLND3c2YMP .card:hover .mbr-text,
  .cid-uLND3c2YMP .card:hover .card-title {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-uLND3c2YMP .card {
    padding-bottom: 1rem !important;
  }
  .cid-uLND3c2YMP .card .mbr-text,
  .cid-uLND3c2YMP .card .card-title {
    opacity: 1;
  }
  .cid-uLND3c2YMP .card-wrapper:after {
    opacity: 0.7;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
}
.cid-uLND3c2YMP .row {
  justify-content: center;
}
.cid-uLND3c2YMP .card-title {
  border-bottom: 1px solid #999999;
}
.cid-uLND3c2YMP .card1 {
  background-image: url("../../../assets/images/roleplayfetish-516x715.jpg");
}
.cid-uLND3c2YMP .card2 {
  background-image: url("../../../assets/images/femdombdsm-474x578.jpg");
}
.cid-uLND3c2YMP .card3 {
  background-image: url("../../../assets/images/sissyfetish-522x720.jpg");
}
.cid-uLND3c2YMP .link,
.cid-uLND3c2YMP .card-box {
  color: #ffffff;
}
.cid-uLND3c2YMP .mbr-text,
.cid-uLND3c2YMP .link-wrap {
  text-align: center;
}
.cid-uLND3c2YMP .main-subtitle {
  color: #ffffff;
}
.cid-uLND3c2YMP .mbr-section-subtitle {
  color: #999999;
}
.cid-uLND3c2YMP .mbr-section-text {
  color: #999999;
}
.cid-uLND3cJj8K {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-uLND3cJj8K .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-uLND3cJj8K .card-img {
  padding-bottom: 1rem;
}
.cid-uLND3cJj8K .card {
  cursor: pointer;
  transition: all 0.3s;
}
.cid-uLND3cJj8K .card:hover {
  transform: translateY(-10px);
}
.cid-uLND3cJj8K .mbr-text,
.cid-uLND3cJj8K .card-title {
  opacity: 0;
}
.cid-uLND3cJj8K .card-wrapper {
  display: flex;
  justify-content: center;
  padding: 1rem;
  background-position: center;
  background-size: cover;
  padding-top: 15rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
}
.cid-uLND3cJj8K .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uLND3cJj8K .card:hover .card-wrapper:after {
    opacity: 0.8;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
  .cid-uLND3cJj8K .card:hover .mbr-text,
  .cid-uLND3cJj8K .card:hover .card-title {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-uLND3cJj8K .card {
    padding-bottom: 1rem !important;
  }
  .cid-uLND3cJj8K .card .mbr-text,
  .cid-uLND3cJj8K .card .card-title {
    opacity: 1;
  }
  .cid-uLND3cJj8K .card-wrapper:after {
    opacity: 0.7;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
}
.cid-uLND3cJj8K .row {
  justify-content: center;
}
.cid-uLND3cJj8K .card-title {
  border-bottom: 1px solid #999999;
}
.cid-uLND3cJj8K .card1 {
  background-image: url("../../../assets/images/pantyfetish-568x656.jpg");
}
.cid-uLND3cJj8K .card2 {
  background-image: url("../../../assets/images/laxtenfetihs8-483x632.jpg");
}
.cid-uLND3cJj8K .card3 {
  background-image: url("../../../assets/images/voyeurism-472x569.jpg");
}
.cid-uLND3cJj8K .link,
.cid-uLND3cJj8K .card-box {
  color: #ffffff;
}
.cid-uLND3cJj8K .mbr-text,
.cid-uLND3cJj8K .link-wrap {
  text-align: center;
}
.cid-uLND3cJj8K .main-subtitle {
  color: #ffffff;
}
.cid-uLND3cJj8K .mbr-section-subtitle {
  color: #999999;
}
.cid-uLND3cJj8K .mbr-section-text {
  color: #999999;
}
.cid-uLND3djNjP {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #040402;
}
.cid-uLND3djNjP img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
}
@media (min-width: 767px) {
  .cid-uLND3djNjP .container-fluid {
    padding: 0 2rem;
  }
}
.cid-uLND3djNjP .card-wrapper {
  background: #635a51;
  padding: 3rem;
}
.cid-uLND3djNjP .card-wrapper:hover {
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLND3djNjP .text-wrap {
  display: flex;
  justify-content: center;
  padding-top: 1rem;
}
.cid-uLND3djNjP .icon-wrapper {
  padding: 0 1rem;
}
.cid-uLND3djNjP .card-box {
  padding-top: 2rem;
}
.cid-uLND3djNjP .link-icon {
  font-size: 1.5rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uLND3djNjP .card-title {
  color: #999999;
}
.cid-uLND3djNjP .mbr-subtitle {
  color: #ffffff;
}
.cid-uLND3djNjP .main-title {
  color: #ffffff;
}
.cid-uLND3djNjP .main-subtitle {
  color: #999999;
}
.cid-uLND3djNjP .card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uLND3djNjP .card:hover {
  transform: translateY(-10px);
}
.cid-uLND3djNjP .card:hover .link-icon {
  color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uLND3djNjP .card:hover .card-title,
.cid-uLND3djNjP .card:hover .mbr-subtitle {
  color: #ffffff !important;
}
@media (min-width: 1600px) {
  .cid-uLND3djNjP .card {
    max-width: 20%;
  }
}
@media (max-width: 1600px) {
  .cid-uLND3djNjP .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uLND3ezvWP {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #191919;
}
.cid-uLND3ezvWP .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLND3ezvWP .mbr-text,
.cid-uLND3ezvWP .mbr-section-btn {
  color: #999999;
}
.cid-uLND3ffPdp {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #111111;
}
.cid-uLND3ffPdp img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uLND3ffPdp .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uLND3ffPdp .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uLND3ffPdp .first:hover:before {
  content: none;
}
.cid-uLND3ffPdp .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLND3ffPdp .last:hover:after {
  content: none;
}
.cid-uLND3ffPdp .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLND3ffPdp .mbr-section-text {
  color: #999999;
}
.cid-uLND3ffPdp .card {
  z-index: 1;
  position: relative;
  transition: all 0.3s;
}
.cid-uLND3ffPdp .card .img-wrapper {
  overflow: hidden;
}
.cid-uLND3ffPdp .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uLND3ffPdp .card:hover .card-wrapper {
  background: linear-gradient(to left, #fc5130, #e2090d);
  color: #ffffff !important;
}
.cid-uLND3ffPdp .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uLND3fUJa3 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-uLND3fUJa3 img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uLND3fUJa3 .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uLND3fUJa3 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uLND3fUJa3 .first:hover:before {
  content: none;
}
.cid-uLND3fUJa3 .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLND3fUJa3 .last:hover:after {
  content: none;
}
.cid-uLND3fUJa3 .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLND3fUJa3 .mbr-section-text {
  color: #999999;
}
.cid-uLND3fUJa3 .card {
  z-index: 1;
  position: relative;
  transition: all 0.3s;
}
.cid-uLND3fUJa3 .card .img-wrapper {
  overflow: hidden;
}
.cid-uLND3fUJa3 .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uLND3fUJa3 .card:hover .card-wrapper {
  background: linear-gradient(to left, #fc5130, #e2090d);
  color: #ffffff !important;
}
.cid-uLND3fUJa3 .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uLND3gv4Qv {
  padding-top: 60px;
  padding-bottom: 0px;
  position: relative;
  background-color: #000000;
}
.cid-uLND3gv4Qv p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-uLND3gv4Qv .panel-title {
  border-bottom: 2px solid #cf0509;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-uLND3gv4Qv .collapsed {
  border: none;
}
.cid-uLND3gv4Qv .collapsed span {
  transform: rotate(0deg);
}
.cid-uLND3gv4Qv span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-uLND3gv4Qv .panel-body {
  padding-top: 0.5rem;
}
.cid-uLND3gv4Qv .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uLND3gv4Qv .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-uLND3gv4Qv .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uLND3gv4Qv .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uLND3gv4Qv .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-uLND3gv4Qv .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uLND3gv4Qv .panel-text {
  color: #767676;
}
.cid-uLND3gv4Qv H4 {
  color: #999999;
}
.cid-uLND3gv4Qv H2 {
  color: #ffffff;
}
.cid-uLND3gv4Qv .mbr-section-text {
  color: #999999;
}
.cid-uLND3h3Nzv {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #000000;
}
.cid-uLND3h3Nzv p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-uLND3h3Nzv .panel-title {
  border-bottom: 2px solid #e2090d;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-uLND3h3Nzv .collapsed {
  border: none;
}
.cid-uLND3h3Nzv .collapsed span {
  transform: rotate(0deg);
}
.cid-uLND3h3Nzv span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-uLND3h3Nzv .panel-body {
  padding-top: 0.5rem;
}
.cid-uLND3h3Nzv .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uLND3h3Nzv .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-uLND3h3Nzv .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uLND3h3Nzv .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uLND3h3Nzv .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-uLND3h3Nzv .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uLND3h3Nzv .panel-text {
  color: #767676;
}
.cid-uLND3h3Nzv H4 {
  color: #999999;
}
.cid-uLND3h3Nzv H2 {
  color: #ffffff;
}
.cid-uLND3h3Nzv .mbr-section-text {
  color: #999999;
}
.cid-uLND3hDafw {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/fetishlife-1360x535.jpg");
}
.cid-uLND3hDafw H1 {
  color: #b30609;
}
.cid-uLND3hDafw h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uLND3hDafw .mbr-text,
.cid-uLND3hDafw .mbr-section-btn {
  color: #cccccc;
}
.cid-uLND3ikEwL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #191919;
}
.cid-uLND3ikEwL .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uLND3ikEwL .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-uLND3ikEwL .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uLND3ikEwL .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #b30609;
}
.cid-uLND3ikEwL .container {
  max-width: 1400px;
}
.cid-uLND3ikEwL li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-uLND3ikEwL .time {
  line-height: 2;
}
.cid-uLND3ikEwL .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-uLND3ikEwL .text-wrap {
  width: 100%;
}
.cid-uLND3ikEwL .item-wrap {
  display: inline-block;
}
.cid-uLND3ikEwL .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uLND3ikEwL .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-uLND3ikEwL .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uLND3ikEwL .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLND3ikEwL .socicon-wrap {
    margin: auto;
  }
}
.cid-uLND3ikEwL .mbr-text {
  color: #999999;
}
.cid-uLND3ikEwL .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-uLND3ikEwL .icon-title,
.cid-uLND3ikEwL .align-wrap {
  color: #f3f3f3;
  width: 100%;
  text-align: center;
}
.cid-uLND3ikEwL .item-text,
.cid-uLND3ikEwL .item-icon {
  color: #f3f3f3;
}
.cid-uLND3ikEwL .mbr-text,
.cid-uLND3ikEwL .mbr-section-btn {
  color: #e5e5e5;
}
.cid-uLNIe4YIv0 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLNIe4YIv0 .btn {
  white-space: nowrap;
}
.cid-uLNIe4YIv0 .nav-link,
.cid-uLNIe4YIv0 .icons-menu .mbr-iconfont,
.cid-uLNIe4YIv0 .dropdown-item {
  transition: all 0.1s;
}
.cid-uLNIe4YIv0 .nav-link:hover,
.cid-uLNIe4YIv0 .icons-menu .mbr-iconfont:hover,
.cid-uLNIe4YIv0 .dropdown-item:hover {
  color: #fc5130 !important;
}
@media (max-width: 992px) {
  .cid-uLNIe4YIv0 .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uLNIe4YIv0 .container {
  display: flex;
  margin: auto;
}
.cid-uLNIe4YIv0 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-uLNIe4YIv0 .navbar.opened {
  transition: all .3s;
}
.cid-uLNIe4YIv0 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uLNIe4YIv0 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLNIe4YIv0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLNIe4YIv0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLNIe4YIv0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uLNIe4YIv0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLNIe4YIv0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLNIe4YIv0 .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: 55%;
}
.cid-uLNIe4YIv0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLNIe4YIv0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uLNIe4YIv0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uLNIe4YIv0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLNIe4YIv0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLNIe4YIv0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLNIe4YIv0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLNIe4YIv0 .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: 55%;
  }
  .cid-uLNIe4YIv0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uLNIe4YIv0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLNIe4YIv0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLNIe4YIv0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLNIe4YIv0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uLNIe4YIv0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uLNIe4YIv0 .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-uLNIe4YIv0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uLNIe4YIv0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uLNIe4YIv0 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uLNIe4YIv0 .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uLNIe4YIv0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLNIe4YIv0 .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uLNIe4YIv0 .navbar-caption {
  padding-right: 4rem;
}
.cid-uLNIe4YIv0 .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uLNIe4YIv0 .dropdown-menu,
.cid-uLNIe4YIv0 .navbar.opened {
  background: #191919 !important;
}
.cid-uLNIe4YIv0 .nav-item:focus,
.cid-uLNIe4YIv0 .nav-link:focus {
  outline: none;
}
.cid-uLNIe4YIv0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLNIe4YIv0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLNIe4YIv0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uLNIe4YIv0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLNIe4YIv0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLNIe4YIv0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uLNIe4YIv0 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLNIe4YIv0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLNIe4YIv0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLNIe4YIv0 .dropdown-item.active,
.cid-uLNIe4YIv0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLNIe4YIv0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLNIe4YIv0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLNIe4YIv0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLNIe4YIv0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-uLNIe4YIv0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLNIe4YIv0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLNIe4YIv0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uLNIe4YIv0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLNIe4YIv0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uLNIe4YIv0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uLNIe4YIv0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uLNIe4YIv0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uLNIe4YIv0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uLNIe4YIv0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uLNIe4YIv0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uLNIe4YIv0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uLNIe4YIv0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uLNIe4YIv0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uLNIe4YIv0 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uLNIe4YIv0 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uLNIe4YIv0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uLNIe4YIv0 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLNIe4YIv0 .navbar {
    height: 77px;
  }
  .cid-uLNIe4YIv0 .navbar.opened {
    height: auto;
  }
  .cid-uLNIe4YIv0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLNIe4YIv0 .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uLNIe5JzKI {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #040402;
}
.cid-uLNIe5JzKI H1 {
  color: #b30609;
}
.cid-uLNIe5JzKI h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uLNIe5JzKI img {
  width: 100%;
}
.cid-uLNIe5JzKI .mbr-text,
.cid-uLNIe5JzKI .mbr-section-btn {
  color: #999999;
}
.cid-uLNIe6u1I9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uLNIe6u1I9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLNIe6u1I9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLNIe6u1I9 .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #e2090d;
  margin-bottom: 2rem;
}
.cid-uLNIe6u1I9 .item-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uLNIe6u1I9 .card-title,
.cid-uLNIe6u1I9 .card-box {
  color: #cccccc;
}
.cid-uLNIe7gYMF {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #191919;
}
.cid-uLNIe7gYMF .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLNIe7gYMF .mbr-text,
.cid-uLNIe7gYMF .mbr-section-btn {
  color: #999999;
}
.cid-uLNIe81bfv {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uLNIe81bfv img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uLNIe81bfv .link-wrapper {
  margin-bottom: 1rem;
}
.cid-uLNIe81bfv .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-uLNIe81bfv .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uLNIe81bfv .card-wrapper {
  background: #465052;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uLNIe81bfv .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uLNIe81bfv .first:hover:before {
  content: none;
}
.cid-uLNIe81bfv .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLNIe81bfv .last:hover:after {
  content: none;
}
.cid-uLNIe81bfv .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLNIe81bfv .mbr-section-text {
  color: #999999;
}
.cid-uLNIe81bfv .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-uLNIe81bfv .card .img-wrapper {
  overflow: hidden;
}
.cid-uLNIe81bfv .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uLNIe81bfv .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uLNIe81bfv .card:hover .card-wrapper {
  background: linear-gradient(to left, #fc5130, #e2090d);
  color: #ffffff !important;
}
.cid-uLNIe81bfv .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uLNIe93Vlw {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uLNIe93Vlw .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLNIe93Vlw .mbr-text,
.cid-uLNIe93Vlw .mbr-section-btn {
  color: #999999;
}
.cid-uLNIe93Vlw img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uLNIe93Vlw img {
    width: 96%;
  }
}
.cid-uLNIe9z2sL {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-uLNIe9z2sL .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-uLNIe9z2sL .card-img {
  padding-bottom: 1rem;
}
.cid-uLNIe9z2sL .card {
  cursor: pointer;
  transition: all 0.3s;
}
.cid-uLNIe9z2sL .card:hover {
  transform: translateY(-10px);
}
.cid-uLNIe9z2sL .mbr-text,
.cid-uLNIe9z2sL .card-title {
  opacity: 0;
}
.cid-uLNIe9z2sL .card-wrapper {
  display: flex;
  justify-content: center;
  padding: 1rem;
  background-position: center;
  background-size: cover;
  padding-top: 15rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
}
.cid-uLNIe9z2sL .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uLNIe9z2sL .card:hover .card-wrapper:after {
    opacity: 0.8;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
  .cid-uLNIe9z2sL .card:hover .mbr-text,
  .cid-uLNIe9z2sL .card:hover .card-title {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-uLNIe9z2sL .card {
    padding-bottom: 1rem !important;
  }
  .cid-uLNIe9z2sL .card .mbr-text,
  .cid-uLNIe9z2sL .card .card-title {
    opacity: 1;
  }
  .cid-uLNIe9z2sL .card-wrapper:after {
    opacity: 0.7;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
}
.cid-uLNIe9z2sL .row {
  justify-content: center;
}
.cid-uLNIe9z2sL .card-title {
  border-bottom: 1px solid #999999;
}
.cid-uLNIe9z2sL .card1 {
  background-image: url("../../../assets/images/bdsmfetish-493x632.jpg");
}
.cid-uLNIe9z2sL .card2 {
  background-image: url("../../../assets/images/footfetish-504x642.jpg");
}
.cid-uLNIe9z2sL .card3 {
  background-image: url("../../../assets/images/spanling-417x473.jpg");
}
.cid-uLNIe9z2sL .link,
.cid-uLNIe9z2sL .card-box {
  color: #ffffff;
}
.cid-uLNIe9z2sL .mbr-text,
.cid-uLNIe9z2sL .link-wrap {
  text-align: center;
}
.cid-uLNIe9z2sL .main-subtitle {
  color: #ffffff;
}
.cid-uLNIe9z2sL .mbr-section-subtitle {
  color: #999999;
}
.cid-uLNIe9z2sL .mbr-section-text {
  color: #999999;
}
.cid-uLNIeal2lb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #111111;
}
.cid-uLNIeal2lb .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-uLNIeal2lb .card-img {
  padding-bottom: 1rem;
}
.cid-uLNIeal2lb .card {
  cursor: pointer;
  transition: all 0.3s;
}
.cid-uLNIeal2lb .card:hover {
  transform: translateY(-10px);
}
.cid-uLNIeal2lb .mbr-text,
.cid-uLNIeal2lb .card-title {
  opacity: 0;
}
.cid-uLNIeal2lb .card-wrapper {
  display: flex;
  justify-content: center;
  padding: 1rem;
  background-position: center;
  background-size: cover;
  padding-top: 15rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
}
.cid-uLNIeal2lb .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uLNIeal2lb .card:hover .card-wrapper:after {
    opacity: 0.8;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
  .cid-uLNIeal2lb .card:hover .mbr-text,
  .cid-uLNIeal2lb .card:hover .card-title {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-uLNIeal2lb .card {
    padding-bottom: 1rem !important;
  }
  .cid-uLNIeal2lb .card .mbr-text,
  .cid-uLNIeal2lb .card .card-title {
    opacity: 1;
  }
  .cid-uLNIeal2lb .card-wrapper:after {
    opacity: 0.7;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
}
.cid-uLNIeal2lb .row {
  justify-content: center;
}
.cid-uLNIeal2lb .card-title {
  border-bottom: 1px solid #999999;
}
.cid-uLNIeal2lb .card1 {
  background-image: url("../../../assets/images/cuckoldfetish-456x540.jpg");
}
.cid-uLNIeal2lb .card2 {
  background-image: url("../../../assets/images/fatfetishww-529x660.jpg");
}
.cid-uLNIeal2lb .card3 {
  background-image: url("../../../assets/images/ddlgdating-399x474.jpg");
}
.cid-uLNIeal2lb .link,
.cid-uLNIeal2lb .card-box {
  color: #ffffff;
}
.cid-uLNIeal2lb .mbr-text,
.cid-uLNIeal2lb .link-wrap {
  text-align: center;
}
.cid-uLNIeal2lb .main-subtitle {
  color: #ffffff;
}
.cid-uLNIeal2lb .mbr-section-subtitle {
  color: #999999;
}
.cid-uLNIeal2lb .mbr-section-text {
  color: #999999;
}
.cid-uLNIeb6L9E {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #111111;
}
.cid-uLNIeb6L9E .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-uLNIeb6L9E .card-img {
  padding-bottom: 1rem;
}
.cid-uLNIeb6L9E .card {
  cursor: pointer;
  transition: all 0.3s;
}
.cid-uLNIeb6L9E .card:hover {
  transform: translateY(-10px);
}
.cid-uLNIeb6L9E .mbr-text,
.cid-uLNIeb6L9E .card-title {
  opacity: 0;
}
.cid-uLNIeb6L9E .card-wrapper {
  display: flex;
  justify-content: center;
  padding: 1rem;
  background-position: center;
  background-size: cover;
  padding-top: 15rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
}
.cid-uLNIeb6L9E .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uLNIeb6L9E .card:hover .card-wrapper:after {
    opacity: 0.8;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
  .cid-uLNIeb6L9E .card:hover .mbr-text,
  .cid-uLNIeb6L9E .card:hover .card-title {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-uLNIeb6L9E .card {
    padding-bottom: 1rem !important;
  }
  .cid-uLNIeb6L9E .card .mbr-text,
  .cid-uLNIeb6L9E .card .card-title {
    opacity: 1;
  }
  .cid-uLNIeb6L9E .card-wrapper:after {
    opacity: 0.7;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
}
.cid-uLNIeb6L9E .row {
  justify-content: center;
}
.cid-uLNIeb6L9E .card-title {
  border-bottom: 1px solid #999999;
}
.cid-uLNIeb6L9E .card1 {
  background-image: url("../../../assets/images/smokingfetish-486x582.jpg");
}
.cid-uLNIeb6L9E .card2 {
  background-image: url("../../../assets/images/toughthfetish-512x625.jpg");
}
.cid-uLNIeb6L9E .card3 {
  background-image: url("../../../assets/images/feindom-485x575.jpg");
}
.cid-uLNIeb6L9E .link,
.cid-uLNIeb6L9E .card-box {
  color: #ffffff;
}
.cid-uLNIeb6L9E .mbr-text,
.cid-uLNIeb6L9E .link-wrap {
  text-align: center;
}
.cid-uLNIeb6L9E .main-subtitle {
  color: #ffffff;
}
.cid-uLNIeb6L9E .mbr-section-subtitle {
  color: #999999;
}
.cid-uLNIeb6L9E .mbr-section-text {
  color: #999999;
}
.cid-uLNIebSQ71 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #111111;
}
.cid-uLNIebSQ71 .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-uLNIebSQ71 .card-img {
  padding-bottom: 1rem;
}
.cid-uLNIebSQ71 .card {
  cursor: pointer;
  transition: all 0.3s;
}
.cid-uLNIebSQ71 .card:hover {
  transform: translateY(-10px);
}
.cid-uLNIebSQ71 .mbr-text,
.cid-uLNIebSQ71 .card-title {
  opacity: 0;
}
.cid-uLNIebSQ71 .card-wrapper {
  display: flex;
  justify-content: center;
  padding: 1rem;
  background-position: center;
  background-size: cover;
  padding-top: 15rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
}
.cid-uLNIebSQ71 .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uLNIebSQ71 .card:hover .card-wrapper:after {
    opacity: 0.8;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
  .cid-uLNIebSQ71 .card:hover .mbr-text,
  .cid-uLNIebSQ71 .card:hover .card-title {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-uLNIebSQ71 .card {
    padding-bottom: 1rem !important;
  }
  .cid-uLNIebSQ71 .card .mbr-text,
  .cid-uLNIebSQ71 .card .card-title {
    opacity: 1;
  }
  .cid-uLNIebSQ71 .card-wrapper:after {
    opacity: 0.7;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
}
.cid-uLNIebSQ71 .row {
  justify-content: center;
}
.cid-uLNIebSQ71 .card-title {
  border-bottom: 1px solid #999999;
}
.cid-uLNIebSQ71 .card1 {
  background-image: url("../../../assets/images/roleplayfetish-516x715.jpg");
}
.cid-uLNIebSQ71 .card2 {
  background-image: url("../../../assets/images/femdombdsm-474x578.jpg");
}
.cid-uLNIebSQ71 .card3 {
  background-image: url("../../../assets/images/sissyfetish-522x720.jpg");
}
.cid-uLNIebSQ71 .link,
.cid-uLNIebSQ71 .card-box {
  color: #ffffff;
}
.cid-uLNIebSQ71 .mbr-text,
.cid-uLNIebSQ71 .link-wrap {
  text-align: center;
}
.cid-uLNIebSQ71 .main-subtitle {
  color: #ffffff;
}
.cid-uLNIebSQ71 .mbr-section-subtitle {
  color: #999999;
}
.cid-uLNIebSQ71 .mbr-section-text {
  color: #999999;
}
.cid-uLNIecEy3Z {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-uLNIecEy3Z .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-uLNIecEy3Z .card-img {
  padding-bottom: 1rem;
}
.cid-uLNIecEy3Z .card {
  cursor: pointer;
  transition: all 0.3s;
}
.cid-uLNIecEy3Z .card:hover {
  transform: translateY(-10px);
}
.cid-uLNIecEy3Z .mbr-text,
.cid-uLNIecEy3Z .card-title {
  opacity: 0;
}
.cid-uLNIecEy3Z .card-wrapper {
  display: flex;
  justify-content: center;
  padding: 1rem;
  background-position: center;
  background-size: cover;
  padding-top: 15rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
}
.cid-uLNIecEy3Z .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uLNIecEy3Z .card:hover .card-wrapper:after {
    opacity: 0.8;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
  .cid-uLNIecEy3Z .card:hover .mbr-text,
  .cid-uLNIecEy3Z .card:hover .card-title {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-uLNIecEy3Z .card {
    padding-bottom: 1rem !important;
  }
  .cid-uLNIecEy3Z .card .mbr-text,
  .cid-uLNIecEy3Z .card .card-title {
    opacity: 1;
  }
  .cid-uLNIecEy3Z .card-wrapper:after {
    opacity: 0.7;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
}
.cid-uLNIecEy3Z .row {
  justify-content: center;
}
.cid-uLNIecEy3Z .card-title {
  border-bottom: 1px solid #999999;
}
.cid-uLNIecEy3Z .card1 {
  background-image: url("../../../assets/images/pantyfetish-568x656.jpg");
}
.cid-uLNIecEy3Z .card2 {
  background-image: url("../../../assets/images/laxtenfetihs8-483x632.jpg");
}
.cid-uLNIecEy3Z .card3 {
  background-image: url("../../../assets/images/voyeurism-472x569.jpg");
}
.cid-uLNIecEy3Z .link,
.cid-uLNIecEy3Z .card-box {
  color: #ffffff;
}
.cid-uLNIecEy3Z .mbr-text,
.cid-uLNIecEy3Z .link-wrap {
  text-align: center;
}
.cid-uLNIecEy3Z .main-subtitle {
  color: #ffffff;
}
.cid-uLNIecEy3Z .mbr-section-subtitle {
  color: #999999;
}
.cid-uLNIecEy3Z .mbr-section-text {
  color: #999999;
}
.cid-uLNIedpqDE {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #040402;
}
.cid-uLNIedpqDE img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
}
@media (min-width: 767px) {
  .cid-uLNIedpqDE .container-fluid {
    padding: 0 2rem;
  }
}
.cid-uLNIedpqDE .card-wrapper {
  background: #635a51;
  padding: 3rem;
}
.cid-uLNIedpqDE .card-wrapper:hover {
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLNIedpqDE .text-wrap {
  display: flex;
  justify-content: center;
  padding-top: 1rem;
}
.cid-uLNIedpqDE .icon-wrapper {
  padding: 0 1rem;
}
.cid-uLNIedpqDE .card-box {
  padding-top: 2rem;
}
.cid-uLNIedpqDE .link-icon {
  font-size: 1.5rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uLNIedpqDE .card-title {
  color: #999999;
}
.cid-uLNIedpqDE .mbr-subtitle {
  color: #ffffff;
}
.cid-uLNIedpqDE .main-title {
  color: #ffffff;
}
.cid-uLNIedpqDE .main-subtitle {
  color: #999999;
}
.cid-uLNIedpqDE .card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uLNIedpqDE .card:hover {
  transform: translateY(-10px);
}
.cid-uLNIedpqDE .card:hover .link-icon {
  color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uLNIedpqDE .card:hover .card-title,
.cid-uLNIedpqDE .card:hover .mbr-subtitle {
  color: #ffffff !important;
}
@media (min-width: 1600px) {
  .cid-uLNIedpqDE .card {
    max-width: 20%;
  }
}
@media (max-width: 1600px) {
  .cid-uLNIedpqDE .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uLNIeeG18S {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #191919;
}
.cid-uLNIeeG18S .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLNIeeG18S .mbr-text,
.cid-uLNIeeG18S .mbr-section-btn {
  color: #999999;
}
.cid-uLNIefs26M {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #111111;
}
.cid-uLNIefs26M img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uLNIefs26M .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uLNIefs26M .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uLNIefs26M .first:hover:before {
  content: none;
}
.cid-uLNIefs26M .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLNIefs26M .last:hover:after {
  content: none;
}
.cid-uLNIefs26M .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLNIefs26M .mbr-section-text {
  color: #999999;
}
.cid-uLNIefs26M .card {
  z-index: 1;
  position: relative;
  transition: all 0.3s;
}
.cid-uLNIefs26M .card .img-wrapper {
  overflow: hidden;
}
.cid-uLNIefs26M .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uLNIefs26M .card:hover .card-wrapper {
  background: linear-gradient(to left, #fc5130, #e2090d);
  color: #ffffff !important;
}
.cid-uLNIefs26M .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uLNIegehUM {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-uLNIegehUM img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uLNIegehUM .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uLNIegehUM .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uLNIegehUM .first:hover:before {
  content: none;
}
.cid-uLNIegehUM .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLNIegehUM .last:hover:after {
  content: none;
}
.cid-uLNIegehUM .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLNIegehUM .mbr-section-text {
  color: #999999;
}
.cid-uLNIegehUM .card {
  z-index: 1;
  position: relative;
  transition: all 0.3s;
}
.cid-uLNIegehUM .card .img-wrapper {
  overflow: hidden;
}
.cid-uLNIegehUM .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uLNIegehUM .card:hover .card-wrapper {
  background: linear-gradient(to left, #fc5130, #e2090d);
  color: #ffffff !important;
}
.cid-uLNIegehUM .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uLNIehgFkn {
  padding-top: 60px;
  padding-bottom: 0px;
  position: relative;
  background-color: #000000;
}
.cid-uLNIehgFkn p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-uLNIehgFkn .panel-title {
  border-bottom: 2px solid #cf0509;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-uLNIehgFkn .collapsed {
  border: none;
}
.cid-uLNIehgFkn .collapsed span {
  transform: rotate(0deg);
}
.cid-uLNIehgFkn span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-uLNIehgFkn .panel-body {
  padding-top: 0.5rem;
}
.cid-uLNIehgFkn .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uLNIehgFkn .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-uLNIehgFkn .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uLNIehgFkn .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uLNIehgFkn .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-uLNIehgFkn .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uLNIehgFkn .panel-text {
  color: #767676;
}
.cid-uLNIehgFkn H4 {
  color: #999999;
}
.cid-uLNIehgFkn H2 {
  color: #ffffff;
}
.cid-uLNIehgFkn .mbr-section-text {
  color: #999999;
}
.cid-uLNIei1Abj {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #000000;
}
.cid-uLNIei1Abj p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-uLNIei1Abj .panel-title {
  border-bottom: 2px solid #e2090d;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-uLNIei1Abj .collapsed {
  border: none;
}
.cid-uLNIei1Abj .collapsed span {
  transform: rotate(0deg);
}
.cid-uLNIei1Abj span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-uLNIei1Abj .panel-body {
  padding-top: 0.5rem;
}
.cid-uLNIei1Abj .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uLNIei1Abj .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-uLNIei1Abj .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uLNIei1Abj .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uLNIei1Abj .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-uLNIei1Abj .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uLNIei1Abj .panel-text {
  color: #767676;
}
.cid-uLNIei1Abj H4 {
  color: #999999;
}
.cid-uLNIei1Abj H2 {
  color: #ffffff;
}
.cid-uLNIei1Abj .mbr-section-text {
  color: #999999;
}
.cid-uLNIeixGmt {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/fetishlife-1360x535.jpg");
}
.cid-uLNIeixGmt H1 {
  color: #b30609;
}
.cid-uLNIeixGmt h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uLNIeixGmt .mbr-text,
.cid-uLNIeixGmt .mbr-section-btn {
  color: #cccccc;
}
.cid-uLNIejya4N {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #191919;
}
.cid-uLNIejya4N .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uLNIejya4N .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-uLNIejya4N .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uLNIejya4N .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #b30609;
}
.cid-uLNIejya4N .container {
  max-width: 1400px;
}
.cid-uLNIejya4N li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-uLNIejya4N .time {
  line-height: 2;
}
.cid-uLNIejya4N .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-uLNIejya4N .text-wrap {
  width: 100%;
}
.cid-uLNIejya4N .item-wrap {
  display: inline-block;
}
.cid-uLNIejya4N .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uLNIejya4N .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-uLNIejya4N .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uLNIejya4N .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLNIejya4N .socicon-wrap {
    margin: auto;
  }
}
.cid-uLNIejya4N .mbr-text {
  color: #999999;
}
.cid-uLNIejya4N .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-uLNIejya4N .icon-title,
.cid-uLNIejya4N .align-wrap {
  color: #f3f3f3;
  width: 100%;
  text-align: center;
}
.cid-uLNIejya4N .item-text,
.cid-uLNIejya4N .item-icon {
  color: #f3f3f3;
}
.cid-uLNIejya4N .mbr-text,
.cid-uLNIejya4N .mbr-section-btn {
  color: #e5e5e5;
}
.cid-uLO7gkJoyd .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLO7gkJoyd .btn {
  white-space: nowrap;
}
.cid-uLO7gkJoyd .nav-link,
.cid-uLO7gkJoyd .icons-menu .mbr-iconfont,
.cid-uLO7gkJoyd .dropdown-item {
  transition: all 0.1s;
}
.cid-uLO7gkJoyd .nav-link:hover,
.cid-uLO7gkJoyd .icons-menu .mbr-iconfont:hover,
.cid-uLO7gkJoyd .dropdown-item:hover {
  color: #fc5130 !important;
}
@media (max-width: 992px) {
  .cid-uLO7gkJoyd .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uLO7gkJoyd .container {
  display: flex;
  margin: auto;
}
.cid-uLO7gkJoyd .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-uLO7gkJoyd .navbar.opened {
  transition: all .3s;
}
.cid-uLO7gkJoyd .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uLO7gkJoyd .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLO7gkJoyd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLO7gkJoyd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLO7gkJoyd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uLO7gkJoyd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLO7gkJoyd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLO7gkJoyd .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: 55%;
}
.cid-uLO7gkJoyd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLO7gkJoyd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uLO7gkJoyd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uLO7gkJoyd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLO7gkJoyd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLO7gkJoyd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLO7gkJoyd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLO7gkJoyd .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: 55%;
  }
  .cid-uLO7gkJoyd .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uLO7gkJoyd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLO7gkJoyd .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLO7gkJoyd .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLO7gkJoyd .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uLO7gkJoyd .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uLO7gkJoyd .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-uLO7gkJoyd .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uLO7gkJoyd .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uLO7gkJoyd .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uLO7gkJoyd .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uLO7gkJoyd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLO7gkJoyd .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uLO7gkJoyd .navbar-caption {
  padding-right: 4rem;
}
.cid-uLO7gkJoyd .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uLO7gkJoyd .dropdown-menu,
.cid-uLO7gkJoyd .navbar.opened {
  background: #191919 !important;
}
.cid-uLO7gkJoyd .nav-item:focus,
.cid-uLO7gkJoyd .nav-link:focus {
  outline: none;
}
.cid-uLO7gkJoyd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLO7gkJoyd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLO7gkJoyd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uLO7gkJoyd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLO7gkJoyd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLO7gkJoyd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uLO7gkJoyd .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLO7gkJoyd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLO7gkJoyd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLO7gkJoyd .dropdown-item.active,
.cid-uLO7gkJoyd .dropdown-item:active {
  background-color: transparent;
}
.cid-uLO7gkJoyd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLO7gkJoyd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLO7gkJoyd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLO7gkJoyd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-uLO7gkJoyd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLO7gkJoyd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLO7gkJoyd ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uLO7gkJoyd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLO7gkJoyd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uLO7gkJoyd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uLO7gkJoyd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uLO7gkJoyd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uLO7gkJoyd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uLO7gkJoyd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uLO7gkJoyd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uLO7gkJoyd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uLO7gkJoyd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uLO7gkJoyd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uLO7gkJoyd .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uLO7gkJoyd a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uLO7gkJoyd .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uLO7gkJoyd .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLO7gkJoyd .navbar {
    height: 77px;
  }
  .cid-uLO7gkJoyd .navbar.opened {
    height: auto;
  }
  .cid-uLO7gkJoyd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLO7gkJoyd .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uLO7gljInn {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #040402;
}
.cid-uLO7gljInn H1 {
  color: #b30609;
}
.cid-uLO7gljInn h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uLO7gljInn img {
  width: 100%;
}
.cid-uLO7gljInn .mbr-text,
.cid-uLO7gljInn .mbr-section-btn {
  color: #999999;
}
.cid-uLO7glNmKo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uLO7glNmKo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLO7glNmKo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLO7glNmKo .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #e2090d;
  margin-bottom: 2rem;
}
.cid-uLO7glNmKo .item-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uLO7glNmKo .card-title,
.cid-uLO7glNmKo .card-box {
  color: #cccccc;
}
.cid-uLO7gmGgMr {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #191919;
}
.cid-uLO7gmGgMr .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLO7gmGgMr .mbr-text,
.cid-uLO7gmGgMr .mbr-section-btn {
  color: #999999;
}
.cid-uLO7gn7Qr0 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uLO7gn7Qr0 img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uLO7gn7Qr0 .link-wrapper {
  margin-bottom: 1rem;
}
.cid-uLO7gn7Qr0 .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-uLO7gn7Qr0 .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uLO7gn7Qr0 .card-wrapper {
  background: #465052;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uLO7gn7Qr0 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uLO7gn7Qr0 .first:hover:before {
  content: none;
}
.cid-uLO7gn7Qr0 .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLO7gn7Qr0 .last:hover:after {
  content: none;
}
.cid-uLO7gn7Qr0 .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLO7gn7Qr0 .mbr-section-text {
  color: #999999;
}
.cid-uLO7gn7Qr0 .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-uLO7gn7Qr0 .card .img-wrapper {
  overflow: hidden;
}
.cid-uLO7gn7Qr0 .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uLO7gn7Qr0 .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uLO7gn7Qr0 .card:hover .card-wrapper {
  background: linear-gradient(to left, #fc5130, #e2090d);
  color: #ffffff !important;
}
.cid-uLO7gn7Qr0 .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uLO7go025R {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uLO7go025R .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLO7go025R .mbr-text,
.cid-uLO7go025R .mbr-section-btn {
  color: #999999;
}
.cid-uLO7go025R img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uLO7go025R img {
    width: 96%;
  }
}
.cid-uLO7gouYyK {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-uLO7gouYyK .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-uLO7gouYyK .card-img {
  padding-bottom: 1rem;
}
.cid-uLO7gouYyK .card {
  cursor: pointer;
  transition: all 0.3s;
}
.cid-uLO7gouYyK .card:hover {
  transform: translateY(-10px);
}
.cid-uLO7gouYyK .mbr-text,
.cid-uLO7gouYyK .card-title {
  opacity: 0;
}
.cid-uLO7gouYyK .card-wrapper {
  display: flex;
  justify-content: center;
  padding: 1rem;
  background-position: center;
  background-size: cover;
  padding-top: 15rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
}
.cid-uLO7gouYyK .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uLO7gouYyK .card:hover .card-wrapper:after {
    opacity: 0.8;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
  .cid-uLO7gouYyK .card:hover .mbr-text,
  .cid-uLO7gouYyK .card:hover .card-title {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-uLO7gouYyK .card {
    padding-bottom: 1rem !important;
  }
  .cid-uLO7gouYyK .card .mbr-text,
  .cid-uLO7gouYyK .card .card-title {
    opacity: 1;
  }
  .cid-uLO7gouYyK .card-wrapper:after {
    opacity: 0.7;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
}
.cid-uLO7gouYyK .row {
  justify-content: center;
}
.cid-uLO7gouYyK .card-title {
  border-bottom: 1px solid #999999;
}
.cid-uLO7gouYyK .card1 {
  background-image: url("../../../assets/images/bdsmfetish-493x632.jpg");
}
.cid-uLO7gouYyK .card2 {
  background-image: url("../../../assets/images/footfetish-504x642.jpg");
}
.cid-uLO7gouYyK .card3 {
  background-image: url("../../../assets/images/spanling-417x473.jpg");
}
.cid-uLO7gouYyK .link,
.cid-uLO7gouYyK .card-box {
  color: #ffffff;
}
.cid-uLO7gouYyK .mbr-text,
.cid-uLO7gouYyK .link-wrap {
  text-align: center;
}
.cid-uLO7gouYyK .main-subtitle {
  color: #ffffff;
}
.cid-uLO7gouYyK .mbr-section-subtitle {
  color: #999999;
}
.cid-uLO7gouYyK .mbr-section-text {
  color: #999999;
}
.cid-uLO7gpBjgi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #111111;
}
.cid-uLO7gpBjgi .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-uLO7gpBjgi .card-img {
  padding-bottom: 1rem;
}
.cid-uLO7gpBjgi .card {
  cursor: pointer;
  transition: all 0.3s;
}
.cid-uLO7gpBjgi .card:hover {
  transform: translateY(-10px);
}
.cid-uLO7gpBjgi .mbr-text,
.cid-uLO7gpBjgi .card-title {
  opacity: 0;
}
.cid-uLO7gpBjgi .card-wrapper {
  display: flex;
  justify-content: center;
  padding: 1rem;
  background-position: center;
  background-size: cover;
  padding-top: 15rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
}
.cid-uLO7gpBjgi .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uLO7gpBjgi .card:hover .card-wrapper:after {
    opacity: 0.8;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
  .cid-uLO7gpBjgi .card:hover .mbr-text,
  .cid-uLO7gpBjgi .card:hover .card-title {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-uLO7gpBjgi .card {
    padding-bottom: 1rem !important;
  }
  .cid-uLO7gpBjgi .card .mbr-text,
  .cid-uLO7gpBjgi .card .card-title {
    opacity: 1;
  }
  .cid-uLO7gpBjgi .card-wrapper:after {
    opacity: 0.7;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
}
.cid-uLO7gpBjgi .row {
  justify-content: center;
}
.cid-uLO7gpBjgi .card-title {
  border-bottom: 1px solid #999999;
}
.cid-uLO7gpBjgi .card1 {
  background-image: url("../../../assets/images/cuckoldfetish-456x540.jpg");
}
.cid-uLO7gpBjgi .card2 {
  background-image: url("../../../assets/images/fatfetishww-529x660.jpg");
}
.cid-uLO7gpBjgi .card3 {
  background-image: url("../../../assets/images/ddlgdating-399x474.jpg");
}
.cid-uLO7gpBjgi .link,
.cid-uLO7gpBjgi .card-box {
  color: #ffffff;
}
.cid-uLO7gpBjgi .mbr-text,
.cid-uLO7gpBjgi .link-wrap {
  text-align: center;
}
.cid-uLO7gpBjgi .main-subtitle {
  color: #ffffff;
}
.cid-uLO7gpBjgi .mbr-section-subtitle {
  color: #999999;
}
.cid-uLO7gpBjgi .mbr-section-text {
  color: #999999;
}
.cid-uLO7gqj8BN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #111111;
}
.cid-uLO7gqj8BN .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-uLO7gqj8BN .card-img {
  padding-bottom: 1rem;
}
.cid-uLO7gqj8BN .card {
  cursor: pointer;
  transition: all 0.3s;
}
.cid-uLO7gqj8BN .card:hover {
  transform: translateY(-10px);
}
.cid-uLO7gqj8BN .mbr-text,
.cid-uLO7gqj8BN .card-title {
  opacity: 0;
}
.cid-uLO7gqj8BN .card-wrapper {
  display: flex;
  justify-content: center;
  padding: 1rem;
  background-position: center;
  background-size: cover;
  padding-top: 15rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
}
.cid-uLO7gqj8BN .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uLO7gqj8BN .card:hover .card-wrapper:after {
    opacity: 0.8;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
  .cid-uLO7gqj8BN .card:hover .mbr-text,
  .cid-uLO7gqj8BN .card:hover .card-title {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-uLO7gqj8BN .card {
    padding-bottom: 1rem !important;
  }
  .cid-uLO7gqj8BN .card .mbr-text,
  .cid-uLO7gqj8BN .card .card-title {
    opacity: 1;
  }
  .cid-uLO7gqj8BN .card-wrapper:after {
    opacity: 0.7;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
}
.cid-uLO7gqj8BN .row {
  justify-content: center;
}
.cid-uLO7gqj8BN .card-title {
  border-bottom: 1px solid #999999;
}
.cid-uLO7gqj8BN .card1 {
  background-image: url("../../../assets/images/smokingfetish-486x582.jpg");
}
.cid-uLO7gqj8BN .card2 {
  background-image: url("../../../assets/images/toughthfetish-512x625.jpg");
}
.cid-uLO7gqj8BN .card3 {
  background-image: url("../../../assets/images/feindom-485x575.jpg");
}
.cid-uLO7gqj8BN .link,
.cid-uLO7gqj8BN .card-box {
  color: #ffffff;
}
.cid-uLO7gqj8BN .mbr-text,
.cid-uLO7gqj8BN .link-wrap {
  text-align: center;
}
.cid-uLO7gqj8BN .main-subtitle {
  color: #ffffff;
}
.cid-uLO7gqj8BN .mbr-section-subtitle {
  color: #999999;
}
.cid-uLO7gqj8BN .mbr-section-text {
  color: #999999;
}
.cid-uLO7gqS277 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #111111;
}
.cid-uLO7gqS277 .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-uLO7gqS277 .card-img {
  padding-bottom: 1rem;
}
.cid-uLO7gqS277 .card {
  cursor: pointer;
  transition: all 0.3s;
}
.cid-uLO7gqS277 .card:hover {
  transform: translateY(-10px);
}
.cid-uLO7gqS277 .mbr-text,
.cid-uLO7gqS277 .card-title {
  opacity: 0;
}
.cid-uLO7gqS277 .card-wrapper {
  display: flex;
  justify-content: center;
  padding: 1rem;
  background-position: center;
  background-size: cover;
  padding-top: 15rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
}
.cid-uLO7gqS277 .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uLO7gqS277 .card:hover .card-wrapper:after {
    opacity: 0.8;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
  .cid-uLO7gqS277 .card:hover .mbr-text,
  .cid-uLO7gqS277 .card:hover .card-title {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-uLO7gqS277 .card {
    padding-bottom: 1rem !important;
  }
  .cid-uLO7gqS277 .card .mbr-text,
  .cid-uLO7gqS277 .card .card-title {
    opacity: 1;
  }
  .cid-uLO7gqS277 .card-wrapper:after {
    opacity: 0.7;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
}
.cid-uLO7gqS277 .row {
  justify-content: center;
}
.cid-uLO7gqS277 .card-title {
  border-bottom: 1px solid #999999;
}
.cid-uLO7gqS277 .card1 {
  background-image: url("../../../assets/images/roleplayfetish-516x715.jpg");
}
.cid-uLO7gqS277 .card2 {
  background-image: url("../../../assets/images/femdombdsm-474x578.jpg");
}
.cid-uLO7gqS277 .card3 {
  background-image: url("../../../assets/images/sissyfetish-522x720.jpg");
}
.cid-uLO7gqS277 .link,
.cid-uLO7gqS277 .card-box {
  color: #ffffff;
}
.cid-uLO7gqS277 .mbr-text,
.cid-uLO7gqS277 .link-wrap {
  text-align: center;
}
.cid-uLO7gqS277 .main-subtitle {
  color: #ffffff;
}
.cid-uLO7gqS277 .mbr-section-subtitle {
  color: #999999;
}
.cid-uLO7gqS277 .mbr-section-text {
  color: #999999;
}
.cid-uLO7grwo3V {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-uLO7grwo3V .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-uLO7grwo3V .card-img {
  padding-bottom: 1rem;
}
.cid-uLO7grwo3V .card {
  cursor: pointer;
  transition: all 0.3s;
}
.cid-uLO7grwo3V .card:hover {
  transform: translateY(-10px);
}
.cid-uLO7grwo3V .mbr-text,
.cid-uLO7grwo3V .card-title {
  opacity: 0;
}
.cid-uLO7grwo3V .card-wrapper {
  display: flex;
  justify-content: center;
  padding: 1rem;
  background-position: center;
  background-size: cover;
  padding-top: 15rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
}
.cid-uLO7grwo3V .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uLO7grwo3V .card:hover .card-wrapper:after {
    opacity: 0.8;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
  .cid-uLO7grwo3V .card:hover .mbr-text,
  .cid-uLO7grwo3V .card:hover .card-title {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-uLO7grwo3V .card {
    padding-bottom: 1rem !important;
  }
  .cid-uLO7grwo3V .card .mbr-text,
  .cid-uLO7grwo3V .card .card-title {
    opacity: 1;
  }
  .cid-uLO7grwo3V .card-wrapper:after {
    opacity: 0.7;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
}
.cid-uLO7grwo3V .row {
  justify-content: center;
}
.cid-uLO7grwo3V .card-title {
  border-bottom: 1px solid #999999;
}
.cid-uLO7grwo3V .card1 {
  background-image: url("../../../assets/images/pantyfetish-568x656.jpg");
}
.cid-uLO7grwo3V .card2 {
  background-image: url("../../../assets/images/laxtenfetihs8-483x632.jpg");
}
.cid-uLO7grwo3V .card3 {
  background-image: url("../../../assets/images/voyeurism-472x569.jpg");
}
.cid-uLO7grwo3V .link,
.cid-uLO7grwo3V .card-box {
  color: #ffffff;
}
.cid-uLO7grwo3V .mbr-text,
.cid-uLO7grwo3V .link-wrap {
  text-align: center;
}
.cid-uLO7grwo3V .main-subtitle {
  color: #ffffff;
}
.cid-uLO7grwo3V .mbr-section-subtitle {
  color: #999999;
}
.cid-uLO7grwo3V .mbr-section-text {
  color: #999999;
}
.cid-uLO7gs8Jda {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #040402;
}
.cid-uLO7gs8Jda img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
}
@media (min-width: 767px) {
  .cid-uLO7gs8Jda .container-fluid {
    padding: 0 2rem;
  }
}
.cid-uLO7gs8Jda .card-wrapper {
  background: #635a51;
  padding: 3rem;
}
.cid-uLO7gs8Jda .card-wrapper:hover {
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLO7gs8Jda .text-wrap {
  display: flex;
  justify-content: center;
  padding-top: 1rem;
}
.cid-uLO7gs8Jda .icon-wrapper {
  padding: 0 1rem;
}
.cid-uLO7gs8Jda .card-box {
  padding-top: 2rem;
}
.cid-uLO7gs8Jda .link-icon {
  font-size: 1.5rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uLO7gs8Jda .card-title {
  color: #999999;
}
.cid-uLO7gs8Jda .mbr-subtitle {
  color: #ffffff;
}
.cid-uLO7gs8Jda .main-title {
  color: #ffffff;
}
.cid-uLO7gs8Jda .main-subtitle {
  color: #999999;
}
.cid-uLO7gs8Jda .card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uLO7gs8Jda .card:hover {
  transform: translateY(-10px);
}
.cid-uLO7gs8Jda .card:hover .link-icon {
  color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uLO7gs8Jda .card:hover .card-title,
.cid-uLO7gs8Jda .card:hover .mbr-subtitle {
  color: #ffffff !important;
}
@media (min-width: 1600px) {
  .cid-uLO7gs8Jda .card {
    max-width: 20%;
  }
}
@media (max-width: 1600px) {
  .cid-uLO7gs8Jda .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uLO7gtwkX8 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #191919;
}
.cid-uLO7gtwkX8 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLO7gtwkX8 .mbr-text,
.cid-uLO7gtwkX8 .mbr-section-btn {
  color: #999999;
}
.cid-uLO7gu2dpw {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #111111;
}
.cid-uLO7gu2dpw img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uLO7gu2dpw .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uLO7gu2dpw .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uLO7gu2dpw .first:hover:before {
  content: none;
}
.cid-uLO7gu2dpw .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLO7gu2dpw .last:hover:after {
  content: none;
}
.cid-uLO7gu2dpw .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLO7gu2dpw .mbr-section-text {
  color: #999999;
}
.cid-uLO7gu2dpw .card {
  z-index: 1;
  position: relative;
  transition: all 0.3s;
}
.cid-uLO7gu2dpw .card .img-wrapper {
  overflow: hidden;
}
.cid-uLO7gu2dpw .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uLO7gu2dpw .card:hover .card-wrapper {
  background: linear-gradient(to left, #fc5130, #e2090d);
  color: #ffffff !important;
}
.cid-uLO7gu2dpw .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uLO7guKRyq {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-uLO7guKRyq img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uLO7guKRyq .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uLO7guKRyq .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uLO7guKRyq .first:hover:before {
  content: none;
}
.cid-uLO7guKRyq .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLO7guKRyq .last:hover:after {
  content: none;
}
.cid-uLO7guKRyq .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLO7guKRyq .mbr-section-text {
  color: #999999;
}
.cid-uLO7guKRyq .card {
  z-index: 1;
  position: relative;
  transition: all 0.3s;
}
.cid-uLO7guKRyq .card .img-wrapper {
  overflow: hidden;
}
.cid-uLO7guKRyq .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uLO7guKRyq .card:hover .card-wrapper {
  background: linear-gradient(to left, #fc5130, #e2090d);
  color: #ffffff !important;
}
.cid-uLO7guKRyq .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uLO7gvr1r7 {
  padding-top: 60px;
  padding-bottom: 0px;
  position: relative;
  background-color: #000000;
}
.cid-uLO7gvr1r7 p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-uLO7gvr1r7 .panel-title {
  border-bottom: 2px solid #cf0509;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-uLO7gvr1r7 .collapsed {
  border: none;
}
.cid-uLO7gvr1r7 .collapsed span {
  transform: rotate(0deg);
}
.cid-uLO7gvr1r7 span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-uLO7gvr1r7 .panel-body {
  padding-top: 0.5rem;
}
.cid-uLO7gvr1r7 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uLO7gvr1r7 .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-uLO7gvr1r7 .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uLO7gvr1r7 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uLO7gvr1r7 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-uLO7gvr1r7 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uLO7gvr1r7 .panel-text {
  color: #767676;
}
.cid-uLO7gvr1r7 H4 {
  color: #999999;
}
.cid-uLO7gvr1r7 H2 {
  color: #ffffff;
}
.cid-uLO7gvr1r7 .mbr-section-text {
  color: #999999;
}
.cid-uLO7gwmLJm {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #000000;
}
.cid-uLO7gwmLJm p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-uLO7gwmLJm .panel-title {
  border-bottom: 2px solid #e2090d;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-uLO7gwmLJm .collapsed {
  border: none;
}
.cid-uLO7gwmLJm .collapsed span {
  transform: rotate(0deg);
}
.cid-uLO7gwmLJm span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-uLO7gwmLJm .panel-body {
  padding-top: 0.5rem;
}
.cid-uLO7gwmLJm .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uLO7gwmLJm .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-uLO7gwmLJm .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uLO7gwmLJm .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uLO7gwmLJm .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-uLO7gwmLJm .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uLO7gwmLJm .panel-text {
  color: #767676;
}
.cid-uLO7gwmLJm H4 {
  color: #999999;
}
.cid-uLO7gwmLJm H2 {
  color: #ffffff;
}
.cid-uLO7gwmLJm .mbr-section-text {
  color: #999999;
}
.cid-uLO7gx4BY7 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/fetishlife-1360x535.jpg");
}
.cid-uLO7gx4BY7 H1 {
  color: #b30609;
}
.cid-uLO7gx4BY7 h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uLO7gx4BY7 .mbr-text,
.cid-uLO7gx4BY7 .mbr-section-btn {
  color: #cccccc;
}
.cid-uLO7gxYk39 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #191919;
}
.cid-uLO7gxYk39 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uLO7gxYk39 .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-uLO7gxYk39 .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uLO7gxYk39 .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #b30609;
}
.cid-uLO7gxYk39 .container {
  max-width: 1400px;
}
.cid-uLO7gxYk39 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-uLO7gxYk39 .time {
  line-height: 2;
}
.cid-uLO7gxYk39 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-uLO7gxYk39 .text-wrap {
  width: 100%;
}
.cid-uLO7gxYk39 .item-wrap {
  display: inline-block;
}
.cid-uLO7gxYk39 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uLO7gxYk39 .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-uLO7gxYk39 .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uLO7gxYk39 .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLO7gxYk39 .socicon-wrap {
    margin: auto;
  }
}
.cid-uLO7gxYk39 .mbr-text {
  color: #999999;
}
.cid-uLO7gxYk39 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-uLO7gxYk39 .icon-title,
.cid-uLO7gxYk39 .align-wrap {
  color: #f3f3f3;
  width: 100%;
  text-align: center;
}
.cid-uLO7gxYk39 .item-text,
.cid-uLO7gxYk39 .item-icon {
  color: #f3f3f3;
}
.cid-uLO7gxYk39 .mbr-text,
.cid-uLO7gxYk39 .mbr-section-btn {
  color: #e5e5e5;
}
.cid-uLOdyeGOzE .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLOdyeGOzE .btn {
  white-space: nowrap;
}
.cid-uLOdyeGOzE .nav-link,
.cid-uLOdyeGOzE .icons-menu .mbr-iconfont,
.cid-uLOdyeGOzE .dropdown-item {
  transition: all 0.1s;
}
.cid-uLOdyeGOzE .nav-link:hover,
.cid-uLOdyeGOzE .icons-menu .mbr-iconfont:hover,
.cid-uLOdyeGOzE .dropdown-item:hover {
  color: #fc5130 !important;
}
@media (max-width: 992px) {
  .cid-uLOdyeGOzE .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uLOdyeGOzE .container {
  display: flex;
  margin: auto;
}
.cid-uLOdyeGOzE .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-uLOdyeGOzE .navbar.opened {
  transition: all .3s;
}
.cid-uLOdyeGOzE .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uLOdyeGOzE .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLOdyeGOzE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLOdyeGOzE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLOdyeGOzE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uLOdyeGOzE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLOdyeGOzE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLOdyeGOzE .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: 55%;
}
.cid-uLOdyeGOzE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLOdyeGOzE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uLOdyeGOzE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uLOdyeGOzE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLOdyeGOzE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLOdyeGOzE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLOdyeGOzE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLOdyeGOzE .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: 55%;
  }
  .cid-uLOdyeGOzE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uLOdyeGOzE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLOdyeGOzE .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLOdyeGOzE .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLOdyeGOzE .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uLOdyeGOzE .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uLOdyeGOzE .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-uLOdyeGOzE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uLOdyeGOzE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uLOdyeGOzE .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uLOdyeGOzE .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uLOdyeGOzE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLOdyeGOzE .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uLOdyeGOzE .navbar-caption {
  padding-right: 4rem;
}
.cid-uLOdyeGOzE .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uLOdyeGOzE .dropdown-menu,
.cid-uLOdyeGOzE .navbar.opened {
  background: #191919 !important;
}
.cid-uLOdyeGOzE .nav-item:focus,
.cid-uLOdyeGOzE .nav-link:focus {
  outline: none;
}
.cid-uLOdyeGOzE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLOdyeGOzE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLOdyeGOzE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uLOdyeGOzE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLOdyeGOzE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLOdyeGOzE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uLOdyeGOzE .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLOdyeGOzE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLOdyeGOzE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLOdyeGOzE .dropdown-item.active,
.cid-uLOdyeGOzE .dropdown-item:active {
  background-color: transparent;
}
.cid-uLOdyeGOzE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLOdyeGOzE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLOdyeGOzE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLOdyeGOzE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-uLOdyeGOzE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLOdyeGOzE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLOdyeGOzE ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uLOdyeGOzE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLOdyeGOzE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uLOdyeGOzE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uLOdyeGOzE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uLOdyeGOzE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uLOdyeGOzE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uLOdyeGOzE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uLOdyeGOzE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uLOdyeGOzE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uLOdyeGOzE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uLOdyeGOzE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uLOdyeGOzE .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uLOdyeGOzE a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uLOdyeGOzE .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uLOdyeGOzE .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLOdyeGOzE .navbar {
    height: 77px;
  }
  .cid-uLOdyeGOzE .navbar.opened {
    height: auto;
  }
  .cid-uLOdyeGOzE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLOdyeGOzE .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uLOdyffSbT {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #040402;
}
.cid-uLOdyffSbT H1 {
  color: #b30609;
}
.cid-uLOdyffSbT h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uLOdyffSbT img {
  width: 100%;
}
.cid-uLOdyffSbT .mbr-text,
.cid-uLOdyffSbT .mbr-section-btn {
  color: #999999;
}
.cid-uLOdyg8w8M {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uLOdyg8w8M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLOdyg8w8M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLOdyg8w8M .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #e2090d;
  margin-bottom: 2rem;
}
.cid-uLOdyg8w8M .item-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uLOdyg8w8M .card-title,
.cid-uLOdyg8w8M .card-box {
  color: #cccccc;
}
.cid-uLOdygQKdt {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #191919;
}
.cid-uLOdygQKdt .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLOdygQKdt .mbr-text,
.cid-uLOdygQKdt .mbr-section-btn {
  color: #999999;
}
.cid-uLOdyhj2NZ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uLOdyhj2NZ img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uLOdyhj2NZ .link-wrapper {
  margin-bottom: 1rem;
}
.cid-uLOdyhj2NZ .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-uLOdyhj2NZ .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uLOdyhj2NZ .card-wrapper {
  background: #465052;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uLOdyhj2NZ .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uLOdyhj2NZ .first:hover:before {
  content: none;
}
.cid-uLOdyhj2NZ .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLOdyhj2NZ .last:hover:after {
  content: none;
}
.cid-uLOdyhj2NZ .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLOdyhj2NZ .mbr-section-text {
  color: #999999;
}
.cid-uLOdyhj2NZ .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-uLOdyhj2NZ .card .img-wrapper {
  overflow: hidden;
}
.cid-uLOdyhj2NZ .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uLOdyhj2NZ .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uLOdyhj2NZ .card:hover .card-wrapper {
  background: linear-gradient(to left, #fc5130, #e2090d);
  color: #ffffff !important;
}
.cid-uLOdyhj2NZ .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uLOdyidDXp {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191919;
}
.cid-uLOdyidDXp .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLOdyidDXp .mbr-text,
.cid-uLOdyidDXp .mbr-section-btn {
  color: #999999;
}
.cid-uLOdyidDXp img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uLOdyidDXp img {
    width: 96%;
  }
}
.cid-uLOdyiHTMV {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-uLOdyiHTMV .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-uLOdyiHTMV .card-img {
  padding-bottom: 1rem;
}
.cid-uLOdyiHTMV .card {
  cursor: pointer;
  transition: all 0.3s;
}
.cid-uLOdyiHTMV .card:hover {
  transform: translateY(-10px);
}
.cid-uLOdyiHTMV .mbr-text,
.cid-uLOdyiHTMV .card-title {
  opacity: 0;
}
.cid-uLOdyiHTMV .card-wrapper {
  display: flex;
  justify-content: center;
  padding: 1rem;
  background-position: center;
  background-size: cover;
  padding-top: 15rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
}
.cid-uLOdyiHTMV .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uLOdyiHTMV .card:hover .card-wrapper:after {
    opacity: 0.8;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
  .cid-uLOdyiHTMV .card:hover .mbr-text,
  .cid-uLOdyiHTMV .card:hover .card-title {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-uLOdyiHTMV .card {
    padding-bottom: 1rem !important;
  }
  .cid-uLOdyiHTMV .card .mbr-text,
  .cid-uLOdyiHTMV .card .card-title {
    opacity: 1;
  }
  .cid-uLOdyiHTMV .card-wrapper:after {
    opacity: 0.7;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
}
.cid-uLOdyiHTMV .row {
  justify-content: center;
}
.cid-uLOdyiHTMV .card-title {
  border-bottom: 1px solid #999999;
}
.cid-uLOdyiHTMV .card1 {
  background-image: url("../../../assets/images/bdsmfetish-493x632.jpg");
}
.cid-uLOdyiHTMV .card2 {
  background-image: url("../../../assets/images/footfetish-504x642.jpg");
}
.cid-uLOdyiHTMV .card3 {
  background-image: url("../../../assets/images/spanling-417x473.jpg");
}
.cid-uLOdyiHTMV .link,
.cid-uLOdyiHTMV .card-box {
  color: #ffffff;
}
.cid-uLOdyiHTMV .mbr-text,
.cid-uLOdyiHTMV .link-wrap {
  text-align: center;
}
.cid-uLOdyiHTMV .main-subtitle {
  color: #ffffff;
}
.cid-uLOdyiHTMV .mbr-section-subtitle {
  color: #999999;
}
.cid-uLOdyiHTMV .mbr-section-text {
  color: #999999;
}
.cid-uLOdyjqEvH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #111111;
}
.cid-uLOdyjqEvH .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-uLOdyjqEvH .card-img {
  padding-bottom: 1rem;
}
.cid-uLOdyjqEvH .card {
  cursor: pointer;
  transition: all 0.3s;
}
.cid-uLOdyjqEvH .card:hover {
  transform: translateY(-10px);
}
.cid-uLOdyjqEvH .mbr-text,
.cid-uLOdyjqEvH .card-title {
  opacity: 0;
}
.cid-uLOdyjqEvH .card-wrapper {
  display: flex;
  justify-content: center;
  padding: 1rem;
  background-position: center;
  background-size: cover;
  padding-top: 15rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
}
.cid-uLOdyjqEvH .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uLOdyjqEvH .card:hover .card-wrapper:after {
    opacity: 0.8;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
  .cid-uLOdyjqEvH .card:hover .mbr-text,
  .cid-uLOdyjqEvH .card:hover .card-title {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-uLOdyjqEvH .card {
    padding-bottom: 1rem !important;
  }
  .cid-uLOdyjqEvH .card .mbr-text,
  .cid-uLOdyjqEvH .card .card-title {
    opacity: 1;
  }
  .cid-uLOdyjqEvH .card-wrapper:after {
    opacity: 0.7;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
}
.cid-uLOdyjqEvH .row {
  justify-content: center;
}
.cid-uLOdyjqEvH .card-title {
  border-bottom: 1px solid #999999;
}
.cid-uLOdyjqEvH .card1 {
  background-image: url("../../../assets/images/cuckoldfetish-456x540.jpg");
}
.cid-uLOdyjqEvH .card2 {
  background-image: url("../../../assets/images/fatfetishww-529x660.jpg");
}
.cid-uLOdyjqEvH .card3 {
  background-image: url("../../../assets/images/ddlgdating-399x474.jpg");
}
.cid-uLOdyjqEvH .link,
.cid-uLOdyjqEvH .card-box {
  color: #ffffff;
}
.cid-uLOdyjqEvH .mbr-text,
.cid-uLOdyjqEvH .link-wrap {
  text-align: center;
}
.cid-uLOdyjqEvH .main-subtitle {
  color: #ffffff;
}
.cid-uLOdyjqEvH .mbr-section-subtitle {
  color: #999999;
}
.cid-uLOdyjqEvH .mbr-section-text {
  color: #999999;
}
.cid-uLOdyk67Z0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #111111;
}
.cid-uLOdyk67Z0 .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-uLOdyk67Z0 .card-img {
  padding-bottom: 1rem;
}
.cid-uLOdyk67Z0 .card {
  cursor: pointer;
  transition: all 0.3s;
}
.cid-uLOdyk67Z0 .card:hover {
  transform: translateY(-10px);
}
.cid-uLOdyk67Z0 .mbr-text,
.cid-uLOdyk67Z0 .card-title {
  opacity: 0;
}
.cid-uLOdyk67Z0 .card-wrapper {
  display: flex;
  justify-content: center;
  padding: 1rem;
  background-position: center;
  background-size: cover;
  padding-top: 15rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
}
.cid-uLOdyk67Z0 .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uLOdyk67Z0 .card:hover .card-wrapper:after {
    opacity: 0.8;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
  .cid-uLOdyk67Z0 .card:hover .mbr-text,
  .cid-uLOdyk67Z0 .card:hover .card-title {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-uLOdyk67Z0 .card {
    padding-bottom: 1rem !important;
  }
  .cid-uLOdyk67Z0 .card .mbr-text,
  .cid-uLOdyk67Z0 .card .card-title {
    opacity: 1;
  }
  .cid-uLOdyk67Z0 .card-wrapper:after {
    opacity: 0.7;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
}
.cid-uLOdyk67Z0 .row {
  justify-content: center;
}
.cid-uLOdyk67Z0 .card-title {
  border-bottom: 1px solid #999999;
}
.cid-uLOdyk67Z0 .card1 {
  background-image: url("../../../assets/images/smokingfetish-486x582.jpg");
}
.cid-uLOdyk67Z0 .card2 {
  background-image: url("../../../assets/images/toughthfetish-512x625.jpg");
}
.cid-uLOdyk67Z0 .card3 {
  background-image: url("../../../assets/images/feindom-485x575.jpg");
}
.cid-uLOdyk67Z0 .link,
.cid-uLOdyk67Z0 .card-box {
  color: #ffffff;
}
.cid-uLOdyk67Z0 .mbr-text,
.cid-uLOdyk67Z0 .link-wrap {
  text-align: center;
}
.cid-uLOdyk67Z0 .main-subtitle {
  color: #ffffff;
}
.cid-uLOdyk67Z0 .mbr-section-subtitle {
  color: #999999;
}
.cid-uLOdyk67Z0 .mbr-section-text {
  color: #999999;
}
.cid-uLOdykGV6h {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #111111;
}
.cid-uLOdykGV6h .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-uLOdykGV6h .card-img {
  padding-bottom: 1rem;
}
.cid-uLOdykGV6h .card {
  cursor: pointer;
  transition: all 0.3s;
}
.cid-uLOdykGV6h .card:hover {
  transform: translateY(-10px);
}
.cid-uLOdykGV6h .mbr-text,
.cid-uLOdykGV6h .card-title {
  opacity: 0;
}
.cid-uLOdykGV6h .card-wrapper {
  display: flex;
  justify-content: center;
  padding: 1rem;
  background-position: center;
  background-size: cover;
  padding-top: 15rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
}
.cid-uLOdykGV6h .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uLOdykGV6h .card:hover .card-wrapper:after {
    opacity: 0.8;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
  .cid-uLOdykGV6h .card:hover .mbr-text,
  .cid-uLOdykGV6h .card:hover .card-title {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-uLOdykGV6h .card {
    padding-bottom: 1rem !important;
  }
  .cid-uLOdykGV6h .card .mbr-text,
  .cid-uLOdykGV6h .card .card-title {
    opacity: 1;
  }
  .cid-uLOdykGV6h .card-wrapper:after {
    opacity: 0.7;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
}
.cid-uLOdykGV6h .row {
  justify-content: center;
}
.cid-uLOdykGV6h .card-title {
  border-bottom: 1px solid #999999;
}
.cid-uLOdykGV6h .card1 {
  background-image: url("../../../assets/images/roleplayfetish-516x715.jpg");
}
.cid-uLOdykGV6h .card2 {
  background-image: url("../../../assets/images/femdombdsm-474x578.jpg");
}
.cid-uLOdykGV6h .card3 {
  background-image: url("../../../assets/images/sissyfetish-522x720.jpg");
}
.cid-uLOdykGV6h .link,
.cid-uLOdykGV6h .card-box {
  color: #ffffff;
}
.cid-uLOdykGV6h .mbr-text,
.cid-uLOdykGV6h .link-wrap {
  text-align: center;
}
.cid-uLOdykGV6h .main-subtitle {
  color: #ffffff;
}
.cid-uLOdykGV6h .mbr-section-subtitle {
  color: #999999;
}
.cid-uLOdykGV6h .mbr-section-text {
  color: #999999;
}
.cid-uLOdyllZuq {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-uLOdyllZuq .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-uLOdyllZuq .card-img {
  padding-bottom: 1rem;
}
.cid-uLOdyllZuq .card {
  cursor: pointer;
  transition: all 0.3s;
}
.cid-uLOdyllZuq .card:hover {
  transform: translateY(-10px);
}
.cid-uLOdyllZuq .mbr-text,
.cid-uLOdyllZuq .card-title {
  opacity: 0;
}
.cid-uLOdyllZuq .card-wrapper {
  display: flex;
  justify-content: center;
  padding: 1rem;
  background-position: center;
  background-size: cover;
  padding-top: 15rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
}
.cid-uLOdyllZuq .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uLOdyllZuq .card:hover .card-wrapper:after {
    opacity: 0.8;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
  .cid-uLOdyllZuq .card:hover .mbr-text,
  .cid-uLOdyllZuq .card:hover .card-title {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-uLOdyllZuq .card {
    padding-bottom: 1rem !important;
  }
  .cid-uLOdyllZuq .card .mbr-text,
  .cid-uLOdyllZuq .card .card-title {
    opacity: 1;
  }
  .cid-uLOdyllZuq .card-wrapper:after {
    opacity: 0.7;
    background: linear-gradient(to left, #fc5130, #e2090d);
  }
}
.cid-uLOdyllZuq .row {
  justify-content: center;
}
.cid-uLOdyllZuq .card-title {
  border-bottom: 1px solid #999999;
}
.cid-uLOdyllZuq .card1 {
  background-image: url("../../../assets/images/pantyfetish-568x656.jpg");
}
.cid-uLOdyllZuq .card2 {
  background-image: url("../../../assets/images/laxtenfetihs8-483x632.jpg");
}
.cid-uLOdyllZuq .card3 {
  background-image: url("../../../assets/images/voyeurism-472x569.jpg");
}
.cid-uLOdyllZuq .link,
.cid-uLOdyllZuq .card-box {
  color: #ffffff;
}
.cid-uLOdyllZuq .mbr-text,
.cid-uLOdyllZuq .link-wrap {
  text-align: center;
}
.cid-uLOdyllZuq .main-subtitle {
  color: #ffffff;
}
.cid-uLOdyllZuq .mbr-section-subtitle {
  color: #999999;
}
.cid-uLOdyllZuq .mbr-section-text {
  color: #999999;
}
.cid-uLOdylV4cv {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #040402;
}
.cid-uLOdylV4cv img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
}
@media (min-width: 767px) {
  .cid-uLOdylV4cv .container-fluid {
    padding: 0 2rem;
  }
}
.cid-uLOdylV4cv .card-wrapper {
  background: #635a51;
  padding: 3rem;
}
.cid-uLOdylV4cv .card-wrapper:hover {
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLOdylV4cv .text-wrap {
  display: flex;
  justify-content: center;
  padding-top: 1rem;
}
.cid-uLOdylV4cv .icon-wrapper {
  padding: 0 1rem;
}
.cid-uLOdylV4cv .card-box {
  padding-top: 2rem;
}
.cid-uLOdylV4cv .link-icon {
  font-size: 1.5rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uLOdylV4cv .card-title {
  color: #999999;
}
.cid-uLOdylV4cv .mbr-subtitle {
  color: #ffffff;
}
.cid-uLOdylV4cv .main-title {
  color: #ffffff;
}
.cid-uLOdylV4cv .main-subtitle {
  color: #999999;
}
.cid-uLOdylV4cv .card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uLOdylV4cv .card:hover {
  transform: translateY(-10px);
}
.cid-uLOdylV4cv .card:hover .link-icon {
  color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uLOdylV4cv .card:hover .card-title,
.cid-uLOdylV4cv .card:hover .mbr-subtitle {
  color: #ffffff !important;
}
@media (min-width: 1600px) {
  .cid-uLOdylV4cv .card {
    max-width: 20%;
  }
}
@media (max-width: 1600px) {
  .cid-uLOdylV4cv .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uLOdyn3nqU {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #191919;
}
.cid-uLOdyn3nqU .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-uLOdyn3nqU .mbr-text,
.cid-uLOdyn3nqU .mbr-section-btn {
  color: #999999;
}
.cid-uLOdynwOac {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #111111;
}
.cid-uLOdynwOac img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uLOdynwOac .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uLOdynwOac .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uLOdynwOac .first:hover:before {
  content: none;
}
.cid-uLOdynwOac .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLOdynwOac .last:hover:after {
  content: none;
}
.cid-uLOdynwOac .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLOdynwOac .mbr-section-text {
  color: #999999;
}
.cid-uLOdynwOac .card {
  z-index: 1;
  position: relative;
  transition: all 0.3s;
}
.cid-uLOdynwOac .card .img-wrapper {
  overflow: hidden;
}
.cid-uLOdynwOac .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uLOdynwOac .card:hover .card-wrapper {
  background: linear-gradient(to left, #fc5130, #e2090d);
  color: #ffffff !important;
}
.cid-uLOdynwOac .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uLOdyoaenm {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-uLOdyoaenm img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uLOdyoaenm .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uLOdyoaenm .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uLOdyoaenm .first:hover:before {
  content: none;
}
.cid-uLOdyoaenm .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLOdyoaenm .last:hover:after {
  content: none;
}
.cid-uLOdyoaenm .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 300px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  content: "";
}
.cid-uLOdyoaenm .mbr-section-text {
  color: #999999;
}
.cid-uLOdyoaenm .card {
  z-index: 1;
  position: relative;
  transition: all 0.3s;
}
.cid-uLOdyoaenm .card .img-wrapper {
  overflow: hidden;
}
.cid-uLOdyoaenm .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uLOdyoaenm .card:hover .card-wrapper {
  background: linear-gradient(to left, #fc5130, #e2090d);
  color: #ffffff !important;
}
.cid-uLOdyoaenm .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uLOdyoXO60 {
  padding-top: 60px;
  padding-bottom: 0px;
  position: relative;
  background-color: #000000;
}
.cid-uLOdyoXO60 p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-uLOdyoXO60 .panel-title {
  border-bottom: 2px solid #cf0509;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-uLOdyoXO60 .collapsed {
  border: none;
}
.cid-uLOdyoXO60 .collapsed span {
  transform: rotate(0deg);
}
.cid-uLOdyoXO60 span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-uLOdyoXO60 .panel-body {
  padding-top: 0.5rem;
}
.cid-uLOdyoXO60 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uLOdyoXO60 .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-uLOdyoXO60 .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uLOdyoXO60 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uLOdyoXO60 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-uLOdyoXO60 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uLOdyoXO60 .panel-text {
  color: #767676;
}
.cid-uLOdyoXO60 H4 {
  color: #999999;
}
.cid-uLOdyoXO60 H2 {
  color: #ffffff;
}
.cid-uLOdyoXO60 .mbr-section-text {
  color: #999999;
}
.cid-uLOdypvn0m {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #000000;
}
.cid-uLOdypvn0m p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-uLOdypvn0m .panel-title {
  border-bottom: 2px solid #e2090d;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-uLOdypvn0m .collapsed {
  border: none;
}
.cid-uLOdypvn0m .collapsed span {
  transform: rotate(0deg);
}
.cid-uLOdypvn0m span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-uLOdypvn0m .panel-body {
  padding-top: 0.5rem;
}
.cid-uLOdypvn0m .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uLOdypvn0m .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-uLOdypvn0m .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uLOdypvn0m .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uLOdypvn0m .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-uLOdypvn0m .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uLOdypvn0m .panel-text {
  color: #767676;
}
.cid-uLOdypvn0m H4 {
  color: #999999;
}
.cid-uLOdypvn0m H2 {
  color: #ffffff;
}
.cid-uLOdypvn0m .mbr-section-text {
  color: #999999;
}
.cid-uLOdyqdvLx {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/fetishlife-1360x535.jpg");
}
.cid-uLOdyqdvLx H1 {
  color: #b30609;
}
.cid-uLOdyqdvLx h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uLOdyqdvLx .mbr-text,
.cid-uLOdyqdvLx .mbr-section-btn {
  color: #cccccc;
}
.cid-uLOdyqLHPG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #191919;
}
.cid-uLOdyqLHPG .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uLOdyqLHPG .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-uLOdyqLHPG .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uLOdyqLHPG .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #b30609;
}
.cid-uLOdyqLHPG .container {
  max-width: 1400px;
}
.cid-uLOdyqLHPG li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-uLOdyqLHPG .time {
  line-height: 2;
}
.cid-uLOdyqLHPG .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-uLOdyqLHPG .text-wrap {
  width: 100%;
}
.cid-uLOdyqLHPG .item-wrap {
  display: inline-block;
}
.cid-uLOdyqLHPG .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uLOdyqLHPG .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-uLOdyqLHPG .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uLOdyqLHPG .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLOdyqLHPG .socicon-wrap {
    margin: auto;
  }
}
.cid-uLOdyqLHPG .mbr-text {
  color: #999999;
}
.cid-uLOdyqLHPG .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-uLOdyqLHPG .icon-title,
.cid-uLOdyqLHPG .align-wrap {
  color: #f3f3f3;
  width: 100%;
  text-align: center;
}
.cid-uLOdyqLHPG .item-text,
.cid-uLOdyqLHPG .item-icon {
  color: #f3f3f3;
}
.cid-uLOdyqLHPG .mbr-text,
.cid-uLOdyqLHPG .mbr-section-btn {
  color: #e5e5e5;
}
