body {
    font-family: Bellota Text;
}

.display-1 {
    font-family: 'Bellota Text', display;
    font-size: 4rem;
    line-height: 1.1;
}

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

.display-2 {
    font-family: 'Bellota Text', display;
    font-size: 2.8rem;
    line-height: 1.1;
}

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

.display-4 {
    font-family: 'Bellota Text', display;
    font-size: 1.1rem;
    line-height: 1.5;
}

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

.display-5 {
    font-family: 'Bellota Text', display;
    font-size: 1.7rem;
    line-height: 1.5;
}

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

.display-7 {
    font-family: 'Bellota Text', display;
    font-size: 1.2rem;
    line-height: 1.5;
}

.display-7>.mbr-iconfont {
    font-size: 1.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: 992px) {
    .display-1 {
        font-size: 3.2rem;
    }
}

@media (max-width: 768px) {
    .display-1 {
        font-size: 2.8rem;
        font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
    }
    .display-2 {
        font-size: 2.24rem;
        font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
    }
    .display-4 {
        font-size: 0.88rem;
        font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
    }
    .display-5 {
        font-size: 1.36rem;
        font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
    }
    .display-7 {
        font-size: 0.96rem;
        font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
    }
}


/* Buttons */

.btn {
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
}

.btn-sm {
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
}

.btn-md {
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
}

.btn-lg {
    padding: 1rem 2.6rem;
    border-radius: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-white,
.btn-white:active {
    background-color: #fafafa !important;
    border-color: #fafafa !important;
    color: #7a7a7a !important;
}

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

.btn-white.disabled,
.btn-white:disabled {
    color: #7a7a7a !important;
    background-color: #e1e1e1 !important;
    border-color: #e1e1e1 !important;
}

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

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

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

.btn-primary-outline,
.btn-primary-outline:active {
    background-color: transparent !important;
    border-color: transparent;
    color: #558ed5;
}

.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
    color: #2a63a9 !important;
    background-color: transparent!important;
    border-color: transparent!important;
    box-shadow: none!important;
}

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

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

.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
    color: #d4d4d4 !important;
    background-color: transparent!important;
    border-color: transparent!important;
    box-shadow: none!important;
}

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

.btn-info-outline,
.btn-info-outline:active {
    background-color: transparent !important;
    border-color: transparent;
    color: #47b5ed;
}

.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
    color: #148cca !important;
    background-color: transparent!important;
    border-color: transparent!important;
    box-shadow: none!important;
}

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

.btn-success-outline,
.btn-success-outline:active {
    background-color: transparent !important;
    border-color: transparent;
    color: #35b8fc;
}

.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
    color: #038fd7 !important;
    background-color: transparent!important;
    border-color: transparent!important;
    box-shadow: none!important;
}

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

.btn-warning-outline,
.btn-warning-outline:active {
    background-color: transparent !important;
    border-color: transparent;
    color: #6c758f;
}

.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
    color: #474d5e !important;
    background-color: transparent!important;
    border-color: transparent!important;
    box-shadow: none!important;
}

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

.btn-danger-outline,
.btn-danger-outline:active {
    background-color: transparent !important;
    border-color: transparent;
    color: #36187d;
}

.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
    color: #170a34 !important;
    background-color: transparent!important;
    border-color: transparent!important;
    box-shadow: none!important;
}

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

.btn-black-outline,
.btn-black-outline:active {
    background-color: transparent !important;
    border-color: transparent;
    color: #232323;
}

.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
    color: #000000 !important;
    background-color: transparent!important;
    border-color: transparent!important;
    box-shadow: none!important;
}

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

.btn-white-outline,
.btn-white-outline:active {
    background-color: transparent !important;
    border-color: transparent;
    color: #fafafa;
}

.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
    color: #cfcfcf !important;
    background-color: transparent!important;
    border-color: transparent!important;
    box-shadow: none!important;
}

.btn-white-outline.disabled,
.btn-white-outline:disabled {
    color: #7a7a7a !important;
    background-color: #fafafa !important;
    border-color: #fafafa !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
    text-decoration: underline;
}

.nav-tabs .nav-link.active {
    color: #558ed5;
}

.nav-tabs .nav-link:not(.active) {
    color: #232323;
}

.alert-success {
    background-color: #70c770;
}

.alert-info {
    background-color: #47b5ed;
}

.alert-warning {
    background-color: #6c758f;
}

.alert-danger {
    background-color: #36187d;
}

.mbr-section-btn a.btn:not(.btn-form) {
    border-radius: 100px;
}

.mbr-gallery-filter li a {
    border-radius: 100px !important;
}

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

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

.nav-tabs .nav-link {
    border-radius: 100px !important;
}

a,
a:hover {
    color: #558ed5;
}

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

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

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

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

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


/* Scroll to top button*/

.scrollToTop_wraper {
    display: none;
}

.form-control {
    font-family: 'Bellota Text', display;
    font-size: 1.1rem;
    line-height: 1.5;
    font-weight: 400;
}

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

.form-control:hover,
.form-control:focus {
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
    border-color: #558ed5 !important;
}

.form-control:-webkit-input-placeholder {
    font-family: 'Bellota Text', display;
    font-size: 1.1rem;
    line-height: 1.5;
    font-weight: 400;
}

.form-control:-webkit-input-placeholder>.mbr-iconfont {
    font-size: 1.375rem;
}

blockquote {
    border-color: #558ed5;
}


/* Forms */

.mbr-form .input-group-btn a.btn {
    border-radius: 100px !important;
}

.mbr-form .input-group-btn a.btn:hover {
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}

.mbr-form .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
    padding: 1rem 3rem;
}

.mbr-form .input-group-btn button[type="submit"]:hover {
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}

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

.jq-number__spin {
    transition: 0.25s ease;
}

.jq-number__spin:hover {
    border-color: #558ed5;
}

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

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

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

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
    color: #000000 !important;
    background: #ffffff !important;
    box-shadow: none !important;
}

.lazy-bg {
    background-image: none !important;
}

.lazy-placeholder:not(section),
.lazy-none {
    display: block;
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
    height: auto;
}

iframe.lazy-placeholder,
.lazy-placeholder:after {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    background: transparent no-repeat center;
    background-size: contain;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23558ed5' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}

section.lazy-placeholder:after {
    opacity: 0.5;
}

body {
    overflow-x: hidden;
}

a {
    transition: color 0.6s;
}

.cid-tswVLCgGH9 {
    z-index: 1000;
    width: 100%;
    position: relative;
    min-height: 60px;
}

.cid-tswVLCgGH9 .container {
    max-width: 1400px;
    padding: 0 2rem;
    display: flex;
    margin: auto;
}

@media (max-width: 767px) {
    .cid-tswVLCgGH9 .container {
        padding: 0;
    }
}

.cid-tswVLCgGH9 .navbar {
    min-height: 140px;
    transition: all 0.3s;
    border-bottom: 1px solid transparent;
    background: #333333;
}

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

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

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

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

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

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

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

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

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

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

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

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

.cid-tswVLCgGH9 .navbar.collapsed .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

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

.cid-tswVLCgGH9 .navbar.navbar-short {
    min-height: 110px;
}

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

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

.cid-tswVLCgGH9 .nav-link {
    font-weight: 700;
    position: relative;
}

.cid-tswVLCgGH9 nav.navbar {
    position: fixed;
}

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

.cid-tswVLCgGH9 .dropdown-menu {
    padding: 0;
    border-radius: 4px;
}

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

.cid-tswVLCgGH9 .dropdown-item:hover,
.cid-tswVLCgGH9 .dropdown-item:focus {
    background: #558ed5 !important;
    color: white !important;
}

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

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

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

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

.cid-tswVLCgGH9 .iconfont-wrapper {
    color: #558ed5 !important;
    font-size: 1.5rem;
    padding-right: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cid-tswVLCgGH9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background: #333333;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cid-tswVLCgGH9 .navbar-dropdown {
    padding: 0 1rem;
    position: fixed;
}

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

.cid-tswVLCgGH9 .icons-menu {
    flex-wrap: nowrap;
    display: flex;
    justify-content: center;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.3rem;
    text-align: center;
}

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

.cid-tswVLCgGH9 .icons-menu .mbr-iconfont {
    font-size: 1.5rem;
    padding: 1.5rem!important;
    margin: 0 0.3rem!important;
    box-shadow: 0.6em 0.6em 1.2em #1f2124, -0.5em -0.5em 1em #333333;
    border-radius: 50%;
    transition: all 0.3s;
}

.cid-tswVLCgGH9 .icons-menu .mbr-iconfont:hover {
    background: #666666;
}

.cid-svGO3o7YHJ {
    padding-top: 8rem;
    padding-bottom: 4rem;
    background-color: #333333;
}

.cid-svGO3o7YHJ .mbr-section-title {
    color: #666666;
}

.cid-svGO3o7YHJ .mbr-section-subtitle {
    color: #0196e3;
}

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

.cid-svGO3o7YHJ .title-col {
    border-right: 3px solid currentColor;
    color: #0196e3;
    margin-right: 3rem;
    align-items: center;
    display: inline-flex;
    width: 100%;
}

@media (max-width: 992px) {
    .cid-svGO3o7YHJ .title-col {
        margin-right: 0;
        border-right: 0;
    }
}

.cid-svGO3o7YHJ .text-col {
    align-items: center;
    display: flex;
}

.cid-svGO3o7YHJ .mbr-section-subtitle,
.cid-svGO3o7YHJ .title-col {
    width: 100%;
    color: #558ed5;
}

.cid-svGOrpYd1R {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #333333;
}

.cid-svGOrpYd1R .mbr-iconfont {
    display: block;
    font-size: 4rem;
    color: #0196e3;
    margin-bottom: 1.5rem;
}

.cid-svGOrpYd1R .col-lg-4,
.cid-svGOrpYd1R .col-12 {
    padding: 0 2rem;
}

.cid-svGOrpYd1R .row {
    margin: 0 -2rem;
    justify-content: center;
}

.cid-svGOrpYd1R .card-wrapper {
    padding: 3rem 2rem;
    box-shadow: 0.6em 0.6em 1.2em #1f2124, -0.5em -0.5em 1em #333333;
    border-radius: 3rem;
}

.cid-svGO3o7YHJ .card-wrapper {
    padding: 2rem 1.5rem;
    box-shadow: 0.6em 0.6em 1.2em #1f2124, -0.5em -0.5em 1em #333333;
    border-radius: 4rem;
    margin: 1em;
}

@media (max-width: 767px) {
    .cid-svGOrpYd1R .card-wrapper {
        padding: 4rem 2rem;
    }
}

@media (max-width: 992px) {
    .cid-svGOrpYd1R .card-wrapper {
        margin-bottom: 3rem;
    }
}

.cid-svGOrpYd1R .card-title,
.cid-svGOrpYd1R .iconfont-wrapper {
    color: #558ed5;
    text-align: center;
}

.cid-svGOrpYd1R .card-text {
    color: #6c758f;
    text-align: center;
}

.cid-svGOrpYd1R .mbr-section-subtitle {
    color: #6c758f;
}

.cid-svGOrpYd1R .mbr-section-title {
    color: #ffffff;
}

.cid-svGOYoMz5M {
    padding-top: 6rem;
    padding-bottom: 2rem;
    background-color: #333333;
}

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

.cid-svGOYoMz5M .mbr-section-subtitle {
    color: #6c758f;
}

.cid-svGOYoMz5M .mbr-section-title {
    color: #558ed5;
}

.cid-svGOJkKBf4 {
    padding-top: 6rem;
    padding-bottom: 2rem;
    background-color: #333333;
}

.cid-svGOJkKBf4 .mbr-section-title,
.cid-svGOJkKBf4 .mbr-section-subtitle {
    text-align: center;
}

.cid-svGOJkKBf4 .cost {
    word-break: normal;
}

.cid-svGOJkKBf4 .card-wrapper {
    margin-bottom: 2rem;
    border-radius: 3rem;
    box-shadow: 0.6em 0.6em 1.2em #1f2124, -0.5em -0.5em 1em #333333;
    background: #333333;
}

.cid-svGOJkKBf4 .card-wrapper .top-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (min-width: 768px) {
    .cid-svGOJkKBf4 .card-wrapper {
        padding: 2rem;
    }
}

@media (max-width: 767px) {
    .cid-svGOJkKBf4 .card-wrapper {
        padding: 1rem;
    }
}

.cid-svGOJkKBf4 .card-title {
    color: #558ed5;
}

.cid-svGOJkKBf4 P {
    color: #ffffff;
}

.cid-svGOJkKBf4 .mbr-section-title {
    color: #558ed5;
}

.cid-svMHDEbjkQ {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #333333;
}

.cid-svMHDEbjkQ img,
.cid-svMHDEbjkQ .item-img {
    border-radius: 2rem;
    transition: all 0.3s;
    overflow: hidden;
    width: 100%;
    height: 100%;
    height: 300px;
    object-fit: cover;
}

.cid-svMHDEbjkQ .item:focus,
.cid-svMHDEbjkQ span:focus {
    outline: none;
}

.cid-svMHDEbjkQ .item {
    cursor: pointer;
    margin-bottom: 2rem;
}

.cid-svMHDEbjkQ .item-wrapper {
    position: relative;
    padding: 1rem;
    border-radius: 3rem;
    background: #333333;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    box-shadow: 0.6em 0.6em 1.2em #1f2124, -0.5em -0.5em 1em #333333;
}

.cid-svMHDEbjkQ .item-wrapper:hover img {
    transform: scale(1.05);
}

@media (max-width: 767px) {
    .cid-svMHDEbjkQ .item-wrapper {
        border-radius: 2rem;
    }
}

.cid-svMHDEbjkQ .item-content {
    padding: 1.5rem 1rem;
}

@media (max-width: 767px) {
    .cid-svMHDEbjkQ .item-content {
        padding: 1rem 0;
    }
}

.cid-svMHDEbjkQ .mbr-section-title {
    color: #ffffff;
}

.cid-svMHDEbjkQ .item-title {
    color: #ffffff;
}

.cid-svMHDEbjkQ .item-subtitle {
    color: #bec2cf;
}

.cid-svMHDEbjkQ .mbr-text,
.cid-svMHDEbjkQ .mbr-section-btn {
    color: #bbbbbb;
}

.cid-svMHDEbjkQ .mbr-link {
    color: #558ed5;
}

.cid-svGOyiGS51 {
    padding-top: 4rem;
    padding-bottom: 2rem;
    background-color: #f2f3f7;
}

.cid-svGOyiGS51 .title {
    padding: 0 2rem;
    color: #36187d;
}

.cid-svGOyiGS51 .card-wrapper {
    overflow: visible;
    display: flex;
    padding: 3rem 4rem;
    border-radius: 3rem;
    box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
    margin-bottom: 4rem;
}

@media (max-width: 767px) {
    .cid-svGOyiGS51 .card-wrapper {
        flex-direction: column;
        padding: 2rem;
    }
}

.cid-svGOyiGS51 .mbr-iconfont {
    font-size: 2.5rem;
    color: #0196e3;
    padding: 2rem;
    padding-top: 2.2rem;
    cursor: pointer;
    box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
    border-radius: 50%;
    transition: all 0.3s;
}

.cid-svGOyiGS51 .mbr-iconfont:hover {
    background: #f8f9fb;
}

.cid-svGOyiGS51 img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin: auto;
}

.cid-svGOyiGS51 .card-box {
    margin: auto;
    padding-left: 3rem;
}

@media (max-width: 767px) {
    .cid-svGOyiGS51 .card-box {
        padding-left: 0;
        text-align: center;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

@media (max-width: 992px) {
    .cid-svGOyiGS51 .mt-5 {
        margin-top: 0.5rem!important;
    }
}

.cid-svGOyiGS51 .card-text {
    color: #6c758f;
}

.cid-svGOyiGS51 .card-title {
    color: #36187d;
}

.cid-svGOQPXx24 {
    padding-top: 60px;
    padding-bottom: 0px;
    background-color: #f2f3f7;
}

.cid-svGOQPXx24 .row {
    align-items: stretch;
    justify-content: center;
}

.cid-svGOQPXx24 .row .img-item {
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.cid-svGOQPXx24 .row .img-item img {
    width: 100%;
    object-fit: cover;
    height: 400px;
    margin-bottom: 0.5rem;
    box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
    border-radius: 3rem;
}

.cid-svGOQPXx24 P {
    color: #6c758f;
}

.cid-svGOGU5IZ2 {
    padding-top: 3rem;
    padding-bottom: 2rem;
    background-color: #f2f3f7;
}

.cid-svGOGU5IZ2 .mbr-iconfont {
    font-size: 1.4rem !important;
    font-family: 'Moririse2' !important;
    color: #558ed5;
    margin-left: 1rem;
    border-radius: 3rem;
    box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
    padding: 1.5rem;
}

.cid-svGOGU5IZ2 .panel-group {
    border: none;
}

.cid-svGOGU5IZ2 .panel-collapse {
    padding: 0 2rem;
}

.cid-svGOGU5IZ2 .panel-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 3rem;
    box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
    padding: 2rem;
}

.cid-svGOGU5IZ2 .panel-body,
.cid-svGOGU5IZ2 .card-header {
    padding: 1rem 0;
}

.cid-svGOGU5IZ2 .panel-title-edit {
    color: #6c758f;
}

.cid-svGOGU5IZ2 .card .card-header {
    background-color: transparent;
    margin-bottom: 0;
    border: 0;
}

.cid-svGOGU5IZ2 .card {
    overflow: visible;
}

.cid-svGOGU5IZ2 .panel-text {
    color: #6c758f;
}

.cid-svGOGU5IZ2 H3 {
    color: #36187d;
}

.cid-svGOzp5ABz {
    padding-top: 5rem;
    padding-bottom: 2rem;
    background-color: #f2f3f7;
}

.cid-svGOzp5ABz .image-wrapper {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-top: 5px;
    margin-right: 1rem;
    overflow: hidden;
}

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

.cid-svGOzp5ABz .col-lg-6 {
    padding: 0 2rem;
}

.cid-svGOzp5ABz .row {
    margin: 0 -2rem;
    justify-content: center;
}

.cid-svGOzp5ABz .card-wrapper {
    border-radius: 2rem;
    padding: 2rem;
    box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}

@media (max-width: 767px) {
    .cid-svGOzp5ABz .card-wrapper {
        padding: 1rem 1rem;
        margin-bottom: 2rem;
    }
}

.cid-svGOzp5ABz .mbr-text {
    color: #6c758f;
}

.cid-svGOzp5ABz .name {
    color: #36187d;
}

.cid-svGOzp5ABz .position {
    color: #6c758f;
}

@media (max-width: 767px) {
    .cid-svGOzp5ABz .d-flex {
        justify-content: center;
    }
}

.cid-svGOzp5ABz .mbr-section-title {
    color: #36187d;
}

.cid-svGODxHY5I {
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: #333333;
}

.cid-svGODxHY5I .mbr-overlay {
    background-color: #ffffff;
    opacity: 0.4;
}

.cid-svGODxHY5I .btn {
    padding: 1rem 3rem;
    border-radius: 2rem;
}

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

.cid-svGODxHY5I textarea {
    min-height: 200px;
}

.cid-svGODxHY5I .form-control,
.cid-svGODxHY5I .field-input {
    padding: 1.5rem 2rem;
    box-shadow: inset 1px 1px 2px 0 #d2dce9;
    background-color: #edeff3;
    border-radius: 3rem;
    border: 0!important;
    color: #ffffff;
    transition: 0.4s;
    outline: none;
}

.cid-svGODxHY5I .form-control::-webkit-input-placeholder,
.cid-svGODxHY5I .field-input::-webkit-input-placeholder,
.cid-svGODxHY5I .form-control::-webkit-input-placeholder,
.cid-svGODxHY5I .field-input::-webkit-input-placeholder {
    color: #558ed5;
}

.cid-svGODxHY5I .form-control:-moz-placeholder,
.cid-svGODxHY5I .field-input:-moz-placeholder,
.cid-svGODxHY5I .form-control:-moz-placeholder,
.cid-svGODxHY5I .field-input:-moz-placeholder {
    color: #558ed5;
}

.cid-svGODxHY5I .form-control:hover,
.cid-svGODxHY5I .field-input:hover,
.cid-svGODxHY5I .form-control:focus,
.cid-svGODxHY5I .field-input:focus {
    background-color: #edeff3;
    color: #ffffff;
    border: 0!important;
    box-shadow: inset 1px 1px 2px 0 #d2dce9;
    outline: none;
}

.cid-svGODxHY5I .form-control:hover::-webkit-input-placeholder,
.cid-svGODxHY5I .field-input:hover::-webkit-input-placeholder,
.cid-svGODxHY5I .form-control:focus::-webkit-input-placeholder,
.cid-svGODxHY5I .field-input:focus::-webkit-input-placeholder,
.cid-svGODxHY5I .form-control:hover::-webkit-input-placeholder,
.cid-svGODxHY5I .field-input:hover::-webkit-input-placeholder,
.cid-svGODxHY5I .form-control:focus::-webkit-input-placeholder,
.cid-svGODxHY5I .field-input:focus::-webkit-input-placeholder {
    color: #558ed5;
}

.cid-svGODxHY5I .form-control:hover:-moz-placeholder,
.cid-svGODxHY5I .field-input:hover:-moz-placeholder,
.cid-svGODxHY5I .form-control:focus:-moz-placeholder,
.cid-svGODxHY5I .field-input:focus:-moz-placeholder,
.cid-svGODxHY5I .form-control:hover:-moz-placeholder,
.cid-svGODxHY5I .field-input:hover:-moz-placeholder,
.cid-svGODxHY5I .form-control:focus:-moz-placeholder,
.cid-svGODxHY5I .field-input:focus:-moz-placeholder {
    color: #558ed5;
}

.cid-svGODxHY5I .jq-number__spin:hover,
.cid-svGODxHY5I .jq-number__spin:focus {
    background-color: #edeff3;
    color: #000000;
    box-shadow: none;
    outline: none;
}

.cid-svGODxHY5I .jq-number__spin {
    background-color: #edeff3;
    color: #ffffff;
    transition: 0.4s;
    box-shadow: none;
    outline: none;
}

.cid-svGODxHY5I .jq-selectbox li,
.cid-svGODxHY5I .jq-selectbox li {
    background-color: #edeff3;
    color: #000000;
}

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

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

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

.cid-svGODxHY5I input::-webkit-clear-button {
    display: none;
}

.cid-svGODxHY5I input::-webkit-inner-spin-button {
    display: none;
}

.cid-svGODxHY5I input::-webkit-outer-spin-button {
    display: none;
}

.cid-svGODxHY5I input::-webkit-calendar-picker-indicator {
    display: none;
}

.cid-svGODxHY5I H4 {
    color: #36187d;
}

.cid-svGODxHY5I .mbr-section-title {
    text-align: center;
    color: #558ed5;
}

.cid-svGODxHY5I P {
    text-align: center;
    color: #ffffff;
}

@media (max-width: 767px) {
    .cid-svGODxHY5I .form-row {
        flex-direction: column;
    }
}

.cid-svGOEmEDBN {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #333333;
    overflow: hidden;
}

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

.cid-svGOEmEDBN .mbr-text {
    color: #bec2cf;
}

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

.cid-tytuwmcD7B {
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: #ffffff;
}

.cid-tytuwmcD7B .mbr-overlay {
    background-color: #ffffff;
    opacity: 0.4;
}

.cid-tyE8VusnWo {
    top: -2rem;
    padding-bottom: 4rem;
    background-color: #333333;
}

.cid-tyE8VusnWo .text-box {
    max-width: 900px;
}

.cid-tyE8VusnWo .item {
    position: relative;
    display: flex;
    padding-bottom: 2rem;
}

.cid-tyE8VusnWo .item:last-child .icon-box:before {
    display: none;
}

.cid-tyE8VusnWo .item::before {
    content: "";
    width: 2px;
    height: 100%;
    right: 38px;
    position: absolute;
    top: 50%;
    margin-left: 2rem;
    background: #dae2ec;
    transform: translate(-50%, 0);
}

@media (max-width: 767px) {
    .cid-tyE8VusnWo .item::before {
        margin-left: 2rem;
    }
}

.cid-tyE8VusnWo .last:before {
    display: none;
}

.cid-tyE8VusnWo .icon-box {
    width: 80px;
    min-width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: auto;
    margin-right: 0;
    background: #333333;
    box-shadow: 0.6em 0.6em 1.2em #1f2124, -0.5em -0.5em 1em #333333;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.cid-tyE8VusnWo span {
    font-size: 2rem;
}

@media (max-width: 991px) {
    .cid-tyE8VusnWo span .card {
        margin-bottom: 2rem;
    }
    .cid-tyE8VusnWo span .card-wrapper {
        margin-bottom: 2rem;
    }
    .cid-tyE8VusnWo span .icon-box::before {
        top: 141%;
    }
}

@media (max-width: 768px) {
    .cid-tyE8VusnWo .icon-box::before {
        top: 114%;
    }
}

.cid-tyE8VusnWo SPAN {
    color: #0196e3;
}

.cid-tyE8VusnWo .icon-text {
    color: #6c758f;
}

.cid-tyE8VusnWo .icon-title {
    color: #dae2ec;
}

.cid-tyE8VusnWo .icon-subtitle {
    color: #558ed5;
}

.cid-tyE8VusnWo .main-title {
    color: #36187d;
}

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

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

.cid-tyEayXUrxn {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #333333;
}

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

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

.cid-tyEayXUrxn b,
.cid-tyEayXUrxn strong {
    font-weight: 900;
}

.cid-tyEayXUrxn path {
    stroke: #558ed5 !important;
}

.cid-tyEayXUrxn .mbr-text {
    color: #767676;
}

.cid-tyEayXUrxn .mbr-section-subtitle {
    color: #767676;
}

.cid-tyEayXUrxn .card-box {
    position: relative;
    margin: 3rem 0;
}

.cid-tyEayXUrxn .card-box svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.cid-tyEayXUrxn .card-box h4,
.cid-tyEayXUrxn .card-box p,
.cid-tyEayXUrxn .card-box span {
    z-index: 1;
    position: relative;
}

.cid-tyEayXUrxn .title .num {
    width: 100%;
    display: block;
}

.cid-tyEayXUrxn .title .card-title {
    z-index: 1;
}

.cid-tyEayXUrxn .num {
    color: #dae2ec;
    text-align: center;
}

@media (max-width: 767px) {
    .cid-tyEayXUrxn * {
        text-align: center !important;
    }
    .cid-tyEayXUrxn .content-column {
        margin-bottom: 2rem;
    }
}

.cid-tyEayXUrxn .card-title,
.cid-tyEayXUrxn .card-img {
    text-align: center;
    color: #17003b;
}

.cid-tyEayXUrxn .card-text {
    text-align: center;
    color: #333333;
}

.cid-tyEayXUrxn .mbr-section-title,
.cid-tyEayXUrxn .card-box {
    text-align: center;
}

.cid-tsx2X3bicB {
    z-index: 1000;
    width: 100%;
    position: relative;
    min-height: 60px;
}

.cid-tsx2X3bicB .container {
    max-width: 1400px;
    padding: 0 2rem;
    display: flex;
    margin: auto;
}

@media (max-width: 767px) {
    .cid-tsx2X3bicB .container {
        padding: 0;
    }
}

.cid-tsx2X3bicB .navbar {
    min-height: 140px;
    transition: all 0.3s;
    border-bottom: 1px solid transparent;
    background: #333333;
}

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

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

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

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

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

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

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

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

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

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

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

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

.cid-tsx2X3bicB .navbar.collapsed .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

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

.cid-tsx2X3bicB .navbar.navbar-short {
    min-height: 110px;
}

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

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

.cid-tsx2X3bicB .nav-link {
    font-weight: 700;
    position: relative;
}

.cid-tsx2X3bicB nav.navbar {
    position: fixed;
}

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

.cid-tsx2X3bicB .dropdown-menu {
    padding: 0;
    border-radius: 4px;
}

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

.cid-tsx2X3bicB .dropdown-item:hover,
.cid-tsx2X3bicB .dropdown-item:focus {
    background: #558ed5 !important;
    color: white !important;
}

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

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

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

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

.cid-tsx2X3bicB .iconfont-wrapper {
    color: #558ed5 !important;
    font-size: 1.5rem;
    padding-right: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cid-tsx2X3bicB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background: #333333;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cid-tsx2X3bicB .navbar-dropdown {
    padding: 0 1rem;
    position: fixed;
}

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

.cid-tsx2X3bicB .icons-menu {
    flex-wrap: nowrap;
    display: flex;
    justify-content: center;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.3rem;
    text-align: center;
}

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

.cid-tsx2X3bicB .icons-menu .mbr-iconfont {
    font-size: 1.5rem;
    padding: 1.5rem!important;
    margin: 0 0.3rem!important;
    box-shadow: 0.6em 0.6em 1.2em #1f2124, -0.5em -0.5em 1em #333333;
    border-radius: 50%;
    transition: all 0.3s;
}

.cid-tsx2X3bicB .icons-menu .mbr-iconfont:hover {
    background: #666666;
}

.cid-tsx2X3RuDR {
    padding-top: 15rem;
    padding-bottom: 12rem;
    background-color: #333333;
}

.cid-tsx2X3RuDR .mbr-section-title {
    color: #666666;
}

.cid-tsx2X3RuDR .mbr-section-subtitle {
    color: #0196e3;
}

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

.cid-tsx2X3RuDR .title-col {
    border-right: 3px solid currentColor;
    color: #0196e3;
    margin-right: 3rem;
    align-items: center;
    display: inline-flex;
    width: 100%;
}

@media (max-width: 992px) {
    .cid-tsx2X3RuDR .title-col {
        margin-right: 0;
        border-right: 0;
    }
}

.cid-tsx2X3RuDR .text-col {
    align-items: center;
    display: flex;
}

.cid-tsx2X3RuDR .mbr-section-subtitle,
.cid-tsx2X3RuDR .title-col {
    width: 100%;
    color: #558ed5;
}

.cid-tsx2X4N8CZ {
    padding-top: 6rem;
    padding-bottom: 2rem;
    background-color: #333333;
}

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

.cid-tsx2X4N8CZ .mbr-section-subtitle {
    color: #6c758f;
}

.cid-tsx2X4N8CZ .mbr-section-title {
    color: #558ed5;
}

.cid-tsx2X6ADT6 {
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #333333;
}

.cid-tsx2X6ADT6 .progress {
    width: 100%;
}

.cid-tsx2X6ADT6 p {
    margin-bottom: 0.4rem;
}

.cid-tsx2X6ADT6 .title-wrap {
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.cid-tsx2X6ADT6 progress {
    height: 10px;
}

.cid-tsx2X6ADT6 .progressbar-number {
    display: inline-block;
    width: 50px;
}

.cid-tsx2X6ADT6 .progress-primary {
    background: rgba(206, 206, 206, 0.4);
    border: none;
    outline: none;
}

.cid-tsx2X6ADT6 .progress-primary::-webkit-progress-bar {
    background: rgba(206, 206, 206, 0.4);
}

.cid-tsx2X6ADT6 .progress_value {
    position: relative;
}

.cid-tsx2X6ADT6 .progress1 .progressbar-number:before,
.cid-tsx2X6ADT6 .progress2 .progressbar-number:before,
.cid-tsx2X6ADT6 .progress3 .progressbar-number:before,
.cid-tsx2X6ADT6 .progress4 .progressbar-number:before,
.cid-tsx2X6ADT6 .progress5 .progressbar-number:before {
    position: absolute;
    right: 15px;
    top: 0;
}

.cid-tsx2X6ADT6 progress[value]::-webkit-progress-bar {
    background: rgba(206, 206, 206, 0.4);
}

.cid-tsx2X6ADT6 progress::-webkit-progress-value {
    background: #0196e3;
}

.cid-tsx2X6ADT6 progress[value]::-moz-progress-bar {
    background: #0196e3;
}

.cid-tsx2X6ADT6 progress::-ms-fill {
    background: #0196e3;
}

.cid-tsx2X6ADT6 .progress1 .progressbar-number:before {
    content: '92';
}

.cid-tsx2X6ADT6 .progress2 .progressbar-number:before {
    content: '71';
}

.cid-tsx2X6ADT6 .progress3 .progressbar-number:before {
    content: '53';
}

.cid-tsx2X6ADT6 .progress4 .progressbar-number:before {
    content: '70';
}

.cid-tsx2X6ADT6 .progress5 .progressbar-number:before {
    content: '60';
}

.cid-tsx2X6ADT6 .section-content-text {
    color: #6c758f;
}

.cid-tsx2X6ADT6 .progressbar-title p,
.cid-tsx2X6ADT6 .progress_value {
    color: #6c758f;
}

.cid-tsx2X6ADT6 .mbr-section-subtitle {
    color: #6c758f;
}

.cid-tsx2X6ADT6 .section-content-title {
    color: #558ed5;
}

.cid-tsx2X8o0RR {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #333333;
}

.cid-tsx2X8o0RR .mbr-iconfont {
    display: block;
    font-size: 4rem;
    color: #0196e3;
    margin-bottom: 1.5rem;
}

.cid-tsx2X8o0RR .col-lg-4,
.cid-tsx2X8o0RR .col-12 {
    padding: 0 2rem;
}

.cid-tsx2X8o0RR .row {
    margin: 0 -2rem;
    justify-content: center;
}

.cid-tsx2X8o0RR .card-wrapper {
    padding: 3rem 2rem;
    box-shadow: 0.6em 0.6em 1.2em #1f2124, -0.5em -0.5em 1em #333333;
    border-radius: 3rem;
}

@media (max-width: 767px) {
    .cid-tsx2X8o0RR .card-wrapper {
        padding: 4rem 2rem;
    }
}

@media (max-width: 992px) {
    .cid-tsx2X8o0RR .card-wrapper {
        margin-bottom: 3rem;
    }
}

.cid-tsx2X8o0RR .card-title,
.cid-tsx2X8o0RR .iconfont-wrapper {
    color: #ffffff;
    text-align: center;
}

.cid-tsx2X8o0RR .card-text {
    color: #6c758f;
    text-align: center;
}

.cid-tsx2X8o0RR .mbr-section-subtitle {
    color: #6c758f;
}

.cid-tsx2X8o0RR .mbr-section-title {
    color: #ffffff;
}

.cid-tsx2X8MESd {
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: #333333;
}

.cid-tsx2X8MESd .mbr-overlay {
    background-color: #ffffff;
    opacity: 0.4;
}

.cid-tsx2X8MESd .btn {
    padding: 1rem 3rem;
    border-radius: 2rem;
}

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

.cid-tsx2X8MESd textarea {
    min-height: 200px;
}

.cid-tsx2X8MESd .form-control,
.cid-tsx2X8MESd .field-input {
    padding: 1.5rem 2rem;
    box-shadow: inset 1px 1px 2px 0 #d2dce9;
    background-color: #edeff3;
    border-radius: 3rem;
    border: 0!important;
    color: #ffffff;
    transition: 0.4s;
    outline: none;
}

.cid-tsx2X8MESd .form-control::-webkit-input-placeholder,
.cid-tsx2X8MESd .field-input::-webkit-input-placeholder,
.cid-tsx2X8MESd .form-control::-webkit-input-placeholder,
.cid-tsx2X8MESd .field-input::-webkit-input-placeholder {
    color: #558ed5;
}

.cid-tsx2X8MESd .form-control:-moz-placeholder,
.cid-tsx2X8MESd .field-input:-moz-placeholder,
.cid-tsx2X8MESd .form-control:-moz-placeholder,
.cid-tsx2X8MESd .field-input:-moz-placeholder {
    color: #558ed5;
}

.cid-tsx2X8MESd .form-control:hover,
.cid-tsx2X8MESd .field-input:hover,
.cid-tsx2X8MESd .form-control:focus,
.cid-tsx2X8MESd .field-input:focus {
    background-color: #edeff3;
    color: #ffffff;
    border: 0!important;
    box-shadow: inset 1px 1px 2px 0 #d2dce9;
    outline: none;
}

.cid-tsx2X8MESd .form-control:hover::-webkit-input-placeholder,
.cid-tsx2X8MESd .field-input:hover::-webkit-input-placeholder,
.cid-tsx2X8MESd .form-control:focus::-webkit-input-placeholder,
.cid-tsx2X8MESd .field-input:focus::-webkit-input-placeholder,
.cid-tsx2X8MESd .form-control:hover::-webkit-input-placeholder,
.cid-tsx2X8MESd .field-input:hover::-webkit-input-placeholder,
.cid-tsx2X8MESd .form-control:focus::-webkit-input-placeholder,
.cid-tsx2X8MESd .field-input:focus::-webkit-input-placeholder {
    color: #558ed5;
}

.cid-tsx2X8MESd .form-control:hover:-moz-placeholder,
.cid-tsx2X8MESd .field-input:hover:-moz-placeholder,
.cid-tsx2X8MESd .form-control:focus:-moz-placeholder,
.cid-tsx2X8MESd .field-input:focus:-moz-placeholder,
.cid-tsx2X8MESd .form-control:hover:-moz-placeholder,
.cid-tsx2X8MESd .field-input:hover:-moz-placeholder,
.cid-tsx2X8MESd .form-control:focus:-moz-placeholder,
.cid-tsx2X8MESd .field-input:focus:-moz-placeholder {
    color: #558ed5;
}

.cid-tsx2X8MESd .jq-number__spin:hover,
.cid-tsx2X8MESd .jq-number__spin:focus {
    background-color: #edeff3;
    color: #000000;
    box-shadow: none;
    outline: none;
}

.cid-tsx2X8MESd .jq-number__spin {
    background-color: #edeff3;
    color: #ffffff;
    transition: 0.4s;
    box-shadow: none;
    outline: none;
}

.cid-tsx2X8MESd .jq-selectbox li,
.cid-tsx2X8MESd .jq-selectbox li {
    background-color: #edeff3;
    color: #000000;
}

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

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

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

.cid-tsx2X8MESd input::-webkit-clear-button {
    display: none;
}

.cid-tsx2X8MESd input::-webkit-inner-spin-button {
    display: none;
}

.cid-tsx2X8MESd input::-webkit-outer-spin-button {
    display: none;
}

.cid-tsx2X8MESd input::-webkit-calendar-picker-indicator {
    display: none;
}

.cid-tsx2X8MESd H4 {
    color: #36187d;
}

.cid-tsx2X8MESd .mbr-section-title {
    text-align: center;
    color: #558ed5;
}

.cid-tsx2X8MESd P {
    text-align: center;
    color: #ffffff;
}

@media (max-width: 767px) {
    .cid-tsx2X8MESd .form-row {
        flex-direction: column;
    }
}

.cid-tsx2X99m1G {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #333333;
    overflow: hidden;
}

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

.cid-tsx2X99m1G .mbr-text {
    color: #bec2cf;
}

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

.cid-tsx5FXoWCQ {
    z-index: 1000;
    width: 100%;
    position: relative;
    min-height: 60px;
}

.cid-tsx5FXoWCQ .container {
    max-width: 1400px;
    padding: 0 2rem;
    display: flex;
    margin: auto;
}

@media (max-width: 767px) {
    .cid-tsx5FXoWCQ .container {
        padding: 0;
    }
}

.cid-tsx5FXoWCQ .navbar {
    min-height: 140px;
    transition: all 0.3s;
    border-bottom: 1px solid transparent;
    background: #333333;
}

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

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

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

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

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

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

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

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

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

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

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

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

.cid-tsx5FXoWCQ .navbar.collapsed .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

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

.cid-tsx5FXoWCQ .navbar.navbar-short {
    min-height: 110px;
}

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

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

.cid-tsx5FXoWCQ .nav-link {
    font-weight: 700;
    position: relative;
}

.cid-tsx5FXoWCQ nav.navbar {
    position: fixed;
}

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

.cid-tsx5FXoWCQ .dropdown-menu {
    padding: 0;
    border-radius: 4px;
}

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

.cid-tsx5FXoWCQ .dropdown-item:hover,
.cid-tsx5FXoWCQ .dropdown-item:focus {
    background: #558ed5 !important;
    color: white !important;
}

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

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

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

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

.cid-tsx5FXoWCQ .iconfont-wrapper {
    color: #558ed5 !important;
    font-size: 1.5rem;
    padding-right: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cid-tsx5FXoWCQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background: #333333;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cid-tsx5FXoWCQ .navbar-dropdown {
    padding: 0 1rem;
    position: fixed;
}

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

.cid-tsx5FXoWCQ .icons-menu {
    flex-wrap: nowrap;
    display: flex;
    justify-content: center;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.3rem;
    text-align: center;
}

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

.cid-tsx5FXoWCQ .icons-menu .mbr-iconfont {
    font-size: 1.5rem;
    padding: 1.5rem!important;
    margin: 0 0.3rem!important;
    box-shadow: 0.6em 0.6em 1.2em #1f2124, -0.5em -0.5em 1em #333333;
    border-radius: 50%;
    transition: all 0.3s;
}

.cid-tsx5FXoWCQ .icons-menu .mbr-iconfont:hover {
    background: #666666;
}

.cid-tsx5FXWXtx {
    padding-top: 15rem;
    padding-bottom: 12rem;
    background-color: #333333;
}

.cid-tsx5FXWXtx .mbr-section-title {
    color: #666666;
}

.cid-tsx5FXWXtx .mbr-section-subtitle {
    color: #0196e3;
}

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

.cid-tsx5FXWXtx .title-col {
    border-right: 3px solid currentColor;
    color: #0196e3;
    margin-right: 3rem;
    align-items: center;
    display: inline-flex;
    width: 100%;
}

@media (max-width: 992px) {
    .cid-tsx5FXWXtx .title-col {
        margin-right: 0;
        border-right: 0;
    }
}

.cid-tsx5FXWXtx .text-col {
    align-items: center;
    display: flex;
}

.cid-tsx5FXWXtx .mbr-section-subtitle,
.cid-tsx5FXWXtx .title-col {
    width: 100%;
    color: #558ed5;
}

.cid-tsx5FZxm7H {
    padding-top: 4rem;
    padding-bottom: 2rem;
    background-color: #333333;
}

.cid-tsx5FZxm7H .title {
    /*padding: 0 2rem;*/
    color: #558ed5!important;
}

.cid-tsx5FZxm7H .card-wrapper {
    overflow: visible;
    display: flex;
    padding: 3rem 4rem;
    border-radius: 3rem;
    box-shadow: 0.6em 0.6em 1.2em #1f2124, -0.5em -0.5em 1em #333333;
    margin-bottom: 4rem;
}

@media (max-width: 767px) {
    .cid-tsx5FZxm7H .card-wrapper {
        flex-direction: column;
        padding: 2rem;
    }
}

.cid-tsx5FZxm7H .mbr-iconfont {
    font-size: 2.5rem;
    color: #0196e3;
    padding: 2rem;
    padding-top: 2.2rem;
    cursor: pointer;
    box-shadow: 0.6em 0.6em 1.2em #1f2124, -0.5em -0.5em 1em #333333;
    border-radius: 50%;
    transition: all 0.3s;
}

.cid-tsx5FZxm7H .mbr-iconfont:hover {
    background: #f8f9fb;
}

.cid-tsx5FZxm7H img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin: auto;
}

.cid-tsx5FZxm7H .card-box {
    margin: auto;
    padding-left: 3rem;
}

@media (max-width: 767px) {
    .cid-tsx5FZxm7H .card-box {
        padding-left: 0;
        text-align: center;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

@media (max-width: 992px) {
    .cid-tsx5FZxm7H .mt-5 {
        margin-top: 0.5rem!important;
    }
}

.cid-tsx5FZxm7H .card-text {
    color: #bbbbbb;
}

.cid-tsx5FZxm7H .card-title {
    color: #ffffff;
}

.cid-tsx5FZdtj1 {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #333333;
}

.cid-tsx5FZdtj1 img,
.cid-tsx5FZdtj1 .item-img {
    border-radius: 2rem;
    transition: all 0.3s;
    overflow: hidden;
    width: 100%;
    height: 100%;
    height: 300px;
    object-fit: cover;
}

.cid-tsx5FZdtj1 .item:focus,
.cid-tsx5FZdtj1 span:focus {
    outline: none;
}

.cid-tsx5FZdtj1 .item {
    cursor: pointer;
    margin-bottom: 2rem;
}

.cid-tsx5FZdtj1 .item-wrapper {
    position: relative;
    padding: 1rem;
    border-radius: 3rem;
    background: #333333;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    box-shadow: 0.6em 0.6em 1.2em #1f2124, -0.5em -0.5em 1em #333333;
}

.cid-tsx5FZdtj1 .item-wrapper:hover img {
    transform: scale(1.05);
}

@media (max-width: 767px) {
    .cid-tsx5FZdtj1 .item-wrapper {
        border-radius: 2rem;
    }
}

.cid-tsx5FZdtj1 .item-content {
    padding: 1.5rem 1rem;
}

@media (max-width: 767px) {
    .cid-tsx5FZdtj1 .item-content {
        padding: 1rem 0;
    }
}

.cid-tsx5FZdtj1 .mbr-section-title {
    color: #ffffff;
}

.cid-tsx5FZdtj1 .item-title {
    color: #ffffff;
}

.cid-tsx5FZdtj1 .item-subtitle {
    color: #bec2cf;
}

.cid-tsx5FZdtj1 .mbr-text,
.cid-tsx5FZdtj1 .mbr-section-btn {
    color: #bbbbbb;
}

.cid-tsx5FZdtj1 .mbr-link {
    color: #558ed5;
}

.cid-tsx5G09Sdc {
    padding-top: 3rem;
    padding-bottom: 2rem;
    background-color: #333333;
}

.cid-tsx5G09Sdc .mbr-iconfont {
    font-size: 1.4rem !important;
    font-family: 'Moririse2' !important;
    color: #558ed5;
    margin-left: 1rem;
    border-radius: 3rem;
    box-shadow: 0.6em 0.6em 1.2em #1f2124, -0.5em -0.5em 1em #333333;
    padding: 1.5rem;
}

.cid-tsx5G09Sdc .panel-group {
    border: none;
}

.cid-tsx5G09Sdc .panel-collapse {
    padding: 0 2rem;
}

.cid-tsx5G09Sdc .panel-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 3rem;
    box-shadow: 0.6em 0.6em 1.2em #1f2124, -0.5em -0.5em 1em #333333;
    padding: 2rem;
}

.cid-tsx5G09Sdc .panel-body,
.cid-tsx5G09Sdc .card-header {
    padding: 1rem 0;
}

.cid-tsx5G09Sdc .panel-title-edit {
    color: #ffffff;
}

.cid-tsx5G09Sdc .card .card-header {
    background-color: transparent;
    margin-bottom: 0;
    border: 0;
}

.cid-tsx5G09Sdc .card {
    overflow: visible;
}

.cid-tsx5G09Sdc .panel-text {
    color: #bbbbbb;
}

.cid-tsx5G09Sdc H3 {
    color: #558ed5;
}

.cid-tsx5G0XeVF {
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: #333333;
}

.cid-tsx5G0XeVF .mbr-overlay {
    background-color: #ffffff;
    opacity: 0.4;
}

.cid-tsx5G0XeVF .btn {
    padding: 1rem 3rem;
    border-radius: 2rem;
}

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

.cid-tsx5G0XeVF textarea {
    min-height: 200px;
}

.cid-tsx5G0XeVF .form-control,
.cid-tsx5G0XeVF .field-input {
    padding: 1.5rem 2rem;
    box-shadow: inset 1px 1px 2px 0 #d2dce9;
    background-color: #edeff3;
    border-radius: 3rem;
    border: 0!important;
    color: #ffffff;
    transition: 0.4s;
    outline: none;
}

.cid-tsx5G0XeVF .form-control::-webkit-input-placeholder,
.cid-tsx5G0XeVF .field-input::-webkit-input-placeholder,
.cid-tsx5G0XeVF .form-control::-webkit-input-placeholder,
.cid-tsx5G0XeVF .field-input::-webkit-input-placeholder {
    color: #558ed5;
}

.cid-tsx5G0XeVF .form-control:-moz-placeholder,
.cid-tsx5G0XeVF .field-input:-moz-placeholder,
.cid-tsx5G0XeVF .form-control:-moz-placeholder,
.cid-tsx5G0XeVF .field-input:-moz-placeholder {
    color: #558ed5;
}

.cid-tsx5G0XeVF .form-control:hover,
.cid-tsx5G0XeVF .field-input:hover,
.cid-tsx5G0XeVF .form-control:focus,
.cid-tsx5G0XeVF .field-input:focus {
    background-color: #edeff3;
    color: #ffffff;
    border: 0!important;
    box-shadow: inset 1px 1px 2px 0 #d2dce9;
    outline: none;
}

.cid-tsx5G0XeVF .form-control:hover::-webkit-input-placeholder,
.cid-tsx5G0XeVF .field-input:hover::-webkit-input-placeholder,
.cid-tsx5G0XeVF .form-control:focus::-webkit-input-placeholder,
.cid-tsx5G0XeVF .field-input:focus::-webkit-input-placeholder,
.cid-tsx5G0XeVF .form-control:hover::-webkit-input-placeholder,
.cid-tsx5G0XeVF .field-input:hover::-webkit-input-placeholder,
.cid-tsx5G0XeVF .form-control:focus::-webkit-input-placeholder,
.cid-tsx5G0XeVF .field-input:focus::-webkit-input-placeholder {
    color: #558ed5;
}

.cid-tsx5G0XeVF .form-control:hover:-moz-placeholder,
.cid-tsx5G0XeVF .field-input:hover:-moz-placeholder,
.cid-tsx5G0XeVF .form-control:focus:-moz-placeholder,
.cid-tsx5G0XeVF .field-input:focus:-moz-placeholder,
.cid-tsx5G0XeVF .form-control:hover:-moz-placeholder,
.cid-tsx5G0XeVF .field-input:hover:-moz-placeholder,
.cid-tsx5G0XeVF .form-control:focus:-moz-placeholder,
.cid-tsx5G0XeVF .field-input:focus:-moz-placeholder {
    color: #558ed5;
}

.cid-tsx5G0XeVF .jq-number__spin:hover,
.cid-tsx5G0XeVF .jq-number__spin:focus {
    background-color: #edeff3;
    color: #000000;
    box-shadow: none;
    outline: none;
}

.cid-tsx5G0XeVF .jq-number__spin {
    background-color: #edeff3;
    color: #ffffff;
    transition: 0.4s;
    box-shadow: none;
    outline: none;
}

.cid-tsx5G0XeVF .jq-selectbox li,
.cid-tsx5G0XeVF .jq-selectbox li {
    background-color: #edeff3;
    color: #000000;
}

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

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

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

.cid-tsx5G0XeVF input::-webkit-clear-button {
    display: none;
}

.cid-tsx5G0XeVF input::-webkit-inner-spin-button {
    display: none;
}

.cid-tsx5G0XeVF input::-webkit-outer-spin-button {
    display: none;
}

.cid-tsx5G0XeVF input::-webkit-calendar-picker-indicator {
    display: none;
}

.cid-tsx5G0XeVF H4 {
    color: #36187d;
}

.cid-tsx5G0XeVF .mbr-section-title {
    text-align: center;
    color: #558ed5;
}

.cid-tsx5G0XeVF P {
    text-align: center;
    color: #ffffff;
}

@media (max-width: 767px) {
    .cid-tsx5G0XeVF .form-row {
        flex-direction: column;
    }
}

.cid-tsx5G1myZA {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #333333;
    overflow: hidden;
}

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

.cid-tsx5G1myZA .mbr-text {
    color: #bec2cf;
}

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

.cid-tsxa49Ygn1 {
    z-index: 1000;
    width: 100%;
    position: relative;
    min-height: 60px;
}

.cid-tsxa49Ygn1 .container {
    max-width: 1400px;
    padding: 0 2rem;
    display: flex;
    margin: auto;
}

@media (max-width: 767px) {
    .cid-tsxa49Ygn1 .container {
        padding: 0;
    }
}

.cid-tsxa49Ygn1 .navbar {
    min-height: 140px;
    transition: all 0.3s;
    border-bottom: 1px solid transparent;
    background: #333333;
}

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

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

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

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

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

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

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

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

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

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

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

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

.cid-tsxa49Ygn1 .navbar.collapsed .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

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

.cid-tsxa49Ygn1 .navbar.navbar-short {
    min-height: 110px;
}

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

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

.cid-tsxa49Ygn1 .nav-link {
    font-weight: 700;
    position: relative;
}

.cid-tsxa49Ygn1 nav.navbar {
    position: fixed;
}

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

.cid-tsxa49Ygn1 .dropdown-menu {
    padding: 0;
    border-radius: 4px;
}

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

.cid-tsxa49Ygn1 .dropdown-item:hover,
.cid-tsxa49Ygn1 .dropdown-item:focus {
    background: #558ed5 !important;
    color: white !important;
}

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

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

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

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

.cid-tsxa49Ygn1 .iconfont-wrapper {
    color: #558ed5 !important;
    font-size: 1.5rem;
    padding-right: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cid-tsxa49Ygn1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background: #333333;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cid-tsxa49Ygn1 .navbar-dropdown {
    padding: 0 1rem;
    position: fixed;
}

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

.cid-tsxa49Ygn1 .icons-menu {
    flex-wrap: nowrap;
    display: flex;
    justify-content: center;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.3rem;
    text-align: center;
}

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

.cid-tsxa49Ygn1 .icons-menu .mbr-iconfont {
    font-size: 1.5rem;
    padding: 1.5rem!important;
    margin: 0 0.3rem!important;
    box-shadow: 0.6em 0.6em 1.2em #1f2124, -0.5em -0.5em 1em #333333;
    border-radius: 50%;
    transition: all 0.3s;
}

.cid-tsxa49Ygn1 .icons-menu .mbr-iconfont:hover {
    background: #666666;
}

.cid-tsxa4avCmB {
    padding-top: 15rem;
    padding-bottom: 12rem;
    background-color: #333333;
}

.cid-tsxa4avCmB .mbr-section-title {
    color: #666666;
}

.cid-tsxa4avCmB .mbr-section-subtitle {
    color: #0196e3;
}

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

.cid-tsxa4avCmB .title-col {
    border-right: 3px solid currentColor;
    color: #0196e3;
    margin-right: 3rem;
    align-items: center;
    display: inline-flex;
    width: 100%;
}

@media (max-width: 992px) {
    .cid-tsxa4avCmB .title-col {
        margin-right: 0;
        border-right: 0;
    }
}

.cid-tsxa4avCmB .text-col {
    align-items: center;
    display: flex;
}

.cid-tsxa4avCmB .mbr-section-subtitle,
.cid-tsxa4avCmB .title-col {
    width: 100%;
    color: #558ed5;
}

.cid-tsxa4aKx5o {
    padding-top: 4rem;
    padding-bottom: 2rem;
    background-color: #333333;
}

.cid-tsxa4aKx5o .title {
    padding: 0 2rem;
    color: #558ed5;
}

.cid-tsxa4aKx5o .card-wrapper {
    overflow: visible;
    display: flex;
    padding: 3rem 4rem;
    border-radius: 3rem;
    box-shadow: 0.6em 0.6em 1.2em #1f2124, -0.5em -0.5em 1em #333333;
    margin-bottom: 4rem;
}

@media (max-width: 767px) {
    .cid-tsxa4aKx5o .card-wrapper {
        flex-direction: column;
        padding: 2rem;
    }
}

.cid-tsxa4aKx5o .mbr-iconfont {
    font-size: 2.5rem;
    color: #0196e3;
    padding: 2rem;
    padding-top: 2.2rem;
    cursor: pointer;
    box-shadow: 0.6em 0.6em 1.2em #1f2124, -0.5em -0.5em 1em #333333;
    border-radius: 50%;
    transition: all 0.3s;
}

.cid-tsxa4aKx5o .mbr-iconfont:hover {
    background: #f8f9fb;
}

.cid-tsxa4aKx5o img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin: auto;
}

.cid-tsxa4aKx5o .card-box {
    margin: auto;
    padding-left: 3rem;
}

@media (max-width: 767px) {
    .cid-tsxa4aKx5o .card-box {
        padding-left: 0;
        text-align: center;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

@media (max-width: 992px) {
    .cid-tsxa4aKx5o .mt-5 {
        margin-top: 0.5rem!important;
    }
}

.cid-tsxa4aKx5o .card-text {
    color: #bbbbbb;
}

.cid-tsxa4aKx5o .card-title {
    color: #ffffff;
}

.cid-tsxa4b6HMq {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #333333;
}

.cid-tsxa4b6HMq img,
.cid-tsxa4b6HMq .item-img {
    border-radius: 2rem;
    transition: all 0.3s;
    overflow: hidden;
    width: 100%;
    height: 100%;
    height: 300px;
    object-fit: cover;
}

.cid-tsxa4b6HMq .item:focus,
.cid-tsxa4b6HMq span:focus {
    outline: none;
}

.cid-tsxa4b6HMq .item {
    cursor: pointer;
    margin-bottom: 2rem;
}

.cid-tsxa4b6HMq .item-wrapper {
    position: relative;
    padding: 1rem;
    border-radius: 3rem;
    background: #333333;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    box-shadow: 0.6em 0.6em 1.2em #1f2124, -0.5em -0.5em 1em #333333;
}

.cid-tsxa4b6HMq .item-wrapper:hover img {
    transform: scale(1.05);
}

@media (max-width: 767px) {
    .cid-tsxa4b6HMq .item-wrapper {
        border-radius: 2rem;
    }
}

.cid-tsxa4b6HMq .item-content {
    padding: 1.5rem 1rem;
}

@media (max-width: 767px) {
    .cid-tsxa4b6HMq .item-content {
        padding: 1rem 0;
    }
}

.cid-tsxa4b6HMq .mbr-section-title {
    color: #ffffff;
}

.cid-tsxa4b6HMq .item-title {
    color: #ffffff;
}

.cid-tsxa4b6HMq .item-subtitle {
    color: #bec2cf;
}

.cid-tsxa4b6HMq .mbr-text,
.cid-tsxa4b6HMq .mbr-section-btn {
    color: #bbbbbb;
}

.cid-tsxa4b6HMq .mbr-link {
    color: #558ed5;
}

.cid-tsxa4bsRWX {
    padding-top: 3rem;
    padding-bottom: 2rem;
    background-color: #333333;
}

.cid-tsxa4bsRWX .mbr-iconfont {
    font-size: 1.4rem !important;
    font-family: 'Moririse2' !important;
    color: #558ed5;
    margin-left: 1rem;
    border-radius: 3rem;
    box-shadow: 0.6em 0.6em 1.2em #1f2124, -0.5em -0.5em 1em #333333;
    padding: 1.5rem;
}

.cid-tsxa4bsRWX .panel-group {
    border: none;
}

.cid-tsxa4bsRWX .panel-collapse {
    padding: 0 2rem;
}

.cid-tsxa4bsRWX .panel-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 3rem;
    box-shadow: 0.6em 0.6em 1.2em #1f2124, -0.5em -0.5em 1em #333333;
    padding: 2rem;
}

.cid-tsxa4bsRWX .panel-body,
.cid-tsxa4bsRWX .card-header {
    padding: 1rem 0;
}

.cid-tsxa4bsRWX .panel-title-edit {
    color: #ffffff;
}

.cid-tsxa4bsRWX .card .card-header {
    background-color: transparent;
    margin-bottom: 0;
    border: 0;
}

.cid-tsxa4bsRWX .card {
    overflow: visible;
}

.cid-tsxa4bsRWX .panel-text {
    color: #bbbbbb;
}

.cid-tsxa4bsRWX H3 {
    color: #558ed5;
}

.cid-tsxa4bPCRc {
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: #333333;
}

.cid-tsxa4bPCRc .mbr-overlay {
    background-color: #ffffff;
    opacity: 0.4;
}

.cid-tsxa4bPCRc .btn {
    padding: 1rem 3rem;
    border-radius: 2rem;
}

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

.cid-tsxa4bPCRc textarea {
    min-height: 200px;
}

.cid-tsxa4bPCRc .form-control,
.cid-tsxa4bPCRc .field-input {
    padding: 1.5rem 2rem;
    box-shadow: inset 1px 1px 2px 0 #d2dce9;
    background-color: #edeff3;
    border-radius: 3rem;
    border: 0!important;
    color: #ffffff;
    transition: 0.4s;
    outline: none;
}

.cid-tsxa4bPCRc .form-control::-webkit-input-placeholder,
.cid-tsxa4bPCRc .field-input::-webkit-input-placeholder,
.cid-tsxa4bPCRc .form-control::-webkit-input-placeholder,
.cid-tsxa4bPCRc .field-input::-webkit-input-placeholder {
    color: #558ed5;
}

.cid-tsxa4bPCRc .form-control:-moz-placeholder,
.cid-tsxa4bPCRc .field-input:-moz-placeholder,
.cid-tsxa4bPCRc .form-control:-moz-placeholder,
.cid-tsxa4bPCRc .field-input:-moz-placeholder {
    color: #558ed5;
}

.cid-tsxa4bPCRc .form-control:hover,
.cid-tsxa4bPCRc .field-input:hover,
.cid-tsxa4bPCRc .form-control:focus,
.cid-tsxa4bPCRc .field-input:focus {
    background-color: #edeff3;
    color: #ffffff;
    border: 0!important;
    box-shadow: inset 1px 1px 2px 0 #d2dce9;
    outline: none;
}

.cid-tsxa4bPCRc .form-control:hover::-webkit-input-placeholder,
.cid-tsxa4bPCRc .field-input:hover::-webkit-input-placeholder,
.cid-tsxa4bPCRc .form-control:focus::-webkit-input-placeholder,
.cid-tsxa4bPCRc .field-input:focus::-webkit-input-placeholder,
.cid-tsxa4bPCRc .form-control:hover::-webkit-input-placeholder,
.cid-tsxa4bPCRc .field-input:hover::-webkit-input-placeholder,
.cid-tsxa4bPCRc .form-control:focus::-webkit-input-placeholder,
.cid-tsxa4bPCRc .field-input:focus::-webkit-input-placeholder {
    color: #558ed5;
}

.cid-tsxa4bPCRc .form-control:hover:-moz-placeholder,
.cid-tsxa4bPCRc .field-input:hover:-moz-placeholder,
.cid-tsxa4bPCRc .form-control:focus:-moz-placeholder,
.cid-tsxa4bPCRc .field-input:focus:-moz-placeholder,
.cid-tsxa4bPCRc .form-control:hover:-moz-placeholder,
.cid-tsxa4bPCRc .field-input:hover:-moz-placeholder,
.cid-tsxa4bPCRc .form-control:focus:-moz-placeholder,
.cid-tsxa4bPCRc .field-input:focus:-moz-placeholder {
    color: #558ed5;
}

.cid-tsxa4bPCRc .jq-number__spin:hover,
.cid-tsxa4bPCRc .jq-number__spin:focus {
    background-color: #edeff3;
    color: #000000;
    box-shadow: none;
    outline: none;
}

.cid-tsxa4bPCRc .jq-number__spin {
    background-color: #edeff3;
    color: #ffffff;
    transition: 0.4s;
    box-shadow: none;
    outline: none;
}

.cid-tsxa4bPCRc .jq-selectbox li,
.cid-tsxa4bPCRc .jq-selectbox li {
    background-color: #edeff3;
    color: #000000;
}

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

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

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

.cid-tsxa4bPCRc input::-webkit-clear-button {
    display: none;
}

.cid-tsxa4bPCRc input::-webkit-inner-spin-button {
    display: none;
}

.cid-tsxa4bPCRc input::-webkit-outer-spin-button {
    display: none;
}

.cid-tsxa4bPCRc input::-webkit-calendar-picker-indicator {
    display: none;
}

.cid-tsxa4bPCRc H4 {
    color: #36187d;
}

.cid-tsxa4bPCRc .mbr-section-title {
    text-align: center;
    color: #558ed5;
}

.cid-tsxa4bPCRc P {
    text-align: center;
    color: #ffffff;
}

@media (max-width: 767px) {
    .cid-tsxa4bPCRc .form-row {
        flex-direction: column;
    }
}

.cid-tsxa4c7CCN {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #333333;
    overflow: hidden;
}

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

.cid-tsxa4c7CCN .mbr-text {
    color: #bec2cf;
}

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

.cid-tsx6uyJAl8 {
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: #333333;
}

.cid-tsx6uyJAl8 .mbr-overlay {
    background-color: #ffffff;
    opacity: 0.4;
}

.cid-tsx6uyJAl8 .btn {
    padding: 1rem 3rem;
    border-radius: 2rem;
}

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

.cid-tsx6uyJAl8 textarea {
    min-height: 200px;
}

.cid-tsx6uyJAl8 .form-control,
.cid-tsx6uyJAl8 .field-input {
    padding: 1.5rem 2rem;
    box-shadow: inset 1px 1px 2px 0 #d2dce9;
    background-color: #edeff3;
    border-radius: 3rem;
    border: 0!important;
    color: #000000;
    transition: 0.4s;
    outline: none;
}

.cid-tsx6uyJAl8 .form-control::-webkit-input-placeholder,
.cid-tsx6uyJAl8 .field-input::-webkit-input-placeholder,
.cid-tsx6uyJAl8 .form-control::-webkit-input-placeholder,
.cid-tsx6uyJAl8 .field-input::-webkit-input-placeholder {
    color: #36187d;
}

.cid-tsx6uyJAl8 .form-control:-moz-placeholder,
.cid-tsx6uyJAl8 .field-input:-moz-placeholder,
.cid-tsx6uyJAl8 .form-control:-moz-placeholder,
.cid-tsx6uyJAl8 .field-input:-moz-placeholder {
    color: #36187d;
}

.cid-tsx6uyJAl8 .form-control:hover,
.cid-tsx6uyJAl8 .field-input:hover,
.cid-tsx6uyJAl8 .form-control:focus,
.cid-tsx6uyJAl8 .field-input:focus {
    background-color: #edeff3;
    color: #232323;
    border: 0!important;
    box-shadow: inset 1px 1px 2px 0 #d2dce9;
    outline: none;
}

.cid-tsx6uyJAl8 .form-control:hover::-webkit-input-placeholder,
.cid-tsx6uyJAl8 .field-input:hover::-webkit-input-placeholder,
.cid-tsx6uyJAl8 .form-control:focus::-webkit-input-placeholder,
.cid-tsx6uyJAl8 .field-input:focus::-webkit-input-placeholder,
.cid-tsx6uyJAl8 .form-control:hover::-webkit-input-placeholder,
.cid-tsx6uyJAl8 .field-input:hover::-webkit-input-placeholder,
.cid-tsx6uyJAl8 .form-control:focus::-webkit-input-placeholder,
.cid-tsx6uyJAl8 .field-input:focus::-webkit-input-placeholder {
    color: #36187d;
}

.cid-tsx6uyJAl8 .form-control:hover:-moz-placeholder,
.cid-tsx6uyJAl8 .field-input:hover:-moz-placeholder,
.cid-tsx6uyJAl8 .form-control:focus:-moz-placeholder,
.cid-tsx6uyJAl8 .field-input:focus:-moz-placeholder,
.cid-tsx6uyJAl8 .form-control:hover:-moz-placeholder,
.cid-tsx6uyJAl8 .field-input:hover:-moz-placeholder,
.cid-tsx6uyJAl8 .form-control:focus:-moz-placeholder,
.cid-tsx6uyJAl8 .field-input:focus:-moz-placeholder {
    color: #36187d;
}

.cid-tsx6uyJAl8 .jq-number__spin:hover,
.cid-tsx6uyJAl8 .jq-number__spin:focus {
    background-color: #edeff3;
    color: #ffffff;
    box-shadow: none;
    outline: none;
}

.cid-tsx6uyJAl8 .jq-number__spin {
    background-color: #edeff3;
    color: #000000;
    transition: 0.4s;
    box-shadow: none;
    outline: none;
}

.cid-tsx6uyJAl8 .jq-selectbox li,
.cid-tsx6uyJAl8 .jq-selectbox li {
    background-color: #edeff3;
    color: #000000;
}

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

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

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

.cid-tsx6uyJAl8 input::-webkit-clear-button {
    display: none;
}

.cid-tsx6uyJAl8 input::-webkit-inner-spin-button {
    display: none;
}

.cid-tsx6uyJAl8 input::-webkit-outer-spin-button {
    display: none;
}

.cid-tsx6uyJAl8 input::-webkit-calendar-picker-indicator {
    display: none;
}

.cid-tsx6uyJAl8 H4 {
    color: #36187d;
}

.cid-tsx4SIxMTh {
    z-index: 1000;
    width: 100%;
    position: relative;
    min-height: 60px;
}

.cid-tsx4SIxMTh .container {
    max-width: 1400px;
    padding: 0 2rem;
    display: flex;
    margin: auto;
}

@media (max-width: 767px) {
    .cid-tsx4SIxMTh .container {
        padding: 0;
    }
}

.cid-tsx4SIxMTh .navbar {
    min-height: 140px;
    transition: all 0.3s;
    border-bottom: 1px solid transparent;
    background: #333333;
}

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

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

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

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

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

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

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

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

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

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

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

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

.cid-tsx4SIxMTh .navbar.collapsed .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

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

.cid-tsx4SIxMTh .navbar.navbar-short {
    min-height: 110px;
}

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

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

.cid-tsx4SIxMTh .nav-link {
    font-weight: 700;
    position: relative;
}

.cid-tsx4SIxMTh nav.navbar {
    position: fixed;
}

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

.cid-tsx4SIxMTh .dropdown-menu {
    padding: 0;
    border-radius: 4px;
}

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

.cid-tsx4SIxMTh .dropdown-item:hover,
.cid-tsx4SIxMTh .dropdown-item:focus {
    background: #558ed5 !important;
    color: white !important;
}

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

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

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

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

.cid-tsx4SIxMTh .iconfont-wrapper {
    color: #558ed5 !important;
    font-size: 1.5rem;
    padding-right: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cid-tsx4SIxMTh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background: #333333;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cid-tsx4SIxMTh .navbar-dropdown {
    padding: 0 1rem;
    position: fixed;
}

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

.cid-tsx4SIxMTh .icons-menu {
    flex-wrap: nowrap;
    display: flex;
    justify-content: center;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.3rem;
    text-align: center;
}

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

.cid-tsx4SIxMTh .icons-menu .mbr-iconfont {
    font-size: 1.5rem;
    padding: 1.5rem!important;
    margin: 0 0.3rem!important;
    box-shadow: 0.6em 0.6em 1.2em #1f2124, -0.5em -0.5em 1em #333333;
    border-radius: 50%;
    transition: all 0.3s;
}

.cid-tsx4SIxMTh .icons-menu .mbr-iconfont:hover {
    background: #666666;
}

.cid-tsx4SKDjle {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #333333;
}

.cid-tsx4SKDjle img,
.cid-tsx4SKDjle .item-img {
    border-radius: 2rem;
    transition: all 0.3s;
    overflow: hidden;
    width: 100%;
    height: 100%;
    height: 300px;
    object-fit: cover;
}

.cid-tsx4SKDjle .item:focus,
.cid-tsx4SKDjle span:focus {
    outline: none;
}

.cid-tsx4SKDjle .item {
    cursor: pointer;
    margin-bottom: 2rem;
}

.cid-tsx4SKDjle .item-wrapper {
    position: relative;
    padding: 1rem;
    border-radius: 3rem;
    background: #333333;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    box-shadow: 0.6em 0.6em 1.2em #1f2124, -0.5em -0.5em 1em #333333;
}

.cid-tsx4SKDjle .item-wrapper:hover img {
    transform: scale(1.05);
}

@media (max-width: 767px) {
    .cid-tsx4SKDjle .item-wrapper {
        border-radius: 2rem;
    }
}

.cid-tsx4SKDjle .item-content {
    padding: 1.5rem 1rem;
}

@media (max-width: 767px) {
    .cid-tsx4SKDjle .item-content {
        padding: 1rem 0;
    }
}

.cid-tsx4SKDjle .mbr-section-title {
    color: #ffffff;
}

.cid-tsx4SKDjle .item-title {
    color: #ffffff;
}

.cid-tsx4SKDjle .item-subtitle {
    color: #bec2cf;
}

.cid-tsx4SKDjle .mbr-text,
.cid-tsx4SKDjle .mbr-section-btn {
    color: #bbbbbb;
}

.cid-tsx4SKDjle .mbr-link {
    color: #558ed5;
}

.cid-tsx4SMETCw {
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: #333333;
}

.cid-tsx4SMETCw .mbr-overlay {
    background-color: #ffffff;
    opacity: 0.4;
}

.cid-tsx4SMETCw .btn {
    padding: 1rem 3rem;
    border-radius: 2rem;
}

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

.cid-tsx4SMETCw textarea {
    min-height: 200px;
}

.cid-tsx4SMETCw .form-control,
.cid-tsx4SMETCw .field-input {
    padding: 1.5rem 2rem;
    box-shadow: inset 1px 1px 2px 0 #d2dce9;
    background-color: #edeff3;
    border-radius: 3rem;
    border: 0!important;
    color: #ffffff;
    transition: 0.4s;
    outline: none;
}

.cid-tsx4SMETCw .form-control::-webkit-input-placeholder,
.cid-tsx4SMETCw .field-input::-webkit-input-placeholder,
.cid-tsx4SMETCw .form-control::-webkit-input-placeholder,
.cid-tsx4SMETCw .field-input::-webkit-input-placeholder {
    color: #558ed5;
}

.cid-tsx4SMETCw .form-control:-moz-placeholder,
.cid-tsx4SMETCw .field-input:-moz-placeholder,
.cid-tsx4SMETCw .form-control:-moz-placeholder,
.cid-tsx4SMETCw .field-input:-moz-placeholder {
    color: #558ed5;
}

.cid-tsx4SMETCw .form-control:hover,
.cid-tsx4SMETCw .field-input:hover,
.cid-tsx4SMETCw .form-control:focus,
.cid-tsx4SMETCw .field-input:focus {
    background-color: #edeff3;
    color: #ffffff;
    border: 0!important;
    box-shadow: inset 1px 1px 2px 0 #d2dce9;
    outline: none;
}

.cid-tsx4SMETCw .form-control:hover::-webkit-input-placeholder,
.cid-tsx4SMETCw .field-input:hover::-webkit-input-placeholder,
.cid-tsx4SMETCw .form-control:focus::-webkit-input-placeholder,
.cid-tsx4SMETCw .field-input:focus::-webkit-input-placeholder,
.cid-tsx4SMETCw .form-control:hover::-webkit-input-placeholder,
.cid-tsx4SMETCw .field-input:hover::-webkit-input-placeholder,
.cid-tsx4SMETCw .form-control:focus::-webkit-input-placeholder,
.cid-tsx4SMETCw .field-input:focus::-webkit-input-placeholder {
    color: #558ed5;
}

.cid-tsx4SMETCw .form-control:hover:-moz-placeholder,
.cid-tsx4SMETCw .field-input:hover:-moz-placeholder,
.cid-tsx4SMETCw .form-control:focus:-moz-placeholder,
.cid-tsx4SMETCw .field-input:focus:-moz-placeholder,
.cid-tsx4SMETCw .form-control:hover:-moz-placeholder,
.cid-tsx4SMETCw .field-input:hover:-moz-placeholder,
.cid-tsx4SMETCw .form-control:focus:-moz-placeholder,
.cid-tsx4SMETCw .field-input:focus:-moz-placeholder {
    color: #558ed5;
}

.cid-tsx4SMETCw .jq-number__spin:hover,
.cid-tsx4SMETCw .jq-number__spin:focus {
    background-color: #edeff3;
    color: #000000;
    box-shadow: none;
    outline: none;
}

.cid-tsx4SMETCw .jq-number__spin {
    background-color: #edeff3;
    color: #ffffff;
    transition: 0.4s;
    box-shadow: none;
    outline: none;
}

.cid-tsx4SMETCw .jq-selectbox li,
.cid-tsx4SMETCw .jq-selectbox li {
    background-color: #edeff3;
    color: #000000;
}

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

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

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

.cid-tsx4SMETCw input::-webkit-clear-button {
    display: none;
}

.cid-tsx4SMETCw input::-webkit-inner-spin-button {
    display: none;
}

.cid-tsx4SMETCw input::-webkit-outer-spin-button {
    display: none;
}

.cid-tsx4SMETCw input::-webkit-calendar-picker-indicator {
    display: none;
}

.cid-tsx4SMETCw H4 {
    color: #36187d;
}

.cid-tsx4SMETCw .mbr-section-title {
    text-align: center;
    color: #558ed5;
}

.cid-tsx4SMETCw P {
    text-align: center;
    color: #ffffff;
}

@media (max-width: 767px) {
    .cid-tsx4SMETCw .form-row {
        flex-direction: column;
    }
}

.cid-tsx4SN8Wyl {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #333333;
    overflow: hidden;
}

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

.cid-tsx4SN8Wyl .mbr-text {
    color: #bec2cf;
}

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

.cid-tsx8FoGAMG {
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: #333333;
}

.cid-tsx8FoGAMG .mbr-overlay {
    background-color: #ffffff;
    opacity: 0.4;
}

.cid-tsx8FoGAMG .btn {
    padding: 1rem 3rem;
    border-radius: 2rem;
}

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

.cid-tsx8FoGAMG textarea {
    min-height: 200px;
}

.cid-tsx8FoGAMG .form-control,
.cid-tsx8FoGAMG .field-input {
    padding: 1.5rem 2rem;
    box-shadow: inset 1px 1px 2px 0 #d2dce9;
    background-color: #edeff3;
    border-radius: 3rem;
    border: 0!important;
    color: #000000;
    transition: 0.4s;
    outline: none;
}

.cid-tsx8FoGAMG .form-control::-webkit-input-placeholder,
.cid-tsx8FoGAMG .field-input::-webkit-input-placeholder,
.cid-tsx8FoGAMG .form-control::-webkit-input-placeholder,
.cid-tsx8FoGAMG .field-input::-webkit-input-placeholder {
    color: #36187d;
}

.cid-tsx8FoGAMG .form-control:-moz-placeholder,
.cid-tsx8FoGAMG .field-input:-moz-placeholder,
.cid-tsx8FoGAMG .form-control:-moz-placeholder,
.cid-tsx8FoGAMG .field-input:-moz-placeholder {
    color: #36187d;
}

.cid-tsx8FoGAMG .form-control:hover,
.cid-tsx8FoGAMG .field-input:hover,
.cid-tsx8FoGAMG .form-control:focus,
.cid-tsx8FoGAMG .field-input:focus {
    background-color: #edeff3;
    color: #232323;
    border: 0!important;
    box-shadow: inset 1px 1px 2px 0 #d2dce9;
    outline: none;
}

.cid-tsx8FoGAMG .form-control:hover::-webkit-input-placeholder,
.cid-tsx8FoGAMG .field-input:hover::-webkit-input-placeholder,
.cid-tsx8FoGAMG .form-control:focus::-webkit-input-placeholder,
.cid-tsx8FoGAMG .field-input:focus::-webkit-input-placeholder,
.cid-tsx8FoGAMG .form-control:hover::-webkit-input-placeholder,
.cid-tsx8FoGAMG .field-input:hover::-webkit-input-placeholder,
.cid-tsx8FoGAMG .form-control:focus::-webkit-input-placeholder,
.cid-tsx8FoGAMG .field-input:focus::-webkit-input-placeholder {
    color: #36187d;
}

.cid-tsx8FoGAMG .form-control:hover:-moz-placeholder,
.cid-tsx8FoGAMG .field-input:hover:-moz-placeholder,
.cid-tsx8FoGAMG .form-control:focus:-moz-placeholder,
.cid-tsx8FoGAMG .field-input:focus:-moz-placeholder,
.cid-tsx8FoGAMG .form-control:hover:-moz-placeholder,
.cid-tsx8FoGAMG .field-input:hover:-moz-placeholder,
.cid-tsx8FoGAMG .form-control:focus:-moz-placeholder,
.cid-tsx8FoGAMG .field-input:focus:-moz-placeholder {
    color: #36187d;
}

.cid-tsx8FoGAMG .jq-number__spin:hover,
.cid-tsx8FoGAMG .jq-number__spin:focus {
    background-color: #edeff3;
    color: #ffffff;
    box-shadow: none;
    outline: none;
}

.cid-tsx8FoGAMG .jq-number__spin {
    background-color: #edeff3;
    color: #000000;
    transition: 0.4s;
    box-shadow: none;
    outline: none;
}

.cid-tsx8FoGAMG .jq-selectbox li,
.cid-tsx8FoGAMG .jq-selectbox li {
    background-color: #edeff3;
    color: #000000;
}

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

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

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

.cid-tsx8FoGAMG input::-webkit-clear-button {
    display: none;
}

.cid-tsx8FoGAMG input::-webkit-inner-spin-button {
    display: none;
}

.cid-tsx8FoGAMG input::-webkit-outer-spin-button {
    display: none;
}

.cid-tsx8FoGAMG input::-webkit-calendar-picker-indicator {
    display: none;
}

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

.cid-tsx8htHLTK {
    z-index: 1000;
    width: 100%;
    position: relative;
    min-height: 60px;
}

.cid-tsx8htHLTK .container {
    max-width: 1400px;
    padding: 0 2rem;
    display: flex;
    margin: auto;
}

@media (max-width: 767px) {
    .cid-tsx8htHLTK .container {
        padding: 0;
    }
}

.cid-tsx8htHLTK .navbar {
    min-height: 140px;
    transition: all 0.3s;
    border-bottom: 1px solid transparent;
    background: #333333;
}

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

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

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

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

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

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

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

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

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

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

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

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

.cid-tsx8htHLTK .navbar.collapsed .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

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

.cid-tsx8htHLTK .navbar.navbar-short {
    min-height: 110px;
}

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

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

.cid-tsx8htHLTK .nav-link {
    font-weight: 700;
    position: relative;
}

.cid-tsx8htHLTK nav.navbar {
    position: fixed;
}

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

.cid-tsx8htHLTK .dropdown-menu {
    padding: 0;
    border-radius: 4px;
}

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

.cid-tsx8htHLTK .dropdown-item:hover,
.cid-tsx8htHLTK .dropdown-item:focus {
    background: #558ed5 !important;
    color: white !important;
}

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

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

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

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

.cid-tsx8htHLTK .iconfont-wrapper {
    color: #558ed5 !important;
    font-size: 1.5rem;
    padding-right: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cid-tsx8htHLTK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background: #333333;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cid-tsx8htHLTK .navbar-dropdown {
    padding: 0 1rem;
    position: fixed;
}

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

.cid-tsx8htHLTK .icons-menu {
    flex-wrap: nowrap;
    display: flex;
    justify-content: center;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.3rem;
    text-align: center;
}

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

.cid-tsx8htHLTK .icons-menu .mbr-iconfont {
    font-size: 1.5rem;
    padding: 1.5rem!important;
    margin: 0 0.3rem!important;
    box-shadow: 0.6em 0.6em 1.2em #1f2124, -0.5em -0.5em 1em #333333;
    border-radius: 50%;
    transition: all 0.3s;
}

.cid-tsx8htHLTK .icons-menu .mbr-iconfont:hover {
    background: #666666;
}

.cid-tsx8hvG46P {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #333333;
    overflow: hidden;
}

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

.cid-tsx8hvG46P .mbr-text {
    color: #bec2cf;
}

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

.cid-tsx96qk9O9 {
    padding-top: 7rem;
    padding-bottom: 7rem;
    background-color: #333333;
}

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

@media (max-width: 991px) {
    .cid-tsx96qk9O9 .row {
        flex-direction: column-reverse;
    }
    .cid-tsx96qk9O9 .image-wrapper {
        margin-bottom: 2rem;
    }
    .cid-tsx96qk9O9 .card-wrapper {
        padding: 0 1rem;
    }
}

@media (min-width: 992px) {
    .cid-tsx96qk9O9 .card-wrapper {
        padding-right: 2rem;
    }
}

.cid-tsx96qk9O9 .image-wrapper img {
    /*width: 100%;*/
    box-shadow: 0.6em 0.6em 1.2em #1f2124, -0.5em -0.5em 1em #333333;
    /*object-fit: cover;*/
    height: auto;
    border-radius: 3rem;
}

.cid-tsx96qk9O9 .card-title {
    color: #558ed5;
}

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

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

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

.cid-tsx8VmWwHh {
    z-index: 1000;
    width: 100%;
    position: relative;
    min-height: 60px;
}

.cid-tsx8VmWwHh .container {
    max-width: 1400px;
    padding: 0 2rem;
    display: flex;
    margin: auto;
}

@media (max-width: 767px) {
    .cid-tsx8VmWwHh .container {
        padding: 0;
    }
}

.cid-tsx8VmWwHh .navbar {
    min-height: 140px;
    transition: all 0.3s;
    border-bottom: 1px solid transparent;
    background: #333333;
}

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

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

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

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

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

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

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

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

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

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

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

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

.cid-tsx8VmWwHh .navbar.collapsed .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

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

.cid-tsx8VmWwHh .navbar.navbar-short {
    min-height: 110px;
}

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

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

.cid-tsx8VmWwHh .nav-link {
    font-weight: 700;
    position: relative;
}

.cid-tsx8VmWwHh nav.navbar {
    position: fixed;
}

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

.cid-tsx8VmWwHh .dropdown-menu {
    padding: 0;
    border-radius: 4px;
}

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

.cid-tsx8VmWwHh .dropdown-item:hover,
.cid-tsx8VmWwHh .dropdown-item:focus {
    background: #558ed5 !important;
    color: white !important;
}

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

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

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

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

.cid-tsx8VmWwHh .iconfont-wrapper {
    color: #558ed5 !important;
    font-size: 1.5rem;
    padding-right: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cid-tsx8VmWwHh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background: #333333;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cid-tsx8VmWwHh .navbar-dropdown {
    padding: 0 1rem;
    position: fixed;
}

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

.cid-tsx8VmWwHh .icons-menu {
    flex-wrap: nowrap;
    display: flex;
    justify-content: center;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.3rem;
    text-align: center;
}

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

.cid-tsx8VmWwHh .icons-menu .mbr-iconfont {
    font-size: 1.5rem;
    padding: 1.5rem!important;
    margin: 0 0.3rem!important;
    box-shadow: 0.6em 0.6em 1.2em #1f2124, -0.5em -0.5em 1em #333333;
    border-radius: 50%;
    transition: all 0.3s;
}

.cid-tsx8VmWwHh .icons-menu .mbr-iconfont:hover {
    background: #666666;
}

.cid-tsx98hcha7 {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: #333333;
}

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

.cid-tsx98hcha7 .mbr-text {
    color: #bbbbbb;
}

.cid-tsx8Vns2nB {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #333333;
    overflow: hidden;
}

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

.cid-tsx8Vns2nB .mbr-text {
    color: #bec2cf;
}

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

.cid-tsxa0ngOn5 {
    padding-top: 7rem;
    padding-bottom: 7rem;
    background-color: #333333;
}

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

@media (max-width: 991px) {
    .cid-tsxa0ngOn5 .row {
        flex-direction: column-reverse;
    }
    .cid-tsxa0ngOn5 .image-wrapper {
        margin-bottom: 2rem;
    }
    .cid-tsxa0ngOn5 .card-wrapper {
        padding: 0 1rem;
    }
}

@media (min-width: 992px) {
    .cid-tsxa0ngOn5 .card-wrapper {
        padding-right: 2rem;
    }
}

.cid-tsxa0ngOn5 .image-wrapper img {
    width: 100%;
    box-shadow: 0.6em 0.6em 1.2em #1f2124, -0.5em -0.5em 1em #333333;
    object-fit: cover;
    border-radius: 3rem;
}

.cid-tsxa0ngOn5 .card-title {
    color: #558ed5;
}

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

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

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

.cid-tsxa0nKFro {
    z-index: 1000;
    width: 100%;
    position: relative;
    min-height: 60px;
}

.cid-tsxa0nKFro .container {
    max-width: 1400px;
    padding: 0 2rem;
    display: flex;
    margin: auto;
}

@media (max-width: 767px) {
    .cid-tsxa0nKFro .container {
        padding: 0;
    }
}

.cid-tsxa0nKFro .navbar {
    min-height: 140px;
    transition: all 0.3s;
    border-bottom: 1px solid transparent;
    background: #333333;
}

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

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

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

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

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

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

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

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

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

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

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

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

.cid-tsxa0nKFro .navbar.collapsed .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

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

.cid-tsxa0nKFro .navbar.navbar-short {
    min-height: 110px;
}

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

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

.cid-tsxa0nKFro .nav-link {
    font-weight: 700;
    position: relative;
}

.cid-tsxa0nKFro nav.navbar {
    position: fixed;
}

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

.cid-tsxa0nKFro .dropdown-menu {
    padding: 0;
    border-radius: 4px;
}

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

.cid-tsxa0nKFro .dropdown-item:hover,
.cid-tsxa0nKFro .dropdown-item:focus {
    background: #558ed5 !important;
    color: white !important;
}

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

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

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

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

.cid-tsxa0nKFro .iconfont-wrapper {
    color: #558ed5 !important;
    font-size: 1.5rem;
    padding-right: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cid-tsxa0nKFro .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background: #333333;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cid-tsxa0nKFro .navbar-dropdown {
    padding: 0 1rem;
    position: fixed;
}

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

.cid-tsxa0nKFro .icons-menu {
    flex-wrap: nowrap;
    display: flex;
    justify-content: center;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.3rem;
    text-align: center;
}

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

.cid-tsxa0nKFro .icons-menu .mbr-iconfont {
    font-size: 1.5rem;
    padding: 1.5rem!important;
    margin: 0 0.3rem!important;
    box-shadow: 0.6em 0.6em 1.2em #1f2124, -0.5em -0.5em 1em #333333;
    border-radius: 50%;
    transition: all 0.3s;
}

.cid-tsxa0nKFro .icons-menu .mbr-iconfont:hover {
    background: #666666;
}

.cid-tsxahRVSlZ {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #333333;
}

.cid-tsxahRVSlZ .mbr-media {
    position: relative;
}

.cid-tsxahRVSlZ .mbr-media img {
    width: 100%;
    object-fit: cover;
    border-radius: 3rem;
}

.cid-tsxahRVSlZ .box {
    box-shadow: 0.6em 0.6em 1.2em #1f2124, -0.5em -0.5em 1em #333333;
    border-radius: 3rem;
}

.cid-tsxahRVSlZ .icon-wrap {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.cid-tsxahRVSlZ .mbr-iconfont {
    font-size: 3rem;
    color: #0196e3;
    padding: 2rem;
    border-radius: 50%;
    transition: all 0.3s;
    background: #dae2ec;
}

.cid-tsxahRVSlZ .modalWindow {
    position: fixed;
    z-index: 5000;
    left: 0;
    top: 0;
    background-color: rgba(61, 61, 61, 0.65);
    width: 100%;
    height: 100%;
}

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

.cid-tsxahRVSlZ .modalWindow .modalWindow-video {
    height: calc(44.9943757vw);
    width: 80vw;
    margin: 0 auto;
}

.cid-tsxahRVSlZ a {
    text-decoration: none!important;
}

.cid-tsxahRVSlZ .close {
    position: fixed;
    opacity: 1;
    font-size: 22px;
    font-weight: 300;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #fff;
    top: 2.5rem;
    right: 2.5rem;
    border: 2px solid #fff;
    text-shadow: none;
    z-index: 5;
    transition: opacity 0.3s ease;
    align-items: center;
    justify-content: center;
    display: flex;
}

.cid-tsxahRVSlZ .close:hover {
    opacity: 1;
    background: #000;
    color: #fff;
}

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

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

.cid-tsxakQS50c {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #333333;
}

.cid-tsxakQS50c .mbr-iconfont {
    font-size: 1.4rem !important;
    font-family: 'Moririse2' !important;
    color: #558ed5;
    margin-left: 1rem;
    border-radius: 3rem;
    box-shadow: 0.6em 0.6em 1.2em #1f2124, -0.5em -0.5em 1em #333333;
    padding: 1.5rem;
}

.cid-tsxakQS50c .panel-group {
    border: none;
}

.cid-tsxakQS50c .panel-collapse {
    padding: 0 2rem;
}

.cid-tsxakQS50c .panel-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 3rem;
    box-shadow: 0.6em 0.6em 1.2em #1f2124, -0.5em -0.5em 1em #333333;
    padding: 2rem;
}

.cid-tsxakQS50c .panel-body,
.cid-tsxakQS50c .card-header {
    padding: 1rem 0;
}

.cid-tsxakQS50c .panel-title-edit {
    color: #ffffff;
}

.cid-tsxakQS50c .card .card-header {
    background-color: transparent;
    margin-bottom: 0;
    border: 0;
}

.cid-tsxakQS50c .card {
    overflow: visible;
}

.cid-tsxakQS50c .panel-text {
    color: #bbbbbb;
}

.cid-tsxakQS50c H3 {
    color: #558ed5;
}

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

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

.cid-tsxa0otZWi {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #333333;
    overflow: hidden;
}

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

.cid-tsxa0otZWi .mbr-text {
    color: #bec2cf;
}

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