.btn {
  border-width: 2px;
}
body {
  font-family: 'Nunito Sans', sans-serif;
}
.display-1 {
  font-family: 'seguroou-Medium';
  font-size: 3rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'seguroou-Regular_WebOnly';
  font-size: 2.5rem;
  line-height: 1.24;
}
.display-2 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-4 {
  font-family: 'seguroou-Regular_WebOnly';
  font-size: 1.125rem;
  line-height: 1.63;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'seguroou-Regular_WebOnly';
  font-size: 1.5rem;
  line-height: 1.28;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #0057fc !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #b4b8ff !important;
}
.bg-warning {
  background-color: #ffdd0f !important;
}
.bg-danger {
  background-color: #1ba608 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0057fc !important;
  border-color: #0057fc !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0039a5 !important;
  border-color: #0039a5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0039a5 !important;
  border-color: #0039a5 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff1f25 !important;
  border-color: #ff1f25 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #c70005 !important;
  border-color: #c70005 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #c70005 !important;
  border-color: #c70005 !important;
}
.btn-info,
.btn-info:active {
  background-color: #b4b8ff !important;
  border-color: #b4b8ff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #5d66ff !important;
  border-color: #5d66ff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5d66ff !important;
  border-color: #5d66ff !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffdd0f !important;
  border-color: #ffdd0f !important;
  color: #0f0d00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #b79d00 !important;
  border-color: #b79d00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #0f0d00 !important;
  background-color: #b79d00 !important;
  border-color: #b79d00 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #1ba608 !important;
  border-color: #1ba608 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #0e5304 !important;
  border-color: #0e5304 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0e5304 !important;
  border-color: #0e5304 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #111111 !important;
  border-color: #111111 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.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: #0057fc;
  color: #0057fc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0039a5 !important;
  background-color: transparent!important;
  border-color: #0039a5 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0057fc !important;
  border-color: #0057fc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff1f25;
  color: #ff1f25;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c70005 !important;
  background-color: transparent!important;
  border-color: #c70005 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff1f25 !important;
  border-color: #ff1f25 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #b4b8ff;
  color: #b4b8ff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #5d66ff !important;
  background-color: transparent!important;
  border-color: #5d66ff !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #b4b8ff !important;
  border-color: #b4b8ff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffdd0f;
  color: #ffdd0f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #b79d00 !important;
  background-color: transparent!important;
  border-color: #b79d00 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #0f0d00 !important;
  background-color: #ffdd0f !important;
  border-color: #ffdd0f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #1ba608;
  color: #1ba608;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #0e5304 !important;
  background-color: transparent!important;
  border-color: #0e5304 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #1ba608 !important;
  border-color: #1ba608 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #111111;
  color: #111111;
}
.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: #111111 !important;
  border-color: #111111 !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: #0057fc !important;
}
.text-secondary {
  color: #ff1f25 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #b4b8ff !important;
}
.text-warning {
  color: #ffdd0f !important;
}
.text-danger {
  color: #1ba608 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #111111 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #003496 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b80005 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #4e57ff !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #a89000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #0b4503 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #0057fc;
}
.nav-tabs .nav-link:not(.active) {
  color: #111111;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #b4b8ff;
}
.alert-warning {
  background-color: #ffdd0f;
}
.alert-danger {
  background-color: #1ba608;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0057fc;
  border-color: #0057fc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #0057fc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c9dcff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fffadb;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #4ff538;
}
/* Scroll to top button*/
.form-control {
  font-family: 'seguroou-Regular_WebOnly';
  font-size: 1.125rem;
  line-height: 1.63;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.40625rem;
}
.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: #0057fc !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'seguroou-Regular_WebOnly';
  font-size: 1.125rem;
  line-height: 1.63;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.40625rem;
}
blockquote {
  border-color: #0057fc;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0057fc;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0057fc;
}
.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: #0057fc;
  border-bottom-color: #0057fc;
}
.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: #0057fc !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff1f25 !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='%230057fc' %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;
}
.container {
  max-width: 1200px;
}
.btn {
  box-shadow: none;
  padding: 14px 28px;
  line-height: 1;
}
.label-text {
  letter-spacing: 2px;
}
.cid-sPTOSCQoE4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 50px;
}
.cid-sPTOSCQoE4 nav.navbar {
  position: fixed;
}
.cid-sPTOSCQoE4 .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-sPTOSCQoE4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sPTOSCQoE4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sPTOSCQoE4 .dropdown-item:hover,
.cid-sPTOSCQoE4 .dropdown-item:focus {
  background: #0057fc !important;
  color: white !important;
}
.cid-sPTOSCQoE4 .dropdown-item:hover span {
  color: white;
}
.cid-sPTOSCQoE4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sPTOSCQoE4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sPTOSCQoE4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sPTOSCQoE4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sPTOSCQoE4 .nav-link {
  position: relative;
}
.cid-sPTOSCQoE4 .container {
  display: flex;
  margin: auto;
}
.cid-sPTOSCQoE4 .iconfont-wrapper {
  color: #0057fc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sPTOSCQoE4 .dropdown-menu,
.cid-sPTOSCQoE4 .navbar.opened {
  background: #ffffff !important;
}
.cid-sPTOSCQoE4 .nav-item:focus,
.cid-sPTOSCQoE4 .nav-link:focus {
  outline: none;
}
.cid-sPTOSCQoE4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sPTOSCQoE4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPTOSCQoE4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sPTOSCQoE4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPTOSCQoE4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sPTOSCQoE4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPTOSCQoE4 .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sPTOSCQoE4 .container-fluid {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .cid-sPTOSCQoE4 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-sPTOSCQoE4 .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 12px !important;
}
.cid-sPTOSCQoE4 .navbar.opened {
  transition: all 0.3s;
}
.cid-sPTOSCQoE4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sPTOSCQoE4 .navbar .navbar-logo img {
  width: auto;
}
.cid-sPTOSCQoE4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sPTOSCQoE4 .navbar .navbar-collapse {
    order: 10;
  }
}
@media (min-width: 992px) {
  .cid-sPTOSCQoE4 .navbar .navbar-collapse {
    width: 60%;
  }
}
.cid-sPTOSCQoE4 .navbar.collapsed {
  justify-content: center;
}
.cid-sPTOSCQoE4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sPTOSCQoE4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sPTOSCQoE4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sPTOSCQoE4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPTOSCQoE4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPTOSCQoE4 .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-sPTOSCQoE4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  font-weight: 500;
}
.cid-sPTOSCQoE4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPTOSCQoE4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sPTOSCQoE4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sPTOSCQoE4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPTOSCQoE4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPTOSCQoE4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPTOSCQoE4 .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-sPTOSCQoE4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sPTOSCQoE4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPTOSCQoE4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sPTOSCQoE4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sPTOSCQoE4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sPTOSCQoE4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sPTOSCQoE4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPTOSCQoE4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sPTOSCQoE4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-sPTOSCQoE4 .navbar {
    padding: 0 28px !important;
  }
}
@media (min-width: 1200px) {
  .cid-sPTOSCQoE4 .navbar {
    padding: 0 50px !important;
  }
}
.cid-sPTOSCQoE4 .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-sPTOSCQoE4 .navbar-brand {
    width: 20%;
    padding: 10px 0 !important;
  }
}
.cid-sPTOSCQoE4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-sPTOSCQoE4 .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
}
.cid-sPTOSCQoE4 .navbar-brand .navbar-caption .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
}
.cid-sPTOSCQoE4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPTOSCQoE4 .dropdown-item.active,
.cid-sPTOSCQoE4 .dropdown-item:active {
  background-color: transparent;
}
.cid-sPTOSCQoE4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPTOSCQoE4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPTOSCQoE4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPTOSCQoE4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sPTOSCQoE4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPTOSCQoE4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPTOSCQoE4 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-sPTOSCQoE4 ul.navbar-nav {
    margin: 0 auto;
  }
}
.cid-sPTOSCQoE4 .navbar-buttons {
  text-align: center;
  margin-left: auto;
  margin-right: -0.6rem;
}
@media (min-width: 992px) {
  .cid-sPTOSCQoE4 .navbar-buttons {
    text-align: right;
    width: 20%;
    flex-shrink: 0;
  }
}
.cid-sPTOSCQoE4 .navbar-buttons .btn {
  box-shadow: none;
  padding: 11px 32px !important;
}
.cid-sPTOSCQoE4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 14px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin: 10px 0;
}
.cid-sPTOSCQoE4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sPTOSCQoE4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPTOSCQoE4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-sPTOSCQoE4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-sPTOSCQoE4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 11px;
  left: 0;
  width: 20px;
  transition: all 0.2s;
}
.cid-sPTOSCQoE4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPTOSCQoE4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
  display: block;
}
.cid-sPTOSCQoE4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
  display: block;
}
.cid-sPTOSCQoE4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPTOSCQoE4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sPTOSCQoE4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sPTOSCQoE4 .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-sPTOSCQoE4 .navbar {
    height: 100px;
  }
  .cid-sPTOSCQoE4 .navbar.opened {
    height: auto;
  }
  .cid-sPTOSCQoE4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPTOSCQoE4 .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0.667em 1.25rem !important;
  font-weight: 500;
}
.cid-sPTOSCQoE4 .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-sPTOSCQoE4 .nav-link:before {
  content: '';
  position: absolute;
  color: #0057fc;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media (min-width: 992px) {
  .cid-sPTOSCQoE4 .navbar-brand {
    width: 15%;
    padding: 5px 30px !important;
  }
}
@media (max-width: 778px) {
  .cid-sPTOSCQoE4 .navbar-buttons.mbr-section-btn {
    display: none;
  }
  .cid-sPTOSCQoE4 .navbar-brand {
    padding: 5px 30px !important;
  }
}
@media (max-width: 991px) {
  .cid-sPTOSCQoE4 .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
  .cid-sPTOSCQoE4 .navbar-brand {
    min-height: 60px !important;
  }
  .cid-sPTOSCQoE4 .navbar.navbar-short .navbar-logo img {
    height: 2.5rem !important;
  }
  .cid-sPTOSCQoE4 li.nav-item {
    display: block;
    width: 100%;
    height: auto;
    border-bottom: solid 0px #0057fc;
  }
  .cid-sPTOSCQoE4 .nav-dropdown .link {
    padding: 0 0.3em !important;
    margin: 1.667em 1em !important;
    font-weight: 800;
    text-transform: uppercase;
  }
  .cid-sPTOSCQoE4 a.nav-link {
    display: flex;
    align-items: center;
    justify-content: left;
  }
  .cid-sPTOSCQoE4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.75rem 1.5rem !important;
    text-align: left;
    font-size: 90%;
  }
  .cid-sPTOSCQoE4 #banking {
    background: #0057fc;
  }
  .cid-sPTOSCQoE4 .destaqueltr {
    color: #fff !important;
  }
}
.cid-sPTOBWm9vP {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #0057fc;
}
.cid-sPTOBWm9vP .row {
  align-items: center;
}
.cid-sPTOBWm9vP .image-wrapper {
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-sPTOBWm9vP .image-wrapper {
    padding: 40px 1rem 1rem 6rem;
  }
}
@media (max-width: 991px) {
  .cid-sPTOBWm9vP .image-wrapper {
    padding: 1rem 1rem 1rem 6rem;
  }
}
.cid-sPTOBWm9vP .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .cid-sPTOBWm9vP .text-wrapper {
    padding-right: 115px;
  }
}
.cid-sPTOBWm9vP .label-text {
  width: 100%;
  margin-bottom: 12px;
  color: #ffffff;
  text-align: left;
}
.cid-sPTOBWm9vP .mbr-section-title {
  margin-bottom: 12px;
  color: #ffffff;
}
.cid-sPTOBWm9vP .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
  margin-bottom: 12px;
}
.cid-sPTOBWm9vP .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.cid-sPTOBWm9vP .btn-container {
  width: 100%;
}
.cid-sPTOBWm9vP .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-sPTOBWm9vP .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sPTOBWm9vP .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sPTOBWm9vP .mbr-text,
.cid-sPTOBWm9vP .mbr-section-btn {
  color: #ffffff;
}
@media (min-width: 768px) {
  .cid-sPTOBWm9vP .section #header7-d {
    background-position: 100% !important;
    background-size: 57% auto !important;
  }
}
.cid-txcJwJQtko {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-txcJwJQtko .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-txcJwJQtko .row {
    padding: 0 0.75rem;
  }
}
.cid-txcJwJQtko .text-container {
  margin-bottom: 60px;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-txcJwJQtko .text-container {
    margin-bottom: 20px;
  }
}
.cid-txcJwJQtko .label-text {
  color: #0057fc;
}
.cid-txcJwJQtko .mbr-section-title {
  max-width: 550px;
  margin: 0 auto;
}
.cid-txcJwJQtko .cards-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}
.cid-txcJwJQtko .card {
  padding: 15px;
}
@media (max-width: 767px) {
  .cid-txcJwJQtko .card {
    padding: 0;
  }
}
.cid-txcJwJQtko .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 48px;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
}
@media (max-width: 767px) {
  .cid-txcJwJQtko .card-wrapper {
    margin-bottom: 30px;
    max-width: 522px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-txcJwJQtko .card-wrapper:hover {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
}
.cid-txcJwJQtko .card-text {
  color: #0048d1;
}
.cid-txcJwJQtko .mbr-iconfont {
  font-size: 25px;
  color: #0057fc;
}
.cid-txcJwJQtko .icon-box {
  width: 100%;
  margin-bottom: 20px;
}
.cid-txcJwJQtko .card-title {
  text-align: left;
}
.cid-txcJxSOz2l {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-txcJxSOz2l .col-title {
  margin-bottom: 30px !important;
}
@media (min-width: 768px) {
  .cid-txcJxSOz2l .col-title {
    margin-bottom: 0 !important;
  }
}
.cid-txcJxSOz2l .mbr-section-title {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .cid-txcJxSOz2l .mbr-section-title {
    margin-right: 50px;
  }
}
@media (min-width: 768px) {
  .cid-txcJxSOz2l .mbr-section-subtitle {
    margin-right: 50px;
  }
}
.cid-txcJxSOz2l .mbr-text {
  color: #555555;
  text-align: left;
}
.cid-txcJxSOz2l img {
  max-width: 237px;
  margin: 0 auto;
}
.cid-sPTPgWUzGs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sPTPgWUzGs .row {
  align-items: center;
  padding: 0 12px;
}
@media (min-width: 992px) {
  .cid-sPTPgWUzGs .row {
    padding: 0 16px;
  }
}
.cid-sPTPgWUzGs .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 100px;
  border-radius: 10px;
  background-color: #eeeeee;
}
@media (max-width: 767px) {
  .cid-sPTPgWUzGs .content-wrapper {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .cid-sPTPgWUzGs .content-wrapper {
    padding: 40px;
  }
}
.cid-sPTPgWUzGs .image-wrapper {
  padding: 1rem;
  flex-direction: column;
  justify-content: center;
  display: flex;
}
.cid-sPTPgWUzGs .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-sPTPgWUzGs .mbr-section-title {
  margin-bottom: 1.425rem;
  width: 100%;
}
.cid-sPTPgWUzGs .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 20px;
}
.cid-sPTPgWUzGs .item-container {
  margin-top: 32px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-sPTPgWUzGs .item-container {
    margin-top: 0;
  }
}
.cid-sPTPgWUzGs .item {
  display: flex;
  align-items: center;
  margin-top: 32px;
}
.cid-sPTPgWUzGs .item:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .cid-sPTPgWUzGs .item {
    flex-direction: column;
  }
}
.cid-sPTPgWUzGs .icon-box {
  background: #ffffff;
  width: 64px;
  min-width: 64px;
  height: 64px;
  border-radius: 50%;
  margin-right: 24px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-sPTPgWUzGs .icon-box {
    margin-right: 0;
  }
}
.cid-sPTPgWUzGs .text-box {
  flex-grow: 1;
}
.cid-sPTPgWUzGs .number-text {
  color: #0057fc;
}
.cid-sPTPgWUzGs .icon-text {
  color: #111111;
  text-align: left;
}
.cid-sPTPgWUzGs img.w-100 {
  width: 115% !important;
}
.cid-txcL8AknO0 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-txcL8AknO0 .mbr-section-head {
  margin-bottom: 20px;
}
.cid-txcL8AknO0 .label-text {
  width: 100%;
  color: #0066FF;
  margin-bottom: 12px;
}
.cid-txcL8AknO0 .label-text span {
  padding: 7px 20px;
  background-color: rgba(68, 109, 255, 0.1);
  border-radius: 5px;
  color: inherit;
}
.cid-txcL8AknO0 .mbr-section-title {
  color: #010d4c;
}
.cid-txcL8AknO0 .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-top: 75px;
  margin-bottom: 16px;
}
@media (max-width: 1199px) {
  .cid-txcL8AknO0 .mbr-section-subtitle {
    margin-top: 50px;
  }
}
.cid-txcL8AknO0 .cards-container {
  display: flex;
  justify-content: center;
  padding: 0 !important;
}
.cid-txcL8AknO0 .cards-row {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-txcL8AknO0 .col-card {
  display: flex;
  margin-top: 40px;
}
.cid-txcL8AknO0 .card-wrapper {
  padding: 30px 35px 40px;
  text-align: center;
  background-color: transparent;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0 40px 80px rgba(0, 5, 134, 0.05);
}
@media (max-width: 1199px) {
  .cid-txcL8AknO0 .card-wrapper {
    padding: 30px 15px;
  }
}
.cid-txcL8AknO0 .card-2 {
  background-color: #0066ff;
  box-shadow: 0 40px 80px rgba(0, 5, 134, 0.05);
}
.cid-txcL8AknO0 .card-title {
  color: #1a1a1a;
  margin-bottom: 8px;
}
.cid-txcL8AknO0 .card-title2 {
  color: #ffffff;
  margin-bottom: 8px;
}
.cid-txcL8AknO0 .price-container {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
  padding-top: 8px;
}
.cid-txcL8AknO0 .symbol-text {
  color: #010d4c;
  line-height: 1;
}
.cid-txcL8AknO0 .symbol-text2 {
  color: #ffffff;
  line-height: 1;
}
.cid-txcL8AknO0 .price-text {
  color: #010d4c;
  line-height: 1;
}
.cid-txcL8AknO0 .price-text2 {
  color: #ffffff;
  line-height: 1;
}
.cid-txcL8AknO0 .price-share-text {
  color: #010d4c;
  line-height: 1;
}
.cid-txcL8AknO0 .price-share-text2 {
  color: #ffffff;
  line-height: 1;
}
.cid-txcL8AknO0 .mbr-text {
  color: #1a1a1a;
  padding-bottom: 16px;
  margin-bottom: 0;
}
.cid-txcL8AknO0 .mbr-text2 {
  color: #ffffff;
  padding-bottom: 16px;
  margin-bottom: 0;
}
.cid-txcL8AknO0 .mbr-section-btn {
  width: 100%;
  margin-top: 40px;
}
.cid-txcL8AknO0 .mbr-section-btn .btn {
  width: 100%;
  min-height: 50px;
  border-radius: 50px;
  padding: 10px 42px;
}
.cid-txcL8AknO0 .mbr-section-btn .btn:before {
  display: none;
}
.cid-txcL8AknO0 .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-txcL8AknO0 .mbr-section-btn .btn-secondary-outline {
  border: 1px solid currentColor !important;
}
.cid-txcL8AknO0 .mbr-section-btn .btn-secondary-outline:hover {
  color: #ffffff !important;
  border-color: #ff1f25 !important;
  background-color: #ff1f25 !important;
}
.cid-txcL8AknO0 .mbr-section-btn .btn-white {
  border: 1px solid #ffffff !important;
  color: #ff1f25 !important;
}
.cid-txcL8AknO0 .mbr-section-btn .btn-white:hover {
  border: 1px solid #ffffff !important;
  color: #ff1f25 !important;
  background-color: #ffffff !important;
}
.cid-txcLeMybys {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-txcLeMybys .mbr-section-head {
  margin-bottom: 20px;
}
.cid-txcLeMybys .label-text {
  width: 100%;
  color: #0066FF;
  margin-bottom: 12px;
}
.cid-txcLeMybys .label-text span {
  padding: 7px 20px;
  background-color: rgba(68, 109, 255, 0.1);
  border-radius: 5px;
  color: inherit;
}
.cid-txcLeMybys .mbr-section-title {
  color: #010d4c;
}
.cid-txcLeMybys .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-top: 75px;
  margin-bottom: 16px;
}
@media (max-width: 1199px) {
  .cid-txcLeMybys .mbr-section-subtitle {
    margin-top: 50px;
  }
}
.cid-txcLeMybys .cards-container {
  display: flex;
  justify-content: center;
  padding: 0 !important;
}
.cid-txcLeMybys .cards-row {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-txcLeMybys .col-card {
  display: flex;
  margin-top: 40px;
}
.cid-txcLeMybys .card-wrapper {
  padding: 30px 35px 40px;
  text-align: center;
  background-color: transparent;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0 40px 80px rgba(0, 5, 134, 0.05);
}
@media (max-width: 1199px) {
  .cid-txcLeMybys .card-wrapper {
    padding: 30px 15px;
  }
}
.cid-txcLeMybys .card-2 {
  background-color: #0066ff;
  box-shadow: 0 40px 80px rgba(0, 5, 134, 0.05);
}
.cid-txcLeMybys .card-title {
  color: #1a1a1a;
  margin-bottom: 8px;
}
.cid-txcLeMybys .card-title2 {
  color: #ffffff;
  margin-bottom: 8px;
}
.cid-txcLeMybys .price-container {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
  padding-top: 8px;
}
.cid-txcLeMybys .symbol-text {
  color: #010d4c;
  line-height: 1;
}
.cid-txcLeMybys .symbol-text2 {
  color: #ffffff;
  line-height: 1;
}
.cid-txcLeMybys .price-text {
  color: #010d4c;
  line-height: 1;
}
.cid-txcLeMybys .price-text2 {
  color: #ffffff;
  line-height: 1;
}
.cid-txcLeMybys .price-share-text {
  color: #010d4c;
  line-height: 1;
}
.cid-txcLeMybys .price-share-text2 {
  color: #ffffff;
  line-height: 1;
}
.cid-txcLeMybys .mbr-text {
  color: #1a1a1a;
  padding-bottom: 16px;
  margin-bottom: 0;
}
.cid-txcLeMybys .mbr-text2 {
  color: #ffffff;
  padding-bottom: 16px;
  margin-bottom: 0;
}
.cid-txcLeMybys .mbr-section-btn {
  width: 100%;
  margin-top: 40px;
}
.cid-txcLeMybys .mbr-section-btn .btn {
  width: 100%;
  min-height: 50px;
  border-radius: 50px;
  padding: 10px 42px;
}
.cid-txcLeMybys .mbr-section-btn .btn:before {
  display: none;
}
.cid-txcLeMybys .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-txcLeMybys .mbr-section-btn .btn-secondary-outline {
  border: 1px solid currentColor !important;
}
.cid-txcLeMybys .mbr-section-btn .btn-secondary-outline:hover {
  color: #ffffff !important;
  border-color: #ff1f25 !important;
  background-color: #ff1f25 !important;
}
.cid-txcLeMybys .mbr-section-btn .btn-white {
  border: 1px solid #ffffff !important;
  color: #ff1f25 !important;
}
.cid-txcLeMybys .mbr-section-btn .btn-white:hover {
  border: 1px solid #ffffff !important;
  color: #ff1f25 !important;
  background-color: #ffffff !important;
}
.cid-txtJEYOKUQ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #e1e3ff;
}
.cid-txtJEYOKUQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-txtJEYOKUQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txtJEYOKUQ .row {
  justify-content: center;
}
.cid-txtJEYOKUQ .title-wrapper {
  margin-bottom: 75px;
}
@media (max-width: 992px) {
  .cid-txtJEYOKUQ .title-wrapper {
    margin-bottom: 25px;
  }
}
.cid-txtJEYOKUQ .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-txtJEYOKUQ .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-txtJEYOKUQ .item {
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .cid-txtJEYOKUQ .item {
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media (max-width: 992px) {
  .cid-txtJEYOKUQ .item {
    margin-bottom: 24px;
  }
}
.cid-txtJEYOKUQ .item .item-wrapper {
  height: 100%;
  border-radius: 40px;
  overflow: hidden;
  background-color: #f5f5f5;
}
.cid-txtJEYOKUQ .item .item-wrapper .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-txtJEYOKUQ .item .item-wrapper .item-content {
  padding: 35px;
}
@media (max-width: 992px) {
  .cid-txtJEYOKUQ .item .item-wrapper .item-content {
    padding: 32px;
  }
}
.cid-txtJEYOKUQ .item .item-wrapper .item-content .tags-wrap .tags-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-txtJEYOKUQ .item .item-wrapper .item-content .tags-wrap .tags-wrapper {
    margin-bottom: 24px;
  }
}
.cid-txtJEYOKUQ .item .item-wrapper .item-content .tags-wrap .tags-wrapper .mbr-tag {
  padding: 8px 12px;
  background-color: #72fc5f;
  margin: 0 10px 10px 0;
  border-radius: 40px;
}
.cid-txtJEYOKUQ .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-txtJEYOKUQ .item .item-wrapper .item-content .item-title {
    margin-bottom: 24px;
  }
}
.cid-txtJEYOKUQ .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-txtJEYOKUQ .item .item-wrapper .item-content .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-txtJEYOKUQ .item .item-wrapper .item-content .date-wrap .date-wrapper {
  display: inline-flex;
}
.cid-txtJEYOKUQ .item .item-wrapper .item-content .date-wrap .date-wrapper .mbr-iconfont {
  display: inline;
  font-size: 48px;
  margin-right: 8px;
}
.cid-txtJEYOKUQ .item .item-wrapper .item-content .date-wrap .date-wrapper .mbr-date {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
}
.cid-txtJEYOKUQ .mbr-section-title {
  color: #101511;
  text-align: center;
}
.cid-txtJEYOKUQ .mbr-desc {
  color: #6e716f;
  text-align: center;
}
.cid-txtJEYOKUQ .mbr-tag {
  color: #101511;
}
.cid-txtJEYOKUQ .item-title {
  color: #0048d1;
  text-align: center;
}
.cid-txtJEYOKUQ .mbr-text {
  color: #6e716f;
}
.cid-txtJEYOKUQ .mbr-date,
.cid-txtJEYOKUQ .mbr-iconfont {
  color: #6e716f;
}
.cid-txtJEYOKUQ .mbr-tag,
.cid-txtJEYOKUQ .tags-wrap {
  text-align: center;
}
.cid-txtJEYOKUQ .mbr-date,
.cid-txtJEYOKUQ .date-wrap,
.cid-txtJEYOKUQ .mbr-iconfont {
  text-align: left;
}
.cid-txu5eQWe7x {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e1e3ff;
}
.cid-txu5eQWe7x .mbr-fallback-image.disabled {
  display: none;
}
.cid-txu5eQWe7x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txu5eQWe7x .row {
  justify-content: center;
}
.cid-txu5eQWe7x .title-wrapper {
  margin-bottom: 75px;
}
@media (max-width: 992px) {
  .cid-txu5eQWe7x .title-wrapper {
    margin-bottom: 25px;
  }
}
.cid-txu5eQWe7x .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-txu5eQWe7x .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-txu5eQWe7x .item {
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .cid-txu5eQWe7x .item {
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media (max-width: 992px) {
  .cid-txu5eQWe7x .item {
    margin-bottom: 24px;
  }
}
.cid-txu5eQWe7x .item .item-wrapper {
  height: 100%;
  border-radius: 40px;
  overflow: hidden;
  background-color: #f5f5f5;
}
.cid-txu5eQWe7x .item .item-wrapper .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-txu5eQWe7x .item .item-wrapper .item-content {
  padding: 35px;
}
@media (max-width: 992px) {
  .cid-txu5eQWe7x .item .item-wrapper .item-content {
    padding: 32px;
  }
}
.cid-txu5eQWe7x .item .item-wrapper .item-content .tags-wrap .tags-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-txu5eQWe7x .item .item-wrapper .item-content .tags-wrap .tags-wrapper {
    margin-bottom: 24px;
  }
}
.cid-txu5eQWe7x .item .item-wrapper .item-content .tags-wrap .tags-wrapper .mbr-tag {
  padding: 8px 12px;
  background-color: #72fc5f;
  margin: 0 10px 10px 0;
  border-radius: 40px;
}
.cid-txu5eQWe7x .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-txu5eQWe7x .item .item-wrapper .item-content .item-title {
    margin-bottom: 24px;
  }
}
.cid-txu5eQWe7x .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-txu5eQWe7x .item .item-wrapper .item-content .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-txu5eQWe7x .item .item-wrapper .item-content .date-wrap .date-wrapper {
  display: inline-flex;
}
.cid-txu5eQWe7x .item .item-wrapper .item-content .date-wrap .date-wrapper .mbr-iconfont {
  display: inline;
  font-size: 48px;
  margin-right: 8px;
}
.cid-txu5eQWe7x .item .item-wrapper .item-content .date-wrap .date-wrapper .mbr-date {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
}
.cid-txu5eQWe7x .mbr-section-title {
  color: #101511;
  text-align: center;
}
.cid-txu5eQWe7x .mbr-desc {
  color: #6e716f;
  text-align: center;
}
.cid-txu5eQWe7x .mbr-tag {
  color: #101511;
}
.cid-txu5eQWe7x .item-title {
  color: #0048d1;
  text-align: center;
}
.cid-txu5eQWe7x .mbr-text {
  color: #6e716f;
}
.cid-txu5eQWe7x .mbr-date,
.cid-txu5eQWe7x .mbr-iconfont {
  color: #6e716f;
}
.cid-txu5eQWe7x .mbr-tag,
.cid-txu5eQWe7x .tags-wrap {
  text-align: center;
}
.cid-txu5eQWe7x .mbr-date,
.cid-txu5eQWe7x .date-wrap,
.cid-txu5eQWe7x .mbr-iconfont {
  text-align: left;
}
.cid-txu6hBQwLp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e1e3ff;
}
.cid-txu6hBQwLp .mbr-fallback-image.disabled {
  display: none;
}
.cid-txu6hBQwLp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txu6hBQwLp .row {
  justify-content: center;
}
.cid-txu6hBQwLp .title-wrapper {
  margin-bottom: 75px;
}
@media (max-width: 992px) {
  .cid-txu6hBQwLp .title-wrapper {
    margin-bottom: 25px;
  }
}
.cid-txu6hBQwLp .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-txu6hBQwLp .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-txu6hBQwLp .item {
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .cid-txu6hBQwLp .item {
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media (max-width: 992px) {
  .cid-txu6hBQwLp .item {
    margin-bottom: 24px;
  }
}
.cid-txu6hBQwLp .item .item-wrapper {
  height: 100%;
  border-radius: 40px;
  overflow: hidden;
  background-color: #f5f5f5;
}
.cid-txu6hBQwLp .item .item-wrapper .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-txu6hBQwLp .item .item-wrapper .item-content {
  padding: 35px;
}
@media (max-width: 992px) {
  .cid-txu6hBQwLp .item .item-wrapper .item-content {
    padding: 32px;
  }
}
.cid-txu6hBQwLp .item .item-wrapper .item-content .tags-wrap .tags-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-txu6hBQwLp .item .item-wrapper .item-content .tags-wrap .tags-wrapper {
    margin-bottom: 24px;
  }
}
.cid-txu6hBQwLp .item .item-wrapper .item-content .tags-wrap .tags-wrapper .mbr-tag {
  padding: 8px 12px;
  background-color: #72fc5f;
  margin: 0 10px 10px 0;
  border-radius: 40px;
}
.cid-txu6hBQwLp .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-txu6hBQwLp .item .item-wrapper .item-content .item-title {
    margin-bottom: 24px;
  }
}
.cid-txu6hBQwLp .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-txu6hBQwLp .item .item-wrapper .item-content .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-txu6hBQwLp .item .item-wrapper .item-content .date-wrap .date-wrapper {
  display: inline-flex;
}
.cid-txu6hBQwLp .item .item-wrapper .item-content .date-wrap .date-wrapper .mbr-iconfont {
  display: inline;
  font-size: 48px;
  margin-right: 8px;
}
.cid-txu6hBQwLp .item .item-wrapper .item-content .date-wrap .date-wrapper .mbr-date {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
}
.cid-txu6hBQwLp .mbr-section-title {
  color: #101511;
  text-align: center;
}
.cid-txu6hBQwLp .mbr-desc {
  color: #6e716f;
  text-align: center;
}
.cid-txu6hBQwLp .mbr-tag {
  color: #101511;
}
.cid-txu6hBQwLp .item-title {
  color: #0048d1;
  text-align: center;
}
.cid-txu6hBQwLp .mbr-text {
  color: #6e716f;
}
.cid-txu6hBQwLp .mbr-date,
.cid-txu6hBQwLp .mbr-iconfont {
  color: #6e716f;
}
.cid-txu6hBQwLp .mbr-tag,
.cid-txu6hBQwLp .tags-wrap {
  text-align: center;
}
.cid-txu6hBQwLp .mbr-date,
.cid-txu6hBQwLp .date-wrap,
.cid-txu6hBQwLp .mbr-iconfont {
  text-align: left;
}
.cid-txu768IxiL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e1e3ff;
}
.cid-txu768IxiL .mbr-fallback-image.disabled {
  display: none;
}
.cid-txu768IxiL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txu768IxiL .row {
  justify-content: center;
}
.cid-txu768IxiL .title-wrapper {
  margin-bottom: 75px;
}
@media (max-width: 992px) {
  .cid-txu768IxiL .title-wrapper {
    margin-bottom: 25px;
  }
}
.cid-txu768IxiL .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-txu768IxiL .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-txu768IxiL .item {
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .cid-txu768IxiL .item {
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media (max-width: 992px) {
  .cid-txu768IxiL .item {
    margin-bottom: 24px;
  }
}
.cid-txu768IxiL .item .item-wrapper {
  height: 100%;
  border-radius: 40px;
  overflow: hidden;
  background-color: #f5f5f5;
}
.cid-txu768IxiL .item .item-wrapper .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-txu768IxiL .item .item-wrapper .item-content {
  padding: 35px;
}
@media (max-width: 992px) {
  .cid-txu768IxiL .item .item-wrapper .item-content {
    padding: 32px;
  }
}
.cid-txu768IxiL .item .item-wrapper .item-content .tags-wrap .tags-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-txu768IxiL .item .item-wrapper .item-content .tags-wrap .tags-wrapper {
    margin-bottom: 24px;
  }
}
.cid-txu768IxiL .item .item-wrapper .item-content .tags-wrap .tags-wrapper .mbr-tag {
  padding: 8px 12px;
  background-color: #72fc5f;
  margin: 0 10px 10px 0;
  border-radius: 40px;
}
.cid-txu768IxiL .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-txu768IxiL .item .item-wrapper .item-content .item-title {
    margin-bottom: 24px;
  }
}
.cid-txu768IxiL .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-txu768IxiL .item .item-wrapper .item-content .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-txu768IxiL .item .item-wrapper .item-content .date-wrap .date-wrapper {
  display: inline-flex;
}
.cid-txu768IxiL .item .item-wrapper .item-content .date-wrap .date-wrapper .mbr-iconfont {
  display: inline;
  font-size: 48px;
  margin-right: 8px;
}
.cid-txu768IxiL .item .item-wrapper .item-content .date-wrap .date-wrapper .mbr-date {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
}
.cid-txu768IxiL .mbr-section-title {
  color: #101511;
  text-align: center;
}
.cid-txu768IxiL .mbr-desc {
  color: #6e716f;
  text-align: center;
}
.cid-txu768IxiL .mbr-tag {
  color: #101511;
}
.cid-txu768IxiL .item-title {
  color: #0048d1;
  text-align: center;
}
.cid-txu768IxiL .mbr-text {
  color: #6e716f;
}
.cid-txu768IxiL .mbr-date,
.cid-txu768IxiL .mbr-iconfont {
  color: #6e716f;
}
.cid-txu768IxiL .mbr-tag,
.cid-txu768IxiL .tags-wrap {
  text-align: center;
}
.cid-txu768IxiL .mbr-date,
.cid-txu768IxiL .date-wrap,
.cid-txu768IxiL .mbr-iconfont {
  text-align: left;
}
.cid-txu7UQlNJh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e1e3ff;
}
.cid-txu7UQlNJh .mbr-fallback-image.disabled {
  display: none;
}
.cid-txu7UQlNJh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txu7UQlNJh .row {
  justify-content: center;
}
.cid-txu7UQlNJh .title-wrapper {
  margin-bottom: 75px;
}
@media (max-width: 992px) {
  .cid-txu7UQlNJh .title-wrapper {
    margin-bottom: 25px;
  }
}
.cid-txu7UQlNJh .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-txu7UQlNJh .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-txu7UQlNJh .item {
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .cid-txu7UQlNJh .item {
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media (max-width: 992px) {
  .cid-txu7UQlNJh .item {
    margin-bottom: 24px;
  }
}
.cid-txu7UQlNJh .item .item-wrapper {
  height: 100%;
  border-radius: 40px;
  overflow: hidden;
  background-color: #f5f5f5;
}
.cid-txu7UQlNJh .item .item-wrapper .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-txu7UQlNJh .item .item-wrapper .item-content {
  padding: 35px;
}
@media (max-width: 992px) {
  .cid-txu7UQlNJh .item .item-wrapper .item-content {
    padding: 32px;
  }
}
.cid-txu7UQlNJh .item .item-wrapper .item-content .tags-wrap .tags-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-txu7UQlNJh .item .item-wrapper .item-content .tags-wrap .tags-wrapper {
    margin-bottom: 24px;
  }
}
.cid-txu7UQlNJh .item .item-wrapper .item-content .tags-wrap .tags-wrapper .mbr-tag {
  padding: 8px 12px;
  background-color: #72fc5f;
  margin: 0 10px 10px 0;
  border-radius: 40px;
}
.cid-txu7UQlNJh .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-txu7UQlNJh .item .item-wrapper .item-content .item-title {
    margin-bottom: 24px;
  }
}
.cid-txu7UQlNJh .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-txu7UQlNJh .item .item-wrapper .item-content .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-txu7UQlNJh .item .item-wrapper .item-content .date-wrap .date-wrapper {
  display: inline-flex;
}
.cid-txu7UQlNJh .item .item-wrapper .item-content .date-wrap .date-wrapper .mbr-iconfont {
  display: inline;
  font-size: 48px;
  margin-right: 8px;
}
.cid-txu7UQlNJh .item .item-wrapper .item-content .date-wrap .date-wrapper .mbr-date {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
}
.cid-txu7UQlNJh .mbr-section-title {
  color: #101511;
  text-align: center;
}
.cid-txu7UQlNJh .mbr-desc {
  color: #6e716f;
  text-align: center;
}
.cid-txu7UQlNJh .mbr-tag {
  color: #101511;
}
.cid-txu7UQlNJh .item-title {
  color: #0048d1;
  text-align: center;
}
.cid-txu7UQlNJh .mbr-text {
  color: #6e716f;
}
.cid-txu7UQlNJh .mbr-date,
.cid-txu7UQlNJh .mbr-iconfont {
  color: #6e716f;
}
.cid-txu7UQlNJh .mbr-tag,
.cid-txu7UQlNJh .tags-wrap {
  text-align: center;
}
.cid-txu7UQlNJh .mbr-date,
.cid-txu7UQlNJh .date-wrap,
.cid-txu7UQlNJh .mbr-iconfont {
  text-align: left;
}
.cid-txu8SljWM2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e1e3ff;
}
.cid-txu8SljWM2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txu8SljWM2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txu8SljWM2 .row {
  justify-content: center;
}
.cid-txu8SljWM2 .title-wrapper {
  margin-bottom: 75px;
}
@media (max-width: 992px) {
  .cid-txu8SljWM2 .title-wrapper {
    margin-bottom: 25px;
  }
}
.cid-txu8SljWM2 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-txu8SljWM2 .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-txu8SljWM2 .item {
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .cid-txu8SljWM2 .item {
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media (max-width: 992px) {
  .cid-txu8SljWM2 .item {
    margin-bottom: 24px;
  }
}
.cid-txu8SljWM2 .item .item-wrapper {
  height: 100%;
  border-radius: 40px;
  overflow: hidden;
  background-color: #f5f5f5;
}
.cid-txu8SljWM2 .item .item-wrapper .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-txu8SljWM2 .item .item-wrapper .item-content {
  padding: 35px;
}
@media (max-width: 992px) {
  .cid-txu8SljWM2 .item .item-wrapper .item-content {
    padding: 32px;
  }
}
.cid-txu8SljWM2 .item .item-wrapper .item-content .tags-wrap .tags-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-txu8SljWM2 .item .item-wrapper .item-content .tags-wrap .tags-wrapper {
    margin-bottom: 24px;
  }
}
.cid-txu8SljWM2 .item .item-wrapper .item-content .tags-wrap .tags-wrapper .mbr-tag {
  padding: 8px 12px;
  background-color: #72fc5f;
  margin: 0 10px 10px 0;
  border-radius: 40px;
}
.cid-txu8SljWM2 .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-txu8SljWM2 .item .item-wrapper .item-content .item-title {
    margin-bottom: 24px;
  }
}
.cid-txu8SljWM2 .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-txu8SljWM2 .item .item-wrapper .item-content .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-txu8SljWM2 .item .item-wrapper .item-content .date-wrap .date-wrapper {
  display: inline-flex;
}
.cid-txu8SljWM2 .item .item-wrapper .item-content .date-wrap .date-wrapper .mbr-iconfont {
  display: inline;
  font-size: 48px;
  margin-right: 8px;
}
.cid-txu8SljWM2 .item .item-wrapper .item-content .date-wrap .date-wrapper .mbr-date {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
}
.cid-txu8SljWM2 .mbr-section-title {
  color: #101511;
  text-align: center;
}
.cid-txu8SljWM2 .mbr-desc {
  color: #6e716f;
  text-align: center;
}
.cid-txu8SljWM2 .mbr-tag {
  color: #101511;
}
.cid-txu8SljWM2 .item-title {
  color: #0048d1;
  text-align: center;
}
.cid-txu8SljWM2 .mbr-text {
  color: #6e716f;
}
.cid-txu8SljWM2 .mbr-date,
.cid-txu8SljWM2 .mbr-iconfont {
  color: #6e716f;
}
.cid-txu8SljWM2 .mbr-tag,
.cid-txu8SljWM2 .tags-wrap {
  text-align: center;
}
.cid-txu8SljWM2 .mbr-date,
.cid-txu8SljWM2 .date-wrap,
.cid-txu8SljWM2 .mbr-iconfont {
  text-align: left;
}
.cid-txu9UqII13 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e1e3ff;
}
.cid-txu9UqII13 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txu9UqII13 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txu9UqII13 .row {
  justify-content: center;
}
.cid-txu9UqII13 .title-wrapper {
  margin-bottom: 75px;
}
@media (max-width: 992px) {
  .cid-txu9UqII13 .title-wrapper {
    margin-bottom: 25px;
  }
}
.cid-txu9UqII13 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-txu9UqII13 .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-txu9UqII13 .item {
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .cid-txu9UqII13 .item {
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media (max-width: 992px) {
  .cid-txu9UqII13 .item {
    margin-bottom: 24px;
  }
}
.cid-txu9UqII13 .item .item-wrapper {
  height: 100%;
  border-radius: 40px;
  overflow: hidden;
  background-color: #f5f5f5;
}
.cid-txu9UqII13 .item .item-wrapper .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-txu9UqII13 .item .item-wrapper .item-content {
  padding: 35px;
}
@media (max-width: 992px) {
  .cid-txu9UqII13 .item .item-wrapper .item-content {
    padding: 32px;
  }
}
.cid-txu9UqII13 .item .item-wrapper .item-content .tags-wrap .tags-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-txu9UqII13 .item .item-wrapper .item-content .tags-wrap .tags-wrapper {
    margin-bottom: 24px;
  }
}
.cid-txu9UqII13 .item .item-wrapper .item-content .tags-wrap .tags-wrapper .mbr-tag {
  padding: 8px 12px;
  background-color: #72fc5f;
  margin: 0 10px 10px 0;
  border-radius: 40px;
}
.cid-txu9UqII13 .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-txu9UqII13 .item .item-wrapper .item-content .item-title {
    margin-bottom: 24px;
  }
}
.cid-txu9UqII13 .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-txu9UqII13 .item .item-wrapper .item-content .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-txu9UqII13 .item .item-wrapper .item-content .date-wrap .date-wrapper {
  display: inline-flex;
}
.cid-txu9UqII13 .item .item-wrapper .item-content .date-wrap .date-wrapper .mbr-iconfont {
  display: inline;
  font-size: 48px;
  margin-right: 8px;
}
.cid-txu9UqII13 .item .item-wrapper .item-content .date-wrap .date-wrapper .mbr-date {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
}
.cid-txu9UqII13 .mbr-section-title {
  color: #101511;
  text-align: center;
}
.cid-txu9UqII13 .mbr-desc {
  color: #6e716f;
  text-align: center;
}
.cid-txu9UqII13 .mbr-tag {
  color: #101511;
}
.cid-txu9UqII13 .item-title {
  color: #0048d1;
  text-align: center;
}
.cid-txu9UqII13 .mbr-text {
  color: #6e716f;
}
.cid-txu9UqII13 .mbr-date,
.cid-txu9UqII13 .mbr-iconfont {
  color: #6e716f;
}
.cid-txu9UqII13 .mbr-tag,
.cid-txu9UqII13 .tags-wrap {
  text-align: center;
}
.cid-txu9UqII13 .mbr-date,
.cid-txu9UqII13 .date-wrap,
.cid-txu9UqII13 .mbr-iconfont {
  text-align: left;
}
.cid-txuazyMv5M {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #e1e3ff;
}
.cid-txuazyMv5M .mbr-fallback-image.disabled {
  display: none;
}
.cid-txuazyMv5M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txuazyMv5M .row {
  justify-content: center;
}
.cid-txuazyMv5M .title-wrapper {
  margin-bottom: 75px;
}
@media (max-width: 992px) {
  .cid-txuazyMv5M .title-wrapper {
    margin-bottom: 25px;
  }
}
.cid-txuazyMv5M .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-txuazyMv5M .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-txuazyMv5M .item {
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .cid-txuazyMv5M .item {
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media (max-width: 992px) {
  .cid-txuazyMv5M .item {
    margin-bottom: 24px;
  }
}
.cid-txuazyMv5M .item .item-wrapper {
  height: 100%;
  border-radius: 40px;
  overflow: hidden;
  background-color: #f5f5f5;
}
.cid-txuazyMv5M .item .item-wrapper .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-txuazyMv5M .item .item-wrapper .item-content {
  padding: 35px;
}
@media (max-width: 992px) {
  .cid-txuazyMv5M .item .item-wrapper .item-content {
    padding: 32px;
  }
}
.cid-txuazyMv5M .item .item-wrapper .item-content .tags-wrap .tags-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-txuazyMv5M .item .item-wrapper .item-content .tags-wrap .tags-wrapper {
    margin-bottom: 24px;
  }
}
.cid-txuazyMv5M .item .item-wrapper .item-content .tags-wrap .tags-wrapper .mbr-tag {
  padding: 8px 12px;
  background-color: #72fc5f;
  margin: 0 10px 10px 0;
  border-radius: 40px;
}
.cid-txuazyMv5M .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-txuazyMv5M .item .item-wrapper .item-content .item-title {
    margin-bottom: 24px;
  }
}
.cid-txuazyMv5M .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-txuazyMv5M .item .item-wrapper .item-content .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-txuazyMv5M .item .item-wrapper .item-content .date-wrap .date-wrapper {
  display: inline-flex;
}
.cid-txuazyMv5M .item .item-wrapper .item-content .date-wrap .date-wrapper .mbr-iconfont {
  display: inline;
  font-size: 48px;
  margin-right: 8px;
}
.cid-txuazyMv5M .item .item-wrapper .item-content .date-wrap .date-wrapper .mbr-date {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
}
.cid-txuazyMv5M .mbr-section-title {
  color: #101511;
  text-align: center;
}
.cid-txuazyMv5M .mbr-desc {
  color: #6e716f;
  text-align: center;
}
.cid-txuazyMv5M .mbr-tag {
  color: #101511;
}
.cid-txuazyMv5M .item-title {
  color: #0048d1;
  text-align: center;
}
.cid-txuazyMv5M .mbr-text {
  color: #6e716f;
}
.cid-txuazyMv5M .mbr-date,
.cid-txuazyMv5M .mbr-iconfont {
  color: #6e716f;
}
.cid-txuazyMv5M .mbr-tag,
.cid-txuazyMv5M .tags-wrap {
  text-align: center;
}
.cid-txuazyMv5M .mbr-date,
.cid-txuazyMv5M .date-wrap,
.cid-txuazyMv5M .mbr-iconfont {
  text-align: left;
}
.cid-t9quBhPGRL {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/perto-45-16x9.00-00-25-19.still014-2000x924.webp");
}
.cid-t9quBhPGRL .row {
  align-items: center;
}
.cid-t9quBhPGRL .image-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-t9quBhPGRL .image-wrapper {
    padding: 2rem 1rem 1rem;
  }
}
.cid-t9quBhPGRL .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .cid-t9quBhPGRL .text-wrapper {
    padding-right: 84px;
  }
}
.cid-t9quBhPGRL .label-text {
  width: 100%;
  color: #ffffff;
}
.cid-t9quBhPGRL .mbr-section-title {
  margin-bottom: 12px;
}
.cid-t9quBhPGRL .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 12px;
}
.cid-t9quBhPGRL .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.cid-t9quBhPGRL .icon-box {
  background: #ffffff;
  width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t9quBhPGRL .mbr-iconfont {
  font-size: 15px;
  color: #808080;
}
.cid-t9quBhPGRL .btn-container {
  width: 100%;
}
@media (max-width: 575px) {
  .cid-t9quBhPGRL .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-t9quBhPGRL .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-t9quBhPGRL .mbr-section-title,
.cid-t9quBhPGRL .mbr-section-btn {
  color: #ffffff;
}
.cid-t9quBhPGRL .mbr-text,
.cid-t9quBhPGRL .mbr-section-btn {
  color: #ffffff;
}
.cid-t9quBhPGRL .icon-text {
  color: #ffffff;
}
.cid-txumRcrdj2 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-txumRcrdj2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txumRcrdj2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txumRcrdj2 .col-title {
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-txumRcrdj2 .col-title {
    margin-bottom: 40px;
  }
}
.cid-txumRcrdj2 .mbr-section-title {
  color: #1ba608;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-txumRcrdj2 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-txumRcrdj2 .mbr-section-subtitle {
  color: #0057fc;
  margin-top: 24px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-txumRcrdj2 .mbr-section-subtitle {
    margin-top: 16px;
    text-align: center !important;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .cid-txumRcrdj2 .accordion-row {
    margin: 0 -10px !important;
  }
}
.cid-txumRcrdj2 .accordion-title-container {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-txumRcrdj2 .accordion-title-container {
    display: none;
  }
}
.cid-txumRcrdj2 .accordion-title {
  padding: 0 20px;
  width: 50%;
  color: #1ba608;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .cid-txumRcrdj2 .accordion-title {
    padding: 0 10px;
  }
}
.cid-txumRcrdj2 .panel-group {
  display: flex;
  flex-wrap: wrap;
  border: none;
  padding: 0 !important;
}
.cid-txumRcrdj2 .card {
  width: 50%;
  padding: 0 20px !important;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .cid-txumRcrdj2 .card {
    padding: 0 10px !important;
  }
}
@media (max-width: 991px) {
  .cid-txumRcrdj2 .card {
    width: 100%;
  }
}
.cid-txumRcrdj2 .card-border {
  height: 2px;
  width: 100%;
  background-color: #dfdfd8;
  margin-top: auto;
}
.cid-txumRcrdj2 .card-border-top {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-txumRcrdj2 .card-border-top2 {
    display: none;
  }
}
.cid-txumRcrdj2 .mbr-iconfont {
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #72fc5f;
  margin-left: 1rem;
  padding: 8px;
  background-color: #0057fc;
  transition: all ease-in-out 0.3s;
  border-radius: 50%;
}
.cid-txumRcrdj2 .card-header {
  border-bottom: none !important;
  padding: 15px 0 !important;
}
.cid-txumRcrdj2 .card-header:hover .mbr-iconfont {
  background-color: #cecec1 !important;
}
.cid-txumRcrdj2 .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-txumRcrdj2 .panel-body {
  padding-bottom: 20px;
}
.cid-txumRcrdj2 .panel-text {
  margin-bottom: 20px !important;
  color: #000000;
}
.cid-txumRcrdj2 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-txumRcrdj2 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-txumRcrdj2 .panel-title-edit {
  color: #0057fc;
}
.cid-txupXiqh6f {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-txupXiqh6f .mbr-fallback-image.disabled {
  display: none;
}
.cid-txupXiqh6f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txupXiqh6f .col-title {
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-txupXiqh6f .col-title {
    margin-bottom: 40px;
  }
}
.cid-txupXiqh6f .mbr-section-title {
  color: #fe0006;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-txupXiqh6f .mbr-section-title {
    text-align: center !important;
  }
}
.cid-txupXiqh6f .mbr-section-subtitle {
  color: #0057fc;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-txupXiqh6f .mbr-section-subtitle {
    margin-top: 16px;
    text-align: center !important;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .cid-txupXiqh6f .accordion-row {
    margin: 0 -10px !important;
  }
}
.cid-txupXiqh6f .accordion-title-container {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-txupXiqh6f .accordion-title-container {
    display: none;
  }
}
.cid-txupXiqh6f .accordion-title {
  padding: 0 20px;
  width: 50%;
  color: #1ba608;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .cid-txupXiqh6f .accordion-title {
    padding: 0 10px;
  }
}
.cid-txupXiqh6f .panel-group {
  display: flex;
  flex-wrap: wrap;
  border: none;
  padding: 0 !important;
}
.cid-txupXiqh6f .card {
  width: 50%;
  padding: 0 20px !important;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .cid-txupXiqh6f .card {
    padding: 0 10px !important;
  }
}
@media (max-width: 991px) {
  .cid-txupXiqh6f .card {
    width: 100%;
  }
}
.cid-txupXiqh6f .card-border {
  height: 2px;
  width: 100%;
  background-color: #dfdfd8;
  margin-top: auto;
}
.cid-txupXiqh6f .card-border-top {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-txupXiqh6f .card-border-top2 {
    display: none;
  }
}
.cid-txupXiqh6f .mbr-iconfont {
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #72fc5f;
  margin-left: 1rem;
  padding: 8px;
  background-color: #0057fc;
  transition: all ease-in-out 0.3s;
  border-radius: 50%;
}
.cid-txupXiqh6f .card-header {
  border-bottom: none !important;
  padding: 15px 0 !important;
}
.cid-txupXiqh6f .card-header:hover .mbr-iconfont {
  background-color: #cecec1 !important;
}
.cid-txupXiqh6f .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-txupXiqh6f .panel-body {
  padding-bottom: 20px;
}
.cid-txupXiqh6f .panel-text {
  margin-bottom: 20px !important;
  color: #000000;
}
.cid-txupXiqh6f .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-txupXiqh6f .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-txupXiqh6f .panel-title-edit {
  color: #0057fc;
}
.cid-txuqsegf6S {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-txuqsegf6S .mbr-fallback-image.disabled {
  display: none;
}
.cid-txuqsegf6S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txuqsegf6S .col-title {
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-txuqsegf6S .col-title {
    margin-bottom: 40px;
  }
}
.cid-txuqsegf6S .mbr-section-title {
  color: #fe0006;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-txuqsegf6S .mbr-section-title {
    text-align: center !important;
  }
}
.cid-txuqsegf6S .mbr-section-subtitle {
  color: #0057fc;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-txuqsegf6S .mbr-section-subtitle {
    margin-top: 16px;
    text-align: center !important;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .cid-txuqsegf6S .accordion-row {
    margin: 0 -10px !important;
  }
}
.cid-txuqsegf6S .accordion-title-container {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-txuqsegf6S .accordion-title-container {
    display: none;
  }
}
.cid-txuqsegf6S .accordion-title {
  padding: 0 20px;
  width: 50%;
  color: #1ba608;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .cid-txuqsegf6S .accordion-title {
    padding: 0 10px;
  }
}
.cid-txuqsegf6S .panel-group {
  display: flex;
  flex-wrap: wrap;
  border: none;
  padding: 0 !important;
}
.cid-txuqsegf6S .card {
  width: 50%;
  padding: 0 20px !important;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .cid-txuqsegf6S .card {
    padding: 0 10px !important;
  }
}
@media (max-width: 991px) {
  .cid-txuqsegf6S .card {
    width: 100%;
  }
}
.cid-txuqsegf6S .card-border {
  height: 2px;
  width: 100%;
  background-color: #dfdfd8;
  margin-top: auto;
}
.cid-txuqsegf6S .card-border-top {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-txuqsegf6S .card-border-top2 {
    display: none;
  }
}
.cid-txuqsegf6S .mbr-iconfont {
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #72fc5f;
  margin-left: 1rem;
  padding: 8px;
  background-color: #fe0006;
  transition: all ease-in-out 0.3s;
  border-radius: 50%;
}
.cid-txuqsegf6S .card-header {
  border-bottom: none !important;
  padding: 15px 0 !important;
}
.cid-txuqsegf6S .card-header:hover .mbr-iconfont {
  background-color: #cecec1 !important;
}
.cid-txuqsegf6S .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-txuqsegf6S .panel-body {
  padding-bottom: 20px;
}
.cid-txuqsegf6S .panel-text {
  margin-bottom: 20px !important;
  color: #000000;
}
.cid-txuqsegf6S .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-txuqsegf6S .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-txuqsegf6S .panel-title-edit {
  color: #0057fc;
}
.cid-txuun7V9Iq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-txuun7V9Iq .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-txuun7V9Iq .row {
    padding: 0 0.75rem;
  }
}
.cid-txuun7V9Iq .text-container {
  margin-bottom: 60px;
  padding: 0 !important;
}
.cid-txuun7V9Iq .label-text {
  color: #0057fc;
}
.cid-txuun7V9Iq .cards-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.cid-txuun7V9Iq .card {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-txuun7V9Iq .card {
    padding: 0;
  }
}
.cid-txuun7V9Iq .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 28px;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
}
@media (max-width: 991px) {
  .cid-txuun7V9Iq .card-wrapper {
    flex-direction: column;
    padding: 15px;
    margin-bottom: 30px;
  }
}
.cid-txuun7V9Iq .card-wrapper:hover {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
}
.cid-txuun7V9Iq .card-text {
  color: #555555;
}
.cid-txuun7V9Iq .mbr-iconfont {
  font-size: 25px;
  color: #0057fc;
}
.cid-txuun7V9Iq .icon-box {
  margin-right: 42px;
}
@media (max-width: 991px) {
  .cid-txuun7V9Iq .icon-box {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-txuun7V9Iq .card-box {
    text-align: center;
  }
}
.cid-txuun7V9Iq .mbr-fallback-image.disabled {
  display: none;
}
.cid-txuun7V9Iq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t9TaL93ZRm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t9TaL93ZRm .row {
  align-items: center;
}
.cid-t9TaL93ZRm .image-wrapper {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-t9TaL93ZRm .image-wrapper {
    padding: 0 0.75rem;
  }
}
.cid-t9TaL93ZRm .text-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 30px 0 0;
}
@media (min-width: 992px) {
  .cid-t9TaL93ZRm .text-wrapper {
    padding: 0 0 0 60px;
  }
}
.cid-t9TaL93ZRm .text-container {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-t9TaL93ZRm .text-container {
    width: 550px;
    flex-shrink: 1;
  }
}
.cid-t9TaL93ZRm .label-text {
  width: 100%;
  color: #0057fc;
}
.cid-t9TaL93ZRm .mbr-section-title {
  margin-bottom: 12px;
}
.cid-t9TaL93ZRm .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 32px;
}
.cid-t9TaL93ZRm .item {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
  flex-wrap: wrap;
}
.cid-t9TaL93ZRm .mbr-section-subtitle {
  margin: 0;
  width: 100%;
}
.cid-t9TaL93ZRm .numbers-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-t9TaL93ZRm .number-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-t9TaL93ZRm .color-text {
  color: #0057fc;
}
.cid-t9TaL93ZRm .text-box {
  width: 100%;
}
.cid-t9TaL93ZRm .icon-text {
  width: 100%;
}
.cid-t9TaL93ZRm .btn-container {
  width: 100%;
}
@media (max-width: 575px) {
  .cid-t9TaL93ZRm .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-t9TaL93ZRm .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ta3RF6ubkb {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ta3RF6ubkb .row {
  align-items: center;
}
.cid-ta3RF6ubkb .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-ta3RF6ubkb .header-text {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-ta3RF6ubkb .header-text {
    margin-bottom: 20px;
  }
}
.cid-ta3RF6ubkb .mbr-section-title {
  width: 100%;
  color: #111111;
  margin-bottom: 8px;
}
.cid-ta3RF6ubkb .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 0;
}
.cid-ta3NdXNSIn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ta3NdXNSIn .row {
  justify-content: center;
}
.cid-ta3NdXNSIn img,
.cid-ta3NdXNSIn .item-img {
  width: 100%;
  height: 100%;
  max-width: 232px;
  max-height: 232px;
  object-fit: cover;
}
.cid-ta3NdXNSIn .item:focus,
.cid-ta3NdXNSIn span:focus {
  outline: none;
}
.cid-ta3NdXNSIn .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ta3NdXNSIn .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  min-height: 232px;
  max-width: 232px;
  max-height: 232px;
  padding: 10px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-ta3NdXNSIn .item-wrapper {
    max-width: 232px;
    max-height: 232px;
  }
}
.cid-ta3NdXNSIn .item-wrapper .btn {
  padding: 10px 12px;
}
.cid-ta3NdXNSIn .item-wrapper .btn span {
  color: #222222;
  margin: 0 8px;
}
.cid-ta3NdXNSIn .item-wrapper .btn-primary:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.cid-ta3NdXNSIn .item-wrapper .btn-primary:hover span {
  color: #0057fc !important;
}
@media (min-width: 768px) {
  .cid-ta3NdXNSIn .item-wrapper:hover img {
    transform: scale(1);
  }
}
.cid-ta3NdXNSIn .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-ta3NdXNSIn .item-img img {
  width: 100%;
  transform: scale(0.9);
  transform-style: preserve-3d;
  transition: 2s;
}
.cid-ta3NdXNSIn .img-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.2;
  pointer-events: none;
}
.cid-ta3NdXNSIn .item-content {
  position: relative;
  z-index: 3;
  padding: 0;
}
.cid-ta3NdXNSIn .mbr-section-title {
  color: #222222;
  width: 100%;
}
.cid-ta3NdXNSIn .mbr-text {
  color: #ffffff;
}
.cid-ta3NdXNSIn .item-title {
  color: #0048d1;
  text-align: left;
}
.cid-ta3NdXNSIn .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ta3NdXNSIn .icon-wrapper {
  margin-bottom: 1rem;
}
.cid-ta3NdXNSIn .icon-wrapper .mbr-iconfont {
  font-size: 33px;
  color: #ffffff;
}
.cid-ta3NdXNSIn .mbr-section-head {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-ta3NdXNSIn .mbr-section-head {
    padding-left: 30px;
    padding-right: 6rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 575px) {
  .cid-ta3NdXNSIn .item.features-image.сol-12.col-md-4.col-lg-3.active {
    width: 50%;
    height: 150px;
    margin-bottom: 10px;
  }
  .cid-ta3NdXNSIn .item-wrapper {
    min-height: 127px;
  }
}
#custom-html-5z {
  /* Type valid CSS here */
}
#custom-html-5z div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-5z p {
  font-size: 60px;
  color: #777;
}
.cid-sPFVO6yMTI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-sPFVO6yMTI .mbr-text {
  color: #111111;
}
#custom-html-6n {
  /* Type valid CSS here */
}
#custom-html-6n div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-6n p {
  font-size: 60px;
  color: #777;
}
