.btn {
  font-weight: 600;
}
body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 4.0625rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.078125rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.875rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.59375rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.25rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.84375rem;
    font-size: calc( 2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.3rem;
    font-size: calc( 1.65625rem + (2.875 - 1.65625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.65625rem + (2.875 - 1.65625) * ((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: 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.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))));
  }
}
/* Buttons */
.btn {
  padding: 0.825rem 3.75rem;
  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: #ffffff !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #e3e6ee !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #3356d3 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #3356d3 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #3356d3 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #3356d3 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #3356d3 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #3356d3 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #333335 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #333335 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #333335 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #333335 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #333335 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #333335 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #59d33c !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #59d33c !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #59d33c !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #e3e6ee !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #e3e6ee !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #e3e6ee !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #fafafa !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #fafafa !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #fafafa !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-black,
.btn-black:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #232323 !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #232323 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #232323 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #3356d3;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #1f3890 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #3356d3 !important;
  background-color: #3356d3 !important;
  border-color: #3356d3 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #3356d3;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #1f3890 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #3356d3 !important;
  background-color: #3356d3 !important;
  border-color: #3356d3 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #333335;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #080809 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #333335 !important;
  background-color: #333335 !important;
  border-color: #333335 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #333335;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #080809 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #333335 !important;
  background-color: #333335 !important;
  border-color: #333335 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #59d33c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #389622 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #59d33c !important;
  background-color: #59d33c !important;
  border-color: #59d33c !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e3e6ee;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #adb6cd !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #e3e6ee !important;
  background-color: #e3e6ee !important;
  border-color: #e3e6ee !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #232323 !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #fafafa !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #3356d3 !important;
}
.text-secondary {
  color: #3356d3 !important;
}
.text-success {
  color: #333335 !important;
}
.text-info {
  color: #333335 !important;
}
.text-warning {
  color: #59d33c !important;
}
.text-danger {
  color: #e3e6ee !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #1c3384 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ffffff !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #7e7e83 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #010101 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #348a1f !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a4adc7 !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: #3356d3;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #333335;
}
.alert-warning {
  background-color: #59d33c;
}
.alert-danger {
  background-color: #e3e6ee;
}
.mbr-gallery-filter li.active .btn {
  background-color: #3356d3;
  border-color: #3356d3;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #3356d3;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #dbe1f7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a5a5a8;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #a5a5a8;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #e7f9e2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', 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: #3356d3 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', 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: #3356d3;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #3356d3;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #3356d3;
}
.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: #3356d3;
  border-bottom-color: #3356d3;
}
.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: #3356d3 !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: #3356d3 !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='%233356d3' %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.2s;
  font-weight: 500;
  box-shadow: none !important;
}
.btn {
  margin: 0;
  font-weight: 500;
}
p {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}
.text-secondary:hover {
  color: #dedede !important;
}
/*.btn-secondary:hover {
    color: #dedede !important;
}*/
.container {
  max-width: 1300px;
}
a.btn-primary:hover {
  color: #a0a5a5 !important;
}
.link {
  font-weight: 500;
}
.nav-item {
  transition-duration: .3s !important;
}
.nav-item:hover {
  transition-duration: .3s !important;
}
.navbar-toggler {
  border: transparent !important;
}
.navbar-toggler:focus {
  box-shadow: none;
}
body {
  line-height: 1.44em;
}
.mbr-section-title {
  letter-spacing: -1px;
  line-height: 1.07em;
  font-weight: 700;
}
.title {
  font-weight: 700;
}
.subtitle {
  font-weight: 500;
}
.mbr-section-subtitle {
  font-weight: 500;
}
.btn .mbr-iconfont {
  padding-right: 6px;
}
.cid-sNH02E0ioR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sNH02E0ioR nav.navbar {
  position: fixed;
}
.cid-sNH02E0ioR .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-sNH02E0ioR .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sNH02E0ioR .dropdown-item:hover,
.cid-sNH02E0ioR .dropdown-item:focus {
  color: #3356d3 !important;
}
.cid-sNH02E0ioR .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 2em 0.667em 1em !important;
}
.cid-sNH02E0ioR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNH02E0ioR .nav-link {
  position: relative;
  padding: 0;
}
.cid-sNH02E0ioR .container {
  display: flex;
  margin: auto;
}
.cid-sNH02E0ioR .iconfont-wrapper {
  color: #3356d3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sNH02E0ioR .dropdown-menu,
.cid-sNH02E0ioR .navbar.opened {
  background: #ffffff !important;
}
.cid-sNH02E0ioR .nav-item:focus,
.cid-sNH02E0ioR .nav-link:focus {
  outline: none;
}
.cid-sNH02E0ioR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sNH02E0ioR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNH02E0ioR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sNH02E0ioR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNH02E0ioR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNH02E0ioR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNH02E0ioR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sNH02E0ioR .navbar.opened {
  transition: all 0.3s;
}
.cid-sNH02E0ioR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sNH02E0ioR .navbar .navbar-logo img {
  width: auto;
}
.cid-sNH02E0ioR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sNH02E0ioR .navbar.collapsed {
  justify-content: center;
}
.cid-sNH02E0ioR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNH02E0ioR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sNH02E0ioR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-sNH02E0ioR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNH02E0ioR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNH02E0ioR .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-sNH02E0ioR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNH02E0ioR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sNH02E0ioR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sNH02E0ioR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNH02E0ioR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNH02E0ioR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNH02E0ioR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNH02E0ioR .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-sNH02E0ioR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sNH02E0ioR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNH02E0ioR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNH02E0ioR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNH02E0ioR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sNH02E0ioR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sNH02E0ioR .navbar.navbar-short {
  min-height: 60px;
}
.cid-sNH02E0ioR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sNH02E0ioR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-sNH02E0ioR .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-sNH02E0ioR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNH02E0ioR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNH02E0ioR .dropdown-item.active,
.cid-sNH02E0ioR .dropdown-item:active {
  background-color: transparent;
}
.cid-sNH02E0ioR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNH02E0ioR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNH02E0ioR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNH02E0ioR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sNH02E0ioR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNH02E0ioR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNH02E0ioR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sNH02E0ioR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sNH02E0ioR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sNH02E0ioR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3356d3;
}
.cid-sNH02E0ioR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sNH02E0ioR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNH02E0ioR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNH02E0ioR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sNH02E0ioR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNH02E0ioR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sNH02E0ioR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sNH02E0ioR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNH02E0ioR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sNH02E0ioR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sNH02E0ioR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNH02E0ioR .navbar {
    height: 70px;
  }
  .cid-sNH02E0ioR .navbar.opened {
    height: auto;
  }
  .cid-sNH02E0ioR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sNH02E0ioR .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-sNH02E0ioR .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-sNH02E0ioR a {
  display: inline;
  font-weight: bold;
}
.cid-sNH02E0ioR img {
  display: inline;
  padding-right: 10px;
}
.cid-sNH02E0ioR .dropdown-toggle:after {
  display: none;
}
.cid-sNH02E0ioR .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sNH02E0ioR .dropdown-item:hover {
  color: #59d33c !important;
}
@media (max-width: 990px) {
  .cid-sNH02E0ioR .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sNH02E0ioR .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-sNH02E0ioR .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-sNH02E0ioR ul {
  counter-reset: counter;
  margin: auto;
}
.cid-sNH02E0ioR .nav-link::before {
  position: relative;
  display: none;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #ffffff;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-sNH02E0ioR .nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.cid-sNH02E0ioR .nav-item:hover .nav-link::before {
  color: currentColor;
}
.cid-sNH02E0ioR ul li {
  height: 100px;
  display: flex;
}
.cid-sNH02E0ioR a.text-white:hover {
  color: #ffffff !important;
}
.cid-sNH02E0ioR a.text-primary:hover {
  color: #3356d3 !important;
}
.cid-sNH02E0ioR a.text-secondary:hover {
  color: #b2b2b2 !important;
}
.cid-sNH02E0ioR a.text-success:hover {
  color: #333335 !important;
}
.cid-sNH02E0ioR a.text-info:hover {
  color: #333335 !important;
}
.cid-sNH02E0ioR a.text-warning:hover {
  color: #59d33c !important;
}
.cid-sNH02E0ioR a.text-danger:hover {
  color: #a4adc7 !important;
}
.cid-sNH02E0ioR a.text-black:hover {
  color: #000000 !important;
}
@media (max-width: 970px) {
  .cid-sNH02E0ioR ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-sNH02E0ioR .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-sNH02E0ioR .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-sNH02E0ioR .navbar-collapse.collapsing .nav-link {
  margin: 0.667em 1em !important;
}
.cid-sNH02E0ioR .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-sNH02E0ioR .navbar-collapse.collapse.show ul li {
  height: 45px;
  display: list-item;
}
.cid-sNH02E0ioR .navbar-collapse.collapse.show .nav-link {
  margin: 0.667em 1em !important;
}
.cid-sNH02E0ioR .mbr-iconfont {
  margin-left: -5px;
}
.cid-sPzST4qikh {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #eaeefa;
}
.cid-sPzST4qikh .link a {
  background-image: none !important;
}
.cid-sPzST4qikh .item-wrapper {
  margin-bottom: 56px;
}
.cid-sPzST4qikh .date {
  margin-bottom: 6px;
}
.cid-sPzST4qikh .card-heading {
  font-weight: 700;
  margin-bottom: 25px;
}
.cid-sPzST4qikh .p {
  margin-bottom: 29px;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-sPzST4qikh a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sPzST4qikh rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sPzST4qikh .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sPzST4qikh svg {
  margin-left: 15px;
}
.cid-sPzST4qikh path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sPzST4qikh .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sPzST4qikh .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sPzST4qikh .row {
  justify-content: center;
}
.cid-sPAjfQYtyI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sPAjfQYtyI img {
  border-radius: 0px;
}
.cid-sPAjfQYtyI .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-bottom: 17px;
  font-weight: 700;
}
.cid-sPAjfQYtyI .mbr-text {
  padding-bottom: 30px;
  color: #4c4c4c;
  font-weight: 500;
}
.cid-sPAjfQYtyI p:last-child {
  margin-bottom: 0;
}
.cid-sPAjfQYtyI .row {
  justify-content: center;
}
.cid-sPzVmho0up {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #bfe5c4;
}
.cid-sPzVmho0up .item-wrapper {
  width: 100%;
}
.cid-sPzVmho0up .left-side {
  text-align: left;
}
.cid-sPzVmho0up .link {
  width: 100%;
  margin-top: 29px;
}
.cid-sPzVmho0up .left {
  max-width: 490px;
  padding-right: 45px;
  margin: auto;
}
.cid-sPzVmho0up .justify-content-center {
  align-items: center;
  background: transparent;
  padding: 0px;
  margin: 0;
}
.cid-sPzVmho0up .mbr-section-title {
  margin: 0 0 26px;
  color: #1b1e2d;
  font-weight: 700;
}
.cid-sPzVmho0up .mbr-text {
  color: #b2b2b2;
  font-weight: 500;
}
.cid-sPzVmho0up .title {
  font-weight: 700;
  color: #1d1d1f;
}
.cid-sPzVmho0up .link a {
  background-image: none !important;
}
.cid-sPzVmho0up .col-auto {
  display: inline-block;
}
.cid-sPzVmho0up .container-fluid {
  padding: 0;
}
.cid-sPzVmho0up .mbr-section-subtitle {
  color: #b2b2b2;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
}
.cid-sPzVmho0up .right-side {
  padding: 0;
}
@media (max-width: 990px) {
  .cid-sPzVmho0up .left-side {
    padding: 25px 15px;
  }
}
.cid-sPzVmho0up a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sPzVmho0up rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sPzVmho0up .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sPzVmho0up svg {
  margin-left: 15px;
}
.cid-sPzVmho0up path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sPzVmho0up .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sPzVmho0up .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sPzVmho0up img {
  width: 80%;
  margin: auto;
}
.cid-sPzVmho0up .mbr-text,
.cid-sPzVmho0up .link {
  color: #1b1e2d;
}
.cid-sNGWirxSKN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eaeefa;
}
.cid-sNGWirxSKN .item-wrapper {
  width: 100%;
}
.cid-sNGWirxSKN .left-side {
  text-align: left;
  padding: 0 100px 20px;
}
.cid-sNGWirxSKN .row.big {
  align-items: center;
}
.cid-sNGWirxSKN .mbr-section-title {
  margin: 26px 0 37px;
  color: #333335;
  font-weight: 700;
}
.cid-sNGWirxSKN .mbr-iconfont {
  font-size: 60px;
  color: #b2b2b2;
  margin-right: 5px;
}
.cid-sNGWirxSKN .desc1 {
  padding-bottom: 14px;
  margin-top: 14px;
  font-weight: 700;
}
.cid-sNGWirxSKN .desc2 {
  color: #333335;
  font-weight: 500;
}
.cid-sNGWirxSKN .desc1,
.cid-sNGWirxSKN .iconfont-wrapper {
  color: #ffffff;
}
.cid-sNGWirxSKN .right-side {
  padding: 0;
}
.cid-sNGWirxSKN .justify-content-center {
  padding: 0;
  margin: 0;
}
.cid-sNGWirxSKN .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-sNGWirxSKN .bottom {
  margin-bottom: 42px;
}
@media (max-width: 990px) {
  .cid-sNGWirxSKN .left-side {
    padding: 0 30px 20px;
  }
}
@media (max-width: 690px) {
  .cid-sNGWirxSKN .left-side {
    padding: 0 15px 20px;
  }
  .cid-sNGWirxSKN .align-left {
    flex-direction: column;
  }
  .cid-sNGWirxSKN .mbr-iconfont {
    margin-right: 0px;
  }
}
.cid-sNSRsopL4C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #333335;
}
.cid-sNSRsopL4C .item-wrapper {
  width: 100%;
}
.cid-sNSRsopL4C .left-side {
  text-align: left;
}
.cid-sNSRsopL4C .link {
  width: 100%;
  margin-top: 29px;
}
.cid-sNSRsopL4C .left {
  max-width: 490px;
  padding-right: 45px;
  margin: auto;
}
.cid-sNSRsopL4C .justify-content-center {
  align-items: center;
  background: transparent;
  padding: 0px;
  margin: 0;
}
.cid-sNSRsopL4C .mbr-section-title {
  margin: 0 0 26px;
  color: #ffffff;
  font-weight: 700;
}
.cid-sNSRsopL4C .mbr-text {
  color: #b2b2b2;
  font-weight: 500;
}
.cid-sNSRsopL4C .title {
  font-weight: 700;
  color: #1d1d1f;
}
.cid-sNSRsopL4C .link a {
  background-image: none !important;
}
.cid-sNSRsopL4C .col-auto {
  display: inline-block;
}
.cid-sNSRsopL4C .container-fluid {
  padding: 0;
}
.cid-sNSRsopL4C .mbr-section-subtitle {
  color: #b2b2b2;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
}
.cid-sNSRsopL4C .right-side {
  padding: 0;
}
.cid-sNSRsopL4C .row.justify-content-center {
  flex-direction: row-reverse;
}
.cid-sNSRsopL4C .right-side {
  padding-right: 0px;
}
.cid-sNSRsopL4C .left-side {
  padding-left: 50px;
}
@media (max-width: 990px) {
  .cid-sNSRsopL4C .left-side {
    padding: 25px 15px;
  }
}
.cid-sNSRsopL4C a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sNSRsopL4C rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sNSRsopL4C .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sNSRsopL4C svg {
  margin-left: 15px;
}
.cid-sNSRsopL4C path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sNSRsopL4C .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sNSRsopL4C .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sNSRsopL4C img {
  width: 80%;
  margin: auto;
}
.cid-sNSPSR1tQ3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d1d9f5;
}
.cid-sNSPSR1tQ3 .link a {
  background-image: none !important;
}
@media (min-width: 992px) {
  .cid-sNSPSR1tQ3 .text-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1000px) {
  .cid-sNSPSR1tQ3 .text-wrapper {
    padding: 2rem 0;
  }
}
.cid-sNSPSR1tQ3 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sNSPSR1tQ3 .mbr-section-title {
  font-weight: 700;
}
.cid-sNSPSR1tQ3 .mbr-section-subtitle {
  font-weight: 500;
  margin: 14px 0 4px;
  color: #4c4c4c;
}
.cid-sNSPSR1tQ3 .pile {
  padding: 45px 40px 47px;
  margin-bottom: 30px;
  background-color: #ffffff;
  box-shadow: 0 20px 40px 0 rgba(216, 227, 235, 0.65);
}
.cid-sNSPSR1tQ3 .pile1 {
  border-left: 4px solid #3356d3;
}
.cid-sNSPSR1tQ3 .pile2 {
  border-left: 4px solid #59d33c;
}
.cid-sNSPSR1tQ3 .pile3 {
  border-left: 4px solid #333335;
}
.cid-sNSPSR1tQ3 .pile:last-child {
  margin-bottom: 0;
}
.cid-sNHpxKdl2Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sNHpxKdl2Q img {
  border-radius: 20px;
}
.cid-sNHpxKdl2Q .link {
  margin-top: 30px;
}
.cid-sNHpxKdl2Q .date {
  margin: 29px 0 14px;
  color: #000000;
  font-weight: 700;
}
.cid-sNHpxKdl2Q .mbr-section-title {
  color: #000000;
  margin-bottom: 60px;
  font-weight: 700;
}
.cid-sNHpxKdl2Q .header {
  margin-bottom: 50px;
  align-items: center;
}
.cid-sNHpxKdl2Q .link a {
  background-image: none !important;
}
.cid-sNHpxKdl2Q .card-heading {
  line-height: 1.2;
  margin: 0px;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-sNHpxKdl2Q .button {
  text-align: right;
}
@media (max-width: 600px) {
  .cid-sNHpxKdl2Q .header {
    margin-bottom: 20px;
  }
  .cid-sNHpxKdl2Q .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
}
@media (min-width: 600px) and (max-width: 1000px) {
  .cid-sNHpxKdl2Q .link {
    margin-bottom: 40px;
  }
}
.cid-sNHpxKdl2Q .mbr-section-btn {
  position: absolute;
  right: 0;
}
.cid-sNHpxKdl2Q .mbr-section-subtitle {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #4c4c4c;
}
.cid-sNHpxKdl2Q .item {
  position: relative;
}
.cid-sNHpxKdl2Q .side-subtitle {
  transform: rotate(90deg) translate(100%, 0);
  transform-origin: top right;
  position: absolute;
  top: 0px;
  right: 0px;
  font-weight: 700;
  color: #4c4c4c;
  display: flex;
  align-items: center;
}
.cid-sNHpxKdl2Q .padd {
  padding: 0 20px;
}
.cid-sNHpxKdl2Q a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sNHpxKdl2Q rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sNHpxKdl2Q .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sNHpxKdl2Q svg {
  margin-left: 15px;
}
.cid-sNHpxKdl2Q path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sNHpxKdl2Q .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sNHpxKdl2Q .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@media (max-width: 770px) {
  .cid-sNHpxKdl2Q .top {
    margin-top: 40px;
  }
}
.cid-sNHpxKdl2Q .side-subtitle:before {
  content: '';
  position: relative;
  display: block;
  height: 1px;
  width: 26px;
  margin-right: 15px;
  background-color: #dbdbdb;
}
.cid-sNHqwlDQuy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bfe5c4;
}
.cid-sNHqwlDQuy .mbr-section-title {
  color: #000000;
  margin-bottom: 60px;
  font-weight: 700;
  width: 100%;
}
.cid-sNHqwlDQuy .card-heading {
  line-height: 1.2;
  margin: 0px;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-sNHqwlDQuy .item-wrapper:hover {
  cursor: pointer;
}
.cid-sNHqwlDQuy .item-wrapper:hover .link {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.cid-sNHqwlDQuy .mbr-section-subtitle {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #4c4c4c;
  width: 100%;
}
.cid-sNHqwlDQuy .side-subtitle {
  transform: rotate(90deg) translate(100%, 0);
  position: absolute;
  top: -100px;
  right: -40px;
}
.cid-sNHqwlDQuy a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sNHqwlDQuy rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sNHqwlDQuy .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sNHqwlDQuy svg {
  margin-left: 15px;
}
.cid-sNHqwlDQuy path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sNHqwlDQuy .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sNHqwlDQuy .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sNHqwlDQuy .link {
  margin-top: 26px;
}
.cid-sNHqwlDQuy img {
  margin-bottom: 29px;
}
.cid-sNHqwlDQuy .date {
  font-weight: 700;
  margin-bottom: 13px;
}
@media (max-width: 770px) {
  .cid-sNHqwlDQuy .top {
    margin-top: 60px;
  }
}
.cid-sNHqwlDQuy .link a {
  background-image: none !important;
}
.cid-sNHoXt6yFa {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sNHoXt6yFa .mbr-section-title {
  color: #1d1d1f;
  text-align: center;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-sNHoXt6yFa .mbr-section-subtitle {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 0;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-sNHoXt6yFa .row {
  align-items: center;
  height: 100%;
}
.cid-sNHoXt6yFa .container {
  max-width: 1100px;
}
.cid-sNHoXt6yFa .wrapper {
  margin: auto;
}
.cid-sNHeAR0cNS {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/art2.png");
}
.cid-sNHeAR0cNS .link a {
  background-image: none !important;
}
@media (min-width: 992px) {
  .cid-sNHeAR0cNS .text-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1000px) {
  .cid-sNHeAR0cNS .text-wrapper {
    padding: 2rem 0;
  }
}
.cid-sNHeAR0cNS .image-wrapper {
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-right: 50px;
  padding-left: 50px;
  margin-bottom: 50px;
  margin-top: 50px;
}
.cid-sNHeAR0cNS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sNHeAR0cNS .mbr-section-title {
  font-weight: 700;
}
.cid-sNHeAR0cNS .mbr-section-subtitle {
  font-weight: 500;
  margin: 14px 0 4px;
  color: #4c4c4c;
}
.cid-sNHeAR0cNS .pile {
  padding: 45px 40px 47px;
  margin-bottom: 30px;
  background-color: #ffffff;
  box-shadow: 0 20px 40px 0 rgba(216, 227, 235, 0.65);
}
.cid-sNHeAR0cNS .pile1 {
  border-left: 4px solid #3356d3;
}
.cid-sNHeAR0cNS .pile2 {
  border-left: 4px solid #59d33c;
}
.cid-sNHeAR0cNS .pile3 {
  border-left: 4px solid #333335;
}
.cid-sNHeAR0cNS .pile:last-child {
  margin-bottom: 0;
}
.cid-sNHgq37QKv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d1d9f5;
}
.cid-sNHgq37QKv img {
  border-radius: 20px;
  margin-bottom: 29px;
}
.cid-sNHgq37QKv .mbr-section-title {
  color: #000000;
  margin-bottom: 60px;
  font-weight: 700;
  width: 100%;
}
.cid-sNHgq37QKv .card-heading {
  line-height: 1.2;
  margin: 0px;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-sNHgq37QKv .item-wrapper:hover {
  cursor: pointer;
}
.cid-sNHgq37QKv .item-wrapper:hover .link {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.cid-sNHgq37QKv .mbr-section-subtitle {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #4c4c4c;
  width: 100%;
}
.cid-sNHgq37QKv .side-subtitle {
  transform: rotate(90deg) translate(100%, 0);
  position: absolute;
  top: -100px;
  right: -40px;
}
.cid-sNHgq37QKv a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sNHgq37QKv rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sNHgq37QKv .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sNHgq37QKv svg {
  margin-left: 15px;
}
.cid-sNHgq37QKv path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sNHgq37QKv .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sNHgq37QKv .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sNHgq37QKv .link {
  margin-top: 26px;
}
.cid-sNHgq37QKv .date {
  font-weight: 700;
  margin-bottom: 13px;
}
@media (max-width: 770px) {
  .cid-sNHgq37QKv .top {
    margin-top: 60px;
  }
}
.cid-sNHgq37QKv .link a {
  background-image: none !important;
}
.cid-sNSNrqxJJX {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e5d896;
}
.cid-sNSNrqxJJX .mbr-section-title {
  color: #000000;
  margin-bottom: 60px;
  font-weight: 700;
  width: 100%;
}
.cid-sNSNrqxJJX .card-heading {
  line-height: 1.2;
  margin: 0px;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-sNSNrqxJJX .item-wrapper:hover {
  cursor: pointer;
}
.cid-sNSNrqxJJX .item-wrapper:hover .link {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.cid-sNSNrqxJJX .mbr-section-subtitle {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #4c4c4c;
  width: 100%;
}
.cid-sNSNrqxJJX .side-subtitle {
  transform: rotate(90deg) translate(100%, 0);
  position: absolute;
  top: -100px;
  right: -40px;
}
.cid-sNSNrqxJJX a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sNSNrqxJJX rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sNSNrqxJJX .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sNSNrqxJJX svg {
  margin-left: 15px;
}
.cid-sNSNrqxJJX path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sNSNrqxJJX .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sNSNrqxJJX .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sNSNrqxJJX .link {
  margin-top: 26px;
}
.cid-sNSNrqxJJX img {
  margin-bottom: 29px;
}
.cid-sNSNrqxJJX .date {
  font-weight: 700;
  margin-bottom: 13px;
}
@media (max-width: 770px) {
  .cid-sNSNrqxJJX .top {
    margin-top: 60px;
  }
}
.cid-sNSNrqxJJX .link a {
  background-image: none !important;
}
.cid-sNSOiiJCtj {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sNSOiiJCtj img {
  border-radius: 0px;
}
.cid-sNSOiiJCtj .row {
  justify-content: center;
}
.cid-sNHo85hueN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaeefa;
}
.cid-sNHo85hueN img {
  border-radius: 20px;
}
.cid-sNHo85hueN .link {
  margin-top: 30px;
}
.cid-sNHo85hueN .date {
  margin: 29px 0 14px;
  color: #000000;
  font-weight: 700;
}
.cid-sNHo85hueN .mbr-section-title {
  color: #000000;
  margin-bottom: 60px;
  font-weight: 700;
}
.cid-sNHo85hueN .header {
  margin-bottom: 50px;
  align-items: center;
}
.cid-sNHo85hueN .link a {
  background-image: none !important;
}
.cid-sNHo85hueN .card-heading {
  line-height: 1.2;
  margin: 0px;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-sNHo85hueN .button {
  text-align: right;
}
@media (max-width: 600px) {
  .cid-sNHo85hueN .header {
    margin-bottom: 20px;
  }
  .cid-sNHo85hueN .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
}
@media (min-width: 600px) and (max-width: 1000px) {
  .cid-sNHo85hueN .link {
    margin-bottom: 40px;
  }
}
.cid-sNHo85hueN .mbr-section-btn {
  position: absolute;
  right: 0;
}
.cid-sNHo85hueN .mbr-section-subtitle {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #4c4c4c;
}
.cid-sNHo85hueN .item {
  position: relative;
}
.cid-sNHo85hueN .side-subtitle {
  transform: rotate(90deg) translate(100%, 0);
  transform-origin: top right;
  position: absolute;
  top: 0px;
  right: 0px;
  font-weight: 700;
  color: #4c4c4c;
  display: flex;
  align-items: center;
}
.cid-sNHo85hueN .padd {
  padding: 0 20px;
}
.cid-sNHo85hueN a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sNHo85hueN rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sNHo85hueN .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sNHo85hueN svg {
  margin-left: 15px;
}
.cid-sNHo85hueN path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sNHo85hueN .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sNHo85hueN .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@media (max-width: 770px) {
  .cid-sNHo85hueN .top {
    margin-top: 40px;
  }
}
.cid-sNHo85hueN .side-subtitle:before {
  content: '';
  position: relative;
  display: block;
  height: 1px;
  width: 26px;
  margin-right: 15px;
  background-color: #dbdbdb;
}
.cid-sNHmNX5pJ3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3e6ee;
}
.cid-sNHmNX5pJ3 a {
  padding: 0;
  border: 0px;
  transition: all 0.2s ease-out;
  padding-left: 0;
  padding-right: 0;
  word-break: normal;
  justify-content: center;
  position: relative;
}
.cid-sNHmNX5pJ3 .mbr-text {
  padding-top: 10px;
}
.cid-sNHmNX5pJ3 .padd {
  margin: 0 -15px;
  padding-bottom: 10px;
}
.cid-sNHmNX5pJ3 .bottom {
  margin-bottom: 20px;
  font-weight: 500;
}
.cid-sNHmNX5pJ3 .small-bottom {
  margin-bottom: 10px;
  font-weight: 500;
}
@media (min-width: 571px) and (max-width: 990px) {
  .cid-sNHmNX5pJ3 .top {
    padding-top: 43px;
  }
}
.cid-sNHmNX5pJ3 .right {
  padding-right: 70px;
}
@media (max-width: 570px) {
  .cid-sNHmNX5pJ3 .small {
    padding-top: 43px;
  }
  .cid-sNHmNX5pJ3 .lin,
  .cid-sNHmNX5pJ3 .bottom {
    text-align: center;
  }
}
.cid-sNHmNX5pJ3 .text-secondary:hover {
  color: #ffffff !important;
}
.cid-sNHmNX5pJ3 .lin,
.cid-sNHmNX5pJ3 .bottom {
  color: #333335;
}
.cid-sNHmNX5pJ3 .container {
  max-width: 1300px;
}
.cid-sNSU0m4t2S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sNSU0m4t2S .lin {
  text-align: left;
  color: #4c4c4c;
  width: 100%;
}
.cid-sNSU0m4t2S .mbr-iconfont {
  font-size: 50px;
  color: #4c4c4c;
}
.cid-sNSU0m4t2S .iconfont-wrapper {
  text-align: center;
}
.cid-sNSU0m4t2S .row {
  align-items: center;
}
.cid-sNSU0m4t2S .no-padding {
  padding: 0 7px;
  width: 100%;
}
.cid-sNSU0m4t2S .wrapper {
  margin: auto;
}