@charset "UTF-8";
section {
    background-color: #ffffff;
}

body {
    font-style: normal;
    line-height: 1.5;
    font-weight: 400;
    color: #232323;
    position: relative;
}

button {
    background-color: transparent;
    border-color: transparent;
}

section,
.container,
.container-fluid {
    position: relative;
    word-wrap: break-word;
}

a.mbr-iconfont:hover {
    text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
    margin-bottom: 0;
}

a {
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
}
a,
a:hover {
    text-decoration: none;
}

.mbr-section-title {
    font-style: normal;
    line-height: 1.3;
}

.mbr-section-subtitle {
    line-height: 1.3;
}

.mbr-text {
    font-style: normal;
    line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
    line-height: 1.25;
    word-break: break-word;
    word-wrap: break-word;
    font-weight: 400;
}

b,
strong {
    font-weight: bold;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition-delay: 9999s;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
}

textarea[type="hidden"] {
    display: none;
}

section {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.hidden {
    visibility: hidden;
}

.mbr-z-index20 {
    z-index: 20;
}

/*! Base colors */
.mbr-white {
    color: #ffffff;
}

.mbr-black {
    color: #111111;
}

.mbr-bg-white {
    background-color: #ffffff;
}

.mbr-bg-black {
    background-color: #000000;
}

/*! Text-aligns */
.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

@media (max-width: 767px) {
    .align-right,
    .align-left {
        text-align: center;
    }
}
/*! Font-weight  */
.mbr-light {
    font-weight: 300;
}

.mbr-regular {
    font-weight: 400;
}

.mbr-semibold {
    font-weight: 500;
}

.mbr-bold {
    font-weight: 700;
}

/*! Media  */
.media-content {
    flex-basis: 100%;
}

.media-container-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: start;
}
.media-container-row .media-size-item {
    width: 400px;
}

.media-container-column {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: stretch;
}
.media-container-column > * {
    width: 100%;
}

@media (min-width: 992px) {
    .media-container-row {
        flex-wrap: nowrap;
    }
}
figure {
    margin-bottom: 0;
    overflow: hidden;
}

figure[mbr-media-size] {
    transition: width 0.1s;
}

img,
iframe {
    display: block;
    width: 100%;
}

.card {
    background-color: transparent;
    border: none;
}

.card-box {
    width: 100%;
}

.card-img {
    text-align: center;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}

.media {
    max-width: 100%;
    margin: 0 auto;
}

.mbr-figure {
    align-self: center;
}

.media-container > div {
    max-width: 100%;
}

.mbr-figure img,
.card-img img {
    width: 100%;
}

@media (max-width: 991px) {
    .media-size-item {
        width: auto !important;
    }

    .media {
        width: auto;
    }

    .mbr-figure {
        width: 100% !important;
    }
}
/*! Buttons */
.mbr-section-btn {
    margin-left: -0.6rem;
    margin-right: -0.6rem;
    font-size: 0;
}

.btn {
    font-weight: 600;
    border-width: 1px;
    font-style: normal;
    margin: 0.6rem 0.6rem;
    white-space: normal;
    transition: all 0.2s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
}

.btn-sm {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
}

.btn-md {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
}

.btn-lg {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
}

.btn-form {
    margin: 0;
}
.btn-form:hover {
    cursor: pointer;
}

nav .mbr-section-btn {
    margin-left: 0rem;
    margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
    order: 1;
    cursor: pointer;
    margin-left: 0.5rem;
    vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
    margin-left: 0.8rem;
}

.mbr-regular {
    font-weight: 400;
}

.mbr-semibold {
    font-weight: 500;
}

.mbr-bold {
    font-weight: 700;
}

[type="submit"] {
    -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
    min-height: 100vh;
}

.mbr-fullscreen {
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
    min-height: 100vh;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

/*! Map */
.map {
    height: 25rem;
    position: relative;
}
.map iframe {
    width: 100%;
    height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
    bottom: 25px;
    right: 90px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #ffffff;
    font-size: 22px;
}

.mbr-arrow-up a {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 60px;
    width: 60px;
    border: 2px solid #fff;
    outline-style: none !important;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    text-align: center;
}
.mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
    line-height: 60px;
}

.mbr-arrow-up-icon {
    display: block;
    color: #fff;
}

.mbr-arrow-up-icon::before {
    content: "›";
    display: inline-block;
    font-family: serif;
    font-size: 22px;
    line-height: 1;
    font-style: normal;
    position: relative;
    top: 6px;
    left: -4px;
    transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
    position: absolute;
    bottom: 45px;
    left: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background-color: rgba(80, 80, 80, 0.5);
    border-radius: 50%;
    transform: translateX(-50%);
}
@media (max-width: 767px) {
    .mbr-arrow {
        display: none;
    }
}
.mbr-arrow > a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite;
    color: #ffffff;
}
.mbr-arrow > a > i {
    position: absolute;
    top: -2px;
    left: 15px;
    font-size: 2rem;
}

#scrollToTop a i::before {
    content: "";
    position: absolute;
    display: block;
    border-bottom: 2.5px solid #fff;
    border-left: 2.5px solid #fff;
    width: 27.8%;
    height: 27.8%;
    left: 50%;
    top: 51%;
    transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
    }
}
@-webkit-keyframes arrowdown {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
    }
}
@media (max-width: 500px) {
    .mbr-arrow-up {
        left: 0;
        right: 0;
        text-align: center;
    }
}
/*Gradients animation*/
@keyframes gradient-animation {
    from {
        background-position: 0% 100%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    to {
        background-position: 100% 0%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
}
@-webkit-keyframes gradient-animation {
    from {
        background-position: 0% 100%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    to {
        background-position: 100% 0%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
}
.bg-gradient {
    background-size: 200% 200%;
    animation: gradient-animation 5s infinite alternate;
    -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
    display: -webkit-flex;
}
.menu .navbar-brand span {
    display: flex;
    display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
    display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
    display: -webkit-flex;
    width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
    .menu .navbar-toggleable-sm .navbar-nav {
        display: -ms-flexbox;
    }
}
@media (max-width: 991px) {
    .menu .navbar-collapse {
        max-height: 93.5vh;
    }
    .menu .navbar-collapse.show {
        overflow: auto;
    }
}
@media (min-width: 992px) {
    .menu .navbar-nav.nav-dropdown {
        display: -webkit-flex;
    }
    .menu .navbar-toggleable-sm .navbar-collapse {
        display: -webkit-flex !important;
    }
    .menu .collapsed .navbar-collapse {
        max-height: 93.5vh;
    }
    .menu .collapsed .navbar-collapse.show {
        overflow: auto;
    }
}
@media (max-width: 767px) {
    .menu .navbar-collapse {
        max-height: 80vh;
    }
}

.nav-link .mbr-iconfont {
    margin-right: 0.5rem;
}

.navbar {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
}

.navbar-collapse {
    -webkit-flex-basis: 100%;
    -webkit-flex-grow: 1;
    -webkit-align-items: center;
}

.nav-dropdown .link {
    padding: 0.667em 1.667em !important;
    margin: 0 !important;
}

.nav {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
}

.row {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
}

.justify-content-center {
    -webkit-justify-content: center;
}

.form-inline {
    display: -webkit-flex;
}

.card-wrapper {
    -webkit-flex: 1;
}

.carousel-control {
    z-index: 10;
    display: -webkit-flex;
}

.carousel-controls {
    display: -webkit-flex;
}

.media {
    display: -webkit-flex;
}

.form-group:focus {
    outline: none;
}

.jq-selectbox__select {
    padding: 7px 0;
    position: relative;
}

.jq-selectbox__dropdown {
    overflow: hidden;
    border-radius: 10px;
    position: absolute;
    top: 100%;
    left: 0 !important;
    width: 100% !important;
}

.jq-selectbox__trigger-arrow {
    right: 0;
    transform: translateY(-50%);
}

.jq-selectbox li {
    padding: 1.07em 0.5em;
}

input[type="range"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
    height: 100%;
}

.modal-dialog .carousel-inner {
    height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
    .modal-dialog .carousel-inner {
        height: calc(100vh - 1rem);
    }
}

.carousel-item {
    text-align: center;
}

.carousel-item img {
    margin: auto;
}

.navbar-toggler {
    align-self: flex-start;
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none;
    box-shadow: none;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

.navbar-toggler-left {
    position: absolute;
    left: 1rem;
}

.navbar-toggler-right {
    position: absolute;
    right: 1rem;
}

.card-img {
    width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
    flex-direction: column;
}

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

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
    bottom: initial !important;
}

html,
body {
    height: auto;
    min-height: 100vh;
}

.dropup .dropdown-toggle::after {
    display: none;
}

.form-asterisk {
    font-family: initial;
    position: absolute;
    top: -2px;
    font-weight: normal;
}

.form-control-label {
    position: relative;
    cursor: pointer;
    margin-bottom: 0.357em;
    padding: 0;
}

.alert {
    color: #ffffff;
    border-radius: 0;
    border: 0;
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 1.875rem;
    padding: 1.25rem;
    position: relative;
    text-align: center;
}
.alert.alert-form::after {
    background-color: inherit;
    bottom: -7px;
    content: "";
    display: block;
    height: 14px;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    transform: rotate(45deg);
    width: 14px;
}

.form-control {
    background-color: #ffffff;
    background-clip: border-box;
    color: #232323;
    line-height: 1rem !important;
    height: auto;
    padding: 0.6rem 1.2rem;
    transition: border-color 0.25s ease 0s;
    border: 1px solid transparent !important;
    border-radius: 4px;
    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;
}
.form-active .form-control:invalid {
    border-color: red;
}

form .row {
    margin-left: -0.6rem;
    margin-right: -0.6rem;
}
form .row [class*="col"] {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}

form .mbr-section-btn {
    margin: 0;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}

form .btn {
    display: flex;
    padding: 0.6rem 1.2rem;
    margin: 0;
}

form .form-check-input {
    margin-top: 0.5;
}

textarea.form-control {
    line-height: 1.5rem !important;
}

.form-group {
    margin-bottom: 1.2rem;
}

.form-control,
form .btn {
    min-height: 48px;
}

.gdpr-block label span.textGDPR input[name="gdpr"] {
    top: 7px;
}

.form-control:focus {
    box-shadow: none;
}

:focus {
    outline: none;
}

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

blockquote {
    font-style: italic;
    padding: 3rem;
    font-size: 1.09rem;
    position: relative;
    border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
    margin-bottom: 2.3125rem;
}

.mt-4 {
    margin-top: 2rem !important;
}

.mb-4 {
    margin-bottom: 2rem !important;
}

@media (max-width: 992px) {
    .md-pb {
        margin-bottom: 2rem;
    }
}

@media (min-width: 992px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .row {
        margin-left: -16px;
        margin-right: -16px;
    }
    .row > [class*="col"] {
        padding-left: 16px;
        padding-right: 16px;
    }
}
@media (min-width: 768px) {
    .container-fluid {
        padding-left: 32px;
        padding-right: 32px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .mbr-container {
        padding-left: 32px;
        padding-right: 32px;
    }
}
@media (max-width: 767px) {
    .mbr-container {
        padding-left: 16px;
        padding-right: 16px;
    }
}
.card-wrapper,
.item-wrapper {
    overflow: hidden;
}

.app-video-wrapper > img {
    opacity: 1;
}

.item {
    position: relative;
}

.dropdown-menu .dropdown-menu {
    left: 100%;
}

.dropdown-item + .dropdown-menu {
    display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
    display: block;
}
.btn {
  border-width: 2px;
}
body {
  font-family: 'Inter', sans-serif;
}
.display-1 {
  font-family: 'Inter', sans-serif;
  font-size: 2.4rem;
  line-height: 1.2;
}
.display-1 > .mbr-iconfont {
  font-size: 3rem;
}
.display-2 {
  font-family: 'Inter', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Inter', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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: 1.92rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.68rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 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))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 2rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #d8182f !important;
}
.bg-info {
  background-color: #d8182f !important;
}
.bg-warning {
  background-color: #d8182f !important;
}
.bg-danger {
  background-color: #d8182f !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: #000000 2px 2px 20px 0px;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fc656b !important;
  border-color: #fc656b !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #fc656b !important;
  border-color: #fc656b !important;
  box-shadow: #fc656b 2px 2px 20px 0px;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #fa1019 !important;
  border-color: #fa1019 !important;
}
.btn-info,
.btn-info:active {
  background-color: #d8182f !important;
  border-color: #d8182f !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #d8182f !important;
  border-color: #d8182f !important;
  box-shadow: #d8182f 2px 2px 20px 0px;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #8a0f1e !important;
  border-color: #8a0f1e !important;
}
.btn-success,
.btn-success:active {
  background-color: #d8182f !important;
  border-color: #d8182f !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #d8182f !important;
  border-color: #d8182f !important;
  box-shadow: #d8182f 2px 2px 20px 0px;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #8a0f1e !important;
  border-color: #8a0f1e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #d8182f !important;
  border-color: #d8182f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #d8182f !important;
  border-color: #d8182f !important;
  box-shadow: #d8182f 2px 2px 20px 0px;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #8a0f1e !important;
  border-color: #8a0f1e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d8182f !important;
  border-color: #d8182f !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #d8182f !important;
  border-color: #d8182f !important;
  box-shadow: #d8182f 2px 2px 20px 0px;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8a0f1e !important;
  border-color: #8a0f1e !important;
}
.btn-white {
  color: #000000 !important;
  background-color: white;
}
.btn-white,
.btn-white:active {
  background-color: white !important;
  border-color: white !important;
  color: #000000 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #000000 !important;
  background-color: white !important;
  border-color: white !important;
  box-shadow: white 2px 2px 20px 0px;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #000000 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-white:hover,
.btn-white:active {
  color: #000000 !important;
  box-shadow: #000000 2px 2px 20px 0px;
}
.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: #232323 !important;
  border-color: #232323 !important;
  box-shadow: #232323 2px 2px 20px 0px;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #fc656b;
  color: #fc656b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #fa1019 !important;
  background-color: transparent !important;
  border-color: #fa1019 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #fc656b !important;
  border-color: #fc656b !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #d8182f;
  color: #d8182f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #8a0f1e !important;
  background-color: transparent !important;
  border-color: #8a0f1e !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #d8182f !important;
  border-color: #d8182f !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #d8182f;
  color: #d8182f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #8a0f1e !important;
  background-color: transparent !important;
  border-color: #8a0f1e !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #d8182f !important;
  border-color: #d8182f !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #d8182f;
  color: #d8182f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #8a0f1e !important;
  background-color: transparent !important;
  border-color: #8a0f1e !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d8182f !important;
  border-color: #d8182f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #d8182f;
  color: #d8182f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #8a0f1e !important;
  background-color: transparent !important;
  border-color: #8a0f1e !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d8182f !important;
  border-color: #d8182f !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  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: #000000 !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: #fafafa;
  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: #cfcfcf !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: #000000 !important;
}
.text-secondary {
  color: #fc656b !important;
}
.text-success {
  color: #d8182f !important;
}
.text-info {
  color: #d8182f !important;
}
.text-warning {
  color: #d8182f !important;
}
.text-danger {
  color: #d8182f !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #f6050e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #7c0e1b !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #7c0e1b !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #7c0e1b !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #7c0e1b !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #d8182f;
}
.alert-warning {
  background-color: #d8182f;
}
.alert-danger {
  background-color: #d8182f;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f8c4ca;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f8c4ca;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f8c4ca;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f8c4ca;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.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: #000000;
  border-bottom-color: #000000;
}
.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: #000000 !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: #fc656b !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='%23000000' %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-sQksmcj3KA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sQksmcj3KA .btn {
  padding: 0.3rem 2rem;
}
.cid-sQksmcj3KA .nav-link {
  position: relative;
}
.cid-sQksmcj3KA .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #000000;
}
.cid-sQksmcj3KA .nav-link:hover:before {
  width: 100%;
}
.cid-sQksmcj3KA nav.navbar {
  position: fixed;
}
.cid-sQksmcj3KA .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-sQksmcj3KA .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sQksmcj3KA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sQksmcj3KA .dropdown-item:hover,
.cid-sQksmcj3KA .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-sQksmcj3KA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sQksmcj3KA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sQksmcj3KA .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-sQksmcj3KA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sQksmcj3KA .container {
  display: flex;
  margin: auto;
}
.cid-sQksmcj3KA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sQksmcj3KA .dropdown-menu,
.cid-sQksmcj3KA .navbar.opened {
  background: #ffffff !important;
}
.cid-sQksmcj3KA .nav-item:focus,
.cid-sQksmcj3KA .nav-link:focus {
  outline: none;
}
.cid-sQksmcj3KA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sQksmcj3KA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sQksmcj3KA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sQksmcj3KA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sQksmcj3KA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQksmcj3KA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQksmcj3KA .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-sQksmcj3KA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sQksmcj3KA .navbar.opened {
  transition: all 0.3s;
}
.cid-sQksmcj3KA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sQksmcj3KA .navbar .navbar-logo img {
  width: auto;
}
.cid-sQksmcj3KA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sQksmcj3KA .navbar.collapsed {
  justify-content: center;
}
.cid-sQksmcj3KA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sQksmcj3KA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sQksmcj3KA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-sQksmcj3KA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sQksmcj3KA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sQksmcj3KA .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-sQksmcj3KA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sQksmcj3KA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sQksmcj3KA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sQksmcj3KA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sQksmcj3KA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sQksmcj3KA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sQksmcj3KA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sQksmcj3KA .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-sQksmcj3KA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sQksmcj3KA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sQksmcj3KA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sQksmcj3KA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sQksmcj3KA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sQksmcj3KA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sQksmcj3KA .navbar.navbar-short {
  min-height: 60px;
}
.cid-sQksmcj3KA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sQksmcj3KA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sQksmcj3KA .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-sQksmcj3KA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sQksmcj3KA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sQksmcj3KA .dropdown-item.active,
.cid-sQksmcj3KA .dropdown-item:active {
  background-color: transparent;
}
.cid-sQksmcj3KA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sQksmcj3KA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sQksmcj3KA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sQksmcj3KA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sQksmcj3KA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sQksmcj3KA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQksmcj3KA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sQksmcj3KA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sQksmcj3KA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sQksmcj3KA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sQksmcj3KA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQksmcj3KA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQksmcj3KA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQksmcj3KA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQksmcj3KA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQksmcj3KA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQksmcj3KA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQksmcj3KA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQksmcj3KA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sQksmcj3KA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sQksmcj3KA .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-sQksmcj3KA .navbar {
    height: 70px;
  }
  .cid-sQksmcj3KA .navbar.opened {
    height: auto;
  }
  .cid-sQksmcj3KA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQksrcs27E {
  padding-top: 4.28rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sQksrcs27E .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-sQksrcs27E .mbr-text,
.cid-sQksrcs27E .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-sQksrcs27E .mbr-section-subtitle {
  color: #fc656b;
  text-align: left;
}
.cid-sQksrcs27E img {
  border-radius: 2rem;
}
.cid-uanGDMuepH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uanGDMuepH p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uanGDMuepH .row {
    justify-content: flex-start !important;
  }
}
.cid-uanGDMuepH .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uanGDMuepH .mbr-section-title {
  text-align: center;
}
.cid-uanGDMuepH .mbr-section-subtitle {
  text-align: center;
}
.cid-uanGDMuepH .card-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uanGDMuepH .card-container {
    margin-bottom: 2rem;
  }
}
.cid-uanGDMuepH .card-wrapper {
  display: flex;
  flex: auto;
  flex-grow: 0;
  padding: 1rem 0 2rem;
}
@media (max-width: 767px) {
  .cid-uanGDMuepH .card-wrapper {
    padding-bottom: 1rem;
  }
}
.cid-uanGDMuepH .mbr-iconfont {
  font-size: 3rem;
  padding-right: 1rem;
  color: #FC656B;
}
.cid-tvKdfWvIbs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #faf8fb;
}
.cid-tvKdfWvIbs .mbr-text,
.cid-tvKdfWvIbs .mbr-section-btn {
  color: #000000;
}
.cid-tvKdfWvIbs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvKdfWvIbs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sWRDz5eRnJ {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sWRDz5eRnJ .iconfont-wrapper {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.cid-sWRDz5eRnJ .card-box {
  z-index: 2;
  position: relative;
}
.cid-sWRDz5eRnJ .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
  background: #fc656b;
  width: 80px;
  padding: 10px;
  text-align: center;
  border-radius: 6px;
}
.cid-sWRDz5eRnJ .mbr-iconfont-big {
  font-size: 16rem;
  color: #fc656b;
  position: absolute;
  bottom: -5rem;
  right: -4rem;
  z-index: -1;
  transition: all 0.6s;
  opacity: 0.1;
}
.cid-sWRDz5eRnJ .card-title,
.cid-sWRDz5eRnJ .card-text,
.cid-sWRDz5eRnJ .card-number {
  transition: all 0.3s;
}
.cid-sWRDz5eRnJ .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 4rem 3rem;
  border-radius: 6px;
  background: #ffeaec;
  transition: all 0.3s;
}
.cid-sWRDz5eRnJ .card-wrapper:hover {
  background: #fc656b;
}
.cid-sWRDz5eRnJ .card-wrapper:hover .mbr-iconfont-big {
  color: #ffffff;
  transform: rotate(-20deg);
}
.cid-sWRDz5eRnJ .card-wrapper:hover .card-title,
.cid-sWRDz5eRnJ .card-wrapper:hover .card-text,
.cid-sWRDz5eRnJ .card-wrapper:hover .card-number {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sWRDz5eRnJ .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sWRDz5eRnJ .card-title,
.cid-sWRDz5eRnJ .iconfont-wrapper {
  color: #2a0e43;
  text-align: center;
}
.cid-sWRDz5eRnJ .card-text {
  color: #000000;
  text-align: center;
}
.cid-sWRDz5eRnJ .card-number {
  color: #000000;
  text-align: center;
}
.cid-sWRDz5eRnJ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-sWRDz5eRnJ .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-sWZoGNCXYc {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #faf8fb;
}
.cid-sWZoGNCXYc .mbr-text,
.cid-sWZoGNCXYc .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-sWZoGNCXYc .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-sQksKdBRli {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-sQksKdBRli .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sQksKdBRli .team-card:hover {
  transform: translateY(-10px);
}
.cid-sQksKdBRli .card-wrap {
  background: #faf8fb;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #efefef;
}
@media (max-width: 991px) {
  .cid-sQksKdBRli .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sQksKdBRli .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-sQksKdBRli .card-wrap .content-wrap {
  padding: 1rem;
}
.cid-sQksKdBRli .card-text {
  padding-bottom: 1rem;
}
.cid-sQksKdBRli .social-row {
  text-align: center;
}
.cid-sQksKdBRli .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 12px;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.8rem;
  background: #fc656b;
  transition: all 0.3s;
  border: 2px solid transparent;
}
.cid-sQksKdBRli .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-sQksKdBRli .social-row .soc-item:hover {
  background: #ffffff;
  border: 2px solid #fc656b;
}
.cid-sQksKdBRli .social-row .soc-item:hover .mbr-iconfont {
  color: #fc656b;
}
.cid-sQksKdBRli .card-title,
.cid-sQksKdBRli .social-row {
  color: #d8182f;
  text-align: center;
}
.cid-sQksKdBRli .mbr-role,
.cid-sQksKdBRli .social-row {
  color: #fc656b;
  text-align: left;
}
.cid-sQksKdBRli .card-text,
.cid-sQksKdBRli .mbr-section-btn,
.cid-sQksKdBRli .social-row {
  color: #000000;
  text-align: left;
}
.cid-sQksKdBRli .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-sQksKdBRli .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-tvKepeOjJi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #faf8fb;
}
.cid-tvKepeOjJi .mbr-text,
.cid-tvKepeOjJi .mbr-section-btn {
  color: #000000;
}
.cid-tvKepeOjJi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvKepeOjJi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sWRrdesnVP {
  padding-top: 8rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-sWRrdesnVP .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #fc656b;
  transition: all 0.3s;
  margin-bottom: 1rem;
}
.cid-sWRrdesnVP .card-title {
  transition: all 0.3s;
}
.cid-sWRrdesnVP .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-sWRrdesnVP .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: #fc656b;
  position: absolute;
}
.cid-sWRrdesnVP .card-wrapper {
  transition: all 0.3s;
  padding: 1.5rem 1rem;
  background: #faf8fb;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sWRrdesnVP .card-wrapper:hover {
  background: #fc656b;
  box-shadow: 5px 5px 30px 0 #fc656b;
}
.cid-sWRrdesnVP .card-wrapper:hover .mbr-iconfont,
.cid-sWRrdesnVP .card-wrapper:hover .card-title {
  color: #ffffff;
}
.cid-sWRrdesnVP .card-title,
.cid-sWRrdesnVP .card-box {
  color: #000000;
}
.cid-sWRrdesnVP .main-title,
.cid-sWRrdesnVP .title-col {
  text-align: center;
  color: #000000;
}
.cid-tvKepUohA6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #faf8fb;
}
.cid-tvKepUohA6 .mbr-text,
.cid-tvKepUohA6 .mbr-section-btn {
  color: #000000;
}
.cid-tvKepUohA6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvKepUohA6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sQktR2ODZ2 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sQktR2ODZ2 .progress {
  width: 100%;
}
.cid-sQktR2ODZ2 p {
  margin-bottom: 0.4rem;
}
.cid-sQktR2ODZ2 .progressbar-title {
  padding-bottom: 1rem;
}
.cid-sQktR2ODZ2 .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-sQktR2ODZ2 progress {
  height: 10px;
}
.cid-sQktR2ODZ2 .progressbar-number {
  display: inline-block;
  width: 50px;
}
.cid-sQktR2ODZ2 .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-sQktR2ODZ2 .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-sQktR2ODZ2 .progress_value {
  position: relative;
}
.cid-sQktR2ODZ2 .progress1 .progressbar-number:before,
.cid-sQktR2ODZ2 .progress2 .progressbar-number:before,
.cid-sQktR2ODZ2 .progress3 .progressbar-number:before,
.cid-sQktR2ODZ2 .progress4 .progressbar-number:before,
.cid-sQktR2ODZ2 .progress5 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-sQktR2ODZ2 progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-sQktR2ODZ2 progress::-webkit-progress-value {
  background: #fc656b;
}
.cid-sQktR2ODZ2 progress[value]::-moz-progress-bar {
  background: #fc656b;
}
.cid-sQktR2ODZ2 progress::-ms-fill {
  background: #fc656b;
}
.cid-sQktR2ODZ2 .progress1 .progressbar-number:before {
  content: "100";
}
.cid-sQktR2ODZ2 .progress2 .progressbar-number:before {
  content: "100";
}
.cid-sQktR2ODZ2 .progress3 .progressbar-number:before {
  content: "100";
}
.cid-sQktR2ODZ2 .progress4 .progressbar-number:before {
  content: "100";
}
.cid-sQktR2ODZ2 .progress5 .progressbar-number:before {
  content: "100";
}
.cid-sQktR2ODZ2 .section-content-text {
  color: #454545;
}
.cid-sQktR2ODZ2 .progressbar-title p,
.cid-sQktR2ODZ2 .progress_value {
  color: #000000;
}
.cid-sQktR2ODZ2 .mbr-section-subtitle {
  color: #454545;
}
.cid-sQktR2ODZ2 .section-content-title {
  text-align: center;
  color: #000000;
}
.cid-tueIzVIyqr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #faf8fb;
}
.cid-tueIzVIyqr p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tueIzVIyqr .row {
    justify-content: flex-start !important;
  }
}
.cid-tueIzVIyqr .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-tueIzVIyqr .mbr-section-title {
  text-align: center;
}
.cid-tueIzVIyqr .mbr-section-subtitle {
  text-align: center;
}
.cid-tueIzVIyqr .card-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-tueIzVIyqr .card-container {
    margin-bottom: 2rem;
  }
}
.cid-tueIzVIyqr .card-wrapper {
  display: flex;
  flex: auto;
  flex-grow: 0;
  padding: 1rem 0 2rem;
}
@media (max-width: 767px) {
  .cid-tueIzVIyqr .card-wrapper {
    padding-bottom: 1rem;
  }
}
.cid-tueIzVIyqr .mbr-iconfont {
  font-size: 3rem;
  padding-right: 1rem;
  color: #FC656B;
}
.cid-tA4VpwYd49 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fc656b;
}
.cid-tA4VpwYd49 p {
  text-align: center;
}
.cid-tA4VpwYd49 .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tA4VpwYd49 .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tA4VpwYd49 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  text-align: left;
}
.cid-tA4VpwYd49 .logo-footer {
  line-height: normal;
}
.cid-tA4VpwYd49 .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tA4VpwYd49 .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-tA4VpwYd49 .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-tA4VpwYd49 li {
  overflow: hidden;
}
.cid-tA4VpwYd49 .icon-transition span {
  display: block;
}
.cid-tA4VpwYd49 .icon-transition:hover span {
  animation: 0.3s linear top;
}
.cid-tA4VpwYd49 .list-inline-item a {
  display: block;
}
.cid-tA4VpwYd49 .list-inline-item:hover a {
  animation: 0.3s linear top;
}
@keyframes top {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-100%);
  }
  51% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tA4VpwYd49 .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tA4VpwYd49 .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tA4VpwYd49 .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-tA4VpwYd49 .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tA4VpwYd49 .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tA4VpwYd49 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-tA4VpwYd49 .logo-footer {
    text-align: center;
  }
  .cid-tA4VpwYd49 .social-media {
    justify-content: center;
  }
}
@charset "UTF-8";
section {
    background-color: #ffffff;
}

body {
    font-style: normal;
    line-height: 1.5;
    font-weight: 400;
    color: #232323;
    position: relative;
}

button {
    background-color: transparent;
    border-color: transparent;
}

section,
.container,
.container-fluid {
    position: relative;
    word-wrap: break-word;
}

a.mbr-iconfont:hover {
    text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
    margin-bottom: 0;
}

a {
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
}
a,
a:hover {
    text-decoration: none;
}

.mbr-section-title {
    font-style: normal;
    line-height: 1.3;
}

.mbr-section-subtitle {
    line-height: 1.3;
}

.mbr-text {
    font-style: normal;
    line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
    line-height: 1.25;
    word-break: break-word;
    word-wrap: break-word;
    font-weight: 400;
}

b,
strong {
    font-weight: bold;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition-delay: 9999s;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
}

textarea[type="hidden"] {
    display: none;
}

section {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.hidden {
    visibility: hidden;
}

.mbr-z-index20 {
    z-index: 20;
}

/*! Base colors */
.mbr-white {
    color: #ffffff;
}

.mbr-black {
    color: #111111;
}

.mbr-bg-white {
    background-color: #ffffff;
}

.mbr-bg-black {
    background-color: #000000;
}

/*! Text-aligns */
.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

@media (max-width: 767px) {
    .align-right,
    .align-left {
        text-align: center;
    }
}
/*! Font-weight  */
.mbr-light {
    font-weight: 300;
}

.mbr-regular {
    font-weight: 400;
}

.mbr-semibold {
    font-weight: 500;
}

.mbr-bold {
    font-weight: 700;
}

/*! Media  */
.media-content {
    flex-basis: 100%;
}

.media-container-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: start;
}
.media-container-row .media-size-item {
    width: 400px;
}

.media-container-column {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: stretch;
}
.media-container-column > * {
    width: 100%;
}

@media (min-width: 992px) {
    .media-container-row {
        flex-wrap: nowrap;
    }
}
figure {
    margin-bottom: 0;
    overflow: hidden;
}

figure[mbr-media-size] {
    transition: width 0.1s;
}

img,
iframe {
    display: block;
    width: 100%;
}

.card {
    background-color: transparent;
    border: none;
}

.card-box {
    width: 100%;
}

.card-img {
    text-align: center;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}

.media {
    max-width: 100%;
    margin: 0 auto;
}

.mbr-figure {
    align-self: center;
}

.media-container > div {
    max-width: 100%;
}

.mbr-figure img,
.card-img img {
    width: 100%;
}

@media (max-width: 991px) {
    .media-size-item {
        width: auto !important;
    }

    .media {
        width: auto;
    }

    .mbr-figure {
        width: 100% !important;
    }
}
/*! Buttons */
.mbr-section-btn {
    margin-left: -0.6rem;
    margin-right: -0.6rem;
    font-size: 0;
}

.btn {
    font-weight: 600;
    border-width: 1px;
    font-style: normal;
    margin: 0.6rem 0.6rem;
    white-space: normal;
    transition: all 0.2s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
}

.btn-sm {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
}

.btn-md {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
}

.btn-lg {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
}

.btn-form {
    margin: 0;
}
.btn-form:hover {
    cursor: pointer;
}

nav .mbr-section-btn {
    margin-left: 0rem;
    margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
    order: 1;
    cursor: pointer;
    margin-left: 0.5rem;
    vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
    margin-left: 0.8rem;
}

.mbr-regular {
    font-weight: 400;
}

.mbr-semibold {
    font-weight: 500;
}

.mbr-bold {
    font-weight: 700;
}

[type="submit"] {
    -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
    min-height: 100vh;
}

.mbr-fullscreen {
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
    min-height: 100vh;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

/*! Map */
.map {
    height: 25rem;
    position: relative;
}
.map iframe {
    width: 100%;
    height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
    bottom: 25px;
    right: 90px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #ffffff;
    font-size: 22px;
}

.mbr-arrow-up a {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 60px;
    width: 60px;
    border: 2px solid #fff;
    outline-style: none !important;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    text-align: center;
}
.mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
    line-height: 60px;
}

.mbr-arrow-up-icon {
    display: block;
    color: #fff;
}

.mbr-arrow-up-icon::before {
    content: "›";
    display: inline-block;
    font-family: serif;
    font-size: 22px;
    line-height: 1;
    font-style: normal;
    position: relative;
    top: 6px;
    left: -4px;
    transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
    position: absolute;
    bottom: 45px;
    left: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background-color: rgba(80, 80, 80, 0.5);
    border-radius: 50%;
    transform: translateX(-50%);
}
@media (max-width: 767px) {
    .mbr-arrow {
        display: none;
    }
}
.mbr-arrow > a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite;
    color: #ffffff;
}
.mbr-arrow > a > i {
    position: absolute;
    top: -2px;
    left: 15px;
    font-size: 2rem;
}

#scrollToTop a i::before {
    content: "";
    position: absolute;
    display: block;
    border-bottom: 2.5px solid #fff;
    border-left: 2.5px solid #fff;
    width: 27.8%;
    height: 27.8%;
    left: 50%;
    top: 51%;
    transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
    }
}
@-webkit-keyframes arrowdown {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
    }
}
@media (max-width: 500px) {
    .mbr-arrow-up {
        left: 0;
        right: 0;
        text-align: center;
    }
}
/*Gradients animation*/
@keyframes gradient-animation {
    from {
        background-position: 0% 100%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    to {
        background-position: 100% 0%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
}
@-webkit-keyframes gradient-animation {
    from {
        background-position: 0% 100%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    to {
        background-position: 100% 0%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
}
.bg-gradient {
    background-size: 200% 200%;
    animation: gradient-animation 5s infinite alternate;
    -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
    display: -webkit-flex;
}
.menu .navbar-brand span {
    display: flex;
    display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
    display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
    display: -webkit-flex;
    width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
    .menu .navbar-toggleable-sm .navbar-nav {
        display: -ms-flexbox;
    }
}
@media (max-width: 991px) {
    .menu .navbar-collapse {
        max-height: 93.5vh;
    }
    .menu .navbar-collapse.show {
        overflow: auto;
    }
}
@media (min-width: 992px) {
    .menu .navbar-nav.nav-dropdown {
        display: -webkit-flex;
    }
    .menu .navbar-toggleable-sm .navbar-collapse {
        display: -webkit-flex !important;
    }
    .menu .collapsed .navbar-collapse {
        max-height: 93.5vh;
    }
    .menu .collapsed .navbar-collapse.show {
        overflow: auto;
    }
}
@media (max-width: 767px) {
    .menu .navbar-collapse {
        max-height: 80vh;
    }
}

.nav-link .mbr-iconfont {
    margin-right: 0.5rem;
}

.navbar {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
}

.navbar-collapse {
    -webkit-flex-basis: 100%;
    -webkit-flex-grow: 1;
    -webkit-align-items: center;
}

.nav-dropdown .link {
    padding: 0.667em 1.667em !important;
    margin: 0 !important;
}

.nav {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
}

.row {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
}

.justify-content-center {
    -webkit-justify-content: center;
}

.form-inline {
    display: -webkit-flex;
}

.card-wrapper {
    -webkit-flex: 1;
}

.carousel-control {
    z-index: 10;
    display: -webkit-flex;
}

.carousel-controls {
    display: -webkit-flex;
}

.media {
    display: -webkit-flex;
}

.form-group:focus {
    outline: none;
}

.jq-selectbox__select {
    padding: 7px 0;
    position: relative;
}

.jq-selectbox__dropdown {
    overflow: hidden;
    border-radius: 10px;
    position: absolute;
    top: 100%;
    left: 0 !important;
    width: 100% !important;
}

.jq-selectbox__trigger-arrow {
    right: 0;
    transform: translateY(-50%);
}

.jq-selectbox li {
    padding: 1.07em 0.5em;
}

input[type="range"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
    height: 100%;
}

.modal-dialog .carousel-inner {
    height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
    .modal-dialog .carousel-inner {
        height: calc(100vh - 1rem);
    }
}

.carousel-item {
    text-align: center;
}

.carousel-item img {
    margin: auto;
}

.navbar-toggler {
    align-self: flex-start;
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none;
    box-shadow: none;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

.navbar-toggler-left {
    position: absolute;
    left: 1rem;
}

.navbar-toggler-right {
    position: absolute;
    right: 1rem;
}

.card-img {
    width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
    flex-direction: column;
}

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

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
    bottom: initial !important;
}

html,
body {
    height: auto;
    min-height: 100vh;
}

.dropup .dropdown-toggle::after {
    display: none;
}

.form-asterisk {
    font-family: initial;
    position: absolute;
    top: -2px;
    font-weight: normal;
}

.form-control-label {
    position: relative;
    cursor: pointer;
    margin-bottom: 0.357em;
    padding: 0;
}

.alert {
    color: #ffffff;
    border-radius: 0;
    border: 0;
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 1.875rem;
    padding: 1.25rem;
    position: relative;
    text-align: center;
}
.alert.alert-form::after {
    background-color: inherit;
    bottom: -7px;
    content: "";
    display: block;
    height: 14px;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    transform: rotate(45deg);
    width: 14px;
}

.form-control {
    background-color: #ffffff;
    background-clip: border-box;
    color: #232323;
    line-height: 1rem !important;
    height: auto;
    padding: 0.6rem 1.2rem;
    transition: border-color 0.25s ease 0s;
    border: 1px solid transparent !important;
    border-radius: 4px;
    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;
}
.form-active .form-control:invalid {
    border-color: red;
}

form .row {
    margin-left: -0.6rem;
    margin-right: -0.6rem;
}
form .row [class*="col"] {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}

form .mbr-section-btn {
    margin: 0;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}

form .btn {
    display: flex;
    padding: 0.6rem 1.2rem;
    margin: 0;
}

form .form-check-input {
    margin-top: 0.5;
}

textarea.form-control {
    line-height: 1.5rem !important;
}

.form-group {
    margin-bottom: 1.2rem;
}

.form-control,
form .btn {
    min-height: 48px;
}

.gdpr-block label span.textGDPR input[name="gdpr"] {
    top: 7px;
}

.form-control:focus {
    box-shadow: none;
}

:focus {
    outline: none;
}

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

blockquote {
    font-style: italic;
    padding: 3rem;
    font-size: 1.09rem;
    position: relative;
    border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
    margin-bottom: 2.3125rem;
}

.mt-4 {
    margin-top: 2rem !important;
}

.mb-4 {
    margin-bottom: 2rem !important;
}

@media (max-width: 992px) {
    .md-pb {
        margin-bottom: 2rem;
    }
}

@media (min-width: 992px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .row {
        margin-left: -16px;
        margin-right: -16px;
    }
    .row > [class*="col"] {
        padding-left: 16px;
        padding-right: 16px;
    }
}
@media (min-width: 768px) {
    .container-fluid {
        padding-left: 32px;
        padding-right: 32px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .mbr-container {
        padding-left: 32px;
        padding-right: 32px;
    }
}
@media (max-width: 767px) {
    .mbr-container {
        padding-left: 16px;
        padding-right: 16px;
    }
}
.card-wrapper,
.item-wrapper {
    overflow: hidden;
}

.app-video-wrapper > img {
    opacity: 1;
}

.item {
    position: relative;
}

.dropdown-menu .dropdown-menu {
    left: 100%;
}

.dropdown-item + .dropdown-menu {
    display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
    display: block;
}
.cid-sX2AVmdXpn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sX2AVmdXpn .btn {
  padding: 0.3rem 2rem;
}
.cid-sX2AVmdXpn .nav-link {
  position: relative;
}
.cid-sX2AVmdXpn .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #000000;
}
.cid-sX2AVmdXpn .nav-link:hover:before {
  width: 100%;
}
.cid-sX2AVmdXpn nav.navbar {
  position: fixed;
}
.cid-sX2AVmdXpn .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-sX2AVmdXpn .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sX2AVmdXpn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sX2AVmdXpn .dropdown-item:hover,
.cid-sX2AVmdXpn .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-sX2AVmdXpn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sX2AVmdXpn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sX2AVmdXpn .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-sX2AVmdXpn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sX2AVmdXpn .container {
  display: flex;
  margin: auto;
}
.cid-sX2AVmdXpn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sX2AVmdXpn .dropdown-menu,
.cid-sX2AVmdXpn .navbar.opened {
  background: #ffffff !important;
}
.cid-sX2AVmdXpn .nav-item:focus,
.cid-sX2AVmdXpn .nav-link:focus {
  outline: none;
}
.cid-sX2AVmdXpn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sX2AVmdXpn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sX2AVmdXpn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sX2AVmdXpn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sX2AVmdXpn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sX2AVmdXpn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sX2AVmdXpn .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-sX2AVmdXpn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sX2AVmdXpn .navbar.opened {
  transition: all 0.3s;
}
.cid-sX2AVmdXpn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sX2AVmdXpn .navbar .navbar-logo img {
  width: auto;
}
.cid-sX2AVmdXpn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sX2AVmdXpn .navbar.collapsed {
  justify-content: center;
}
.cid-sX2AVmdXpn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sX2AVmdXpn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sX2AVmdXpn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-sX2AVmdXpn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sX2AVmdXpn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sX2AVmdXpn .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-sX2AVmdXpn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sX2AVmdXpn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sX2AVmdXpn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sX2AVmdXpn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sX2AVmdXpn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sX2AVmdXpn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sX2AVmdXpn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sX2AVmdXpn .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-sX2AVmdXpn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sX2AVmdXpn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sX2AVmdXpn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sX2AVmdXpn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sX2AVmdXpn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sX2AVmdXpn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sX2AVmdXpn .navbar.navbar-short {
  min-height: 60px;
}
.cid-sX2AVmdXpn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sX2AVmdXpn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sX2AVmdXpn .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-sX2AVmdXpn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sX2AVmdXpn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sX2AVmdXpn .dropdown-item.active,
.cid-sX2AVmdXpn .dropdown-item:active {
  background-color: transparent;
}
.cid-sX2AVmdXpn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sX2AVmdXpn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sX2AVmdXpn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sX2AVmdXpn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sX2AVmdXpn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sX2AVmdXpn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sX2AVmdXpn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sX2AVmdXpn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sX2AVmdXpn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sX2AVmdXpn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sX2AVmdXpn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sX2AVmdXpn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sX2AVmdXpn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sX2AVmdXpn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sX2AVmdXpn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sX2AVmdXpn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sX2AVmdXpn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sX2AVmdXpn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sX2AVmdXpn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sX2AVmdXpn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sX2AVmdXpn .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-sX2AVmdXpn .navbar {
    height: 70px;
  }
  .cid-sX2AVmdXpn .navbar.opened {
    height: auto;
  }
  .cid-sX2AVmdXpn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sX2Bflg5kx {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-sX2Bflg5kx .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-sX2Bflg5kx .mbr-text,
.cid-sX2Bflg5kx .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-sX2Bflg5kx .mbr-section-subtitle {
  color: #d8182f;
  text-align: left;
}
.cid-sX2Bflg5kx img {
  border-radius: 2rem;
}
.cid-sX2DxEYUcu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sX2DxEYUcu blockquote {
  border-color: currentColor;
  padding: 0.5rem 1.5rem;
}
.cid-sX2DxEYUcu .quote {
  color: #e43f3f;
}
.cid-sX2DxEYUcu .quote,
.cid-sX2DxEYUcu blockquote {
  color: #fc656b;
}
.cid-sX2DxEYUcu .mbr-text {
  color: #000000;
}
.cid-sX2DxEYUcu .mbr-section-title {
  color: #000000;
}
.cid-sX2EaqcZAp {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-sX2EaqcZAp blockquote {
  border-color: currentColor;
  padding: 0.5rem 1.5rem;
}
.cid-sX2EaqcZAp .quote {
  color: #e43f3f;
}
.cid-sX2EaqcZAp .quote,
.cid-sX2EaqcZAp blockquote {
  color: #353535;
}
.cid-sX2EaqcZAp .mbr-section-title {
  color: #000000;
}
.cid-sX2EaqcZAp .mbr-text {
  color: #000000;
}
.cid-tA4VpwYd49 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fc656b;
}
.cid-tA4VpwYd49 p {
  text-align: center;
}
.cid-tA4VpwYd49 .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tA4VpwYd49 .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tA4VpwYd49 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  text-align: left;
}
.cid-tA4VpwYd49 .logo-footer {
  line-height: normal;
}
.cid-tA4VpwYd49 .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tA4VpwYd49 .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-tA4VpwYd49 .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-tA4VpwYd49 li {
  overflow: hidden;
}
.cid-tA4VpwYd49 .icon-transition span {
  display: block;
}
.cid-tA4VpwYd49 .icon-transition:hover span {
  animation: 0.3s linear top;
}
.cid-tA4VpwYd49 .list-inline-item a {
  display: block;
}
.cid-tA4VpwYd49 .list-inline-item:hover a {
  animation: 0.3s linear top;
}
@keyframes top {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-100%);
  }
  51% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tA4VpwYd49 .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tA4VpwYd49 .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tA4VpwYd49 .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-tA4VpwYd49 .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tA4VpwYd49 .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tA4VpwYd49 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-tA4VpwYd49 .logo-footer {
    text-align: center;
  }
  .cid-tA4VpwYd49 .social-media {
    justify-content: center;
  }
}
@charset "UTF-8";
section {
    background-color: #ffffff;
}

body {
    font-style: normal;
    line-height: 1.5;
    font-weight: 400;
    color: #232323;
    position: relative;
}

button {
    background-color: transparent;
    border-color: transparent;
}

section,
.container,
.container-fluid {
    position: relative;
    word-wrap: break-word;
}

a.mbr-iconfont:hover {
    text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
    margin-bottom: 0;
}

a {
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
}
a,
a:hover {
    text-decoration: none;
}

.mbr-section-title {
    font-style: normal;
    line-height: 1.3;
}

.mbr-section-subtitle {
    line-height: 1.3;
}

.mbr-text {
    font-style: normal;
    line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
    line-height: 1.25;
    word-break: break-word;
    word-wrap: break-word;
    font-weight: 400;
}

b,
strong {
    font-weight: bold;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition-delay: 9999s;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
}

textarea[type="hidden"] {
    display: none;
}

section {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.hidden {
    visibility: hidden;
}

.mbr-z-index20 {
    z-index: 20;
}

/*! Base colors */
.mbr-white {
    color: #ffffff;
}

.mbr-black {
    color: #111111;
}

.mbr-bg-white {
    background-color: #ffffff;
}

.mbr-bg-black {
    background-color: #000000;
}

/*! Text-aligns */
.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

@media (max-width: 767px) {
    .align-right,
    .align-left {
        text-align: center;
    }
}
/*! Font-weight  */
.mbr-light {
    font-weight: 300;
}

.mbr-regular {
    font-weight: 400;
}

.mbr-semibold {
    font-weight: 500;
}

.mbr-bold {
    font-weight: 700;
}

/*! Media  */
.media-content {
    flex-basis: 100%;
}

.media-container-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: start;
}
.media-container-row .media-size-item {
    width: 400px;
}

.media-container-column {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: stretch;
}
.media-container-column > * {
    width: 100%;
}

@media (min-width: 992px) {
    .media-container-row {
        flex-wrap: nowrap;
    }
}
figure {
    margin-bottom: 0;
    overflow: hidden;
}

figure[mbr-media-size] {
    transition: width 0.1s;
}

img,
iframe {
    display: block;
    width: 100%;
}

.card {
    background-color: transparent;
    border: none;
}

.card-box {
    width: 100%;
}

.card-img {
    text-align: center;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}

.media {
    max-width: 100%;
    margin: 0 auto;
}

.mbr-figure {
    align-self: center;
}

.media-container > div {
    max-width: 100%;
}

.mbr-figure img,
.card-img img {
    width: 100%;
}

@media (max-width: 991px) {
    .media-size-item {
        width: auto !important;
    }

    .media {
        width: auto;
    }

    .mbr-figure {
        width: 100% !important;
    }
}
/*! Buttons */
.mbr-section-btn {
    margin-left: -0.6rem;
    margin-right: -0.6rem;
    font-size: 0;
}

.btn {
    font-weight: 600;
    border-width: 1px;
    font-style: normal;
    margin: 0.6rem 0.6rem;
    white-space: normal;
    transition: all 0.2s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
}

.btn-sm {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
}

.btn-md {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
}

.btn-lg {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
}

.btn-form {
    margin: 0;
}
.btn-form:hover {
    cursor: pointer;
}

nav .mbr-section-btn {
    margin-left: 0rem;
    margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
    order: 1;
    cursor: pointer;
    margin-left: 0.5rem;
    vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
    margin-left: 0.8rem;
}

.mbr-regular {
    font-weight: 400;
}

.mbr-semibold {
    font-weight: 500;
}

.mbr-bold {
    font-weight: 700;
}

[type="submit"] {
    -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
    min-height: 100vh;
}

.mbr-fullscreen {
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
    min-height: 100vh;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

/*! Map */
.map {
    height: 25rem;
    position: relative;
}
.map iframe {
    width: 100%;
    height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
    bottom: 25px;
    right: 90px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #ffffff;
    font-size: 22px;
}

.mbr-arrow-up a {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 60px;
    width: 60px;
    border: 2px solid #fff;
    outline-style: none !important;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    text-align: center;
}
.mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
    line-height: 60px;
}

.mbr-arrow-up-icon {
    display: block;
    color: #fff;
}

.mbr-arrow-up-icon::before {
    content: "›";
    display: inline-block;
    font-family: serif;
    font-size: 22px;
    line-height: 1;
    font-style: normal;
    position: relative;
    top: 6px;
    left: -4px;
    transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
    position: absolute;
    bottom: 45px;
    left: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background-color: rgba(80, 80, 80, 0.5);
    border-radius: 50%;
    transform: translateX(-50%);
}
@media (max-width: 767px) {
    .mbr-arrow {
        display: none;
    }
}
.mbr-arrow > a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite;
    color: #ffffff;
}
.mbr-arrow > a > i {
    position: absolute;
    top: -2px;
    left: 15px;
    font-size: 2rem;
}

#scrollToTop a i::before {
    content: "";
    position: absolute;
    display: block;
    border-bottom: 2.5px solid #fff;
    border-left: 2.5px solid #fff;
    width: 27.8%;
    height: 27.8%;
    left: 50%;
    top: 51%;
    transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
    }
}
@-webkit-keyframes arrowdown {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
    }
}
@media (max-width: 500px) {
    .mbr-arrow-up {
        left: 0;
        right: 0;
        text-align: center;
    }
}
/*Gradients animation*/
@keyframes gradient-animation {
    from {
        background-position: 0% 100%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    to {
        background-position: 100% 0%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
}
@-webkit-keyframes gradient-animation {
    from {
        background-position: 0% 100%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    to {
        background-position: 100% 0%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
}
.bg-gradient {
    background-size: 200% 200%;
    animation: gradient-animation 5s infinite alternate;
    -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
    display: -webkit-flex;
}
.menu .navbar-brand span {
    display: flex;
    display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
    display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
    display: -webkit-flex;
    width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
    .menu .navbar-toggleable-sm .navbar-nav {
        display: -ms-flexbox;
    }
}
@media (max-width: 991px) {
    .menu .navbar-collapse {
        max-height: 93.5vh;
    }
    .menu .navbar-collapse.show {
        overflow: auto;
    }
}
@media (min-width: 992px) {
    .menu .navbar-nav.nav-dropdown {
        display: -webkit-flex;
    }
    .menu .navbar-toggleable-sm .navbar-collapse {
        display: -webkit-flex !important;
    }
    .menu .collapsed .navbar-collapse {
        max-height: 93.5vh;
    }
    .menu .collapsed .navbar-collapse.show {
        overflow: auto;
    }
}
@media (max-width: 767px) {
    .menu .navbar-collapse {
        max-height: 80vh;
    }
}

.nav-link .mbr-iconfont {
    margin-right: 0.5rem;
}

.navbar {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
}

.navbar-collapse {
    -webkit-flex-basis: 100%;
    -webkit-flex-grow: 1;
    -webkit-align-items: center;
}

.nav-dropdown .link {
    padding: 0.667em 1.667em !important;
    margin: 0 !important;
}

.nav {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
}

.row {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
}

.justify-content-center {
    -webkit-justify-content: center;
}

.form-inline {
    display: -webkit-flex;
}

.card-wrapper {
    -webkit-flex: 1;
}

.carousel-control {
    z-index: 10;
    display: -webkit-flex;
}

.carousel-controls {
    display: -webkit-flex;
}

.media {
    display: -webkit-flex;
}

.form-group:focus {
    outline: none;
}

.jq-selectbox__select {
    padding: 7px 0;
    position: relative;
}

.jq-selectbox__dropdown {
    overflow: hidden;
    border-radius: 10px;
    position: absolute;
    top: 100%;
    left: 0 !important;
    width: 100% !important;
}

.jq-selectbox__trigger-arrow {
    right: 0;
    transform: translateY(-50%);
}

.jq-selectbox li {
    padding: 1.07em 0.5em;
}

input[type="range"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
    height: 100%;
}

.modal-dialog .carousel-inner {
    height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
    .modal-dialog .carousel-inner {
        height: calc(100vh - 1rem);
    }
}

.carousel-item {
    text-align: center;
}

.carousel-item img {
    margin: auto;
}

.navbar-toggler {
    align-self: flex-start;
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none;
    box-shadow: none;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

.navbar-toggler-left {
    position: absolute;
    left: 1rem;
}

.navbar-toggler-right {
    position: absolute;
    right: 1rem;
}

.card-img {
    width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
    flex-direction: column;
}

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

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
    bottom: initial !important;
}

html,
body {
    height: auto;
    min-height: 100vh;
}

.dropup .dropdown-toggle::after {
    display: none;
}

.form-asterisk {
    font-family: initial;
    position: absolute;
    top: -2px;
    font-weight: normal;
}

.form-control-label {
    position: relative;
    cursor: pointer;
    margin-bottom: 0.357em;
    padding: 0;
}

.alert {
    color: #ffffff;
    border-radius: 0;
    border: 0;
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 1.875rem;
    padding: 1.25rem;
    position: relative;
    text-align: center;
}
.alert.alert-form::after {
    background-color: inherit;
    bottom: -7px;
    content: "";
    display: block;
    height: 14px;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    transform: rotate(45deg);
    width: 14px;
}

.form-control {
    background-color: #ffffff;
    background-clip: border-box;
    color: #232323;
    line-height: 1rem !important;
    height: auto;
    padding: 0.6rem 1.2rem;
    transition: border-color 0.25s ease 0s;
    border: 1px solid transparent !important;
    border-radius: 4px;
    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;
}
.form-active .form-control:invalid {
    border-color: red;
}

form .row {
    margin-left: -0.6rem;
    margin-right: -0.6rem;
}
form .row [class*="col"] {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}

form .mbr-section-btn {
    margin: 0;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}

form .btn {
    display: flex;
    padding: 0.6rem 1.2rem;
    margin: 0;
}

form .form-check-input {
    margin-top: 0.5;
}

textarea.form-control {
    line-height: 1.5rem !important;
}

.form-group {
    margin-bottom: 1.2rem;
}

.form-control,
form .btn {
    min-height: 48px;
}

.gdpr-block label span.textGDPR input[name="gdpr"] {
    top: 7px;
}

.form-control:focus {
    box-shadow: none;
}

:focus {
    outline: none;
}

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

blockquote {
    font-style: italic;
    padding: 3rem;
    font-size: 1.09rem;
    position: relative;
    border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
    margin-bottom: 2.3125rem;
}

.mt-4 {
    margin-top: 2rem !important;
}

.mb-4 {
    margin-bottom: 2rem !important;
}

@media (max-width: 992px) {
    .md-pb {
        margin-bottom: 2rem;
    }
}

@media (min-width: 992px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .row {
        margin-left: -16px;
        margin-right: -16px;
    }
    .row > [class*="col"] {
        padding-left: 16px;
        padding-right: 16px;
    }
}
@media (min-width: 768px) {
    .container-fluid {
        padding-left: 32px;
        padding-right: 32px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .mbr-container {
        padding-left: 32px;
        padding-right: 32px;
    }
}
@media (max-width: 767px) {
    .mbr-container {
        padding-left: 16px;
        padding-right: 16px;
    }
}
.card-wrapper,
.item-wrapper {
    overflow: hidden;
}

.app-video-wrapper > img {
    opacity: 1;
}

.item {
    position: relative;
}

.dropdown-menu .dropdown-menu {
    left: 100%;
}

.dropdown-item + .dropdown-menu {
    display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
    display: block;
}
.cid-sX1YsoPaTy {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sX1YsoPaTy .btn {
  padding: 0.3rem 2rem;
}
.cid-sX1YsoPaTy .nav-link {
  position: relative;
}
.cid-sX1YsoPaTy .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #000000;
}
.cid-sX1YsoPaTy .nav-link:hover:before {
  width: 100%;
}
.cid-sX1YsoPaTy nav.navbar {
  position: fixed;
}
.cid-sX1YsoPaTy .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-sX1YsoPaTy .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sX1YsoPaTy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sX1YsoPaTy .dropdown-item:hover,
.cid-sX1YsoPaTy .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-sX1YsoPaTy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sX1YsoPaTy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sX1YsoPaTy .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-sX1YsoPaTy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sX1YsoPaTy .container {
  display: flex;
  margin: auto;
}
.cid-sX1YsoPaTy .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sX1YsoPaTy .dropdown-menu,
.cid-sX1YsoPaTy .navbar.opened {
  background: #ffffff !important;
}
.cid-sX1YsoPaTy .nav-item:focus,
.cid-sX1YsoPaTy .nav-link:focus {
  outline: none;
}
.cid-sX1YsoPaTy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sX1YsoPaTy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sX1YsoPaTy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sX1YsoPaTy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sX1YsoPaTy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sX1YsoPaTy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sX1YsoPaTy .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-sX1YsoPaTy .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sX1YsoPaTy .navbar.opened {
  transition: all 0.3s;
}
.cid-sX1YsoPaTy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sX1YsoPaTy .navbar .navbar-logo img {
  width: auto;
}
.cid-sX1YsoPaTy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sX1YsoPaTy .navbar.collapsed {
  justify-content: center;
}
.cid-sX1YsoPaTy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sX1YsoPaTy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sX1YsoPaTy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-sX1YsoPaTy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sX1YsoPaTy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sX1YsoPaTy .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-sX1YsoPaTy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sX1YsoPaTy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sX1YsoPaTy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sX1YsoPaTy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sX1YsoPaTy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sX1YsoPaTy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sX1YsoPaTy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sX1YsoPaTy .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-sX1YsoPaTy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sX1YsoPaTy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sX1YsoPaTy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sX1YsoPaTy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sX1YsoPaTy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sX1YsoPaTy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sX1YsoPaTy .navbar.navbar-short {
  min-height: 60px;
}
.cid-sX1YsoPaTy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sX1YsoPaTy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sX1YsoPaTy .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-sX1YsoPaTy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sX1YsoPaTy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sX1YsoPaTy .dropdown-item.active,
.cid-sX1YsoPaTy .dropdown-item:active {
  background-color: transparent;
}
.cid-sX1YsoPaTy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sX1YsoPaTy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sX1YsoPaTy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sX1YsoPaTy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sX1YsoPaTy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sX1YsoPaTy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sX1YsoPaTy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sX1YsoPaTy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sX1YsoPaTy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sX1YsoPaTy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sX1YsoPaTy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sX1YsoPaTy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sX1YsoPaTy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sX1YsoPaTy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sX1YsoPaTy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sX1YsoPaTy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sX1YsoPaTy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sX1YsoPaTy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sX1YsoPaTy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sX1YsoPaTy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sX1YsoPaTy .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-sX1YsoPaTy .navbar {
    height: 70px;
  }
  .cid-sX1YsoPaTy .navbar.opened {
    height: auto;
  }
  .cid-sX1YsoPaTy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sX21HYpX8f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sX21HYpX8f .mbr-text {
  color: #280c42;
}
.cid-sX21HYpX8f .mbr-section-subtitle {
  color: #000000;
}
.cid-sX21HYpX8f p {
  font-size: 1.15em;
  font-family: GilroyRegular;
  color: #280C42;
  line-height: calc(1.8635rem);
}
.cid-sX21HYpX8f H2 {
  color: #280c42;
}
.cid-sX21HYpX8f P {
  color: #000000;
}
.cid-tA4VpwYd49 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fc656b;
}
.cid-tA4VpwYd49 p {
  text-align: center;
}
.cid-tA4VpwYd49 .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tA4VpwYd49 .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tA4VpwYd49 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  text-align: left;
}
.cid-tA4VpwYd49 .logo-footer {
  line-height: normal;
}
.cid-tA4VpwYd49 .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tA4VpwYd49 .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-tA4VpwYd49 .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-tA4VpwYd49 li {
  overflow: hidden;
}
.cid-tA4VpwYd49 .icon-transition span {
  display: block;
}
.cid-tA4VpwYd49 .icon-transition:hover span {
  animation: 0.3s linear top;
}
.cid-tA4VpwYd49 .list-inline-item a {
  display: block;
}
.cid-tA4VpwYd49 .list-inline-item:hover a {
  animation: 0.3s linear top;
}
@keyframes top {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-100%);
  }
  51% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tA4VpwYd49 .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tA4VpwYd49 .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tA4VpwYd49 .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-tA4VpwYd49 .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tA4VpwYd49 .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tA4VpwYd49 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-tA4VpwYd49 .logo-footer {
    text-align: center;
  }
  .cid-tA4VpwYd49 .social-media {
    justify-content: center;
  }
}
@charset "UTF-8";
section {
    background-color: #ffffff;
}

body {
    font-style: normal;
    line-height: 1.5;
    font-weight: 400;
    color: #232323;
    position: relative;
}

button {
    background-color: transparent;
    border-color: transparent;
}

section,
.container,
.container-fluid {
    position: relative;
    word-wrap: break-word;
}

a.mbr-iconfont:hover {
    text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
    margin-bottom: 0;
}

a {
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
}
a,
a:hover {
    text-decoration: none;
}

.mbr-section-title {
    font-style: normal;
    line-height: 1.3;
}

.mbr-section-subtitle {
    line-height: 1.3;
}

.mbr-text {
    font-style: normal;
    line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
    line-height: 1.25;
    word-break: break-word;
    word-wrap: break-word;
    font-weight: 400;
}

b,
strong {
    font-weight: bold;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition-delay: 9999s;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
}

textarea[type="hidden"] {
    display: none;
}

section {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.hidden {
    visibility: hidden;
}

.mbr-z-index20 {
    z-index: 20;
}

/*! Base colors */
.mbr-white {
    color: #ffffff;
}

.mbr-black {
    color: #111111;
}

.mbr-bg-white {
    background-color: #ffffff;
}

.mbr-bg-black {
    background-color: #000000;
}

/*! Text-aligns */
.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

@media (max-width: 767px) {
    .align-right,
    .align-left {
        text-align: center;
    }
}
/*! Font-weight  */
.mbr-light {
    font-weight: 300;
}

.mbr-regular {
    font-weight: 400;
}

.mbr-semibold {
    font-weight: 500;
}

.mbr-bold {
    font-weight: 700;
}

/*! Media  */
.media-content {
    flex-basis: 100%;
}

.media-container-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: start;
}
.media-container-row .media-size-item {
    width: 400px;
}

.media-container-column {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: stretch;
}
.media-container-column > * {
    width: 100%;
}

@media (min-width: 992px) {
    .media-container-row {
        flex-wrap: nowrap;
    }
}
figure {
    margin-bottom: 0;
    overflow: hidden;
}

figure[mbr-media-size] {
    transition: width 0.1s;
}

img,
iframe {
    display: block;
    width: 100%;
}

.card {
    background-color: transparent;
    border: none;
}

.card-box {
    width: 100%;
}

.card-img {
    text-align: center;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}

.media {
    max-width: 100%;
    margin: 0 auto;
}

.mbr-figure {
    align-self: center;
}

.media-container > div {
    max-width: 100%;
}

.mbr-figure img,
.card-img img {
    width: 100%;
}

@media (max-width: 991px) {
    .media-size-item {
        width: auto !important;
    }

    .media {
        width: auto;
    }

    .mbr-figure {
        width: 100% !important;
    }
}
/*! Buttons */
.mbr-section-btn {
    margin-left: -0.6rem;
    margin-right: -0.6rem;
    font-size: 0;
}

.btn {
    font-weight: 600;
    border-width: 1px;
    font-style: normal;
    margin: 0.6rem 0.6rem;
    white-space: normal;
    transition: all 0.2s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
}

.btn-sm {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
}

.btn-md {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
}

.btn-lg {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
}

.btn-form {
    margin: 0;
}
.btn-form:hover {
    cursor: pointer;
}

nav .mbr-section-btn {
    margin-left: 0rem;
    margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
    order: 1;
    cursor: pointer;
    margin-left: 0.5rem;
    vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
    margin-left: 0.8rem;
}

.mbr-regular {
    font-weight: 400;
}

.mbr-semibold {
    font-weight: 500;
}

.mbr-bold {
    font-weight: 700;
}

[type="submit"] {
    -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
    min-height: 100vh;
}

.mbr-fullscreen {
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
    min-height: 100vh;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

/*! Map */
.map {
    height: 25rem;
    position: relative;
}
.map iframe {
    width: 100%;
    height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
    bottom: 25px;
    right: 90px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #ffffff;
    font-size: 22px;
}

.mbr-arrow-up a {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 60px;
    width: 60px;
    border: 2px solid #fff;
    outline-style: none !important;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    text-align: center;
}
.mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
    line-height: 60px;
}

.mbr-arrow-up-icon {
    display: block;
    color: #fff;
}

.mbr-arrow-up-icon::before {
    content: "›";
    display: inline-block;
    font-family: serif;
    font-size: 22px;
    line-height: 1;
    font-style: normal;
    position: relative;
    top: 6px;
    left: -4px;
    transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
    position: absolute;
    bottom: 45px;
    left: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background-color: rgba(80, 80, 80, 0.5);
    border-radius: 50%;
    transform: translateX(-50%);
}
@media (max-width: 767px) {
    .mbr-arrow {
        display: none;
    }
}
.mbr-arrow > a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite;
    color: #ffffff;
}
.mbr-arrow > a > i {
    position: absolute;
    top: -2px;
    left: 15px;
    font-size: 2rem;
}

#scrollToTop a i::before {
    content: "";
    position: absolute;
    display: block;
    border-bottom: 2.5px solid #fff;
    border-left: 2.5px solid #fff;
    width: 27.8%;
    height: 27.8%;
    left: 50%;
    top: 51%;
    transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
    }
}
@-webkit-keyframes arrowdown {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
    }
}
@media (max-width: 500px) {
    .mbr-arrow-up {
        left: 0;
        right: 0;
        text-align: center;
    }
}
/*Gradients animation*/
@keyframes gradient-animation {
    from {
        background-position: 0% 100%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    to {
        background-position: 100% 0%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
}
@-webkit-keyframes gradient-animation {
    from {
        background-position: 0% 100%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    to {
        background-position: 100% 0%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
}
.bg-gradient {
    background-size: 200% 200%;
    animation: gradient-animation 5s infinite alternate;
    -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
    display: -webkit-flex;
}
.menu .navbar-brand span {
    display: flex;
    display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
    display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
    display: -webkit-flex;
    width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
    .menu .navbar-toggleable-sm .navbar-nav {
        display: -ms-flexbox;
    }
}
@media (max-width: 991px) {
    .menu .navbar-collapse {
        max-height: 93.5vh;
    }
    .menu .navbar-collapse.show {
        overflow: auto;
    }
}
@media (min-width: 992px) {
    .menu .navbar-nav.nav-dropdown {
        display: -webkit-flex;
    }
    .menu .navbar-toggleable-sm .navbar-collapse {
        display: -webkit-flex !important;
    }
    .menu .collapsed .navbar-collapse {
        max-height: 93.5vh;
    }
    .menu .collapsed .navbar-collapse.show {
        overflow: auto;
    }
}
@media (max-width: 767px) {
    .menu .navbar-collapse {
        max-height: 80vh;
    }
}

.nav-link .mbr-iconfont {
    margin-right: 0.5rem;
}

.navbar {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
}

.navbar-collapse {
    -webkit-flex-basis: 100%;
    -webkit-flex-grow: 1;
    -webkit-align-items: center;
}

.nav-dropdown .link {
    padding: 0.667em 1.667em !important;
    margin: 0 !important;
}

.nav {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
}

.row {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
}

.justify-content-center {
    -webkit-justify-content: center;
}

.form-inline {
    display: -webkit-flex;
}

.card-wrapper {
    -webkit-flex: 1;
}

.carousel-control {
    z-index: 10;
    display: -webkit-flex;
}

.carousel-controls {
    display: -webkit-flex;
}

.media {
    display: -webkit-flex;
}

.form-group:focus {
    outline: none;
}

.jq-selectbox__select {
    padding: 7px 0;
    position: relative;
}

.jq-selectbox__dropdown {
    overflow: hidden;
    border-radius: 10px;
    position: absolute;
    top: 100%;
    left: 0 !important;
    width: 100% !important;
}

.jq-selectbox__trigger-arrow {
    right: 0;
    transform: translateY(-50%);
}

.jq-selectbox li {
    padding: 1.07em 0.5em;
}

input[type="range"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
    height: 100%;
}

.modal-dialog .carousel-inner {
    height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
    .modal-dialog .carousel-inner {
        height: calc(100vh - 1rem);
    }
}

.carousel-item {
    text-align: center;
}

.carousel-item img {
    margin: auto;
}

.navbar-toggler {
    align-self: flex-start;
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none;
    box-shadow: none;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

.navbar-toggler-left {
    position: absolute;
    left: 1rem;
}

.navbar-toggler-right {
    position: absolute;
    right: 1rem;
}

.card-img {
    width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
    flex-direction: column;
}

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

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
    bottom: initial !important;
}

html,
body {
    height: auto;
    min-height: 100vh;
}

.dropup .dropdown-toggle::after {
    display: none;
}

.form-asterisk {
    font-family: initial;
    position: absolute;
    top: -2px;
    font-weight: normal;
}

.form-control-label {
    position: relative;
    cursor: pointer;
    margin-bottom: 0.357em;
    padding: 0;
}

.alert {
    color: #ffffff;
    border-radius: 0;
    border: 0;
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 1.875rem;
    padding: 1.25rem;
    position: relative;
    text-align: center;
}
.alert.alert-form::after {
    background-color: inherit;
    bottom: -7px;
    content: "";
    display: block;
    height: 14px;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    transform: rotate(45deg);
    width: 14px;
}

.form-control {
    background-color: #ffffff;
    background-clip: border-box;
    color: #232323;
    line-height: 1rem !important;
    height: auto;
    padding: 0.6rem 1.2rem;
    transition: border-color 0.25s ease 0s;
    border: 1px solid transparent !important;
    border-radius: 4px;
    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;
}
.form-active .form-control:invalid {
    border-color: red;
}

form .row {
    margin-left: -0.6rem;
    margin-right: -0.6rem;
}
form .row [class*="col"] {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}

form .mbr-section-btn {
    margin: 0;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}

form .btn {
    display: flex;
    padding: 0.6rem 1.2rem;
    margin: 0;
}

form .form-check-input {
    margin-top: 0.5;
}

textarea.form-control {
    line-height: 1.5rem !important;
}

.form-group {
    margin-bottom: 1.2rem;
}

.form-control,
form .btn {
    min-height: 48px;
}

.gdpr-block label span.textGDPR input[name="gdpr"] {
    top: 7px;
}

.form-control:focus {
    box-shadow: none;
}

:focus {
    outline: none;
}

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

blockquote {
    font-style: italic;
    padding: 3rem;
    font-size: 1.09rem;
    position: relative;
    border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
    margin-bottom: 2.3125rem;
}

.mt-4 {
    margin-top: 2rem !important;
}

.mb-4 {
    margin-bottom: 2rem !important;
}

@media (max-width: 992px) {
    .md-pb {
        margin-bottom: 2rem;
    }
}

@media (min-width: 992px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .row {
        margin-left: -16px;
        margin-right: -16px;
    }
    .row > [class*="col"] {
        padding-left: 16px;
        padding-right: 16px;
    }
}
@media (min-width: 768px) {
    .container-fluid {
        padding-left: 32px;
        padding-right: 32px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .mbr-container {
        padding-left: 32px;
        padding-right: 32px;
    }
}
@media (max-width: 767px) {
    .mbr-container {
        padding-left: 16px;
        padding-right: 16px;
    }
}
.card-wrapper,
.item-wrapper {
    overflow: hidden;
}

.app-video-wrapper > img {
    opacity: 1;
}

.item {
    position: relative;
}

.dropdown-menu .dropdown-menu {
    left: 100%;
}

.dropdown-item + .dropdown-menu {
    display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
    display: block;
}
.cid-ttMedXCKRb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ttMedXCKRb .btn {
  padding: 0.3rem 2rem;
}
.cid-ttMedXCKRb .nav-link {
  position: relative;
}
.cid-ttMedXCKRb .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #000000;
}
.cid-ttMedXCKRb .nav-link:hover:before {
  width: 100%;
}
.cid-ttMedXCKRb nav.navbar {
  position: fixed;
}
.cid-ttMedXCKRb .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-ttMedXCKRb .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ttMedXCKRb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttMedXCKRb .dropdown-item:hover,
.cid-ttMedXCKRb .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-ttMedXCKRb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ttMedXCKRb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ttMedXCKRb .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-ttMedXCKRb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttMedXCKRb .container {
  display: flex;
  margin: auto;
}
.cid-ttMedXCKRb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ttMedXCKRb .dropdown-menu,
.cid-ttMedXCKRb .navbar.opened {
  background: #ffffff !important;
}
.cid-ttMedXCKRb .nav-item:focus,
.cid-ttMedXCKRb .nav-link:focus {
  outline: none;
}
.cid-ttMedXCKRb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttMedXCKRb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttMedXCKRb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttMedXCKRb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttMedXCKRb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttMedXCKRb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttMedXCKRb .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-ttMedXCKRb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-ttMedXCKRb .navbar.opened {
  transition: all 0.3s;
}
.cid-ttMedXCKRb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ttMedXCKRb .navbar .navbar-logo img {
  width: auto;
}
.cid-ttMedXCKRb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttMedXCKRb .navbar.collapsed {
  justify-content: center;
}
.cid-ttMedXCKRb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttMedXCKRb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttMedXCKRb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-ttMedXCKRb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttMedXCKRb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttMedXCKRb .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-ttMedXCKRb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttMedXCKRb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ttMedXCKRb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttMedXCKRb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttMedXCKRb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttMedXCKRb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttMedXCKRb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttMedXCKRb .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-ttMedXCKRb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttMedXCKRb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttMedXCKRb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttMedXCKRb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttMedXCKRb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttMedXCKRb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ttMedXCKRb .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttMedXCKRb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttMedXCKRb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ttMedXCKRb .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-ttMedXCKRb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttMedXCKRb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttMedXCKRb .dropdown-item.active,
.cid-ttMedXCKRb .dropdown-item:active {
  background-color: transparent;
}
.cid-ttMedXCKRb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttMedXCKRb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttMedXCKRb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttMedXCKRb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ttMedXCKRb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttMedXCKRb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttMedXCKRb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttMedXCKRb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttMedXCKRb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ttMedXCKRb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ttMedXCKRb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttMedXCKRb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttMedXCKRb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttMedXCKRb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttMedXCKRb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttMedXCKRb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttMedXCKRb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttMedXCKRb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttMedXCKRb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ttMedXCKRb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttMedXCKRb .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-ttMedXCKRb .navbar {
    height: 70px;
  }
  .cid-ttMedXCKRb .navbar.opened {
    height: auto;
  }
  .cid-ttMedXCKRb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttMeYwWSxS {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #eff6ff;
}
.cid-ttMeYwWSxS .mbr-text,
.cid-ttMeYwWSxS .mbr-section-btn {
  color: #000000;
}
.cid-ttMeYwWSxS .mbr-section-title {
  color: #000000;
}
.cid-ttMq7gwxUd {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ttMq7gwxUd blockquote {
  border-color: currentColor;
  padding: 0.5rem 1.5rem;
}
.cid-ttMq7gwxUd .quote {
  color: #e43f3f;
}
.cid-ttMq7gwxUd .quote,
.cid-ttMq7gwxUd blockquote {
  color: #353535;
}
.cid-ttMq7gwxUd .mbr-section-title {
  color: #000000;
}
.cid-ttMq7gwxUd .mbr-text {
  color: #000000;
}
.cid-ttS58RFjGE {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ttS58RFjGE .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #fc656b;
  margin-bottom: 1rem;
}
.cid-ttS58RFjGE .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-ttS58RFjGE .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-ttS58RFjGE .card-wrapper {
  transition: all 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 2.5rem 2rem;
  background: transparent;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
}
.cid-ttS58RFjGE .card-wrapper:hover {
  background: #eff6ff;
}
.cid-ttS58RFjGE .card-title,
.cid-ttS58RFjGE .card-box {
  color: #000000;
}
.cid-ttS58RFjGE .main-title,
.cid-ttS58RFjGE .title-col {
  text-align: center;
  color: #000000;
}
.cid-ttS58RFjGE .card-text {
  color: #000000;
}
.cid-ttS7EGeJAO {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ttS7EGeJAO .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #fc656b;
  margin-bottom: 1rem;
}
.cid-ttS7EGeJAO .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-ttS7EGeJAO .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-ttS7EGeJAO .card-wrapper {
  transition: all 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 2.5rem 2rem;
  background: transparent;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
}
.cid-ttS7EGeJAO .card-wrapper:hover {
  background: #eff6ff;
}
.cid-ttS7EGeJAO .card-title,
.cid-ttS7EGeJAO .card-box {
  color: #000000;
}
.cid-ttS7EGeJAO .main-title,
.cid-ttS7EGeJAO .title-col {
  text-align: center;
  color: #000000;
}
.cid-ttS7EGeJAO .card-text {
  color: #000000;
}
.cid-ttSb5y2zKc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffeaec;
}
.cid-ttSb5y2zKc .mbr-section-title {
  color: #000000;
}
.cid-ttSb5y2zKc .mbr-section-subtitle {
  color: #000000;
}
.cid-ttSb5y2zKc .line {
  background: #ffeaec;
  height: 1px;
  width: 100%;
  margin-top: 2rem;
}
.cid-ttMqeHvvZ0 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ttMqeHvvZ0 blockquote {
  border-color: currentColor;
  padding: 0.5rem 1.5rem;
}
.cid-ttMqeHvvZ0 .quote {
  color: #e43f3f;
}
.cid-ttMqeHvvZ0 .quote,
.cid-ttMqeHvvZ0 blockquote {
  color: #353535;
}
.cid-ttMqeHvvZ0 .mbr-section-title {
  color: #000000;
}
.cid-ttMqeHvvZ0 .mbr-text {
  color: #000000;
}
.cid-ttMpHD8App {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ttMpHD8App .card-wrapper {
  background: #eff6ff;
  border-radius: 12px;
}
@media (max-width: 767px) {
  .cid-ttMpHD8App .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ttMpHD8App .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMpHD8App .card-wrapper {
    padding: 4rem;
  }
}
.cid-ttMpHD8App .mbr-text,
.cid-ttMpHD8App .mbr-section-btn {
  color: #000000;
}
.cid-ttMpHD8App .card-title,
.cid-ttMpHD8App .card-box {
  text-align: left;
  color: #000000;
}
.cid-ttMedYocyM {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ttMedYocyM blockquote {
  border-color: currentColor;
  padding: 0.5rem 1.5rem;
}
.cid-ttMedYocyM .quote {
  color: #e43f3f;
}
.cid-ttMedYocyM .quote,
.cid-ttMedYocyM blockquote {
  color: #353535;
}
.cid-ttMedYocyM .mbr-section-title {
  color: #000000;
}
.cid-ttMedYocyM .mbr-text {
  color: #000000;
}
.cid-ttMorovVaA {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #eff6ff;
}
.cid-ttMorovVaA .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-ttMorovVaA .icon-box {
  background: #fc656b;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ttMorovVaA .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ttMorovVaA .card {
    margin-bottom: 2rem;
  }
  .cid-ttMorovVaA .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tA4VpwYd49 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fc656b;
}
.cid-tA4VpwYd49 p {
  text-align: center;
}
.cid-tA4VpwYd49 .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tA4VpwYd49 .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tA4VpwYd49 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  text-align: left;
}
.cid-tA4VpwYd49 .logo-footer {
  line-height: normal;
}
.cid-tA4VpwYd49 .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tA4VpwYd49 .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-tA4VpwYd49 .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-tA4VpwYd49 li {
  overflow: hidden;
}
.cid-tA4VpwYd49 .icon-transition span {
  display: block;
}
.cid-tA4VpwYd49 .icon-transition:hover span {
  animation: 0.3s linear top;
}
.cid-tA4VpwYd49 .list-inline-item a {
  display: block;
}
.cid-tA4VpwYd49 .list-inline-item:hover a {
  animation: 0.3s linear top;
}
@keyframes top {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-100%);
  }
  51% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tA4VpwYd49 .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tA4VpwYd49 .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tA4VpwYd49 .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-tA4VpwYd49 .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tA4VpwYd49 .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tA4VpwYd49 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-tA4VpwYd49 .logo-footer {
    text-align: center;
  }
  .cid-tA4VpwYd49 .social-media {
    justify-content: center;
  }
}
@charset "UTF-8";
section {
    background-color: #ffffff;
}

body {
    font-style: normal;
    line-height: 1.5;
    font-weight: 400;
    color: #232323;
    position: relative;
}

button {
    background-color: transparent;
    border-color: transparent;
}

section,
.container,
.container-fluid {
    position: relative;
    word-wrap: break-word;
}

a.mbr-iconfont:hover {
    text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
    margin-bottom: 0;
}

a {
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
}
a,
a:hover {
    text-decoration: none;
}

.mbr-section-title {
    font-style: normal;
    line-height: 1.3;
}

.mbr-section-subtitle {
    line-height: 1.3;
}

.mbr-text {
    font-style: normal;
    line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
    line-height: 1.25;
    word-break: break-word;
    word-wrap: break-word;
    font-weight: 400;
}

b,
strong {
    font-weight: bold;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition-delay: 9999s;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
}

textarea[type="hidden"] {
    display: none;
}

section {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.hidden {
    visibility: hidden;
}

.mbr-z-index20 {
    z-index: 20;
}

/*! Base colors */
.mbr-white {
    color: #ffffff;
}

.mbr-black {
    color: #111111;
}

.mbr-bg-white {
    background-color: #ffffff;
}

.mbr-bg-black {
    background-color: #000000;
}

/*! Text-aligns */
.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

@media (max-width: 767px) {
    .align-right,
    .align-left {
        text-align: center;
    }
}
/*! Font-weight  */
.mbr-light {
    font-weight: 300;
}

.mbr-regular {
    font-weight: 400;
}

.mbr-semibold {
    font-weight: 500;
}

.mbr-bold {
    font-weight: 700;
}

/*! Media  */
.media-content {
    flex-basis: 100%;
}

.media-container-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: start;
}
.media-container-row .media-size-item {
    width: 400px;
}

.media-container-column {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: stretch;
}
.media-container-column > * {
    width: 100%;
}

@media (min-width: 992px) {
    .media-container-row {
        flex-wrap: nowrap;
    }
}
figure {
    margin-bottom: 0;
    overflow: hidden;
}

figure[mbr-media-size] {
    transition: width 0.1s;
}

img,
iframe {
    display: block;
    width: 100%;
}

.card {
    background-color: transparent;
    border: none;
}

.card-box {
    width: 100%;
}

.card-img {
    text-align: center;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}

.media {
    max-width: 100%;
    margin: 0 auto;
}

.mbr-figure {
    align-self: center;
}

.media-container > div {
    max-width: 100%;
}

.mbr-figure img,
.card-img img {
    width: 100%;
}

@media (max-width: 991px) {
    .media-size-item {
        width: auto !important;
    }

    .media {
        width: auto;
    }

    .mbr-figure {
        width: 100% !important;
    }
}
/*! Buttons */
.mbr-section-btn {
    margin-left: -0.6rem;
    margin-right: -0.6rem;
    font-size: 0;
}

.btn {
    font-weight: 600;
    border-width: 1px;
    font-style: normal;
    margin: 0.6rem 0.6rem;
    white-space: normal;
    transition: all 0.2s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
}

.btn-sm {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
}

.btn-md {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
}

.btn-lg {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
}

.btn-form {
    margin: 0;
}
.btn-form:hover {
    cursor: pointer;
}

nav .mbr-section-btn {
    margin-left: 0rem;
    margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
    order: 1;
    cursor: pointer;
    margin-left: 0.5rem;
    vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
    margin-left: 0.8rem;
}

.mbr-regular {
    font-weight: 400;
}

.mbr-semibold {
    font-weight: 500;
}

.mbr-bold {
    font-weight: 700;
}

[type="submit"] {
    -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
    min-height: 100vh;
}

.mbr-fullscreen {
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
    min-height: 100vh;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

/*! Map */
.map {
    height: 25rem;
    position: relative;
}
.map iframe {
    width: 100%;
    height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
    bottom: 25px;
    right: 90px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #ffffff;
    font-size: 22px;
}

.mbr-arrow-up a {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 60px;
    width: 60px;
    border: 2px solid #fff;
    outline-style: none !important;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    text-align: center;
}
.mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
    line-height: 60px;
}

.mbr-arrow-up-icon {
    display: block;
    color: #fff;
}

.mbr-arrow-up-icon::before {
    content: "›";
    display: inline-block;
    font-family: serif;
    font-size: 22px;
    line-height: 1;
    font-style: normal;
    position: relative;
    top: 6px;
    left: -4px;
    transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
    position: absolute;
    bottom: 45px;
    left: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background-color: rgba(80, 80, 80, 0.5);
    border-radius: 50%;
    transform: translateX(-50%);
}
@media (max-width: 767px) {
    .mbr-arrow {
        display: none;
    }
}
.mbr-arrow > a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite;
    color: #ffffff;
}
.mbr-arrow > a > i {
    position: absolute;
    top: -2px;
    left: 15px;
    font-size: 2rem;
}

#scrollToTop a i::before {
    content: "";
    position: absolute;
    display: block;
    border-bottom: 2.5px solid #fff;
    border-left: 2.5px solid #fff;
    width: 27.8%;
    height: 27.8%;
    left: 50%;
    top: 51%;
    transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
    }
}
@-webkit-keyframes arrowdown {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
    }
}
@media (max-width: 500px) {
    .mbr-arrow-up {
        left: 0;
        right: 0;
        text-align: center;
    }
}
/*Gradients animation*/
@keyframes gradient-animation {
    from {
        background-position: 0% 100%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    to {
        background-position: 100% 0%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
}
@-webkit-keyframes gradient-animation {
    from {
        background-position: 0% 100%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    to {
        background-position: 100% 0%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
}
.bg-gradient {
    background-size: 200% 200%;
    animation: gradient-animation 5s infinite alternate;
    -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
    display: -webkit-flex;
}
.menu .navbar-brand span {
    display: flex;
    display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
    display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
    display: -webkit-flex;
    width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
    .menu .navbar-toggleable-sm .navbar-nav {
        display: -ms-flexbox;
    }
}
@media (max-width: 991px) {
    .menu .navbar-collapse {
        max-height: 93.5vh;
    }
    .menu .navbar-collapse.show {
        overflow: auto;
    }
}
@media (min-width: 992px) {
    .menu .navbar-nav.nav-dropdown {
        display: -webkit-flex;
    }
    .menu .navbar-toggleable-sm .navbar-collapse {
        display: -webkit-flex !important;
    }
    .menu .collapsed .navbar-collapse {
        max-height: 93.5vh;
    }
    .menu .collapsed .navbar-collapse.show {
        overflow: auto;
    }
}
@media (max-width: 767px) {
    .menu .navbar-collapse {
        max-height: 80vh;
    }
}

.nav-link .mbr-iconfont {
    margin-right: 0.5rem;
}

.navbar {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
}

.navbar-collapse {
    -webkit-flex-basis: 100%;
    -webkit-flex-grow: 1;
    -webkit-align-items: center;
}

.nav-dropdown .link {
    padding: 0.667em 1.667em !important;
    margin: 0 !important;
}

.nav {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
}

.row {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
}

.justify-content-center {
    -webkit-justify-content: center;
}

.form-inline {
    display: -webkit-flex;
}

.card-wrapper {
    -webkit-flex: 1;
}

.carousel-control {
    z-index: 10;
    display: -webkit-flex;
}

.carousel-controls {
    display: -webkit-flex;
}

.media {
    display: -webkit-flex;
}

.form-group:focus {
    outline: none;
}

.jq-selectbox__select {
    padding: 7px 0;
    position: relative;
}

.jq-selectbox__dropdown {
    overflow: hidden;
    border-radius: 10px;
    position: absolute;
    top: 100%;
    left: 0 !important;
    width: 100% !important;
}

.jq-selectbox__trigger-arrow {
    right: 0;
    transform: translateY(-50%);
}

.jq-selectbox li {
    padding: 1.07em 0.5em;
}

input[type="range"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
    height: 100%;
}

.modal-dialog .carousel-inner {
    height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
    .modal-dialog .carousel-inner {
        height: calc(100vh - 1rem);
    }
}

.carousel-item {
    text-align: center;
}

.carousel-item img {
    margin: auto;
}

.navbar-toggler {
    align-self: flex-start;
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none;
    box-shadow: none;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

.navbar-toggler-left {
    position: absolute;
    left: 1rem;
}

.navbar-toggler-right {
    position: absolute;
    right: 1rem;
}

.card-img {
    width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
    flex-direction: column;
}

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

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
    bottom: initial !important;
}

html,
body {
    height: auto;
    min-height: 100vh;
}

.dropup .dropdown-toggle::after {
    display: none;
}

.form-asterisk {
    font-family: initial;
    position: absolute;
    top: -2px;
    font-weight: normal;
}

.form-control-label {
    position: relative;
    cursor: pointer;
    margin-bottom: 0.357em;
    padding: 0;
}

.alert {
    color: #ffffff;
    border-radius: 0;
    border: 0;
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 1.875rem;
    padding: 1.25rem;
    position: relative;
    text-align: center;
}
.alert.alert-form::after {
    background-color: inherit;
    bottom: -7px;
    content: "";
    display: block;
    height: 14px;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    transform: rotate(45deg);
    width: 14px;
}

.form-control {
    background-color: #ffffff;
    background-clip: border-box;
    color: #232323;
    line-height: 1rem !important;
    height: auto;
    padding: 0.6rem 1.2rem;
    transition: border-color 0.25s ease 0s;
    border: 1px solid transparent !important;
    border-radius: 4px;
    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;
}
.form-active .form-control:invalid {
    border-color: red;
}

form .row {
    margin-left: -0.6rem;
    margin-right: -0.6rem;
}
form .row [class*="col"] {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}

form .mbr-section-btn {
    margin: 0;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}

form .btn {
    display: flex;
    padding: 0.6rem 1.2rem;
    margin: 0;
}

form .form-check-input {
    margin-top: 0.5;
}

textarea.form-control {
    line-height: 1.5rem !important;
}

.form-group {
    margin-bottom: 1.2rem;
}

.form-control,
form .btn {
    min-height: 48px;
}

.gdpr-block label span.textGDPR input[name="gdpr"] {
    top: 7px;
}

.form-control:focus {
    box-shadow: none;
}

:focus {
    outline: none;
}

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

blockquote {
    font-style: italic;
    padding: 3rem;
    font-size: 1.09rem;
    position: relative;
    border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
    margin-bottom: 2.3125rem;
}

.mt-4 {
    margin-top: 2rem !important;
}

.mb-4 {
    margin-bottom: 2rem !important;
}

@media (max-width: 992px) {
    .md-pb {
        margin-bottom: 2rem;
    }
}

@media (min-width: 992px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .row {
        margin-left: -16px;
        margin-right: -16px;
    }
    .row > [class*="col"] {
        padding-left: 16px;
        padding-right: 16px;
    }
}
@media (min-width: 768px) {
    .container-fluid {
        padding-left: 32px;
        padding-right: 32px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .mbr-container {
        padding-left: 32px;
        padding-right: 32px;
    }
}
@media (max-width: 767px) {
    .mbr-container {
        padding-left: 16px;
        padding-right: 16px;
    }
}
.card-wrapper,
.item-wrapper {
    overflow: hidden;
}

.app-video-wrapper > img {
    opacity: 1;
}

.item {
    position: relative;
}

.dropdown-menu .dropdown-menu {
    left: 100%;
}

.dropdown-item + .dropdown-menu {
    display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
    display: block;
}
.cid-tufJFex1Tb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tufJFex1Tb .btn {
  padding: 0.3rem 2rem;
}
.cid-tufJFex1Tb .nav-link {
  position: relative;
}
.cid-tufJFex1Tb .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #000000;
}
.cid-tufJFex1Tb .nav-link:hover:before {
  width: 100%;
}
.cid-tufJFex1Tb nav.navbar {
  position: fixed;
}
.cid-tufJFex1Tb .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-tufJFex1Tb .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tufJFex1Tb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tufJFex1Tb .dropdown-item:hover,
.cid-tufJFex1Tb .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tufJFex1Tb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tufJFex1Tb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tufJFex1Tb .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-tufJFex1Tb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tufJFex1Tb .container {
  display: flex;
  margin: auto;
}
.cid-tufJFex1Tb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tufJFex1Tb .dropdown-menu,
.cid-tufJFex1Tb .navbar.opened {
  background: #ffffff !important;
}
.cid-tufJFex1Tb .nav-item:focus,
.cid-tufJFex1Tb .nav-link:focus {
  outline: none;
}
.cid-tufJFex1Tb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tufJFex1Tb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tufJFex1Tb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tufJFex1Tb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tufJFex1Tb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tufJFex1Tb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tufJFex1Tb .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-tufJFex1Tb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tufJFex1Tb .navbar.opened {
  transition: all 0.3s;
}
.cid-tufJFex1Tb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tufJFex1Tb .navbar .navbar-logo img {
  width: auto;
}
.cid-tufJFex1Tb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tufJFex1Tb .navbar.collapsed {
  justify-content: center;
}
.cid-tufJFex1Tb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tufJFex1Tb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tufJFex1Tb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-tufJFex1Tb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tufJFex1Tb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tufJFex1Tb .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-tufJFex1Tb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tufJFex1Tb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tufJFex1Tb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tufJFex1Tb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tufJFex1Tb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tufJFex1Tb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tufJFex1Tb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tufJFex1Tb .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-tufJFex1Tb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tufJFex1Tb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tufJFex1Tb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tufJFex1Tb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tufJFex1Tb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tufJFex1Tb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tufJFex1Tb .navbar.navbar-short {
  min-height: 60px;
}
.cid-tufJFex1Tb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tufJFex1Tb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tufJFex1Tb .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-tufJFex1Tb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tufJFex1Tb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tufJFex1Tb .dropdown-item.active,
.cid-tufJFex1Tb .dropdown-item:active {
  background-color: transparent;
}
.cid-tufJFex1Tb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tufJFex1Tb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tufJFex1Tb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tufJFex1Tb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tufJFex1Tb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tufJFex1Tb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tufJFex1Tb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tufJFex1Tb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tufJFex1Tb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tufJFex1Tb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tufJFex1Tb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tufJFex1Tb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tufJFex1Tb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tufJFex1Tb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tufJFex1Tb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tufJFex1Tb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tufJFex1Tb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tufJFex1Tb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tufJFex1Tb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tufJFex1Tb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tufJFex1Tb .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-tufJFex1Tb .navbar {
    height: 70px;
  }
  .cid-tufJFex1Tb .navbar.opened {
    height: auto;
  }
  .cid-tufJFex1Tb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tug7RdUOmn {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-color: #faf8fb;
}
.cid-tug7RdUOmn .mbr-overlay {
  backdrop-filter: blur(20px);
}
.cid-tug7RdUOmn img {
  width: 100%;
  transform: scale(2) translateX(-2rem);
  z-index: 0;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-tug7RdUOmn img {
    transform: scale(1) translateX(0);
  }
}
.cid-tug7RdUOmn .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  z-index: 1;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tug7RdUOmn .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tug7RdUOmn .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-tug7RdUOmn .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tug7RdUOmn .col-12 {
  position: relative;
}
.cid-tug7RdUOmn .round {
  position: absolute;
  top: -60px;
  right: -150px;
  width: 280px;
  height: 280px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-tug7RdUOmn .round {
    top: -30px;
    right: -110px;
    width: 180px;
    height: 180px;
  }
}
.cid-tug7RdUOmn .round:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 50%;
}
.cid-tug7RdUOmn .round2 {
  top: auto;
  right: auto;
  bottom: -30px;
  left: -30px;
  width: 120px;
  height: 120px;
  z-index: 0;
}
.cid-tug7RdUOmn .mbr-section-title {
  color: #000000;
}
.cid-tug7RdUOmn .mbr-text,
.cid-tug7RdUOmn .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tug7RdUOmn .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-tug7RdUOmn .mbr-section-title P {
  text-align: left;
}
.cid-uanGOWBvOH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uanGOWBvOH p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uanGOWBvOH .row {
    justify-content: flex-start !important;
  }
}
.cid-uanGOWBvOH .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uanGOWBvOH .mbr-section-title {
  text-align: center;
}
.cid-uanGOWBvOH .mbr-section-subtitle {
  text-align: center;
}
.cid-uanGOWBvOH .card-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uanGOWBvOH .card-container {
    margin-bottom: 2rem;
  }
}
.cid-uanGOWBvOH .card-wrapper {
  display: flex;
  flex: auto;
  flex-grow: 0;
  padding: 1rem 0 2rem;
}
@media (max-width: 767px) {
  .cid-uanGOWBvOH .card-wrapper {
    padding-bottom: 1rem;
  }
}
.cid-uanGOWBvOH .mbr-iconfont {
  font-size: 3rem;
  padding-right: 1rem;
  color: #FC656B;
}
.cid-tumGT3EdZt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tumGT3EdZt .card-title {
  position: relative;
  width: 100%;
  cursor: pointer;
  display: block;
  margin-right: 1rem;
  margin-bottom: .75rem;
  color: #000000;
}
.cid-tumGT3EdZt .card {
  margin-bottom: 1.5rem;
}
.cid-tumGT3EdZt .card-wrapper {
  overflow: visible;
  padding: 2.5rem 1.5rem;
  border-bottom: 8px solid grey;
  background-color: #faf8fb;
}
@media (max-width: 767px) {
  .cid-tumGT3EdZt .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tumGT3EdZt .card-wrapper-1 {
  border-color: #ffffff;
  border-radius: 30px;
}
.cid-tumGT3EdZt .card-wrapper-2 {
  border-color: #ffffff;
  border-radius: 30px;
}
.cid-tumGT3EdZt .card-wrapper-3 {
  border-color: #ffffff;
  border-radius: 30px;
}
.cid-tumGT3EdZt .card-wrapper-4 {
  border-color: #eec39c;
  border-radius: 30px;
}
.cid-tumGT3EdZt .card-wrapper-5 {
  border-color: #d4e7eb;
  border-radius: 30px;
}
.cid-tumGT3EdZt .card-wrapper-6 {
  border-color: #67beb0;
  border-radius: 30px;
}
.cid-tumGT3EdZt .card-text {
  text-align: left;
  color: #000000;
}
.cid-tumGT3EdZt .card-number {
  color: #000000;
  text-align: left;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tumGT3EdZt .card-number {
    text-align: center;
  }
}
.cid-tumGT3EdZt .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tumGT3EdZt .mbr-section-title {
  margin-bottom: 1.5rem;
}
.cid-tumENSSwKg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #faf8fb;
}
@media (min-width: 992px) {
  .cid-tumENSSwKg .row {
    flex-direction: row-reverse;
  }
  .cid-tumENSSwKg .image-wrapper {
    padding-right: 1.5rem;
  }
  .cid-tumENSSwKg .wrapper {
    padding-left: 1.5rem;
  }
}
.cid-tumENSSwKg .item-title {
  color: #000000;
}
.cid-tumENSSwKg .subtitle-text {
  color: #000000;
}
.cid-tumENSSwKg .item-box {
  display: flex;
}
.cid-tumENSSwKg .num {
  color: #FC656B;
  min-width: max-content;
  margin-right: 1.4rem;
}
.cid-tumENSSwKg .item-text {
  color: #000000;
}
.cid-tumENSSwKg .image-wrapper {
  height: 100%;
}
@media (max-width: 991px) {
  .cid-tumENSSwKg .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-tumENSSwKg .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.cid-tumENSSwKg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tumENSSwKg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvK8ZZvTyv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f4fd;
}
.cid-tvK8ZZvTyv .mbr-text,
.cid-tvK8ZZvTyv .mbr-section-btn {
  color: #000000;
}
.cid-tvK8ZZvTyv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvK8ZZvTyv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tumKOyJ6jK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #faf8fb;
}
@media (min-width: 992px) {
  .cid-tumKOyJ6jK .row {
    flex-direction: row-reverse;
  }
  .cid-tumKOyJ6jK .image-wrapper {
    padding-right: 1.5rem;
  }
  .cid-tumKOyJ6jK .wrapper {
    padding-left: 1.5rem;
  }
}
.cid-tumKOyJ6jK .item-title {
  color: #000000;
  text-align: left;
}
.cid-tumKOyJ6jK .subtitle-text {
  color: #000000;
}
.cid-tumKOyJ6jK .item-box {
  display: flex;
}
.cid-tumKOyJ6jK .num {
  color: #FC656B;
  min-width: max-content;
  margin-right: 1.4rem;
}
.cid-tumKOyJ6jK .item-text {
  color: #000000;
}
.cid-tumKOyJ6jK .image-wrapper {
  height: 100%;
}
@media (max-width: 991px) {
  .cid-tumKOyJ6jK .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-tumKOyJ6jK .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.cid-tumKOyJ6jK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tumKOyJ6jK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tumACnIGcr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2effc;
}
.cid-tumACnIGcr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tumACnIGcr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tumACnIGcr .card-wrapper {
  background: #ffffff;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .cid-tumACnIGcr .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tumACnIGcr .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tumACnIGcr .card-wrapper {
    padding: 4rem;
  }
}
.cid-tumACnIGcr .mbr-text,
.cid-tumACnIGcr .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tumACnIGcr .card-title {
  color: #000000;
  text-align: left;
}
.cid-tumGImfX0Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tumGImfX0Y .cards-bg1 {
  background: #f5f9fc;
}
.cid-tumGImfX0Y .cards-bg2 {
  background: #f3f7f9;
}
.cid-tumGImfX0Y .cards-bg3 {
  background: #fef2f2;
}
.cid-tumGImfX0Y .cards-bg4 {
  background: #faf8fb;
}
.cid-tumGImfX0Y .card-wrapper {
  padding: 3rem 1rem;
  border-radius: 8px;
  margin-bottom: 1rem;
}
@media (min-width: 0) and (max-width: 1199px) {
  .cid-tumGImfX0Y .card-wrapper {
    padding: 1rem 0.5rem;
    border-radius: 8px;
  }
}
.cid-tumGImfX0Y .mbr-section-title {
  text-align: center;
}
.cid-tumGImfX0Y .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-tumGImfX0Y .mbr-section-subtitle,
.cid-tumGImfX0Y .link {
  text-align: center;
}
.cid-tumGImfX0Y .card-title,
.cid-tumGImfX0Y .card-box {
  text-align: center;
}
.cid-tvKbFkkQMN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f4fd;
}
.cid-tvKbFkkQMN .mbr-text,
.cid-tvKbFkkQMN .mbr-section-btn {
  color: #000000;
}
.cid-tvKbFkkQMN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvKbFkkQMN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tugSKPVUFn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #faf8fb;
}
.cid-tugSKPVUFn .mbr-section-title {
  margin: 0;
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tugSKPVUFn .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tugSKPVUFn .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.2;
}
.cid-tugSKPVUFn .mbr-text {
  line-height: 1.5;
  font-weight: 300;
  color: #000000;
}
.cid-tugSKPVUFn .mbr-iconfont {
  color: #fc656b;
  font-size: 3rem;
  margin-bottom: .85rem;
}
.cid-tugSKPVUFn .wrapper {
  background-color: #ffffff;
  border-radius: 30px;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-tugSKPVUFn .wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tugSKPVUFn .d-flex {
    flex-direction: column;
  }
}
.cid-tvKbKBbljy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f4fd;
}
.cid-tvKbKBbljy .mbr-text,
.cid-tvKbKBbljy .mbr-section-btn {
  color: #000000;
}
.cid-tvKbKBbljy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvKbKBbljy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuxLTWy2UT {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tuxLTWy2UT blockquote {
  border-color: currentColor;
  padding: 0.5rem 1.5rem;
}
.cid-tuxLTWy2UT .quote {
  color: #e43f3f;
}
.cid-tuxLTWy2UT .quote,
.cid-tuxLTWy2UT blockquote {
  color: #353535;
}
.cid-tuxLTWy2UT .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tuxLTWy2UT .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tumGdHt7EJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tumGdHt7EJ .text-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1000px) {
  .cid-tumGdHt7EJ .text-wrapper {
    padding: 2rem 0;
  }
}
.cid-tumGdHt7EJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tumGdHt7EJ .title {
  font-weight: 700;
  color: #ffffff;
}
.cid-tumGdHt7EJ .subtitle {
  padding-top: 11px;
  font-weight: 500;
}
.cid-tumGdHt7EJ .top {
  padding-top: 55px;
}
.cid-tumGdHt7EJ .number-left {
  padding-top: 4px;
  text-align: left;
  font-weight: 700;
}
.cid-tumGdHt7EJ .number-right {
  padding-top: 4px;
  text-align: right;
  font-weight: 700;
}
.cid-tumGdHt7EJ .row.justify-content-between {
  margin-bottom: 3px;
  margin: 0;
}
.cid-tumGdHt7EJ .title-left {
  text-align: right;
  color: #000000;
}
.cid-tumGdHt7EJ .subtitle-left {
  text-align: right;
  color: #000000;
}
.cid-tumGdHt7EJ .subtitle-right {
  color: #000000;
}
.cid-tumGdHt7EJ .title-right {
  color: #000000;
}
@media (max-width: 770px) {
  .cid-tumGdHt7EJ .bottom {
    margin-bottom: 55px;
  }
}
.cid-tvKc2Pitsj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f4fd;
}
.cid-tvKc2Pitsj .mbr-text,
.cid-tvKc2Pitsj .mbr-section-btn {
  color: #000000;
}
.cid-tvKc2Pitsj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvKc2Pitsj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuBqkv0ewL {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #faf8fb;
}
.cid-tuBqkv0ewL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuBqkv0ewL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuBqkv0ewL .mbr-text,
.cid-tuBqkv0ewL .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-tuBqkv0ewL .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tuBqkv0ewL .mbr-section-subtitle {
  text-align: left;
  color: #fc656b;
}
.cid-tumy9hS3WW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #faf8fb;
}
.cid-tumy9hS3WW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tumy9hS3WW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tumy9hS3WW img {
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-tumy9hS3WW img {
    margin-bottom: 2rem;
  }
}
.cid-tumy9hS3WW .card-wrapper {
  display: flex;
  margin: auto;
}
@media (max-width: 991px) {
  .cid-tumy9hS3WW .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-tumy9hS3WW .card-wrapper {
    max-width: 450px;
  }
}
.cid-tumy9hS3WW .mbr-iconfont {
  font-size: 1.5rem;
  background: #fc656b;
  min-width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  margin-right: 1.5rem;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tumy9hS3WW .mbr-iconfont {
    font-size: 1rem;
    margin-right: 1rem;
    margin-top: 1rem;
  }
}
.cid-tumy9hS3WW .card-text {
  color: #000000;
}
.cid-tumy9hS3WW .card-title {
  color: #000000;
}
.cid-tvKbLrG6a7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f4fd;
}
.cid-tvKbLrG6a7 .mbr-text,
.cid-tvKbLrG6a7 .mbr-section-btn {
  color: #000000;
}
.cid-tvKbLrG6a7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvKbLrG6a7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuytQU08ZH {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tuytQU08ZH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuytQU08ZH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuytQU08ZH .mbr-text,
.cid-tuytQU08ZH .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-tuytQU08ZH .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tuytQU08ZH .mbr-section-subtitle {
  text-align: left;
  color: #fc656b;
}
.cid-tugS9BkSgK {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background: #ffffff;
}
.cid-tugS9BkSgK .mbr-section-title {
  margin: 0;
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tugS9BkSgK .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tugS9BkSgK .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.2;
}
.cid-tugS9BkSgK .mbr-text {
  line-height: 1.5;
  font-weight: 300;
}
.cid-tugS9BkSgK .mbr-iconfont {
  color: #fc656b;
  font-size: 3rem;
  margin-bottom: .85rem;
}
.cid-tugS9BkSgK .wrapper {
  background-color: #faf8fb;
  border-radius: 30px;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-tugS9BkSgK .wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tugS9BkSgK .d-flex {
    flex-direction: column;
  }
}
.cid-tvKc3JKzh9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f4fd;
}
.cid-tvKc3JKzh9 .mbr-text,
.cid-tvKc3JKzh9 .mbr-section-btn {
  color: #000000;
}
.cid-tvKc3JKzh9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvKc3JKzh9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuytfRTwDR {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #faf8fb;
}
.cid-tuytfRTwDR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuytfRTwDR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuytfRTwDR .mbr-text,
.cid-tuytfRTwDR .mbr-section-btn {
  text-align: left;
}
.cid-tuytfRTwDR .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tuytfRTwDR .mbr-section-subtitle {
  text-align: left;
  color: #fc656b;
}
.cid-tug1JvXcUO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #faf8fb;
}
.cid-tug1JvXcUO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tug1JvXcUO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tug1JvXcUO .container {
  max-width: 1140px;
}
@media (max-width: 991px) {
  .cid-tug1JvXcUO .container {
    padding: 0 50px !important;
  }
}
.cid-tug1JvXcUO .row {
  align-items: stretch;
}
.cid-tug1JvXcUO .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 67%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-tug1JvXcUO .col-text {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-tug1JvXcUO .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tug1JvXcUO .text-wrapper {
    padding-top: 30px;
  }
}
.cid-tug1JvXcUO .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tug1JvXcUO .card-title {
    text-align: center;
  }
}
.cid-tug1JvXcUO .mbr-text {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .cid-tug1JvXcUO .mbr-text {
    text-align: center;
  }
}
.cid-tug1JvXcUO .col-img {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
  padding-right: 75px !important;
}
@media (max-width: 767px) {
  .cid-tug1JvXcUO .col-img {
    width: 100%;
    padding: 0 !important;
    align-items: center;
  }
}
.cid-tug1JvXcUO .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-tug1JvXcUO .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-tug1JvXcUO .image-wrapper {
    padding-right: 30px;
    max-width: 520px;
  }
}
@media (max-width: 575px) {
  .cid-tug1JvXcUO .image-wrapper {
    padding-right: 0;
  }
}
.cid-tug1JvXcUO .image-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  background-color: #fc656b;
  border-top-right-radius: 40%;
  border-bottom-right-radius: 40%;
  height: 65%;
  width: 90%;
}
.cid-tug1JvXcUO .image-wrapper .img-bg-wrap {
  margin-bottom: 19%;
  margin-left: 19%;
}
.cid-tug1JvXcUO .image-wrapper .img-bg-wrap img {
  position: relative;
  z-index: 2;
  height: auto;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  border-top-right-radius: 120px;
}
.cid-tug60YUXAw {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #faf8fb;
}
.cid-tug60YUXAw .row {
  align-items: center;
}
.cid-tug60YUXAw .image-wrapper {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-tug60YUXAw .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-tug60YUXAw .text-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 30px 0 0;
}
@media (min-width: 992px) {
  .cid-tug60YUXAw .text-wrapper {
    padding: 0 0 0 60px;
  }
}
.cid-tug60YUXAw .text-container {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-tug60YUXAw .text-container {
    width: 550px;
    flex-shrink: 1;
  }
}
.cid-tug60YUXAw .label-text {
  width: 100%;
  color: #fc656b;
}
.cid-tug60YUXAw .mbr-section-title {
  margin-bottom: 12px;
}
.cid-tug60YUXAw .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 32px;
}
.cid-tug60YUXAw .item {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
  flex-wrap: wrap;
}
.cid-tug60YUXAw .mbr-section-subtitle {
  margin: 0;
  width: 100%;
}
.cid-tug60YUXAw .numbers-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tug60YUXAw .number-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-tug60YUXAw .color-text {
  color: #fc656b;
}
.cid-tug60YUXAw .text-box {
  width: 100%;
}
.cid-tug60YUXAw .icon-text {
  width: 100%;
}
.cid-tug60YUXAw .btn-container {
  width: 100%;
}
@media (max-width: 575px) {
  .cid-tug60YUXAw .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tug60YUXAw .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tug60YUXAw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tug60YUXAw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tug60YUXAw .mbr-text,
.cid-tug60YUXAw .mbr-section-btn {
  color: #000000;
}
.cid-tvKbMgHsqA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f4fd;
}
.cid-tvKbMgHsqA .mbr-text,
.cid-tvKbMgHsqA .mbr-section-btn {
  color: #000000;
}
.cid-tvKbMgHsqA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvKbMgHsqA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuyCEp1uLv {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tuyCEp1uLv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuyCEp1uLv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuyCEp1uLv .mbr-text,
.cid-tuyCEp1uLv .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-tuyCEp1uLv .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tuyCEp1uLv .mbr-section-subtitle {
  text-align: left;
  color: #fc656b;
}
.cid-tufMJTZwva {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tufMJTZwva .card-wrapper {
  display: flex;
  padding-bottom: 2rem;
}
.cid-tufMJTZwva .card-wrapper:hover .card-title {
  color: #fc656b;
}
.cid-tufMJTZwva .col1 span {
  padding-right: 1.5rem;
}
.cid-tufMJTZwva .col2 span {
  padding-left: 1.5rem;
}
.cid-tufMJTZwva .card-title {
  transition: all 0.3s;
}
.cid-tufMJTZwva .mbr-iconfont {
  font-size: 2rem;
  padding-top: 0.5rem;
  color: #fc656b;
}
@media (max-width: 992px) {
  .cid-tufMJTZwva .card-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .cid-tufMJTZwva span {
    padding: 0!important;
    margin-bottom: 1rem;
  }
  .cid-tufMJTZwva .col2 .card-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-tufMJTZwva .card-text {
  color: #000000;
}
.cid-tuBxKcJBfe {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tuBxKcJBfe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuBxKcJBfe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuBxKcJBfe .mbr-text,
.cid-tuBxKcJBfe .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-tuBxKcJBfe .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tuBxKcJBfe .mbr-section-subtitle {
  text-align: left;
  color: #fc656b;
}
.cid-tuBxnP8Dxf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  z-index: 1;
}
.cid-tuBxnP8Dxf .card-box {
  padding: 0rem;
  height: 110px;
}
.cid-tuBxnP8Dxf .card {
  max-width: 100%;
}
.cid-tuBxnP8Dxf .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 110px;
}
.cid-tuBxnP8Dxf .wrapper {
  width: 100%;
  display: flex;
  padding: 0 1rem;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tuBxnP8Dxf .row {
  background: #faf8fb;
  position: relative;
  z-index: 0;
  padding: 4rem 0;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .cid-tuBxnP8Dxf .row {
    margin: 0rem;
  }
}
.cid-tuBxnP8Dxf .card-wrapper {
  display: flex;
  flex-direction: column;
}
.cid-tuBxnP8Dxf .card-wrapper:before {
  content: '';
  width: 2rem;
  height: 2px;
  background: #282b2f;
  position: absolute;
  top: 50%;
  right: 0px;
  z-index: -1;
}
.cid-tuBxnP8Dxf .card-wrapper:after {
  content: '';
  width: 2rem;
  height: 2px;
  background: #282b2f;
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: -1;
}
.cid-tuBxnP8Dxf .container-fluid {
  overflow: hidden;
}
.cid-tuBxnP8Dxf .order {
  display: flex;
  flex-direction: column-reverse;
}
@media (max-width: 767px) {
  .cid-tuBxnP8Dxf .order {
    flex-direction: column;
  }
}
.cid-tuBxnP8Dxf .card-title {
  transition: all 0.3s;
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tuBxnP8Dxf .col-lg-x {
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }
}
@media (min-width: 1600px) {
  .cid-tuBxnP8Dxf .col-lg-x {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (max-width: 1600px) {
  .cid-tuBxnP8Dxf .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-tuBxnP8Dxf .number-wrapper {
  position: relative;
  margin: 3rem auto;
  width: fit-content;
}
.cid-tuBxnP8Dxf .number-wrapper:before {
  content: '';
  width: 9999px;
  height: 2px;
  background: #282b2f;
  position: absolute;
  top: 50%;
  right: 30px;
  z-index: -1;
}
.cid-tuBxnP8Dxf .number-wrapper:after {
  content: '';
  width: 9999px;
  height: 2px;
  background: #282b2f;
  position: absolute;
  top: 50%;
  left: 30px;
  z-index: -1;
}
.cid-tuBxnP8Dxf .number-wrapper .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
}
.cid-tuBxnP8Dxf .mbr-iconfont {
  font-size: 6rem;
  height: 100px;
}
.cid-tuBxnP8Dxf .icon1 {
  color: #fc656b;
}
.cid-tuBxnP8Dxf .icon2 {
  color: #fc656b;
}
.cid-tuBxnP8Dxf .icon3 {
  color: #fc656b;
}
.cid-tuBxnP8Dxf .icon4 {
  color: #fc656b;
}
.cid-tuBxnP8Dxf .icon5 {
  color: #fc656b;
}
.cid-tuBxnP8Dxf .number1 {
  background: #fc656b;
}
.cid-tuBxnP8Dxf .number2 {
  background: #fc656b;
}
.cid-tuBxnP8Dxf .number3 {
  background: #fc656b;
}
.cid-tuBxnP8Dxf .number4 {
  background: #fc656b;
}
.cid-tuBxnP8Dxf .number5 {
  background: #fc656b;
}
.cid-tuBxnP8Dxf .number {
  color: #282b2f;
  font-size: 0.8rem;
  font-weight: 600;
}
.cid-tuBxnP8Dxf .card-text {
  color: #000000;
}
.cid-tuBxnP8Dxf .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #282b2f inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  justify-content: center;
  transition: all 0.3s;
}
.cid-tvKbMZw7gh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f4fd;
}
.cid-tvKbMZw7gh .mbr-text,
.cid-tvKbMZw7gh .mbr-section-btn {
  color: #000000;
}
.cid-tvKbMZw7gh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvKbMZw7gh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tug0yYolU0 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tug0yYolU0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tug0yYolU0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tug0yYolU0 .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 991px) {
  .cid-tug0yYolU0 .item {
    margin-bottom: 4rem;
  }
}
.cid-tug0yYolU0 .item:last-child .icon-box:before {
  display: none;
}
.cid-tug0yYolU0 .item.last .icon-box:before {
  display: none;
}
.cid-tug0yYolU0 .icon-box {
  background: #fc656b;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-tug0yYolU0 .icon-box {
    margin-right: 1rem;
  }
}
.cid-tug0yYolU0 .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 120%;
  color: #fc656b;
  transform: translate(-50%, 0);
}
.cid-tug0yYolU0 span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tug0yYolU0 .card {
    margin-bottom: 2rem;
  }
  .cid-tug0yYolU0 .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tug0yYolU0 .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-tug0yYolU0 .icon-box::before {
    top: 114%;
  }
}
.cid-tug0yYolU0 .mbr-text,
.cid-tug0yYolU0 .mbr-section-btn {
  text-align: left;
}
.cid-tug0yYolU0 .card-title,
.cid-tug0yYolU0 .card-box {
  text-align: left;
}
.cid-tuBw8BwO10 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f4fd;
}
.cid-tuBw8BwO10 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuBw8BwO10 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuBw8BwO10 .col-title {
  margin-bottom: 30px;
  padding: 0 30px !important;
}
.cid-tuBw8BwO10 .mbr-section-title {
  color: #112B6D;
}
.cid-tuBw8BwO10 .mbr-section-subtitle {
  color: #112B6D;
  margin-top: 20px;
}
.cid-tuBw8BwO10 .number-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .cid-tuBw8BwO10 .number-container {
    display: none;
  }
}
.cid-tuBw8BwO10 .number-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33.33333333%;
  padding: 0 10px;
}
.cid-tuBw8BwO10 .number-item:not(:first-child)::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  right: 50%;
  top: calc(50% - 1px);
  background-color: #fc656b;
}
.cid-tuBw8BwO10 .number-text {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 30px;
  color: #ffffff;
  background-color: #fc656b;
}
.cid-tuBw8BwO10 .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .cid-tuBw8BwO10 .cards-container {
    flex-wrap: wrap;
  }
}
.cid-tuBw8BwO10 .card {
  width: 33.33333333%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-tuBw8BwO10 .card {
    width: 100%;
    padding: 0 10px 30px;
  }
}
.cid-tuBw8BwO10 .card-box {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tuBw8BwO10 .card-box {
    display: flex;
    align-items: center;
  }
}
.cid-tuBw8BwO10 .iconfont-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tuBw8BwO10 .iconfont-wrapper {
    min-width: 130px;
    width: auto;
    margin-bottom: 0;
    margin-right: 25px;
  }
}
.cid-tuBw8BwO10 .iconfont-wrapper .mbr-iconfont {
  font-size: 130px;
  color: #fc656b;
}
@media (max-width: 767px) {
  .cid-tuBw8BwO10 .iconfont-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-tuBw8BwO10 .card-container {
  width: 100%;
  padding: 20px 20px 0;
}
@media (max-width: 767px) {
  .cid-tuBw8BwO10 .card-container {
    flex-grow: 1;
    padding: 0;
  }
}
.cid-tuBw8BwO10 .card-title {
  color: #000000;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-tuBw8BwO10 .card-title {
    margin-bottom: 20px;
    text-align: left !important;
  }
}
.cid-tuBw8BwO10 .card-text {
  color: #000000;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-tuBw8BwO10 .card-text {
    text-align: left !important;
  }
}
.cid-tuBw8BwO10 .btn-container {
  padding: 40px 30px 0 !important;
}
.cid-tuBw8BwO10 .mbr-section-title,
.cid-tuBw8BwO10 .mbr-section-btn {
  color: #000000;
}
.cid-tufXHDdipD {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tufXHDdipD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tufXHDdipD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tufXHDdipD .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tufXHDdipD .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tufXHDdipD .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #000000;
}
.cid-tufXHDdipD .panel-body,
.cid-tufXHDdipD .card-header {
  padding: 1rem 0;
}
.cid-tufXHDdipD .panel-title-edit {
  color: #000000;
}
.cid-tufXHDdipD H4 {
  color: #000000;
}
.cid-tufXHDdipD H3 {
  color: #000000;
}
.cid-tufXHDdipD .panel-text {
  color: #000000;
}
.cid-tA4ZYIA495 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #faf8fb;
}
.cid-tA4ZYIA495 p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tA4ZYIA495 .row {
    justify-content: flex-start !important;
  }
}
.cid-tA4ZYIA495 .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-tA4ZYIA495 .mbr-section-title {
  text-align: center;
}
.cid-tA4ZYIA495 .mbr-section-subtitle {
  text-align: center;
}
.cid-tA4ZYIA495 .card-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-tA4ZYIA495 .card-container {
    margin-bottom: 2rem;
  }
}
.cid-tA4ZYIA495 .card-wrapper {
  display: flex;
  flex: auto;
  flex-grow: 0;
  padding: 1rem 0 2rem;
}
@media (max-width: 767px) {
  .cid-tA4ZYIA495 .card-wrapper {
    padding-bottom: 1rem;
  }
}
.cid-tA4ZYIA495 .mbr-iconfont {
  font-size: 3rem;
  padding-right: 1rem;
  color: #FC656B;
}
.cid-tufJFhhQPf {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tufJFhhQPf .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tufJFhhQPf .icon-box {
  background: #fc656b;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tufJFhhQPf .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tufJFhhQPf .card {
    margin-bottom: 2rem;
  }
  .cid-tufJFhhQPf .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tA4VpwYd49 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fc656b;
}
.cid-tA4VpwYd49 p {
  text-align: center;
}
.cid-tA4VpwYd49 .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tA4VpwYd49 .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tA4VpwYd49 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  text-align: left;
}
.cid-tA4VpwYd49 .logo-footer {
  line-height: normal;
}
.cid-tA4VpwYd49 .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tA4VpwYd49 .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-tA4VpwYd49 .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-tA4VpwYd49 li {
  overflow: hidden;
}
.cid-tA4VpwYd49 .icon-transition span {
  display: block;
}
.cid-tA4VpwYd49 .icon-transition:hover span {
  animation: 0.3s linear top;
}
.cid-tA4VpwYd49 .list-inline-item a {
  display: block;
}
.cid-tA4VpwYd49 .list-inline-item:hover a {
  animation: 0.3s linear top;
}
@keyframes top {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-100%);
  }
  51% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tA4VpwYd49 .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tA4VpwYd49 .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tA4VpwYd49 .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-tA4VpwYd49 .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tA4VpwYd49 .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tA4VpwYd49 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-tA4VpwYd49 .logo-footer {
    text-align: center;
  }
  .cid-tA4VpwYd49 .social-media {
    justify-content: center;
  }
}
@charset "UTF-8";
section {
    background-color: #ffffff;
}

body {
    font-style: normal;
    line-height: 1.5;
    font-weight: 400;
    color: #232323;
    position: relative;
}

button {
    background-color: transparent;
    border-color: transparent;
}

section,
.container,
.container-fluid {
    position: relative;
    word-wrap: break-word;
}

a.mbr-iconfont:hover {
    text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
    margin-bottom: 0;
}

a {
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
}
a,
a:hover {
    text-decoration: none;
}

.mbr-section-title {
    font-style: normal;
    line-height: 1.3;
}

.mbr-section-subtitle {
    line-height: 1.3;
}

.mbr-text {
    font-style: normal;
    line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
    line-height: 1.25;
    word-break: break-word;
    word-wrap: break-word;
    font-weight: 400;
}

b,
strong {
    font-weight: bold;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition-delay: 9999s;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
}

textarea[type="hidden"] {
    display: none;
}

section {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.hidden {
    visibility: hidden;
}

.mbr-z-index20 {
    z-index: 20;
}

/*! Base colors */
.mbr-white {
    color: #ffffff;
}

.mbr-black {
    color: #111111;
}

.mbr-bg-white {
    background-color: #ffffff;
}

.mbr-bg-black {
    background-color: #000000;
}

/*! Text-aligns */
.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

@media (max-width: 767px) {
    .align-right,
    .align-left {
        text-align: center;
    }
}
/*! Font-weight  */
.mbr-light {
    font-weight: 300;
}

.mbr-regular {
    font-weight: 400;
}

.mbr-semibold {
    font-weight: 500;
}

.mbr-bold {
    font-weight: 700;
}

/*! Media  */
.media-content {
    flex-basis: 100%;
}

.media-container-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: start;
}
.media-container-row .media-size-item {
    width: 400px;
}

.media-container-column {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: stretch;
}
.media-container-column > * {
    width: 100%;
}

@media (min-width: 992px) {
    .media-container-row {
        flex-wrap: nowrap;
    }
}
figure {
    margin-bottom: 0;
    overflow: hidden;
}

figure[mbr-media-size] {
    transition: width 0.1s;
}

img,
iframe {
    display: block;
    width: 100%;
}

.card {
    background-color: transparent;
    border: none;
}

.card-box {
    width: 100%;
}

.card-img {
    text-align: center;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}

.media {
    max-width: 100%;
    margin: 0 auto;
}

.mbr-figure {
    align-self: center;
}

.media-container > div {
    max-width: 100%;
}

.mbr-figure img,
.card-img img {
    width: 100%;
}

@media (max-width: 991px) {
    .media-size-item {
        width: auto !important;
    }

    .media {
        width: auto;
    }

    .mbr-figure {
        width: 100% !important;
    }
}
/*! Buttons */
.mbr-section-btn {
    margin-left: -0.6rem;
    margin-right: -0.6rem;
    font-size: 0;
}

.btn {
    font-weight: 600;
    border-width: 1px;
    font-style: normal;
    margin: 0.6rem 0.6rem;
    white-space: normal;
    transition: all 0.2s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
}

.btn-sm {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
}

.btn-md {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
}

.btn-lg {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
}

.btn-form {
    margin: 0;
}
.btn-form:hover {
    cursor: pointer;
}

nav .mbr-section-btn {
    margin-left: 0rem;
    margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
    order: 1;
    cursor: pointer;
    margin-left: 0.5rem;
    vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
    margin-left: 0.8rem;
}

.mbr-regular {
    font-weight: 400;
}

.mbr-semibold {
    font-weight: 500;
}

.mbr-bold {
    font-weight: 700;
}

[type="submit"] {
    -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
    min-height: 100vh;
}

.mbr-fullscreen {
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
    min-height: 100vh;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

/*! Map */
.map {
    height: 25rem;
    position: relative;
}
.map iframe {
    width: 100%;
    height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
    bottom: 25px;
    right: 90px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #ffffff;
    font-size: 22px;
}

.mbr-arrow-up a {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 60px;
    width: 60px;
    border: 2px solid #fff;
    outline-style: none !important;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    text-align: center;
}
.mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
    line-height: 60px;
}

.mbr-arrow-up-icon {
    display: block;
    color: #fff;
}

.mbr-arrow-up-icon::before {
    content: "›";
    display: inline-block;
    font-family: serif;
    font-size: 22px;
    line-height: 1;
    font-style: normal;
    position: relative;
    top: 6px;
    left: -4px;
    transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
    position: absolute;
    bottom: 45px;
    left: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background-color: rgba(80, 80, 80, 0.5);
    border-radius: 50%;
    transform: translateX(-50%);
}
@media (max-width: 767px) {
    .mbr-arrow {
        display: none;
    }
}
.mbr-arrow > a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite;
    color: #ffffff;
}
.mbr-arrow > a > i {
    position: absolute;
    top: -2px;
    left: 15px;
    font-size: 2rem;
}

#scrollToTop a i::before {
    content: "";
    position: absolute;
    display: block;
    border-bottom: 2.5px solid #fff;
    border-left: 2.5px solid #fff;
    width: 27.8%;
    height: 27.8%;
    left: 50%;
    top: 51%;
    transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
    }
}
@-webkit-keyframes arrowdown {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
    }
}
@media (max-width: 500px) {
    .mbr-arrow-up {
        left: 0;
        right: 0;
        text-align: center;
    }
}
/*Gradients animation*/
@keyframes gradient-animation {
    from {
        background-position: 0% 100%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    to {
        background-position: 100% 0%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
}
@-webkit-keyframes gradient-animation {
    from {
        background-position: 0% 100%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    to {
        background-position: 100% 0%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
}
.bg-gradient {
    background-size: 200% 200%;
    animation: gradient-animation 5s infinite alternate;
    -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
    display: -webkit-flex;
}
.menu .navbar-brand span {
    display: flex;
    display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
    display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
    display: -webkit-flex;
    width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
    .menu .navbar-toggleable-sm .navbar-nav {
        display: -ms-flexbox;
    }
}
@media (max-width: 991px) {
    .menu .navbar-collapse {
        max-height: 93.5vh;
    }
    .menu .navbar-collapse.show {
        overflow: auto;
    }
}
@media (min-width: 992px) {
    .menu .navbar-nav.nav-dropdown {
        display: -webkit-flex;
    }
    .menu .navbar-toggleable-sm .navbar-collapse {
        display: -webkit-flex !important;
    }
    .menu .collapsed .navbar-collapse {
        max-height: 93.5vh;
    }
    .menu .collapsed .navbar-collapse.show {
        overflow: auto;
    }
}
@media (max-width: 767px) {
    .menu .navbar-collapse {
        max-height: 80vh;
    }
}

.nav-link .mbr-iconfont {
    margin-right: 0.5rem;
}

.navbar {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
}

.navbar-collapse {
    -webkit-flex-basis: 100%;
    -webkit-flex-grow: 1;
    -webkit-align-items: center;
}

.nav-dropdown .link {
    padding: 0.667em 1.667em !important;
    margin: 0 !important;
}

.nav {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
}

.row {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
}

.justify-content-center {
    -webkit-justify-content: center;
}

.form-inline {
    display: -webkit-flex;
}

.card-wrapper {
    -webkit-flex: 1;
}

.carousel-control {
    z-index: 10;
    display: -webkit-flex;
}

.carousel-controls {
    display: -webkit-flex;
}

.media {
    display: -webkit-flex;
}

.form-group:focus {
    outline: none;
}

.jq-selectbox__select {
    padding: 7px 0;
    position: relative;
}

.jq-selectbox__dropdown {
    overflow: hidden;
    border-radius: 10px;
    position: absolute;
    top: 100%;
    left: 0 !important;
    width: 100% !important;
}

.jq-selectbox__trigger-arrow {
    right: 0;
    transform: translateY(-50%);
}

.jq-selectbox li {
    padding: 1.07em 0.5em;
}

input[type="range"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
    height: 100%;
}

.modal-dialog .carousel-inner {
    height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
    .modal-dialog .carousel-inner {
        height: calc(100vh - 1rem);
    }
}

.carousel-item {
    text-align: center;
}

.carousel-item img {
    margin: auto;
}

.navbar-toggler {
    align-self: flex-start;
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none;
    box-shadow: none;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

.navbar-toggler-left {
    position: absolute;
    left: 1rem;
}

.navbar-toggler-right {
    position: absolute;
    right: 1rem;
}

.card-img {
    width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
    flex-direction: column;
}

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

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
    bottom: initial !important;
}

html,
body {
    height: auto;
    min-height: 100vh;
}

.dropup .dropdown-toggle::after {
    display: none;
}

.form-asterisk {
    font-family: initial;
    position: absolute;
    top: -2px;
    font-weight: normal;
}

.form-control-label {
    position: relative;
    cursor: pointer;
    margin-bottom: 0.357em;
    padding: 0;
}

.alert {
    color: #ffffff;
    border-radius: 0;
    border: 0;
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 1.875rem;
    padding: 1.25rem;
    position: relative;
    text-align: center;
}
.alert.alert-form::after {
    background-color: inherit;
    bottom: -7px;
    content: "";
    display: block;
    height: 14px;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    transform: rotate(45deg);
    width: 14px;
}

.form-control {
    background-color: #ffffff;
    background-clip: border-box;
    color: #232323;
    line-height: 1rem !important;
    height: auto;
    padding: 0.6rem 1.2rem;
    transition: border-color 0.25s ease 0s;
    border: 1px solid transparent !important;
    border-radius: 4px;
    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;
}
.form-active .form-control:invalid {
    border-color: red;
}

form .row {
    margin-left: -0.6rem;
    margin-right: -0.6rem;
}
form .row [class*="col"] {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}

form .mbr-section-btn {
    margin: 0;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}

form .btn {
    display: flex;
    padding: 0.6rem 1.2rem;
    margin: 0;
}

form .form-check-input {
    margin-top: 0.5;
}

textarea.form-control {
    line-height: 1.5rem !important;
}

.form-group {
    margin-bottom: 1.2rem;
}

.form-control,
form .btn {
    min-height: 48px;
}

.gdpr-block label span.textGDPR input[name="gdpr"] {
    top: 7px;
}

.form-control:focus {
    box-shadow: none;
}

:focus {
    outline: none;
}

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

blockquote {
    font-style: italic;
    padding: 3rem;
    font-size: 1.09rem;
    position: relative;
    border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
    margin-bottom: 2.3125rem;
}

.mt-4 {
    margin-top: 2rem !important;
}

.mb-4 {
    margin-bottom: 2rem !important;
}

@media (max-width: 992px) {
    .md-pb {
        margin-bottom: 2rem;
    }
}

@media (min-width: 992px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .row {
        margin-left: -16px;
        margin-right: -16px;
    }
    .row > [class*="col"] {
        padding-left: 16px;
        padding-right: 16px;
    }
}
@media (min-width: 768px) {
    .container-fluid {
        padding-left: 32px;
        padding-right: 32px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .mbr-container {
        padding-left: 32px;
        padding-right: 32px;
    }
}
@media (max-width: 767px) {
    .mbr-container {
        padding-left: 16px;
        padding-right: 16px;
    }
}
.card-wrapper,
.item-wrapper {
    overflow: hidden;
}

.app-video-wrapper > img {
    opacity: 1;
}

.item {
    position: relative;
}

.dropdown-menu .dropdown-menu {
    left: 100%;
}

.dropdown-item + .dropdown-menu {
    display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
    display: block;
}
.cid-tw7G4jJqfe {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tw7G4jJqfe .btn {
  padding: 0.3rem 2rem;
}
.cid-tw7G4jJqfe .nav-link {
  position: relative;
}
.cid-tw7G4jJqfe .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #000000;
}
.cid-tw7G4jJqfe .nav-link:hover:before {
  width: 100%;
}
.cid-tw7G4jJqfe nav.navbar {
  position: fixed;
}
.cid-tw7G4jJqfe .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-tw7G4jJqfe .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tw7G4jJqfe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tw7G4jJqfe .dropdown-item:hover,
.cid-tw7G4jJqfe .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tw7G4jJqfe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tw7G4jJqfe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tw7G4jJqfe .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-tw7G4jJqfe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tw7G4jJqfe .container {
  display: flex;
  margin: auto;
}
.cid-tw7G4jJqfe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tw7G4jJqfe .dropdown-menu,
.cid-tw7G4jJqfe .navbar.opened {
  background: #ffffff !important;
}
.cid-tw7G4jJqfe .nav-item:focus,
.cid-tw7G4jJqfe .nav-link:focus {
  outline: none;
}
.cid-tw7G4jJqfe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tw7G4jJqfe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tw7G4jJqfe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tw7G4jJqfe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tw7G4jJqfe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tw7G4jJqfe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tw7G4jJqfe .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-tw7G4jJqfe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tw7G4jJqfe .navbar.opened {
  transition: all 0.3s;
}
.cid-tw7G4jJqfe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tw7G4jJqfe .navbar .navbar-logo img {
  width: auto;
}
.cid-tw7G4jJqfe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tw7G4jJqfe .navbar.collapsed {
  justify-content: center;
}
.cid-tw7G4jJqfe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tw7G4jJqfe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tw7G4jJqfe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-tw7G4jJqfe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tw7G4jJqfe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tw7G4jJqfe .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-tw7G4jJqfe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tw7G4jJqfe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tw7G4jJqfe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tw7G4jJqfe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tw7G4jJqfe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tw7G4jJqfe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tw7G4jJqfe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tw7G4jJqfe .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-tw7G4jJqfe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tw7G4jJqfe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tw7G4jJqfe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tw7G4jJqfe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tw7G4jJqfe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tw7G4jJqfe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tw7G4jJqfe .navbar.navbar-short {
  min-height: 60px;
}
.cid-tw7G4jJqfe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tw7G4jJqfe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tw7G4jJqfe .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-tw7G4jJqfe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tw7G4jJqfe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tw7G4jJqfe .dropdown-item.active,
.cid-tw7G4jJqfe .dropdown-item:active {
  background-color: transparent;
}
.cid-tw7G4jJqfe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tw7G4jJqfe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tw7G4jJqfe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tw7G4jJqfe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tw7G4jJqfe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tw7G4jJqfe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tw7G4jJqfe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tw7G4jJqfe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tw7G4jJqfe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tw7G4jJqfe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tw7G4jJqfe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tw7G4jJqfe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw7G4jJqfe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw7G4jJqfe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tw7G4jJqfe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw7G4jJqfe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tw7G4jJqfe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tw7G4jJqfe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw7G4jJqfe .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tw7G4jJqfe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tw7G4jJqfe .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-tw7G4jJqfe .navbar {
    height: 70px;
  }
  .cid-tw7G4jJqfe .navbar.opened {
    height: auto;
  }
  .cid-tw7G4jJqfe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tw7G48Rubz {
  background-color: #faf8fb;
}
.cid-tw7G48Rubz .mbr-overlay {
  backdrop-filter: blur(20px);
}
.cid-tw7G48Rubz img {
  width: 100%;
  transform: scale(2) translateX(-2rem);
  z-index: 0;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-tw7G48Rubz img {
    transform: scale(1) translateX(0);
  }
}
.cid-tw7G48Rubz .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  z-index: 1;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tw7G48Rubz .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tw7G48Rubz .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-tw7G48Rubz .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tw7G48Rubz .col-12 {
  position: relative;
}
.cid-tw7G48Rubz .round {
  position: absolute;
  top: -60px;
  right: -150px;
  width: 280px;
  height: 280px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-tw7G48Rubz .round {
    top: -30px;
    right: -110px;
    width: 180px;
    height: 180px;
  }
}
.cid-tw7G48Rubz .round:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 50%;
}
.cid-tw7G48Rubz .round2 {
  top: auto;
  right: auto;
  bottom: -30px;
  left: -30px;
  width: 120px;
  height: 120px;
  z-index: 0;
}
.cid-tw7G48Rubz .mbr-section-title {
  color: #000000;
}
.cid-tw7G48Rubz .mbr-text,
.cid-tw7G48Rubz .mbr-section-btn {
  color: #45494e;
  text-align: left;
}
.cid-tw7G48Rubz .mbr-section-subtitle {
  color: #fc656b;
  text-align: left;
}
.cid-tw7G48Rubz .mbr-section-title P {
  text-align: left;
}
.cid-twoMi3fk7c {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-twoMi3fk7c .mbr-fallback-image.disabled {
  display: none;
}
.cid-twoMi3fk7c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twoMi3fk7c .card-title {
  min-width: 250px;
}
.cid-twoMi3fk7c .card-text {
  padding-left: 4rem;
}
@media (max-width: 767px) {
  .cid-twoMi3fk7c .card-text {
    padding-left: 0rem;
  }
}
.cid-twoMi3fk7c .mbr-iconfont {
  font-size: 1rem;
  color: #fc656b;
  border-radius: 50%;
  background: #000000;
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.cid-twoMi3fk7c .card-wrapper {
  display: flex;
  transition: all 0.3s;
  justify-content: space-between;
  align-items: center;
  background: #faf8fb;
  margin-bottom: 1rem;
  padding: 1.5rem 1.5rem;
}
@media (max-width: 767px) {
  .cid-twoMi3fk7c .card-wrapper {
    flex-direction: column;
  }
}
.cid-twoMi3fk7c .card-wrapper:hover {
  background: #fc656b;
  color: white !important;
}
.cid-twoMi3fk7c .text-wrap {
  display: flex;
}
@media (max-width: 767px) {
  .cid-twoMi3fk7c .text-wrap {
    flex-direction: column;
    padding-bottom: 1rem;
  }
}
.cid-twoMi3fk7c .mbr-section-title {
  text-align: left;
}
.cid-twoMi3fk7c .mbr-section-subtitle {
  text-align: left;
}
.cid-twoMi3fk7c .card-title,
.cid-twoMi3fk7c .iconfont-wrapper,
.cid-twoMi3fk7c .card-wrapper {
  color: #000000;
}
.cid-twowUzLQOQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff8fc;
}
.cid-twowUzLQOQ h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-twowUzLQOQ h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-twowUzLQOQ h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-twowUzLQOQ .mbr-text,
.cid-twowUzLQOQ .mbr-section-btn {
  color: #000000;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-twowUzLQOQ h3:before,
  .cid-twowUzLQOQ h3:after {
    display: none;
  }
}
.cid-twowUzLQOQ H1 {
  color: #fc656b;
  text-align: center;
}
.cid-twowUzLQOQ H3 {
  color: #111111;
}
.cid-twpLEJbl2G {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-twpLEJbl2G .button-padding {
  padding: 0;
}
.cid-twpLEJbl2G .btn {
  margin: 0;
}
.cid-twpLEJbl2G .button-top {
  margin-top: 20px;
}
.cid-twpLEJbl2G .mbr-text {
  padding-bottom: 30px;
  margin: 0;
}
.cid-twpLEJbl2G .card-title {
  padding-bottom: 50px;
  margin: 0;
  color: #000000;
  text-align: left;
}
.cid-twpLEJbl2G .mbr-text,
.cid-twpLEJbl2G .mbr-section-btn {
  text-align: left;
  color: #424242;
}
.cid-twpNgQO1EI {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #faf8fb;
}
.cid-twpNgQO1EI .button-padding {
  padding: 0;
}
.cid-twpNgQO1EI .btn {
  margin: 0;
}
.cid-twpNgQO1EI .button-top {
  margin-top: 20px;
}
.cid-twpNgQO1EI .mbr-text {
  padding-bottom: 30px;
  margin: 0;
}
.cid-twpNgQO1EI .card-title {
  padding-bottom: 50px;
  margin: 0;
  color: #000000;
  text-align: left;
}
.cid-twpNgQO1EI .mbr-text,
.cid-twpNgQO1EI .mbr-section-btn {
  color: #424242;
}
.cid-twpFRIeJUz {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-twpFRIeJUz .mbr-fallback-image.disabled {
  display: none;
}
.cid-twpFRIeJUz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twpFRIeJUz .mbr-text,
.cid-twpFRIeJUz .mbr-section-btn {
  text-align: left;
  color: #424242;
}
.cid-twpFRIeJUz .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-twpFRIeJUz .mbr-section-subtitle {
  text-align: left;
  color: #fc656b;
}
.cid-twpJ1JesKB {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-twpJ1JesKB .card {
  width: 100%;
}
.cid-twpJ1JesKB .card .add__block {
  display: none;
}
.cid-twpJ1JesKB .add__block {
  margin-top: 35px;
}
.cid-twpJ1JesKB .add__block .add__block_image {
  width: 170px;
}
.cid-twpJ1JesKB .add__block .add__block_image img {
  width: 100%;
  border-radius: 6px;
}
.cid-twpJ1JesKB .add__block .add__block_content {
  margin-left: 30px;
  max-width: 270px;
}
.cid-twpJ1JesKB .add__block .add__block_title {
  margin-bottom: 0;
}
.cid-twpJ1JesKB .add__block .add__block_text {
  margin-top: 15px;
  margin-bottom: 0;
  color: #919dab;
}
.cid-twpJ1JesKB .row {
  margin: 0;
}
.cid-twpJ1JesKB .mbr-section-title {
  margin-bottom: 0;
}
.cid-twpJ1JesKB .step-container {
  margin-top: 25px;
}
.cid-twpJ1JesKB .padding__bot {
  padding-bottom: 50px;
}
.cid-twpJ1JesKB .step-text-content {
  padding-top: 10px;
}
.cid-twpJ1JesKB .mbr-step-title {
  margin-bottom: 0;
  font-weight: 500;
  color: #424242;
}
.cid-twpJ1JesKB .mbr-step-text {
  margin-bottom: 0;
  margin-top: 20px;
  color: #919DAB;
}
.cid-twpJ1JesKB .mbr-section-btn {
  margin-top: 20px;
}
.cid-twpJ1JesKB .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-twpJ1JesKB .step {
  display: flex;
  width: 44px;
  height: 44px;
  font-size: calc((22px) - 2px);
  margin-bottom: 0;
  border-radius: 50%;
  border: 2px solid #fc656b;
  background-color: #fc656b;
  font-weight: 500;
  color: #ffffff;
}
@media (min-width: 400px) {
  .cid-twpJ1JesKB .add__block {
    display: flex;
  }
  .cid-twpJ1JesKB .step-element {
    display: flex;
  }
  .cid-twpJ1JesKB .mbr-section-btn {
    margin-top: 20px;
    margin-left: calc((22 * 2px) + 70px);
  }
  .cid-twpJ1JesKB .mbr-section-btn .btn {
    margin-left: 0;
  }
  .cid-twpJ1JesKB .separline {
    position: relative;
  }
  .cid-twpJ1JesKB .separline:after {
    top: 44px;
    left: 20px;
    position: absolute;
    content: "";
    width: 2px;
    height: calc(100% - (22px) * 2);
    background-color: #fc656b;
  }
  .cid-twpJ1JesKB .step-text-content {
    margin-left: 70px;
  }
}
@media (max-width: 400px) {
  .cid-twpJ1JesKB .add__block_title {
    margin-top: 30px;
  }
  .cid-twpJ1JesKB .add__block .add__block_content {
    margin-left: 0;
  }
}
.cid-twpJ1JesKB .mbr-fallback-image.disabled {
  display: none;
}
.cid-twpJ1JesKB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twpHYpSL7e {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-twpHYpSL7e .mbr-fallback-image.disabled {
  display: none;
}
.cid-twpHYpSL7e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twpHYpSL7e .mbr-text,
.cid-twpHYpSL7e .mbr-section-btn {
  text-align: left;
  color: #424242;
}
.cid-twpHYpSL7e .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-twpHYpSL7e .mbr-section-subtitle {
  text-align: left;
  color: #fc656b;
}
.cid-twpSY2Njl4 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-twpSY2Njl4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-twpSY2Njl4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twpSY2Njl4 .mbr-text,
.cid-twpSY2Njl4 .mbr-section-btn {
  text-align: left;
  color: #424242;
}
.cid-twpSY2Njl4 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-twpSY2Njl4 .mbr-section-subtitle {
  text-align: left;
  color: #fc656b;
}
.cid-twpQUMHmYA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-twpQUMHmYA .button-padding {
  padding: 0;
}
.cid-twpQUMHmYA .btn {
  margin: 0;
}
.cid-twpQUMHmYA .button-top {
  margin-top: 20px;
}
.cid-twpQUMHmYA .mbr-text {
  padding-bottom: 30px;
  margin: 0;
}
.cid-twpQUMHmYA .card-title {
  padding-bottom: 50px;
  margin: 0;
  color: #fc656b;
  text-align: left;
}
.cid-twpQUMHmYA .mbr-text,
.cid-twpQUMHmYA .mbr-section-btn {
  color: #424242;
  text-align: left;
}
.cid-twpRgPtHCR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-twpRgPtHCR .button-padding {
  padding: 0;
}
.cid-twpRgPtHCR .btn {
  margin: 0;
}
.cid-twpRgPtHCR .button-top {
  margin-top: 20px;
}
.cid-twpRgPtHCR .mbr-text {
  padding-bottom: 30px;
  margin: 0;
}
.cid-twpRgPtHCR .card-title {
  padding-bottom: 50px;
  margin: 0;
  color: #fc656b;
  text-align: left;
}
.cid-twpRgPtHCR .mbr-text,
.cid-twpRgPtHCR .mbr-section-btn {
  color: #181818;
  text-align: left;
}
.cid-twq7wSYFi2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff8fc;
}
.cid-twq7wSYFi2 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-twq7wSYFi2 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-twq7wSYFi2 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-twq7wSYFi2 .mbr-text,
.cid-twq7wSYFi2 .mbr-section-btn {
  color: #606060;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-twq7wSYFi2 h3:before,
  .cid-twq7wSYFi2 h3:after {
    display: none;
  }
}
.cid-twq7wSYFi2 H1 {
  color: #fc656b;
  text-align: center;
}
.cid-twq7wSYFi2 H3 {
  color: #111111;
}
.cid-twq9LcDgfS {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-twq9LcDgfS .mbr-fallback-image.disabled {
  display: none;
}
.cid-twq9LcDgfS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twq9LcDgfS .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-twq9LcDgfS .mbr-section-subtitle {
  text-align: left;
  color: #424242;
}
.cid-twqbbQJRPD {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #fff8fc;
}
.cid-twqbbQJRPD h3 {
  text-align: center;
  font-weight: 300;
}
.cid-twqbbQJRPD .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-twqbbQJRPD .mbr-section-subtitle {
  color: #767676;
}
.cid-twqbbQJRPD .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-twqbbQJRPD ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-twqbbQJRPD path {
  stroke: #fc656b;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-twqbbQJRPD .card {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
  }
}
.cid-twqbbQJRPD .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-twqbbQJRPD .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #fc656b;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-twqbbQJRPD .mbr-section-title,
.cid-twqbbQJRPD .line-wrap {
  text-align: center;
  color: #fc656b;
}
.cid-twqbbQJRPD p {
  color: #656565;
}
.cid-twqbbQJRPD H4 {
  color: #919dab;
}
.cid-twqbbQJRPD P {
  color: #fc656b;
}
.cid-twq95H7n4y {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-twq95H7n4y .button-padding {
  padding: 0;
}
.cid-twq95H7n4y .btn {
  margin: 0;
}
.cid-twq95H7n4y .button-top {
  margin-top: 20px;
}
.cid-twq95H7n4y .mbr-text {
  padding-bottom: 30px;
  margin: 0;
}
.cid-twq95H7n4y .card-title {
  padding-bottom: 50px;
  margin: 0;
  color: #000000;
  text-align: left;
}
.cid-twq95H7n4y .mbr-text,
.cid-twq95H7n4y .mbr-section-btn {
  color: #424242;
  text-align: left;
}
.cid-twqbguaLNL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fff8fc;
}
.cid-twqbguaLNL .mbr-fallback-image.disabled {
  display: none;
}
.cid-twqbguaLNL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twqbguaLNL .mbr-text {
  color: #767676;
}
.cid-twqbguaLNL .mbr-section-subtitle {
  color: #767676;
}
.cid-twqbguaLNL .title .num {
  width: 100%;
  display: block;
}
.cid-twqbguaLNL .title .card-title {
  z-index: 1;
}
.cid-twqbguaLNL .num {
  color: #fc656b;
}
@media (max-width: 767px) {
  .cid-twqbguaLNL * {
    text-align: center !important;
  }
  .cid-twqbguaLNL .content-column {
    margin-bottom: 2rem;
  }
}
.cid-twqbguaLNL .mbr-section-title,
.cid-twqbguaLNL .card-box {
  text-align: center;
}
.cid-twqbguaLNL .mbr-text,
.cid-twqbguaLNL .mbr-section-btn {
  text-align: center;
  color: #424242;
}
.cid-twqbguaLNL .card-text {
  text-align: left;
  color: #424242;
}
.cid-twqhdKlw4y {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-twqhdKlw4y .mbr-fallback-image.disabled {
  display: none;
}
.cid-twqhdKlw4y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twqhdKlw4y .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-twqhdKlw4y .mbr-section-subtitle {
  text-align: left;
  color: #424242;
}
.cid-twqgGWmPE8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fff8fc;
}
.cid-twqgGWmPE8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-twqgGWmPE8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1400px) {
  .cid-twqgGWmPE8 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-twqgGWmPE8 img {
  border-radius: 3rem;
}
.cid-twqgGWmPE8 .row {
  align-items: center;
}
.cid-twqgGWmPE8 .mbr-section-title {
  color: #000000;
}
.cid-twqgGWmPE8 .mbr-text,
.cid-twqgGWmPE8 .mbr-section-btn {
  color: #424242;
}
.cid-twqgGWmPE8 .mbr-section-subtitle {
  color: #fc656b;
}
.cid-twuwSncJ7a {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-twuwSncJ7a h3 {
  text-align: center;
  font-weight: 300;
}
.cid-twuwSncJ7a .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-twuwSncJ7a .mbr-section-subtitle {
  color: #767676;
}
.cid-twuwSncJ7a .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-twuwSncJ7a svg {
  overflow: visible;
}
.cid-twuwSncJ7a ellipse {
  stroke: #efefef;
  stroke-width: 10px;
}
.cid-twuwSncJ7a path {
  stroke-width: 10px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-twuwSncJ7a .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-twuwSncJ7a .progress1 path {
  stroke: #fc656b;
}
.cid-twuwSncJ7a .progress2 path {
  stroke: #fc656b;
}
.cid-twuwSncJ7a .progress3 path {
  stroke: #33358c;
}
.cid-twuwSncJ7a .progress4 path {
  stroke: #ff9083;
}
.cid-twuwSncJ7a .card-text {
  color: #424242;
  text-align: left;
}
.cid-twuwSncJ7a DIV {
  text-align: center;
}
.cid-twuwSncJ7a H4 {
  text-align: center;
  color: #fc656b;
}
.cid-twuwSncJ7a .number {
  color: #181818;
}
.cid-twqkfUu8oC {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f4f4f4;
}
.cid-twqkfUu8oC .mbr-fallback-image.disabled {
  display: none;
}
.cid-twqkfUu8oC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twqkfUu8oC .item {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  flex-direction: column;
}
.cid-twqkfUu8oC .icon-box {
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-twqkfUu8oC .text-box {
  text-align: center;
}
.cid-twqkfUu8oC span {
  font-size: 6rem;
  color: #6592e6;
  font-weight: bold;
  display: block;
}
@media (max-width: 991px) {
  .cid-twqkfUu8oC .card {
    margin-bottom: 2rem;
  }
  .cid-twqkfUu8oC .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-twqkfUu8oC span {
    font-size: 21vw;
  }
}
.cid-twqkfUu8oC .item .icon-box .step-number {
  color: #fc656b;
}
.cid-twqolQW9n7 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-twqolQW9n7 .button-padding {
  padding: 0;
}
.cid-twqolQW9n7 .btn {
  margin: 0;
}
.cid-twqolQW9n7 .button-top {
  margin-top: 20px;
}
.cid-twqolQW9n7 .mbr-text {
  padding-bottom: 30px;
  margin: 0;
}
.cid-twqolQW9n7 .card-title {
  padding-bottom: 50px;
  margin: 0;
  color: #fc656b;
  text-align: left;
}
.cid-twqolQW9n7 .mbr-text,
.cid-twqolQW9n7 .mbr-section-btn {
  color: #424242;
}
.cid-twqoNfX3r2 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f4f4f4;
}
.cid-twqoNfX3r2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-twqoNfX3r2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twqoNfX3r2 .item {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  flex-direction: column;
}
.cid-twqoNfX3r2 .icon-box {
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-twqoNfX3r2 .text-box {
  text-align: center;
}
.cid-twqoNfX3r2 span {
  font-size: 6rem;
  color: #6592e6;
  font-weight: bold;
  display: block;
}
@media (max-width: 991px) {
  .cid-twqoNfX3r2 .card {
    margin-bottom: 2rem;
  }
  .cid-twqoNfX3r2 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-twqoNfX3r2 span {
    font-size: 21vw;
  }
}
.cid-twqoNfX3r2 .item .icon-box .step-number {
  color: #fc656b;
}
.cid-twue2HUa7w {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #faf8fb;
}
.cid-twue2HUa7w .button-padding {
  padding: 0;
}
.cid-twue2HUa7w .btn {
  margin: 0;
}
.cid-twue2HUa7w .button-top {
  margin-top: 20px;
}
.cid-twue2HUa7w .mbr-text {
  padding-bottom: 30px;
  margin: 0;
}
.cid-twue2HUa7w .card-title {
  padding-bottom: 50px;
  margin: 0;
  color: #000000;
  text-align: left;
}
.cid-twue2HUa7w .mbr-text,
.cid-twue2HUa7w .mbr-section-btn {
  color: #424242;
}
.cid-twqsswAYEq {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-twqsswAYEq .mbr-fallback-image.disabled {
  display: none;
}
.cid-twqsswAYEq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twqsswAYEq .mbr-section-head {
  width: 100%;
  margin-bottom: 36px;
}
.cid-twqsswAYEq .mbr-section-title {
  color: #fc656b;
  text-align: left;
}
.cid-twqsswAYEq .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-twqsswAYEq .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-twqsswAYEq .tabl-item-row {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-twqsswAYEq .tabl-item-row:nth-child(2n) {
  background: rgba(252, 101, 107, 0.06);
}
.cid-twqsswAYEq .tabl-item-column {
  width: 33.33333333%;
  flex-grow: 1;
  padding: 14px;
}
@media (max-width: 767px) {
  .cid-twqsswAYEq .tabl-item-column {
    padding: 10px;
  }
}
.cid-twqsswAYEq .card-title {
  color: #45494e;
}
.cid-twqsswAYEq .card-text {
  color: #45494E;
}
.cid-twuRXaf8wU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f4f4f4;
}
.cid-twuRXaf8wU .card-wrapper {
  display: flex;
  overflow: visible;
}
.cid-twuRXaf8wU .icon {
  font-size: 5rem;
  color: #fc656b;
  padding-right: 0rem;
  margin-top: -1rem;
  display: block;
}
.cid-twuRXaf8wU .card-box {
  margin-left: -1rem;
}
.cid-twuRXaf8wU .card-title {
  color: #000000;
  text-align: left;
}
.cid-twuRXaf8wU .card-text {
  color: #424242;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-twuRXaf8wU .align-right,
  .cid-twuRXaf8wU .align-left {
    text-align: center;
  }
  .cid-twuRXaf8wU .card-wrapper {
    flex-direction: column;
  }
  .cid-twuRXaf8wU .icon,
  .cid-twuRXaf8wU .card-box {
    margin: 0rem;
  }
  .cid-twuRXaf8wU .icon {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-twuRXaf8wU .mbr-fallback-image.disabled {
  display: none;
}
.cid-twuRXaf8wU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tw7TZ421IA {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tw7TZ421IA .container-fluid {
  padding: 0 3rem;
}
.cid-tw7TZ421IA .mbr-section-subtitle {
  line-height: 1.72;
}
.cid-tw7TZ421IA table {
  width: 100% !important;
  margin: 0 auto;
}
.cid-tw7TZ421IA table th {
  padding: 1.5rem 1rem;
  word-break: normal;
  transition: all .2s;
  text-align: center;
  border-color: #fc656b;
  border-bottom-color: #fc656b !important;
  border-top: none;
  vertical-align: middle;
}
.cid-tw7TZ421IA table tr {
  border-color: #fc656b;
}
.cid-tw7TZ421IA table td {
  vertical-align: middle;
  word-break: normal;
  line-height: 1.72;
}
.cid-tw7TZ421IA th:after,
.cid-tw7TZ421IA th:before {
  display: none !important;
}
.cid-tw7TZ421IA .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-tw7TZ421IA .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
.cid-tw7TZ421IA .dataTable-top {
  margin-bottom: 20px;
}
.cid-tw7TZ421IA .body-item {
  padding: 33px 36px;
  font-weight: 300;
  white-space: nowrap;
  color: #45494e;
}
.cid-tw7TZ421IA .head-item {
  color: #181818;
  padding: 33px 36px;
  text-align: left;
  white-space: nowrap;
}
.cid-tw7TZ421IA .row-title {
  white-space: nowrap;
  padding: 33px 54px;
  color: #fc656b;
  line-height: 1.72;
  text-align: left;
}
.cid-tw7TZ421IA .second-col {
  background-color: #faf8fb;
}
.cid-tw7TZ421IA .head-item.first-col,
.cid-tw7TZ421IA .head-item.second-col,
.cid-tw7TZ421IA .head-item.other-col {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.cid-tw7TZ421IA .other-col {
  background-color: #ffffff;
}
.cid-tw7TZ421IA .mbr-section-title {
  margin-bottom: 80px;
  color: #000000;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tw7TZ421IA .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tw7TZ421IA th:nth-child(3n+2) {
  background-color: #faf8fb;
}
.cid-tw7TZ421IA td:nth-child(3n+2) {
  background-color: #faf8fb;
}
.cid-tw7TZ421IA .mbr-section-subtitle,
.cid-tw7TZ421IA .body-item {
  text-align: left;
  color: #45494e;
}
.cid-twuTxX6ABc {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-twuTxX6ABc .mbr-text,
.cid-twuTxX6ABc .mbr-section-btn {
  color: #000000;
}
.cid-twuTxX6ABc .mbr-fallback-image.disabled {
  display: none;
}
.cid-twuTxX6ABc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twuUvAC8Ff {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #faf8fb;
}
.cid-twuUvAC8Ff .button-padding {
  padding: 0;
}
.cid-twuUvAC8Ff .btn {
  margin: 0;
}
.cid-twuUvAC8Ff .button-top {
  margin-top: 20px;
}
.cid-twuUvAC8Ff .mbr-text {
  padding-bottom: 30px;
  margin: 0;
}
.cid-twuUvAC8Ff .card-title {
  padding-bottom: 50px;
  margin: 0;
  color: #000000;
  text-align: left;
}
.cid-twuUvAC8Ff .mbr-text,
.cid-twuUvAC8Ff .mbr-section-btn {
  color: #424242;
}
.cid-twvkFHpvJZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff8fc;
}
@media (min-width: 992px) {
  .cid-twvkFHpvJZ .row {
    flex-direction: row-reverse;
  }
  .cid-twvkFHpvJZ .image-wrapper {
    padding-right: 1.5rem;
  }
  .cid-twvkFHpvJZ .wrapper {
    padding-left: 1.5rem;
  }
}
.cid-twvkFHpvJZ .item-title {
  color: #000000;
  text-align: left;
}
.cid-twvkFHpvJZ .subtitle-text {
  color: #424242;
}
.cid-twvkFHpvJZ .item-box {
  display: flex;
}
.cid-twvkFHpvJZ .num {
  color: #FC656B;
  min-width: max-content;
  margin-right: 1.4rem;
}
.cid-twvkFHpvJZ .item-text {
  color: #000000;
}
.cid-twvkFHpvJZ .image-wrapper {
  height: 100%;
}
@media (max-width: 991px) {
  .cid-twvkFHpvJZ .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-twvkFHpvJZ .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.cid-twvkFHpvJZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-twvkFHpvJZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twvcpshIJD {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-twvcpshIJD .mbr-fallback-image.disabled {
  display: none;
}
.cid-twvcpshIJD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twvcpshIJD circle,
.cid-twvcpshIJD path {
  fill: #fc656b;
}
.cid-twvcpshIJD .card-box {
  border: 1px solid currentColor;
  padding: 1rem 3rem;
  border-radius: 1.5rem;
}
.cid-twvcpshIJD .mbr-text {
  color: #fc656b;
}
.cid-twvcpshIJD .figure {
  position: relative;
  display: inline-block;
  margin: auto;
  width: fit-content;
}
.cid-twvcpshIJD .figure p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-60%, -50%);
}
.cid-twvcpshIJD .mbr-section-subtitle {
  color: #fc656b;
}
.cid-twvcpshIJD .title .num {
  width: 100%;
  padding-bottom: 1rem;
  display: block;
}
.cid-twvcpshIJD .title .card-title {
  z-index: 1;
}
.cid-twvcpshIJD .num {
  color: #ffff;
}
@media (max-width: 767px) {
  .cid-twvcpshIJD * {
    text-align: center !important;
  }
  .cid-twvcpshIJD .content-column {
    margin-bottom: 2rem;
  }
}
.cid-twvcpshIJD .card-title,
.cid-twvcpshIJD .card-img {
  color: #fc656b;
  text-align: center;
}
.cid-twvcpshIJD .num,
.cid-twvcpshIJD .card-box {
  color: #000000;
  text-align: center;
}
.cid-twvcpshIJD .mbr-figure-text {
  color: #ffffff;
}
.cid-twvcpshIJD .card-text {
  text-align: center;
  color: #000000;
}
.cid-twveSgW3oX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-twveSgW3oX .mbr-fallback-image.disabled {
  display: none;
}
.cid-twveSgW3oX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twveSgW3oX .mbr-text,
.cid-twveSgW3oX .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-twveSgW3oX .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-twveSgW3oX .mbr-section-subtitle {
  text-align: left;
  color: #fc656b;
}
.cid-twvj0Is8Ne {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff8fc;
}
@media (min-width: 992px) {
  .cid-twvj0Is8Ne .row {
    flex-direction: row-reverse;
  }
  .cid-twvj0Is8Ne .image-wrapper {
    padding-right: 1.5rem;
  }
  .cid-twvj0Is8Ne .wrapper {
    padding-left: 1.5rem;
  }
}
.cid-twvj0Is8Ne .item-title {
  color: #000000;
  text-align: left;
}
.cid-twvj0Is8Ne .subtitle-text {
  color: #000000;
}
.cid-twvj0Is8Ne .item-box {
  display: flex;
}
.cid-twvj0Is8Ne .num {
  color: #FC656B;
  min-width: max-content;
  margin-right: 1.4rem;
}
.cid-twvj0Is8Ne .item-text {
  color: #000000;
}
.cid-twvj0Is8Ne .image-wrapper {
  height: 100%;
}
@media (max-width: 991px) {
  .cid-twvj0Is8Ne .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-twvj0Is8Ne .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.cid-twvj0Is8Ne .mbr-fallback-image.disabled {
  display: none;
}
.cid-twvj0Is8Ne .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twvy66EGkU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-twvy66EGkU .mbr-fallback-image.disabled {
  display: none;
}
.cid-twvy66EGkU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twvy66EGkU .container {
  max-width: 1120px;
}
.cid-twvy66EGkU .row {
  justify-content: center;
}
.cid-twvy66EGkU .col-title {
  margin-bottom: 70px;
}
.cid-twvy66EGkU .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-twvy66EGkU .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
.cid-twvy66EGkU .img-container {
  margin: 0 auto;
}
.cid-twvy66EGkU .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
  border: 10px solid #f6f6f6;
}
@media (max-width: 767px) {
  .cid-twvy66EGkU .image-wrapper {
    border: 5px solid #f6f6f6;
  }
}
@media (min-width: 992px) {
  .cid-twvy66EGkU .image-wrapper {
    height: 700px;
  }
}
.cid-twvy66EGkU .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-twoFtXTfDh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-twoFtXTfDh .mbr-text {
  color: #767676;
}
.cid-twoFtXTfDh .sig-img img {
  width: auto;
  display: inline-block;
}
.cid-twoFtXTfDh .card-title {
  color: #000000;
}
.cid-twoFtXTfDh .mbr-text,
.cid-twoFtXTfDh .sig-img {
  color: #424242;
}
.cid-twovjCQY3S {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-twovjCQY3S .mbr-fallback-image.disabled {
  display: none;
}
.cid-twovjCQY3S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twovjCQY3S .container {
  max-width: 1140px;
}
.cid-twovjCQY3S .row {
  align-items: stretch;
}
.cid-twovjCQY3S .col-title {
  position: relative;
  padding: 10px;
  flex-grow: 1;
}
.cid-twovjCQY3S .col-text {
  padding: 10px;
  flex-grow: 1;
}
.cid-twovjCQY3S .title-container {
  position: sticky;
  top: 57px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-twovjCQY3S .title-container {
    position: static;
  }
}
.cid-twovjCQY3S .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-twovjCQY3S .item-text {
  width: 100%;
  margin-bottom: 20px;
}
.cid-twovjCQY3S .item-text:not(:first-child) {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .cid-twovjCQY3S .item-text:not(:first-child) {
    margin-bottom: 0;
  }
}
.cid-twovjCQY3S .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 15px !important;
  width: 100%;
}
.cid-twovjCQY3S .mbr-text {
  color: #1d191f;
  margin-bottom: 0;
  width: 100%;
}
.cid-twovGXOoqV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-twovGXOoqV .link-wrap {
  display: inline-block;
  width: 100%;
}
.cid-twovGXOoqV .link {
  padding-left: 2.5rem;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
}
.cid-twovGXOoqV .link:before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
  font-size: 1rem;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: all 0.3s;
  background: #000000;
  font-family: 'Moririse2' !important;
  content: "\e909";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cid-twovGXOoqV .link:hover:before {
  background: #d8182f;
}
.cid-twovGXOoqV .mbr-section-title {
  color: #000000;
}
.cid-twovGXOoqV .mbr-text,
.cid-twovGXOoqV .mbr-section-btn {
  color: #000000;
}
.cid-twovGXOoqV .link,
.cid-twovGXOoqV .link-wrap {
  color: #000000;
}
.cid-twovGXOoqV .mbr-title {
  color: #3098f3;
}
.cid-twovNneHyI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-twovNneHyI .link-wrap {
  display: inline-block;
  width: 100%;
}
.cid-twovNneHyI .link {
  padding-left: 2.5rem;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
}
.cid-twovNneHyI .link:before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
  font-size: 1rem;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: all 0.3s;
  background: #000000;
  font-family: 'Moririse2' !important;
  content: "\e909";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cid-twovNneHyI .link:hover:before {
  background: #d8182f;
}
.cid-twovNneHyI .mbr-section-title {
  color: #000000;
}
.cid-twovNneHyI .mbr-text,
.cid-twovNneHyI .mbr-section-btn {
  color: #000000;
}
.cid-twovNneHyI .link,
.cid-twovNneHyI .link-wrap {
  color: #000000;
}
.cid-twovNneHyI .mbr-title {
  color: #3098f3;
}
.cid-twowQD9adS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-twowQD9adS li {
  list-style: none;
}
.cid-twowQD9adS .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-twowQD9adS .item-wrap:hover .mbr-iconfont {
  color: #181818 !important;
}
.cid-twowQD9adS .mbr-iconfont {
  font-size: 22px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #fc656b !important;
}
.cid-twowQD9adS h4 {
  margin: 0;
}
.cid-twowQD9adS ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-twowQD9adS .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-twowQD9adS .col-title2 {
  color: #ed6436;
}
.cid-tw7Yiq83Ti {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tw7Yiq83Ti .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}
.cid-tw7Yiq83Ti .container-table {
  margin: 0 auto;
}
.cid-tw7Yiq83Ti .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tw7Yiq83Ti tbody tr:nth-child(odd) {
  background-color: #f5f4f6;
}
.cid-tw7Yiq83Ti .dataTables_wrapper {
  display: block;
}
.cid-tw7Yiq83Ti .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-tw7Yiq83Ti .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tw7Yiq83Ti .head-item {
  color: #919DAB;
  min-width: 110px;
  letter-spacing: 2px;
}
.cid-tw7Yiq83Ti .body-item {
  color: #212529;
}
.cid-tw7Yiq83Ti .table td,
.cid-tw7Yiq83Ti .table th {
  border: none;
}
.cid-tw7Yiq83Ti table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tw7Yiq83Ti table th {
  padding: 24px 15px 20px 15px;
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-tw7Yiq83Ti table td {
  padding: 24px 15px 20px 15px;
}
.cid-tw7Yiq83Ti .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tw7Yiq83Ti .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tw7Yiq83Ti .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-tw7Yiq83Ti .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-tw7Yiq83Ti .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-tw7Yiq83Ti .dataTables_filter {
    text-align: center;
  }
  .cid-tw7Yiq83Ti .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-tw7Yiq83Ti .mbr-fallback-image.disabled {
  display: none;
}
.cid-tw7Yiq83Ti .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tw7Z2pZX6Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tw7Z2pZX6Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tw7Z2pZX6Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tw7Z2pZX6Y .row {
  justify-content: center;
}
.cid-tw7Z2pZX6Y .title-wrapper {
  margin-bottom: 75px;
}
@media (max-width: 992px) {
  .cid-tw7Z2pZX6Y .title-wrapper {
    margin-bottom: 45px;
  }
}
.cid-tw7Z2pZX6Y .title-wrapper .mbr-section-title {
  margin: 0;
}
.cid-tw7Z2pZX6Y .card-wrapper {
  padding: 24px;
  margin-bottom: 24px;
  border-radius: 40px;
  min-width: 216px;
}
@media (max-width: 992px) {
  .cid-tw7Z2pZX6Y .card-wrapper {
    margin: 0 0 24px 0 !important;
    transform: none !important;
  }
}
.cid-tw7Z2pZX6Y .mbr-text_1,
.cid-tw7Z2pZX6Y .mbr-text_2,
.cid-tw7Z2pZX6Y .mbr-text_3 {
  margin-bottom: 0;
}
.cid-tw7Z2pZX6Y .cards_1 .card-wrapper:first-child {
  transform: rotate(350deg);
  background-color: #6e716f;
  opacity: .9;
  position: relative;
  z-index: 2;
}
.cid-tw7Z2pZX6Y .cards_1 .card-wrapper:nth-child(2) {
  transform: rotate(340deg);
  background-color: #eafa72;
  margin: -35px -3rem 20px 12rem;
  position: relative;
  z-index: 1;
}
.cid-tw7Z2pZX6Y .cards_1 .card-wrapper:last-child {
  transform: rotate(5deg);
  background-color: #e8e8e8;
}
.cid-tw7Z2pZX6Y .cards_2 .card-wrapper:first-child {
  transform: rotate(5deg);
  background-color: #e8e8e8;
}
.cid-tw7Z2pZX6Y .cards_2 .card-wrapper:nth-child(2) {
  transform: rotate(353deg);
  background-color: #6e716f;
  margin: 24px 10rem 0px -3rem;
  opacity: .9;
  position: relative;
  z-index: 2;
}
.cid-tw7Z2pZX6Y .cards_2 .card-wrapper:last-child {
  transform: rotate(0);
  background-color: #eafa72;
  margin: 0 -3rem 0 6rem;
  position: relative;
  z-index: 1;
}
.cid-tw7Z2pZX6Y .cards_3 .card-wrapper:first-child {
  transform: rotate(15deg);
  background-color: #eafa72;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.cid-tw7Z2pZX6Y .cards_3 .card-wrapper:nth-child(2) {
  transform: rotate(353deg);
  background-color: #6e716f;
  margin: 0 10rem 0 -3rem;
  opacity: .9;
  position: relative;
  z-index: 2;
}
.cid-tw7Z2pZX6Y .cards_3 .card-wrapper:last-child {
  transform: rotate(5deg);
  background-color: #e8e8e8;
}
.cid-tw7Z2pZX6Y .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tw7Z2pZX6Y .mbr-text_1 {
  color: #e8e8e8;
  text-align: center;
}
.cid-tw7Z2pZX6Y .mbr-text_2 {
  color: #101511;
  text-align: center;
}
.cid-tw7Z2pZX6Y .mbr-text_3 {
  color: #101511;
  text-align: center;
}
.cid-tw7U1wfSyd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edeff0;
}
.cid-tw7U1wfSyd .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tw7U1wfSyd .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tw7U1wfSyd h3 {
  font-weight: 500 !important;
}
.cid-tw7U1wfSyd .order {
  min-width: 3.1rem;
  max-width: 3.1rem;
  min-height: 3.1rem;
  max-height: 3.1rem;
  border-radius: 100%;
  background-color: #ffffff;
  color: #66a0c0;
  margin-right: 2.2rem;
  line-height: 1.72;
}
@media (max-width: 768px) {
  .cid-tw7U1wfSyd .order {
    margin-right: 0;
  }
}
.cid-tw7U1wfSyd .list-item {
  background-color: #d7e2e9;
  border-radius: 10px;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-tw7U1wfSyd .list-item {
    padding: 3rem;
  }
}
.cid-tw7U1wfSyd .mbr-text {
  font-weight: 300;
  line-height: 1.72;
}
@media (max-width: 768px) {
  .cid-tw7U1wfSyd .mbr-subtitle {
    margin-bottom: 2px !important;
  }
}
.cid-tw7UHfEYFe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tw7UHfEYFe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tw7UHfEYFe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tw7UHfEYFe .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tw7UHfEYFe .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-tw7UHfEYFe .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tw7UHfEYFe .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tw7UHfEYFe .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tw7UHfEYFe .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tw7UHfEYFe .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tw7UHfEYFe .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tw7G49UPCK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f4fd;
}
.cid-tw7G49UPCK .mbr-text,
.cid-tw7G49UPCK .mbr-section-btn {
  color: #000000;
}
.cid-tw7G49UPCK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tw7G49UPCK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tw7G49AQN8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #faf8fb;
}
@media (min-width: 992px) {
  .cid-tw7G49AQN8 .row {
    flex-direction: row-reverse;
  }
  .cid-tw7G49AQN8 .image-wrapper {
    padding-right: 1.5rem;
  }
  .cid-tw7G49AQN8 .wrapper {
    padding-left: 1.5rem;
  }
}
.cid-tw7G49AQN8 .item-title {
  color: #000000;
}
.cid-tw7G49AQN8 .subtitle-text {
  color: #000000;
}
.cid-tw7G49AQN8 .item-box {
  display: flex;
}
.cid-tw7G49AQN8 .num {
  color: #FC656B;
  min-width: max-content;
  margin-right: 1.4rem;
}
.cid-tw7G49AQN8 .item-text {
  color: #000000;
}
.cid-tw7G49AQN8 .image-wrapper {
  height: 100%;
}
@media (max-width: 991px) {
  .cid-tw7G49AQN8 .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-tw7G49AQN8 .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.cid-tw7G49AQN8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tw7G49AQN8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tw7G4abnf9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #faf8fb;
}
@media (min-width: 992px) {
  .cid-tw7G4abnf9 .row {
    flex-direction: row-reverse;
  }
  .cid-tw7G4abnf9 .image-wrapper {
    padding-right: 1.5rem;
  }
  .cid-tw7G4abnf9 .wrapper {
    padding-left: 1.5rem;
  }
}
.cid-tw7G4abnf9 .item-title {
  color: #000000;
  text-align: left;
}
.cid-tw7G4abnf9 .subtitle-text {
  color: #000000;
}
.cid-tw7G4abnf9 .item-box {
  display: flex;
}
.cid-tw7G4abnf9 .num {
  color: #FC656B;
  min-width: max-content;
  margin-right: 1.4rem;
}
.cid-tw7G4abnf9 .item-text {
  color: #000000;
}
.cid-tw7G4abnf9 .image-wrapper {
  height: 100%;
}
@media (max-width: 991px) {
  .cid-tw7G4abnf9 .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-tw7G4abnf9 .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.cid-tw7G4abnf9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tw7G4abnf9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tw7G4awxFz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fc656b;
}
.cid-tw7G4awxFz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tw7G4awxFz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tw7G4awxFz .card-wrapper {
  background: #ffffff;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .cid-tw7G4awxFz .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tw7G4awxFz .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tw7G4awxFz .card-wrapper {
    padding: 4rem;
  }
}
.cid-tw7G4awxFz .mbr-text,
.cid-tw7G4awxFz .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-tw7G4awxFz .card-title {
  color: #000000;
  text-align: center;
}
.cid-tw7G4aNWYb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tw7G4aNWYb .cards-bg1 {
  background: #f5f9fc;
}
.cid-tw7G4aNWYb .cards-bg2 {
  background: #f3f7f9;
}
.cid-tw7G4aNWYb .cards-bg3 {
  background: #fef2f2;
}
.cid-tw7G4aNWYb .cards-bg4 {
  background: #faf8fb;
}
.cid-tw7G4aNWYb .card-wrapper {
  padding: 3rem 1rem;
  border-radius: 8px;
  margin-bottom: 1rem;
}
@media (min-width: 0) and (max-width: 1199px) {
  .cid-tw7G4aNWYb .card-wrapper {
    padding: 1rem 0.5rem;
    border-radius: 8px;
  }
}
.cid-tw7G4aNWYb .mbr-section-title {
  text-align: center;
}
.cid-tw7G4aNWYb .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-tw7G4aNWYb .mbr-section-subtitle,
.cid-tw7G4aNWYb .link {
  text-align: center;
}
.cid-tw7G4aNWYb .card-title,
.cid-tw7G4aNWYb .card-box {
  text-align: center;
}
.cid-tw7G4baYfC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f4fd;
}
.cid-tw7G4baYfC .mbr-text,
.cid-tw7G4baYfC .mbr-section-btn {
  color: #000000;
}
.cid-tw7G4baYfC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tw7G4baYfC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tw7G4bsgf8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #faf8fb;
}
.cid-tw7G4bsgf8 .mbr-section-title {
  margin: 0;
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tw7G4bsgf8 .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tw7G4bsgf8 .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.2;
}
.cid-tw7G4bsgf8 .mbr-text {
  line-height: 1.5;
  font-weight: 300;
  color: #000000;
}
.cid-tw7G4bsgf8 .mbr-iconfont {
  color: #fc656b;
  font-size: 3rem;
  margin-bottom: .85rem;
}
.cid-tw7G4bsgf8 .wrapper {
  background-color: #ffffff;
  border-radius: 30px;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-tw7G4bsgf8 .wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tw7G4bsgf8 .d-flex {
    flex-direction: column;
  }
}
.cid-tw7G4bPtTg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f4fd;
}
.cid-tw7G4bPtTg .mbr-text,
.cid-tw7G4bPtTg .mbr-section-btn {
  color: #000000;
}
.cid-tw7G4bPtTg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tw7G4bPtTg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tw7G4cgKUP {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tw7G4cgKUP blockquote {
  border-color: currentColor;
  padding: 0.5rem 1.5rem;
}
.cid-tw7G4cgKUP .quote {
  color: #e43f3f;
}
.cid-tw7G4cgKUP .quote,
.cid-tw7G4cgKUP blockquote {
  color: #353535;
}
.cid-tw7G4cgKUP .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tw7G4cgKUP .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tw7G4cB3Z4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tw7G4cB3Z4 .text-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1000px) {
  .cid-tw7G4cB3Z4 .text-wrapper {
    padding: 2rem 0;
  }
}
.cid-tw7G4cB3Z4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tw7G4cB3Z4 .title {
  font-weight: 700;
  color: #ffffff;
}
.cid-tw7G4cB3Z4 .subtitle {
  padding-top: 11px;
  font-weight: 500;
}
.cid-tw7G4cB3Z4 .top {
  padding-top: 55px;
}
.cid-tw7G4cB3Z4 .number-left {
  padding-top: 4px;
  text-align: left;
  font-weight: 700;
}
.cid-tw7G4cB3Z4 .number-right {
  padding-top: 4px;
  text-align: right;
  font-weight: 700;
}
.cid-tw7G4cB3Z4 .row.justify-content-between {
  margin-bottom: 3px;
  margin: 0;
}
.cid-tw7G4cB3Z4 .title-left {
  text-align: right;
  color: #000000;
}
.cid-tw7G4cB3Z4 .subtitle-left {
  text-align: right;
  color: #000000;
}
.cid-tw7G4cB3Z4 .subtitle-right {
  color: #000000;
}
.cid-tw7G4cB3Z4 .title-right {
  color: #000000;
}
@media (max-width: 770px) {
  .cid-tw7G4cB3Z4 .bottom {
    margin-bottom: 55px;
  }
}
.cid-tw7G4d0EK0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f4fd;
}
.cid-tw7G4d0EK0 .mbr-text,
.cid-tw7G4d0EK0 .mbr-section-btn {
  color: #000000;
}
.cid-tw7G4d0EK0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tw7G4d0EK0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tw7G4dkVee {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #faf8fb;
}
.cid-tw7G4dkVee .mbr-fallback-image.disabled {
  display: none;
}
.cid-tw7G4dkVee .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tw7G4dkVee .mbr-text,
.cid-tw7G4dkVee .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-tw7G4dkVee .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tw7G4dkVee .mbr-section-subtitle {
  text-align: left;
  color: #fc656b;
}
.cid-tw7G4dIZM4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #faf8fb;
}
.cid-tw7G4dIZM4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tw7G4dIZM4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tw7G4dIZM4 img {
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-tw7G4dIZM4 img {
    margin-bottom: 2rem;
  }
}
.cid-tw7G4dIZM4 .card-wrapper {
  display: flex;
  margin: auto;
}
@media (max-width: 991px) {
  .cid-tw7G4dIZM4 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-tw7G4dIZM4 .card-wrapper {
    max-width: 450px;
  }
}
.cid-tw7G4dIZM4 .mbr-iconfont {
  font-size: 1.5rem;
  background: #fc656b;
  min-width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  margin-right: 1.5rem;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tw7G4dIZM4 .mbr-iconfont {
    font-size: 1rem;
    margin-right: 1rem;
    margin-top: 1rem;
  }
}
.cid-tw7G4dIZM4 .card-text {
  color: #000000;
}
.cid-tw7G4dIZM4 .card-title {
  color: #000000;
}
.cid-tw7G4e4wj9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f4fd;
}
.cid-tw7G4e4wj9 .mbr-text,
.cid-tw7G4e4wj9 .mbr-section-btn {
  color: #000000;
}
.cid-tw7G4e4wj9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tw7G4e4wj9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tw7G4eqYf8 {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tw7G4eqYf8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tw7G4eqYf8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tw7G4eqYf8 .mbr-text,
.cid-tw7G4eqYf8 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-tw7G4eqYf8 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tw7G4eqYf8 .mbr-section-subtitle {
  text-align: left;
  color: #fc656b;
}
.cid-tw7G4eLvyh {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background: #ffffff;
}
.cid-tw7G4eLvyh .mbr-section-title {
  margin: 0;
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tw7G4eLvyh .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tw7G4eLvyh .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.2;
}
.cid-tw7G4eLvyh .mbr-text {
  line-height: 1.5;
  font-weight: 300;
}
.cid-tw7G4eLvyh .mbr-iconfont {
  color: #fc656b;
  font-size: 3rem;
  margin-bottom: .85rem;
}
.cid-tw7G4eLvyh .wrapper {
  background-color: #faf8fb;
  border-radius: 30px;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-tw7G4eLvyh .wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tw7G4eLvyh .d-flex {
    flex-direction: column;
  }
}
.cid-tw7G4feLYl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f4fd;
}
.cid-tw7G4feLYl .mbr-text,
.cid-tw7G4feLYl .mbr-section-btn {
  color: #000000;
}
.cid-tw7G4feLYl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tw7G4feLYl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tw7G4fCGcA {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #faf8fb;
}
.cid-tw7G4fCGcA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tw7G4fCGcA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tw7G4fCGcA .mbr-text,
.cid-tw7G4fCGcA .mbr-section-btn {
  text-align: left;
}
.cid-tw7G4fCGcA .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tw7G4fCGcA .mbr-section-subtitle {
  text-align: left;
  color: #fc656b;
}
.cid-tw7G4g0LBv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #faf8fb;
}
.cid-tw7G4g0LBv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tw7G4g0LBv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tw7G4g0LBv .container {
  max-width: 1140px;
}
@media (max-width: 991px) {
  .cid-tw7G4g0LBv .container {
    padding: 0 50px !important;
  }
}
.cid-tw7G4g0LBv .row {
  align-items: stretch;
}
.cid-tw7G4g0LBv .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 67%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-tw7G4g0LBv .col-text {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-tw7G4g0LBv .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tw7G4g0LBv .text-wrapper {
    padding-top: 30px;
  }
}
.cid-tw7G4g0LBv .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tw7G4g0LBv .card-title {
    text-align: center;
  }
}
.cid-tw7G4g0LBv .mbr-text {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .cid-tw7G4g0LBv .mbr-text {
    text-align: center;
  }
}
.cid-tw7G4g0LBv .col-img {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
  padding-right: 75px !important;
}
@media (max-width: 767px) {
  .cid-tw7G4g0LBv .col-img {
    width: 100%;
    padding: 0 !important;
    align-items: center;
  }
}
.cid-tw7G4g0LBv .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-tw7G4g0LBv .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-tw7G4g0LBv .image-wrapper {
    padding-right: 30px;
    max-width: 520px;
  }
}
@media (max-width: 575px) {
  .cid-tw7G4g0LBv .image-wrapper {
    padding-right: 0;
  }
}
.cid-tw7G4g0LBv .image-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  background-color: #fc656b;
  border-top-right-radius: 40%;
  border-bottom-right-radius: 40%;
  height: 65%;
  width: 90%;
}
.cid-tw7G4g0LBv .image-wrapper .img-bg-wrap {
  margin-bottom: 19%;
  margin-left: 19%;
}
.cid-tw7G4g0LBv .image-wrapper .img-bg-wrap img {
  position: relative;
  z-index: 2;
  height: auto;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  border-top-right-radius: 120px;
}
.cid-tw7G4go3iN {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #faf8fb;
}
.cid-tw7G4go3iN .row {
  align-items: center;
}
.cid-tw7G4go3iN .image-wrapper {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-tw7G4go3iN .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-tw7G4go3iN .text-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 30px 0 0;
}
@media (min-width: 992px) {
  .cid-tw7G4go3iN .text-wrapper {
    padding: 0 0 0 60px;
  }
}
.cid-tw7G4go3iN .text-container {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-tw7G4go3iN .text-container {
    width: 550px;
    flex-shrink: 1;
  }
}
.cid-tw7G4go3iN .label-text {
  width: 100%;
  color: #fc656b;
}
.cid-tw7G4go3iN .mbr-section-title {
  margin-bottom: 12px;
}
.cid-tw7G4go3iN .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 32px;
}
.cid-tw7G4go3iN .item {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
  flex-wrap: wrap;
}
.cid-tw7G4go3iN .mbr-section-subtitle {
  margin: 0;
  width: 100%;
}
.cid-tw7G4go3iN .numbers-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tw7G4go3iN .number-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-tw7G4go3iN .color-text {
  color: #fc656b;
}
.cid-tw7G4go3iN .text-box {
  width: 100%;
}
.cid-tw7G4go3iN .icon-text {
  width: 100%;
}
.cid-tw7G4go3iN .btn-container {
  width: 100%;
}
@media (max-width: 575px) {
  .cid-tw7G4go3iN .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tw7G4go3iN .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tw7G4go3iN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tw7G4go3iN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tw7G4go3iN .mbr-text,
.cid-tw7G4go3iN .mbr-section-btn {
  color: #000000;
}
.cid-tw7G4gPLsK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f4fd;
}
.cid-tw7G4gPLsK .mbr-text,
.cid-tw7G4gPLsK .mbr-section-btn {
  color: #000000;
}
.cid-tw7G4gPLsK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tw7G4gPLsK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twpIFh32R3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-twpIFh32R3 .card {
  width: 100%;
}
.cid-twpIFh32R3 .card:nth-child(odd) .add__block {
  display: none;
}
.cid-twpIFh32R3 .add__block {
  margin-top: 35px;
}
.cid-twpIFh32R3 .add__block .add__block_image {
  width: 170px;
}
.cid-twpIFh32R3 .add__block .add__block_image img {
  width: 100%;
  border-radius: 6px;
}
.cid-twpIFh32R3 .add__block .add__block_content {
  margin-left: 30px;
  max-width: 270px;
}
.cid-twpIFh32R3 .add__block .add__block_title {
  margin-bottom: 0;
}
.cid-twpIFh32R3 .add__block .add__block_text {
  margin-top: 15px;
  margin-bottom: 0;
  color: #919dab;
}
.cid-twpIFh32R3 .row {
  margin: 0;
}
.cid-twpIFh32R3 .mbr-section-title {
  margin-bottom: 0;
}
.cid-twpIFh32R3 .step-container {
  margin-top: 25px;
}
.cid-twpIFh32R3 .padding__bot {
  padding-bottom: 50px;
}
.cid-twpIFh32R3 .step-text-content {
  padding-top: 10px;
}
.cid-twpIFh32R3 .mbr-step-title {
  margin-bottom: 0;
  font-weight: 500;
}
.cid-twpIFh32R3 .mbr-step-text {
  margin-bottom: 0;
  margin-top: 20px;
  color: #919DAB;
}
.cid-twpIFh32R3 .mbr-section-btn {
  margin-top: 20px;
}
.cid-twpIFh32R3 .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-twpIFh32R3 .step {
  display: flex;
  width: 40px;
  height: 40px;
  font-size: calc((20px) - 2px);
  margin-bottom: 0;
  border-radius: 50%;
  border: 2px solid #ebeaed;
  background-color: #ebeaed;
  font-weight: 500;
  color: #919DAB;
}
@media (min-width: 400px) {
  .cid-twpIFh32R3 .add__block {
    display: flex;
  }
  .cid-twpIFh32R3 .step-element {
    display: flex;
  }
  .cid-twpIFh32R3 .mbr-section-btn {
    margin-top: 20px;
    margin-left: calc((20 * 2px) + 70px);
  }
  .cid-twpIFh32R3 .mbr-section-btn .btn {
    margin-left: 0;
  }
  .cid-twpIFh32R3 .separline {
    position: relative;
  }
  .cid-twpIFh32R3 .separline:after {
    top: 40px;
    left: 18px;
    position: absolute;
    content: "";
    width: 2px;
    height: calc(100% - (20px) * 2);
    background-color: #ebeaed;
  }
  .cid-twpIFh32R3 .step-text-content {
    margin-left: 70px;
  }
}
@media (max-width: 400px) {
  .cid-twpIFh32R3 .add__block_title {
    margin-top: 30px;
  }
  .cid-twpIFh32R3 .add__block .add__block_content {
    margin-left: 0;
  }
}
.cid-twpIFh32R3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-twpIFh32R3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tw7G4hefxj {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tw7G4hefxj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tw7G4hefxj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tw7G4hefxj .mbr-text,
.cid-tw7G4hefxj .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-tw7G4hefxj .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tw7G4hefxj .mbr-section-subtitle {
  text-align: left;
  color: #fc656b;
}
.cid-tw7G4hFdDT {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tw7G4hFdDT .card-wrapper {
  display: flex;
  padding-bottom: 2rem;
}
.cid-tw7G4hFdDT .card-wrapper:hover .card-title {
  color: #fc656b;
}
.cid-tw7G4hFdDT .col1 span {
  padding-right: 1.5rem;
}
.cid-tw7G4hFdDT .col2 span {
  padding-left: 1.5rem;
}
.cid-tw7G4hFdDT .card-title {
  transition: all 0.3s;
}
.cid-tw7G4hFdDT .mbr-iconfont {
  font-size: 2rem;
  padding-top: 0.5rem;
  color: #fc656b;
}
@media (max-width: 992px) {
  .cid-tw7G4hFdDT .card-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .cid-tw7G4hFdDT span {
    padding: 0!important;
    margin-bottom: 1rem;
  }
  .cid-tw7G4hFdDT .col2 .card-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-tw7G4hFdDT .card-text {
  color: #000000;
}
.cid-tw7G4iar3h {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tw7G4iar3h .mbr-fallback-image.disabled {
  display: none;
}
.cid-tw7G4iar3h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tw7G4iar3h .mbr-text,
.cid-tw7G4iar3h .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-tw7G4iar3h .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tw7G4iar3h .mbr-section-subtitle {
  text-align: left;
  color: #fc656b;
}
.cid-tw7G4iAEz2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  z-index: 1;
}
.cid-tw7G4iAEz2 .card-box {
  padding: 0rem;
  height: 110px;
}
.cid-tw7G4iAEz2 .card {
  max-width: 100%;
}
.cid-tw7G4iAEz2 .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 110px;
}
.cid-tw7G4iAEz2 .wrapper {
  width: 100%;
  display: flex;
  padding: 0 1rem;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tw7G4iAEz2 .row {
  background: #faf8fb;
  position: relative;
  z-index: 0;
  padding: 4rem 0;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .cid-tw7G4iAEz2 .row {
    margin: 0rem;
  }
}
.cid-tw7G4iAEz2 .card-wrapper {
  display: flex;
  flex-direction: column;
}
.cid-tw7G4iAEz2 .card-wrapper:before {
  content: '';
  width: 2rem;
  height: 2px;
  background: #282b2f;
  position: absolute;
  top: 50%;
  right: 0px;
  z-index: -1;
}
.cid-tw7G4iAEz2 .card-wrapper:after {
  content: '';
  width: 2rem;
  height: 2px;
  background: #282b2f;
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: -1;
}
.cid-tw7G4iAEz2 .container-fluid {
  overflow: hidden;
}
.cid-tw7G4iAEz2 .order {
  display: flex;
  flex-direction: column-reverse;
}
@media (max-width: 767px) {
  .cid-tw7G4iAEz2 .order {
    flex-direction: column;
  }
}
.cid-tw7G4iAEz2 .card-title {
  transition: all 0.3s;
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tw7G4iAEz2 .col-lg-x {
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }
}
@media (min-width: 1600px) {
  .cid-tw7G4iAEz2 .col-lg-x {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (max-width: 1600px) {
  .cid-tw7G4iAEz2 .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-tw7G4iAEz2 .number-wrapper {
  position: relative;
  margin: 3rem auto;
  width: fit-content;
}
.cid-tw7G4iAEz2 .number-wrapper:before {
  content: '';
  width: 9999px;
  height: 2px;
  background: #282b2f;
  position: absolute;
  top: 50%;
  right: 30px;
  z-index: -1;
}
.cid-tw7G4iAEz2 .number-wrapper:after {
  content: '';
  width: 9999px;
  height: 2px;
  background: #282b2f;
  position: absolute;
  top: 50%;
  left: 30px;
  z-index: -1;
}
.cid-tw7G4iAEz2 .number-wrapper .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
}
.cid-tw7G4iAEz2 .mbr-iconfont {
  font-size: 6rem;
  height: 100px;
}
.cid-tw7G4iAEz2 .icon1 {
  color: #fc656b;
}
.cid-tw7G4iAEz2 .icon2 {
  color: #fc656b;
}
.cid-tw7G4iAEz2 .icon3 {
  color: #fc656b;
}
.cid-tw7G4iAEz2 .icon4 {
  color: #fc656b;
}
.cid-tw7G4iAEz2 .icon5 {
  color: #fc656b;
}
.cid-tw7G4iAEz2 .number1 {
  background: #fc656b;
}
.cid-tw7G4iAEz2 .number2 {
  background: #fc656b;
}
.cid-tw7G4iAEz2 .number3 {
  background: #fc656b;
}
.cid-tw7G4iAEz2 .number4 {
  background: #fc656b;
}
.cid-tw7G4iAEz2 .number5 {
  background: #fc656b;
}
.cid-tw7G4iAEz2 .number {
  color: #282b2f;
  font-size: 0.8rem;
  font-weight: 600;
}
.cid-tw7G4iAEz2 .card-text {
  color: #000000;
}
.cid-tw7G4iAEz2 .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #282b2f inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  justify-content: center;
  transition: all 0.3s;
}
.cid-tw7G4jdshj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f4fd;
}
.cid-tw7G4jdshj .mbr-text,
.cid-tw7G4jdshj .mbr-section-btn {
  color: #000000;
}
.cid-tw7G4jdshj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tw7G4jdshj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tw7G4kjH8h {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tw7G4kjH8h .mbr-fallback-image.disabled {
  display: none;
}
.cid-tw7G4kjH8h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tw7G4kjH8h .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 991px) {
  .cid-tw7G4kjH8h .item {
    margin-bottom: 4rem;
  }
}
.cid-tw7G4kjH8h .item:last-child .icon-box:before {
  display: none;
}
.cid-tw7G4kjH8h .item.last .icon-box:before {
  display: none;
}
.cid-tw7G4kjH8h .icon-box {
  background: #fc656b;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-tw7G4kjH8h .icon-box {
    margin-right: 1rem;
  }
}
.cid-tw7G4kjH8h .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 120%;
  color: #fc656b;
  transform: translate(-50%, 0);
}
.cid-tw7G4kjH8h span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tw7G4kjH8h .card {
    margin-bottom: 2rem;
  }
  .cid-tw7G4kjH8h .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tw7G4kjH8h .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-tw7G4kjH8h .icon-box::before {
    top: 114%;
  }
}
.cid-tw7G4kjH8h .mbr-text,
.cid-tw7G4kjH8h .mbr-section-btn {
  text-align: left;
}
.cid-tw7G4kjH8h .card-title,
.cid-tw7G4kjH8h .card-box {
  text-align: left;
}
.cid-tw7G4kZ9hf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f4fd;
}
.cid-tw7G4kZ9hf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tw7G4kZ9hf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tw7G4kZ9hf .col-title {
  margin-bottom: 30px;
  padding: 0 30px !important;
}
.cid-tw7G4kZ9hf .mbr-section-title {
  color: #112B6D;
}
.cid-tw7G4kZ9hf .mbr-section-subtitle {
  color: #112B6D;
  margin-top: 20px;
}
.cid-tw7G4kZ9hf .number-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .cid-tw7G4kZ9hf .number-container {
    display: none;
  }
}
.cid-tw7G4kZ9hf .number-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33.33333333%;
  padding: 0 10px;
}
.cid-tw7G4kZ9hf .number-item:not(:first-child)::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  right: 50%;
  top: calc(50% - 1px);
  background-color: #fc656b;
}
.cid-tw7G4kZ9hf .number-text {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 30px;
  color: #ffffff;
  background-color: #fc656b;
}
.cid-tw7G4kZ9hf .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .cid-tw7G4kZ9hf .cards-container {
    flex-wrap: wrap;
  }
}
.cid-tw7G4kZ9hf .card {
  width: 33.33333333%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-tw7G4kZ9hf .card {
    width: 100%;
    padding: 0 10px 30px;
  }
}
.cid-tw7G4kZ9hf .card-box {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tw7G4kZ9hf .card-box {
    display: flex;
    align-items: center;
  }
}
.cid-tw7G4kZ9hf .iconfont-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tw7G4kZ9hf .iconfont-wrapper {
    min-width: 130px;
    width: auto;
    margin-bottom: 0;
    margin-right: 25px;
  }
}
.cid-tw7G4kZ9hf .iconfont-wrapper .mbr-iconfont {
  font-size: 130px;
  color: #fc656b;
}
@media (max-width: 767px) {
  .cid-tw7G4kZ9hf .iconfont-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-tw7G4kZ9hf .card-container {
  width: 100%;
  padding: 20px 20px 0;
}
@media (max-width: 767px) {
  .cid-tw7G4kZ9hf .card-container {
    flex-grow: 1;
    padding: 0;
  }
}
.cid-tw7G4kZ9hf .card-title {
  color: #000000;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-tw7G4kZ9hf .card-title {
    margin-bottom: 20px;
    text-align: left !important;
  }
}
.cid-tw7G4kZ9hf .card-text {
  color: #000000;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-tw7G4kZ9hf .card-text {
    text-align: left !important;
  }
}
.cid-tw7G4kZ9hf .btn-container {
  padding: 40px 30px 0 !important;
}
.cid-tw7G4kZ9hf .mbr-section-title,
.cid-tw7G4kZ9hf .mbr-section-btn {
  color: #000000;
}
.cid-tw7G4lzNTh {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tw7G4lzNTh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tw7G4lzNTh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tw7G4lzNTh .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tw7G4lzNTh .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tw7G4lzNTh .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #000000;
}
.cid-tw7G4lzNTh .panel-body,
.cid-tw7G4lzNTh .card-header {
  padding: 1rem 0;
}
.cid-tw7G4lzNTh .panel-title-edit {
  color: #000000;
}
.cid-tw7G4lzNTh H4 {
  color: #000000;
}
.cid-tw7G4lzNTh H3 {
  color: #000000;
}
.cid-tw7G4lzNTh .panel-text {
  color: #000000;
}
.cid-tw7G4m9Zg7 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #faf8fb;
}
.cid-tw7G4m9Zg7 .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tw7G4m9Zg7 .icon-box {
  background: #fc656b;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tw7G4m9Zg7 .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tw7G4m9Zg7 .card {
    margin-bottom: 2rem;
  }
  .cid-tw7G4m9Zg7 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tw7TVibHIQ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #edeff0;
}
.cid-tw7TVibHIQ .container-fluid {
  padding: 0 3rem;
}
.cid-tw7TVibHIQ .mbr-section-subtitle {
  line-height: 1.72;
}
.cid-tw7TVibHIQ table {
  width: 100% !important;
  margin: 0 auto;
}
.cid-tw7TVibHIQ table th {
  padding: 1.5rem 1rem;
  word-break: normal;
  transition: all .2s;
  text-align: center;
  border-color: #9fc2d5;
  border-bottom-color: #9fc2d5 !important;
  border-top: none;
  vertical-align: middle;
}
.cid-tw7TVibHIQ table tr {
  border-color: #9fc2d5;
}
.cid-tw7TVibHIQ table td {
  vertical-align: middle;
  word-break: normal;
  line-height: 1.72;
}
.cid-tw7TVibHIQ th:after,
.cid-tw7TVibHIQ th:before {
  display: none !important;
}
.cid-tw7TVibHIQ .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-tw7TVibHIQ .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
.cid-tw7TVibHIQ .dataTable-top {
  margin-bottom: 20px;
}
.cid-tw7TVibHIQ .body-item {
  padding: 33px 36px;
  font-weight: 300;
  white-space: nowrap;
  color: #181818;
}
.cid-tw7TVibHIQ .head-item {
  color: #181818;
  padding: 33px 36px;
  text-align: left;
  white-space: nowrap;
}
.cid-tw7TVibHIQ .row-title {
  white-space: nowrap;
  padding: 33px 54px;
  color: #72a0b9;
  line-height: 1.72;
}
.cid-tw7TVibHIQ .second-col {
  background-color: #d8e4eb;
}
.cid-tw7TVibHIQ .head-item.first-col,
.cid-tw7TVibHIQ .head-item.second-col,
.cid-tw7TVibHIQ .head-item.other-col {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.cid-tw7TVibHIQ .other-col {
  background-color: #ffffff;
}
.cid-tw7TVibHIQ .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tw7TVibHIQ .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tw7TVibHIQ th:nth-child(3n+2) {
  background-color: #d8e4eb;
}
.cid-tw7TVibHIQ td:nth-child(3n+2) {
  background-color: #d8e4eb;
}
.cid-twowD2r5b9 {
  padding-top: 195px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-twowD2r5b9 h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-twowD2r5b9 h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-twowD2r5b9 .signature {
  filter: invert(0.8);
  display: inline-block;
  width: auto;
}
.cid-twoDuYmQLa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-twoDuYmQLa .mbr-fallback-image.disabled {
  display: none;
}
.cid-twoDuYmQLa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twoDuYmQLa .row {
  justify-content: flex-start;
}
.cid-twoDuYmQLa .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 4rem;
}
.cid-twoDuYmQLa .item-wrap {
  width: 100%;
  margin-bottom: 2rem;
}
.cid-twoDuYmQLa .mbr-section-subtitle {
  color: #fc656b;
  width: 100%;
}
.cid-twoDuYmQLa .mbr-text {
  color: #767676;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.cid-twoDuYmQLa .mbr-section-title,
.cid-twoDuYmQLa .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-twoMfHIzqd {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-twoMfHIzqd .mbr-fallback-image.disabled {
  display: none;
}
.cid-twoMfHIzqd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twoMfHIzqd .card-title {
  min-width: 250px;
}
.cid-twoMfHIzqd .card-text {
  padding-left: 4rem;
}
@media (max-width: 767px) {
  .cid-twoMfHIzqd .card-text {
    padding-left: 0rem;
  }
}
.cid-twoMfHIzqd .mbr-iconfont {
  font-size: 1rem;
  color: #fc656b;
  border-radius: 50%;
  background: #000000;
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.cid-twoMfHIzqd .card-wrapper {
  display: flex;
  transition: all 0.3s;
  justify-content: space-between;
  align-items: center;
  background: #f4fcf9;
  margin-bottom: 1rem;
  padding: 1.5rem 1.5rem;
}
@media (max-width: 767px) {
  .cid-twoMfHIzqd .card-wrapper {
    flex-direction: column;
  }
}
.cid-twoMfHIzqd .card-wrapper:hover {
  background: #fc656b;
  color: white;
}
.cid-twoMfHIzqd .text-wrap {
  display: flex;
}
@media (max-width: 767px) {
  .cid-twoMfHIzqd .text-wrap {
    flex-direction: column;
    padding-bottom: 1rem;
  }
}
.cid-twqjInMtXS {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #5d47e9;
}
.cid-twqjInMtXS .mbr-fallback-image.disabled {
  display: none;
}
.cid-twqjInMtXS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twqjInMtXS circle,
.cid-twqjInMtXS path {
  fill: #000000;
}
.cid-twqjInMtXS .card-box {
  border: 1px solid currentColor;
  padding: 1rem 3rem;
  border-radius: 1.5rem;
}
.cid-twqjInMtXS .mbr-text {
  color: #ffffff;
}
.cid-twqjInMtXS .figure {
  position: relative;
  display: inline-block;
  margin: auto;
  width: fit-content;
}
.cid-twqjInMtXS .figure p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-60%, -50%);
}
.cid-twqjInMtXS .mbr-section-subtitle {
  color: #767676;
}
.cid-twqjInMtXS .title .num {
  width: 100%;
  padding-bottom: 1rem;
  display: block;
}
.cid-twqjInMtXS .title .card-title {
  z-index: 1;
}
.cid-twqjInMtXS .num {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-twqjInMtXS * {
    text-align: center !important;
  }
  .cid-twqjInMtXS .content-column {
    margin-bottom: 2rem;
  }
}
.cid-twqjInMtXS .card-title,
.cid-twqjInMtXS .card-img {
  color: #ffffff;
}
.cid-twqjInMtXS .num,
.cid-twqjInMtXS .card-box {
  color: #ffffff;
}
.cid-twqjInMtXS .mbr-figure-text {
  color: #ffffff;
}
.cid-twudYmWhx5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-twudYmWhx5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-twudYmWhx5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twudYmWhx5 .row {
  justify-content: flex-start;
}
.cid-twudYmWhx5 .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 4rem;
}
.cid-twudYmWhx5 .item-wrap {
  width: 100%;
  margin-bottom: 2rem;
}
.cid-twudYmWhx5 .mbr-section-subtitle {
  color: #fc656b;
  width: 100%;
}
.cid-twudYmWhx5 .mbr-text {
  color: #000000;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.cid-twudYmWhx5 .mbr-section-title,
.cid-twudYmWhx5 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-twuwLQ6e9R {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-twuwLQ6e9R h3 {
  text-align: center;
  font-weight: 300;
}
.cid-twuwLQ6e9R .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-twuwLQ6e9R .mbr-section-subtitle {
  color: #767676;
}
.cid-twuwLQ6e9R .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-twuwLQ6e9R svg {
  overflow: visible;
}
.cid-twuwLQ6e9R ellipse {
  stroke: #efefef;
  stroke-width: 10px;
}
.cid-twuwLQ6e9R path {
  stroke-width: 10px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-twuwLQ6e9R .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-twuwLQ6e9R .progress1 path {
  stroke: #ff9083;
}
.cid-twuwLQ6e9R .progress2 path {
  stroke: #72dfe9;
}
.cid-twuwLQ6e9R .progress3 path {
  stroke: #33358c;
}
.cid-twuwLQ6e9R .progress4 path {
  stroke: #ff9083;
}
.cid-twuwLQ6e9R .card-text {
  color: #767676;
}
.cid-tA4VpwYd49 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fc656b;
}
.cid-tA4VpwYd49 p {
  text-align: center;
}
.cid-tA4VpwYd49 .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tA4VpwYd49 .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tA4VpwYd49 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  text-align: left;
}
.cid-tA4VpwYd49 .logo-footer {
  line-height: normal;
}
.cid-tA4VpwYd49 .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tA4VpwYd49 .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-tA4VpwYd49 .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-tA4VpwYd49 li {
  overflow: hidden;
}
.cid-tA4VpwYd49 .icon-transition span {
  display: block;
}
.cid-tA4VpwYd49 .icon-transition:hover span {
  animation: 0.3s linear top;
}
.cid-tA4VpwYd49 .list-inline-item a {
  display: block;
}
.cid-tA4VpwYd49 .list-inline-item:hover a {
  animation: 0.3s linear top;
}
@keyframes top {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-100%);
  }
  51% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tA4VpwYd49 .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tA4VpwYd49 .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tA4VpwYd49 .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-tA4VpwYd49 .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tA4VpwYd49 .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tA4VpwYd49 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-tA4VpwYd49 .logo-footer {
    text-align: center;
  }
  .cid-tA4VpwYd49 .social-media {
    justify-content: center;
  }
}
@charset "UTF-8";
section {
    background-color: #ffffff;
}

body {
    font-style: normal;
    line-height: 1.5;
    font-weight: 400;
    color: #232323;
    position: relative;
}

button {
    background-color: transparent;
    border-color: transparent;
}

section,
.container,
.container-fluid {
    position: relative;
    word-wrap: break-word;
}

a.mbr-iconfont:hover {
    text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
    margin-bottom: 0;
}

a {
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
}
a,
a:hover {
    text-decoration: none;
}

.mbr-section-title {
    font-style: normal;
    line-height: 1.3;
}

.mbr-section-subtitle {
    line-height: 1.3;
}

.mbr-text {
    font-style: normal;
    line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
    line-height: 1.25;
    word-break: break-word;
    word-wrap: break-word;
    font-weight: 400;
}

b,
strong {
    font-weight: bold;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition-delay: 9999s;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
}

textarea[type="hidden"] {
    display: none;
}

section {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.hidden {
    visibility: hidden;
}

.mbr-z-index20 {
    z-index: 20;
}

/*! Base colors */
.mbr-white {
    color: #ffffff;
}

.mbr-black {
    color: #111111;
}

.mbr-bg-white {
    background-color: #ffffff;
}

.mbr-bg-black {
    background-color: #000000;
}

/*! Text-aligns */
.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

@media (max-width: 767px) {
    .align-right,
    .align-left {
        text-align: center;
    }
}
/*! Font-weight  */
.mbr-light {
    font-weight: 300;
}

.mbr-regular {
    font-weight: 400;
}

.mbr-semibold {
    font-weight: 500;
}

.mbr-bold {
    font-weight: 700;
}

/*! Media  */
.media-content {
    flex-basis: 100%;
}

.media-container-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: start;
}
.media-container-row .media-size-item {
    width: 400px;
}

.media-container-column {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: stretch;
}
.media-container-column > * {
    width: 100%;
}

@media (min-width: 992px) {
    .media-container-row {
        flex-wrap: nowrap;
    }
}
figure {
    margin-bottom: 0;
    overflow: hidden;
}

figure[mbr-media-size] {
    transition: width 0.1s;
}

img,
iframe {
    display: block;
    width: 100%;
}

.card {
    background-color: transparent;
    border: none;
}

.card-box {
    width: 100%;
}

.card-img {
    text-align: center;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}

.media {
    max-width: 100%;
    margin: 0 auto;
}

.mbr-figure {
    align-self: center;
}

.media-container > div {
    max-width: 100%;
}

.mbr-figure img,
.card-img img {
    width: 100%;
}

@media (max-width: 991px) {
    .media-size-item {
        width: auto !important;
    }

    .media {
        width: auto;
    }

    .mbr-figure {
        width: 100% !important;
    }
}
/*! Buttons */
.mbr-section-btn {
    margin-left: -0.6rem;
    margin-right: -0.6rem;
    font-size: 0;
}

.btn {
    font-weight: 600;
    border-width: 1px;
    font-style: normal;
    margin: 0.6rem 0.6rem;
    white-space: normal;
    transition: all 0.2s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
}

.btn-sm {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
}

.btn-md {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
}

.btn-lg {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
}

.btn-form {
    margin: 0;
}
.btn-form:hover {
    cursor: pointer;
}

nav .mbr-section-btn {
    margin-left: 0rem;
    margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
    order: 1;
    cursor: pointer;
    margin-left: 0.5rem;
    vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
    margin-left: 0.8rem;
}

.mbr-regular {
    font-weight: 400;
}

.mbr-semibold {
    font-weight: 500;
}

.mbr-bold {
    font-weight: 700;
}

[type="submit"] {
    -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
    min-height: 100vh;
}

.mbr-fullscreen {
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
    min-height: 100vh;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

/*! Map */
.map {
    height: 25rem;
    position: relative;
}
.map iframe {
    width: 100%;
    height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
    bottom: 25px;
    right: 90px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #ffffff;
    font-size: 22px;
}

.mbr-arrow-up a {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 60px;
    width: 60px;
    border: 2px solid #fff;
    outline-style: none !important;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    text-align: center;
}
.mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
    line-height: 60px;
}

.mbr-arrow-up-icon {
    display: block;
    color: #fff;
}

.mbr-arrow-up-icon::before {
    content: "›";
    display: inline-block;
    font-family: serif;
    font-size: 22px;
    line-height: 1;
    font-style: normal;
    position: relative;
    top: 6px;
    left: -4px;
    transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
    position: absolute;
    bottom: 45px;
    left: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background-color: rgba(80, 80, 80, 0.5);
    border-radius: 50%;
    transform: translateX(-50%);
}
@media (max-width: 767px) {
    .mbr-arrow {
        display: none;
    }
}
.mbr-arrow > a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite;
    color: #ffffff;
}
.mbr-arrow > a > i {
    position: absolute;
    top: -2px;
    left: 15px;
    font-size: 2rem;
}

#scrollToTop a i::before {
    content: "";
    position: absolute;
    display: block;
    border-bottom: 2.5px solid #fff;
    border-left: 2.5px solid #fff;
    width: 27.8%;
    height: 27.8%;
    left: 50%;
    top: 51%;
    transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
    }
}
@-webkit-keyframes arrowdown {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
    }
}
@media (max-width: 500px) {
    .mbr-arrow-up {
        left: 0;
        right: 0;
        text-align: center;
    }
}
/*Gradients animation*/
@keyframes gradient-animation {
    from {
        background-position: 0% 100%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    to {
        background-position: 100% 0%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
}
@-webkit-keyframes gradient-animation {
    from {
        background-position: 0% 100%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    to {
        background-position: 100% 0%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
}
.bg-gradient {
    background-size: 200% 200%;
    animation: gradient-animation 5s infinite alternate;
    -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
    display: -webkit-flex;
}
.menu .navbar-brand span {
    display: flex;
    display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
    display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
    display: -webkit-flex;
    width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
    .menu .navbar-toggleable-sm .navbar-nav {
        display: -ms-flexbox;
    }
}
@media (max-width: 991px) {
    .menu .navbar-collapse {
        max-height: 93.5vh;
    }
    .menu .navbar-collapse.show {
        overflow: auto;
    }
}
@media (min-width: 992px) {
    .menu .navbar-nav.nav-dropdown {
        display: -webkit-flex;
    }
    .menu .navbar-toggleable-sm .navbar-collapse {
        display: -webkit-flex !important;
    }
    .menu .collapsed .navbar-collapse {
        max-height: 93.5vh;
    }
    .menu .collapsed .navbar-collapse.show {
        overflow: auto;
    }
}
@media (max-width: 767px) {
    .menu .navbar-collapse {
        max-height: 80vh;
    }
}

.nav-link .mbr-iconfont {
    margin-right: 0.5rem;
}

.navbar {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
}

.navbar-collapse {
    -webkit-flex-basis: 100%;
    -webkit-flex-grow: 1;
    -webkit-align-items: center;
}

.nav-dropdown .link {
    padding: 0.667em 1.667em !important;
    margin: 0 !important;
}

.nav {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
}

.row {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
}

.justify-content-center {
    -webkit-justify-content: center;
}

.form-inline {
    display: -webkit-flex;
}

.card-wrapper {
    -webkit-flex: 1;
}

.carousel-control {
    z-index: 10;
    display: -webkit-flex;
}

.carousel-controls {
    display: -webkit-flex;
}

.media {
    display: -webkit-flex;
}

.form-group:focus {
    outline: none;
}

.jq-selectbox__select {
    padding: 7px 0;
    position: relative;
}

.jq-selectbox__dropdown {
    overflow: hidden;
    border-radius: 10px;
    position: absolute;
    top: 100%;
    left: 0 !important;
    width: 100% !important;
}

.jq-selectbox__trigger-arrow {
    right: 0;
    transform: translateY(-50%);
}

.jq-selectbox li {
    padding: 1.07em 0.5em;
}

input[type="range"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
    height: 100%;
}

.modal-dialog .carousel-inner {
    height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
    .modal-dialog .carousel-inner {
        height: calc(100vh - 1rem);
    }
}

.carousel-item {
    text-align: center;
}

.carousel-item img {
    margin: auto;
}

.navbar-toggler {
    align-self: flex-start;
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none;
    box-shadow: none;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

.navbar-toggler-left {
    position: absolute;
    left: 1rem;
}

.navbar-toggler-right {
    position: absolute;
    right: 1rem;
}

.card-img {
    width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
    flex-direction: column;
}

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

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
    bottom: initial !important;
}

html,
body {
    height: auto;
    min-height: 100vh;
}

.dropup .dropdown-toggle::after {
    display: none;
}

.form-asterisk {
    font-family: initial;
    position: absolute;
    top: -2px;
    font-weight: normal;
}

.form-control-label {
    position: relative;
    cursor: pointer;
    margin-bottom: 0.357em;
    padding: 0;
}

.alert {
    color: #ffffff;
    border-radius: 0;
    border: 0;
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 1.875rem;
    padding: 1.25rem;
    position: relative;
    text-align: center;
}
.alert.alert-form::after {
    background-color: inherit;
    bottom: -7px;
    content: "";
    display: block;
    height: 14px;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    transform: rotate(45deg);
    width: 14px;
}

.form-control {
    background-color: #ffffff;
    background-clip: border-box;
    color: #232323;
    line-height: 1rem !important;
    height: auto;
    padding: 0.6rem 1.2rem;
    transition: border-color 0.25s ease 0s;
    border: 1px solid transparent !important;
    border-radius: 4px;
    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;
}
.form-active .form-control:invalid {
    border-color: red;
}

form .row {
    margin-left: -0.6rem;
    margin-right: -0.6rem;
}
form .row [class*="col"] {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}

form .mbr-section-btn {
    margin: 0;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}

form .btn {
    display: flex;
    padding: 0.6rem 1.2rem;
    margin: 0;
}

form .form-check-input {
    margin-top: 0.5;
}

textarea.form-control {
    line-height: 1.5rem !important;
}

.form-group {
    margin-bottom: 1.2rem;
}

.form-control,
form .btn {
    min-height: 48px;
}

.gdpr-block label span.textGDPR input[name="gdpr"] {
    top: 7px;
}

.form-control:focus {
    box-shadow: none;
}

:focus {
    outline: none;
}

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

blockquote {
    font-style: italic;
    padding: 3rem;
    font-size: 1.09rem;
    position: relative;
    border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
    margin-bottom: 2.3125rem;
}

.mt-4 {
    margin-top: 2rem !important;
}

.mb-4 {
    margin-bottom: 2rem !important;
}

@media (max-width: 992px) {
    .md-pb {
        margin-bottom: 2rem;
    }
}

@media (min-width: 992px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .row {
        margin-left: -16px;
        margin-right: -16px;
    }
    .row > [class*="col"] {
        padding-left: 16px;
        padding-right: 16px;
    }
}
@media (min-width: 768px) {
    .container-fluid {
        padding-left: 32px;
        padding-right: 32px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .mbr-container {
        padding-left: 32px;
        padding-right: 32px;
    }
}
@media (max-width: 767px) {
    .mbr-container {
        padding-left: 16px;
        padding-right: 16px;
    }
}
.card-wrapper,
.item-wrapper {
    overflow: hidden;
}

.app-video-wrapper > img {
    opacity: 1;
}

.item {
    position: relative;
}

.dropdown-menu .dropdown-menu {
    left: 100%;
}

.dropdown-item + .dropdown-menu {
    display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
    display: block;
}
.cid-twAFY9tJyA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-twAFY9tJyA .btn {
  padding: 0.3rem 2rem;
}
.cid-twAFY9tJyA .nav-link {
  position: relative;
}
.cid-twAFY9tJyA .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #000000;
}
.cid-twAFY9tJyA .nav-link:hover:before {
  width: 100%;
}
.cid-twAFY9tJyA nav.navbar {
  position: fixed;
}
.cid-twAFY9tJyA .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-twAFY9tJyA .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-twAFY9tJyA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-twAFY9tJyA .dropdown-item:hover,
.cid-twAFY9tJyA .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-twAFY9tJyA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-twAFY9tJyA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-twAFY9tJyA .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-twAFY9tJyA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-twAFY9tJyA .container {
  display: flex;
  margin: auto;
}
.cid-twAFY9tJyA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-twAFY9tJyA .dropdown-menu,
.cid-twAFY9tJyA .navbar.opened {
  background: #ffffff !important;
}
.cid-twAFY9tJyA .nav-item:focus,
.cid-twAFY9tJyA .nav-link:focus {
  outline: none;
}
.cid-twAFY9tJyA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-twAFY9tJyA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-twAFY9tJyA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-twAFY9tJyA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-twAFY9tJyA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-twAFY9tJyA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-twAFY9tJyA .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-twAFY9tJyA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-twAFY9tJyA .navbar.opened {
  transition: all 0.3s;
}
.cid-twAFY9tJyA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-twAFY9tJyA .navbar .navbar-logo img {
  width: auto;
}
.cid-twAFY9tJyA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-twAFY9tJyA .navbar.collapsed {
  justify-content: center;
}
.cid-twAFY9tJyA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-twAFY9tJyA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-twAFY9tJyA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-twAFY9tJyA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-twAFY9tJyA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-twAFY9tJyA .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-twAFY9tJyA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-twAFY9tJyA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-twAFY9tJyA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-twAFY9tJyA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-twAFY9tJyA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-twAFY9tJyA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-twAFY9tJyA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-twAFY9tJyA .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-twAFY9tJyA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-twAFY9tJyA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-twAFY9tJyA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-twAFY9tJyA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-twAFY9tJyA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-twAFY9tJyA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-twAFY9tJyA .navbar.navbar-short {
  min-height: 60px;
}
.cid-twAFY9tJyA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-twAFY9tJyA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-twAFY9tJyA .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-twAFY9tJyA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-twAFY9tJyA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-twAFY9tJyA .dropdown-item.active,
.cid-twAFY9tJyA .dropdown-item:active {
  background-color: transparent;
}
.cid-twAFY9tJyA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-twAFY9tJyA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-twAFY9tJyA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-twAFY9tJyA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-twAFY9tJyA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-twAFY9tJyA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-twAFY9tJyA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-twAFY9tJyA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-twAFY9tJyA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-twAFY9tJyA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-twAFY9tJyA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-twAFY9tJyA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-twAFY9tJyA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-twAFY9tJyA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-twAFY9tJyA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-twAFY9tJyA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-twAFY9tJyA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-twAFY9tJyA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-twAFY9tJyA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-twAFY9tJyA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-twAFY9tJyA .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-twAFY9tJyA .navbar {
    height: 70px;
  }
  .cid-twAFY9tJyA .navbar.opened {
    height: auto;
  }
  .cid-twAFY9tJyA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-twAFXq9O6c {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #fff8fc;
}
.cid-twAFXq9O6c h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-twAFXq9O6c h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-twAFXq9O6c h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-twAFXq9O6c .mbr-text,
.cid-twAFXq9O6c .mbr-section-btn {
  color: #000000;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-twAFXq9O6c h3:before,
  .cid-twAFXq9O6c h3:after {
    display: none;
  }
}
.cid-twAFXq9O6c H1 {
  color: #000000;
  text-align: center;
}
.cid-twAFXq9O6c H3 {
  color: #fc656b;
}
.cid-twAFXkJuBt {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #faf8fb;
}
.cid-twAFXkJuBt .mbr-overlay {
  backdrop-filter: blur(20px);
}
.cid-twAFXkJuBt img {
  width: 100%;
  transform: scale(2) translateX(-2rem);
  z-index: 0;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-twAFXkJuBt img {
    transform: scale(1) translateX(0);
  }
}
.cid-twAFXkJuBt .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  z-index: 1;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-twAFXkJuBt .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-twAFXkJuBt .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-twAFXkJuBt .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-twAFXkJuBt .col-12 {
  position: relative;
}
.cid-twAFXkJuBt .round {
  position: absolute;
  top: -60px;
  right: -150px;
  width: 280px;
  height: 280px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-twAFXkJuBt .round {
    top: -30px;
    right: -110px;
    width: 180px;
    height: 180px;
  }
}
.cid-twAFXkJuBt .round:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 50%;
}
.cid-twAFXkJuBt .round2 {
  top: auto;
  right: auto;
  bottom: -30px;
  left: -30px;
  width: 120px;
  height: 120px;
  z-index: 0;
}
.cid-twAFXkJuBt .mbr-section-title {
  color: #000000;
}
.cid-twAFXkJuBt .mbr-text,
.cid-twAFXkJuBt .mbr-section-btn {
  color: #45494e;
  text-align: left;
}
.cid-twAFXkJuBt .mbr-section-subtitle {
  color: #fc656b;
  text-align: left;
}
.cid-twAFXkJuBt .mbr-section-title P {
  text-align: left;
}
.cid-twAIGAZ4kr {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-color: #ffffff;
}
.cid-twAIGAZ4kr .accordion .card {
  overflow: hidden;
}
.cid-twAIGAZ4kr .accordion .card:not(:first-of-type):not(:last-of-type) {
  border-radius: 35px !important;
}
.cid-twAIGAZ4kr .accordion .card:first-of-type {
  border-radius: 35px !important;
}
.cid-twAIGAZ4kr .accordion .card:last-of-type {
  border-radius: 35px !important;
}
.cid-twAIGAZ4kr .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-twAIGAZ4kr .panel-body {
  padding: 0.3rem 2rem;
}
.cid-twAIGAZ4kr .card-title {
  position: relative;
  color: #f4f4f4;
}
.cid-twAIGAZ4kr .mbr-text {
  position: relative;
}
.cid-twAIGAZ4kr .card {
  margin-bottom: 2rem;
  transition: all 0.3s;
  background: #fff8fc;
  border-radius: 35px;
}
.cid-twAIGAZ4kr .card .card-header {
  padding: 0.8rem 0rem !important;
  background-color: transparent !important;
  border: none;
}
.cid-twAIGAZ4kr .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-twAIGAZ4kr .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-twAIGAZ4kr .card .card-header a.panel-title h5 {
  padding: 0.6rem 2rem;
  margin-bottom: -1px;
  font-weight: 700;
  transition: all 0.3s;
}
.cid-twAIGAZ4kr .card .card-header a.panel-title h5 .sign {
  padding-right: 1rem;
}
.cid-twAIGAZ4kr .card .card-header a.panel-title h5:hover {
  color: #000000;
}
.cid-twAIGAZ4kr .sign {
  font-family: "FontAwesome" !important;
  font-size: 1rem !important;
  margin-right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  width: 52px;
}
.cid-twAIGAZ4kr .mbr-iconfont {
  border: 2px solid #000000;
  border-radius: 50%;
  color: #000000;
}
.cid-twAIGAZ4kr .mbri-arrow-up {
  background-color: transparent !important;
  color: #000000 !important;
}
.cid-twAIGAZ4kr .mbri-arrow-up:before {
  content: "\f068";
}
.cid-twAIGAZ4kr .panel-title {
  display: flex !important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-twAIGAZ4kr .mbri-arrow-down:before {
  content: "\f067";
}
.cid-twAIGAZ4kr .panel-text {
  padding: 0rem;
}
.cid-twAIGAZ4kr .panel-collapse {
  margin-top: -1px;
}
.cid-twAIGAZ4kr .block-right {
  position: relative;
}
.cid-twAIGAZ4kr .card-inner-2 {
  position: relative;
  color: #fff;
  text-align: center;
  padding: 120px 15px 95px 15px;
}
.cid-twAIGAZ4kr .img-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: 12px;
  font-family: "object-fit: cover; object-position: top center";
}
.cid-twAIGAZ4kr .wrapper-text-2 {
  position: absolute;
}
.cid-twAIGAZ4kr .link {
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.cid-twAIGAZ4kr .link:hover {
  color: #000000 !important;
}
.cid-twAIGAZ4kr .link::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: currentColor;
  transition: opacity 0.3s;
}
.cid-twAIGAZ4kr .col {
  padding: 0rem;
}
.cid-twAIGAZ4kr .link:hover::after {
  opacity: 0;
}
.cid-twAIGAZ4kr .card-box {
  top: 0;
  left: 0;
  z-index: 1;
  position: absolute;
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-twAIGAZ4kr .block-text-img {
  z-index: 10;
  position: relative;
}
.cid-twAIGAZ4kr H5 {
  color: #000000;
}
.cid-twAIGAZ4kr .mbr-section-title,
.cid-twAIGAZ4kr .ornament {
  text-align: center;
}
.cid-twAVoPnrpr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-twAVoPnrpr .mbr-fallback-image.disabled {
  display: none;
}
.cid-twAVoPnrpr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twAVoPnrpr .row {
  justify-content: flex-start;
}
.cid-twAVoPnrpr .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 4rem;
}
.cid-twAVoPnrpr .item-wrap {
  width: 100%;
  margin-bottom: 2rem;
}
.cid-twAVoPnrpr .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  text-align: center;
}
.cid-twAVoPnrpr .mbr-text {
  color: #000000;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.cid-twAVoPnrpr .mbr-section-title,
.cid-twAVoPnrpr .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-twAGne7Zbj {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-twAGne7Zbj .iconfont-wrapper {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.cid-twAGne7Zbj .card-box {
  z-index: 2;
  position: relative;
}
.cid-twAGne7Zbj .card-title,
.cid-twAGne7Zbj .card-text {
  transition: all 0.3s;
}
.cid-twAGne7Zbj .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 4rem 2rem;
  border-radius: 12px;
  background: #fff8fc;
  transition: all 0.3s;
}
.cid-twAGne7Zbj .card-wrapper:hover {
  background: #f2effc;
}
.cid-twAGne7Zbj .card-wrapper:hover .card-title,
.cid-twAGne7Zbj .card-wrapper:hover .card-text {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-twAGne7Zbj .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-twAGne7Zbj .card-title,
.cid-twAGne7Zbj .iconfont-wrapper {
  color: #000000;
  text-align: left;
}
.cid-twAGne7Zbj .card-text {
  color: #353535;
}
.cid-twAGne7Zbj .card-text,
.cid-twAGne7Zbj .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-twAGne7Zbj .mbr-fallback-image.disabled {
  display: none;
}
.cid-twAGne7Zbj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twAGne7Zbj .mbr-section-title {
  text-align: center;
}
.cid-twAGne7Zbj .mbr-section-subtitle {
  text-align: center;
}
.cid-twAFXDC3tV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-twAFXDC3tV .mbr-text {
  color: #767676;
}
.cid-twAFXDC3tV .sig-img img {
  width: auto;
  display: inline-block;
}
.cid-twAFXDC3tV .card-title {
  color: #000000;
}
.cid-twAFXDC3tV .mbr-text,
.cid-twAFXDC3tV .sig-img {
  color: #424242;
}
.cid-twAFXqF3u1 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-twAFXqF3u1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-twAFXqF3u1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twAFXqF3u1 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-twAFXqF3u1 .mbr-section-subtitle {
  text-align: left;
  color: #424242;
}
.cid-twAFXr85Tt {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #fff8fc;
}
.cid-twAFXr85Tt h3 {
  text-align: center;
  font-weight: 300;
}
.cid-twAFXr85Tt .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-twAFXr85Tt .mbr-section-subtitle {
  color: #767676;
}
.cid-twAFXr85Tt .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-twAFXr85Tt ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-twAFXr85Tt path {
  stroke: #fc656b;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-twAFXr85Tt .card {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
  }
}
.cid-twAFXr85Tt .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-twAFXr85Tt .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #fc656b;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-twAFXr85Tt .mbr-section-title,
.cid-twAFXr85Tt .line-wrap {
  text-align: center;
  color: #fc656b;
}
.cid-twAFXr85Tt p {
  color: #656565;
}
.cid-twAFXr85Tt H4 {
  color: #919dab;
}
.cid-twAFXr85Tt P {
  color: #fc656b;
}
.cid-twAFXrEt53 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-twAFXrEt53 .button-padding {
  padding: 0;
}
.cid-twAFXrEt53 .btn {
  margin: 0;
}
.cid-twAFXrEt53 .button-top {
  margin-top: 20px;
}
.cid-twAFXrEt53 .mbr-text {
  padding-bottom: 30px;
  margin: 0;
}
.cid-twAFXrEt53 .card-title {
  padding-bottom: 50px;
  margin: 0;
  color: #000000;
  text-align: left;
}
.cid-twAFXrEt53 .mbr-text,
.cid-twAFXrEt53 .mbr-section-btn {
  color: #424242;
  text-align: left;
}
.cid-twAFXsaDBL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fff8fc;
}
.cid-twAFXsaDBL .mbr-fallback-image.disabled {
  display: none;
}
.cid-twAFXsaDBL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twAFXsaDBL .mbr-text {
  color: #767676;
}
.cid-twAFXsaDBL .mbr-section-subtitle {
  color: #767676;
}
.cid-twAFXsaDBL .title .num {
  width: 100%;
  display: block;
}
.cid-twAFXsaDBL .title .card-title {
  z-index: 1;
}
.cid-twAFXsaDBL .num {
  color: #fc656b;
}
@media (max-width: 767px) {
  .cid-twAFXsaDBL * {
    text-align: center !important;
  }
  .cid-twAFXsaDBL .content-column {
    margin-bottom: 2rem;
  }
}
.cid-twAFXsaDBL .mbr-section-title,
.cid-twAFXsaDBL .card-box {
  text-align: center;
}
.cid-twAFXsaDBL .mbr-text,
.cid-twAFXsaDBL .mbr-section-btn {
  text-align: center;
  color: #424242;
}
.cid-twAFXsaDBL .card-text {
  text-align: left;
  color: #424242;
}
.cid-twAFXsRgkm {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-twAFXsRgkm .mbr-fallback-image.disabled {
  display: none;
}
.cid-twAFXsRgkm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twAFXsRgkm .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-twAFXsRgkm .mbr-section-subtitle {
  text-align: left;
  color: #424242;
}
.cid-twAFXtqW17 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fff8fc;
}
.cid-twAFXtqW17 .mbr-fallback-image.disabled {
  display: none;
}
.cid-twAFXtqW17 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1400px) {
  .cid-twAFXtqW17 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-twAFXtqW17 img {
  border-radius: 3rem;
}
.cid-twAFXtqW17 .row {
  align-items: center;
}
.cid-twAFXtqW17 .mbr-section-title {
  color: #000000;
}
.cid-twAFXtqW17 .mbr-text,
.cid-twAFXtqW17 .mbr-section-btn {
  color: #424242;
}
.cid-twAFXtqW17 .mbr-section-subtitle {
  color: #fc656b;
}
.cid-twAFXu0kgl {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-twAFXu0kgl h3 {
  text-align: center;
  font-weight: 300;
}
.cid-twAFXu0kgl .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-twAFXu0kgl .mbr-section-subtitle {
  color: #767676;
}
.cid-twAFXu0kgl .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-twAFXu0kgl svg {
  overflow: visible;
}
.cid-twAFXu0kgl ellipse {
  stroke: #efefef;
  stroke-width: 10px;
}
.cid-twAFXu0kgl path {
  stroke-width: 10px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-twAFXu0kgl .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-twAFXu0kgl .progress1 path {
  stroke: #fc656b;
}
.cid-twAFXu0kgl .progress2 path {
  stroke: #fc656b;
}
.cid-twAFXu0kgl .progress3 path {
  stroke: #33358c;
}
.cid-twAFXu0kgl .progress4 path {
  stroke: #ff9083;
}
.cid-twAFXu0kgl .card-text {
  color: #424242;
  text-align: left;
}
.cid-twAFXu0kgl DIV {
  text-align: center;
}
.cid-twAFXu0kgl H4 {
  text-align: center;
  color: #fc656b;
}
.cid-twAFXu0kgl .number {
  color: #181818;
}
.cid-twAFXuzPMt {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f4f4f4;
}
.cid-twAFXuzPMt .mbr-fallback-image.disabled {
  display: none;
}
.cid-twAFXuzPMt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twAFXuzPMt .item {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  flex-direction: column;
}
.cid-twAFXuzPMt .icon-box {
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-twAFXuzPMt .text-box {
  text-align: center;
}
.cid-twAFXuzPMt span {
  font-size: 6rem;
  color: #6592e6;
  font-weight: bold;
  display: block;
}
@media (max-width: 991px) {
  .cid-twAFXuzPMt .card {
    margin-bottom: 2rem;
  }
  .cid-twAFXuzPMt .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-twAFXuzPMt span {
    font-size: 21vw;
  }
}
.cid-twAFXuzPMt .item .icon-box .step-number {
  color: #fc656b;
}
.cid-twAFXvbfA0 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-twAFXvbfA0 .button-padding {
  padding: 0;
}
.cid-twAFXvbfA0 .btn {
  margin: 0;
}
.cid-twAFXvbfA0 .button-top {
  margin-top: 20px;
}
.cid-twAFXvbfA0 .mbr-text {
  padding-bottom: 30px;
  margin: 0;
}
.cid-twAFXvbfA0 .card-title {
  padding-bottom: 50px;
  margin: 0;
  color: #fc656b;
  text-align: left;
}
.cid-twAFXvbfA0 .mbr-text,
.cid-twAFXvbfA0 .mbr-section-btn {
  color: #424242;
}
.cid-twAFXvJGy3 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f4f4f4;
}
.cid-twAFXvJGy3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-twAFXvJGy3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twAFXvJGy3 .item {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  flex-direction: column;
}
.cid-twAFXvJGy3 .icon-box {
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-twAFXvJGy3 .text-box {
  text-align: center;
}
.cid-twAFXvJGy3 span {
  font-size: 6rem;
  color: #6592e6;
  font-weight: bold;
  display: block;
}
@media (max-width: 991px) {
  .cid-twAFXvJGy3 .card {
    margin-bottom: 2rem;
  }
  .cid-twAFXvJGy3 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-twAFXvJGy3 span {
    font-size: 21vw;
  }
}
.cid-twAFXvJGy3 .item .icon-box .step-number {
  color: #fc656b;
}
.cid-twAFXwmaQX {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #faf8fb;
}
.cid-twAFXwmaQX .button-padding {
  padding: 0;
}
.cid-twAFXwmaQX .btn {
  margin: 0;
}
.cid-twAFXwmaQX .button-top {
  margin-top: 20px;
}
.cid-twAFXwmaQX .mbr-text {
  padding-bottom: 30px;
  margin: 0;
}
.cid-twAFXwmaQX .card-title {
  padding-bottom: 50px;
  margin: 0;
  color: #000000;
  text-align: left;
}
.cid-twAFXwmaQX .mbr-text,
.cid-twAFXwmaQX .mbr-section-btn {
  color: #424242;
}
.cid-twAFXwWiYh {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-twAFXwWiYh .mbr-fallback-image.disabled {
  display: none;
}
.cid-twAFXwWiYh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twAFXwWiYh .mbr-section-head {
  width: 100%;
  margin-bottom: 36px;
}
.cid-twAFXwWiYh .mbr-section-title {
  color: #fc656b;
  text-align: left;
}
.cid-twAFXwWiYh .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-twAFXwWiYh .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-twAFXwWiYh .tabl-item-row {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-twAFXwWiYh .tabl-item-row:nth-child(2n) {
  background: rgba(252, 101, 107, 0.06);
}
.cid-twAFXwWiYh .tabl-item-column {
  width: 33.33333333%;
  flex-grow: 1;
  padding: 14px;
}
@media (max-width: 767px) {
  .cid-twAFXwWiYh .tabl-item-column {
    padding: 10px;
  }
}
.cid-twAFXwWiYh .card-title {
  color: #45494e;
}
.cid-twAFXwWiYh .card-text {
  color: #45494E;
}
.cid-twAFXxEdys {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f4f4f4;
}
.cid-twAFXxEdys .card-wrapper {
  display: flex;
  overflow: visible;
}
.cid-twAFXxEdys .icon {
  font-size: 5rem;
  color: #fc656b;
  padding-right: 0rem;
  margin-top: -1rem;
  display: block;
}
.cid-twAFXxEdys .card-box {
  margin-left: -1rem;
}
.cid-twAFXxEdys .card-title {
  color: #000000;
  text-align: left;
}
.cid-twAFXxEdys .card-text {
  color: #424242;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-twAFXxEdys .align-right,
  .cid-twAFXxEdys .align-left {
    text-align: center;
  }
  .cid-twAFXxEdys .card-wrapper {
    flex-direction: column;
  }
  .cid-twAFXxEdys .icon,
  .cid-twAFXxEdys .card-box {
    margin: 0rem;
  }
  .cid-twAFXxEdys .icon {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-twAFXxEdys .mbr-fallback-image.disabled {
  display: none;
}
.cid-twAFXxEdys .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twAFXycX53 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-twAFXycX53 .container-fluid {
  padding: 0 3rem;
}
.cid-twAFXycX53 .mbr-section-subtitle {
  line-height: 1.72;
}
.cid-twAFXycX53 table {
  width: 100% !important;
  margin: 0 auto;
}
.cid-twAFXycX53 table th {
  padding: 1.5rem 1rem;
  word-break: normal;
  transition: all .2s;
  text-align: center;
  border-color: #fc656b;
  border-bottom-color: #fc656b !important;
  border-top: none;
  vertical-align: middle;
}
.cid-twAFXycX53 table tr {
  border-color: #fc656b;
}
.cid-twAFXycX53 table td {
  vertical-align: middle;
  word-break: normal;
  line-height: 1.72;
}
.cid-twAFXycX53 th:after,
.cid-twAFXycX53 th:before {
  display: none !important;
}
.cid-twAFXycX53 .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-twAFXycX53 .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
.cid-twAFXycX53 .dataTable-top {
  margin-bottom: 20px;
}
.cid-twAFXycX53 .body-item {
  padding: 33px 36px;
  font-weight: 300;
  white-space: nowrap;
  color: #45494e;
}
.cid-twAFXycX53 .head-item {
  color: #181818;
  padding: 33px 36px;
  text-align: left;
  white-space: nowrap;
}
.cid-twAFXycX53 .row-title {
  white-space: nowrap;
  padding: 33px 54px;
  color: #fc656b;
  line-height: 1.72;
  text-align: left;
}
.cid-twAFXycX53 .second-col {
  background-color: #faf8fb;
}
.cid-twAFXycX53 .head-item.first-col,
.cid-twAFXycX53 .head-item.second-col,
.cid-twAFXycX53 .head-item.other-col {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.cid-twAFXycX53 .other-col {
  background-color: #ffffff;
}
.cid-twAFXycX53 .mbr-section-title {
  margin-bottom: 80px;
  color: #000000;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-twAFXycX53 .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-twAFXycX53 th:nth-child(3n+2) {
  background-color: #faf8fb;
}
.cid-twAFXycX53 td:nth-child(3n+2) {
  background-color: #faf8fb;
}
.cid-twAFXycX53 .mbr-section-subtitle,
.cid-twAFXycX53 .body-item {
  text-align: left;
  color: #45494e;
}
.cid-twAFXyYMEa {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-twAFXyYMEa .mbr-text,
.cid-twAFXyYMEa .mbr-section-btn {
  color: #000000;
}
.cid-twAFXyYMEa .mbr-fallback-image.disabled {
  display: none;
}
.cid-twAFXyYMEa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twAFXzAZ1a {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #faf8fb;
}
.cid-twAFXzAZ1a .button-padding {
  padding: 0;
}
.cid-twAFXzAZ1a .btn {
  margin: 0;
}
.cid-twAFXzAZ1a .button-top {
  margin-top: 20px;
}
.cid-twAFXzAZ1a .mbr-text {
  padding-bottom: 30px;
  margin: 0;
}
.cid-twAFXzAZ1a .card-title {
  padding-bottom: 50px;
  margin: 0;
  color: #000000;
  text-align: left;
}
.cid-twAFXzAZ1a .mbr-text,
.cid-twAFXzAZ1a .mbr-section-btn {
  color: #424242;
}
.cid-twAFXAdjqQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff8fc;
}
@media (min-width: 992px) {
  .cid-twAFXAdjqQ .row {
    flex-direction: row-reverse;
  }
  .cid-twAFXAdjqQ .image-wrapper {
    padding-right: 1.5rem;
  }
  .cid-twAFXAdjqQ .wrapper {
    padding-left: 1.5rem;
  }
}
.cid-twAFXAdjqQ .item-title {
  color: #000000;
  text-align: left;
}
.cid-twAFXAdjqQ .subtitle-text {
  color: #424242;
}
.cid-twAFXAdjqQ .item-box {
  display: flex;
}
.cid-twAFXAdjqQ .num {
  color: #FC656B;
  min-width: max-content;
  margin-right: 1.4rem;
}
.cid-twAFXAdjqQ .item-text {
  color: #000000;
}
.cid-twAFXAdjqQ .image-wrapper {
  height: 100%;
}
@media (max-width: 991px) {
  .cid-twAFXAdjqQ .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-twAFXAdjqQ .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.cid-twAFXAdjqQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-twAFXAdjqQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twAFXARl0J {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-twAFXARl0J .mbr-fallback-image.disabled {
  display: none;
}
.cid-twAFXARl0J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twAFXARl0J circle,
.cid-twAFXARl0J path {
  fill: #fc656b;
}
.cid-twAFXARl0J .card-box {
  border: 1px solid currentColor;
  padding: 1rem 3rem;
  border-radius: 1.5rem;
}
.cid-twAFXARl0J .mbr-text {
  color: #fc656b;
}
.cid-twAFXARl0J .figure {
  position: relative;
  display: inline-block;
  margin: auto;
  width: fit-content;
}
.cid-twAFXARl0J .figure p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-60%, -50%);
}
.cid-twAFXARl0J .mbr-section-subtitle {
  color: #fc656b;
}
.cid-twAFXARl0J .title .num {
  width: 100%;
  padding-bottom: 1rem;
  display: block;
}
.cid-twAFXARl0J .title .card-title {
  z-index: 1;
}
.cid-twAFXARl0J .num {
  color: #ffff;
}
@media (max-width: 767px) {
  .cid-twAFXARl0J * {
    text-align: center !important;
  }
  .cid-twAFXARl0J .content-column {
    margin-bottom: 2rem;
  }
}
.cid-twAFXARl0J .card-title,
.cid-twAFXARl0J .card-img {
  color: #fc656b;
  text-align: center;
}
.cid-twAFXARl0J .num,
.cid-twAFXARl0J .card-box {
  color: #000000;
  text-align: center;
}
.cid-twAFXARl0J .mbr-figure-text {
  color: #ffffff;
}
.cid-twAFXARl0J .card-text {
  text-align: center;
  color: #000000;
}
.cid-twAFXBDPbj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-twAFXBDPbj .mbr-fallback-image.disabled {
  display: none;
}
.cid-twAFXBDPbj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twAFXBDPbj .mbr-text,
.cid-twAFXBDPbj .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-twAFXBDPbj .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-twAFXBDPbj .mbr-section-subtitle {
  text-align: left;
  color: #fc656b;
}
.cid-twAFXCfyfG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff8fc;
}
@media (min-width: 992px) {
  .cid-twAFXCfyfG .row {
    flex-direction: row-reverse;
  }
  .cid-twAFXCfyfG .image-wrapper {
    padding-right: 1.5rem;
  }
  .cid-twAFXCfyfG .wrapper {
    padding-left: 1.5rem;
  }
}
.cid-twAFXCfyfG .item-title {
  color: #000000;
  text-align: left;
}
.cid-twAFXCfyfG .subtitle-text {
  color: #000000;
}
.cid-twAFXCfyfG .item-box {
  display: flex;
}
.cid-twAFXCfyfG .num {
  color: #FC656B;
  min-width: max-content;
  margin-right: 1.4rem;
}
.cid-twAFXCfyfG .item-text {
  color: #000000;
}
.cid-twAFXCfyfG .image-wrapper {
  height: 100%;
}
@media (max-width: 991px) {
  .cid-twAFXCfyfG .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-twAFXCfyfG .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.cid-twAFXCfyfG .mbr-fallback-image.disabled {
  display: none;
}
.cid-twAFXCfyfG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twAFXCVtM4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-twAFXCVtM4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-twAFXCVtM4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twAFXCVtM4 .container {
  max-width: 1120px;
}
.cid-twAFXCVtM4 .row {
  justify-content: center;
}
.cid-twAFXCVtM4 .col-title {
  margin-bottom: 70px;
}
.cid-twAFXCVtM4 .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-twAFXCVtM4 .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
.cid-twAFXCVtM4 .img-container {
  margin: 0 auto;
}
.cid-twAFXCVtM4 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
  border: 10px solid #f6f6f6;
}
@media (max-width: 767px) {
  .cid-twAFXCVtM4 .image-wrapper {
    border: 5px solid #f6f6f6;
  }
}
@media (min-width: 992px) {
  .cid-twAFXCVtM4 .image-wrapper {
    height: 700px;
  }
}
.cid-twAFXCVtM4 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-twAFXEeqNd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-twAFXEeqNd .mbr-fallback-image.disabled {
  display: none;
}
.cid-twAFXEeqNd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twAFXEeqNd .container {
  max-width: 1140px;
}
.cid-twAFXEeqNd .row {
  align-items: stretch;
}
.cid-twAFXEeqNd .col-title {
  position: relative;
  padding: 10px;
  flex-grow: 1;
}
.cid-twAFXEeqNd .col-text {
  padding: 10px;
  flex-grow: 1;
}
.cid-twAFXEeqNd .title-container {
  position: sticky;
  top: 57px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-twAFXEeqNd .title-container {
    position: static;
  }
}
.cid-twAFXEeqNd .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-twAFXEeqNd .item-text {
  width: 100%;
  margin-bottom: 20px;
}
.cid-twAFXEeqNd .item-text:not(:first-child) {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .cid-twAFXEeqNd .item-text:not(:first-child) {
    margin-bottom: 0;
  }
}
.cid-twAFXEeqNd .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 15px !important;
  width: 100%;
}
.cid-twAFXEeqNd .mbr-text {
  color: #1d191f;
  margin-bottom: 0;
  width: 100%;
}
.cid-twAFXETtPM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-twAFXETtPM .link-wrap {
  display: inline-block;
  width: 100%;
}
.cid-twAFXETtPM .link {
  padding-left: 2.5rem;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
}
.cid-twAFXETtPM .link:before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
  font-size: 1rem;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: all 0.3s;
  background: #000000;
  font-family: 'Moririse2' !important;
  content: "\e909";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cid-twAFXETtPM .link:hover:before {
  background: #d8182f;
}
.cid-twAFXETtPM .mbr-section-title {
  color: #000000;
}
.cid-twAFXETtPM .mbr-text,
.cid-twAFXETtPM .mbr-section-btn {
  color: #000000;
}
.cid-twAFXETtPM .link,
.cid-twAFXETtPM .link-wrap {
  color: #000000;
}
.cid-twAFXETtPM .mbr-title {
  color: #3098f3;
}
.cid-twAFXFwhC0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-twAFXFwhC0 .link-wrap {
  display: inline-block;
  width: 100%;
}
.cid-twAFXFwhC0 .link {
  padding-left: 2.5rem;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
}
.cid-twAFXFwhC0 .link:before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
  font-size: 1rem;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: all 0.3s;
  background: #000000;
  font-family: 'Moririse2' !important;
  content: "\e909";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cid-twAFXFwhC0 .link:hover:before {
  background: #d8182f;
}
.cid-twAFXFwhC0 .mbr-section-title {
  color: #000000;
}
.cid-twAFXFwhC0 .mbr-text,
.cid-twAFXFwhC0 .mbr-section-btn {
  color: #000000;
}
.cid-twAFXFwhC0 .link,
.cid-twAFXFwhC0 .link-wrap {
  color: #000000;
}
.cid-twAFXFwhC0 .mbr-title {
  color: #3098f3;
}
.cid-twAFXGdrti {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-twAFXGdrti li {
  list-style: none;
}
.cid-twAFXGdrti .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-twAFXGdrti .item-wrap:hover .mbr-iconfont {
  color: #181818 !important;
}
.cid-twAFXGdrti .mbr-iconfont {
  font-size: 22px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #fc656b !important;
}
.cid-twAFXGdrti h4 {
  margin: 0;
}
.cid-twAFXGdrti ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-twAFXGdrti .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-twAFXGdrti .col-title2 {
  color: #ed6436;
}
.cid-twAFXGZBKj {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-twAFXGZBKj .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}
.cid-twAFXGZBKj .container-table {
  margin: 0 auto;
}
.cid-twAFXGZBKj .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-twAFXGZBKj tbody tr:nth-child(odd) {
  background-color: #f5f4f6;
}
.cid-twAFXGZBKj .dataTables_wrapper {
  display: block;
}
.cid-twAFXGZBKj .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-twAFXGZBKj .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-twAFXGZBKj .head-item {
  color: #919DAB;
  min-width: 110px;
  letter-spacing: 2px;
}
.cid-twAFXGZBKj .body-item {
  color: #212529;
}
.cid-twAFXGZBKj .table td,
.cid-twAFXGZBKj .table th {
  border: none;
}
.cid-twAFXGZBKj table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-twAFXGZBKj table th {
  padding: 24px 15px 20px 15px;
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-twAFXGZBKj table td {
  padding: 24px 15px 20px 15px;
}
.cid-twAFXGZBKj .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-twAFXGZBKj .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-twAFXGZBKj .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-twAFXGZBKj .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-twAFXGZBKj .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-twAFXGZBKj .dataTables_filter {
    text-align: center;
  }
  .cid-twAFXGZBKj .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-twAFXGZBKj .mbr-fallback-image.disabled {
  display: none;
}
.cid-twAFXGZBKj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twAFXI56I8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-twAFXI56I8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-twAFXI56I8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twAFXI56I8 .row {
  justify-content: center;
}
.cid-twAFXI56I8 .title-wrapper {
  margin-bottom: 75px;
}
@media (max-width: 992px) {
  .cid-twAFXI56I8 .title-wrapper {
    margin-bottom: 45px;
  }
}
.cid-twAFXI56I8 .title-wrapper .mbr-section-title {
  margin: 0;
}
.cid-twAFXI56I8 .card-wrapper {
  padding: 24px;
  margin-bottom: 24px;
  border-radius: 40px;
  min-width: 216px;
}
@media (max-width: 992px) {
  .cid-twAFXI56I8 .card-wrapper {
    margin: 0 0 24px 0 !important;
    transform: none !important;
  }
}
.cid-twAFXI56I8 .mbr-text_1,
.cid-twAFXI56I8 .mbr-text_2,
.cid-twAFXI56I8 .mbr-text_3 {
  margin-bottom: 0;
}
.cid-twAFXI56I8 .cards_1 .card-wrapper:first-child {
  transform: rotate(350deg);
  background-color: #6e716f;
  opacity: .9;
  position: relative;
  z-index: 2;
}
.cid-twAFXI56I8 .cards_1 .card-wrapper:nth-child(2) {
  transform: rotate(340deg);
  background-color: #eafa72;
  margin: -35px -3rem 20px 12rem;
  position: relative;
  z-index: 1;
}
.cid-twAFXI56I8 .cards_1 .card-wrapper:last-child {
  transform: rotate(5deg);
  background-color: #e8e8e8;
}
.cid-twAFXI56I8 .cards_2 .card-wrapper:first-child {
  transform: rotate(5deg);
  background-color: #e8e8e8;
}
.cid-twAFXI56I8 .cards_2 .card-wrapper:nth-child(2) {
  transform: rotate(353deg);
  background-color: #6e716f;
  margin: 24px 10rem 0px -3rem;
  opacity: .9;
  position: relative;
  z-index: 2;
}
.cid-twAFXI56I8 .cards_2 .card-wrapper:last-child {
  transform: rotate(0);
  background-color: #eafa72;
  margin: 0 -3rem 0 6rem;
  position: relative;
  z-index: 1;
}
.cid-twAFXI56I8 .cards_3 .card-wrapper:first-child {
  transform: rotate(15deg);
  background-color: #eafa72;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.cid-twAFXI56I8 .cards_3 .card-wrapper:nth-child(2) {
  transform: rotate(353deg);
  background-color: #6e716f;
  margin: 0 10rem 0 -3rem;
  opacity: .9;
  position: relative;
  z-index: 2;
}
.cid-twAFXI56I8 .cards_3 .card-wrapper:last-child {
  transform: rotate(5deg);
  background-color: #e8e8e8;
}
.cid-twAFXI56I8 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-twAFXI56I8 .mbr-text_1 {
  color: #e8e8e8;
  text-align: center;
}
.cid-twAFXI56I8 .mbr-text_2 {
  color: #101511;
  text-align: center;
}
.cid-twAFXI56I8 .mbr-text_3 {
  color: #101511;
  text-align: center;
}
.cid-twAFXJ2qw7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edeff0;
}
.cid-twAFXJ2qw7 .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-twAFXJ2qw7 .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-twAFXJ2qw7 h3 {
  font-weight: 500 !important;
}
.cid-twAFXJ2qw7 .order {
  min-width: 3.1rem;
  max-width: 3.1rem;
  min-height: 3.1rem;
  max-height: 3.1rem;
  border-radius: 100%;
  background-color: #ffffff;
  color: #66a0c0;
  margin-right: 2.2rem;
  line-height: 1.72;
}
@media (max-width: 768px) {
  .cid-twAFXJ2qw7 .order {
    margin-right: 0;
  }
}
.cid-twAFXJ2qw7 .list-item {
  background-color: #d7e2e9;
  border-radius: 10px;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-twAFXJ2qw7 .list-item {
    padding: 3rem;
  }
}
.cid-twAFXJ2qw7 .mbr-text {
  font-weight: 300;
  line-height: 1.72;
}
@media (max-width: 768px) {
  .cid-twAFXJ2qw7 .mbr-subtitle {
    margin-bottom: 2px !important;
  }
}
.cid-twAFXJO1vf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-twAFXJO1vf .mbr-fallback-image.disabled {
  display: none;
}
.cid-twAFXJO1vf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twAFXJO1vf .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-twAFXJO1vf .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-twAFXJO1vf .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-twAFXJO1vf .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-twAFXJO1vf .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-twAFXJO1vf .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-twAFXJO1vf .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-twAFXJO1vf .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-twAFXKA1x7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f4fd;
}
.cid-twAFXKA1x7 .mbr-text,
.cid-twAFXKA1x7 .mbr-section-btn {
  color: #000000;
}
.cid-twAFXKA1x7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-twAFXKA1x7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twAFXLjC4Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #faf8fb;
}
@media (min-width: 992px) {
  .cid-twAFXLjC4Q .row {
    flex-direction: row-reverse;
  }
  .cid-twAFXLjC4Q .image-wrapper {
    padding-right: 1.5rem;
  }
  .cid-twAFXLjC4Q .wrapper {
    padding-left: 1.5rem;
  }
}
.cid-twAFXLjC4Q .item-title {
  color: #000000;
}
.cid-twAFXLjC4Q .subtitle-text {
  color: #000000;
}
.cid-twAFXLjC4Q .item-box {
  display: flex;
}
.cid-twAFXLjC4Q .num {
  color: #FC656B;
  min-width: max-content;
  margin-right: 1.4rem;
}
.cid-twAFXLjC4Q .item-text {
  color: #000000;
}
.cid-twAFXLjC4Q .image-wrapper {
  height: 100%;
}
@media (max-width: 991px) {
  .cid-twAFXLjC4Q .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-twAFXLjC4Q .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.cid-twAFXLjC4Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-twAFXLjC4Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twAFXM3C9m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #faf8fb;
}
@media (min-width: 992px) {
  .cid-twAFXM3C9m .row {
    flex-direction: row-reverse;
  }
  .cid-twAFXM3C9m .image-wrapper {
    padding-right: 1.5rem;
  }
  .cid-twAFXM3C9m .wrapper {
    padding-left: 1.5rem;
  }
}
.cid-twAFXM3C9m .item-title {
  color: #000000;
  text-align: left;
}
.cid-twAFXM3C9m .subtitle-text {
  color: #000000;
}
.cid-twAFXM3C9m .item-box {
  display: flex;
}
.cid-twAFXM3C9m .num {
  color: #FC656B;
  min-width: max-content;
  margin-right: 1.4rem;
}
.cid-twAFXM3C9m .item-text {
  color: #000000;
}
.cid-twAFXM3C9m .image-wrapper {
  height: 100%;
}
@media (max-width: 991px) {
  .cid-twAFXM3C9m .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-twAFXM3C9m .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.cid-twAFXM3C9m .mbr-fallback-image.disabled {
  display: none;
}
.cid-twAFXM3C9m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twAFXMQRZJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fc656b;
}
.cid-twAFXMQRZJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-twAFXMQRZJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twAFXMQRZJ .card-wrapper {
  background: #ffffff;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .cid-twAFXMQRZJ .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-twAFXMQRZJ .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-twAFXMQRZJ .card-wrapper {
    padding: 4rem;
  }
}
.cid-twAFXMQRZJ .mbr-text,
.cid-twAFXMQRZJ .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-twAFXMQRZJ .card-title {
  color: #000000;
  text-align: center;
}
.cid-twAFXNGFUI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-twAFXNGFUI .cards-bg1 {
  background: #f5f9fc;
}
.cid-twAFXNGFUI .cards-bg2 {
  background: #f3f7f9;
}
.cid-twAFXNGFUI .cards-bg3 {
  background: #fef2f2;
}
.cid-twAFXNGFUI .cards-bg4 {
  background: #faf8fb;
}
.cid-twAFXNGFUI .card-wrapper {
  padding: 3rem 1rem;
  border-radius: 8px;
  margin-bottom: 1rem;
}
@media (min-width: 0) and (max-width: 1199px) {
  .cid-twAFXNGFUI .card-wrapper {
    padding: 1rem 0.5rem;
    border-radius: 8px;
  }
}
.cid-twAFXNGFUI .mbr-section-title {
  text-align: center;
}
.cid-twAFXNGFUI .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-twAFXNGFUI .mbr-section-subtitle,
.cid-twAFXNGFUI .link {
  text-align: center;
}
.cid-twAFXNGFUI .card-title,
.cid-twAFXNGFUI .card-box {
  text-align: center;
}
.cid-twAFXOuU1w {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f4fd;
}
.cid-twAFXOuU1w .mbr-text,
.cid-twAFXOuU1w .mbr-section-btn {
  color: #000000;
}
.cid-twAFXOuU1w .mbr-fallback-image.disabled {
  display: none;
}
.cid-twAFXOuU1w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twAFXPhprI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #faf8fb;
}
.cid-twAFXPhprI .mbr-section-title {
  margin: 0;
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-twAFXPhprI .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-twAFXPhprI .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.2;
}
.cid-twAFXPhprI .mbr-text {
  line-height: 1.5;
  font-weight: 300;
  color: #000000;
}
.cid-twAFXPhprI .mbr-iconfont {
  color: #fc656b;
  font-size: 3rem;
  margin-bottom: .85rem;
}
.cid-twAFXPhprI .wrapper {
  background-color: #ffffff;
  border-radius: 30px;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-twAFXPhprI .wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-twAFXPhprI .d-flex {
    flex-direction: column;
  }
}
.cid-twAFXQ4HMc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f4fd;
}
.cid-twAFXQ4HMc .mbr-text,
.cid-twAFXQ4HMc .mbr-section-btn {
  color: #000000;
}
.cid-twAFXQ4HMc .mbr-fallback-image.disabled {
  display: none;
}
.cid-twAFXQ4HMc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twAFXQQ2OY {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-twAFXQQ2OY blockquote {
  border-color: currentColor;
  padding: 0.5rem 1.5rem;
}
.cid-twAFXQQ2OY .quote {
  color: #e43f3f;
}
.cid-twAFXQQ2OY .quote,
.cid-twAFXQQ2OY blockquote {
  color: #353535;
}
.cid-twAFXQQ2OY .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-twAFXQQ2OY .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-twAFXRyD3G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-twAFXRyD3G .text-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1000px) {
  .cid-twAFXRyD3G .text-wrapper {
    padding: 2rem 0;
  }
}
.cid-twAFXRyD3G .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-twAFXRyD3G .title {
  font-weight: 700;
  color: #ffffff;
}
.cid-twAFXRyD3G .subtitle {
  padding-top: 11px;
  font-weight: 500;
}
.cid-twAFXRyD3G .top {
  padding-top: 55px;
}
.cid-twAFXRyD3G .number-left {
  padding-top: 4px;
  text-align: left;
  font-weight: 700;
}
.cid-twAFXRyD3G .number-right {
  padding-top: 4px;
  text-align: right;
  font-weight: 700;
}
.cid-twAFXRyD3G .row.justify-content-between {
  margin-bottom: 3px;
  margin: 0;
}
.cid-twAFXRyD3G .title-left {
  text-align: right;
  color: #000000;
}
.cid-twAFXRyD3G .subtitle-left {
  text-align: right;
  color: #000000;
}
.cid-twAFXRyD3G .subtitle-right {
  color: #000000;
}
.cid-twAFXRyD3G .title-right {
  color: #000000;
}
@media (max-width: 770px) {
  .cid-twAFXRyD3G .bottom {
    margin-bottom: 55px;
  }
}
.cid-twAFXSoXNG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f4fd;
}
.cid-twAFXSoXNG .mbr-text,
.cid-twAFXSoXNG .mbr-section-btn {
  color: #000000;
}
.cid-twAFXSoXNG .mbr-fallback-image.disabled {
  display: none;
}
.cid-twAFXSoXNG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twAFXTnRQF {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #faf8fb;
}
.cid-twAFXTnRQF .mbr-fallback-image.disabled {
  display: none;
}
.cid-twAFXTnRQF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twAFXTnRQF .mbr-text,
.cid-twAFXTnRQF .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-twAFXTnRQF .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-twAFXTnRQF .mbr-section-subtitle {
  text-align: left;
  color: #fc656b;
}
.cid-twAFXUewFS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #faf8fb;
}
.cid-twAFXUewFS .mbr-fallback-image.disabled {
  display: none;
}
.cid-twAFXUewFS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twAFXUewFS img {
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-twAFXUewFS img {
    margin-bottom: 2rem;
  }
}
.cid-twAFXUewFS .card-wrapper {
  display: flex;
  margin: auto;
}
@media (max-width: 991px) {
  .cid-twAFXUewFS .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-twAFXUewFS .card-wrapper {
    max-width: 450px;
  }
}
.cid-twAFXUewFS .mbr-iconfont {
  font-size: 1.5rem;
  background: #fc656b;
  min-width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  margin-right: 1.5rem;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-twAFXUewFS .mbr-iconfont {
    font-size: 1rem;
    margin-right: 1rem;
    margin-top: 1rem;
  }
}
.cid-twAFXUewFS .card-text {
  color: #000000;
}
.cid-twAFXUewFS .card-title {
  color: #000000;
}
.cid-twAFXV4JoB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f4fd;
}
.cid-twAFXV4JoB .mbr-text,
.cid-twAFXV4JoB .mbr-section-btn {
  color: #000000;
}
.cid-twAFXV4JoB .mbr-fallback-image.disabled {
  display: none;
}
.cid-twAFXV4JoB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twAFXVTPsV {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-twAFXVTPsV .mbr-fallback-image.disabled {
  display: none;
}
.cid-twAFXVTPsV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twAFXVTPsV .mbr-text,
.cid-twAFXVTPsV .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-twAFXVTPsV .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-twAFXVTPsV .mbr-section-subtitle {
  text-align: left;
  color: #fc656b;
}
.cid-twAFXXoZoW {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background: #ffffff;
}
.cid-twAFXXoZoW .mbr-section-title {
  margin: 0;
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-twAFXXoZoW .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-twAFXXoZoW .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.2;
}
.cid-twAFXXoZoW .mbr-text {
  line-height: 1.5;
  font-weight: 300;
}
.cid-twAFXXoZoW .mbr-iconfont {
  color: #fc656b;
  font-size: 3rem;
  margin-bottom: .85rem;
}
.cid-twAFXXoZoW .wrapper {
  background-color: #faf8fb;
  border-radius: 30px;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-twAFXXoZoW .wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-twAFXXoZoW .d-flex {
    flex-direction: column;
  }
}
.cid-twAFXYIVcx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f4fd;
}
.cid-twAFXYIVcx .mbr-text,
.cid-twAFXYIVcx .mbr-section-btn {
  color: #000000;
}
.cid-twAFXYIVcx .mbr-fallback-image.disabled {
  display: none;
}
.cid-twAFXYIVcx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twAFXZDAIu {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #faf8fb;
}
.cid-twAFXZDAIu .mbr-fallback-image.disabled {
  display: none;
}
.cid-twAFXZDAIu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twAFXZDAIu .mbr-text,
.cid-twAFXZDAIu .mbr-section-btn {
  text-align: left;
}
.cid-twAFXZDAIu .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-twAFXZDAIu .mbr-section-subtitle {
  text-align: left;
  color: #fc656b;
}
.cid-twAFY0uNIx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #faf8fb;
}
.cid-twAFY0uNIx .mbr-fallback-image.disabled {
  display: none;
}
.cid-twAFY0uNIx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twAFY0uNIx .container {
  max-width: 1140px;
}
@media (max-width: 991px) {
  .cid-twAFY0uNIx .container {
    padding: 0 50px !important;
  }
}
.cid-twAFY0uNIx .row {
  align-items: stretch;
}
.cid-twAFY0uNIx .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 67%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-twAFY0uNIx .col-text {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-twAFY0uNIx .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-twAFY0uNIx .text-wrapper {
    padding-top: 30px;
  }
}
.cid-twAFY0uNIx .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-twAFY0uNIx .card-title {
    text-align: center;
  }
}
.cid-twAFY0uNIx .mbr-text {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .cid-twAFY0uNIx .mbr-text {
    text-align: center;
  }
}
.cid-twAFY0uNIx .col-img {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
  padding-right: 75px !important;
}
@media (max-width: 767px) {
  .cid-twAFY0uNIx .col-img {
    width: 100%;
    padding: 0 !important;
    align-items: center;
  }
}
.cid-twAFY0uNIx .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-twAFY0uNIx .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-twAFY0uNIx .image-wrapper {
    padding-right: 30px;
    max-width: 520px;
  }
}
@media (max-width: 575px) {
  .cid-twAFY0uNIx .image-wrapper {
    padding-right: 0;
  }
}
.cid-twAFY0uNIx .image-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  background-color: #fc656b;
  border-top-right-radius: 40%;
  border-bottom-right-radius: 40%;
  height: 65%;
  width: 90%;
}
.cid-twAFY0uNIx .image-wrapper .img-bg-wrap {
  margin-bottom: 19%;
  margin-left: 19%;
}
.cid-twAFY0uNIx .image-wrapper .img-bg-wrap img {
  position: relative;
  z-index: 2;
  height: auto;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  border-top-right-radius: 120px;
}
.cid-twAFY1mc5t {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #faf8fb;
}
.cid-twAFY1mc5t .row {
  align-items: center;
}
.cid-twAFY1mc5t .image-wrapper {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-twAFY1mc5t .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-twAFY1mc5t .text-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 30px 0 0;
}
@media (min-width: 992px) {
  .cid-twAFY1mc5t .text-wrapper {
    padding: 0 0 0 60px;
  }
}
.cid-twAFY1mc5t .text-container {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-twAFY1mc5t .text-container {
    width: 550px;
    flex-shrink: 1;
  }
}
.cid-twAFY1mc5t .label-text {
  width: 100%;
  color: #fc656b;
}
.cid-twAFY1mc5t .mbr-section-title {
  margin-bottom: 12px;
}
.cid-twAFY1mc5t .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 32px;
}
.cid-twAFY1mc5t .item {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
  flex-wrap: wrap;
}
.cid-twAFY1mc5t .mbr-section-subtitle {
  margin: 0;
  width: 100%;
}
.cid-twAFY1mc5t .numbers-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-twAFY1mc5t .number-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-twAFY1mc5t .color-text {
  color: #fc656b;
}
.cid-twAFY1mc5t .text-box {
  width: 100%;
}
.cid-twAFY1mc5t .icon-text {
  width: 100%;
}
.cid-twAFY1mc5t .btn-container {
  width: 100%;
}
@media (max-width: 575px) {
  .cid-twAFY1mc5t .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-twAFY1mc5t .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-twAFY1mc5t .mbr-fallback-image.disabled {
  display: none;
}
.cid-twAFY1mc5t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twAFY1mc5t .mbr-text,
.cid-twAFY1mc5t .mbr-section-btn {
  color: #000000;
}
.cid-twAFY2qL9v {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f4fd;
}
.cid-twAFY2qL9v .mbr-text,
.cid-twAFY2qL9v .mbr-section-btn {
  color: #000000;
}
.cid-twAFY2qL9v .mbr-fallback-image.disabled {
  display: none;
}
.cid-twAFY2qL9v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twAFY3kAWk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-twAFY3kAWk .card {
  width: 100%;
}
.cid-twAFY3kAWk .card:nth-child(odd) .add__block {
  display: none;
}
.cid-twAFY3kAWk .add__block {
  margin-top: 35px;
}
.cid-twAFY3kAWk .add__block .add__block_image {
  width: 170px;
}
.cid-twAFY3kAWk .add__block .add__block_image img {
  width: 100%;
  border-radius: 6px;
}
.cid-twAFY3kAWk .add__block .add__block_content {
  margin-left: 30px;
  max-width: 270px;
}
.cid-twAFY3kAWk .add__block .add__block_title {
  margin-bottom: 0;
}
.cid-twAFY3kAWk .add__block .add__block_text {
  margin-top: 15px;
  margin-bottom: 0;
  color: #919dab;
}
.cid-twAFY3kAWk .row {
  margin: 0;
}
.cid-twAFY3kAWk .mbr-section-title {
  margin-bottom: 0;
}
.cid-twAFY3kAWk .step-container {
  margin-top: 25px;
}
.cid-twAFY3kAWk .padding__bot {
  padding-bottom: 50px;
}
.cid-twAFY3kAWk .step-text-content {
  padding-top: 10px;
}
.cid-twAFY3kAWk .mbr-step-title {
  margin-bottom: 0;
  font-weight: 500;
}
.cid-twAFY3kAWk .mbr-step-text {
  margin-bottom: 0;
  margin-top: 20px;
  color: #919DAB;
}
.cid-twAFY3kAWk .mbr-section-btn {
  margin-top: 20px;
}
.cid-twAFY3kAWk .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-twAFY3kAWk .step {
  display: flex;
  width: 40px;
  height: 40px;
  font-size: calc((20px) - 2px);
  margin-bottom: 0;
  border-radius: 50%;
  border: 2px solid #ebeaed;
  background-color: #ebeaed;
  font-weight: 500;
  color: #919DAB;
}
@media (min-width: 400px) {
  .cid-twAFY3kAWk .add__block {
    display: flex;
  }
  .cid-twAFY3kAWk .step-element {
    display: flex;
  }
  .cid-twAFY3kAWk .mbr-section-btn {
    margin-top: 20px;
    margin-left: calc((20 * 2px) + 70px);
  }
  .cid-twAFY3kAWk .mbr-section-btn .btn {
    margin-left: 0;
  }
  .cid-twAFY3kAWk .separline {
    position: relative;
  }
  .cid-twAFY3kAWk .separline:after {
    top: 40px;
    left: 18px;
    position: absolute;
    content: "";
    width: 2px;
    height: calc(100% - (20px) * 2);
    background-color: #ebeaed;
  }
  .cid-twAFY3kAWk .step-text-content {
    margin-left: 70px;
  }
}
@media (max-width: 400px) {
  .cid-twAFY3kAWk .add__block_title {
    margin-top: 30px;
  }
  .cid-twAFY3kAWk .add__block .add__block_content {
    margin-left: 0;
  }
}
.cid-twAFY3kAWk .mbr-fallback-image.disabled {
  display: none;
}
.cid-twAFY3kAWk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twAFY4r9p2 {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-twAFY4r9p2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-twAFY4r9p2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twAFY4r9p2 .mbr-text,
.cid-twAFY4r9p2 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-twAFY4r9p2 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-twAFY4r9p2 .mbr-section-subtitle {
  text-align: left;
  color: #fc656b;
}
.cid-twAFY5tZZ2 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-twAFY5tZZ2 .card-wrapper {
  display: flex;
  padding-bottom: 2rem;
}
.cid-twAFY5tZZ2 .card-wrapper:hover .card-title {
  color: #fc656b;
}
.cid-twAFY5tZZ2 .col1 span {
  padding-right: 1.5rem;
}
.cid-twAFY5tZZ2 .col2 span {
  padding-left: 1.5rem;
}
.cid-twAFY5tZZ2 .card-title {
  transition: all 0.3s;
}
.cid-twAFY5tZZ2 .mbr-iconfont {
  font-size: 2rem;
  padding-top: 0.5rem;
  color: #fc656b;
}
@media (max-width: 992px) {
  .cid-twAFY5tZZ2 .card-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .cid-twAFY5tZZ2 span {
    padding: 0!important;
    margin-bottom: 1rem;
  }
  .cid-twAFY5tZZ2 .col2 .card-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-twAFY5tZZ2 .card-text {
  color: #000000;
}
.cid-twAFY6A2VX {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-twAFY6A2VX .mbr-fallback-image.disabled {
  display: none;
}
.cid-twAFY6A2VX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twAFY6A2VX .mbr-text,
.cid-twAFY6A2VX .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-twAFY6A2VX .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-twAFY6A2VX .mbr-section-subtitle {
  text-align: left;
  color: #fc656b;
}
.cid-twAFY7AkaE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  z-index: 1;
}
.cid-twAFY7AkaE .card-box {
  padding: 0rem;
  height: 110px;
}
.cid-twAFY7AkaE .card {
  max-width: 100%;
}
.cid-twAFY7AkaE .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 110px;
}
.cid-twAFY7AkaE .wrapper {
  width: 100%;
  display: flex;
  padding: 0 1rem;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-twAFY7AkaE .row {
  background: #faf8fb;
  position: relative;
  z-index: 0;
  padding: 4rem 0;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .cid-twAFY7AkaE .row {
    margin: 0rem;
  }
}
.cid-twAFY7AkaE .card-wrapper {
  display: flex;
  flex-direction: column;
}
.cid-twAFY7AkaE .card-wrapper:before {
  content: '';
  width: 2rem;
  height: 2px;
  background: #282b2f;
  position: absolute;
  top: 50%;
  right: 0px;
  z-index: -1;
}
.cid-twAFY7AkaE .card-wrapper:after {
  content: '';
  width: 2rem;
  height: 2px;
  background: #282b2f;
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: -1;
}
.cid-twAFY7AkaE .container-fluid {
  overflow: hidden;
}
.cid-twAFY7AkaE .order {
  display: flex;
  flex-direction: column-reverse;
}
@media (max-width: 767px) {
  .cid-twAFY7AkaE .order {
    flex-direction: column;
  }
}
.cid-twAFY7AkaE .card-title {
  transition: all 0.3s;
  color: #000000;
}
@media (min-width: 992px) {
  .cid-twAFY7AkaE .col-lg-x {
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }
}
@media (min-width: 1600px) {
  .cid-twAFY7AkaE .col-lg-x {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (max-width: 1600px) {
  .cid-twAFY7AkaE .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-twAFY7AkaE .number-wrapper {
  position: relative;
  margin: 3rem auto;
  width: fit-content;
}
.cid-twAFY7AkaE .number-wrapper:before {
  content: '';
  width: 9999px;
  height: 2px;
  background: #282b2f;
  position: absolute;
  top: 50%;
  right: 30px;
  z-index: -1;
}
.cid-twAFY7AkaE .number-wrapper:after {
  content: '';
  width: 9999px;
  height: 2px;
  background: #282b2f;
  position: absolute;
  top: 50%;
  left: 30px;
  z-index: -1;
}
.cid-twAFY7AkaE .number-wrapper .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
}
.cid-twAFY7AkaE .mbr-iconfont {
  font-size: 6rem;
  height: 100px;
}
.cid-twAFY7AkaE .icon1 {
  color: #fc656b;
}
.cid-twAFY7AkaE .icon2 {
  color: #fc656b;
}
.cid-twAFY7AkaE .icon3 {
  color: #fc656b;
}
.cid-twAFY7AkaE .icon4 {
  color: #fc656b;
}
.cid-twAFY7AkaE .icon5 {
  color: #fc656b;
}
.cid-twAFY7AkaE .number1 {
  background: #fc656b;
}
.cid-twAFY7AkaE .number2 {
  background: #fc656b;
}
.cid-twAFY7AkaE .number3 {
  background: #fc656b;
}
.cid-twAFY7AkaE .number4 {
  background: #fc656b;
}
.cid-twAFY7AkaE .number5 {
  background: #fc656b;
}
.cid-twAFY7AkaE .number {
  color: #282b2f;
  font-size: 0.8rem;
  font-weight: 600;
}
.cid-twAFY7AkaE .card-text {
  color: #000000;
}
.cid-twAFY7AkaE .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #282b2f inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  justify-content: center;
  transition: all 0.3s;
}
.cid-twAFY8ynNj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f4fd;
}
.cid-twAFY8ynNj .mbr-text,
.cid-twAFY8ynNj .mbr-section-btn {
  color: #000000;
}
.cid-twAFY8ynNj .mbr-fallback-image.disabled {
  display: none;
}
.cid-twAFY8ynNj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twAFYaCAYO {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-twAFYaCAYO .mbr-fallback-image.disabled {
  display: none;
}
.cid-twAFYaCAYO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twAFYaCAYO .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 991px) {
  .cid-twAFYaCAYO .item {
    margin-bottom: 4rem;
  }
}
.cid-twAFYaCAYO .item:last-child .icon-box:before {
  display: none;
}
.cid-twAFYaCAYO .item.last .icon-box:before {
  display: none;
}
.cid-twAFYaCAYO .icon-box {
  background: #fc656b;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-twAFYaCAYO .icon-box {
    margin-right: 1rem;
  }
}
.cid-twAFYaCAYO .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 120%;
  color: #fc656b;
  transform: translate(-50%, 0);
}
.cid-twAFYaCAYO span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-twAFYaCAYO .card {
    margin-bottom: 2rem;
  }
  .cid-twAFYaCAYO .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-twAFYaCAYO .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-twAFYaCAYO .icon-box::before {
    top: 114%;
  }
}
.cid-twAFYaCAYO .mbr-text,
.cid-twAFYaCAYO .mbr-section-btn {
  text-align: left;
}
.cid-twAFYaCAYO .card-title,
.cid-twAFYaCAYO .card-box {
  text-align: left;
}
.cid-twAFYbOvV7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f4fd;
}
.cid-twAFYbOvV7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-twAFYbOvV7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twAFYbOvV7 .col-title {
  margin-bottom: 30px;
  padding: 0 30px !important;
}
.cid-twAFYbOvV7 .mbr-section-title {
  color: #112B6D;
}
.cid-twAFYbOvV7 .mbr-section-subtitle {
  color: #112B6D;
  margin-top: 20px;
}
.cid-twAFYbOvV7 .number-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .cid-twAFYbOvV7 .number-container {
    display: none;
  }
}
.cid-twAFYbOvV7 .number-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33.33333333%;
  padding: 0 10px;
}
.cid-twAFYbOvV7 .number-item:not(:first-child)::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  right: 50%;
  top: calc(50% - 1px);
  background-color: #fc656b;
}
.cid-twAFYbOvV7 .number-text {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 30px;
  color: #ffffff;
  background-color: #fc656b;
}
.cid-twAFYbOvV7 .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .cid-twAFYbOvV7 .cards-container {
    flex-wrap: wrap;
  }
}
.cid-twAFYbOvV7 .card {
  width: 33.33333333%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-twAFYbOvV7 .card {
    width: 100%;
    padding: 0 10px 30px;
  }
}
.cid-twAFYbOvV7 .card-box {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-twAFYbOvV7 .card-box {
    display: flex;
    align-items: center;
  }
}
.cid-twAFYbOvV7 .iconfont-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-twAFYbOvV7 .iconfont-wrapper {
    min-width: 130px;
    width: auto;
    margin-bottom: 0;
    margin-right: 25px;
  }
}
.cid-twAFYbOvV7 .iconfont-wrapper .mbr-iconfont {
  font-size: 130px;
  color: #fc656b;
}
@media (max-width: 767px) {
  .cid-twAFYbOvV7 .iconfont-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-twAFYbOvV7 .card-container {
  width: 100%;
  padding: 20px 20px 0;
}
@media (max-width: 767px) {
  .cid-twAFYbOvV7 .card-container {
    flex-grow: 1;
    padding: 0;
  }
}
.cid-twAFYbOvV7 .card-title {
  color: #000000;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-twAFYbOvV7 .card-title {
    margin-bottom: 20px;
    text-align: left !important;
  }
}
.cid-twAFYbOvV7 .card-text {
  color: #000000;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-twAFYbOvV7 .card-text {
    text-align: left !important;
  }
}
.cid-twAFYbOvV7 .btn-container {
  padding: 40px 30px 0 !important;
}
.cid-twAFYbOvV7 .mbr-section-title,
.cid-twAFYbOvV7 .mbr-section-btn {
  color: #000000;
}
.cid-twAFYcN77h {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-twAFYcN77h .mbr-fallback-image.disabled {
  display: none;
}
.cid-twAFYcN77h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twAFYcN77h .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-twAFYcN77h .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-twAFYcN77h .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #000000;
}
.cid-twAFYcN77h .panel-body,
.cid-twAFYcN77h .card-header {
  padding: 1rem 0;
}
.cid-twAFYcN77h .panel-title-edit {
  color: #000000;
}
.cid-twAFYcN77h H4 {
  color: #000000;
}
.cid-twAFYcN77h H3 {
  color: #000000;
}
.cid-twAFYcN77h .panel-text {
  color: #000000;
}
.cid-twAFYe0Htq {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #faf8fb;
}
.cid-twAFYe0Htq .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-twAFYe0Htq .icon-box {
  background: #fc656b;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-twAFYe0Htq .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-twAFYe0Htq .card {
    margin-bottom: 2rem;
  }
  .cid-twAFYe0Htq .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-twAFYggY3d {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #edeff0;
}
.cid-twAFYggY3d .container-fluid {
  padding: 0 3rem;
}
.cid-twAFYggY3d .mbr-section-subtitle {
  line-height: 1.72;
}
.cid-twAFYggY3d table {
  width: 100% !important;
  margin: 0 auto;
}
.cid-twAFYggY3d table th {
  padding: 1.5rem 1rem;
  word-break: normal;
  transition: all .2s;
  text-align: center;
  border-color: #9fc2d5;
  border-bottom-color: #9fc2d5 !important;
  border-top: none;
  vertical-align: middle;
}
.cid-twAFYggY3d table tr {
  border-color: #9fc2d5;
}
.cid-twAFYggY3d table td {
  vertical-align: middle;
  word-break: normal;
  line-height: 1.72;
}
.cid-twAFYggY3d th:after,
.cid-twAFYggY3d th:before {
  display: none !important;
}
.cid-twAFYggY3d .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-twAFYggY3d .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
.cid-twAFYggY3d .dataTable-top {
  margin-bottom: 20px;
}
.cid-twAFYggY3d .body-item {
  padding: 33px 36px;
  font-weight: 300;
  white-space: nowrap;
  color: #181818;
}
.cid-twAFYggY3d .head-item {
  color: #181818;
  padding: 33px 36px;
  text-align: left;
  white-space: nowrap;
}
.cid-twAFYggY3d .row-title {
  white-space: nowrap;
  padding: 33px 54px;
  color: #72a0b9;
  line-height: 1.72;
}
.cid-twAFYggY3d .second-col {
  background-color: #d8e4eb;
}
.cid-twAFYggY3d .head-item.first-col,
.cid-twAFYggY3d .head-item.second-col,
.cid-twAFYggY3d .head-item.other-col {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.cid-twAFYggY3d .other-col {
  background-color: #ffffff;
}
.cid-twAFYggY3d .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-twAFYggY3d .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-twAFYggY3d th:nth-child(3n+2) {
  background-color: #d8e4eb;
}
.cid-twAFYggY3d td:nth-child(3n+2) {
  background-color: #d8e4eb;
}
.cid-twAFYhxcMJ {
  padding-top: 195px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-twAFYhxcMJ h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-twAFYhxcMJ h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-twAFYhxcMJ .signature {
  filter: invert(0.8);
  display: inline-block;
  width: auto;
}
.cid-twAFYiBJHZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-twAFYiBJHZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-twAFYiBJHZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twAFYiBJHZ .row {
  justify-content: flex-start;
}
.cid-twAFYiBJHZ .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 4rem;
}
.cid-twAFYiBJHZ .item-wrap {
  width: 100%;
  margin-bottom: 2rem;
}
.cid-twAFYiBJHZ .mbr-section-subtitle {
  color: #fc656b;
  width: 100%;
}
.cid-twAFYiBJHZ .mbr-text {
  color: #767676;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.cid-twAFYiBJHZ .mbr-section-title,
.cid-twAFYiBJHZ .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-twAFYjVQW1 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-twAFYjVQW1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-twAFYjVQW1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twAFYjVQW1 .card-title {
  min-width: 250px;
}
.cid-twAFYjVQW1 .card-text {
  padding-left: 4rem;
}
@media (max-width: 767px) {
  .cid-twAFYjVQW1 .card-text {
    padding-left: 0rem;
  }
}
.cid-twAFYjVQW1 .mbr-iconfont {
  font-size: 1rem;
  color: #fc656b;
  border-radius: 50%;
  background: #000000;
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.cid-twAFYjVQW1 .card-wrapper {
  display: flex;
  transition: all 0.3s;
  justify-content: space-between;
  align-items: center;
  background: #f4fcf9;
  margin-bottom: 1rem;
  padding: 1.5rem 1.5rem;
}
@media (max-width: 767px) {
  .cid-twAFYjVQW1 .card-wrapper {
    flex-direction: column;
  }
}
.cid-twAFYjVQW1 .card-wrapper:hover {
  background: #fc656b;
  color: white;
}
.cid-twAFYjVQW1 .text-wrap {
  display: flex;
}
@media (max-width: 767px) {
  .cid-twAFYjVQW1 .text-wrap {
    flex-direction: column;
    padding-bottom: 1rem;
  }
}
.cid-twAFYl844u {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #5d47e9;
}
.cid-twAFYl844u .mbr-fallback-image.disabled {
  display: none;
}
.cid-twAFYl844u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twAFYl844u circle,
.cid-twAFYl844u path {
  fill: #000000;
}
.cid-twAFYl844u .card-box {
  border: 1px solid currentColor;
  padding: 1rem 3rem;
  border-radius: 1.5rem;
}
.cid-twAFYl844u .mbr-text {
  color: #ffffff;
}
.cid-twAFYl844u .figure {
  position: relative;
  display: inline-block;
  margin: auto;
  width: fit-content;
}
.cid-twAFYl844u .figure p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-60%, -50%);
}
.cid-twAFYl844u .mbr-section-subtitle {
  color: #767676;
}
.cid-twAFYl844u .title .num {
  width: 100%;
  padding-bottom: 1rem;
  display: block;
}
.cid-twAFYl844u .title .card-title {
  z-index: 1;
}
.cid-twAFYl844u .num {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-twAFYl844u * {
    text-align: center !important;
  }
  .cid-twAFYl844u .content-column {
    margin-bottom: 2rem;
  }
}
.cid-twAFYl844u .card-title,
.cid-twAFYl844u .card-img {
  color: #ffffff;
}
.cid-twAFYl844u .num,
.cid-twAFYl844u .card-box {
  color: #ffffff;
}
.cid-twAFYl844u .mbr-figure-text {
  color: #ffffff;
}
.cid-twAFYmn2Q9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-twAFYmn2Q9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-twAFYmn2Q9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twAFYmn2Q9 .row {
  justify-content: flex-start;
}
.cid-twAFYmn2Q9 .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 4rem;
}
.cid-twAFYmn2Q9 .item-wrap {
  width: 100%;
  margin-bottom: 2rem;
}
.cid-twAFYmn2Q9 .mbr-section-subtitle {
  color: #fc656b;
  width: 100%;
}
.cid-twAFYmn2Q9 .mbr-text {
  color: #000000;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.cid-twAFYmn2Q9 .mbr-section-title,
.cid-twAFYmn2Q9 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-twAFYnAJA1 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-twAFYnAJA1 h3 {
  text-align: center;
  font-weight: 300;
}
.cid-twAFYnAJA1 .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-twAFYnAJA1 .mbr-section-subtitle {
  color: #767676;
}
.cid-twAFYnAJA1 .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-twAFYnAJA1 svg {
  overflow: visible;
}
.cid-twAFYnAJA1 ellipse {
  stroke: #efefef;
  stroke-width: 10px;
}
.cid-twAFYnAJA1 path {
  stroke-width: 10px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-twAFYnAJA1 .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-twAFYnAJA1 .progress1 path {
  stroke: #ff9083;
}
.cid-twAFYnAJA1 .progress2 path {
  stroke: #72dfe9;
}
.cid-twAFYnAJA1 .progress3 path {
  stroke: #33358c;
}
.cid-twAFYnAJA1 .progress4 path {
  stroke: #ff9083;
}
.cid-twAFYnAJA1 .card-text {
  color: #767676;
}
.cid-tA4VpwYd49 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fc656b;
}
.cid-tA4VpwYd49 p {
  text-align: center;
}
.cid-tA4VpwYd49 .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tA4VpwYd49 .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tA4VpwYd49 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  text-align: left;
}
.cid-tA4VpwYd49 .logo-footer {
  line-height: normal;
}
.cid-tA4VpwYd49 .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tA4VpwYd49 .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-tA4VpwYd49 .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-tA4VpwYd49 li {
  overflow: hidden;
}
.cid-tA4VpwYd49 .icon-transition span {
  display: block;
}
.cid-tA4VpwYd49 .icon-transition:hover span {
  animation: 0.3s linear top;
}
.cid-tA4VpwYd49 .list-inline-item a {
  display: block;
}
.cid-tA4VpwYd49 .list-inline-item:hover a {
  animation: 0.3s linear top;
}
@keyframes top {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-100%);
  }
  51% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tA4VpwYd49 .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tA4VpwYd49 .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tA4VpwYd49 .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-tA4VpwYd49 .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tA4VpwYd49 .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tA4VpwYd49 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-tA4VpwYd49 .logo-footer {
    text-align: center;
  }
  .cid-tA4VpwYd49 .social-media {
    justify-content: center;
  }
}
@charset "UTF-8";
section {
    background-color: #ffffff;
}

body {
    font-style: normal;
    line-height: 1.5;
    font-weight: 400;
    color: #232323;
    position: relative;
}

button {
    background-color: transparent;
    border-color: transparent;
}

section,
.container,
.container-fluid {
    position: relative;
    word-wrap: break-word;
}

a.mbr-iconfont:hover {
    text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
    margin-bottom: 0;
}

a {
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
}
a,
a:hover {
    text-decoration: none;
}

.mbr-section-title {
    font-style: normal;
    line-height: 1.3;
}

.mbr-section-subtitle {
    line-height: 1.3;
}

.mbr-text {
    font-style: normal;
    line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
    line-height: 1.25;
    word-break: break-word;
    word-wrap: break-word;
    font-weight: 400;
}

b,
strong {
    font-weight: bold;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition-delay: 9999s;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
}

textarea[type="hidden"] {
    display: none;
}

section {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.hidden {
    visibility: hidden;
}

.mbr-z-index20 {
    z-index: 20;
}

/*! Base colors */
.mbr-white {
    color: #ffffff;
}

.mbr-black {
    color: #111111;
}

.mbr-bg-white {
    background-color: #ffffff;
}

.mbr-bg-black {
    background-color: #000000;
}

/*! Text-aligns */
.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

@media (max-width: 767px) {
    .align-right,
    .align-left {
        text-align: center;
    }
}
/*! Font-weight  */
.mbr-light {
    font-weight: 300;
}

.mbr-regular {
    font-weight: 400;
}

.mbr-semibold {
    font-weight: 500;
}

.mbr-bold {
    font-weight: 700;
}

/*! Media  */
.media-content {
    flex-basis: 100%;
}

.media-container-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: start;
}
.media-container-row .media-size-item {
    width: 400px;
}

.media-container-column {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: stretch;
}
.media-container-column > * {
    width: 100%;
}

@media (min-width: 992px) {
    .media-container-row {
        flex-wrap: nowrap;
    }
}
figure {
    margin-bottom: 0;
    overflow: hidden;
}

figure[mbr-media-size] {
    transition: width 0.1s;
}

img,
iframe {
    display: block;
    width: 100%;
}

.card {
    background-color: transparent;
    border: none;
}

.card-box {
    width: 100%;
}

.card-img {
    text-align: center;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}

.media {
    max-width: 100%;
    margin: 0 auto;
}

.mbr-figure {
    align-self: center;
}

.media-container > div {
    max-width: 100%;
}

.mbr-figure img,
.card-img img {
    width: 100%;
}

@media (max-width: 991px) {
    .media-size-item {
        width: auto !important;
    }

    .media {
        width: auto;
    }

    .mbr-figure {
        width: 100% !important;
    }
}
/*! Buttons */
.mbr-section-btn {
    margin-left: -0.6rem;
    margin-right: -0.6rem;
    font-size: 0;
}

.btn {
    font-weight: 600;
    border-width: 1px;
    font-style: normal;
    margin: 0.6rem 0.6rem;
    white-space: normal;
    transition: all 0.2s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
}

.btn-sm {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
}

.btn-md {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
}

.btn-lg {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
}

.btn-form {
    margin: 0;
}
.btn-form:hover {
    cursor: pointer;
}

nav .mbr-section-btn {
    margin-left: 0rem;
    margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
    order: 1;
    cursor: pointer;
    margin-left: 0.5rem;
    vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
    margin-left: 0.8rem;
}

.mbr-regular {
    font-weight: 400;
}

.mbr-semibold {
    font-weight: 500;
}

.mbr-bold {
    font-weight: 700;
}

[type="submit"] {
    -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
    min-height: 100vh;
}

.mbr-fullscreen {
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
    min-height: 100vh;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

/*! Map */
.map {
    height: 25rem;
    position: relative;
}
.map iframe {
    width: 100%;
    height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
    bottom: 25px;
    right: 90px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #ffffff;
    font-size: 22px;
}

.mbr-arrow-up a {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 60px;
    width: 60px;
    border: 2px solid #fff;
    outline-style: none !important;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    text-align: center;
}
.mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
    line-height: 60px;
}

.mbr-arrow-up-icon {
    display: block;
    color: #fff;
}

.mbr-arrow-up-icon::before {
    content: "›";
    display: inline-block;
    font-family: serif;
    font-size: 22px;
    line-height: 1;
    font-style: normal;
    position: relative;
    top: 6px;
    left: -4px;
    transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
    position: absolute;
    bottom: 45px;
    left: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background-color: rgba(80, 80, 80, 0.5);
    border-radius: 50%;
    transform: translateX(-50%);
}
@media (max-width: 767px) {
    .mbr-arrow {
        display: none;
    }
}
.mbr-arrow > a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite;
    color: #ffffff;
}
.mbr-arrow > a > i {
    position: absolute;
    top: -2px;
    left: 15px;
    font-size: 2rem;
}

#scrollToTop a i::before {
    content: "";
    position: absolute;
    display: block;
    border-bottom: 2.5px solid #fff;
    border-left: 2.5px solid #fff;
    width: 27.8%;
    height: 27.8%;
    left: 50%;
    top: 51%;
    transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
    }
}
@-webkit-keyframes arrowdown {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
    }
}
@media (max-width: 500px) {
    .mbr-arrow-up {
        left: 0;
        right: 0;
        text-align: center;
    }
}
/*Gradients animation*/
@keyframes gradient-animation {
    from {
        background-position: 0% 100%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    to {
        background-position: 100% 0%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
}
@-webkit-keyframes gradient-animation {
    from {
        background-position: 0% 100%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    to {
        background-position: 100% 0%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
}
.bg-gradient {
    background-size: 200% 200%;
    animation: gradient-animation 5s infinite alternate;
    -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
    display: -webkit-flex;
}
.menu .navbar-brand span {
    display: flex;
    display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
    display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
    display: -webkit-flex;
    width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
    .menu .navbar-toggleable-sm .navbar-nav {
        display: -ms-flexbox;
    }
}
@media (max-width: 991px) {
    .menu .navbar-collapse {
        max-height: 93.5vh;
    }
    .menu .navbar-collapse.show {
        overflow: auto;
    }
}
@media (min-width: 992px) {
    .menu .navbar-nav.nav-dropdown {
        display: -webkit-flex;
    }
    .menu .navbar-toggleable-sm .navbar-collapse {
        display: -webkit-flex !important;
    }
    .menu .collapsed .navbar-collapse {
        max-height: 93.5vh;
    }
    .menu .collapsed .navbar-collapse.show {
        overflow: auto;
    }
}
@media (max-width: 767px) {
    .menu .navbar-collapse {
        max-height: 80vh;
    }
}

.nav-link .mbr-iconfont {
    margin-right: 0.5rem;
}

.navbar {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
}

.navbar-collapse {
    -webkit-flex-basis: 100%;
    -webkit-flex-grow: 1;
    -webkit-align-items: center;
}

.nav-dropdown .link {
    padding: 0.667em 1.667em !important;
    margin: 0 !important;
}

.nav {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
}

.row {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
}

.justify-content-center {
    -webkit-justify-content: center;
}

.form-inline {
    display: -webkit-flex;
}

.card-wrapper {
    -webkit-flex: 1;
}

.carousel-control {
    z-index: 10;
    display: -webkit-flex;
}

.carousel-controls {
    display: -webkit-flex;
}

.media {
    display: -webkit-flex;
}

.form-group:focus {
    outline: none;
}

.jq-selectbox__select {
    padding: 7px 0;
    position: relative;
}

.jq-selectbox__dropdown {
    overflow: hidden;
    border-radius: 10px;
    position: absolute;
    top: 100%;
    left: 0 !important;
    width: 100% !important;
}

.jq-selectbox__trigger-arrow {
    right: 0;
    transform: translateY(-50%);
}

.jq-selectbox li {
    padding: 1.07em 0.5em;
}

input[type="range"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
    height: 100%;
}

.modal-dialog .carousel-inner {
    height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
    .modal-dialog .carousel-inner {
        height: calc(100vh - 1rem);
    }
}

.carousel-item {
    text-align: center;
}

.carousel-item img {
    margin: auto;
}

.navbar-toggler {
    align-self: flex-start;
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none;
    box-shadow: none;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

.navbar-toggler-left {
    position: absolute;
    left: 1rem;
}

.navbar-toggler-right {
    position: absolute;
    right: 1rem;
}

.card-img {
    width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
    flex-direction: column;
}

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

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
    bottom: initial !important;
}

html,
body {
    height: auto;
    min-height: 100vh;
}

.dropup .dropdown-toggle::after {
    display: none;
}

.form-asterisk {
    font-family: initial;
    position: absolute;
    top: -2px;
    font-weight: normal;
}

.form-control-label {
    position: relative;
    cursor: pointer;
    margin-bottom: 0.357em;
    padding: 0;
}

.alert {
    color: #ffffff;
    border-radius: 0;
    border: 0;
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 1.875rem;
    padding: 1.25rem;
    position: relative;
    text-align: center;
}
.alert.alert-form::after {
    background-color: inherit;
    bottom: -7px;
    content: "";
    display: block;
    height: 14px;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    transform: rotate(45deg);
    width: 14px;
}

.form-control {
    background-color: #ffffff;
    background-clip: border-box;
    color: #232323;
    line-height: 1rem !important;
    height: auto;
    padding: 0.6rem 1.2rem;
    transition: border-color 0.25s ease 0s;
    border: 1px solid transparent !important;
    border-radius: 4px;
    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;
}
.form-active .form-control:invalid {
    border-color: red;
}

form .row {
    margin-left: -0.6rem;
    margin-right: -0.6rem;
}
form .row [class*="col"] {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}

form .mbr-section-btn {
    margin: 0;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}

form .btn {
    display: flex;
    padding: 0.6rem 1.2rem;
    margin: 0;
}

form .form-check-input {
    margin-top: 0.5;
}

textarea.form-control {
    line-height: 1.5rem !important;
}

.form-group {
    margin-bottom: 1.2rem;
}

.form-control,
form .btn {
    min-height: 48px;
}

.gdpr-block label span.textGDPR input[name="gdpr"] {
    top: 7px;
}

.form-control:focus {
    box-shadow: none;
}

:focus {
    outline: none;
}

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

blockquote {
    font-style: italic;
    padding: 3rem;
    font-size: 1.09rem;
    position: relative;
    border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
    margin-bottom: 2.3125rem;
}

.mt-4 {
    margin-top: 2rem !important;
}

.mb-4 {
    margin-bottom: 2rem !important;
}

@media (max-width: 992px) {
    .md-pb {
        margin-bottom: 2rem;
    }
}

@media (min-width: 992px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .row {
        margin-left: -16px;
        margin-right: -16px;
    }
    .row > [class*="col"] {
        padding-left: 16px;
        padding-right: 16px;
    }
}
@media (min-width: 768px) {
    .container-fluid {
        padding-left: 32px;
        padding-right: 32px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .mbr-container {
        padding-left: 32px;
        padding-right: 32px;
    }
}
@media (max-width: 767px) {
    .mbr-container {
        padding-left: 16px;
        padding-right: 16px;
    }
}
.card-wrapper,
.item-wrapper {
    overflow: hidden;
}

.app-video-wrapper > img {
    opacity: 1;
}

.item {
    position: relative;
}

.dropdown-menu .dropdown-menu {
    left: 100%;
}

.dropdown-item + .dropdown-menu {
    display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
    display: block;
}
.cid-twBdkD2a3F {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-twBdkD2a3F .btn {
  padding: 0.3rem 2rem;
}
.cid-twBdkD2a3F .nav-link {
  position: relative;
}
.cid-twBdkD2a3F .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #000000;
}
.cid-twBdkD2a3F .nav-link:hover:before {
  width: 100%;
}
.cid-twBdkD2a3F nav.navbar {
  position: fixed;
}
.cid-twBdkD2a3F .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-twBdkD2a3F .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-twBdkD2a3F .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-twBdkD2a3F .dropdown-item:hover,
.cid-twBdkD2a3F .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-twBdkD2a3F .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-twBdkD2a3F .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-twBdkD2a3F .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-twBdkD2a3F .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-twBdkD2a3F .container {
  display: flex;
  margin: auto;
}
.cid-twBdkD2a3F .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-twBdkD2a3F .dropdown-menu,
.cid-twBdkD2a3F .navbar.opened {
  background: #ffffff !important;
}
.cid-twBdkD2a3F .nav-item:focus,
.cid-twBdkD2a3F .nav-link:focus {
  outline: none;
}
.cid-twBdkD2a3F .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-twBdkD2a3F .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-twBdkD2a3F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-twBdkD2a3F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-twBdkD2a3F .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-twBdkD2a3F .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-twBdkD2a3F .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-twBdkD2a3F .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-twBdkD2a3F .navbar.opened {
  transition: all 0.3s;
}
.cid-twBdkD2a3F .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-twBdkD2a3F .navbar .navbar-logo img {
  width: auto;
}
.cid-twBdkD2a3F .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-twBdkD2a3F .navbar.collapsed {
  justify-content: center;
}
.cid-twBdkD2a3F .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-twBdkD2a3F .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-twBdkD2a3F .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-twBdkD2a3F .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-twBdkD2a3F .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-twBdkD2a3F .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-twBdkD2a3F .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-twBdkD2a3F .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-twBdkD2a3F .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-twBdkD2a3F .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-twBdkD2a3F .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-twBdkD2a3F .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-twBdkD2a3F .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-twBdkD2a3F .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-twBdkD2a3F .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-twBdkD2a3F .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-twBdkD2a3F .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-twBdkD2a3F .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-twBdkD2a3F .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-twBdkD2a3F .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-twBdkD2a3F .navbar.navbar-short {
  min-height: 60px;
}
.cid-twBdkD2a3F .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-twBdkD2a3F .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-twBdkD2a3F .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-twBdkD2a3F .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-twBdkD2a3F .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-twBdkD2a3F .dropdown-item.active,
.cid-twBdkD2a3F .dropdown-item:active {
  background-color: transparent;
}
.cid-twBdkD2a3F .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-twBdkD2a3F .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-twBdkD2a3F .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-twBdkD2a3F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-twBdkD2a3F .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-twBdkD2a3F .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-twBdkD2a3F ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-twBdkD2a3F .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-twBdkD2a3F button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-twBdkD2a3F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-twBdkD2a3F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-twBdkD2a3F button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-twBdkD2a3F button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-twBdkD2a3F button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-twBdkD2a3F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-twBdkD2a3F nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-twBdkD2a3F nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-twBdkD2a3F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-twBdkD2a3F .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-twBdkD2a3F a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-twBdkD2a3F .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-twBdkD2a3F .navbar {
    height: 70px;
  }
  .cid-twBdkD2a3F .navbar.opened {
    height: auto;
  }
  .cid-twBdkD2a3F .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-twHyvloTrP {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-twHyvloTrP .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-twHyvloTrP .mbr-text,
.cid-twHyvloTrP .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-twHyvloTrP .mbr-section-text {
  color: #fc656b;
  text-align: left;
}
.cid-twHyvloTrP img {
  border-radius: 2rem;
}
.cid-twHyvloTrP .mbr-section-subtitle {
  color: #fc656b;
  text-align: left;
}
.cid-twHyvloTrP .number {
  color: #000000;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-twHyvloTrP .image-wrapper {
    display: none;
  }
}
.cid-twHyvloTrP .mbr-fallback-image.disabled {
  display: none;
}
.cid-twHyvloTrP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twUprZgEWN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f9f6fa;
}
.cid-twUprZgEWN .col-text {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .cid-twUprZgEWN .col-text {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.cid-twUprZgEWN .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 4rem;
}
.cid-twUprZgEWN .advantages-container {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-twUprZgEWN .advantages-container {
    grid-auto-flow: row;
  }
}
.cid-twUprZgEWN .advantage {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.cid-twUprZgEWN .advantage-title {
  width: 100%;
  color: #fc656b;
}
.cid-twUprZgEWN .advantage-text {
  width: 100%;
  color: #000000;
}
.cid-twUprZgEWN .mbr-fallback-image.disabled {
  display: none;
}
.cid-twUprZgEWN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twLMaog0QS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-twLMaog0QS h3 {
  margin-bottom: 0;
}
.cid-twLMaog0QS .container-fluid {
  padding: initial;
}
.cid-twLMaog0QS .row {
  margin: 0px;
}
.cid-twLMaog0QS .mbr-section-title {
  padding-bottom: 30px;
  color: #000000;
  text-align: left;
}
.cid-twLMaog0QS .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-twLMaog0QS .color {
  background-color: #f9f6fa;
}
.cid-twLMaog0QS .paddings {
  padding: 145px 100px;
}
.cid-twLMaog0QS .title,
.cid-twLMaog0QS .mbr-section-title {
  padding-bottom: 18px;
  font-weight: 600;
}
@media (max-width: 1150px) {
  .cid-twLMaog0QS .paddings {
    padding: 30px 50px;
  }
}
.cid-twLMaog0QS .title {
  text-align: left;
  color: #000000;
}
.cid-twLMaog0QS .subtitle {
  text-align: left;
  color: #000000;
}
@media (max-width: 650px) {
  .cid-twLMaog0QS .paddings {
    padding: 30px;
  }
}
.cid-twLMaog0QS .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-twLInNPyqP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-twLInNPyqP h3 {
  margin-bottom: 0;
}
.cid-twLInNPyqP .container-fluid {
  padding: initial;
}
.cid-twLInNPyqP .row {
  margin: 0px;
}
.cid-twLInNPyqP .mbr-section-title {
  padding-bottom: 30px;
  color: #000000;
  text-align: left;
}
.cid-twLInNPyqP .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-twLInNPyqP .color {
  background-color: #f9f6fa;
}
.cid-twLInNPyqP .paddings {
  padding: 145px 100px;
}
.cid-twLInNPyqP .title,
.cid-twLInNPyqP .mbr-section-title {
  padding-bottom: 18px;
  font-weight: 600;
}
@media (max-width: 1150px) {
  .cid-twLInNPyqP .paddings {
    padding: 30px 50px;
  }
}
.cid-twLInNPyqP .title {
  text-align: left;
  color: #000000;
}
.cid-twLInNPyqP .subtitle {
  text-align: left;
  color: #000000;
}
@media (max-width: 650px) {
  .cid-twLInNPyqP .paddings {
    padding: 30px;
  }
}
.cid-twBdjYkaj5 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-twBdjYkaj5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-twBdjYkaj5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twBdjYkaj5 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-twBdjYkaj5 .mbr-section-subtitle {
  text-align: left;
  color: #424242;
}
.cid-twLN0zqah4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-twLN0zqah4 h3 {
  margin-bottom: 0;
}
.cid-twLN0zqah4 .container-fluid {
  padding: initial;
}
.cid-twLN0zqah4 .row {
  margin: 0px;
}
.cid-twLN0zqah4 .mbr-section-title {
  padding-bottom: 30px;
  color: #000000;
  text-align: left;
}
.cid-twLN0zqah4 .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-twLN0zqah4 .color {
  background-color: #f9f6fa;
}
.cid-twLN0zqah4 .paddings {
  padding: 145px 100px;
}
.cid-twLN0zqah4 .title,
.cid-twLN0zqah4 .mbr-section-title {
  padding-bottom: 18px;
  font-weight: 600;
}
@media (max-width: 1150px) {
  .cid-twLN0zqah4 .paddings {
    padding: 30px 50px;
  }
}
.cid-twLN0zqah4 .title {
  text-align: left;
  color: #000000;
}
.cid-twLN0zqah4 .subtitle {
  text-align: left;
  color: #000000;
}
@media (max-width: 650px) {
  .cid-twLN0zqah4 .paddings {
    padding: 30px;
  }
}
.cid-twLN0zqah4 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-twBdjZKDri {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-twBdjZKDri .mbr-fallback-image.disabled {
  display: none;
}
.cid-twBdjZKDri .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twBdjZKDri .mbr-text {
  color: #767676;
}
.cid-twBdjZKDri .mbr-section-subtitle {
  color: #767676;
}
.cid-twBdjZKDri .title .num {
  width: 100%;
  display: block;
}
.cid-twBdjZKDri .title .card-title {
  z-index: 1;
}
.cid-twBdjZKDri .num {
  color: #fc656b;
}
@media (max-width: 767px) {
  .cid-twBdjZKDri * {
    text-align: center !important;
  }
  .cid-twBdjZKDri .content-column {
    margin-bottom: 2rem;
  }
}
.cid-twBdjZKDri .mbr-section-title,
.cid-twBdjZKDri .card-box {
  text-align: center;
  color: #000000;
}
.cid-twBdjZKDri .mbr-text,
.cid-twBdjZKDri .mbr-section-btn {
  text-align: center;
  color: #fc656b;
}
.cid-twBdjZKDri .card-text {
  text-align: left;
  color: #000000;
}
.cid-twBdjZKDri .card-title,
.cid-twBdjZKDri .card-img {
  color: #000000;
}
.cid-twMjAyEuEw {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f9f6fa;
}
.cid-twMjAyEuEw .mbr-fallback-image.disabled {
  display: none;
}
.cid-twMjAyEuEw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twMjAyEuEw .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-twMjAyEuEw .mbr-section-subtitle {
  text-align: left;
  color: #424242;
}
.cid-twBdk207ig {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-twBdk207ig .mbr-fallback-image.disabled {
  display: none;
}
.cid-twBdk207ig .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twBdk207ig .item {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  flex-direction: column;
}
.cid-twBdk207ig .icon-box {
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-twBdk207ig .text-box {
  text-align: center;
}
.cid-twBdk207ig span {
  font-size: 4rem;
  color: #6592e6;
  font-weight: bold;
  display: block;
}
@media (max-width: 991px) {
  .cid-twBdk207ig .card {
    margin-bottom: 2rem;
  }
  .cid-twBdk207ig .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-twBdk207ig span {
    font-size: 21vw;
  }
}
.cid-twBdk207ig .item .icon-box .step-number {
  color: #fc656b;
}
.cid-twLLu4AL7u {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-twLLu4AL7u h3 {
  margin-bottom: 0;
}
.cid-twLLu4AL7u .container-fluid {
  padding: initial;
}
.cid-twLLu4AL7u .row {
  margin: 0px;
}
.cid-twLLu4AL7u .mbr-section-title {
  padding-bottom: 30px;
  color: #000000;
  text-align: left;
}
.cid-twLLu4AL7u .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-twLLu4AL7u .color {
  background-color: #f9f6fa;
}
.cid-twLLu4AL7u .paddings {
  padding: 145px 100px;
}
.cid-twLLu4AL7u .title,
.cid-twLLu4AL7u .mbr-section-title {
  padding-bottom: 18px;
  font-weight: 600;
}
@media (max-width: 1150px) {
  .cid-twLLu4AL7u .paddings {
    padding: 30px 50px;
  }
}
.cid-twLLu4AL7u .title {
  text-align: left;
  color: #000000;
}
.cid-twLLu4AL7u .subtitle {
  text-align: left;
  color: #000000;
}
@media (max-width: 650px) {
  .cid-twLLu4AL7u .paddings {
    padding: 30px;
  }
}
.cid-twLLu4AL7u .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-twBdk0R0Vj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-twBdk0R0Vj .mbr-fallback-image.disabled {
  display: none;
}
.cid-twBdk0R0Vj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1400px) {
  .cid-twBdk0R0Vj .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-twBdk0R0Vj img {
  border-radius: 0rem;
}
.cid-twBdk0R0Vj .row {
  align-items: center;
}
.cid-twBdk0R0Vj .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-twBdk0R0Vj .mbr-text,
.cid-twBdk0R0Vj .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-twBdk0R0Vj .mbr-section-subtitle {
  color: #fc656b;
  text-align: left;
}
.cid-twXkJACHGW {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f9f6fa;
}
.cid-twXkJACHGW .mbr-fallback-image.disabled {
  display: none;
}
.cid-twXkJACHGW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twXkJACHGW .row {
  justify-content: center;
}
.cid-twXkJACHGW .title-wrapper {
  margin-bottom: 75px;
}
@media (max-width: 992px) {
  .cid-twXkJACHGW .title-wrapper {
    margin-bottom: 45px;
  }
}
.cid-twXkJACHGW .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-twXkJACHGW .title-wrapper .mbr-desc {
  margin: 0;
}
.cid-twXkJACHGW .card {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .cid-twXkJACHGW .card {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-twXkJACHGW .card {
    margin-bottom: 24px;
  }
}
.cid-twXkJACHGW .card .card-wrapper {
  padding: 40px 40px 64px;
  border-radius: 40px;
  background-color: #ffffff;
  overflow: visible;
}
@media (max-width: 992px) {
  .cid-twXkJACHGW .card .card-wrapper {
    padding: 32px 32px 45px;
  }
}
.cid-twXkJACHGW .card .card-wrapper .card-number {
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
}
.cid-twXkJACHGW .card .card-wrapper .card-number .mbr-number {
  display: inline;
  margin: 0;
  padding: 14px 40px;
  border-radius: 100px;
  background-color: #f9f6fa;
}
@media (max-width: 768px) {
  .cid-twXkJACHGW .card .card-wrapper .card-number .mbr-number {
    padding: 14px 22px;
  }
}
.cid-twXkJACHGW .card .card-wrapper .card-number .mbr-iconfont {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  color: #fc656b;
  font-size: 64px;
  background-color: #ffffff;
  border-radius: 100%;
  margin-top: -4rem;
}
@media (max-width: 768px) {
  .cid-twXkJACHGW .card .card-wrapper .card-number .mbr-iconfont {
    width: 70px;
    height: 70px;
    font-size: 32px;
    margin-top: -3rem;
  }
}
.cid-twXkJACHGW .card .card-wrapper .mbr-text {
  margin: 0;
}
.cid-twXkJACHGW .mbr-section-title {
  color: #101511;
  text-align: center;
}
.cid-twXkJACHGW .mbr-number {
  color: #fc656b;
  text-align: left;
}
.cid-twXkJACHGW .mbr-text {
  color: #000000;
}
.cid-twLJX9v9wb {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-twLJX9v9wb h3 {
  margin-bottom: 0;
}
.cid-twLJX9v9wb .container-fluid {
  padding: initial;
}
.cid-twLJX9v9wb .row {
  margin: 0px;
}
.cid-twLJX9v9wb .mbr-section-title {
  padding-bottom: 30px;
  color: #000000;
  text-align: left;
}
.cid-twLJX9v9wb .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-twLJX9v9wb .color {
  background-color: #f9f6fa;
}
.cid-twLJX9v9wb .paddings {
  padding: 145px 100px;
}
.cid-twLJX9v9wb .title,
.cid-twLJX9v9wb .mbr-section-title {
  padding-bottom: 18px;
  font-weight: 600;
}
@media (max-width: 1150px) {
  .cid-twLJX9v9wb .paddings {
    padding: 30px 50px;
  }
}
.cid-twLJX9v9wb .title {
  text-align: left;
  color: #000000;
}
.cid-twLJX9v9wb .subtitle {
  text-align: left;
  color: #000000;
}
@media (max-width: 650px) {
  .cid-twLJX9v9wb .paddings {
    padding: 30px;
  }
}
.cid-twBdk38wre {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-twBdk38wre .mbr-fallback-image.disabled {
  display: none;
}
.cid-twBdk38wre .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twBdk38wre .item {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  flex-direction: column;
}
.cid-twBdk38wre .icon-box {
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-twBdk38wre .text-box {
  text-align: center;
}
.cid-twBdk38wre span {
  font-size: 4rem;
  color: #6592e6;
  font-weight: bold;
  display: block;
}
@media (max-width: 991px) {
  .cid-twBdk38wre .card {
    margin-bottom: 2rem;
  }
  .cid-twBdk38wre .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-twBdk38wre span {
    font-size: 21vw;
  }
}
.cid-twBdk38wre .item .icon-box .step-number {
  color: #fc656b;
}
.cid-twLJiG6TAX {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-twLJiG6TAX h3 {
  margin-bottom: 0;
}
.cid-twLJiG6TAX .container-fluid {
  padding: initial;
}
.cid-twLJiG6TAX .row {
  margin: 0px;
}
.cid-twLJiG6TAX .mbr-section-title {
  padding-bottom: 30px;
  color: #000000;
  text-align: left;
}
.cid-twLJiG6TAX .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-twLJiG6TAX .color {
  background-color: #f9f6fa;
}
.cid-twLJiG6TAX .paddings {
  padding: 145px 100px;
}
.cid-twLJiG6TAX .title,
.cid-twLJiG6TAX .mbr-section-title {
  padding-bottom: 18px;
  font-weight: 600;
}
@media (max-width: 1150px) {
  .cid-twLJiG6TAX .paddings {
    padding: 30px 50px;
  }
}
.cid-twLJiG6TAX .title {
  text-align: left;
  color: #000000;
}
.cid-twLJiG6TAX .subtitle {
  text-align: left;
  color: #000000;
}
@media (max-width: 650px) {
  .cid-twLJiG6TAX .paddings {
    padding: 30px;
  }
}
.cid-twBdk4eEbq {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-twBdk4eEbq .mbr-fallback-image.disabled {
  display: none;
}
.cid-twBdk4eEbq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twBdk4eEbq .mbr-section-head {
  width: 100%;
  margin-bottom: 36px;
}
.cid-twBdk4eEbq .mbr-section-title {
  color: #fc656b;
  text-align: left;
}
.cid-twBdk4eEbq .mbr-section-subtitle {
  color: #000000;
  margin-top: 24px;
}
.cid-twBdk4eEbq .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-twBdk4eEbq .tabl-item-row {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-twBdk4eEbq .tabl-item-row:nth-child(2n) {
  background: #f9f6fa;
}
.cid-twBdk4eEbq .tabl-item-column {
  width: 33.33333333%;
  flex-grow: 1;
  padding: 14px;
}
@media (max-width: 767px) {
  .cid-twBdk4eEbq .tabl-item-column {
    padding: 10px;
  }
}
.cid-twBdk4eEbq .card-title {
  color: #000000;
}
.cid-twBdk4eEbq .card-text {
  color: #000000;
}
.cid-twBdk4TVhR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fff2f2;
}
.cid-twBdk4TVhR .card-wrapper {
  display: flex;
  overflow: visible;
}
.cid-twBdk4TVhR .icon {
  font-size: 5rem;
  color: #fc656b;
  padding-right: 0rem;
  margin-top: -1rem;
  display: block;
}
.cid-twBdk4TVhR .card-box {
  margin-left: -1rem;
}
.cid-twBdk4TVhR .card-title {
  color: #000000;
  text-align: left;
}
.cid-twBdk4TVhR .card-text {
  color: #424242;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-twBdk4TVhR .align-right,
  .cid-twBdk4TVhR .align-left {
    text-align: center;
  }
  .cid-twBdk4TVhR .card-wrapper {
    flex-direction: column;
  }
  .cid-twBdk4TVhR .icon,
  .cid-twBdk4TVhR .card-box {
    margin: 0rem;
  }
  .cid-twBdk4TVhR .icon {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-twBdk4TVhR .mbr-fallback-image.disabled {
  display: none;
}
.cid-twBdk4TVhR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twBdk5ppeq {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-twBdk5ppeq .container-fluid {
  padding: 0 3rem;
}
.cid-twBdk5ppeq .mbr-section-subtitle {
  line-height: 1.72;
}
.cid-twBdk5ppeq table {
  width: 100% !important;
  margin: 0 auto;
}
.cid-twBdk5ppeq table th {
  padding: 1.5rem 1rem;
  word-break: normal;
  transition: all .2s;
  text-align: center;
  border-color: #fc656b;
  border-bottom-color: #fc656b !important;
  border-top: none;
  vertical-align: middle;
}
.cid-twBdk5ppeq table tr {
  border-color: #fc656b;
}
.cid-twBdk5ppeq table td {
  vertical-align: middle;
  word-break: normal;
  line-height: 1.72;
}
.cid-twBdk5ppeq th:after,
.cid-twBdk5ppeq th:before {
  display: none !important;
}
.cid-twBdk5ppeq .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-twBdk5ppeq .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
.cid-twBdk5ppeq .dataTable-top {
  margin-bottom: 20px;
}
.cid-twBdk5ppeq .body-item {
  padding: 33px 36px;
  font-weight: 300;
  white-space: nowrap;
  color: #45494e;
}
.cid-twBdk5ppeq .head-item {
  color: #181818;
  padding: 33px 36px;
  text-align: left;
  white-space: nowrap;
}
.cid-twBdk5ppeq .row-title {
  white-space: nowrap;
  padding: 33px 54px;
  color: #fc656b;
  line-height: 1.72;
  text-align: left;
}
.cid-twBdk5ppeq .second-col {
  background-color: #faf8fb;
}
.cid-twBdk5ppeq .head-item.first-col,
.cid-twBdk5ppeq .head-item.second-col,
.cid-twBdk5ppeq .head-item.other-col {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.cid-twBdk5ppeq .other-col {
  background-color: #ffffff;
}
.cid-twBdk5ppeq .mbr-section-title {
  margin-bottom: 80px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-twBdk5ppeq .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-twBdk5ppeq th:nth-child(3n+2) {
  background-color: #faf8fb;
}
.cid-twBdk5ppeq td:nth-child(3n+2) {
  background-color: #faf8fb;
}
.cid-twBdk5ppeq .mbr-section-subtitle,
.cid-twBdk5ppeq .body-item {
  text-align: left;
  color: #45494e;
}
.cid-twBVNZx7oq {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-twBVNZx7oq .container-fluid {
  padding: 0 3rem;
}
.cid-twBVNZx7oq .mbr-section-subtitle {
  line-height: 1.72;
}
.cid-twBVNZx7oq table {
  width: 100% !important;
  margin: 0 auto;
}
.cid-twBVNZx7oq table th {
  padding: 1.5rem 1rem;
  word-break: normal;
  transition: all .2s;
  text-align: center;
  border-color: #fc656b;
  border-bottom-color: #fc656b !important;
  border-top: none;
  vertical-align: middle;
}
.cid-twBVNZx7oq table tr {
  border-color: #fc656b;
}
.cid-twBVNZx7oq table td {
  vertical-align: middle;
  word-break: normal;
  line-height: 1.72;
}
.cid-twBVNZx7oq th:after,
.cid-twBVNZx7oq th:before {
  display: none !important;
}
.cid-twBVNZx7oq .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-twBVNZx7oq .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
.cid-twBVNZx7oq .dataTable-top {
  margin-bottom: 20px;
}
.cid-twBVNZx7oq .body-item {
  padding: 33px 36px;
  font-weight: 300;
  white-space: nowrap;
  color: #000000;
}
.cid-twBVNZx7oq .head-item {
  color: #45494e;
  padding: 33px 36px;
  text-align: left;
  white-space: nowrap;
}
.cid-twBVNZx7oq .row-title {
  white-space: nowrap;
  padding: 33px 54px;
  color: #45494e;
  line-height: 1.72;
  text-align: left;
}
.cid-twBVNZx7oq .second-col {
  background-color: #faf8fb;
}
.cid-twBVNZx7oq .head-item.first-col,
.cid-twBVNZx7oq .head-item.second-col,
.cid-twBVNZx7oq .head-item.other-col {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.cid-twBVNZx7oq .other-col {
  background-color: #ffffff;
}
.cid-twBVNZx7oq .mbr-section-title {
  margin-bottom: 80px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-twBVNZx7oq .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-twBVNZx7oq th:nth-child(3n+2) {
  background-color: #faf8fb;
}
.cid-twBVNZx7oq td:nth-child(3n+2) {
  background-color: #faf8fb;
}
.cid-twBVNZx7oq .mbr-section-subtitle,
.cid-twBVNZx7oq .body-item {
  text-align: left;
  color: #45494e;
}
.cid-twBWqzHZ2W {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-twBWqzHZ2W .container-fluid {
  padding: 0 3rem;
}
.cid-twBWqzHZ2W .mbr-section-subtitle {
  line-height: 1.72;
}
.cid-twBWqzHZ2W table {
  width: 100% !important;
  margin: 0 auto;
}
.cid-twBWqzHZ2W table th {
  padding: 1.5rem 1rem;
  word-break: normal;
  transition: all .2s;
  text-align: center;
  border-color: #fc656b;
  border-bottom-color: #fc656b !important;
  border-top: none;
  vertical-align: middle;
}
.cid-twBWqzHZ2W table tr {
  border-color: #fc656b;
}
.cid-twBWqzHZ2W table td {
  vertical-align: middle;
  word-break: normal;
  line-height: 1.72;
}
.cid-twBWqzHZ2W th:after,
.cid-twBWqzHZ2W th:before {
  display: none !important;
}
.cid-twBWqzHZ2W .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-twBWqzHZ2W .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
.cid-twBWqzHZ2W .dataTable-top {
  margin-bottom: 20px;
}
.cid-twBWqzHZ2W .body-item {
  padding: 33px 36px;
  font-weight: 300;
  white-space: nowrap;
  color: #000000;
}
.cid-twBWqzHZ2W .head-item {
  color: #45494e;
  padding: 33px 36px;
  text-align: left;
  white-space: nowrap;
}
.cid-twBWqzHZ2W .row-title {
  white-space: nowrap;
  padding: 33px 54px;
  color: #45494e;
  line-height: 1.72;
  text-align: left;
}
.cid-twBWqzHZ2W .second-col {
  background-color: #faf8fb;
}
.cid-twBWqzHZ2W .head-item.first-col,
.cid-twBWqzHZ2W .head-item.second-col,
.cid-twBWqzHZ2W .head-item.other-col {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.cid-twBWqzHZ2W .other-col {
  background-color: #ffffff;
}
.cid-twBWqzHZ2W .mbr-section-title {
  margin-bottom: 80px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-twBWqzHZ2W .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-twBWqzHZ2W th:nth-child(3n+2) {
  background-color: #faf8fb;
}
.cid-twBWqzHZ2W td:nth-child(3n+2) {
  background-color: #faf8fb;
}
.cid-twBWqzHZ2W .mbr-section-subtitle,
.cid-twBWqzHZ2W .body-item {
  text-align: left;
  color: #45494e;
}
.cid-twBXkn9gMb {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-twBXkn9gMb .container-fluid {
  padding: 0 3rem;
}
.cid-twBXkn9gMb .mbr-section-subtitle {
  line-height: 1.72;
}
.cid-twBXkn9gMb table {
  width: 100% !important;
  margin: 0 auto;
}
.cid-twBXkn9gMb table th {
  padding: 1.5rem 1rem;
  word-break: normal;
  transition: all .2s;
  text-align: center;
  border-color: #fc656b;
  border-bottom-color: #fc656b !important;
  border-top: none;
  vertical-align: middle;
}
.cid-twBXkn9gMb table tr {
  border-color: #fc656b;
}
.cid-twBXkn9gMb table td {
  vertical-align: middle;
  word-break: normal;
  line-height: 1.72;
}
.cid-twBXkn9gMb th:after,
.cid-twBXkn9gMb th:before {
  display: none !important;
}
.cid-twBXkn9gMb .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-twBXkn9gMb .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
.cid-twBXkn9gMb .dataTable-top {
  margin-bottom: 20px;
}
.cid-twBXkn9gMb .body-item {
  padding: 33px 36px;
  font-weight: 300;
  white-space: nowrap;
  color: #000000;
}
.cid-twBXkn9gMb .head-item {
  color: #45494e;
  padding: 33px 36px;
  text-align: left;
  white-space: nowrap;
}
.cid-twBXkn9gMb .row-title {
  white-space: nowrap;
  padding: 33px 54px;
  color: #45494e;
  line-height: 1.72;
  text-align: left;
}
.cid-twBXkn9gMb .second-col {
  background-color: #faf8fb;
}
.cid-twBXkn9gMb .head-item.first-col,
.cid-twBXkn9gMb .head-item.second-col,
.cid-twBXkn9gMb .head-item.other-col {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.cid-twBXkn9gMb .other-col {
  background-color: #ffffff;
}
.cid-twBXkn9gMb .mbr-section-title {
  margin-bottom: 80px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-twBXkn9gMb .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-twBXkn9gMb th:nth-child(3n+2) {
  background-color: #faf8fb;
}
.cid-twBXkn9gMb td:nth-child(3n+2) {
  background-color: #faf8fb;
}
.cid-twBXkn9gMb .mbr-section-subtitle,
.cid-twBXkn9gMb .body-item {
  text-align: left;
  color: #45494e;
}
.cid-twBqu5QVkn {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-twBqu5QVkn .container-fluid {
  padding: 0 3rem;
}
.cid-twBqu5QVkn .mbr-section-subtitle {
  line-height: 1.72;
}
.cid-twBqu5QVkn table {
  width: 100% !important;
  margin: 0 auto;
}
.cid-twBqu5QVkn table th {
  padding: 1.5rem 1rem;
  word-break: normal;
  transition: all .2s;
  text-align: center;
  border-color: #fc656b;
  border-bottom-color: #fc656b !important;
  border-top: none;
  vertical-align: middle;
}
.cid-twBqu5QVkn table tr {
  border-color: #fc656b;
}
.cid-twBqu5QVkn table td {
  vertical-align: middle;
  word-break: normal;
  line-height: 1.72;
}
.cid-twBqu5QVkn th:after,
.cid-twBqu5QVkn th:before {
  display: none !important;
}
.cid-twBqu5QVkn .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-twBqu5QVkn .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
.cid-twBqu5QVkn .dataTable-top {
  margin-bottom: 20px;
}
.cid-twBqu5QVkn .body-item {
  padding: 33px 36px;
  font-weight: 300;
  white-space: nowrap;
  color: #000000;
}
.cid-twBqu5QVkn .head-item {
  color: #45494e;
  padding: 33px 36px;
  text-align: left;
  white-space: nowrap;
}
.cid-twBqu5QVkn .row-title {
  white-space: nowrap;
  padding: 33px 54px;
  color: #45494e;
  line-height: 1.72;
  text-align: left;
}
.cid-twBqu5QVkn .second-col {
  background-color: #faf8fb;
}
.cid-twBqu5QVkn .head-item.first-col,
.cid-twBqu5QVkn .head-item.second-col,
.cid-twBqu5QVkn .head-item.other-col {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.cid-twBqu5QVkn .other-col {
  background-color: #ffffff;
}
.cid-twBqu5QVkn .mbr-section-title {
  margin-bottom: 80px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-twBqu5QVkn .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-twBqu5QVkn th:nth-child(3n+2) {
  background-color: #faf8fb;
}
.cid-twBqu5QVkn td:nth-child(3n+2) {
  background-color: #faf8fb;
}
.cid-twBqu5QVkn .mbr-section-subtitle,
.cid-twBqu5QVkn .body-item {
  text-align: left;
  color: #45494e;
}
.cid-twBRxQSvp4 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-twBRxQSvp4 .container-fluid {
  padding: 0 3rem;
}
.cid-twBRxQSvp4 .mbr-section-subtitle {
  line-height: 1.72;
}
.cid-twBRxQSvp4 table {
  width: 100% !important;
  margin: 0 auto;
}
.cid-twBRxQSvp4 table th {
  padding: 1.5rem 1rem;
  word-break: normal;
  transition: all .2s;
  text-align: center;
  border-color: #fc656b;
  border-bottom-color: #fc656b !important;
  border-top: none;
  vertical-align: middle;
}
.cid-twBRxQSvp4 table tr {
  border-color: #fc656b;
}
.cid-twBRxQSvp4 table td {
  vertical-align: middle;
  word-break: normal;
  line-height: 1.72;
}
.cid-twBRxQSvp4 th:after,
.cid-twBRxQSvp4 th:before {
  display: none !important;
}
.cid-twBRxQSvp4 .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-twBRxQSvp4 .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
.cid-twBRxQSvp4 .dataTable-top {
  margin-bottom: 20px;
}
.cid-twBRxQSvp4 .body-item {
  padding: 33px 36px;
  font-weight: 300;
  white-space: nowrap;
  color: #000000;
}
.cid-twBRxQSvp4 .head-item {
  color: #45494e;
  padding: 33px 36px;
  text-align: left;
  white-space: nowrap;
}
.cid-twBRxQSvp4 .row-title {
  white-space: nowrap;
  padding: 33px 54px;
  color: #45494e;
  line-height: 1.72;
  text-align: left;
}
.cid-twBRxQSvp4 .second-col {
  background-color: #faf8fb;
}
.cid-twBRxQSvp4 .head-item.first-col,
.cid-twBRxQSvp4 .head-item.second-col,
.cid-twBRxQSvp4 .head-item.other-col {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.cid-twBRxQSvp4 .other-col {
  background-color: #ffffff;
}
.cid-twBRxQSvp4 .mbr-section-title {
  margin-bottom: 80px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-twBRxQSvp4 .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-twBRxQSvp4 th:nth-child(3n+2) {
  background-color: #faf8fb;
}
.cid-twBRxQSvp4 td:nth-child(3n+2) {
  background-color: #faf8fb;
}
.cid-twBRxQSvp4 .mbr-section-subtitle,
.cid-twBRxQSvp4 .body-item {
  text-align: left;
  color: #45494e;
}
.cid-twBSpLRlPh {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-twBSpLRlPh .container-fluid {
  padding: 0 3rem;
}
.cid-twBSpLRlPh .mbr-section-subtitle {
  line-height: 1.72;
}
.cid-twBSpLRlPh table {
  width: 100% !important;
  margin: 0 auto;
}
.cid-twBSpLRlPh table th {
  padding: 1.5rem 1rem;
  word-break: normal;
  transition: all .2s;
  text-align: center;
  border-color: #fc656b;
  border-bottom-color: #fc656b !important;
  border-top: none;
  vertical-align: middle;
}
.cid-twBSpLRlPh table tr {
  border-color: #fc656b;
}
.cid-twBSpLRlPh table td {
  vertical-align: middle;
  word-break: normal;
  line-height: 1.72;
}
.cid-twBSpLRlPh th:after,
.cid-twBSpLRlPh th:before {
  display: none !important;
}
.cid-twBSpLRlPh .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-twBSpLRlPh .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
.cid-twBSpLRlPh .dataTable-top {
  margin-bottom: 20px;
}
.cid-twBSpLRlPh .body-item {
  padding: 33px 36px;
  font-weight: 300;
  white-space: nowrap;
  color: #000000;
}
.cid-twBSpLRlPh .head-item {
  color: #45494e;
  padding: 33px 36px;
  text-align: left;
  white-space: nowrap;
}
.cid-twBSpLRlPh .row-title {
  white-space: nowrap;
  padding: 33px 54px;
  color: #45494e;
  line-height: 1.72;
  text-align: left;
}
.cid-twBSpLRlPh .second-col {
  background-color: #faf8fb;
}
.cid-twBSpLRlPh .head-item.first-col,
.cid-twBSpLRlPh .head-item.second-col,
.cid-twBSpLRlPh .head-item.other-col {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.cid-twBSpLRlPh .other-col {
  background-color: #ffffff;
}
.cid-twBSpLRlPh .mbr-section-title {
  margin-bottom: 80px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-twBSpLRlPh .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-twBSpLRlPh th:nth-child(3n+2) {
  background-color: #faf8fb;
}
.cid-twBSpLRlPh td:nth-child(3n+2) {
  background-color: #faf8fb;
}
.cid-twBSpLRlPh .mbr-section-subtitle,
.cid-twBSpLRlPh .body-item {
  text-align: left;
  color: #45494e;
}
.cid-twBT9MV4jJ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-twBT9MV4jJ .container-fluid {
  padding: 0 3rem;
}
.cid-twBT9MV4jJ .mbr-section-subtitle {
  line-height: 1.72;
}
.cid-twBT9MV4jJ table {
  width: 100% !important;
  margin: 0 auto;
}
.cid-twBT9MV4jJ table th {
  padding: 1.5rem 1rem;
  word-break: normal;
  transition: all .2s;
  text-align: center;
  border-color: #fc656b;
  border-bottom-color: #fc656b !important;
  border-top: none;
  vertical-align: middle;
}
.cid-twBT9MV4jJ table tr {
  border-color: #fc656b;
}
.cid-twBT9MV4jJ table td {
  vertical-align: middle;
  word-break: normal;
  line-height: 1.72;
}
.cid-twBT9MV4jJ th:after,
.cid-twBT9MV4jJ th:before {
  display: none !important;
}
.cid-twBT9MV4jJ .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-twBT9MV4jJ .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
.cid-twBT9MV4jJ .dataTable-top {
  margin-bottom: 20px;
}
.cid-twBT9MV4jJ .body-item {
  padding: 33px 36px;
  font-weight: 300;
  white-space: nowrap;
  color: #000000;
}
.cid-twBT9MV4jJ .head-item {
  color: #45494e;
  padding: 33px 36px;
  text-align: left;
  white-space: nowrap;
}
.cid-twBT9MV4jJ .row-title {
  white-space: nowrap;
  padding: 33px 54px;
  color: #45494e;
  line-height: 1.72;
  text-align: left;
}
.cid-twBT9MV4jJ .second-col {
  background-color: #faf8fb;
}
.cid-twBT9MV4jJ .head-item.first-col,
.cid-twBT9MV4jJ .head-item.second-col,
.cid-twBT9MV4jJ .head-item.other-col {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.cid-twBT9MV4jJ .other-col {
  background-color: #ffffff;
}
.cid-twBT9MV4jJ .mbr-section-title {
  margin-bottom: 80px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-twBT9MV4jJ .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-twBT9MV4jJ th:nth-child(3n+2) {
  background-color: #faf8fb;
}
.cid-twBT9MV4jJ td:nth-child(3n+2) {
  background-color: #faf8fb;
}
.cid-twBT9MV4jJ .mbr-section-subtitle,
.cid-twBT9MV4jJ .body-item {
  text-align: left;
  color: #45494e;
}
.cid-twBTY2X7J4 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-twBTY2X7J4 .container-fluid {
  padding: 0 3rem;
}
.cid-twBTY2X7J4 .mbr-section-subtitle {
  line-height: 1.72;
}
.cid-twBTY2X7J4 table {
  width: 100% !important;
  margin: 0 auto;
}
.cid-twBTY2X7J4 table th {
  padding: 1.5rem 1rem;
  word-break: normal;
  transition: all .2s;
  text-align: center;
  border-color: #fc656b;
  border-bottom-color: #fc656b !important;
  border-top: none;
  vertical-align: middle;
}
.cid-twBTY2X7J4 table tr {
  border-color: #fc656b;
}
.cid-twBTY2X7J4 table td {
  vertical-align: middle;
  word-break: normal;
  line-height: 1.72;
}
.cid-twBTY2X7J4 th:after,
.cid-twBTY2X7J4 th:before {
  display: none !important;
}
.cid-twBTY2X7J4 .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-twBTY2X7J4 .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
.cid-twBTY2X7J4 .dataTable-top {
  margin-bottom: 20px;
}
.cid-twBTY2X7J4 .body-item {
  padding: 33px 36px;
  font-weight: 300;
  white-space: nowrap;
  color: #000000;
}
.cid-twBTY2X7J4 .head-item {
  color: #45494e;
  padding: 33px 36px;
  text-align: left;
  white-space: nowrap;
}
.cid-twBTY2X7J4 .row-title {
  white-space: nowrap;
  padding: 33px 54px;
  color: #45494e;
  line-height: 1.72;
  text-align: left;
}
.cid-twBTY2X7J4 .second-col {
  background-color: #faf8fb;
}
.cid-twBTY2X7J4 .head-item.first-col,
.cid-twBTY2X7J4 .head-item.second-col,
.cid-twBTY2X7J4 .head-item.other-col {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.cid-twBTY2X7J4 .other-col {
  background-color: #ffffff;
}
.cid-twBTY2X7J4 .mbr-section-title {
  margin-bottom: 80px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-twBTY2X7J4 .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-twBTY2X7J4 th:nth-child(3n+2) {
  background-color: #faf8fb;
}
.cid-twBTY2X7J4 td:nth-child(3n+2) {
  background-color: #faf8fb;
}
.cid-twBTY2X7J4 .mbr-section-subtitle,
.cid-twBTY2X7J4 .body-item {
  text-align: left;
  color: #45494e;
}
.cid-twBUJtf2sW {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-twBUJtf2sW .container-fluid {
  padding: 0 3rem;
}
.cid-twBUJtf2sW .mbr-section-subtitle {
  line-height: 1.72;
}
.cid-twBUJtf2sW table {
  width: 100% !important;
  margin: 0 auto;
}
.cid-twBUJtf2sW table th {
  padding: 1.5rem 1rem;
  word-break: normal;
  transition: all .2s;
  text-align: center;
  border-color: #fc656b;
  border-bottom-color: #fc656b !important;
  border-top: none;
  vertical-align: middle;
}
.cid-twBUJtf2sW table tr {
  border-color: #fc656b;
}
.cid-twBUJtf2sW table td {
  vertical-align: middle;
  word-break: normal;
  line-height: 1.72;
}
.cid-twBUJtf2sW th:after,
.cid-twBUJtf2sW th:before {
  display: none !important;
}
.cid-twBUJtf2sW .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-twBUJtf2sW .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
.cid-twBUJtf2sW .dataTable-top {
  margin-bottom: 20px;
}
.cid-twBUJtf2sW .body-item {
  padding: 33px 36px;
  font-weight: 300;
  white-space: nowrap;
  color: #000000;
}
.cid-twBUJtf2sW .head-item {
  color: #45494e;
  padding: 33px 36px;
  text-align: left;
  white-space: nowrap;
}
.cid-twBUJtf2sW .row-title {
  white-space: nowrap;
  padding: 33px 54px;
  color: #45494e;
  line-height: 1.72;
  text-align: left;
}
.cid-twBUJtf2sW .second-col {
  background-color: #faf8fb;
}
.cid-twBUJtf2sW .head-item.first-col,
.cid-twBUJtf2sW .head-item.second-col,
.cid-twBUJtf2sW .head-item.other-col {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.cid-twBUJtf2sW .other-col {
  background-color: #ffffff;
}
.cid-twBUJtf2sW .mbr-section-title {
  margin-bottom: 80px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-twBUJtf2sW .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-twBUJtf2sW th:nth-child(3n+2) {
  background-color: #faf8fb;
}
.cid-twBUJtf2sW td:nth-child(3n+2) {
  background-color: #faf8fb;
}
.cid-twBUJtf2sW .mbr-section-subtitle,
.cid-twBUJtf2sW .body-item {
  text-align: left;
  color: #45494e;
}
.cid-twLHkyWWPx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-twLHkyWWPx h3 {
  margin-bottom: 0;
}
.cid-twLHkyWWPx .container-fluid {
  padding: initial;
}
.cid-twLHkyWWPx .row {
  margin: 0px;
}
.cid-twLHkyWWPx .mbr-section-title {
  padding-bottom: 30px;
  color: #000000;
  text-align: left;
}
.cid-twLHkyWWPx .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-twLHkyWWPx .color {
  background-color: #f9f6fa;
}
.cid-twLHkyWWPx .paddings {
  padding: 145px 100px;
}
.cid-twLHkyWWPx .title,
.cid-twLHkyWWPx .mbr-section-title {
  padding-bottom: 18px;
  font-weight: 600;
}
@media (max-width: 1150px) {
  .cid-twLHkyWWPx .paddings {
    padding: 30px 50px;
  }
}
.cid-twLHkyWWPx .title {
  text-align: left;
  color: #000000;
}
.cid-twLHkyWWPx .subtitle {
  text-align: left;
  color: #000000;
}
@media (max-width: 650px) {
  .cid-twLHkyWWPx .paddings {
    padding: 30px;
  }
}
.cid-twBdjXQxOc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-twBdjXQxOc .mbr-text {
  color: #767676;
}
.cid-twBdjXQxOc .sig-img img {
  width: auto;
  display: inline-block;
}
.cid-twBdjXQxOc .card-title {
  color: #000000;
}
.cid-twBdjXQxOc .mbr-text,
.cid-twBdjXQxOc .sig-img {
  color: #000000;
}
.cid-twLy3U5KSH {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-twLy3U5KSH [class^='socicon-']:before,
.cid-twLy3U5KSH [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-twLy3U5KSH .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #000000;
  transition: all 0.3s;
  border-color: #000000;
}
.cid-twLy3U5KSH .btn-social:hover {
  background: #000000;
}
.cid-twLy3U5KSH .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-twLy3U5KSH .btn-social:hover span {
  color: #ffffff !important;
}
.cid-twLy3U5KSH .mbr-section-title {
  color: #2e6b75;
}
.cid-twLy3U5KSH .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-twLy3U5KSH .mbr-fallback-image.disabled {
  display: none;
}
.cid-twLy3U5KSH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twLy3U5KSH .mbr-section-title,
.cid-twLy3U5KSH .mbr-social-likes {
  color: #000000;
}
.cid-twBdk6buwL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f6fa;
}
.cid-twBdk6buwL .mbr-text,
.cid-twBdk6buwL .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-twBdk6buwL .mbr-fallback-image.disabled {
  display: none;
}
.cid-twBdk6buwL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twBdk6buwL .mbr-section-title {
  text-align: center;
  color: #fc656b;
}
.cid-tA4VpwYd49 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fc656b;
}
.cid-tA4VpwYd49 p {
  text-align: center;
}
.cid-tA4VpwYd49 .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tA4VpwYd49 .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tA4VpwYd49 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  text-align: left;
}
.cid-tA4VpwYd49 .logo-footer {
  line-height: normal;
}
.cid-tA4VpwYd49 .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tA4VpwYd49 .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-tA4VpwYd49 .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-tA4VpwYd49 li {
  overflow: hidden;
}
.cid-tA4VpwYd49 .icon-transition span {
  display: block;
}
.cid-tA4VpwYd49 .icon-transition:hover span {
  animation: 0.3s linear top;
}
.cid-tA4VpwYd49 .list-inline-item a {
  display: block;
}
.cid-tA4VpwYd49 .list-inline-item:hover a {
  animation: 0.3s linear top;
}
@keyframes top {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-100%);
  }
  51% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tA4VpwYd49 .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tA4VpwYd49 .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tA4VpwYd49 .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-tA4VpwYd49 .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tA4VpwYd49 .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tA4VpwYd49 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-tA4VpwYd49 .logo-footer {
    text-align: center;
  }
  .cid-tA4VpwYd49 .social-media {
    justify-content: center;
  }
}
@charset "UTF-8";
section {
    background-color: #ffffff;
}

body {
    font-style: normal;
    line-height: 1.5;
    font-weight: 400;
    color: #232323;
    position: relative;
}

button {
    background-color: transparent;
    border-color: transparent;
}

section,
.container,
.container-fluid {
    position: relative;
    word-wrap: break-word;
}

a.mbr-iconfont:hover {
    text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
    margin-bottom: 0;
}

a {
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
}
a,
a:hover {
    text-decoration: none;
}

.mbr-section-title {
    font-style: normal;
    line-height: 1.3;
}

.mbr-section-subtitle {
    line-height: 1.3;
}

.mbr-text {
    font-style: normal;
    line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
    line-height: 1.25;
    word-break: break-word;
    word-wrap: break-word;
    font-weight: 400;
}

b,
strong {
    font-weight: bold;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition-delay: 9999s;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
}

textarea[type="hidden"] {
    display: none;
}

section {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.hidden {
    visibility: hidden;
}

.mbr-z-index20 {
    z-index: 20;
}

/*! Base colors */
.mbr-white {
    color: #ffffff;
}

.mbr-black {
    color: #111111;
}

.mbr-bg-white {
    background-color: #ffffff;
}

.mbr-bg-black {
    background-color: #000000;
}

/*! Text-aligns */
.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

@media (max-width: 767px) {
    .align-right,
    .align-left {
        text-align: center;
    }
}
/*! Font-weight  */
.mbr-light {
    font-weight: 300;
}

.mbr-regular {
    font-weight: 400;
}

.mbr-semibold {
    font-weight: 500;
}

.mbr-bold {
    font-weight: 700;
}

/*! Media  */
.media-content {
    flex-basis: 100%;
}

.media-container-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: start;
}
.media-container-row .media-size-item {
    width: 400px;
}

.media-container-column {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: stretch;
}
.media-container-column > * {
    width: 100%;
}

@media (min-width: 992px) {
    .media-container-row {
        flex-wrap: nowrap;
    }
}
figure {
    margin-bottom: 0;
    overflow: hidden;
}

figure[mbr-media-size] {
    transition: width 0.1s;
}

img,
iframe {
    display: block;
    width: 100%;
}

.card {
    background-color: transparent;
    border: none;
}

.card-box {
    width: 100%;
}

.card-img {
    text-align: center;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}

.media {
    max-width: 100%;
    margin: 0 auto;
}

.mbr-figure {
    align-self: center;
}

.media-container > div {
    max-width: 100%;
}

.mbr-figure img,
.card-img img {
    width: 100%;
}

@media (max-width: 991px) {
    .media-size-item {
        width: auto !important;
    }

    .media {
        width: auto;
    }

    .mbr-figure {
        width: 100% !important;
    }
}
/*! Buttons */
.mbr-section-btn {
    margin-left: -0.6rem;
    margin-right: -0.6rem;
    font-size: 0;
}

.btn {
    font-weight: 600;
    border-width: 1px;
    font-style: normal;
    margin: 0.6rem 0.6rem;
    white-space: normal;
    transition: all 0.2s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
}

.btn-sm {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
}

.btn-md {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
}

.btn-lg {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
}

.btn-form {
    margin: 0;
}
.btn-form:hover {
    cursor: pointer;
}

nav .mbr-section-btn {
    margin-left: 0rem;
    margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
    order: 1;
    cursor: pointer;
    margin-left: 0.5rem;
    vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
    margin-left: 0.8rem;
}

.mbr-regular {
    font-weight: 400;
}

.mbr-semibold {
    font-weight: 500;
}

.mbr-bold {
    font-weight: 700;
}

[type="submit"] {
    -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
    min-height: 100vh;
}

.mbr-fullscreen {
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
    min-height: 100vh;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

/*! Map */
.map {
    height: 25rem;
    position: relative;
}
.map iframe {
    width: 100%;
    height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
    bottom: 25px;
    right: 90px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #ffffff;
    font-size: 22px;
}

.mbr-arrow-up a {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 60px;
    width: 60px;
    border: 2px solid #fff;
    outline-style: none !important;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    text-align: center;
}
.mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
    line-height: 60px;
}

.mbr-arrow-up-icon {
    display: block;
    color: #fff;
}

.mbr-arrow-up-icon::before {
    content: "›";
    display: inline-block;
    font-family: serif;
    font-size: 22px;
    line-height: 1;
    font-style: normal;
    position: relative;
    top: 6px;
    left: -4px;
    transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
    position: absolute;
    bottom: 45px;
    left: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background-color: rgba(80, 80, 80, 0.5);
    border-radius: 50%;
    transform: translateX(-50%);
}
@media (max-width: 767px) {
    .mbr-arrow {
        display: none;
    }
}
.mbr-arrow > a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite;
    color: #ffffff;
}
.mbr-arrow > a > i {
    position: absolute;
    top: -2px;
    left: 15px;
    font-size: 2rem;
}

#scrollToTop a i::before {
    content: "";
    position: absolute;
    display: block;
    border-bottom: 2.5px solid #fff;
    border-left: 2.5px solid #fff;
    width: 27.8%;
    height: 27.8%;
    left: 50%;
    top: 51%;
    transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
    }
}
@-webkit-keyframes arrowdown {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
    }
}
@media (max-width: 500px) {
    .mbr-arrow-up {
        left: 0;
        right: 0;
        text-align: center;
    }
}
/*Gradients animation*/
@keyframes gradient-animation {
    from {
        background-position: 0% 100%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    to {
        background-position: 100% 0%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
}
@-webkit-keyframes gradient-animation {
    from {
        background-position: 0% 100%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    to {
        background-position: 100% 0%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
}
.bg-gradient {
    background-size: 200% 200%;
    animation: gradient-animation 5s infinite alternate;
    -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
    display: -webkit-flex;
}
.menu .navbar-brand span {
    display: flex;
    display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
    display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
    display: -webkit-flex;
    width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
    .menu .navbar-toggleable-sm .navbar-nav {
        display: -ms-flexbox;
    }
}
@media (max-width: 991px) {
    .menu .navbar-collapse {
        max-height: 93.5vh;
    }
    .menu .navbar-collapse.show {
        overflow: auto;
    }
}
@media (min-width: 992px) {
    .menu .navbar-nav.nav-dropdown {
        display: -webkit-flex;
    }
    .menu .navbar-toggleable-sm .navbar-collapse {
        display: -webkit-flex !important;
    }
    .menu .collapsed .navbar-collapse {
        max-height: 93.5vh;
    }
    .menu .collapsed .navbar-collapse.show {
        overflow: auto;
    }
}
@media (max-width: 767px) {
    .menu .navbar-collapse {
        max-height: 80vh;
    }
}

.nav-link .mbr-iconfont {
    margin-right: 0.5rem;
}

.navbar {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
}

.navbar-collapse {
    -webkit-flex-basis: 100%;
    -webkit-flex-grow: 1;
    -webkit-align-items: center;
}

.nav-dropdown .link {
    padding: 0.667em 1.667em !important;
    margin: 0 !important;
}

.nav {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
}

.row {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
}

.justify-content-center {
    -webkit-justify-content: center;
}

.form-inline {
    display: -webkit-flex;
}

.card-wrapper {
    -webkit-flex: 1;
}

.carousel-control {
    z-index: 10;
    display: -webkit-flex;
}

.carousel-controls {
    display: -webkit-flex;
}

.media {
    display: -webkit-flex;
}

.form-group:focus {
    outline: none;
}

.jq-selectbox__select {
    padding: 7px 0;
    position: relative;
}

.jq-selectbox__dropdown {
    overflow: hidden;
    border-radius: 10px;
    position: absolute;
    top: 100%;
    left: 0 !important;
    width: 100% !important;
}

.jq-selectbox__trigger-arrow {
    right: 0;
    transform: translateY(-50%);
}

.jq-selectbox li {
    padding: 1.07em 0.5em;
}

input[type="range"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
    height: 100%;
}

.modal-dialog .carousel-inner {
    height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
    .modal-dialog .carousel-inner {
        height: calc(100vh - 1rem);
    }
}

.carousel-item {
    text-align: center;
}

.carousel-item img {
    margin: auto;
}

.navbar-toggler {
    align-self: flex-start;
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none;
    box-shadow: none;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

.navbar-toggler-left {
    position: absolute;
    left: 1rem;
}

.navbar-toggler-right {
    position: absolute;
    right: 1rem;
}

.card-img {
    width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
    flex-direction: column;
}

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

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
    bottom: initial !important;
}

html,
body {
    height: auto;
    min-height: 100vh;
}

.dropup .dropdown-toggle::after {
    display: none;
}

.form-asterisk {
    font-family: initial;
    position: absolute;
    top: -2px;
    font-weight: normal;
}

.form-control-label {
    position: relative;
    cursor: pointer;
    margin-bottom: 0.357em;
    padding: 0;
}

.alert {
    color: #ffffff;
    border-radius: 0;
    border: 0;
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 1.875rem;
    padding: 1.25rem;
    position: relative;
    text-align: center;
}
.alert.alert-form::after {
    background-color: inherit;
    bottom: -7px;
    content: "";
    display: block;
    height: 14px;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    transform: rotate(45deg);
    width: 14px;
}

.form-control {
    background-color: #ffffff;
    background-clip: border-box;
    color: #232323;
    line-height: 1rem !important;
    height: auto;
    padding: 0.6rem 1.2rem;
    transition: border-color 0.25s ease 0s;
    border: 1px solid transparent !important;
    border-radius: 4px;
    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;
}
.form-active .form-control:invalid {
    border-color: red;
}

form .row {
    margin-left: -0.6rem;
    margin-right: -0.6rem;
}
form .row [class*="col"] {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}

form .mbr-section-btn {
    margin: 0;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}

form .btn {
    display: flex;
    padding: 0.6rem 1.2rem;
    margin: 0;
}

form .form-check-input {
    margin-top: 0.5;
}

textarea.form-control {
    line-height: 1.5rem !important;
}

.form-group {
    margin-bottom: 1.2rem;
}

.form-control,
form .btn {
    min-height: 48px;
}

.gdpr-block label span.textGDPR input[name="gdpr"] {
    top: 7px;
}

.form-control:focus {
    box-shadow: none;
}

:focus {
    outline: none;
}

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

blockquote {
    font-style: italic;
    padding: 3rem;
    font-size: 1.09rem;
    position: relative;
    border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
    margin-bottom: 2.3125rem;
}

.mt-4 {
    margin-top: 2rem !important;
}

.mb-4 {
    margin-bottom: 2rem !important;
}

@media (max-width: 992px) {
    .md-pb {
        margin-bottom: 2rem;
    }
}

@media (min-width: 992px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .row {
        margin-left: -16px;
        margin-right: -16px;
    }
    .row > [class*="col"] {
        padding-left: 16px;
        padding-right: 16px;
    }
}
@media (min-width: 768px) {
    .container-fluid {
        padding-left: 32px;
        padding-right: 32px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .mbr-container {
        padding-left: 32px;
        padding-right: 32px;
    }
}
@media (max-width: 767px) {
    .mbr-container {
        padding-left: 16px;
        padding-right: 16px;
    }
}
.card-wrapper,
.item-wrapper {
    overflow: hidden;
}

.app-video-wrapper > img {
    opacity: 1;
}

.item {
    position: relative;
}

.dropdown-menu .dropdown-menu {
    left: 100%;
}

.dropdown-item + .dropdown-menu {
    display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
    display: block;
}
.cid-twOkywEkZ8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-twOkywEkZ8 .btn {
  padding: 0.3rem 2rem;
}
.cid-twOkywEkZ8 .nav-link {
  position: relative;
}
.cid-twOkywEkZ8 .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #000000;
}
.cid-twOkywEkZ8 .nav-link:hover:before {
  width: 100%;
}
.cid-twOkywEkZ8 nav.navbar {
  position: fixed;
}
.cid-twOkywEkZ8 .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-twOkywEkZ8 .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-twOkywEkZ8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-twOkywEkZ8 .dropdown-item:hover,
.cid-twOkywEkZ8 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-twOkywEkZ8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-twOkywEkZ8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-twOkywEkZ8 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-twOkywEkZ8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-twOkywEkZ8 .container {
  display: flex;
  margin: auto;
}
.cid-twOkywEkZ8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-twOkywEkZ8 .dropdown-menu,
.cid-twOkywEkZ8 .navbar.opened {
  background: #ffffff !important;
}
.cid-twOkywEkZ8 .nav-item:focus,
.cid-twOkywEkZ8 .nav-link:focus {
  outline: none;
}
.cid-twOkywEkZ8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-twOkywEkZ8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-twOkywEkZ8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-twOkywEkZ8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-twOkywEkZ8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-twOkywEkZ8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-twOkywEkZ8 .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-twOkywEkZ8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-twOkywEkZ8 .navbar.opened {
  transition: all 0.3s;
}
.cid-twOkywEkZ8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-twOkywEkZ8 .navbar .navbar-logo img {
  width: auto;
}
.cid-twOkywEkZ8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-twOkywEkZ8 .navbar.collapsed {
  justify-content: center;
}
.cid-twOkywEkZ8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-twOkywEkZ8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-twOkywEkZ8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-twOkywEkZ8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-twOkywEkZ8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-twOkywEkZ8 .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-twOkywEkZ8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-twOkywEkZ8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-twOkywEkZ8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-twOkywEkZ8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-twOkywEkZ8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-twOkywEkZ8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-twOkywEkZ8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-twOkywEkZ8 .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-twOkywEkZ8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-twOkywEkZ8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-twOkywEkZ8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-twOkywEkZ8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-twOkywEkZ8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-twOkywEkZ8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-twOkywEkZ8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-twOkywEkZ8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-twOkywEkZ8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-twOkywEkZ8 .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-twOkywEkZ8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-twOkywEkZ8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-twOkywEkZ8 .dropdown-item.active,
.cid-twOkywEkZ8 .dropdown-item:active {
  background-color: transparent;
}
.cid-twOkywEkZ8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-twOkywEkZ8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-twOkywEkZ8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-twOkywEkZ8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-twOkywEkZ8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-twOkywEkZ8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-twOkywEkZ8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-twOkywEkZ8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-twOkywEkZ8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-twOkywEkZ8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-twOkywEkZ8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-twOkywEkZ8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-twOkywEkZ8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-twOkywEkZ8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-twOkywEkZ8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-twOkywEkZ8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-twOkywEkZ8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-twOkywEkZ8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-twOkywEkZ8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-twOkywEkZ8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-twOkywEkZ8 .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-twOkywEkZ8 .navbar {
    height: 70px;
  }
  .cid-twOkywEkZ8 .navbar.opened {
    height: auto;
  }
  .cid-twOkywEkZ8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-twOkxo5e58 {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #f9f6fa;
}
.cid-twOkxo5e58 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-twOkxo5e58 .mbr-text,
.cid-twOkxo5e58 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-twOkxo5e58 .mbr-section-text {
  color: #fc656b;
  text-align: left;
}
.cid-twOkxo5e58 img {
  border-radius: 2rem;
}
.cid-twOkxo5e58 .mbr-section-subtitle {
  color: #fc656b;
  text-align: left;
}
.cid-twOkxo5e58 .number {
  color: #000000;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-twOkxo5e58 .image-wrapper {
    display: none;
  }
}
.cid-twOkxo5e58 .mbr-fallback-image.disabled {
  display: none;
}
.cid-twOkxo5e58 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txlG9E2mR6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-txlG9E2mR6 .col-text {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .cid-txlG9E2mR6 .col-text {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.cid-txlG9E2mR6 .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 4rem;
}
.cid-txlG9E2mR6 .advantages-container {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-txlG9E2mR6 .advantages-container {
    grid-auto-flow: row;
  }
}
.cid-txlG9E2mR6 .advantage {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.cid-txlG9E2mR6 .advantage-title {
  width: 100%;
  color: #fc656b;
}
.cid-txlG9E2mR6 .advantage-text {
  width: 100%;
  color: #000000;
}
.cid-txlG9E2mR6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txlG9E2mR6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twOkxr8BFa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f9f6fa;
}
.cid-twOkxr8BFa h3 {
  margin-bottom: 0;
}
.cid-twOkxr8BFa .container-fluid {
  padding: initial;
}
.cid-twOkxr8BFa .row {
  margin: 0px;
}
.cid-twOkxr8BFa .mbr-section-title {
  padding-bottom: 30px;
  color: #000000;
  text-align: left;
}
.cid-twOkxr8BFa .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-twOkxr8BFa .color {
  background-color: #ffffff;
}
.cid-twOkxr8BFa .paddings {
  padding: 145px 16px;
}
.cid-twOkxr8BFa .title,
.cid-twOkxr8BFa .mbr-section-title {
  padding-bottom: 18px;
  font-weight: 600;
}
@media (max-width: 1150px) {
  .cid-twOkxr8BFa .paddings {
    padding: 30px 50px;
  }
}
.cid-twOkxr8BFa .title {
  text-align: left;
  color: #000000;
}
.cid-twOkxr8BFa .subtitle {
  text-align: left;
  color: #000000;
}
@media (max-width: 650px) {
  .cid-twOkxr8BFa .paddings {
    padding: 30px;
  }
}
.cid-twOkxr8BFa .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-twOpU87Sh8 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-twOpU87Sh8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-twOpU87Sh8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twOpU87Sh8 .container {
  max-width: 1120px;
}
.cid-twOpU87Sh8 .row {
  justify-content: center;
}
.cid-twOpU87Sh8 .col-title {
  margin-bottom: 70px;
}
.cid-twOpU87Sh8 .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-twOpU87Sh8 .mbr-section-subtitle {
  color: #45494e;
  opacity: 0.85;
  margin-top: 20px;
}
.cid-twOpU87Sh8 .img-container {
  margin: 0 auto;
}
.cid-twOpU87Sh8 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
  border: 10px solid #f6f6f6;
}
@media (max-width: 767px) {
  .cid-twOpU87Sh8 .image-wrapper {
    border: 5px solid #f6f6f6;
  }
}
@media (min-width: 992px) {
  .cid-twOpU87Sh8 .image-wrapper {
    height: 700px;
  }
}
.cid-twOpU87Sh8 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-twOBnSH91J {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-twOBnSH91J .mbr-fallback-image.disabled {
  display: none;
}
.cid-twOBnSH91J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twOBnSH91J .mbr-text,
.cid-twOBnSH91J .mbr-section-btn {
  text-align: center;
  color: #a19d9d;
}
.cid-twOBnSH91J .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-twOBnSH91J .mbr-section-subtitle {
  text-align: left;
  color: #fc656b;
}
.cid-txm9w75sT6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f9f6fa;
}
.cid-txm9w75sT6 h3 {
  margin-bottom: 0;
}
.cid-txm9w75sT6 .container-fluid {
  padding: initial;
}
.cid-txm9w75sT6 .row {
  margin: 0px;
}
.cid-txm9w75sT6 .mbr-section-title {
  padding-bottom: 30px;
  color: #000000;
  text-align: left;
}
.cid-txm9w75sT6 .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-txm9w75sT6 .color {
  background-color: #ffffff;
}
.cid-txm9w75sT6 .paddings {
  padding: 145px 16px;
}
.cid-txm9w75sT6 .title,
.cid-txm9w75sT6 .mbr-section-title {
  padding-bottom: 18px;
  font-weight: 600;
}
@media (max-width: 1150px) {
  .cid-txm9w75sT6 .paddings {
    padding: 30px 50px;
  }
}
.cid-txm9w75sT6 .title {
  text-align: left;
  color: #000000;
}
.cid-txm9w75sT6 .subtitle {
  text-align: left;
  color: #000000;
}
@media (max-width: 650px) {
  .cid-txm9w75sT6 .paddings {
    padding: 30px;
  }
}
.cid-twOrP4tGlp {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-twOrP4tGlp .mbr-fallback-image.disabled {
  display: none;
}
.cid-twOrP4tGlp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twOrP4tGlp .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-twOrP4tGlp .mbr-section-subtitle {
  text-align: left;
  color: #424242;
}
.cid-twOpMdhIoD {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-twOpMdhIoD .row {
    flex-direction: row-reverse;
  }
  .cid-twOpMdhIoD .image-wrapper {
    padding-right: 1.5rem;
  }
  .cid-twOpMdhIoD .wrapper {
    padding-left: 1.5rem;
  }
}
.cid-twOpMdhIoD .item-title {
  color: #fc656b;
  text-align: left;
}
.cid-twOpMdhIoD .subtitle-text {
  color: #000000;
}
.cid-twOpMdhIoD .item-box {
  display: flex;
}
.cid-twOpMdhIoD .num {
  color: #FC656B;
  min-width: max-content;
  margin-right: 1.4rem;
}
.cid-twOpMdhIoD .item-text {
  color: #000000;
}
.cid-twOpMdhIoD .image-wrapper {
  height: 100%;
}
@media (max-width: 991px) {
  .cid-twOpMdhIoD .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-twOpMdhIoD .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-twOpMdhIoD .mbr-fallback-image.disabled {
  display: none;
}
.cid-twOpMdhIoD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twOstAN2bY {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f9f6fa;
}
.cid-twOstAN2bY .mbr-fallback-image.disabled {
  display: none;
}
.cid-twOstAN2bY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twOstAN2bY .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-twOstAN2bY .mbr-section-subtitle {
  text-align: left;
  color: #424242;
}
.cid-twOpTtWYg1 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #faf8fb;
}
@media (min-width: 992px) {
  .cid-twOpTtWYg1 .row {
    flex-direction: row-reverse;
  }
  .cid-twOpTtWYg1 .image-wrapper {
    padding-right: 1.5rem;
  }
  .cid-twOpTtWYg1 .wrapper {
    padding-left: 1.5rem;
  }
}
.cid-twOpTtWYg1 .item-title {
  color: #fc656b;
  text-align: left;
}
.cid-twOpTtWYg1 .subtitle-text {
  color: #000000;
}
.cid-twOpTtWYg1 .item-box {
  display: flex;
}
.cid-twOpTtWYg1 .num {
  color: #FC656B;
  min-width: max-content;
  margin-right: 1.4rem;
}
.cid-twOpTtWYg1 .item-text {
  color: #000000;
}
.cid-twOpTtWYg1 .image-wrapper {
  height: 100%;
}
@media (max-width: 991px) {
  .cid-twOpTtWYg1 .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-twOpTtWYg1 .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-twOpTtWYg1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-twOpTtWYg1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txlG7mq9VE {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-txlG7mq9VE .mbr-fallback-image.disabled {
  display: none;
}
.cid-txlG7mq9VE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txlG7mq9VE .row {
  justify-content: center;
}
.cid-txlG7mq9VE .title-wrapper {
  margin-bottom: 75px;
}
@media (max-width: 992px) {
  .cid-txlG7mq9VE .title-wrapper {
    margin-bottom: 45px;
  }
}
.cid-txlG7mq9VE .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-txlG7mq9VE .title-wrapper .mbr-desc {
  margin: 0;
}
.cid-txlG7mq9VE .card {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .cid-txlG7mq9VE .card {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-txlG7mq9VE .card {
    margin-bottom: 24px;
  }
}
.cid-txlG7mq9VE .card .card-wrapper {
  padding: 40px 40px 64px;
  border-radius: 40px;
  background-color: #f9f6fa;
  overflow: visible;
}
@media (max-width: 992px) {
  .cid-txlG7mq9VE .card .card-wrapper {
    padding: 32px 32px 45px;
  }
}
.cid-txlG7mq9VE .card .card-wrapper .card-number {
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
}
.cid-txlG7mq9VE .card .card-wrapper .card-number .mbr-number {
  display: inline;
  margin: 0;
  padding: 14px 40px;
  border-radius: 100px;
  background-color: #f9f6fa;
}
@media (max-width: 768px) {
  .cid-txlG7mq9VE .card .card-wrapper .card-number .mbr-number {
    padding: 14px 22px;
  }
}
.cid-txlG7mq9VE .card .card-wrapper .card-number .mbr-iconfont {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  color: #fc656b;
  font-size: 64px;
  background-color: #f9f6fa;
  border-radius: 100%;
  margin-top: -4rem;
}
@media (max-width: 768px) {
  .cid-txlG7mq9VE .card .card-wrapper .card-number .mbr-iconfont {
    width: 70px;
    height: 70px;
    font-size: 32px;
    margin-top: -3rem;
  }
}
.cid-txlG7mq9VE .card .card-wrapper .mbr-text {
  margin: 0;
}
.cid-txlG7mq9VE .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-txlG7mq9VE .mbr-number {
  color: #fc656b;
  text-align: left;
}
.cid-txlG7mq9VE .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-txlIpI7U7j {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-txlIpI7U7j .mbr-fallback-image.disabled {
  display: none;
}
.cid-txlIpI7U7j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txlIpI7U7j .mbr-text,
.cid-txlIpI7U7j .mbr-section-btn {
  text-align: center;
  color: #a19d9d;
}
.cid-txlIpI7U7j .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-txlIpI7U7j .mbr-section-subtitle {
  text-align: left;
  color: #fc656b;
}
.cid-txlPLj46Bh {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-txlPLj46Bh .mbr-text,
.cid-txlPLj46Bh .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-txlPLj46Bh .mbr-fallback-image.disabled {
  display: none;
}
.cid-txlPLj46Bh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txlPLj46Bh .mbr-section-title {
  text-align: center;
}
.cid-txlN6dh9gp {
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-txlN6dh9gp .mbr-fallback-image.disabled {
  display: none;
}
.cid-txlN6dh9gp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txlN6dh9gp .container {
  max-width: 100%;
  width: 100%;
}
.cid-txlN6dh9gp .row {
  justify-content: center;
}
.cid-txlN6dh9gp .img-container {
  margin: 0 auto;
  padding: 0 !important;
}
.cid-txlN6dh9gp .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-txlN6dh9gp .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-txlUncvlit {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f9f6fa;
}
.cid-txlUncvlit h3 {
  margin-bottom: 0;
}
.cid-txlUncvlit .container-fluid {
  padding: initial;
}
.cid-txlUncvlit .row {
  margin: 0px;
}
.cid-txlUncvlit .mbr-section-title {
  padding-bottom: 30px;
  color: #000000;
  text-align: left;
}
.cid-txlUncvlit .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-txlUncvlit .color {
  background-color: #ffffff;
}
.cid-txlUncvlit .paddings {
  padding: 145px 16px;
}
.cid-txlUncvlit .title,
.cid-txlUncvlit .mbr-section-title {
  padding-bottom: 18px;
  font-weight: 600;
}
@media (max-width: 1150px) {
  .cid-txlUncvlit .paddings {
    padding: 30px 50px;
  }
}
.cid-txlUncvlit .title {
  text-align: left;
  color: #000000;
}
.cid-txlUncvlit .subtitle {
  text-align: left;
  color: #000000;
}
@media (max-width: 650px) {
  .cid-txlUncvlit .paddings {
    padding: 30px;
  }
}
.cid-txlMoWPA8e {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-txlMoWPA8e .mbr-fallback-image.disabled {
  display: none;
}
.cid-txlMoWPA8e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1400px) {
  .cid-txlMoWPA8e .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-txlMoWPA8e img {
  border-radius: 0rem;
}
.cid-txlMoWPA8e .row {
  flex-direction: row-reverse;
}
.cid-txlMoWPA8e .row {
  align-items: center;
}
.cid-txlMoWPA8e .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-txlMoWPA8e .mbr-text,
.cid-txlMoWPA8e .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-txlMoWPA8e .mbr-section-subtitle {
  color: #fc656b;
  text-align: left;
}
.cid-txmfnOGv18 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-txmfnOGv18 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txmfnOGv18 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txmfnOGv18 .mbr-text {
  color: #767676;
}
.cid-txmfnOGv18 .mbr-section-subtitle {
  color: #767676;
}
.cid-txmfnOGv18 .title .num {
  width: 100%;
  display: block;
}
.cid-txmfnOGv18 .title .card-title {
  z-index: 1;
}
.cid-txmfnOGv18 .num {
  color: #fc656b;
}
@media (max-width: 767px) {
  .cid-txmfnOGv18 * {
    text-align: center !important;
  }
  .cid-txmfnOGv18 .content-column {
    margin-bottom: 2rem;
  }
}
.cid-txmfnOGv18 .mbr-section-title,
.cid-txmfnOGv18 .card-box {
  text-align: left;
  color: #000000;
}
.cid-txmfnOGv18 .mbr-text,
.cid-txmfnOGv18 .mbr-section-btn {
  text-align: left;
  color: #fc656b;
}
.cid-txmfnOGv18 .card-text {
  text-align: left;
  color: #000000;
}
.cid-txmfnOGv18 .card-title,
.cid-txmfnOGv18 .card-img {
  color: #000000;
}
.cid-txmnA2W0pC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fff2f2;
}
.cid-txmnA2W0pC .card-wrapper {
  display: flex;
  overflow: visible;
}
.cid-txmnA2W0pC .icon {
  font-size: 5rem;
  color: #fc656b;
  padding-right: 0rem;
  margin-top: -1rem;
  display: block;
}
.cid-txmnA2W0pC .card-box {
  margin-left: -1rem;
}
.cid-txmnA2W0pC .card-title {
  color: #000000;
  text-align: left;
}
.cid-txmnA2W0pC .card-text {
  color: #000000;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-txmnA2W0pC .align-right,
  .cid-txmnA2W0pC .align-left {
    text-align: center;
  }
  .cid-txmnA2W0pC .card-wrapper {
    flex-direction: column;
  }
  .cid-txmnA2W0pC .icon,
  .cid-txmnA2W0pC .card-box {
    margin: 0rem;
  }
  .cid-txmnA2W0pC .icon {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-txmnA2W0pC .mbr-fallback-image.disabled {
  display: none;
}
.cid-txmnA2W0pC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twOGJYT7nN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-twOGJYT7nN .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-twOGJYT7nN img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-twOGJYT7nN .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-twOGJYT7nN .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-twOGJYT7nN .mbr-text {
  color: #000000;
}
.cid-twOGJYT7nN .mbr-description {
  color: #6c7577;
}
.cid-twOGJYT7nN .mbr-fallback-image.disabled {
  display: none;
}
.cid-twOGJYT7nN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twOkygyIYs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f9f6fa;
}
.cid-twOkygyIYs h3 {
  margin-bottom: 0;
}
.cid-twOkygyIYs .container-fluid {
  padding: initial;
}
.cid-twOkygyIYs .row {
  margin: 0px;
}
.cid-twOkygyIYs .mbr-section-title {
  padding-bottom: 30px;
  color: #000000;
  text-align: left;
}
.cid-twOkygyIYs .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-twOkygyIYs .color {
  background-color: #ffffff;
}
.cid-twOkygyIYs .paddings {
  padding: 145px 16px;
}
.cid-twOkygyIYs .title,
.cid-twOkygyIYs .mbr-section-title {
  padding-bottom: 18px;
  font-weight: 600;
}
@media (max-width: 1150px) {
  .cid-twOkygyIYs .paddings {
    padding: 30px 50px;
  }
}
.cid-twOkygyIYs .title {
  text-align: left;
  color: #000000;
}
.cid-twOkygyIYs .subtitle {
  text-align: left;
  color: #000000;
}
@media (max-width: 650px) {
  .cid-twOkygyIYs .paddings {
    padding: 30px;
  }
}
.cid-twOkyj1xLw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-twOkyj1xLw .mbr-text {
  color: #767676;
}
.cid-twOkyj1xLw .sig-img img {
  width: auto;
  display: inline-block;
}
.cid-twOkyj1xLw .card-title {
  color: #000000;
}
.cid-twOkyj1xLw .mbr-text,
.cid-twOkyj1xLw .sig-img {
  color: #000000;
}
.cid-twOkylMurK {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-twOkylMurK [class^='socicon-']:before,
.cid-twOkylMurK [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-twOkylMurK .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #000000;
  transition: all 0.3s;
  border-color: #000000;
}
.cid-twOkylMurK .btn-social:hover {
  background: #000000;
}
.cid-twOkylMurK .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-twOkylMurK .btn-social:hover span {
  color: #ffffff !important;
}
.cid-twOkylMurK .mbr-section-title {
  color: #2e6b75;
}
.cid-twOkylMurK .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-twOkylMurK .mbr-fallback-image.disabled {
  display: none;
}
.cid-twOkylMurK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twOkylMurK .mbr-section-title,
.cid-twOkylMurK .mbr-social-likes {
  color: #000000;
}
.cid-twOkyqddeH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f6fa;
}
.cid-twOkyqddeH .mbr-text,
.cid-twOkyqddeH .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-twOkyqddeH .mbr-fallback-image.disabled {
  display: none;
}
.cid-twOkyqddeH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twOkyqddeH .mbr-section-title {
  text-align: center;
  color: #fc656b;
}
.cid-tA4VpwYd49 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fc656b;
}
.cid-tA4VpwYd49 p {
  text-align: center;
}
.cid-tA4VpwYd49 .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tA4VpwYd49 .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tA4VpwYd49 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  text-align: left;
}
.cid-tA4VpwYd49 .logo-footer {
  line-height: normal;
}
.cid-tA4VpwYd49 .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tA4VpwYd49 .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-tA4VpwYd49 .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-tA4VpwYd49 li {
  overflow: hidden;
}
.cid-tA4VpwYd49 .icon-transition span {
  display: block;
}
.cid-tA4VpwYd49 .icon-transition:hover span {
  animation: 0.3s linear top;
}
.cid-tA4VpwYd49 .list-inline-item a {
  display: block;
}
.cid-tA4VpwYd49 .list-inline-item:hover a {
  animation: 0.3s linear top;
}
@keyframes top {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-100%);
  }
  51% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tA4VpwYd49 .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tA4VpwYd49 .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tA4VpwYd49 .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-tA4VpwYd49 .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tA4VpwYd49 .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tA4VpwYd49 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-tA4VpwYd49 .logo-footer {
    text-align: center;
  }
  .cid-tA4VpwYd49 .social-media {
    justify-content: center;
  }
}
