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: #ffffff !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: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-success:hover {
  background-color: #e2090d !important;
  border-color: #e2090d !important;
}
.btn-success:hover,
.btn-success:focus {
  background: linear-gradient(to left, #fc5130, #ffffff);
  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: #ffffff;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  background: linear-gradient(to left, #fc5130, #ffffff);
  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: #ffffff !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: #ffffff !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-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e2090d;
  border-color: #e2090d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
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: #ffffff;
}
.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;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #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: #ffffff;
}
.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;
  display: none !important;
}
.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 - 3.8rem);
  }
}
.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: #ffffff !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: #ffffff;
}
.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;
}
.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-t1ZnegTR2V {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #190e48;
}
.cid-t1ZnegTR2V H1 {
  color: #ffffff;
}
.cid-t1ZnegTR2V h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-t1ZneRPwkw {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f3f3f3;
}
.cid-t1ZneRPwkw H1 {
  color: #e2090d;
}
.cid-t1ZneRPwkw h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-t1ZneRPwkw img {
  width: 100%;
}
.cid-t1ZneRPwkw .mbr-text,
.cid-t1ZneRPwkw .mbr-section-btn {
  color: #ff00fb;
}
.cid-t1ZneRPwkw H2 {
  color: #000000;
}
.cid-t1Tir9fxuJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #b23575;
}
.cid-t1Tir9fxuJ .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-t1Tir9fxuJ .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-t1Tir9fxuJ .btn-col {
    justify-content: center;
  }
}
.cid-t1Tir9fxuJ .mbr-text,
.cid-t1Tir9fxuJ .mbr-section-btn {
  color: #ffffff;
}
.cid-t1Tir9fxuJ p {
  margin: 0;
}
.cid-t1ThggpaLT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t1ThggpaLT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t1ThggpaLT .container {
  max-width: 1400px;
}
.cid-t1ThggpaLT .image-wrapper {
  position: relative;
}
.cid-t1ThggpaLT .image-wrapper:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #4232e2;
  position: absolute;
  z-index: 10;
}
.cid-t1ThggpaLT .image-wrapper:hover:before {
  opacity: 0.4;
}
.cid-t1ThggpaLT .row {
  flex-direction: row-reverse;
}
.cid-t1ThggpaLT img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-t1ThggpaLT .mbr-text {
  color: #818181;
}
.cid-sMk4fa19RV {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f5d65a;
}
.cid-sMk4fa19RV .mbr-section-subtitle {
  color: #999999;
  font-weight: 300;
}
.cid-sMk4fa19RV .countdown {
  font-weight: 600;
}
.cid-sMk4fa19RV .number-wrap {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 0;
  padding: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-sMk4fa19RV .number {
  letter-spacing: -2px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sMk4fa19RV .period {
  display: block;
  padding-top: 2px;
}
.cid-sMk4fa19RV .dot {
  display: none;
}
.cid-sMk4fa19RV .countdown-cont {
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sMk4fa19RV .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-sMk4fa19RV .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-sMk4fa19RV .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-sMk4fa19RV .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-sMk4fa19RV .number,
  .cid-sMk4fa19RV .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-sMk4fa19RV .period {
    font-size: 0.8rem;
  }
}
.cid-sMk4fa19RV H2 {
  color: #ffffff;
}
.cid-sMk4fa19RV .mbr-subtitle {
  color: #b23575;
}
.cid-sOpyYVqHGq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sOpyYVqHGq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sOpyYVqHGq .container {
  max-width: 1400px;
}
.cid-sOpyYVqHGq .image-wrapper {
  position: relative;
}
.cid-sOpyYVqHGq .image-wrapper:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #4232e2;
  position: absolute;
  z-index: 10;
}
.cid-sOpyYVqHGq .image-wrapper:hover:before {
  opacity: 0.4;
}
.cid-sOpyYVqHGq .row {
  flex-direction: row-reverse;
}
.cid-sOpyYVqHGq img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sOpyYVqHGq .mbr-text {
  color: #818181;
}
.cid-sMk4HpTUYO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #190e48;
}
.cid-sMk4HpTUYO H1 {
  color: #ffffff;
}
.cid-sMk4HpTUYO h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-t1ZnhQxHmJ {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #e5e5e5;
}
.cid-t1ZnhQxHmJ .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #190e48;
  padding: 0.7rem 0;
}
.cid-t1ZnhQxHmJ .item p {
  margin: 0;
}
.cid-t1ZnhQxHmJ .card-wrapper {
  background: #ffcc00;
  padding: 3rem 2rem;
}
@media (max-width: 767px) {
  .cid-t1ZnhQxHmJ .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-t1ZnhQxHmJ .price {
  border: 1px solid #190e48;
  border-radius: 40px;
  margin-bottom: 2rem;
  color: #190e48;
}
.cid-t1ZnhQxHmJ .item-icon {
  font-size: 1rem;
  color: currentColor;
}
.cid-t1ZnhQxHmJ .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-t1ZnhQxHmJ .card-text {
  color: #999999;
}
.cid-t1ZnhQxHmJ .item-text {
  color: #ffffff;
}
.cid-t1ZnhQxHmJ .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-t1ZnhQxHmJ .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-t1ZnhQxHmJ .card:hover .icon-wrapper .mbr-iconfont,
.cid-t1ZnhQxHmJ .card:hover .item-icon {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-t1ZnhQxHmJ .card:hover .btn {
  background: transparent !important;
  border: 1px solid #190e48 !important;
}
.cid-t1ZnhQxHmJ .card:hover .card-wrapper {
  background: linear-gradient(to left, #fc5130, #e2090d);
  color: #ffffff !important;
}
.cid-t1ZnhQxHmJ .card:hover .card-wrapper .price,
.cid-t1ZnhQxHmJ .card:hover .card-wrapper .item-text,
.cid-t1ZnhQxHmJ .card:hover .card-wrapper .card-title {
  color: #ffffff !important;
}
.cid-t1ZnhQxHmJ .item-text,
.cid-t1ZnhQxHmJ .item-icon {
  color: #190e48;
}
.cid-t1ZnhQxHmJ .main-text {
  color: #999999;
}
.cid-t1ZnhQxHmJ .main-title {
  color: #e2090d;
}
.cid-s1YMk5s30h {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #e9e9e9;
}
.cid-s1YMk5s30h img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
}
.cid-s1YMk5s30h .container-fluid {
  padding: 0;
}
.cid-s1YMk5s30h .card-wrapper {
  background: #3c479d;
  padding: 3rem;
}
.cid-s1YMk5s30h .card-wrapper:hover {
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-s1YMk5s30h .text-wrap {
  display: flex;
  justify-content: center;
  padding-top: 1rem;
}
.cid-s1YMk5s30h .icon-wrapper {
  padding: 0 0.6rem;
}
.cid-s1YMk5s30h .card-box {
  padding-top: 2rem;
}
.cid-s1YMk5s30h .link-icon {
  font-size: 1.5rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-s1YMk5s30h .card-title {
  color: #ffffff;
}
.cid-s1YMk5s30h .mbr-subtitle {
  color: #ffffff;
}
.cid-s1YMk5s30h .main-title {
  color: #3c479d;
}
.cid-s1YMk5s30h .main-subtitle {
  color: #000000;
}
.cid-s1YMk5s30h .card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-s1YMk5s30h .card:hover {
  transform: translateY(-10px);
}
.cid-s1YMk5s30h .card:hover .link-icon {
  color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-s1YMk5s30h .card:hover .card-title,
.cid-s1YMk5s30h .card:hover .mbr-subtitle {
  color: #ffffff !important;
}
@media (max-width: 1600px) {
  .cid-s1YMk5s30h .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-s1YMdWQfw7 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #190e48;
}
.cid-s1YMdWQfw7 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-s1YMdWQfw7 .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-s1YMdWQfw7 .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-s1YMdWQfw7 .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ffcc00;
}
.cid-s1YMdWQfw7 .container {
  max-width: 1400px;
}
.cid-s1YMdWQfw7 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-s1YMdWQfw7 .time {
  line-height: 2;
}
.cid-s1YMdWQfw7 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-s1YMdWQfw7 .text-wrap {
  width: 100%;
}
.cid-s1YMdWQfw7 .item-wrap {
  display: inline-block;
}
.cid-s1YMdWQfw7 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-s1YMdWQfw7 .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-s1YMdWQfw7 .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-s1YMdWQfw7 .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s1YMdWQfw7 .socicon-wrap {
    margin: auto;
  }
}
.cid-s1YMdWQfw7 .mbr-text {
  color: #999999;
}
.cid-s1YMdWQfw7 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-s1YMdWQfw7 .icon-title,
.cid-s1YMdWQfw7 .align-wrap {
  color: #999999;
  width: 100%;
  text-align: center;
}
.cid-s1YMdWQfw7 .item-text,
.cid-s1YMdWQfw7 .item-icon {
  color: #999999;
}
.cid-t1Z7GdqWmC .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-t1Z7GdqWmC .btn {
  white-space: nowrap;
}
.cid-t1Z7GdqWmC .nav-link,
.cid-t1Z7GdqWmC .icons-menu .mbr-iconfont,
.cid-t1Z7GdqWmC .dropdown-item {
  transition: all 0.1s;
}
.cid-t1Z7GdqWmC .nav-link:hover,
.cid-t1Z7GdqWmC .icons-menu .mbr-iconfont:hover,
.cid-t1Z7GdqWmC .dropdown-item:hover {
  color: #fc5130 !important;
}
@media (max-width: 992px) {
  .cid-t1Z7GdqWmC .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-t1Z7GdqWmC .container {
  display: flex;
  margin: auto;
}
.cid-t1Z7GdqWmC .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-t1Z7GdqWmC .navbar.opened {
  transition: all .3s;
}
.cid-t1Z7GdqWmC .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-t1Z7GdqWmC .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
  display: none !important;
}
.cid-t1Z7GdqWmC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t1Z7GdqWmC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t1Z7GdqWmC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-t1Z7GdqWmC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t1Z7GdqWmC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t1Z7GdqWmC .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-t1Z7GdqWmC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t1Z7GdqWmC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-t1Z7GdqWmC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-t1Z7GdqWmC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t1Z7GdqWmC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t1Z7GdqWmC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t1Z7GdqWmC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t1Z7GdqWmC .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-t1Z7GdqWmC .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t1Z7GdqWmC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t1Z7GdqWmC .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t1Z7GdqWmC .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-t1Z7GdqWmC .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-t1Z7GdqWmC .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-t1Z7GdqWmC .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-t1Z7GdqWmC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t1Z7GdqWmC .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t1Z7GdqWmC .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-t1Z7GdqWmC .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-t1Z7GdqWmC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t1Z7GdqWmC .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-t1Z7GdqWmC .navbar-caption {
  padding-right: 4rem;
}
.cid-t1Z7GdqWmC .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-t1Z7GdqWmC .dropdown-menu,
.cid-t1Z7GdqWmC .navbar.opened {
  background: #191919 !important;
}
.cid-t1Z7GdqWmC .nav-item:focus,
.cid-t1Z7GdqWmC .nav-link:focus {
  outline: none;
}
.cid-t1Z7GdqWmC .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-t1Z7GdqWmC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t1Z7GdqWmC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t1Z7GdqWmC .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-t1Z7GdqWmC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t1Z7GdqWmC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-t1Z7GdqWmC .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-t1Z7GdqWmC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t1Z7GdqWmC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t1Z7GdqWmC .dropdown-item.active,
.cid-t1Z7GdqWmC .dropdown-item:active {
  background-color: transparent;
}
.cid-t1Z7GdqWmC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t1Z7GdqWmC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t1Z7GdqWmC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t1Z7GdqWmC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t1Z7GdqWmC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t1Z7GdqWmC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t1Z7GdqWmC ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t1Z7GdqWmC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t1Z7GdqWmC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t1Z7GdqWmC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t1Z7GdqWmC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t1Z7GdqWmC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t1Z7GdqWmC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t1Z7GdqWmC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t1Z7GdqWmC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1Z7GdqWmC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t1Z7GdqWmC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t1Z7GdqWmC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1Z7GdqWmC .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-t1Z7GdqWmC a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t1Z7GdqWmC .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-t1Z7GdqWmC .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t1Z7GdqWmC .navbar {
    height: 77px;
  }
  .cid-t1Z7GdqWmC .navbar.opened {
    height: auto;
  }
  .cid-t1Z7GdqWmC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t1Z7GdqWmC .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-t1Z7TwgSZT {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #190e48;
}
.cid-t1Z7TwgSZT H1 {
  color: #ffffff;
}
.cid-t1Z7TwgSZT h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-t1Z7GHrAas {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f3f3f3;
}
.cid-t1Z7GHrAas H1 {
  color: #e2090d;
}
.cid-t1Z7GHrAas h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-t1Z7GHrAas img {
  width: 100%;
}
.cid-t1Z7GHrAas .mbr-text,
.cid-t1Z7GHrAas .mbr-section-btn {
  color: #ff00fb;
}
.cid-t1Z7GHrAas H2 {
  color: #000000;
}
.cid-t1Z7GIhtFy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #b23575;
}
.cid-t1Z7GIhtFy .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-t1Z7GIhtFy .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-t1Z7GIhtFy .btn-col {
    justify-content: center;
  }
}
.cid-t1Z7GIhtFy .mbr-text,
.cid-t1Z7GIhtFy .mbr-section-btn {
  color: #ffffff;
}
.cid-t1Z7GIhtFy p {
  margin: 0;
}
.cid-t1Z7GIRek1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t1Z7GIRek1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t1Z7GIRek1 .container {
  max-width: 1400px;
}
.cid-t1Z7GIRek1 .image-wrapper {
  position: relative;
}
.cid-t1Z7GIRek1 .image-wrapper:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #4232e2;
  position: absolute;
  z-index: 10;
}
.cid-t1Z7GIRek1 .image-wrapper:hover:before {
  opacity: 0.4;
}
.cid-t1Z7GIRek1 .row {
  flex-direction: row-reverse;
}
.cid-t1Z7GIRek1 img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-t1Z7GIRek1 .mbr-text {
  color: #818181;
}
.cid-t1Z7GJtuCW {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f5d65a;
}
.cid-t1Z7GJtuCW .mbr-section-subtitle {
  color: #999999;
  font-weight: 300;
}
.cid-t1Z7GJtuCW .countdown {
  font-weight: 600;
}
.cid-t1Z7GJtuCW .number-wrap {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 0;
  padding: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-t1Z7GJtuCW .number {
  letter-spacing: -2px;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-t1Z7GJtuCW .period {
  display: block;
  padding-top: 2px;
}
.cid-t1Z7GJtuCW .dot {
  display: none;
}
.cid-t1Z7GJtuCW .countdown-cont {
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-t1Z7GJtuCW .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-t1Z7GJtuCW .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-t1Z7GJtuCW .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-t1Z7GJtuCW .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-t1Z7GJtuCW .number,
  .cid-t1Z7GJtuCW .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-t1Z7GJtuCW .period {
    font-size: 0.8rem;
  }
}
.cid-t1Z7GJtuCW H2 {
  color: #ffffff;
}
.cid-t1Z7GJtuCW .mbr-subtitle {
  color: #b23575;
}
.cid-t1Z7GK4XyQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t1Z7GK4XyQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t1Z7GK4XyQ .container {
  max-width: 1400px;
}
.cid-t1Z7GK4XyQ .image-wrapper {
  position: relative;
}
.cid-t1Z7GK4XyQ .image-wrapper:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #4232e2;
  position: absolute;
  z-index: 10;
}
.cid-t1Z7GK4XyQ .image-wrapper:hover:before {
  opacity: 0.4;
}
.cid-t1Z7GK4XyQ .row {
  flex-direction: row-reverse;
}
.cid-t1Z7GK4XyQ img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-t1Z7GK4XyQ .mbr-text {
  color: #818181;
}
.cid-t1Z7GKI3sC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #190e48;
}
.cid-t1Z7GKI3sC H1 {
  color: #ffffff;
}
.cid-t1Z7GKI3sC h1 {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-t1Z94ob40P {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #e5e5e5;
}
.cid-t1Z94ob40P .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #190e48;
  padding: 0.7rem 0;
}
.cid-t1Z94ob40P .item p {
  margin: 0;
}
.cid-t1Z94ob40P .card-wrapper {
  background: #ffcc00;
  padding: 3rem 2rem;
}
@media (max-width: 767px) {
  .cid-t1Z94ob40P .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-t1Z94ob40P .price {
  border: 1px solid #190e48;
  border-radius: 40px;
  margin-bottom: 2rem;
  color: #190e48;
}
.cid-t1Z94ob40P .item-icon {
  font-size: 1rem;
  color: currentColor;
}
.cid-t1Z94ob40P .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-t1Z94ob40P .card-text {
  color: #999999;
}
.cid-t1Z94ob40P .item-text {
  color: #ffffff;
}
.cid-t1Z94ob40P .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-t1Z94ob40P .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-t1Z94ob40P .card:hover .icon-wrapper .mbr-iconfont,
.cid-t1Z94ob40P .card:hover .item-icon {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-t1Z94ob40P .card:hover .btn {
  background: transparent !important;
  border: 1px solid #190e48 !important;
}
.cid-t1Z94ob40P .card:hover .card-wrapper {
  background: linear-gradient(to left, #fc5130, #e2090d);
  color: #ffffff !important;
}
.cid-t1Z94ob40P .card:hover .card-wrapper .price,
.cid-t1Z94ob40P .card:hover .card-wrapper .item-text,
.cid-t1Z94ob40P .card:hover .card-wrapper .card-title {
  color: #ffffff !important;
}
.cid-t1Z94ob40P .item-text,
.cid-t1Z94ob40P .item-icon {
  color: #190e48;
}
.cid-t1Z94ob40P .main-text {
  color: #999999;
}
.cid-t1Z94ob40P .main-title {
  color: #e2090d;
}
.cid-t1Z7GLeqQP {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #e9e9e9;
}
.cid-t1Z7GLeqQP img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
}
.cid-t1Z7GLeqQP .container-fluid {
  padding: 0;
}
.cid-t1Z7GLeqQP .card-wrapper {
  background: #3c479d;
  padding: 3rem;
}
.cid-t1Z7GLeqQP .card-wrapper:hover {
  background: linear-gradient(to left, #fc5130, #e2090d);
}
.cid-t1Z7GLeqQP .text-wrap {
  display: flex;
  justify-content: center;
  padding-top: 1rem;
}
.cid-t1Z7GLeqQP .icon-wrapper {
  padding: 0 0.6rem;
}
.cid-t1Z7GLeqQP .card-box {
  padding-top: 2rem;
}
.cid-t1Z7GLeqQP .link-icon {
  font-size: 1.5rem;
  background: linear-gradient(to left, #fc5130, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-t1Z7GLeqQP .card-title {
  color: #ffffff;
}
.cid-t1Z7GLeqQP .mbr-subtitle {
  color: #ffffff;
}
.cid-t1Z7GLeqQP .main-title {
  color: #3c479d;
}
.cid-t1Z7GLeqQP .main-subtitle {
  color: #000000;
}
.cid-t1Z7GLeqQP .card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-t1Z7GLeqQP .card:hover {
  transform: translateY(-10px);
}
.cid-t1Z7GLeqQP .card:hover .link-icon {
  color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-t1Z7GLeqQP .card:hover .card-title,
.cid-t1Z7GLeqQP .card:hover .mbr-subtitle {
  color: #ffffff !important;
}
@media (max-width: 1600px) {
  .cid-t1Z7GLeqQP .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-t1Z7GLW1Ut {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #190e48;
}
.cid-t1Z7GLW1Ut .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-t1Z7GLW1Ut .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-t1Z7GLW1Ut .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-t1Z7GLW1Ut .title {
  background: linear-gradient(to left, #fc5130, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ffcc00;
}
.cid-t1Z7GLW1Ut .container {
  max-width: 1400px;
}
.cid-t1Z7GLW1Ut li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-t1Z7GLW1Ut .time {
  line-height: 2;
}
.cid-t1Z7GLW1Ut .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-t1Z7GLW1Ut .text-wrap {
  width: 100%;
}
.cid-t1Z7GLW1Ut .item-wrap {
  display: inline-block;
}
.cid-t1Z7GLW1Ut .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-t1Z7GLW1Ut .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-t1Z7GLW1Ut .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-t1Z7GLW1Ut .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t1Z7GLW1Ut .socicon-wrap {
    margin: auto;
  }
}
.cid-t1Z7GLW1Ut .mbr-text {
  color: #999999;
}
.cid-t1Z7GLW1Ut .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-t1Z7GLW1Ut .icon-title,
.cid-t1Z7GLW1Ut .align-wrap {
  color: #999999;
  width: 100%;
  text-align: center;
}
.cid-t1Z7GLW1Ut .item-text,
.cid-t1Z7GLW1Ut .item-icon {
  color: #999999;
}
