body {
    font-family: Jost;
}

.display-1 {
    font-family: 'Jost', sans-serif;
    font-size: 2.2rem;
    line-height: 1.2;
}

.display-1>.mbr-iconfont {
    font-size: 3.52rem;
}

.display-2 {
    font-family: 'Jost', sans-serif;
    font-size: 2.2rem;
    line-height: 1.4;
}

.display-2>.mbr-iconfont {
    font-size: 3.52rem;
}

.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: 1.54rem;
        font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.1 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
    }
    .display-2 {
        font-size: 1.76rem;
        font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.3 * (1.42rem + (2.2 - 1.42) * ((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: #7d0909 !important;
}

.bg-success {
    background-color: #ffffff !important;
}

.bg-info {
    background-color: #e5e5e5 !important;
}

.bg-warning {
    background-color: #0e8504 !important;
}

.bg-danger {
    background-color: #000000 !important;
}

.btn-primary,
.btn-primary:active {
    background-color: #7d0909 !important;
    border-color: #7d0909 !important;
    color: #ffffff !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
    color: #ffffff !important;
    background-color: #360404 !important;
    border-color: #360404 !important;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #ffffff !important;
    background-color: #360404 !important;
    border-color: #360404 !important;
}

.btn-primary:hover {
    background-color: #7d0909 !important;
    border-color: #7d0909 !important;
}

.btn-primary:hover,
.btn-primary:focus {
    background: linear-gradient(to left, #ffffff, #7d0909);
    border-color: transparent !important;
    background-size: 110%;
    background-position: center;
}

.btn-secondary,
.btn-secondary:active {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    color: #808080 !important;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
    color: #808080 !important;
    background-color: #d9d9d9 !important;
    border-color: #d9d9d9 !important;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #808080 !important;
    background-color: #d9d9d9 !important;
    border-color: #d9d9d9 !important;
}

.btn-secondary:hover {
    background-color: #7d0909 !important;
    border-color: #7d0909 !important;
}

.btn-secondary:hover,
.btn-secondary:focus {
    background: linear-gradient(to left, #ffffff, #ffffff);
    border-color: transparent !important;
    background-size: 110%;
    background-position: center;
}

.btn-info,
.btn-info:active {
    background-color: #e5e5e5 !important;
    border-color: #e5e5e5 !important;
    color: #666666 !important;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
    color: #666666 !important;
    background-color: #bfbfbf !important;
    border-color: #bfbfbf !important;
}

.btn-info.disabled,
.btn-info:disabled {
    color: #666666 !important;
    background-color: #bfbfbf !important;
    border-color: #bfbfbf !important;
}

.btn-info:hover {
    background-color: #7d0909 !important;
    border-color: #7d0909 !important;
}

.btn-info:hover,
.btn-info:focus {
    background: linear-gradient(to left, #ffffff, #e5e5e5);
    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: #7d0909 !important;
    border-color: #7d0909 !important;
}

.btn-success:hover,
.btn-success:focus {
    background: linear-gradient(to left, #ffffff, #ffffff);
    border-color: transparent !important;
    background-size: 110%;
    background-position: center;
}

.btn-warning,
.btn-warning:active {
    background-color: #0e8504 !important;
    border-color: #0e8504 !important;
    color: #ffffff !important;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
    color: #ffffff !important;
    background-color: #063b02 !important;
    border-color: #063b02 !important;
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #ffffff !important;
    background-color: #063b02 !important;
    border-color: #063b02 !important;
}

.btn-warning:hover {
    background-color: #7d0909 !important;
    border-color: #7d0909 !important;
}

.btn-warning:hover,
.btn-warning:focus {
    background: linear-gradient(to left, #ffffff, #0e8504);
    border-color: transparent !important;
    background-size: 110%;
    background-position: center;
}

.btn-danger,
.btn-danger:active {
    background-color: #000000 !important;
    border-color: #000000 !important;
    color: #ffffff !important;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
    color: #ffffff !important;
    background-color: #000000 !important;
    border-color: #000000 !important;
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #ffffff !important;
    background-color: #000000 !important;
    border-color: #000000 !important;
}

.btn-danger:hover {
    background-color: #7d0909 !important;
    border-color: #7d0909 !important;
}

.btn-danger:hover,
.btn-danger:focus {
    background: linear-gradient(to left, #ffffff, #000000);
    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: #7d0909 !important;
    border-color: #7d0909 !important;
}

.btn-white:hover,
.btn-white:focus {
    background: linear-gradient(to left, #ffffff, #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: #7d0909 !important;
    border-color: #7d0909 !important;
}

.btn-black:hover,
.btn-black:focus {
    background: linear-gradient(to left, #ffffff, #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: #7d0909;
    color: #7d0909;
}

.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
    color: #ffffff;
    background-color: #7d0909;
    border-color: #7d0909;
}

.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
    color: #ffffff !important;
    background-color: #7d0909 !important;
    border-color: #7d0909 !important;
}

.btn-primary-outline:hover,
.btn-primary-outline:focus {
    background: linear-gradient(to left, #ffffff, #7d0909);
    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: #ffffff;
    color: #ffffff;
}

.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
    color: #808080;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
    color: #808080 !important;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
}

.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
    background: linear-gradient(to left, #ffffff, #ffffff);
    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: #e5e5e5;
    color: #e5e5e5;
}

.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
    color: #666666;
    background-color: #e5e5e5;
    border-color: #e5e5e5;
}

.btn-info-outline.disabled,
.btn-info-outline:disabled {
    color: #666666 !important;
    background-color: #e5e5e5 !important;
    border-color: #e5e5e5 !important;
}

.btn-info-outline:hover,
.btn-info-outline:focus {
    background: linear-gradient(to left, #ffffff, #e5e5e5);
    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, #ffffff, #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: #0e8504;
    color: #0e8504;
}

.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
    color: #ffffff;
    background-color: #0e8504;
    border-color: #0e8504;
}

.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
    color: #ffffff !important;
    background-color: #0e8504 !important;
    border-color: #0e8504 !important;
}

.btn-warning-outline:hover,
.btn-warning-outline:focus {
    background: linear-gradient(to left, #ffffff, #0e8504);
    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: #000000;
    color: #000000;
}

.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}

.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
    color: #ffffff !important;
    background-color: #000000 !important;
    border-color: #000000 !important;
}

.btn-danger-outline:hover,
.btn-danger-outline:focus {
    background: linear-gradient(to left, #ffffff, #000000);
    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, #ffffff, #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, #ffffff, #f3f3f3);
    border-color: transparent !important;
    background-size: 110%;
    background-position: center;
}

.text-primary {
    color: #7d0909 !important;
}

.text-secondary {
    color: #ffffff !important;
}

.text-success {
    color: #ffffff !important;
}

.text-info {
    color: #e5e5e5 !important;
}

.text-warning {
    color: #0e8504 !important;
}

.text-danger {
    color: #000000 !important;
}

.text-white {
    color: #ffffff !important;
}

.text-black {
    color: #000000 !important;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #dc1010 !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #ffffff !important;
}

a.text-success:hover,
a.text-success:focus {
    color: #ffffff !important;
}

a.text-info:hover,
a.text-info:focus {
    color: #ffffff !important;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #18e807 !important;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #333333 !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: #e5e5e5;
}

.alert-warning {
    background-color: #0e8504;
}

.alert-danger {
    background-color: #000000;
}

.mbr-gallery-filter li.active .btn {
    background-color: #7d0909;
    border-color: #7d0909;
    color: #ffffff;
}

.mbr-gallery-filter li.active .btn:focus {
    box-shadow: none;
}

a,
a:hover {
    color: #7d0909;
}

.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
    color: #ee1717;
}

.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: #ffffff;
}

.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
    color: #23f811;
}

.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
    color: #b3b3b3;
}

/* Scroll to top button*/

.scrollToTop_wraper {
    display: none;
}

blockquote {
    border-color: #7d0909;
}

/* Forms */

.mbr-form .btn {
    margin: .4rem 0;
}

.jq-selectbox li:hover,
.jq-selectbox li.selected {
    background-color: #7d0909;
    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: #7d0909;
    border-bottom-color: #7d0909;
}

.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: #7d0909 !important;
    box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
    color: #000000 !important;
    background: #ffffff !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='%237d0909' %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-tLV0tfyUcG .navbar-dropdown {
    position: relative !important;
}

.cid-tLV0tfyUcG .dropdown-item:before {
    font-family: Moririse2 !important;
    content: "\e966";
    display: inline-block;
    width: 0;
    position: absolute;
    left: 1rem;
    top: 0.5rem;
    margin-right: 0.5rem;
    line-height: 1;
    font-size: inherit;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    transform: scale(0, 1);
    transition: all 0.25s ease-in-out;
}

.cid-tLV0tfyUcG .dropdown-menu {
    padding: 0;
    border-radius: 4px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.cid-tLV0tfyUcG .dropdown-item {
    border-bottom: 1px solid #e6e6e6;
}

.cid-tLV0tfyUcG .dropdown-item:hover,
.cid-tLV0tfyUcG .dropdown-item:focus {
    background: #7d0909 !important;
    color: white !important;
}

.cid-tLV0tfyUcG .dropdown-item:hover span {
    color: white;
}

.cid-tLV0tfyUcG .dropdown-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.cid-tLV0tfyUcG .dropdown-item:last-child {
    border-bottom: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.cid-tLV0tfyUcG .nav-dropdown .link {
    padding: 0 0.3em !important;
    margin: 0.667em 1em !important;
}

.cid-tLV0tfyUcG .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
}

.cid-tLV0tfyUcG .nav-link {
    position: relative;
}

.cid-tLV0tfyUcG .container {
    display: flex;
    margin: auto;
}

@media (min-width: 992px) {
    .cid-tLV0tfyUcG .container {
        flex-wrap: nowrap;
    }
}

.cid-tLV0tfyUcG .navbar-nav {
    margin: 0 auto;
}

.cid-tLV0tfyUcG .dropdown-menu,
.cid-tLV0tfyUcG .navbar.opened {
    background: #ffffff !important;
}

.cid-tLV0tfyUcG .nav-item:focus,
.cid-tLV0tfyUcG .nav-link:focus {
    outline: none;
}

.cid-tLV0tfyUcG .dropdown .dropdown-menu .dropdown-item {
    width: auto;
    transition: all 0.25s ease-in-out;
}

.cid-tLV0tfyUcG .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
}

.cid-tLV0tfyUcG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
    margin-right: 0.5rem;
    vertical-align: sub;
}

.cid-tLV0tfyUcG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
    display: inline-block;
    transform: scale(1, 1);
    transition: all 0.25s ease-in-out;
}

.cid-tLV0tfyUcG .collapsed .dropdown-menu .dropdown-item:before {
    display: none;
}

.cid-tLV0tfyUcG .collapsed .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
}

.cid-tLV0tfyUcG .navbar {
    min-height: 70px;
    transition: all 0.3s;
    border-bottom: 1px solid transparent;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    background: #ffffff;
    border: none !important;
    box-shadow: none !important;
}

.cid-tLV0tfyUcG .navbar.opened {
    transition: all 0.3s;
}

.cid-tLV0tfyUcG .navbar .dropdown-item {
    padding: 0.5rem 1.8rem;
}

.cid-tLV0tfyUcG .navbar .navbar-logo img {
    width: auto;
}

.cid-tLV0tfyUcG .navbar .navbar-collapse {
    justify-content: flex-end;
    z-index: 1;
}

.cid-tLV0tfyUcG .navbar.collapsed {
    justify-content: center;
}

.cid-tLV0tfyUcG .navbar.collapsed .nav-item .nav-link::before {
    display: none;
}

.cid-tLV0tfyUcG .navbar.collapsed.opened .dropdown-menu {
    top: 0;
}

@media (min-width: 992px) {
    .cid-tLV0tfyUcG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
        max-height: calc(98.5vh - 3rem);
    }
}

.cid-tLV0tfyUcG .navbar.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
}

.cid-tLV0tfyUcG .navbar.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
}

.cid-tLV0tfyUcG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 41%;
}

.cid-tLV0tfyUcG .navbar.collapsed ul.navbar-nav li {
    margin: auto;
}

.cid-tLV0tfyUcG .navbar.collapsed .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
}

@media (max-width: 991px) {
    .cid-tLV0tfyUcG .navbar .nav-item .nav-link::before {
        display: none;
    }
    .cid-tLV0tfyUcG .navbar.opened .dropdown-menu {
        top: 0;
    }
    .cid-tLV0tfyUcG .navbar .dropdown-menu .dropdown-submenu {
        left: 0 !important;
    }
    .cid-tLV0tfyUcG .navbar .dropdown-menu .dropdown-item:after {
        right: auto;
    }
    .cid-tLV0tfyUcG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
        margin-left: 0.5rem;
        margin-top: 0.2rem;
        border-top: 0.35em solid;
        border-right: 0.35em solid transparent;
        border-left: 0.35em solid transparent;
        border-bottom: 0;
        top: 40%;
    }
    .cid-tLV0tfyUcG .navbar .navbar-logo img {
        height: 3rem !important;
    }
    .cid-tLV0tfyUcG .navbar ul.navbar-nav li {
        margin: auto;
    }
    .cid-tLV0tfyUcG .navbar .dropdown-menu .dropdown-item {
        padding: 0.25rem 1.5rem !important;
        text-align: center;
    }
    .cid-tLV0tfyUcG .navbar .navbar-brand {
        flex-shrink: initial;
        flex-basis: auto;
        word-break: break-word;
        padding-right: 2rem;
    }
    .cid-tLV0tfyUcG .navbar .navbar-toggler {
        flex-basis: auto;
    }
}

@media (max-width: 991px) and (max-width: 767px) {
    .cid-tLV0tfyUcG .navbar .navbar-brand {
        width: calc(100% - 31px);
    }
}

.cid-tLV0tfyUcG .navbar.navbar-short {
    min-height: 60px;
}

.cid-tLV0tfyUcG .navbar.navbar-short .navbar-logo img {
    height: 2.5rem !important;
}

.cid-tLV0tfyUcG .navbar.navbar-short .navbar-brand {
    min-height: 60px;
    padding: 0;
}

.cid-tLV0tfyUcG .navbar-brand {
    min-height: 108px;
    flex-shrink: 0;
    align-items: center;
    margin-right: 0;
    padding: 10px 0;
    transition: all 0.3s;
    word-break: break-word;
    z-index: 1;
}

.cid-tLV0tfyUcG .navbar-brand .navbar-caption {
    line-height: inherit !important;
}

.cid-tLV0tfyUcG .navbar-brand .navbar-logo a {
    outline: none;
}

.cid-tLV0tfyUcG .dropdown-item.active,
.cid-tLV0tfyUcG .dropdown-item:active {
    background-color: transparent;
}

.cid-tLV0tfyUcG .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
}

.cid-tLV0tfyUcG .nav-dropdown .link.dropdown-toggle {
    margin-right: 1.667em;
}

.cid-tLV0tfyUcG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.667em;
}

.cid-tLV0tfyUcG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background: #ffffff;
}

.cid-tLV0tfyUcG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
    margin: 0;
    left: 100%;
}

.cid-tLV0tfyUcG .navbar .dropdown.open>.dropdown-menu {
    display: block;
}

.cid-tLV0tfyUcG ul.navbar-nav {
    flex-wrap: wrap;
}

.cid-tLV0tfyUcG .navbar-buttons {
    text-align: center;
    min-width: 170px;
}

.cid-tLV0tfyUcG button.navbar-toggler {
    outline: none;
    width: 31px;
    height: 20px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
}

.cid-tLV0tfyUcG button.navbar-toggler .hamburger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #131313;
}

.cid-tLV0tfyUcG button.navbar-toggler .hamburger span:nth-child(1) {
    top: 0;
    transition: all 0.2s;
}

.cid-tLV0tfyUcG button.navbar-toggler .hamburger span:nth-child(2) {
    top: 8px;
    transition: all 0.15s;
}

.cid-tLV0tfyUcG button.navbar-toggler .hamburger span:nth-child(3) {
    top: 8px;
    transition: all 0.15s;
}

.cid-tLV0tfyUcG button.navbar-toggler .hamburger span:nth-child(4) {
    top: 16px;
    transition: all 0.2s;
}

.cid-tLV0tfyUcG nav.opened .hamburger span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
}

.cid-tLV0tfyUcG nav.opened .hamburger span:nth-child(2) {
    transform: rotate(45deg);
    transition: all 0.25s;
}

.cid-tLV0tfyUcG nav.opened .hamburger span:nth-child(3) {
    transform: rotate(-45deg);
    transition: all 0.25s;
}

.cid-tLV0tfyUcG nav.opened .hamburger span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
}

.cid-tLV0tfyUcG .navbar-dropdown {
    padding: 0 1rem;
}

.cid-tLV0tfyUcG a.nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .cid-tLV0tfyUcG .navbar {
        height: 70px;
    }
    .cid-tLV0tfyUcG .navbar.opened {
        height: auto;
    }
    .cid-tLV0tfyUcG .nav-item .nav-link:hover::before {
        width: 175%;
        max-width: calc(100% + 2rem);
        left: -1rem;
    }
}

.cid-tLV0tfyUcG .container,
.cid-tLV0tfyUcG .container-fluid {
    position: relative;
    min-height: 108px;
}

@media (min-width: 992px) {
    .cid-tLV0tfyUcG .container:before,
    .cid-tLV0tfyUcG .container-fluid:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #000000;
    }
}

.cid-tLV0tfyUcG .navbar-short {
    background-color: #ffffff !important;
}

.cid-tLV0tfyUcG .navbar-short .container,
.cid-tLV0tfyUcG .navbar-short .container-fluid {
    min-height: 85px;
}

.cid-tLV0tfyUcG .navbar-short .container:before,
.cid-tLV0tfyUcG .navbar-short .container-fluid:before {
    display: none;
}

.cid-tLV0tfyUcG .navbar-short .navbar-brand {
    min-height: 85px !important;
}

.cid-tLV0tfyUcG .mbr-section-btn .btn {
    padding: 10px 25px;
    min-height: 48px;
}

.cid-tLV0tfyUcG .border-item {
    position: absolute;
    bottom: -1px;
    display: none;
    width: 100%;
    background-color: transparent;
    height: 2px;
    background-color: #000000;
}

@media (max-width: 991px) {
    .cid-tLV0tfyUcG .border-item {
        display: block;
    }
}

@media (max-width: 991px) {
    .cid-tLV0tfyUcG .navbar {
        overflow: hidden;
    }
    .cid-tLV0tfyUcG .container,
    .cid-tLV0tfyUcG .container-fluid {
        min-height: 85px;
    }
    .cid-tLV0tfyUcG .navbar-brand {
        min-height: 85px;
    }
    .cid-tLV0tfyUcG .navbar-short .container,
    .cid-tLV0tfyUcG .navbar-short .container-fluid {
        min-height: 75px;
    }
    .cid-tLV0tfyUcG .navbar-short .navbar-brand {
        min-height: 75px !important;
    }
    .cid-tLV0tfyUcG .navbar.navbar-short {
        background-color: #ffffff !important;
    }
    .cid-tLV0tfyUcG .navbar-collapse {
        position: relative;
        order: 5;
        z-index: 5 !important;
        padding-bottom: 10px;
    }
    .cid-tLV0tfyUcG .navbar-nav .nav-item {
        display: flex;
        justify-content: flex-start;
        width: 100%;
    }
    .cid-tLV0tfyUcG .mbr-section-btn {
        text-align: left;
    }
    .cid-tLV0tfyUcG .border-item {
        position: relative;
        bottom: 0;
        margin-top: auto;
    }
    .cid-tLV0tfyUcG .border-item:before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translate(-50%, 0);
        width: 100vw;
        height: 100vw;
        background: #ffffff;
        z-index: 4;
        transition: 0.1s all;
    }
}

.cid-tJUnfRjaQO {
    padding-top: 0rem;
    padding-bottom: 0rem;
    background-color: #7d0909;
}

.cid-tJUnfRjaQO .content_block {
    padding: 60px 15px;
    padding-right: 20%;
}

.cid-tJUnfRjaQO .content_block:hover .mbr-section-title a {
    color: #ffffff !important;
}

.cid-tJUnfRjaQO .card_topic,
.cid-tJUnfRjaQO .mbr-section-subtitle {
    margin-bottom: 12px;
}

.cid-tJUnfRjaQO .card_topic .mbr-iconfont {
    font-size: 1rem;
    color: #ffffff;
    margin-left: 10px;
    margin-right: 3px;
}

.cid-tJUnfRjaQO .image {
    position: relative;
}

.cid-tJUnfRjaQO .image:before {
    content: "";
    position: absolute;
    width: 60%;
    height: 100%;
    right: -1px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #7d0909);
    z-index: 1;
    pointer-events: none;
}

.cid-tJUnfRjaQO .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cid-tJUnfRjaQO .mbr-section-btn .btn-secondary-outline {
    padding: 3px 0;
    margin-bottom: 0;
    border: none !important;
    background-color: transparent !important;
}

.cid-tJUnfRjaQO .mbr-section-btn .btn-secondary-outline:hover,
.cid-tJUnfRjaQO .mbr-section-btn .btn-secondary-outline .active,
.cid-tJUnfRjaQO .mbr-section-btn .btn-secondary-outline:focus {
    color: #7d0909 !important;
}

.cid-tJUnfRjaQO .category_content {
    opacity: .8;
}

@media (max-width: 991px) {
    .cid-tJUnfRjaQO .content_block {
        padding: 30px 15px;
    }
    .cid-tJUnfRjaQO .mbr-figure {
        padding: 0;
    }
    .cid-tJUnfRjaQO .image:before {
        width: 100%;
        height: 60%;
        bottom: 0;
        left: 0;
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(125, 9, 9, 0.99));
    }
}

.cid-tJUnfRjaQO .mbr-text,
.cid-tJUnfRjaQO .mbr-section-btn {
    text-align: center;
    color: #e5e5e5;
}

.cid-tJUnfRjaQO .mbr-section-title {
    color: #e5e5e5;
    text-align: center;
}

.cid-v2qX2xpqzR {
    overflow-x: hidden !important;
}

.cid-v2qX2xpqzR .mbr-section-title {
    color: #e5e5e5;
}

.cid-v2qX2xpqzR .mbr-section-title span {
    color: #ffbc00;
}

.cid-v2qX2xpqzR .mbr-text {
    color: #fef8f5;
    letter-spacing: 5px;
    font-weight: 100;
}

.cid-v2qX2xpqzR .scroll-wrapper {
    top: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-size: cover;
    position: absolute;
    background-repeat: repeat;
    z-index: 0;
    -webkit-animation-duration: 18s !important;
    animation-duration: 18s;
    background-image: url("../../../assets/images/mbr-1920x1206.jpg");
    -webkit-animation: scroll-wrapper linear infinite;
    -moz-animation: scroll-wrapper linear infinite;
    -o-animation: scroll-wrapper linear infinite;
    animation: scroll-wrapper linear infinite;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.cid-v2qX2xpqzR .scroll-wrapper.second {
    left: calc(100% - 1px);
}

.cid-v2qX2xpqzR .mbr-overlay {
    z-index: 1;
}

.cid-v2qX2xpqzR .block-content {
    z-index: 2;
}

@keyframes scroll-wrapper {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@-webkit-keyframes scroll-wrapper {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@-moz-keyframes scroll-wrapper {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@-o-keyframes scroll-wrapper {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.cid-tuHX1Z2ti9 {
    padding-top: 90px;
    padding-bottom: 90px;
    background-image: url("../../../assets/images/mbr-1920x1281.jpg");
}

.cid-tuHX1Z2ti9 .mbr-section-subtitle {
    color: #ffffff;
    text-align: center;
    font-weight: 300;
}

.cid-tuHX1Z2ti9 .step {
    width: 72px;
    height: 72px;
    font-size: 36px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    padding-bottom: 0;
    color: #ffffff;
}

@media (min-width: 768px) {
    .cid-tuHX1Z2ti9 .separline .step-wrapper {
        position: relative;
    }
    .cid-tuHX1Z2ti9 .separline .step-wrapper:before,
    .cid-tuHX1Z2ti9 .separline .step-wrapper:after {
        top: 38px;
        position: absolute;
        content: "";
        height: 2px;
        width: calc(50% + 15px - 36px - 8px);
        background-color: #ffffff;
    }
    .cid-tuHX1Z2ti9 .separline .step-wrapper:before {
        left: -15px;
    }
    .cid-tuHX1Z2ti9 .separline .step-wrapper:after {
        left: calc(50% + 8px + 36px);
    }
    .cid-tuHX1Z2ti9 .separline.last-child .step-wrapper:after,
    .cid-tuHX1Z2ti9 .separline:nth-child(3n) .step-wrapper:after,
    .cid-tuHX1Z2ti9 .separline:nth-child(3n+1) .step-wrapper:before {
        background: none;
    }
}

@media (max-width: 767px) {
    .cid-tuHX1Z2ti9 .card:not(.last-child) {
        padding-bottom: 1.5rem;
    }
}

.cid-tuHX1Z2ti9 .mbr-section-title {
    color: #e5e5e5;
}

.cid-tuHX1Z2ti9 .mbr-step-title {
    color: #ffffff;
}

.cid-tuHX1Z2ti9 .mbr-step-text {
    color: #ffffff;
}

.cid-u32P05orXM {
    background-image: url("../../../assets/images/casal.png-1-642x642.png");
}

.cid-u32P05orXM .mbr-text,
.cid-u32P05orXM .typed-text,
.cid-u32P05orXM .mbr-section-text {
    letter-spacing: 0.03rem;
}

.cid-u32P05orXM .btn {
    margin-left: 4px !important;
}

.cid-u32P05orXM .animated-element {
    color: #eb0100;
}

.cid-u32P05orXM .typed-cursor {
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
    color: #eb0100;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.cid-s1YPl57Et0 {
    padding-top: 135px;
    padding-bottom: 0px;
    background-image: url("../../../assets/images/gemini-generated-image-5g0co85g0co85g0c.jpeg-642x642.jpg");
}

.cid-s1YPl57Et0 .card-wrapper {
    display: flex;
    padding: 0 1.5rem;
}

@media (max-width: 1600px) {
    .cid-s1YPl57Et0 .card-wrapper {
        padding: 0;
    }
}

.cid-s1YPl57Et0 img {
    width: 100%;
}

.cid-s1YPl57Et0 .mbr-iconfont {
    font-size: 3rem;
    background: linear-gradient(to left, #ffffff, #7d0909);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cid-s1YPl57Et0 .line {
    width: 55px;
    margin-bottom: 0.5rem;
    height: 5px;
    display: inline-block;
    background: linear-gradient(to left, #ffffff, #7d0909);
}

.cid-s1YPl57Et0 .icon-wrapper {
    margin: auto;
    margin-right: 1.5rem;
    display: flex;
    justify-content: center;
    border-radius: 50%;
}

.cid-s1YPl57Et0 h4 {
    margin: 0;
}

.cid-s1YPl57Et0 .card-text {
    color: #cebfaf;
}

.cid-s1YPl57Et0 .mbr-text {
    color: #000000;
}

.cid-s1YPl57Et0 .card-title {
    color: #5758e0;
}

@media (min-width: 1200px) {
    .cid-s1YPl57Et0 .mbr-text {
        max-width: 600px;
    }
}

@media (max-width: 767px) {
    .cid-s1YPl57Et0 .card-wrapper {
        flex-direction: column;
        margin: auto;
        text-align: center;
    }
    .cid-s1YPl57Et0 .card-wrapper .icon-wrapper {
        margin: 0 auto;
        margin-bottom: 1rem;
    }
}

@media (max-width: 991px) {
    .cid-s1YPl57Et0 .mbr-text {
        padding-bottom: 2rem;
        max-width: 100%;
    }
}

.cid-s1YPl57Et0 H3 {
    color: #787324;
}

.cid-s1YPl57Et0 .mbr-section-title,
.cid-s1YPl57Et0 .title-wrapper {
    color: #ffffff;
}

.cid-s1YPl57Et0 .mbr-text,
.cid-s1YPl57Et0 .mbr-section-btn {
    color: #ffffff;
}

.cid-tEDmoFVEL0 {
    background-image: url("../../../assets/images/background4.jpg");
    position: relative;
    overflow: hidden;
}

.cid-tEDmoFVEL0 .mbr-fallback-image.disabled {
    display: none;
}

.cid-tEDmoFVEL0 .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.cid-tEDmoFVEL0 .col-text {
    position: relative;
    width: 34vw;
}

@media (max-width: 991px) {
    .cid-tEDmoFVEL0 .col-text {
        width: 62vw;
    }
}

@media (max-width: 767px) {
    .cid-tEDmoFVEL0 .col-text {
        width: 70vw;
    }
}

@media (max-width: 575px) {
    .cid-tEDmoFVEL0 .col-text {
        width: 100%;
    }
}

.cid-tEDmoFVEL0 .text-wrap {
    position: relative;
    z-index: 3;
    padding: 3%;
    margin-bottom: 10%;
}

@media (max-width: 767px) {
    .cid-tEDmoFVEL0 .text-wrap {
        padding: 0;
    }
}

@media (max-width: 575px) {
    .cid-tEDmoFVEL0 .text-wrap {
        width: 100%;
        max-width: 70vw;
        margin: 0 auto;
        margin-bottom: 10%;
    }
}

.cid-tEDmoFVEL0 .iconfont-wrapper .mbr-iconfont {
    display: block;
    font-size: 70px;
    color: #181817;
    margin-bottom: 2.5rem;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}

.cid-tEDmoFVEL0 .mbr-section-title {
    color: #ffffff;
    opacity: 0.8;
}

.cid-tEDmoFVEL0 .mbr-section-subtitle {
    color: #ffffff;
}

.cid-tEDmoFVEL0 .mbr-text {
    color: #181817;
    margin-bottom: 1rem;
    opacity: 0.8;
}

.cid-tEDmoFVEL0 .mbr-section-btn {
    margin-top: 1rem;
}

.cid-tEDmoFVEL0 .img-bg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: rgba(125, 9, 9, 0.89);
    z-index: 2;
}

@media (max-width: 767px) {
    .cid-tEDmoFVEL0 .img-bg {
        width: 380px;
    }
}

@media (max-width: 575px) {
    .cid-tEDmoFVEL0 .img-bg {
        width: calc(100% - 2rem);
    }
}

.cid-tEDmoFVEL0 .mbr-text,
.cid-tEDmoFVEL0 .mbr-section-btn {
    color: #ffffff;
}

.cid-tEDkY2Qhqc {
    background-image: url("../../../assets/images/mbr-1920x1250.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.cid-tEDkY2Qhqc .mbr-fallback-image.disabled {
    display: none;
}

.cid-tEDkY2Qhqc .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.cid-tEDkY2Qhqc .container {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 25px;
    padding-right: 25px;
}

@media (max-width: 1199px) {
    .cid-tEDkY2Qhqc .container {
        max-width: 960px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 991px) {
    .cid-tEDkY2Qhqc .container {
        max-width: 720px;
    }
}

@media (max-width: 767px) {
    .cid-tEDkY2Qhqc .container {
        max-width: 540px;
    }
}

.cid-tEDkY2Qhqc .row {
    margin-left: -25px;
    margin-right: -25px;
    justify-content: flex-start;
}

.cid-tEDkY2Qhqc .row>[class*="col"] {
    padding-left: 25px;
    padding-right: 25px;
}

@media (max-width: 1199px) {
    .cid-tEDkY2Qhqc .row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .cid-tEDkY2Qhqc .row>[class*="col"] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.cid-tEDkY2Qhqc .mbr-section-head {
    margin-bottom: 20px;
    width: 100%;
}

.cid-tEDkY2Qhqc .mbr-section-title {
    color: #C4CFDE;
}

.cid-tEDkY2Qhqc .mbr-section-subtitle {
    color: #ffffff;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
}

@media (max-width: 767px) {
    .cid-tEDkY2Qhqc .mbr-section-subtitle {
        padding-top: 0.325rem;
        padding-bottom: 0.325rem;
    }
}

.cid-tEDkY2Qhqc .card-row {
    align-items: stretch;
}

.cid-tEDkY2Qhqc .card {
    margin-top: 30px;
}

.cid-tEDkY2Qhqc .card-wrapper {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 35px;
    border-radius: 10px;
    overflow: hidden;
    background: linear-gradient(145deg, #7d0909, #e2090d);
}

.cid-tEDkY2Qhqc .card-wrapper:hover .card-bg {
    opacity: 1;
}

.cid-tEDkY2Qhqc .card-wrapper:hover .card-box {
    transform: translateY(0);
}

.cid-tEDkY2Qhqc .card-wrapper:hover .card-title {
    color: #ffffff !important;
}

.cid-tEDkY2Qhqc .card-wrapper:hover .card-text {
    color: #ffffff !important;
}

.cid-tEDkY2Qhqc .card-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: linear-gradient(to right bottom, #212428, #16181c);
    opacity: 0;
    transition: .5s all;
}

.cid-tEDkY2Qhqc .card-box {
    position: relative;
    z-index: 5;
    height: 100%;
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    transform: translateY(20px);
}

.cid-tEDkY2Qhqc .iconfont-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: auto;
    margin-bottom: 30px;
}

.cid-tEDkY2Qhqc .iconfont-wrapper .mbr-iconfont {
    font-size: 42px;
    color: #ffffff;
}

.cid-tEDkY2Qhqc .card-title {
    color: #C4CFDE;
    margin-bottom: 20px;
    transition: .5s all;
}

.cid-tEDkY2Qhqc .card-text {
    color: #fef8f5;
    margin-bottom: 22px;
    transition: .5s all;
}

.cid-s1YPFUMG3v {
    padding-top: 90px;
    padding-bottom: 90px;
    position: relative;
    background-image: url("../../../assets/images/background1-1.jpg");
}

.cid-s1YPFUMG3v p {
    color: #767676;
    padding: 0;
    letter-spacing: 0px;
}

.cid-s1YPFUMG3v .panel-title {
    border-bottom: 2px solid #ffffff;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding-right: 2rem;
}

.cid-s1YPFUMG3v .collapsed {
    border: none;
}

.cid-s1YPFUMG3v .collapsed span {
    transform: rotate(0deg);
}

.cid-s1YPFUMG3v span {
    font-size: 1.4rem;
    transition: all 0.3s;
    transform: rotate(45deg);
    background: linear-gradient(to left, #ffffff, #7d0909);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
}

.cid-s1YPFUMG3v .panel-body {
    padding-top: 0.5rem;
}

.cid-s1YPFUMG3v .card {
    border-radius: 0px;
    margin-bottom: -1px;
}

.cid-s1YPFUMG3v .card .card-header {
    border-radius: 0px;
    margin: 0.5rem 0;
    border: 0px;
    background: #7d0909;
    padding: 0;
}

.cid-s1YPFUMG3v .card .card-header a.panel-title {
    margin-bottom: 0;
    margin-top: -1px;
    font-style: normal;
    text-decoration: none !important;
    line-height: normal;
}

.cid-s1YPFUMG3v .card .card-header a.panel-title:focus {
    text-decoration: none !important;
}

.cid-s1YPFUMG3v .card .card-header a.panel-title h4 {
    padding: 1.3rem 2rem;
    margin-bottom: 0;
}

.cid-s1YPFUMG3v .card .card-header a.panel-title h4 .sign {
    padding-right: 1rem;
}

.cid-s1YPFUMG3v .panel-text {
    color: #e5e5e5;
}

.cid-s1YPFUMG3v H4 {
    color: #ffffff;
}

.cid-s1YPFUMG3v H2 {
    color: #ffffff;
}

.cid-s1YPFUMG3v .mbr-section-text {
    color: #ffffff;
}

.cid-tEvCcA4lpH {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-image: url("../../../assets/images/background1-1.jpg");
}

.cid-tEvCcA4lpH .mbr-section-head {
    padding: 0 1rem;
}

.cid-tEvCcA4lpH .team-card {
    margin-bottom: 2rem;
    transition: all 0.3s;
}

.cid-tEvCcA4lpH .team-card:hover {
    transform: translateY(-10px);
}

.cid-tEvCcA4lpH .card-wrap {
    border-radius: 4px;
}

@media (max-width: 991px) {
    .cid-tEvCcA4lpH .card-wrap {
        margin-bottom: 2rem;
    }
}

.cid-tEvCcA4lpH .card-wrap .image-wrap img {
    width: 100%;
}

@media (min-width: 768px) {
    .cid-tEvCcA4lpH .card-wrap .content-wrap {
        padding: 2rem;
    }
}

@media (max-width: 767px) {
    .cid-tEvCcA4lpH .card-wrap .content-wrap {
        padding: 1rem;
    }
}

.cid-tEvCcA4lpH .embla__slide {
    display: flex;
    justify-content: center;
    position: relative;
    min-width: 50%;
    max-width: 40%;
}

@media (max-width: 768px) {
    .cid-tEvCcA4lpH .embla__slide {
        min-width: 70%;
        max-width: initial;
        margin-left: 5px !important;
        margin-right: 5px !important;
    }
}

.cid-tEvCcA4lpH .embla__button--next,
.cid-tEvCcA4lpH .embla__button--prev {
    display: flex;
}

.cid-tEvCcA4lpH .embla__button {
    top: -13%;
    width: 38px;
    height: 38px;
    margin-top: -1.5rem;
    font-size: 14px;
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 50%;
    transition: all 0.3s;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cid-tEvCcA4lpH .embla__button:disabled {
    cursor: default;
    display: none;
}

.cid-tEvCcA4lpH .embla__button:hover {
    background: transparent;
    opacity: .7;
}

.cid-tEvCcA4lpH .embla__button.embla__button--prev {
    left: 0;
    margin-left: 2.5rem;
}

.cid-tEvCcA4lpH .embla__button.embla__button--next {
    right: 0;
    margin-right: 2.5rem;
}

@media (max-width: 992px) {
    .cid-tEvCcA4lpH .embla__button {
        top: -10%;
    }
}

.cid-tEvCcA4lpH .embla {
    position: relative;
    width: 100%;
    margin-top: 52px;
    z-index: 1;
}

@media (max-width: 992px) {
    .cid-tEvCcA4lpH .embla {
        margin-top: 80px;
    }
}

.cid-tEvCcA4lpH .embla__viewport {
    overflow: hidden;
    width: 100%;
}

.cid-tEvCcA4lpH .embla__viewport.is-draggable {
    cursor: grab;
}

.cid-tEvCcA4lpH .embla__viewport.is-dragging {
    cursor: grabbing;
}

.cid-tEvCcA4lpH .embla__container {
    display: flex;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.cid-tEvCcA4lpH .mbr-section-subtitle {
    margin-bottom: 27px;
    letter-spacing: 0.13em;
    color: #ffffff;
    text-align: center;
}

.cid-tEvCcA4lpH .mbr-section-title {
    margin-bottom: 16px;
    color: #ffffff;
    text-align: center;
}

.cid-tEvCcA4lpH .mbr-text {
    margin: 0;
    color: #EAEAEA;
    text-align: center;
}

.cid-tEvCcA4lpH .mbr-text ul {
    list-style-position: inside;
    display: flex;
    justify-content: center;
    padding: 0;
}

@media (max-width: 992px) {
    .cid-tEvCcA4lpH .mbr-text ul {
        display: block;
    }
}

.cid-tEvCcA4lpH .mbr-text ul li {
    padding: 0 3rem;
}

@media (max-width: 992px) {
    .cid-tEvCcA4lpH .mbr-text ul li {
        margin-top: 10px;
        margin-left: 0;
    }
}

.cid-tEvCcA4lpH .mbr-text ul li::marker {
    color: #7d0909;
    font-size: 18px;
}

.cid-tEvCcA4lpH .item-wrapper {
    height: 100%;
}

.cid-tEvCcA4lpH .item-wrapper .image-wrap {
    height: 100%;
}

.cid-tEvCcA4lpH .item-wrapper .image-wrap img {
    width: 100%;
    height: 420px;
    object-fit: cover;
}

@media (max-width: 992px) {
    .cid-tEvCcA4lpH .item-wrapper .image-wrap img {
        height: 320px;
    }
}

.cid-t1Z2REoP7s {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #000000;
}

.cid-t1Z2REoP7s .line {
    width: 55px;
    margin-bottom: 0.5rem;
    height: 5px;
    display: inline-block;
    background: linear-gradient(to left, #ffffff, #7d0909);
}

.cid-t1Z2REoP7s .btn-col {
    align-items: flex-end;
    justify-content: flex-end;
    display: flex;
}

@media (max-width: 767px) {
    .cid-t1Z2REoP7s .btn-col {
        justify-content: center;
    }
}

.cid-t1Z2REoP7s .mbr-text,
.cid-t1Z2REoP7s .mbr-section-btn {
    color: #ffffff;
}

.cid-t1Z2REoP7s p {
    margin: 0;
}

.cid-t22l3oKhzw {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #7d0909;
}

.cid-t22l3oKhzw .list {
    list-style: none;
    padding-left: 0;
    font-weight: 300;
    color: #fff;
}

@media (max-width: 991px) {
    .cid-t22l3oKhzw .list {
        margin-bottom: 2rem;
    }
}

@media (min-width: 992px) {
    .cid-t22l3oKhzw .list {
        margin-bottom: 0rem;
    }
}

@media (max-width: 576px) {
    .cid-t22l3oKhzw .list {
        margin-bottom: 30px;
    }
}

.cid-t22l3oKhzw .item-wrap {
    margin-bottom: 15px;
}

@media (max-width: 576px) {
    .cid-t22l3oKhzw .item-wrap {
        margin-bottom: 0;
    }
}

@media (max-width: 991px) {
    .cid-t22l3oKhzw div>*:last-child {
        margin-top: 0 !important;
    }
}

.cid-t22l3oKhzw .copyright {
    color: #ffffff;
}

.cid-t22l3oKhzw .mbr-section-subtitle {
    color: #ffffff;
}

@media (max-width: 576px) {
    .cid-t22l3oKhzw .mbr-section-subtitle {
        margin-bottom: 10px;
    }
}

.cid-t22l3oKhzw .footer {
    padding-top: 66px;
    padding-bottom: 50px;
    border-top: 1px solid #868c90;
    border-bottom: 1px solid #868c90;
}

@media (max-width: 768px) {
    .cid-t22l3oKhzw .footer {
        padding-top: 48px;
        padding-bottom: 36px;
    }
}

@media (max-width: 767px) {
    .cid-t22l3oKhzw .footer {
        text-align: center !important;
    }
}

@media (max-width: 576px) {
    .cid-t22l3oKhzw .footer-logo {
        margin: 0 auto;
    }
}

.cid-v2r8sUU2Ln {
    padding-top: 2rem;
    padding-bottom: 0rem;
    background-color: #000000;
}

.cid-v2r8sUU2Ln .row {
    align-items: center;
}

.cid-v2r8sUU2Ln .text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.cid-v2r8sUU2Ln .header-text {
    width: 100%;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .cid-v2r8sUU2Ln .header-text {
        margin-bottom: 20px;
    }
}

.cid-v2r8sUU2Ln .mbr-section-title {
    width: 100%;
    color: #ffffff;
    margin-bottom: 0;
}

.cid-v2r8sUU2Ln .mbr-text {
    color: #ffffff;
    width: 100%;
    margin-bottom: 0;
    margin-top: 12px;
}

#custom-html-2j {
    /* Type valid CSS here */
}

#custom-html-2j div {
    padding: 80px 0;
    color: #777;
    text-align: center;
}

#custom-html-2j p {
    font-size: 60px;
    color: #777;
}