@import url(https://fonts.googleapis.com/css?family=Be+Vietnam:100,100i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i&display=swap);
body {
    font-family: Be Vietnam;
}

.display-1 {
    font-family: 'Be Vietnam', sans-serif;
    font-size: 4.0625rem;
    line-height: 1;
    letter-spacing: -0.03em;
}

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

.display-2 {
    font-family: 'Be Vietnam', sans-serif;
    font-size: 3.1875rem;
    line-height: 1.05;
    letter-spacing: -0.02em;
}

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

.display-4 {
    font-family: 'Be Vietnam', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.65;
}

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

.display-5 {
    font-family: 'Be Vietnam', sans-serif;
    font-size: 2.00rem;
    line-height: 1.1;
    letter-spacing: -0.01em;
}

.display-5>.mbr-iconfont {
    font-size: 3.9rem;
}

.display-7 {
    font-family: 'Be Vietnam', sans-serif;
    font-size: 1.5625rem;
    line-height: 1.35;
    letter-spacing: -0.01em;
}


/* 
.display-7 {
    font-family: 'hacen-tunisia-bold';
    font-size: 1.5625rem;
    line-height: 1.35;
    letter-spacing: -0.01em;
} */

.display-7>.mbr-iconfont {
    font-size: 2.5rem;
}


/* ---- 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.25rem;
        font-size: calc( 2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20))));
    }
    .display-2 {
        font-size: 2.55rem;
        font-size: calc( 1.765625rem + (3.1875 - 1.765625) * ((100vw - 20rem) / (48 - 20)));
    }
    /* edited */
    .display-5 {
        font-size: 1.20rem;
        font-size: calc( 1 + (2.4375 - 1.5031249999999998) * ((100vw - 20rem) / (48 - 20)));
    }
    .display-7 {
        font-size: 1.25rem;
        font-size: calc( 1.196875rem + (1.5625 - 1.196875) * ((100vw - 20rem) / (48 - 20)));
    }
}


/* Buttons */

.btn {
    padding: 14px 18px;
    border-radius: 4px;
}

.btn-sm {
    padding: 7px 15px;
    border-radius: 4px;
}

.btn-md {
    padding: 15px 20px;
    border-radius: 4px;
}

.btn-lg {
    padding: 18px 25px;
    border-radius: 4px;
}

.bg-primary {
    background-color: #a21f22 !important;
}

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

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

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

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

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

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

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

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

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

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
    color: #ffffff !important;
    background-color: #17161a;
    border-color: #17161a;
}

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

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

.btn-info,
.btn-info:active {
    background-color: #4200ff !important;
    border-color: #4200ff !important;
    color: #ffffff !important;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
    color: #ffffff !important;
    background-color: #4200ff;
    border-color: #4200ff;
}

.btn-info.disabled,
.btn-info:disabled {
    color: #ffffff !important;
    background-color: #4200ff !important;
    border-color: #4200ff !important;
}

.btn-info:hover {
    background-color: #3500cc !important;
    border-color: #3500cc !important;
}

.btn-success,
.btn-success:active {
    background-color: #3dc84b !important;
    border-color: #3dc84b !important;
    color: #ffffff !important;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
    color: #ffffff !important;
    background-color: #3dc84b;
    border-color: #3dc84b;
}

.btn-success.disabled,
.btn-success:disabled {
    color: #ffffff !important;
    background-color: #3dc84b !important;
    border-color: #3dc84b !important;
}

.btn-success:hover {
    background-color: #2ea43a !important;
    border-color: #2ea43a !important;
}

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

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

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

.btn-warning:hover {
    background-color: #151d22 !important;
    border-color: #151d22 !important;
}

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

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

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

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

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

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

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

.btn-white:hover {
    color: #17161a !important;
}

.btn-white.btn {
    color: #17161a !important;
}

.btn-black,
.btn-black:active {
    background-color: #17161a !important;
    border-color: #17161a !important;
    color: #ffffff !important;
}

.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
    color: #ffffff !important;
    background-color: #17161a;
    border-color: #17161a;
}

.btn-black.disabled,
.btn-black:disabled {
    color: #ffffff !important;
    background-color: #17161a !important;
    border-color: #17161a !important;
}

.btn-primary-outline {
    border: 1px solid;
}

.btn-primary-outline,
.btn-primary-outline:active {
    background: none;
    border-color: #a21f22;
    color: #a21f22;
}

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

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

.btn-secondary-outline {
    border: 1px solid;
}

.btn-secondary-outline,
.btn-secondary-outline:active {
    background: none;
    border-color: #17161a;
    color: #17161a;
}

.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
    color: #ffffff !important;
    background: #17161a !important;
    border-color: #17161a;
}

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

.btn-secondary-outline:hover {
    background-color: #a21f22 !important;
    border-color: #a21f22 !important;
}

.btn-info-outline {
    border: 1px solid;
}

.btn-info-outline,
.btn-info-outline:active {
    background: none;
    border-color: #4200ff;
    color: #4200ff;
}

.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
    color: #ffffff !important;
    background: #4200ff !important;
    border-color: #4200ff;
}

.btn-info-outline.disabled,
.btn-info-outline:disabled {
    color: #ffffff !important;
    background-color: #4200ff !important;
    border-color: #4200ff !important;
}

.btn-success-outline {
    border: 1px solid;
}

.btn-success-outline,
.btn-success-outline:active {
    background: none;
    border-color: #3dc84b;
    color: #3dc84b;
}

.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
    color: #ffffff !important;
    background: #3dc84b !important;
    border-color: #3dc84b;
}

.btn-success-outline.disabled,
.btn-success-outline:disabled {
    color: #ffffff !important;
    background-color: #3dc84b !important;
    border-color: #3dc84b !important;
}

.btn-warning-outline {
    border: 1px solid;
}

.btn-warning-outline,
.btn-warning-outline:active {
    background: none;
    border-color: #283742;
    color: #283742;
}

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

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

.btn-danger-outline {
    border: 1px solid;
}

.btn-danger-outline,
.btn-danger-outline:active {
    background: none;
    border-color: #ebeaed;
    color: #ebeaed;
}

.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
    color: #696474 !important;
    background: #ebeaed !important;
    border-color: #ebeaed;
}

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

.btn-black-outline {
    border: 1px solid;
}

.btn-black-outline,
.btn-black-outline:active {
    background: none;
    border-color: #17161a;
    color: #17161a;
}

.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
    color: #ffffff !important;
    background: #17161a !important;
    border-color: #17161a;
}

.btn-black-outline.disabled,
.btn-black-outline:disabled {
    color: #ffffff !important;
    background-color: #17161a !important;
    border-color: #17161a !important;
}

.btn-white-outline {
    border: 1px solid;
}

.btn-white-outline,
.btn-white-outline:active {
    background: none;
    border-color: #ffffff;
    color: #ffffff;
}

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

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

.btn-white-outline:hover {
    color: #17161a !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

a.text-danger:hover,
a.text-danger:focus {
    color: #b7b3be !important;
}

a.text-white:hover,
a.text-white:focus {
    color: #666666 !important;
}

a.text-black:hover,
a.text-black:focus {
    color: #a21f22 !important;
}

.alert-success {
    background-color: #3dc84b;
}

.alert-info {
    background-color: #4200ff;
}

.alert-warning {
    background-color: #283742;
}

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

.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
    box-shadow: none;
}

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

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

a,
a:hover {
    color: #a21f22;
}

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

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

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

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

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


/* Scroll to top button*/

.scrollToTop_wraper {
    display: none;
}

.form-control {
    font-family: 'hacen-tunisia-bold';
    font-size: 1.5625rem;
    line-height: 1.35;
    letter-spacing: -0.01em;
}

.form-control>.mbr-iconfont {
    font-size: 2.5rem;
}

blockquote {
    border-color: #a21f22;
}


/* Forms */

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

.jq-selectbox li:hover,
.jq-selectbox li.selected {
    background-color: #a21f22;
    color: #ffffff;
}

.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
    transition: 0.4s;
    border-top-color: currentColor;
    border-bottom-color: currentColor;
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
    border-top-color: #a21f22;
    border-bottom-color: #a21f22;
}

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

.sidebar-block .mbr-gallery-item .galleryItem .onsale {
    top: 0px;
}

.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
    bottom: -35px;
    margin-left: 1rem;
}

.cid-rWWcKW80LS {
    min-height: 120px !important;
    position: static;
    background: #ffffff;
}

.cid-rWWcKW80LS .nav-item,
.cid-rWWcKW80LS .nav-link,
.cid-rWWcKW80LS .navbar-caption {
    font-weight: normal;
}

.cid-rWWcKW80LS .container,
.cid-rWWcKW80LS .container-fluid {
    position: static;
}

.cid-rWWcKW80LS .navbar-nav {
    counter-reset: number;
}

.cid-rWWcKW80LS .nav-link {
    position: relative;
    /* counter-increment: number; */
    margin: 0 2vw !important;
    padding: 0 !important;
    font-weight: 500;
}

.cid-rWWcKW80LS .nav-link:before {
    content: "0" counter(number);
    display: inline-block;
    opacity: .7;
    font-weight: bold;
    width: auto;
    top: -10px;
    right: 0;
    line-height: 20px;
    font-size: .6em;
    position: absolute;
    height: auto;
    background: transparent;
}

@media (min-width: 992px) {
    .cid-rWWcKW80LS .nav-item {
        margin: 10px 0 0 !important;
    }
    .cid-rWWcKW80LS .btn {
        white-space: nowrap;
    }
    .cid-rWWcKW80LS .dropdown-menu {
        display: inline-block;
        transform-origin: 50% -50px;
        transform: perspective(300px) rotateX(-15deg);
        opacity: 0;
        visibility: hidden;
    }
    .cid-rWWcKW80LS .nav-item:hover .nav-link+.dropdown-menu {
        transform: none;
        opacity: 1;
        visibility: visible;
    }
    .cid-rWWcKW80LS .dropdown-toggle::after,
    .cid-rWWcKW80LS .nav-dropdown .link.dropdown-toggle::after {
        content: "";
        border: none;
        width: 0;
        margin-left: 0 !important;
    }
}

.cid-rWWcKW80LS .dropdown-toggle::after {
    content: "\f067";
    font-family: "FontAwesome";
    border: none !important;
    right: 25px !important;
    color: currentColor;
    margin-left: 10px !important;
    margin-top: -5px !important;
    font-size: 13px;
    height: 13px;
    width: 13px;
    transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

.cid-rWWcKW80LS .dropdown-menu {
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    width: auto;
    min-width: 210px;
    max-width: 320px;
    border-radius: 6px;
    top: 20px;
    left: -5px;
    margin-top: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

.cid-rWWcKW80LS .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    transform: rotate(45deg);
}

.cid-rWWcKW80LS .dropdown-menu .dropdown-item {
    line-height: 100%;
    font-weight: normal;
    padding: 10px 25px !important;
    position: relative;
    width: 100%;
    justify-content: flex-start;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

.cid-rWWcKW80LS .dropdown-menu .dropdown-item:hover {
    color: #a21f22 !important;
    background-color: #fafafa;
}

.cid-rWWcKW80LS .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
}

.cid-rWWcKW80LS .dropdown.open .dropdown-toggle[aria-expanded="true"]+.dropdown-submenu {
    visibility: visible;
}

.cid-rWWcKW80LS .navbar .dropdown.open>.dropdown-menu {
    display: inline-block;
    transform: none;
    opacity: 1;
}

.cid-rWWcKW80LS .nav-dropdown .dropdown-submenu {
    margin: 0 !important;
    top: 2px !important;
}

.cid-rWWcKW80LS .dropdown-item {
    padding: 0 1.35vw;
    justify-content: center;
    font-weight: 400;
}

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

.cid-rWWcKW80LS .dropdown .dropdown-menu .dropdown-item {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: auto;
}

.cid-rWWcKW80LS .dropdown .dropdown-menu .dropdown-item::after {
    right: .5rem;
}

.cid-rWWcKW80LS .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
    display: none;
}

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

.cid-rWWcKW80LS .collapsed .dropdown .dropdown-menu .dropdown-item {
    transition: none;
    margin: 0 !important;
}

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

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

.cid-rWWcKW80LS .navbar {
    min-height: 120px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    background: #ffffff;
}

.cid-rWWcKW80LS .navbar.opened {
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    background: #ffffff !important;
}

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

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

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

@media (min-width: 992px) {
    .cid-rWWcKW80LS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
        max-height: calc(100vh - 3.6rem - 1rem);
    }
}

.cid-rWWcKW80LS .navbar.collapsed .dropdown-menu {
    background: transparent !important;
}

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

.cid-rWWcKW80LS .navbar.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .cid-rWWcKW80LS .navbar .nav-item .nav-link::before {
        display: none;
    }
    .cid-rWWcKW80LS .navbar.opened .dropdown-menu {
        top: 0;
    }
    .cid-rWWcKW80LS .navbar .container-fluid,
    .cid-rWWcKW80LS .navbar .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .cid-rWWcKW80LS .navbar .dropdown-menu {
        background: transparent !important;
    }
    .cid-rWWcKW80LS .navbar .dropdown-menu .dropdown-submenu {
        left: 0 !important;
    }
    .cid-rWWcKW80LS .navbar .navbar-logo img {
        height: 3.6rem !important;
    }
    .cid-rWWcKW80LS .navbar .dropdown-menu .dropdown-item {
        text-align: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
    .cid-rWWcKW80LS .navbar .navbar-brand {
        -webkit-flex-shrink: initial;
        flex-shrink: initial;
        -webkit-flex-basis: auto;
        flex-basis: auto;
        word-break: break-word;
    }
    .cid-rWWcKW80LS .navbar .navbar-toggler {
        -webkit-flex-basis: auto;
        flex-basis: auto;
    }
}

.cid-rWWcKW80LS .navbar.navbar-short {
    background: #ffffff !important;
    min-height: 90px;
}

.cid-rWWcKW80LS .navbar.navbar-short .navbar-logo img {
    height: 3rem !important;
}

.cid-rWWcKW80LS .navbar.navbar-short .navbar-brand {
    padding: 0;
}

.cid-rWWcKW80LS .navbar-brand {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 0;
    padding: 0;
    transition: all .25s;
    word-break: break-word;
    z-index: 1;
}

.cid-rWWcKW80LS .navbar-brand .navbar-caption {
    line-height: 40px !important;
}

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

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

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

.cid-rWWcKW80LS .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
    margin: 0 2vw !important;
}

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

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

.cid-rWWcKW80LS .navbar-buttons {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.cid-rWWcKW80LS .navbar-dropdown {
    position: absolute;
    position: fixed;
}

.cid-rWWcKW80LS a.nav-link {
    -webkit-justify-content: center;
    justify-content: center;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

.cid-rWWcKW80LS a.nav-link:hover {
    color: #a21f22 !important;
}

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

.cid-rWWdm1vvAA {
    padding-top: 0rem;
    padding-bottom: 0rem;
    background-color: #191f23;
}

.cid-rWWdm1vvAA .content__block {
    padding: 50px 15px;
}

.cid-rWWdm1vvAA .circle:after {
    content: '•';
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    margin-top: -2px;
    color: #a21f22;
    margin-left: 4px;
    margin-right: 4px;
}

.cid-rWWdm1vvAA .mbr-section-subtitle {
    margin-bottom: 20px;
}

.cid-rWWdm1vvAA .mbr-text {
    opacity: .6;
    margin-bottom: 25px;
}

.cid-rWWdm1vvAA .image {
    perspective: 3500px;
    position: relative;
}

.cid-rWWdm1vvAA .image:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(25, 31, 35, 0.99));
    z-index: 1;
    pointer-events: none;
    left: 0;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(25, 31, 35, 0.99));
}

.cid-rWWdm1vvAA .image img {
    transition: transform .5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

.cid-rWWdm1vvAA .mbr-section-btn .btn-white-outline:hover {
    color: #a21f22 !important;
}

@media (max-width: 991px) {
    .cid-rWWdm1vvAA .content__block {
        padding: 30px 15px;
    }
    .cid-rWWdm1vvAA .mbr-figure {
        padding: 0;
    }
    .cid-rWWdm1vvAA .image:before {
        width: 100%;
        height: 50%;
        bottom: 0;
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(25, 31, 35, 0.99));
    }
}

@media (min-width: 992px) {
    .cid-rWWdm1vvAA .lg-push {
        right: 13%;
    }
    .cid-rWWdm1vvAA .container-fluid {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .cid-rWWdm1vvAA .row:hover .image img {
        transform: rotateY(8deg);
    }
    .cid-rWWdm1vvAA .lg-push {
        left: 13%;
    }
    .cid-rWWdm1vvAA .row:hover .image img {
        transform: rotateY(-8deg);
    }
}

.cid-rWZTZPbmi1 {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: #f5f7fd;
}

.cid-rWZTZPbmi1 .container>.row {
    background-color: #232226;
    border-radius: 10px;
}

@media (min-width: 1200px) {
    .cid-rWZTZPbmi1 .container>.row {
        padding: 90px 100px;
    }
}

@media (max-width: 1199px) {
    .cid-rWZTZPbmi1 .container>.row {
        padding: 50px 20px;
    }
}

@media (max-width: 767px) {
    .cid-rWZTZPbmi1 .container>.row {
        padding: 40px 0;
        margin: 0;
    }
}

.cid-rWZTZPbmi1 .mbr-section-subtitle {
    opacity: .7;
    margin-bottom: 15px;
}

.cid-rWZTZPbmi1 .border__radius {
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cid-rWZTZPbmi1 .bot {
    padding: 0 20px 40px;
}

@media (max-width: 767px) {
    .cid-rWZTZPbmi1 .bot {
        padding-bottom: 20px;
    }
}

.cid-rWZTZPbmi1 .bot__content {
    margin-top: 20px;
    width: 100%;
}

.cid-rWZTZPbmi1 .bot__title {
    line-height: 1.35;
    margin-bottom: 10px;
}

.cid-rWZTZPbmi1 .bot__text {
    color: #ffffff;
    opacity: .7;
}

.cid-rWZTZPbmi1 .border__left {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.cid-rWZTZPbmi1 .mbr-text {
    color: #ffffff;
    opacity: .7;
}

.cid-rWZTZPbmi1 .btn {
    margin-top: 20px;
}

@media (max-width: 991px) {
    .cid-rWZTZPbmi1 .icons__block {
        margin-top: 40px;
    }
}

.cid-s0X1n2vz51 {
    overflow: hidden !important;
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-image: url("../../../assets/images/conference28-1920.jpg");
}

.cid-s0X1n2vz51 .underline {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
}

.cid-s0X1n2vz51 .underline .line {
    width: 3rem;
    height: 2px;
    background: #a21f22;
    display: inline-block;
}

.cid-s0X1n2vz51 .mbr-section-title {
    margin: 0;
}

.cid-s0X1n2vz51 .title__block {
    /* padding-bottom: 40px; */
}

.cid-s0X1n2vz51 .carousel {
    margin-bottom: 80px;
}

.cid-s0X1n2vz51 .carousel-item {
    -webkit-justify-content: center;
    justify-content: center;
    transition: none !important;
}

.cid-s0X1n2vz51 .carousel-controls a span {
    width: 56px;
    height: 56px;
    line-height: 36px;
    font-size: 18px;
    position: absolute;
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: rgba(25, 31, 35, 0.3);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

.cid-s0X1n2vz51 .carousel-controls a:hover span {
    background: rgba(25, 31, 35, 0.6);
}

.cid-s0X1n2vz51 .carousel-inner {
    overflow: visible !important;
}

.cid-s0X1n2vz51 .carousel-item:first-child {
    display: flex;
    transform: translateX(50%);
}

.cid-s0X1n2vz51 .carousel-item.active+.carousel-item {
    display: flex;
    transform: translateX(50%);
}

.cid-s0X1n2vz51 .carousel-item.active {
    display: flex;
    transform: translateX(-50%);
}

.cid-s0X1n2vz51 .user {
    height: 300px;
}

.cid-s0X1n2vz51 .user img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.cid-s0X1n2vz51 .carousel-control-prev {
    top: auto;
    left: -3%;
    bottom: -45px;
    opacity: 1;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

.cid-s0X1n2vz51 .carousel-control-next {
    top: auto;
    right: 2%;
    margin-left: 8px;
    bottom: -45px;
    opacity: 1;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

@media (max-width: 1199px) {
    .cid-s0X1n2vz51 .carousel-control-next {
        left: 3%;
    }
}

@media (max-width: 991px) {
    .cid-s0X1n2vz51 .carousel-control-prev {
        left: -2%;
    }
    .cid-s0X1n2vz51 .carousel-control-next {
        left: 6%;
    }
    .cid-s0X1n2vz51 .user {
        height: auto;
    }
}

@media (max-width: 767px) {
    .cid-s0X1n2vz51 .carousel-item>.user:nth-child(2) {
        display: none;
    }
    .cid-s0X1n2vz51 .carousel-item:first-child {
        transform: translateX(0);
    }
    .cid-s0X1n2vz51 .carousel-item.active+.carousel-item {
        transform: translateX(0);
    }
    .cid-s0X1n2vz51 .carousel-item.active {
        transform: translateX(0);
    }
    .cid-s0X1n2vz51 .carousel-controls {
        display: none;
    }
    .cid-s0X1n2vz51 .carousel {
        margin-bottom: 0;
    }
}

.cid-rXSzNBATpt {
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #f5f7fd;
}

.cid-rXSzNBATpt .carousel-item {
    -webkit-justify-content: center;
    justify-content: center;
}

.cid-rXSzNBATpt .carousel-item .media-container-row {
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.cid-rXSzNBATpt .carousel-item .wrap-img {
    text-align: center;
}

.cid-rXSzNBATpt .carousel-item .wrap-img img {
    max-height: 150px;
    width: auto;
    max-width: 100%;
}

.cid-rXSzNBATpt .carousel-control {
    transition: all .3s;
    opacity: 1;
    background-color: #444444;
    color: #ffffff;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 26%;
    margin-top: 2rem;
    border-width: 1px;
}

.cid-rXSzNBATpt .carousel-control.carousel-control-prev {
    left: 29px;
}

.cid-rXSzNBATpt .carousel-control.carousel-control-prev:hover {
    left: 15px;
}

.cid-rXSzNBATpt .carousel-control.carousel-control-next {
    right: 29px;
}

.cid-rXSzNBATpt .carousel-control.carousel-control-next:hover {
    right: 15px;
}

.cid-rXSzNBATpt .carousel-control .mbr-iconfont {
    font-size: 1rem;
}

.cid-rXSzNBATpt .carousel-control:hover {
    background-color: #a21f22;
}

@media (max-width: 767px) {
    .cid-rXSzNBATpt .carousel-control {
        display: none;
    }
    .cid-rXSzNBATpt .mbr-section-title {
        padding-bottom: 0;
    }
    .cid-rXSzNBATpt .slider-clients {
        padding: 2rem 1rem;
    }
}

.cid-rXSzNBATpt .cloneditem-1,
.cid-rXSzNBATpt .cloneditem-2,
.cid-rXSzNBATpt .cloneditem-3,
.cid-rXSzNBATpt .cloneditem-4,
.cid-rXSzNBATpt .cloneditem-5 {
    display: none;
}

.cid-rXSzNBATpt .col-lg-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
}

@media (min-width: 992px) {
    .cid-rXSzNBATpt .col-lg-15 {
        -ms-flex: 0 0 20%;
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        width: 20%;
    }
    .cid-rXSzNBATpt .carousel-inner.slides2>.carousel-item.active.carousel-item-right,
    .cid-rXSzNBATpt .carousel-inner.slides2>.carousel-item.carousel-item-next {
        left: 0;
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
    }
    .cid-rXSzNBATpt .carousel-inner.slides2>.carousel-item.active.carousel-item-left,
    .cid-rXSzNBATpt .carousel-inner.slides2>.carousel-item.carousel-item-prev {
        left: 0;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
    .cid-rXSzNBATpt .carousel-inner.slides2>.carousel-item.carousel-item-left,
    .cid-rXSzNBATpt .carousel-inner.slides2>.carousel-item.carousel-item-prev.carousel-item-right,
    .cid-rXSzNBATpt .carousel-inner.slides2>.carousel-item.active {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .cid-rXSzNBATpt .carousel-inner.slides2 .cloneditem-1,
    .cid-rXSzNBATpt .carousel-inner.slides2 .cloneditem-2,
    .cid-rXSzNBATpt .carousel-inner.slides2 .cloneditem-3 {
        display: block;
    }
    .cid-rXSzNBATpt .carousel-inner.slides3>.carousel-item.active.carousel-item-right,
    .cid-rXSzNBATpt .carousel-inner.slides3>.carousel-item.carousel-item-next {
        left: 0;
        -webkit-transform: translate3d(33.333333%, 0, 0);
        transform: translate3d(33.333333%, 0, 0);
    }
    .cid-rXSzNBATpt .carousel-inner.slides3>.carousel-item.active.carousel-item-left,
    .cid-rXSzNBATpt .carousel-inner.slides3>.carousel-item.carousel-item-prev {
        left: 0;
        -webkit-transform: translate3d(-33.333333%, 0, 0);
        transform: translate3d(-33.333333%, 0, 0);
    }
    .cid-rXSzNBATpt .carousel-inner.slides3>.carousel-item.carousel-item-left,
    .cid-rXSzNBATpt .carousel-inner.slides3>.carousel-item.carousel-item-prev.carousel-item-right,
    .cid-rXSzNBATpt .carousel-inner.slides3>.carousel-item.active {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .cid-rXSzNBATpt .carousel-inner.slides3 .cloneditem-1,
    .cid-rXSzNBATpt .carousel-inner.slides3 .cloneditem-2,
    .cid-rXSzNBATpt .carousel-inner.slides3 .cloneditem-3 {
        display: block;
    }
    .cid-rXSzNBATpt .carousel-inner.slides4>.carousel-item.active.carousel-item-right,
    .cid-rXSzNBATpt .carousel-inner.slides4>.carousel-item.carousel-item-next {
        left: 0;
        -webkit-transform: translate3d(25%, 0, 0);
        transform: translate3d(25%, 0, 0);
    }
    .cid-rXSzNBATpt .carousel-inner.slides4>.carousel-item.active.carousel-item-left,
    .cid-rXSzNBATpt .carousel-inner.slides4>.carousel-item.carousel-item-prev {
        left: 0;
        -webkit-transform: translate3d(-25%, 0, 0);
        transform: translate3d(-25%, 0, 0);
    }
    .cid-rXSzNBATpt .carousel-inner.slides4>.carousel-item.carousel-item-left,
    .cid-rXSzNBATpt .carousel-inner.slides4>.carousel-item.carousel-item-prev.carousel-item-right,
    .cid-rXSzNBATpt .carousel-inner.slides4>.carousel-item.active {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .cid-rXSzNBATpt .carousel-inner.slides4 .cloneditem-1,
    .cid-rXSzNBATpt .carousel-inner.slides4 .cloneditem-2,
    .cid-rXSzNBATpt .carousel-inner.slides4 .cloneditem-3 {
        display: block;
    }
    .cid-rXSzNBATpt .carousel-inner.slides5>.carousel-item.active.carousel-item-right,
    .cid-rXSzNBATpt .carousel-inner.slides5>.carousel-item.carousel-item-next {
        left: 0;
        -webkit-transform: translate3d(20%, 0, 0);
        transform: translate3d(20%, 0, 0);
    }
    .cid-rXSzNBATpt .carousel-inner.slides5>.carousel-item.active.carousel-item-left,
    .cid-rXSzNBATpt .carousel-inner.slides5>.carousel-item.carousel-item-prev {
        left: 0;
        -webkit-transform: translate3d(-20%, 0, 0);
        transform: translate3d(-20%, 0, 0);
    }
    .cid-rXSzNBATpt .carousel-inner.slides5>.carousel-item.carousel-item-left,
    .cid-rXSzNBATpt .carousel-inner.slides5>.carousel-item.carousel-item-prev.carousel-item-right,
    .cid-rXSzNBATpt .carousel-inner.slides5>.carousel-item.active {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .cid-rXSzNBATpt .carousel-inner.slides5 .cloneditem-1,
    .cid-rXSzNBATpt .carousel-inner.slides5 .cloneditem-2,
    .cid-rXSzNBATpt .carousel-inner.slides5 .cloneditem-3,
    .cid-rXSzNBATpt .carousel-inner.slides5 .cloneditem-4 {
        display: block;
    }
    .cid-rXSzNBATpt .carousel-inner.slides6>.carousel-item.active.carousel-item-right,
    .cid-rXSzNBATpt .carousel-inner.slides6>.carousel-item.carousel-item-next {
        left: 0;
        -webkit-transform: translate3d(16.666667%, 0, 0);
        transform: translate3d(16.666667%, 0, 0);
    }
    .cid-rXSzNBATpt .carousel-inner.slides6>.carousel-item.active.carousel-item-left,
    .cid-rXSzNBATpt .carousel-inner.slides6>.carousel-item.carousel-item-prev {
        left: 0;
        -webkit-transform: translate3d(-16.666667%, 0, 0);
        transform: translate3d(-16.666667%, 0, 0);
    }
    .cid-rXSzNBATpt .carousel-inner.slides6>.carousel-item.carousel-item-left,
    .cid-rXSzNBATpt .carousel-inner.slides6>.carousel-item.carousel-item-prev.carousel-item-right,
    .cid-rXSzNBATpt .carousel-inner.slides6>.carousel-item.active {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .cid-rXSzNBATpt .carousel-inner.slides6 .cloneditem-1,
    .cid-rXSzNBATpt .carousel-inner.slides6 .cloneditem-2,
    .cid-rXSzNBATpt .carousel-inner.slides6 .cloneditem-3,
    .cid-rXSzNBATpt .carousel-inner.slides6 .cloneditem-4,
    .cid-rXSzNBATpt .carousel-inner.slides6 .cloneditem-5 {
        display: block;
    }
}

.cid-rXSzNBATpt .mbr-section-title {
    margin: 0;
}

.cid-rXSzNBATpt .underline {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
}

.cid-rXSzNBATpt .underline .line {
    width: 3rem;
    height: 2px;
    background: #a21f22;
    display: inline-block;
}

.cid-s0X1n2vz51 .red_link {
    color: #a21f22;
}

.cid-rXSzNBATpt .slider-clients {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 65px 50px;
    position: relative;
    text-align: center;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .cid-rXSzNBATpt .slider-clients {
        outline: 15px solid rgba(255, 255, 255, 0.8);
        border: 1px solid rgba(0, 0, 0, 0.2);
    }
    .cid-rXSzNBATpt .carousel-control-prev {
        left: 15px !important;
    }
    .cid-rXSzNBATpt .carousel-control-prev:hover {
        left: 0 !important;
    }
    .cid-rXSzNBATpt .carousel-control-next {
        right: 15px !important;
    }
    .cid-rXSzNBATpt .carousel-control-next:hover {
        right: 0 !important;
    }
}

.cid-rXSzNBATpt .mbr-section-title,
.cid-rXSzNBATpt .underline {
    color: #000000;
}

.cid-rXSzNBATpt .mbr-section-subtitle {
    color: #000000;
}

.cid-rXDWzApyAZ {
    padding-top: 90px;
    padding-bottom: 90px;
    background-image: url("../../../assets/images/background4.jpg");
}

.cid-rXDWzApyAZ .row {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: stretch;
    align-items: stretch;
}

.cid-rXDWzApyAZ .content-panel {
    padding: 2rem;
    background-color: #232226;
    border-radius: .25rem;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
    box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}

.cid-rXDWzApyAZ .content-block {
    color: #efefef;
}

@media (min-width: 992px) {
    .cid-rXDWzApyAZ .form-group,
    .cid-rXDWzApyAZ .input-group-btn {
        padding-left: .5rem;
        padding-right: .5rem;
    }
}

.cid-rXDWzApyAZ .form-control {
    box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
    min-height: 40px;
    padding: .5rem 1rem;
    background-color: #ffffff;
    border: 1px solid #efefef;
    color: #565656;
    border-radius: .25rem;
    font-size: 1rem;
    line-height: 1.43;
}

.cid-rXDWzApyAZ .form-control:focus,
.cid-rXDWzApyAZ .form-control:hover {
    border: 1px solid #e8e8e8;
    background-color: #ffffff;
}

.cid-rXDWzApyAZ textarea.form-control {
    min-height: 170px;
}

.cid-rXDWzApyAZ .form-group {
    margin-bottom: 1rem;
}

.cid-rXDWzApyAZ input::-webkit-input-placeholder,
.cid-rXDWzApyAZ textarea::-webkit-input-placeholder {
    color: #565656;
}

.cid-rXDWzApyAZ input:-moz-placeholder,
.cid-rXDWzApyAZ textarea:-moz-placeholder {
    color: #565656;
}

.cid-rXDWzApyAZ .jq-selectbox li,
.cid-rXDWzApyAZ .jq-selectbox li {
    background-color: #ffffff;
    color: #000000;
}

.cid-rXDWzApyAZ .jq-selectbox li:hover,
.cid-rXDWzApyAZ .jq-selectbox li.selected {
    background-color: #ffffff;
    color: #000000;
}

.cid-rXDWzApyAZ .jq-selectbox:hover .jq-selectbox__trigger-arrow {
    border-top-color: #ffffff;
}

.cid-rXDWzApyAZ .jq-selectbox .jq-selectbox__trigger-arrow {
    border-top-color: #ffffff;
}

@media (max-width: 768px) {
    .cid-rXDWzApyAZ .main-row {
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .cid-rXDWzApyAZ .text-block {
        margin-bottom: 2rem;
    }
}

.cid-rXEdhFVwv5 {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #f5f7fd;
}

.cid-rXEdhFVwv5 .listico {
    padding-right: 1rem;
    font-size: 1.4rem;
}

.cid-rXEdhFVwv5 .navbar-logo {
    width: 150px;
    margin-bottom: 10px;
    margin: auto;
}

.cid-rXEdhFVwv5 .btn {
    margin: 0 !important;
    height: 55px;
}

.cid-rXEdhFVwv5 .form-group {
    padding-right: 0;
}

.cid-rXEdhFVwv5 .card {
    padding: 3rem 8rem;
}

.cid-rXEdhFVwv5 .google-map {
    height: 100%;
    min-height: 25rem;
    position: relative;
    width: 100%;
}

.cid-rXEdhFVwv5 .google-map iframe {
    min-height: 100%;
    width: 100%;
}

.cid-rXEdhFVwv5 .google-map [data-state-details] {
    color: #6b6763;
    font-family: Montserrat;
    height: 1.5em;
    margin-top: -0.75em;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}

.cid-rXEdhFVwv5 .google-map[data-state] {
    background: #e9e5dc;
}

.cid-rXEdhFVwv5 .google-map[data-state="loading"] [data-state-details] {
    display: none;
}

.cid-rXEdhFVwv5 .map-placeholder {
    display: none;
}

.cid-rXEdhFVwv5 .btn-primary {
    border: 1px solid #a21f22 !important;
}

.cid-rXEdhFVwv5 .btn-primary:hover {
    border: 1px solid #a21f22 !important;
}

.cid-rXEdhFVwv5 .stripe {
    border-bottom: 1px solid #a21f22;
    max-width: 100%;
    position: relative;
    margin-bottom: 0.5rem;
}

.cid-rXEdhFVwv5 .form-control {
    background: transparent;
    padding: 0.5rem 1rem;
    min-height: 55px;
    border-radius: 0px;
}

.cid-rXEdhFVwv5 .stripe:before {
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    border-bottom: 1px solid #e9e9e9;
    width: 85%;
}

.cid-rXEdhFVwv5 .mbr-text {
    color: #444;
}

.cid-rXEdhFVwv5 h5 {
    margin-bottom: 0;
}

.cid-rXEdhFVwv5 .navbar-brand {
    margin: auto;
    width: 100%;
    text-align: center;
}

.cid-rXEdhFVwv5 .list-item {
    display: -webkit-flex;
    padding-top: 10px;
    padding-bottom: 10px;
    align-items: center;
    -webkit-align-items: center;
}

.cid-rXEdhFVwv5 .tips {
    height: 90px;
    width: 90px;
    border-radius: 6px;
    margin: 4px;
}

.cid-rXEdhFVwv5 .socicon {
    font-size: 1.3rem;
    background: #e9e9e9;
    border-radius: 100%;
    width: 38px;
    height: 38px;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.cid-rXEdhFVwv5 .social-list {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.cid-rXEdhFVwv5 .social-list .soc-item {
    margin: 0 0.3rem;
}

.cid-rXEdhFVwv5 .social-list a {
    margin: 0;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.cid-rXEdhFVwv5 .social-list a:hover {
    opacity: 0.4;
}

.cid-rXEdhFVwv5 .media-container-row>div {
    padding: 0px;
}

.cid-rXEdhFVwv5 .text2 {
    color: #000000;
    text-align: left;
}

.cid-rXEdhFVwv5 .group-title {
    text-align: left;
    color: #000000;
    padding-bottom: 0.2rem;
}

.cid-rXEdhFVwv5 .links {
    color: #656565;
    line-height: 1.6;
    text-align: left;
}

@media (max-width: 1200px) {
    .cid-rXEdhFVwv5 .card {
        padding: 3rem;
    }
}

@media (max-width: 991px) {
    .cid-rXEdhFVwv5 .col-sm-12 {
        margin-bottom: 2rem;
    }
    .cid-rXEdhFVwv5 h3 {
        margin-bottom: 10px;
    }
}

@media (max-width: 576px) {
    .cid-rXEdhFVwv5 .form-group {
        max-width: 180px;
    }
    .cid-rXEdhFVwv5 .card {
        padding: 2rem 1rem;
    }
}

.cid-rXEdhFVwv5 .links span {
    color: #9e9e9e;
}

.cid-rXEdhFVwv5 .logo-title,
.cid-rXEdhFVwv5 .logo-sub-title {
    text-align: center;
}

.cid-rXEdhFVwv5 .logo-sub-title i {
    color: #9e9e9e;
}

.cid-rXEdXHDofh {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #17161a;
}

.cid-rXEdXHDofh p {
    text-align: center;
}

.cid-rXEdXHDofh .mbr-iconfont-social {
    font-size: 1rem;
    color: #fff;
}

.cid-rXEdXHDofh .social-list a:focus {
    text-decoration: none;
}

.cid-rXEdXHDofh .text-copyright {
    width: 100%;
    text-align: center;
    color: #c3c3c3;
}

.cid-rXEdXHDofh .img-logo-footer {
    margin-right: 1rem;
    max-width: 3rem;
}

.cid-rXEdXHDofh .text-logo-footer {
    display: inline-block;
    vertical-align: middle;
    color: #c3c3c3;
}

.cid-rXEdXHDofh .logo-footer {
    line-height: normal;
}

.cid-rXEdXHDofh .copyright {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.cid-rXEdXHDofh .social-btns {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.cid-rXEdXHDofh .media-container-row {
    -webkit-align-items: center;
    align-items: center;
}

.cid-rWWcKW80LS {
    min-height: 120px !important;
    position: static;
    background: #ffffff;
}

.cid-rWWcKW80LS .nav-item,
.cid-rWWcKW80LS .nav-link,
.cid-rWWcKW80LS .navbar-caption {
    font-weight: normal;
}

.cid-rWWcKW80LS .container,
.cid-rWWcKW80LS .container-fluid {
    position: static;
}

.cid-rWWcKW80LS .navbar-nav {
    counter-reset: number;
}

.cid-rWWcKW80LS .nav-link {
    position: relative;
    counter-increment: number;
    margin: 0 2vw !important;
    padding: 0 !important;
    font-weight: 500;
}

.cid-rWWcKW80LS .nav-link:before {
    content: "0" counter(number);
    display: inline-block;
    opacity: .7;
    font-weight: bold;
    width: auto;
    top: -10px;
    right: 0;
    line-height: 20px;
    font-size: .6em;
    position: absolute;
    height: auto;
    background: transparent;
}

@media (min-width: 992px) {
    .cid-rWWcKW80LS .nav-item {
        margin: 10px 0 0 !important;
    }
    .cid-rWWcKW80LS .btn {
        white-space: nowrap;
    }
    .cid-rWWcKW80LS .dropdown-menu {
        display: inline-block;
        transform-origin: 50% -50px;
        transform: perspective(300px) rotateX(-15deg);
        opacity: 0;
        visibility: hidden;
    }
    .cid-rWWcKW80LS .nav-item:hover .nav-link+.dropdown-menu {
        transform: none;
        opacity: 1;
        visibility: visible;
    }
    .cid-rWWcKW80LS .dropdown-toggle::after,
    .cid-rWWcKW80LS .nav-dropdown .link.dropdown-toggle::after {
        content: "";
        border: none;
        width: 0;
        margin-left: 0 !important;
    }
}

.cid-rWWcKW80LS .dropdown-toggle::after {
    content: "\f067";
    font-family: "FontAwesome";
    border: none !important;
    right: 25px !important;
    color: currentColor;
    margin-left: 10px !important;
    margin-top: -5px !important;
    font-size: 13px;
    height: 13px;
    width: 13px;
    transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

.cid-rWWcKW80LS .dropdown-menu {
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    width: auto;
    min-width: 210px;
    max-width: 320px;
    border-radius: 6px;
    top: 20px;
    left: -5px;
    margin-top: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

.cid-rWWcKW80LS .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    transform: rotate(45deg);
}

.cid-rWWcKW80LS .dropdown-menu .dropdown-item {
    line-height: 100%;
    font-weight: normal;
    padding: 10px 25px !important;
    position: relative;
    width: 100%;
    justify-content: flex-start;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

.cid-rWWcKW80LS .dropdown-menu .dropdown-item:hover {
    color: #a21f22 !important;
    background-color: #fafafa;
}

.cid-rWWcKW80LS .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
}

.cid-rWWcKW80LS .dropdown.open .dropdown-toggle[aria-expanded="true"]+.dropdown-submenu {
    visibility: visible;
}

.cid-rWWcKW80LS .navbar .dropdown.open>.dropdown-menu {
    display: inline-block;
    transform: none;
    opacity: 1;
}

.cid-rWWcKW80LS .nav-dropdown .dropdown-submenu {
    margin: 0 !important;
    top: 2px !important;
}

.cid-rWWcKW80LS .dropdown-item {
    padding: 0 1.35vw;
    justify-content: center;
    font-weight: 400;
}

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

.cid-rWWcKW80LS .dropdown .dropdown-menu .dropdown-item {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: auto;
}

.cid-rWWcKW80LS .dropdown .dropdown-menu .dropdown-item::after {
    right: .5rem;
}

.cid-rWWcKW80LS .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
    display: none;
}

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

.cid-rWWcKW80LS .collapsed .dropdown .dropdown-menu .dropdown-item {
    transition: none;
    margin: 0 !important;
}

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

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

.cid-rWWcKW80LS .navbar {
    min-height: 120px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    background: #ffffff;
}

.cid-rWWcKW80LS .navbar.opened {
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    background: #ffffff !important;
}

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

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

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

@media (min-width: 992px) {
    .cid-rWWcKW80LS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
        max-height: calc(100vh - 3.6rem - 1rem);
    }
}

.cid-rWWcKW80LS .navbar.collapsed .dropdown-menu {
    background: transparent !important;
}

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

.cid-rWWcKW80LS .navbar.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .cid-rWWcKW80LS .navbar .nav-item .nav-link::before {
        display: none;
    }
    .cid-rWWcKW80LS .navbar.opened .dropdown-menu {
        top: 0;
    }
    .cid-rWWcKW80LS .navbar .container-fluid,
    .cid-rWWcKW80LS .navbar .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .cid-rWWcKW80LS .navbar .dropdown-menu {
        background: transparent !important;
    }
    .cid-rWWcKW80LS .navbar .dropdown-menu .dropdown-submenu {
        left: 0 !important;
    }
    .cid-rWWcKW80LS .navbar .navbar-logo img {
        height: 3.6rem !important;
    }
    .cid-rWWcKW80LS .navbar .dropdown-menu .dropdown-item {
        text-align: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
    .cid-rWWcKW80LS .navbar .navbar-brand {
        -webkit-flex-shrink: initial;
        flex-shrink: initial;
        -webkit-flex-basis: auto;
        flex-basis: auto;
        word-break: break-word;
    }
    .cid-rWWcKW80LS .navbar .navbar-toggler {
        -webkit-flex-basis: auto;
        flex-basis: auto;
    }
}

.cid-rWWcKW80LS .navbar.navbar-short {
    background: #ffffff !important;
    min-height: 90px;
}

.cid-rWWcKW80LS .navbar.navbar-short .navbar-logo img {
    height: 3rem !important;
}

.cid-rWWcKW80LS .navbar.navbar-short .navbar-brand {
    padding: 0;
}

.cid-rWWcKW80LS .navbar-brand {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 0;
    padding: 0;
    transition: all .25s;
    word-break: break-word;
    z-index: 1;
}

.cid-rWWcKW80LS .navbar-brand .navbar-caption {
    line-height: 40px !important;
}

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

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

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

.cid-rWWcKW80LS .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
    margin: 0 2vw !important;
}

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

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

.cid-rWWcKW80LS .navbar-buttons {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.cid-rWWcKW80LS .navbar-dropdown {
    position: absolute;
    position: fixed;
}

.cid-rWWcKW80LS a.nav-link {
    -webkit-justify-content: center;
    justify-content: center;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

.cid-rWWcKW80LS a.nav-link:hover {
    color: #a21f22 !important;
}

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

.cid-rXV62VbZN2 {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url("../../../assets/images/background3.jpg");
}

.cid-rXV62VbZN2 .mbr-section-title {
    font-weight: bold;
    /* color: #232323; */
    margin-bottom: 2.5rem;
}

.cid-rXV62VbZN2 .tab-header {
    color: #232323;
}

.cid-rXV62VbZN2 .mbr-section-subtitle {
    font-weight: 500;
    margin-bottom: 2rem;
}

.cid-rXV62VbZN2 .mbr-element-title {
    margin-bottom: 1rem;
}

.cid-rXV62VbZN2 .card-img {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.cid-rXV62VbZN2 .card-img span {
    font-size: 80px;
}

.cid-rXV62VbZN2 .nav {
    border: none;
    margin-bottom: 3rem;
}

.cid-rXV62VbZN2 .nav-tabs {
    margin-top: 1rem;
    margin-bottom: 2rem;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cid-rXV62VbZN2 .tabcont {
    z-index: 1;
    margin: 0;
}

.cid-rXV62VbZN2 .nav-item {
    margin-top: 1rem;
}

.cid-rXV62VbZN2 .tab-content-row {
    width: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0;
}

.cid-rXV62VbZN2 .tab-content {
    width: 100%;
}

.cid-rXV62VbZN2 .nav-tabs .nav-link {
    box-sizing: border-box;
    font-style: normal;
    font-weight: bold;
    padding: 1rem;
    margin: 0px -0.5px;
    transition: all .5s;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    border-bottom: 1px solid #a21f22;
}

.cid-rXV62VbZN2 .nav-tabs .nav-link:hover {
    border-color: transparent;
    border-bottom: 1px solid #a21f22;
}

.cid-rXV62VbZN2 .nav-tabs .nav-link.active {
    border: 1px solid #a21f22;
    border-bottom: none;
    font-style: normal;
    background-color: transparent;
}

.cid-rXV62VbZN2 .mbr-section-text {
    text-align: left;
}

.cid-s0WHEwPPRz {
    padding-top: 0rem;
    padding-bottom: 0rem;
    background-color: #ffffff;
}

.cid-rXV62VbZN2 .content__block {
    padding: 30px 15px;
}

.cid-rXV62VbZN2 .mbr-text {
    margin-bottom: 30px;
}

.cid-rXV62VbZN2 .mbr-section-subtitle {
    opacity: .8;
    margin-bottom: 20px;
    font-weight: 500;
    margin-bottom: 2rem;
}

.cid-rXV62VbZN2 .divider {
    background-color: #191f23;
    width: 100%;
    height: 1px;
    margin: 15px 0;
    opacity: .6;
}

.cid-rXV62VbZN2 .bottom__text {
    margin: 10px 0;
}

.cid-rXV62VbZN2 .mbr-section-btn {
    margin-top: 60px;
}

@media (max-width: 991px) {
    .cid-rXV62VbZN2 .mbr-section-btn {
        margin-top: 30px;
    }
}

.cid-rXV62VbZN2 .btn {
    margin-top: 0;
}

.cid-rXV62VbZN2 .btn:hover {
    background-color: #a21f22 !important;
    border-color: #a21f22 !important;
}

.cid-rXV62VbZN2 .image {
    width: 100%;
}

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

@media (max-width: 991px) {
    .cid-rXV62VbZN2 .image {
        margin-bottom: 10px;
    }
    .cid-rXV62VbZN2 .mbr-text {
        margin-bottom: 20px;
    }
}

.cid-rWWcKW80LS {
    min-height: 120px !important;
    position: static;
    background: #ffffff;
}

.cid-rWWcKW80LS .nav-item,
.cid-rWWcKW80LS .nav-link,
.cid-rWWcKW80LS .navbar-caption {
    font-weight: normal;
}

.cid-rWWcKW80LS .container,
.cid-rWWcKW80LS .container-fluid {
    position: static;
}

.cid-rWWcKW80LS .navbar-nav {
    counter-reset: number;
}

.cid-rWWcKW80LS .nav-link {
    position: relative;
    counter-increment: number;
    margin: 0 2vw !important;
    padding: 0 !important;
    font-weight: 500;
}

.cid-rWWcKW80LS .nav-link:before {
    content: "0" counter(number);
    display: inline-block;
    opacity: .7;
    font-weight: bold;
    width: auto;
    top: -10px;
    right: 0;
    line-height: 20px;
    font-size: .6em;
    position: absolute;
    height: auto;
    background: transparent;
}

@media (min-width: 992px) {
    .cid-rWWcKW80LS .nav-item {
        margin: 10px 0 0 !important;
    }
    .cid-rWWcKW80LS .btn {
        white-space: nowrap;
    }
    .cid-rWWcKW80LS .dropdown-menu {
        display: inline-block;
        transform-origin: 50% -50px;
        transform: perspective(300px) rotateX(-15deg);
        opacity: 0;
        visibility: hidden;
    }
    .cid-rWWcKW80LS .nav-item:hover .nav-link+.dropdown-menu {
        transform: none;
        opacity: 1;
        visibility: visible;
    }
    .cid-rWWcKW80LS .dropdown-toggle::after,
    .cid-rWWcKW80LS .nav-dropdown .link.dropdown-toggle::after {
        content: "";
        border: none;
        width: 0;
        margin-left: 0 !important;
    }
}

.cid-rWWcKW80LS .dropdown-toggle::after {
    content: "\f067";
    font-family: "FontAwesome";
    border: none !important;
    right: 25px !important;
    color: currentColor;
    margin-left: 10px !important;
    margin-top: -5px !important;
    font-size: 13px;
    height: 13px;
    width: 13px;
    transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

.cid-rWWcKW80LS .dropdown-menu {
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    width: auto;
    min-width: 210px;
    max-width: 320px;
    border-radius: 6px;
    top: 20px;
    left: -5px;
    margin-top: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

.cid-rWWcKW80LS .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    transform: rotate(45deg);
}

.cid-rWWcKW80LS .dropdown-menu .dropdown-item {
    line-height: 100%;
    font-weight: normal;
    padding: 10px 25px !important;
    position: relative;
    width: 100%;
    justify-content: flex-start;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

.cid-rWWcKW80LS .dropdown-menu .dropdown-item:hover {
    color: #a21f22 !important;
    background-color: #fafafa;
}

.cid-rWWcKW80LS .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
}

.cid-rWWcKW80LS .dropdown.open .dropdown-toggle[aria-expanded="true"]+.dropdown-submenu {
    visibility: visible;
}

.cid-rWWcKW80LS .navbar .dropdown.open>.dropdown-menu {
    display: inline-block;
    transform: none;
    opacity: 1;
}

.cid-rWWcKW80LS .nav-dropdown .dropdown-submenu {
    margin: 0 !important;
    top: 2px !important;
}

.cid-rWWcKW80LS .dropdown-item {
    padding: 0 1.35vw;
    justify-content: center;
    font-weight: 400;
}

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

.cid-rWWcKW80LS .dropdown .dropdown-menu .dropdown-item {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: auto;
}

.cid-rWWcKW80LS .dropdown .dropdown-menu .dropdown-item::after {
    right: .5rem;
}

.cid-rWWcKW80LS .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
    display: none;
}

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

.cid-rWWcKW80LS .collapsed .dropdown .dropdown-menu .dropdown-item {
    transition: none;
    margin: 0 !important;
}

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

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

.cid-rWWcKW80LS .navbar {
    min-height: 120px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    background: #ffffff;
}

.cid-rWWcKW80LS .navbar.opened {
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    background: #ffffff !important;
}

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

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

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

@media (min-width: 992px) {
    .cid-rWWcKW80LS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
        max-height: calc(100vh - 3.6rem - 1rem);
    }
}

.cid-rWWcKW80LS .navbar.collapsed .dropdown-menu {
    background: transparent !important;
}

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

.cid-rWWcKW80LS .navbar.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .cid-rWWcKW80LS .navbar .nav-item .nav-link::before {
        display: none;
    }
    .cid-rWWcKW80LS .navbar.opened .dropdown-menu {
        top: 0;
    }
    .cid-rWWcKW80LS .navbar .container-fluid,
    .cid-rWWcKW80LS .navbar .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .cid-rWWcKW80LS .navbar .dropdown-menu {
        background: transparent !important;
    }
    .cid-rWWcKW80LS .navbar .dropdown-menu .dropdown-submenu {
        left: 0 !important;
    }
    .cid-rWWcKW80LS .navbar .navbar-logo img {
        height: 3.6rem !important;
    }
    .cid-rWWcKW80LS .navbar .dropdown-menu .dropdown-item {
        text-align: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
    .cid-rWWcKW80LS .navbar .navbar-brand {
        -webkit-flex-shrink: initial;
        flex-shrink: initial;
        -webkit-flex-basis: auto;
        flex-basis: auto;
        word-break: break-word;
    }
    .cid-rWWcKW80LS .navbar .navbar-toggler {
        -webkit-flex-basis: auto;
        flex-basis: auto;
    }
}

.cid-rWWcKW80LS .navbar.navbar-short {
    background: #ffffff !important;
    min-height: 90px;
}

.cid-rWWcKW80LS .navbar.navbar-short .navbar-logo img {
    height: 3rem !important;
}

.cid-rWWcKW80LS .navbar.navbar-short .navbar-brand {
    padding: 0;
}

.cid-rWWcKW80LS .navbar-brand {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 0;
    padding: 0;
    transition: all .25s;
    word-break: break-word;
    z-index: 1;
}

.cid-rWWcKW80LS .navbar-brand .navbar-caption {
    line-height: 40px !important;
}

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

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

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

.cid-rWWcKW80LS .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
    margin: 0 2vw !important;
}

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

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

.cid-rWWcKW80LS .navbar-buttons {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.cid-rWWcKW80LS .navbar-dropdown {
    position: absolute;
    position: fixed;
}

.cid-rWWcKW80LS a.nav-link {
    -webkit-justify-content: center;
    justify-content: center;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

.cid-rWWcKW80LS a.nav-link:hover {
    color: #a21f22 !important;
}

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

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

.cid-rXVbGaMjgS .back {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 30%;
    background-color: #efeeee;
}

.cid-rXVbGaMjgS .block {
    background-color: #a21f22;
}

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

.cid-rXVbGaMjgS .content-wrapper {
    margin: auto;
    position: relative;
    padding: 10rem 16rem;
    display: flex;
    justify-content: flex-end;
}

.cid-rXVbGaMjgS .content {
    max-width: 600px;
}

.cid-rXVbGaMjgS h4 {
    position: absolute;
    transform: rotate(270deg);
    transform-origin: bottom left;
    left: 18rem;
    width: fit-content;
    padding: 0;
    margin: 0;
    bottom: 35%;
}

@media (max-width: 1600px) {
    .cid-rXVbGaMjgS .content-wrapper {
        padding: 6rem 4rem;
    }
    .cid-rXVbGaMjgS h4 {
        left: 5rem;
    }
}

@media (max-width: 767px) {
    .cid-rXVbGaMjgS .content-wrapper {
        padding: 4rem 0rem;
    }
    .cid-rXVbGaMjgS h4 {
        left: 2rem;
        bottom: 30%;
    }
    .cid-rXVbGaMjgS .content-wrapper {
        padding-left: 3rem;
    }
}

.cid-rXVbGaMjgS H1 {
    color: #ffffff;
}

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

.cid-rXVcJgN3Zn {
    background-color: #efeeee;
}

.cid-rXVcJgN3Zn .content-block {
    max-width: 700px;
    padding: 4rem 3rem;
}

.cid-rXVcJgN3Zn .img-content {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 100%;
    opacity: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    transition: all 0.3s;
    transition-delay: 0s;
    background-image: url("../../../assets/images/01.jpg");
    background-position: center;
    background-size: cover;
    z-index: 3;
}

.cid-rXVcJgN3Zn .block2 {
    background: #232323;
    display: flex;
    justify-content: center;
}

.cid-rXVcJgN3Zn p {
    margin-left: 10rem;
    max-width: 450px;
}

.cid-rXVcJgN3Zn .overlay {
    position: absolute;
    transition: all 0.3s;
    transition-delay: 0.3s;
    width: 0%;
    height: 100%;
    top: 0;
    right: 0%;
    background: #a21f22;
    z-index: 2;
    opacity: 1;
}

.cid-rXVcJgN3Zn .box-title2,
.cid-rXVcJgN3Zn .box-text2 {
    transition: all 0.3s;
    transition-delay: 0s;
}

.cid-rXVcJgN3Zn .overlay-wrapper {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 50%;
    transition-delay: 0.3s;
    top: 0;
    z-index: 4;
}

.cid-rXVcJgN3Zn .col {
    padding: 0;
    display: flex;
    position: relative;
    min-height: 400px;
    justify-content: flex-end;
}

.cid-rXVcJgN3Zn .col:hover .overlay-wrapper {
    width: 100%;
    right: 0;
    transition-delay: 0s;
}

.cid-rXVcJgN3Zn .col:hover .overlay {
    width: 100%;
    transition-delay: 0s;
}

.cid-rXVcJgN3Zn .col:hover .img-content {
    opacity: 1;
    width: 100%;
    transition-delay: 0.3s;
}

.cid-rXVcJgN3Zn .col:hover .box-title2,
.cid-rXVcJgN3Zn .col:hover .box-text2 {
    color: #ffffff;
    transition-delay: 0.3s;
}

.cid-rXVcJgN3Zn .box-content {
    width: 50%;
    height: 100%;
    transition: all 0.3s;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    background: #a21f22;
}

.cid-rXVcJgN3Zn .content1 {
    z-index: 5;
    max-width: 450px;
    position: relative;
    transition: all 0.3s;
    transition-delay: 0.3s;
    padding: 4rem 3rem;
}

@media (max-width: 767px) {
    .cid-rXVcJgN3Zn .img-content {
        opacity: 1;
    }
    .cid-rXVcJgN3Zn .overlay-wrapper {
        width: 100%;
        right: 0;
    }
    .cid-rXVcJgN3Zn .box-content {
        width: 100%;
    }
    .cid-rXVcJgN3Zn .box-title2,
    .cid-rXVcJgN3Zn .box-text2 {
        color: #ffffff !important;
    }
    .cid-rXVcJgN3Zn p {
        margin-left: 0;
    }
    .cid-rXVcJgN3Zn .content-block,
    .cid-rXVcJgN3Zn .content1 {
        padding: 3rem 1rem;
    }
}

.cid-rXVcJgN3Zn .box-text1 {
    color: #333333;
}

.cid-rXVcJgN3Zn .box-title2 {
    color: #ffffff;
}

.cid-rXVcJgN3Zn .box-text2 {
    color: #ffffff;
}

.cid-rXVcJgN3Zn .mbr-text,
.cid-rXVcJgN3Zn .mbr-section-btn {
    color: #cccccc;
}

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

.cid-rXVcJgN3Zn H3 {
    color: #ffffff;
}

.cid-rXVcK139Ci {
    background-color: #efefef;
}

.cid-rXVcK139Ci .content-block {
    max-width: 700px;
    padding: 4rem 3rem;
}

.cid-rXVcK139Ci .img-content {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 100%;
    opacity: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    transition: all 0.3s;
    transition-delay: 0s;
    background-image: url("../../../assets/images/bigstock-four-successful-business-men-j-99058568-1600x1068.jpg");
    background-position: center;
    background-size: cover;
    z-index: 3;
}

.cid-rXVcK139Ci .overlay {
    position: absolute;
    transition: all 0.3s;
    transition-delay: 0.3s;
    width: 0%;
    height: 100%;
    top: 0;
    right: 0%;
    background: #232323;
    z-index: 2;
    opacity: 1;
}

.cid-rXVcK139Ci .overlay-wrapper {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 50%;
    transition-delay: 0.3s;
    top: 0;
    z-index: 4;
}

.cid-rXVcK139Ci .col {
    padding: 0;
    display: flex;
    position: relative;
    min-height: 400px;
    justify-content: flex-end;
}

.cid-rXVcK139Ci .col:hover .overlay-wrapper {
    width: 100%;
    right: 0;
    transition-delay: 0s;
}

.cid-rXVcK139Ci .col:hover .overlay {
    width: 100%;
    transition-delay: 0s;
}

.cid-rXVcK139Ci .col:hover .img-content {
    opacity: 1;
    width: 100%;
    transition-delay: 0.3s;
}

.cid-rXVcK139Ci .col:hover .box-title2,
.cid-rXVcK139Ci .col:hover .box-text2 {
    color: #ffffff;
    transition-delay: 0.3s;
}

.cid-rXVcK139Ci .box-title2,
.cid-rXVcK139Ci .box-text2 {
    transition: all 0.3s;
    transition-delay: 0s;
}

.cid-rXVcK139Ci .box-content {
    width: 50%;
    height: 100%;
    transition: all 0.3s;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    background: #232323;
}

.cid-rXVcK139Ci .content1 {
    z-index: 5;
    max-width: 450px;
    position: relative;
    transition: all 0.3s;
    transition-delay: 0.3s;
    padding: 4rem 3rem;
}

@media (max-width: 767px) {
    .cid-rXVcK139Ci .img-content {
        opacity: 1;
    }
    .cid-rXVcK139Ci .overlay-wrapper {
        width: 100%;
        right: 0;
    }
    .cid-rXVcK139Ci .box-content {
        width: 100%;
    }
    .cid-rXVcK139Ci .box-title2,
    .cid-rXVcK139Ci .box-text2 {
        color: #ffffff !important;
    }
    .cid-rXVcK139Ci .content-block,
    .cid-rXVcK139Ci .content1 {
        padding: 3rem 1rem;
    }
}

.cid-rXVcK139Ci .box-text1 {
    color: #333333;
}

.cid-rXVcK139Ci .box-title2 {
    color: #cccccc;
}

.cid-rXVikpkkkj {
    padding-top: 0px;
    padding-bottom: 45px;
    background-color: #efefef;
}

.cid-rXVikpkkkj .back {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 65%;
    height: 100%;
    background-color: #a21f22;
}

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

.cid-rXVikpkkkj p {
    margin-top: 6rem;
}

.cid-rXVikpkkkj .content-wrapper {
    max-width: 750px;
    margin: auto;
    position: relative;
    padding: 0 2rem;
}

.cid-rXVikpkkkj .content-wrapper {
    padding-top: 6rem;
}

.cid-rXVikpkkkj h4 {
    position: absolute;
    width: fit-content;
    padding: 0;
    margin: 0;
    right: 6rem;
    transform: rotate(-270deg);
    transform-origin: bottom right;
    bottom: 0;
}

@media (max-width: 1200px) {
    .cid-rXVikpkkkj .content-wrapper {
        padding-top: 0rem;
    }
    .cid-rXVikpkkkj p {
        margin-top: 2rem;
    }
}

@media (max-width: 992px) {
    .cid-rXVikpkkkj .back {
        width: 100%;
        height: 75%;
    }
    .cid-rXVikpkkkj .content-wrapper {
        padding: 0 3rem;
        padding-top: 4rem;
    }
    .cid-rXVikpkkkj p {
        margin-top: 4rem;
    }
}

.cid-rXVikpkkkj .content-wrapper {
    padding-right: 8rem;
}

@media (max-width: 767px) {
    .cid-rXVikpkkkj .content-wrapper {
        padding: 0rem;
        padding-top: 4rem;
    }
    .cid-rXVikpkkkj .content-wrapper {
        padding-right: 3rem;
    }
    .cid-rXVikpkkkj h4 {
        right: 2rem;
    }
}

.cid-rXVikpkkkj H1 {
    color: #ffffff;
}

.cid-rXVikpkkkj .mbr-text,
.cid-rXVikpkkkj .mbr-section-btn {
    color: #f5f7fd;
}

.cid-rWWcKW80LS {
    min-height: 120px !important;
    position: static;
    background: #ffffff;
}

.cid-rWWcKW80LS .nav-item,
.cid-rWWcKW80LS .nav-link,
.cid-rWWcKW80LS .navbar-caption {
    font-weight: normal;
}

.cid-rWWcKW80LS .container,
.cid-rWWcKW80LS .container-fluid {
    position: static;
}

.cid-rWWcKW80LS .navbar-nav {
    counter-reset: number;
}

.cid-rWWcKW80LS .nav-link {
    position: relative;
    counter-increment: number;
    margin: 0 2vw !important;
    padding: 0 !important;
    font-weight: 500;
}

.cid-rWWcKW80LS .nav-link:before {
    content: "0" counter(number);
    display: inline-block;
    opacity: .7;
    font-weight: bold;
    width: auto;
    top: -10px;
    right: 0;
    line-height: 20px;
    font-size: .6em;
    position: absolute;
    height: auto;
    background: transparent;
}

@media (min-width: 992px) {
    .cid-rWWcKW80LS .nav-item {
        margin: 10px 0 0 !important;
    }
    .cid-rWWcKW80LS .btn {
        white-space: nowrap;
    }
    .cid-rWWcKW80LS .dropdown-menu {
        display: inline-block;
        transform-origin: 50% -50px;
        transform: perspective(300px) rotateX(-15deg);
        opacity: 0;
        visibility: hidden;
    }
    .cid-rWWcKW80LS .nav-item:hover .nav-link+.dropdown-menu {
        transform: none;
        opacity: 1;
        visibility: visible;
    }
    .cid-rWWcKW80LS .dropdown-toggle::after,
    .cid-rWWcKW80LS .nav-dropdown .link.dropdown-toggle::after {
        content: "";
        border: none;
        width: 0;
        margin-left: 0 !important;
    }
}

.cid-rWWcKW80LS .dropdown-toggle::after {
    content: "\f067";
    font-family: "FontAwesome";
    border: none !important;
    right: 25px !important;
    color: currentColor;
    margin-left: 10px !important;
    margin-top: -5px !important;
    font-size: 13px;
    height: 13px;
    width: 13px;
    transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

.cid-rWWcKW80LS .dropdown-menu {
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    width: auto;
    min-width: 210px;
    max-width: 320px;
    border-radius: 6px;
    top: 20px;
    left: -5px;
    margin-top: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

.cid-rWWcKW80LS .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    transform: rotate(45deg);
}

.cid-rWWcKW80LS .dropdown-menu .dropdown-item {
    line-height: 100%;
    font-weight: normal;
    padding: 10px 25px !important;
    position: relative;
    width: 100%;
    justify-content: flex-start;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

.cid-rWWcKW80LS .dropdown-menu .dropdown-item:hover {
    color: #a21f22 !important;
    background-color: #fafafa;
}

.cid-rWWcKW80LS .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
}

.cid-rWWcKW80LS .dropdown.open .dropdown-toggle[aria-expanded="true"]+.dropdown-submenu {
    visibility: visible;
}

.cid-rWWcKW80LS .navbar .dropdown.open>.dropdown-menu {
    display: inline-block;
    transform: none;
    opacity: 1;
}

.cid-rWWcKW80LS .nav-dropdown .dropdown-submenu {
    margin: 0 !important;
    top: 2px !important;
}

.cid-rWWcKW80LS .dropdown-item {
    padding: 0 1.35vw;
    justify-content: center;
    font-weight: 400;
}

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

.cid-rWWcKW80LS .dropdown .dropdown-menu .dropdown-item {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: auto;
}

.cid-rWWcKW80LS .dropdown .dropdown-menu .dropdown-item::after {
    right: .5rem;
}

.cid-rWWcKW80LS .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
    display: none;
}

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

.cid-rWWcKW80LS .collapsed .dropdown .dropdown-menu .dropdown-item {
    transition: none;
    margin: 0 !important;
}

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

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

.cid-rWWcKW80LS .navbar {
    min-height: 120px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    background: #ffffff;
}

.cid-rWWcKW80LS .navbar.opened {
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    background: #ffffff !important;
}

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

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

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

@media (min-width: 992px) {
    .cid-rWWcKW80LS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
        max-height: calc(100vh - 3.6rem - 1rem);
    }
}

.cid-rWWcKW80LS .navbar.collapsed .dropdown-menu {
    background: transparent !important;
}

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

.cid-rWWcKW80LS .navbar.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .cid-rWWcKW80LS .navbar .nav-item .nav-link::before {
        display: none;
    }
    .cid-rWWcKW80LS .navbar.opened .dropdown-menu {
        top: 0;
    }
    .cid-rWWcKW80LS .navbar .container-fluid,
    .cid-rWWcKW80LS .navbar .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .cid-rWWcKW80LS .navbar .dropdown-menu {
        background: transparent !important;
    }
    .cid-rWWcKW80LS .navbar .dropdown-menu .dropdown-submenu {
        left: 0 !important;
    }
    .cid-rWWcKW80LS .navbar .navbar-logo img {
        height: 3.6rem !important;
    }
    .cid-rWWcKW80LS .navbar .dropdown-menu .dropdown-item {
        text-align: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
    .cid-rWWcKW80LS .navbar .navbar-brand {
        -webkit-flex-shrink: initial;
        flex-shrink: initial;
        -webkit-flex-basis: auto;
        flex-basis: auto;
        word-break: break-word;
    }
    .cid-rWWcKW80LS .navbar .navbar-toggler {
        -webkit-flex-basis: auto;
        flex-basis: auto;
    }
}

.cid-rWWcKW80LS .navbar.navbar-short {
    background: #ffffff !important;
    min-height: 90px;
}

.cid-rWWcKW80LS .navbar.navbar-short .navbar-logo img {
    height: 3rem !important;
}

.cid-rWWcKW80LS .navbar.navbar-short .navbar-brand {
    padding: 0;
}

.cid-rWWcKW80LS .navbar-brand {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 0;
    padding: 0;
    transition: all .25s;
    word-break: break-word;
    z-index: 1;
}

.cid-rWWcKW80LS .navbar-brand .navbar-caption {
    line-height: 40px !important;
}

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

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

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

.cid-rWWcKW80LS .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
    margin: 0 2vw !important;
}

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

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

.cid-rWWcKW80LS .navbar-buttons {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.cid-rWWcKW80LS .navbar-dropdown {
    position: absolute;
    position: fixed;
}

.cid-rWWcKW80LS a.nav-link {
    -webkit-justify-content: center;
    justify-content: center;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

.cid-rWWcKW80LS a.nav-link:hover {
    color: #a21f22 !important;
}

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

.cid-s0X43jIjw5 {
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}

.cid-s0X43jIjw5 .mbr-overlay {
    background-color: #232226;
    opacity: 0.7;
}

.cid-s0X43jIjw5 textarea {
    min-height: 150px;
}

.cid-s0X43jIjw5 .form-col {
    background: #ffffff;
    padding: 3rem 1rem;
}

.cid-s0X43jIjw5 .form-wrap {
    max-width: 520px;
    margin: auto;
}

.cid-s0X43jIjw5 .text-wrap {
    max-width: 400px;
    border: 2px solid #ffffff;
    padding: 3rem;
    margin: 4rem auto!important;
}

@media (max-width: 992px) {
    .cid-s0X43jIjw5 .form-wrap {
        max-width: 690px;
    }
    .cid-s0X43jIjw5 .md-pb {
        padding-bottom: 3rem;
    }
    .cid-s0X43jIjw5 .text-wrap {
        max-width: 690px;
    }
}

.cid-s0X43jIjw5 .input-group-btn {
    margin: 0.4rem;
    padding-top: 1.5rem;
}

.cid-s0X43jIjw5 .line {
    width: 60px;
    height: 3px;
    display: inline-block;
    background: #a21f22;
    transition: background 0.3s;
    margin-bottom: 2rem;
}

.cid-s0X43jIjw5 .form-control,
.cid-s0X43jIjw5 .field-input {
    padding: 0.5rem 1.2rem;
    background-color: #ffffff;
    border: 3px solid #ebeced;
    color: #767676;
    transition: 0.4s;
    font-size: 0.9rem;
    box-shadow: none;
    outline: none;
}

.cid-s0X43jIjw5 .form-control:hover,
.cid-s0X43jIjw5 .field-input:hover,
.cid-s0X43jIjw5 .form-control:focus,
.cid-s0X43jIjw5 .field-input:focus {
    background-color: #f5f5f7;
    border: 3px solid #ebeced;
    box-shadow: none;
    outline: none;
}

.cid-s0X43jIjw5 input::-webkit-input-placeholder,
.cid-s0X43jIjw5 textarea::-webkit-input-placeholder {
    color: #c1c1c1;
}

.cid-s0X43jIjw5 input:-moz-placeholder,
.cid-s0X43jIjw5 textarea:-moz-placeholder {
    color: #c1c1c1;
}

.cid-s0X43jIjw5 .jq-selectbox li,
.cid-s0X43jIjw5 .jq-selectbox li {
    background-color: #ffffff;
    color: #000000;
}

.cid-s0X43jIjw5 .jq-selectbox li:hover,
.cid-s0X43jIjw5 .jq-selectbox li.selected {
    background-color: #f5f5f7;
    color: #000000;
}

.cid-s0X43jIjw5 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
    border-top-color: #ffffff;
}

.cid-s0X43jIjw5 .jq-selectbox .jq-selectbox__trigger-arrow {
    border-top-color: #f5f5f7;
}

.cid-s0X43jIjw5 H2 {
    color: #36404c;
}

@media (max-width: 767px) {
    .cid-s0X43jIjw5 .col-auto {
        margin: auto;
    }
}

.cid-s0X43jIjw5 H3 {
    color: #ffffff;
}

.cid-s0X43jIjw5 H4 {
    color: #36404c;
}

.cid-rWWcKW80LS {
    min-height: 120px !important;
    position: static;
    background: #ffffff;
}

.cid-rWWcKW80LS .nav-item,
.cid-rWWcKW80LS .nav-link,
.cid-rWWcKW80LS .navbar-caption {
    font-weight: normal;
}

.cid-rWWcKW80LS .container,
.cid-rWWcKW80LS .container-fluid {
    position: static;
}

.cid-rWWcKW80LS .navbar-nav {
    counter-reset: number;
}

.cid-rWWcKW80LS .nav-link {
    position: relative;
    counter-increment: number;
    margin: 0 2vw !important;
    padding: 0 !important;
    font-weight: 500;
}

.cid-rWWcKW80LS .nav-link:before {
    content: "0" counter(number);
    display: inline-block;
    opacity: .7;
    font-weight: bold;
    width: auto;
    top: -10px;
    right: 0;
    line-height: 20px;
    font-size: .6em;
    position: absolute;
    height: auto;
    background: transparent;
}

@media (min-width: 992px) {
    .cid-rWWcKW80LS .nav-item {
        margin: 10px 0 0 !important;
    }
    .cid-rWWcKW80LS .btn {
        white-space: nowrap;
    }
    .cid-rWWcKW80LS .dropdown-menu {
        display: inline-block;
        transform-origin: 50% -50px;
        transform: perspective(300px) rotateX(-15deg);
        opacity: 0;
        visibility: hidden;
    }
    .cid-rWWcKW80LS .nav-item:hover .nav-link+.dropdown-menu {
        transform: none;
        opacity: 1;
        visibility: visible;
    }
    .cid-rWWcKW80LS .dropdown-toggle::after,
    .cid-rWWcKW80LS .nav-dropdown .link.dropdown-toggle::after {
        content: "";
        border: none;
        width: 0;
        margin-left: 0 !important;
    }
}

.cid-rWWcKW80LS .dropdown-toggle::after {
    content: "\f067";
    font-family: "FontAwesome";
    border: none !important;
    right: 25px !important;
    color: currentColor;
    margin-left: 10px !important;
    margin-top: -5px !important;
    font-size: 13px;
    height: 13px;
    width: 13px;
    transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

.cid-rWWcKW80LS .dropdown-menu {
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    width: auto;
    min-width: 210px;
    max-width: 320px;
    border-radius: 6px;
    top: 20px;
    left: -5px;
    margin-top: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

.cid-rWWcKW80LS .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    transform: rotate(45deg);
}

.cid-rWWcKW80LS .dropdown-menu .dropdown-item {
    line-height: 100%;
    font-weight: normal;
    padding: 10px 25px !important;
    position: relative;
    width: 100%;
    justify-content: flex-start;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

.cid-rWWcKW80LS .dropdown-menu .dropdown-item:hover {
    color: #a21f22 !important;
    background-color: #fafafa;
}

.cid-rWWcKW80LS .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
}

.cid-rWWcKW80LS .dropdown.open .dropdown-toggle[aria-expanded="true"]+.dropdown-submenu {
    visibility: visible;
}

.cid-rWWcKW80LS .navbar .dropdown.open>.dropdown-menu {
    display: inline-block;
    transform: none;
    opacity: 1;
}

.cid-rWWcKW80LS .nav-dropdown .dropdown-submenu {
    margin: 0 !important;
    top: 2px !important;
}

.cid-rWWcKW80LS .dropdown-item {
    padding: 0 1.35vw;
    justify-content: center;
    font-weight: 400;
}

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

.cid-rWWcKW80LS .dropdown .dropdown-menu .dropdown-item {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: auto;
}

.cid-rWWcKW80LS .dropdown .dropdown-menu .dropdown-item::after {
    right: .5rem;
}

.cid-rWWcKW80LS .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
    display: none;
}

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

.cid-rWWcKW80LS .collapsed .dropdown .dropdown-menu .dropdown-item {
    transition: none;
    margin: 0 !important;
}

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

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

.cid-rWWcKW80LS .navbar {
    min-height: 120px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    background: #ffffff;
}

.cid-rWWcKW80LS .navbar.opened {
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    background: #ffffff !important;
}

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

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

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

@media (min-width: 992px) {
    .cid-rWWcKW80LS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
        max-height: calc(100vh - 3.6rem - 1rem);
    }
}

.cid-rWWcKW80LS .navbar.collapsed .dropdown-menu {
    background: transparent !important;
}

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

.cid-rWWcKW80LS .navbar.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .cid-rWWcKW80LS .navbar .nav-item .nav-link::before {
        display: none;
    }
    .cid-rWWcKW80LS .navbar.opened .dropdown-menu {
        top: 0;
    }
    .cid-rWWcKW80LS .navbar .container-fluid,
    .cid-rWWcKW80LS .navbar .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .cid-rWWcKW80LS .navbar .dropdown-menu {
        background: transparent !important;
    }
    .cid-rWWcKW80LS .navbar .dropdown-menu .dropdown-submenu {
        left: 0 !important;
    }
    .cid-rWWcKW80LS .navbar .navbar-logo img {
        height: 3.6rem !important;
    }
    .cid-rWWcKW80LS .navbar .dropdown-menu .dropdown-item {
        text-align: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
    .cid-rWWcKW80LS .navbar .navbar-brand {
        -webkit-flex-shrink: initial;
        flex-shrink: initial;
        -webkit-flex-basis: auto;
        flex-basis: auto;
        word-break: break-word;
    }
    .cid-rWWcKW80LS .navbar .navbar-toggler {
        -webkit-flex-basis: auto;
        flex-basis: auto;
    }
}

.cid-rWWcKW80LS .navbar.navbar-short {
    background: #ffffff !important;
    min-height: 90px;
}

.cid-rWWcKW80LS .navbar.navbar-short .navbar-logo img {
    height: 3rem !important;
}

.cid-rWWcKW80LS .navbar.navbar-short .navbar-brand {
    padding: 0;
}

.cid-rWWcKW80LS .navbar-brand {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 0;
    padding: 0;
    transition: all .25s;
    word-break: break-word;
    z-index: 1;
}

.cid-rWWcKW80LS .navbar-brand .navbar-caption {
    line-height: 40px !important;
}

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

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

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

.cid-rWWcKW80LS .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
    margin: 0 2vw !important;
}

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

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

.cid-rWWcKW80LS .navbar-buttons {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.cid-rWWcKW80LS .navbar-dropdown {
    position: absolute;
    position: fixed;
}

.cid-rWWcKW80LS a.nav-link {
    -webkit-justify-content: center;
    justify-content: center;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

.cid-rWWcKW80LS a.nav-link:hover {
    color: #a21f22 !important;
}

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

.cid-s12YVDxEX4 {
    overflow: hidden;
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-image: url("../../../assets/images/rural-billboard-2-1024x640.jpg");
}

.cid-s12YVDxEX4 .container {
    margin: 0 auto;
    padding: 0 25px;
}

.cid-s12YVDxEX4 .wrap {
    padding: 0 25px;
}

.cid-s12YVDxEX4 .wrap:before {
    content: '';
    position: absolute;
    width: 640px;
    height: 640px;
    border-radius: 50%;
    mix-blend-mode: multiply;
    background-color: #5580ff;
    top: 0px;
    right: 0px;
}

.cid-s12YVDxEX4 .title__block {
    padding: 90px 0;
    display: flex;
    flex-direction: column;
    z-index: 1;
    position: relative;
}

.cid-s12YVDxEX4 .mbr-text {
    margin-bottom: 20px;
}

.cid-s12YVDxEX4 .mbr-section-btn {
    margin-top: 10px;
}

.cid-s12YVDxEX4 .mbr-media {
    display: inline-block;
}

.cid-s12YVDxEX4 .mbr-figure {
    align-self: flex-start;
    margin-bottom: 20px;
    width: 100%;
}

.cid-s12YVDxEX4 .anim {
    width: 62px;
    height: 62px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    position: relative;
    background-color: rgba(25, 31, 35, 0.95);
    border-radius: 50%;
}

.cid-s12YVDxEX4 .anim span {
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
    width: 62px;
    height: 62px;
    line-height: 62px;
    position: relative;
    display: inline-block;
    margin-left: 2px;
}

.cid-s12YVDxEX4 .anim span.mbri-play:before {
    position: absolute;
    left: 50%;
    transform: translateX(-35%);
}

.cid-s12YVDxEX4 .anim:before {
    content: '';
    border-color: inherit;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    background: rgba(25, 31, 35, 0.5);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-duration: 1.2s;
    animation-name: popup__video;
    animation-iteration-count: infinite;
    animation-delay: 1s;
}

.cid-s12YVDxEX4 .modalWindow {
    position: fixed;
    z-index: 5000;
    left: 0;
    top: 0;
    background-color: #191f23;
    width: 100%;
    height: 100%;
}

.cid-s12YVDxEX4 .modalWindow .modalWindow-container {
    display: table-cell;
    vertical-align: middle;
}

.cid-s12YVDxEX4 .modalWindow .modalWindow-video {
    height: calc(80vw / 1.778);
    width: 80vw;
    margin: 0 auto;
}

.cid-s12YVDxEX4 a.close {
    position: absolute;
    right: 100px;
    top: 50px;
    color: #ffffff;
    z-index: 5000000;
    font-size: 16px;
    padding: 10px;
    transition: all 0.2s;
}

.cid-s12YVDxEX4 a.close:hover {
    color: #ffffff;
}

@keyframes popup__video {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@media (max-width: 1199px) {
    .cid-s12YVDxEX4 .title__block {
        padding: 80px 0;
    }
}

@media (max-width: 991px) {
    .cid-s12YVDxEX4 .title__block {
        padding: 80px 0;
    }
    .cid-s12YVDxEX4 .container,
    .cid-s12YVDxEX4 .row {
        margin: 0;
        padding: 0;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .cid-s12YVDxEX4 .title__block {
        padding: 50px 0;
    }
}

@media (max-width: 575px) {
    .cid-s12YVDxEX4 a.close {
        right: 50px;
        top: 25px;
    }
    .cid-s12YVDxEX4 .modalWindow .modalWindow-video {
        height: calc(90vw / 1.778);
        width: 90vw;
        margin: 0 auto;
    }
}

.cid-s130RA2fEh {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: #191f23;
}

.cid-s130RA2fEh .item__head {
    width: 100%;
}

.cid-s130RA2fEh .item__text {
    border-radius: 4px;
    padding: 0 10px;
    background: #d90a2c;
    max-height: 30px;
}

.cid-s130RA2fEh .content__block {
    padding-left: 20px;
    padding-right: 20px;
}

.cid-s130RA2fEh .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 15px;
}

.cid-s130RA2fEh .bot {
    display: flex;
    align-items: center;
    padding-top: 15px;
}

.cid-s130RA2fEh .border__radius {
    margin-right: 25px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    max-width: 60px;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cid-s130RA2fEh .bot__content {
    margin: 10px 0;
    width: 100%;
}

.cid-s130RA2fEh .bot__descr {
    color: #888888;
}

@media (max-width: 767px) {
    .cid-s130RA2fEh .content__block {
        margin-bottom: 50px;
    }
}

.cid-s13270mRiv {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-image: url("../../../assets/images/conference28-1920.jpg");
}

.cid-s13270mRiv .title__block {
    margin-bottom: 40px;
}

.cid-s13270mRiv .carousel-item {
    justify-content: center;
    -webkit-justify-content: center;
}

.cid-s13270mRiv .carousel-item.active,
.cid-s13270mRiv .carousel-item-next,
.cid-s13270mRiv .carousel-item-prev {
    display: flex;
}

.cid-s13270mRiv .carousel-control-prev {
    left: -8%;
    justify-content: flex-start !important;
    width: 10%;
}

.cid-s13270mRiv .carousel-control-next {
    justify-content: flex-end !important;
    right: -8%;
    width: 10%;
}

.cid-s13270mRiv .carousel-controls a span {
    width: 56px;
    height: 56px;
    line-height: 36px;
    font-size: 18px;
    position: absolute;
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: rgba(25, 31, 35, 0.3);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

.cid-s13270mRiv .carousel-controls a:hover span {
    background: rgba(25, 31, 35, 0.6);
}

.cid-s13270mRiv .user_image {
    display: flex;
    width: 100%;
    height: 540px;
    margin: auto;
    perspective: 900px;
}

.cid-s13270mRiv .user_image img {
    transition: transform .5s;
    width: 100%;
    height: 95%;
    object-fit: cover;
    border-radius: 6px;
}

.cid-s13270mRiv .user_image img:hover {
    transform: rotateX(-3deg);
}

@media (max-width: 1350px) {
    .cid-s13270mRiv .user {
        max-width: 87%;
    }
    .cid-s13270mRiv .carousel-control-prev {
        justify-content: center !important;
        left: -3%;
    }
    .cid-s13270mRiv .carousel-control-next {
        justify-content: center !important;
        right: -3%;
    }
}

@media (max-width: 991px) {
    .cid-s13270mRiv .user {
        max-width: 100%;
    }
    .cid-s13270mRiv .carousel-control-prev {
        left: -5%;
    }
    .cid-s13270mRiv .carousel-control-next {
        right: -5%;
    }
    .cid-s13270mRiv .user_image {
        height: auto;
    }
}

@media (max-width: 767px) {
    .cid-s13270mRiv .title__block {
        margin-bottom: 20px;
    }
    .cid-s13270mRiv .carousel-controls {
        display: none;
    }
}

.cid-rXV62VbZN2 .mbr-overlay {
    background-color: #000000;
    opacity: 0.5;
}

.cid-rXV62VbZN2 textarea {
    min-height: 150px;
}

.cid-rXV62VbZN2 .form-col {
    background: #ffffff;
    padding: 3rem 1rem;
}

.cid-rXV62VbZN2 .form-wrap {
    max-width: 520px;
    margin: auto;
}

.cid-rXV62VbZN2 .text-wrap {
    max-width: 800px;
    border: 2px solid #ffffff;
    padding: 3rem;
    margin: 4rem auto!important;
}

@media (max-width: 992px) {
    .cid-rXV62VbZN2 .form-wrap {
        max-width: 690px;
    }
    .cid-rXV62VbZN2 .md-pb {
        padding-bottom: 3rem;
    }
    .cid-rXV62VbZN2 .text-wrap {
        max-width: 690px;
    }
}

.cid-rXV62VbZN2 .input-group-btn {
    margin: 0.4rem;
    padding-top: 1.5rem;
}

.cid-rXV62VbZN2 .line {
    width: 35px;
    height: 3px;
    display: inline-block;
    background: #ed4266;
    transition: background 0.3s;
    margin-bottom: 2rem;
}

.cid-rXV62VbZN2 .form-control,
.cid-rXV62VbZN2 .field-input {
    padding: 0.5rem 1.2rem;
    background-color: #ffffff;
    border: 3px solid #ebeced;
    color: #767676;
    transition: 0.4s;
    font-size: 0.9rem;
    box-shadow: none;
    outline: none;
}

.cid-rXV62VbZN2 .form-control:hover,
.cid-rXV62VbZN2 .field-input:hover,
.cid-rXV62VbZN2 .form-control:focus,
.cid-rXV62VbZN2 .field-input:focus {
    background-color: #f5f5f7;
    border: 3px solid #ebeced;
    box-shadow: none;
    outline: none;
}

.cid-rXV62VbZN2 input::-webkit-input-placeholder,
.cid-rXV62VbZN2 textarea::-webkit-input-placeholder {
    color: #c1c1c1;
}

.cid-rXV62VbZN2 input:-moz-placeholder,
.cid-rXV62VbZN2 textarea:-moz-placeholder {
    color: #c1c1c1;
}

.cid-rXV62VbZN2 .jq-selectbox li,
.cid-rXV62VbZN2 .jq-selectbox li {
    background-color: #ffffff;
    color: #000000;
}

.cid-rXV62VbZN2 .jq-selectbox li:hover,
.cid-rXV62VbZN2 .jq-selectbox li.selected {
    background-color: #f5f5f7;
    color: #000000;
}

.cid-rXV62VbZN2 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
    border-top-color: #ffffff;
}

.cid-rXV62VbZN2 .jq-selectbox .jq-selectbox__trigger-arrow {
    border-top-color: #f5f5f7;
}

.cid-rXV62VbZN2 H2 {
    color: #36404c;
}

@media (max-width: 767px) {
    .cid-rXV62VbZN2 .col-auto {
        margin: auto;
    }
}

.cid-rXV62VbZN2 H3 {
    color: #ffffff;
}

.cid-rXV62VbZN2 H4 {
    color: #36404c;
}

.cid-s1aOULGBOj {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #ffffff;
}

.cid-s1aOULGBOj .card-wrapper {
    overflow: hidden;
    height: 100%;
    color: #444444;
    padding: 0;
}

.cid-s1aOULGBOj .line-wrap {
    display: inline-block;
    width: 100%;
}

.cid-s1aOULGBOj .line {
    display: inline-block;
    width: 100px;
    height: 4px;
    background-color: #0a1c44;
    margin-top: 0.5rem;
    margin-bottom: 2rem;
}

.cid-s1aOULGBOj .mbr-section-btn {
    margin-top: 0.5rem;
}

.cid-s1aOULGBOj .btn {
    margin: 0!important;
    transition: all 0.3s;
    opacity: 0;
}

.cid-s1aOULGBOj .card {
    padding: 0!important;
    margin: 0;
    overflow: hidden;
    border-radius: 0 !important;
}

.cid-s1aOULGBOj .card:hover .card-box {
    bottom: 0;
}

.cid-s1aOULGBOj .card:hover .btn {
    opacity: 1;
}

.cid-s1aOULGBOj .card-title {
    color: #ffffff;
    margin: 0;
    text-align: left;
}

.cid-s1aOULGBOj .card-img {
    overflow: hidden!important;
    position: relative;
    border-radius: 0px;
}

.cid-s1aOULGBOj .card-img:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: all 0.3s;
    background: #232323;
    opacity: 0.3;
    z-index: 1;
    pointer-events: none;
}

.cid-s1aOULGBOj .card-box {
    position: absolute;
    padding: 1.5rem 1.5rem;
    bottom: -70px;
    transition: all 0.3s;
    width: 100%;
    left: 0;
    z-index: 2;
}

.cid-s1aOULGBOj .mbr-section-title,
.cid-s1aOULGBOj .line-wrap {
    text-align: center;
}

.cid-s1aOULGBOj .card-box>p,
.cid-s1aOULGBOj .mbr-section-btn {
    text-align: left;
    color: #ffffff;
}

@media (max-width: 576px) {
    .cid-s1aOULGBOj .card-box {
        bottom: 0;
    }
    .cid-s1aOULGBOj .btn {
        opacity: 1;
    }
}

.cid-rRvUP6EdWV .modal-body .close {
    background: #1b1b1b;
}

.cid-rRvUP6EdWV .modal-body .close span {
    font-style: normal;
}

.cid-rRvUP6EdWV .carousel-inner>.active,
.cid-rRvUP6EdWV .carousel-inner>.next,
.cid-rRvUP6EdWV .carousel-inner>.prev {
    display: table;
}

.cid-rRvUP6EdWV .carousel-control .icon-next,
.cid-rRvUP6EdWV .carousel-control .icon-prev {
    margin-top: -18px;
    font-size: 40px;
    line-height: 27px;
}

.cid-rRvUP6EdWV .carousel-control:hover {
    background: #1b1b1b;
    color: #fff;
    opacity: 1;
}

@media (max-width: 767px) {
    .cid-rRvUP6EdWV .container .carousel-control {
        margin-bottom: 0;
    }
}

.cid-rRvUP6EdWV .boxed-slider {
    position: relative;
    padding: 93px 0;
}

.cid-rRvUP6EdWV .boxed-slider>div {
    position: relative;
}

.cid-rRvUP6EdWV .container img {
    width: 100%;
}

.cid-rRvUP6EdWV .container img+.row {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

.cid-rRvUP6EdWV .mbr-section {
    padding: 0;
    background-attachment: scroll;
}

.cid-modal-margin {
    margin: 1rem;
}

.cid-rRvUP6EdWV .mbr-table-cell {
    padding: 0;
}

.cid-rRvUP6EdWV .container .carousel-indicators {
    margin-bottom: 3px;
}

.cid-rRvUP6EdWV .carousel-caption {
    top: 40%;
    right: 0;
    bottom: auto;
    left: 0;
    display: -webkit-flex;
    align-items: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-align-items: center;
}

.cid-rRvUP6EdWV .mbr-overlay {
    z-index: 1;
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: 0.6;
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
}

.cid-rRvUP6EdWV .container-slide.container {
    min-width: 100%;
    min-height: 100vh;
    padding: 0;
}

.cid-rRvUP6EdWV .carousel-item {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -o-transition: -o-transform 0.6s ease-in-out;
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

@media (max-width: 576px) {
    .cid-rRvUP6EdWV .carousel-item .container {
        width: 100%;
    }
}

.cid-rRvUP6EdWV .carousel-item-next.carousel-item-left,
.cid-rRvUP6EdWV .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.cid-rRvUP6EdWV .active.carousel-item-right,
.cid-rRvUP6EdWV .carousel-item-next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.cid-rRvUP6EdWV .active.carousel-item-left,
.cid-rRvUP6EdWV .carousel-item-prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.cid-rRvUP6EdWV .mbr-slider .carousel-control {
    top: 80%;
    width: 50px;
    height: 50px;
    margin-top: -1.5rem;
    font-size: 35px;
    background-color: rgba(0, 0, 0, 0.5);
    border: 2px solid #fff;
    border-radius: 30%;
    transition: all .3s;
}

.cid-rRvUP6EdWV .mbr-slider .carousel-control.carousel-control-prev {
    left: 0;
    margin-left: 2.5rem;
}

.cid-rRvUP6EdWV .mbr-slider .carousel-control.carousel-control-next {
    right: 0;
    margin-right: 2.5rem;
}

.cid-rRvUP6EdWV .mbr-slider .carousel-control .mbr-iconfont {
    font-size: 2rem;
}

@media (max-width: 767px) {
    .cid-rRvUP6EdWV .mbr-slider .carousel-control {
        top: auto;
        bottom: 1rem;
    }
}

.cid-rRvUP6EdWV .mbr-slider .carousel-indicators {
    position: absolute;
    bottom: 0;
    margin-bottom: 1.5rem !important;
}

.cid-rRvUP6EdWV .mbr-slider .carousel-indicators li {
    max-width: 20px;
    width: 20px;
    height: 20px;
    max-height: 20px;
    margin: 3px;
    background-color: rgba(51, 51, 51, 0.9);
    border: 2px solid #fff;
    border-radius: 30%;
    opacity: .5;
    transition: all .3s;
}

.cid-rRvUP6EdWV .mbr-slider .carousel-indicators li.active,
.cid-rRvUP6EdWV .mbr-slider .carousel-indicators li:hover {
    opacity: .9;
}

.cid-rRvUP6EdWV .mbr-slider .carousel-indicators li::after,
.cid-rRvUP6EdWV .mbr-slider .carousel-indicators li::before {
    content: none;
}

.cid-rRvUP6EdWV .mbr-slider .carousel-indicators.ie-fix {
    left: 50%;
    display: block;
    width: 60%;
    margin-left: -30%;
    text-align: center;
}

@media (max-width: 576px) {
    .cid-rRvUP6EdWV .mbr-slider .carousel-indicators {
        display: none !important;
    }
}

.cid-rRvUP6EdWV .mbr-slider>.container img {
    width: 100%;
}

.cid-rRvUP6EdWV .mbr-slider>.container img+.row {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    z-index: 2;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cid-rRvUP6EdWV .mbr-slider>.container .carousel-indicators {
    margin-bottom: 3px;
}

@media (min-width: 900px) {
    .cid-rRvUP6EdWV .mHeight {
        height: 447px;
    }
}

@media (max-width: 576px) {
    .cid-rRvUP6EdWV .mbr-slider>.container .carousel-control {
        margin-bottom: 0;
    }
}

.cid-rRvUP6EdWV .mbr-slider .mbr-section {
    padding: 0;
    background-attachment: scroll;
}

.cid-rRvUP6EdWV .mbr-slider .mbr-table-cell {
    padding: 0;
}

.cid-rRvUP6EdWV .carousel-item .container.container-slide {
    position: initial;
    width: auto;
    min-height: 0;
}

.cid-rRvUP6EdWV .full-screen .slider-fullscreen-image {
    min-height: 100vh;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.cid-rRvUP6EdWV .full-screen .slider-fullscreen-image.active {
    display: -o-flex;
}

.cid-rRvUP6EdWV .full-screen .container {
    width: auto;
    padding-right: 0;
    padding-left: 0;
}

.cid-rRvUP6EdWV .full-screen .carousel-item .container.container-slide {
    width: 100%;
    min-height: 100vh;
    padding: 0;
}

.cid-rRvUP6EdWV .full-screen .carousel-item .container.container-slide img {
    display: none;
}

.cid-rRvUP6EdWV .mbr-background-video-preview {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.cid-rRvUP6EdWV .mbr-overlay~.container-slide {
    z-index: auto;
}

.cid-rRvUP6EdWV H2 {
    color: #fff;
    margin-bottom: 20px;
}

.cid-rRvUP6EdWV P {
    color: #fff;
}

.cid-rRvUP6EdWV .sliderHeader {
    color: #fff;
}

.cid-rRvUP6EdWV .sliderText {
    color: #fff;
}

.cid-rRvUP6EdWV .CustomStyleSliderHeader {
    text-align: center;
    font-size: 24px;
    color: #fff;
    font-family: 'Segoe', sans-serif;
}

.cid-rRvUP6EdWV .CustomStyleSliderText {
    text-align: center;
    /* font-size: 16px; */
    color: #fff;
    /* font-family: 'Segoe', sans-serif; */
}

.cid-s2DQt7xJ0e {
    background-image: url("../../../assets/images/hse-1100x619.jpg");
}

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

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

.cid-s2DQt7xJ0e .animated-element {
    color: #ffbc00;
}

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

@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-s2DTJGkhqq {
    padding-top: 0px;
    padding-bottom: 45px;
    background-color: #ffffff;
}

.cid-s2DTJGkhqq .mbr-text,
.cid-s2DTJGkhqq .ornament {
    text-align: center;
}

.cid-s2DJKwIEHv {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #ffffff;
}

.cid-s2DJKwIEHv .counter-container {
    color: #464646;
}

.cid-s2DJKwIEHv .counter-container div {
    margin-bottom: 1rem;
    padding-left: 5rem;
}

.cid-s2DJKwIEHv .counter-container li {
    list-style: none;
    padding-left: 6rem;
    position: relative;
}

.cid-s2DJKwIEHv .counter-container .counter {
    text-overflow: clip;
    overflow: hidden;
    white-space: nowrap;
    font-size: 40px;
    position: absolute;
    left: 0;
    display: inline-block;
    margin: 0 0 5px;
    line-height: 40px;
    transition: all .2s;
    width: 60px;
    height: 40px;
}

.cid-s2DJKwIEHv P {
    text-align: left;
}