body {
  font-family: Barlow
}

.display-1 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 3.2rem;
  letter-spacing: -1px
}

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

.display-2 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 2.2rem
}

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

.display-4 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.9rem
}

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

.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5rem;
  letter-spacing: -1px;
  line-height: 1.5
}

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

.display-7 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4
}

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

@media (max-width: 768px) {
  .display-1 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))))
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))))
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((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))))
  }
}

.btn {
  padding: 1rem 3rem;
  border-radius: 3px
}

.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px
}

.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px
}

.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px
}

.bg-primary {
  background-color: #149dcc !important
}

.bg-success {
  background-color: #ffda00 !important
}

.bg-info {
  background-color: #f58f3d !important
}

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

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

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

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

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

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

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

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

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

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

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

.btn-success, .btn-success:active {
  background-color: #ffda00 !important;
  border-color: #ffda00 !important;
  color: #000000 !important
}

.btn-success.active, .btn-success.focus, .btn-success:focus, .btn-success:hover {
  color: #000000 !important;
  background-color: #ffe54d !important;
  border-color: #ffe54d !important
}

.btn-success.disabled, .btn-success:disabled {
  color: #000000 !important;
  background-color: #ffe54d !important;
  border-color: #ffe54d !important
}

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

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

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

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

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

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

.btn-white {
  color: #222222 !important
}

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

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

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

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

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

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

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

.btn-primary-outline.active, .btn-primary-outline.focus, .btn-primary-outline:focus, .btn-primary-outline:hover {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc
}

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

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

.btn-secondary-outline.active, .btn-secondary-outline.focus, .btn-secondary-outline:focus, .btn-secondary-outline:hover {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366
}

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

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

.btn-info-outline.active, .btn-info-outline.focus, .btn-info-outline:focus, .btn-info-outline:hover {
  color: #ffffff;
  background-color: #f58f3d;
  border-color: #f58f3d
}

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

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

.btn-success-outline.active, .btn-success-outline.focus, .btn-success-outline:focus, .btn-success-outline:hover {
  color: #000000;
  background-color: #ffda00;
  border-color: #ffda00
}

.btn-success-outline.disabled, .btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #ffda00 !important;
  border-color: #ffda00 !important
}

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

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

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

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

.btn-danger-outline.active, .btn-danger-outline.focus, .btn-danger-outline:focus, .btn-danger-outline:hover {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374
}

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

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

.btn-black-outline.active, .btn-black-outline.focus, .btn-black-outline:focus, .btn-black-outline:hover {
  color: #ffffff;
  background-color: #222222;
  border-color: #222222
}

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

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

.btn-white-outline.focus, .btn-white-outline:focus, .btn-white-outline:hover {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff
}

.text-primary {
  color: #149dcc !important
}

.text-secondary {
  color: #ff3366 !important
}

.text-success {
  color: #ffda00 !important
}

.text-info {
  color: #f58f3d !important
}

.text-warning {
  color: #767676 !important
}

.text-danger {
  color: #b1a374 !important
}

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

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

a.text-primary:focus, a.text-primary:hover {
  color: #57c8ef !important
}

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

a.text-success:focus, a.text-success:hover {
  color: #ffe966 !important
}

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

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

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

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

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

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

.alert-info {
  background-color: #f58f3d
}

.alert-warning {
  background-color: #767676
}

.alert-danger {
  background-color: #b1a374
}

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

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

.mbr-section-btn a.btn:not(.btn-form):focus, .mbr-section-btn a.btn:not(.btn-form):hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important
}

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

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

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

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

a, a:hover {
  color: #149dcc
}

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

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

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

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

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

#scrollToTop a {
  border-radius: 100px
}

.form-control {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4
}

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

blockquote {
  border-color: #149dcc
}

.mbr-form .btn {
  margin: 0.4rem 0
}

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

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

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

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

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

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

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

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
  color: #ffffff !important;
  background-color: #149dcc !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: #ff3366 !important;
  box-shadow: none !important
}

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

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

.lazy-placeholder:after, iframe.lazy-placeholder {
  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='%23149dcc' %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
}

.cid-sLByAUxwqL .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0
}

.cid-sLByAUxwqL .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff
}

.cid-sLByAUxwqL a {
  font-style: normal
}

.cid-sLByAUxwqL .show {
  overflow: visible
}

.cid-sLByAUxwqL .dropdown-menu {
  max-height: 520px
}

.cid-sLByAUxwqL .dropdown-item:active {
  background-color: transparent
}

.cid-sLByAUxwqL .nav-link {
  font-weight: 600 !important
}

.cid-sLByAUxwqL .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none
}

.cid-sLByAUxwqL .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0 2rem !important;
  -webkit-align-items: center
}

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

.cid-sLByAUxwqL .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center
}

.cid-sLByAUxwqL .btn .mbr-iconfont {
  font-size: 1.6rem
}

.cid-sLByAUxwqL .menu-logo {
  margin-right: auto
}

.cid-sLByAUxwqL .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center
}

.cid-sLByAUxwqL .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0
}

.cid-sLByAUxwqL .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600 !important;
  padding-right: 2rem
}

.cid-sLByAUxwqL .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s
}

.cid-sLByAUxwqL .menu-logo .navbar-brand .navbar-logo img {
  display: flex
}

.cid-sLByAUxwqL .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s
}

.cid-sLByAUxwqL .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex
}

.cid-sLByAUxwqL .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%
}

.cid-sLByAUxwqL .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0
}

.cid-sLByAUxwqL .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center
}

.cid-sLByAUxwqL .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0
}

.cid-sLByAUxwqL .dropdown .dropdown-menu {
  background: #efeeee;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left
}

.cid-sLByAUxwqL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important
}

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

.cid-sLByAUxwqL .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0
}

.cid-sLByAUxwqL .dropdown.open>.dropdown-menu {
  display: block
}

.cid-sLByAUxwqL .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000
}

.cid-sLByAUxwqL .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s
}

.cid-sLByAUxwqL .navbar.navbar-short .navbar-toggler-right {
  top: 20px
}

.cid-sLByAUxwqL .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s
}

.cid-sLByAUxwqL .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important
}

.cid-sLByAUxwqL .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important
}

.cid-sLByAUxwqL .navbar.navbar-short .navbar-brand {
  min-height: 3rem
}

.cid-sLByAUxwqL button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem
}

.cid-sLByAUxwqL button.navbar-toggler:focus {
  outline: none
}

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

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

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

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

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

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

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

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

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

.cid-sLByAUxwqL .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column
}

.cid-sLByAUxwqL .collapsed .btn {
  display: -webkit-flex
}

.cid-sLByAUxwqL .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important
}

.cid-sLByAUxwqL .collapsed .navbar-collapse.collapsing, .cid-sLByAUxwqL .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto
}

.cid-sLByAUxwqL .collapsed .navbar-collapse.collapsing .navbar-nav, .cid-sLByAUxwqL .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center
}

.cid-sLByAUxwqL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-sLByAUxwqL .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both
}

.cid-sLByAUxwqL .collapsed .navbar-collapse.collapsing .navbar-buttons, .cid-sLByAUxwqL .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center
}

.cid-sLByAUxwqL .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-sLByAUxwqL .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem
}

@media (min-width: 992px) {
  .cid-sLByAUxwqL .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh
  }
}

.cid-sLByAUxwqL .collapsed button.navbar-toggler {
  display: block
}

.cid-sLByAUxwqL .collapsed .navbar-brand {
  margin-left: 1rem !important
}

.cid-sLByAUxwqL .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column
}

.cid-sLByAUxwqL .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height
}

.cid-sLByAUxwqL .collapsed .dropdown.open>.dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible
}

.cid-sLByAUxwqL .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%
}

.cid-sLByAUxwqL .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent
}

@media (max-width: 991px) {
  .cid-sLByAUxwqL.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column
  }
  .cid-sLByAUxwqL img {
    height: 3.8rem !important
  }
  .cid-sLByAUxwqL .btn {
    display: -webkit-flex
  }
  .cid-sLByAUxwqL button.navbar-toggler {
    display: block
  }
  .cid-sLByAUxwqL .navbar-brand {
    margin-left: 1rem !important
  }
  .cid-sLByAUxwqL .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column
  }
  .cid-sLByAUxwqL .navbar-collapse {
    display: none !important;
    padding-right: 0 !important
  }
  .cid-sLByAUxwqL .navbar-collapse.collapsing, .cid-sLByAUxwqL .navbar-collapse.show {
    display: block !important;
    overflow: auto;
    width: 100%
  }
  .cid-sLByAUxwqL .navbar-collapse.collapsing .navbar-nav, .cid-sLByAUxwqL .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center
  }
  .cid-sLByAUxwqL .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-sLByAUxwqL .navbar-collapse.show .navbar-nav .nav-item {
    clear: both
  }
  .cid-sLByAUxwqL .navbar-collapse.collapsing .navbar-buttons, .cid-sLByAUxwqL .navbar-collapse.show .navbar-buttons {
    text-align: center
  }
  .cid-sLByAUxwqL .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-sLByAUxwqL .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem
  }
  .cid-sLByAUxwqL .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height
  }
  .cid-sLByAUxwqL .dropdown.open>.dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible
  }
  .cid-sLByAUxwqL .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%
  }
  .cid-sLByAUxwqL .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent
  }
}

@media (max-width: 767px) {
  .cid-sLByAUxwqL .nav-link {
    justify-content: start !important
  }
  .cid-sLByAUxwqL .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden
  }
  .cid-sLByAUxwqL .navbar-toggleable-sm {
    width: 100% !important
  }
  .cid-sLByAUxwqL .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important
  }
}

@media (min-width: 767px) {
  .cid-sLByAUxwqL .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0
  }
}

.cid-sLByAUxwqL .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto
}

.cid-sLByAUxwqL .dropdown-item:hover, .cid-sLByAUxwqL .nav-link:hover {
  color: #333333 !important
}

@media (min-width: 1500px) {
  .cid-sLByAUxwqL .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem
  }
  .cid-sLByAUxwqL .menu-logo .navbar-brand {
    margin-left: 5rem
  }
}

.cid-sLByCwNBKl {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff
}

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

.cid-sLByCwNBKl img {
  width: 100%;
  height: auto
}

.cid-sLByCwNBKl p {
  margin-top: 6rem
}

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

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

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

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

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

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

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

.cid-sLByCwNBKl .mbr-section-btn, .cid-sLByCwNBKl .mbr-text {
  text-align: left
}

.cid-sLDwtgSdsa {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff
}

.cid-sLDwtgSdsa .card-wrapper {
  position: relative;
  margin: 0.5rem
}

.cid-sLDwtgSdsa .card-wrapper:hover img {
  transform: scale(1.1)
}

@media (min-width: 767px) {
  .cid-sLDwtgSdsa .row {
    padding: 0 4rem;
    width: 100%;
    height: auto
  }
}

@media (max-width: 1400px) {
  .cid-sLDwtgSdsa .card-wrapper {
    margin: 0;
    width: 100%;
    height: auto
  }
}

.cid-sLDwtgSdsa .card {
  height: fit-content
}

.cid-sLDwtgSdsa .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content
}

.cid-sLDwtgSdsa .text-wrap {
  max-width: 400px
}

.cid-sLDwtgSdsa .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #fdb32a
}

.cid-sLDwtgSdsa .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem
}

.cid-sLDwtgSdsa .card-box {
  background-color: #ffd248;
  padding: 2rem 4rem 6rem;
  width: 100%
}

.cid-sLDwtgSdsa img {
  width: 100%;
  height: auto;
  transition: 5s;
  object-fit: cover
}

.cid-sLDwtgSdsa .img-wrap {
  max-height: 250px;
  overflow: hidden
}

.cid-sLDwtgSdsa .container {
  max-width: 1500px
}

.cid-sLDwtgSdsa .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  overflow: hidden
}

.cid-sLDwtgSdsa .mbr-iconfont {
  font-size: 1.3rem;
  color: #ffffff;
  display: flex;
  justify-content: center
}

.cid-sLDwtgSdsa P {
  color: #c1c1c1
}

@media (max-width: 1200px) {
  .cid-sLDwtgSdsa .img-wrap {
    max-height: 230px
  }
  .cid-sLDwtgSdsa .text-wrap {
    padding: 0
  }
}

@media (max-width: 992px) {
  .cid-sLDwtgSdsa .card-box {
    margin: 0;
    padding: 2rem 2rem 6rem
  }
  .cid-sLDwtgSdsa .text-wrap {
    padding: 0
  }
}

@media (max-width: 767px) {
  .cid-sLDwtgSdsa .card-box {
    padding: 2rem 1rem 5rem
  }
  .cid-sLDwtgSdsa .number {
    margin: auto
  }
}

.cid-sLDwtgSdsa .mbr-text {
  color: #282124;
  text-align: left
}

.cid-sLDwtgSdsa H2 {
  color: #282124
}

.cid-sLDwtgSdsa H3 {
  color: #282124
}

.cid-sLDwtgSdsa .card-text {
  color: #282124;
  text-align: left
}

.cid-sLDwtgSdsa .card-title {
  color: #282124
}

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

.cid-sLDDGiiNmU .card-wrapper {
  border-radius: 4px
}

.cid-sLDDGiiNmU .card-subtitle {
  color: #0095ff
}

.cid-sLDDGiiNmU .card-subtitle, .cid-sLDDGiiNmU .mbr-text {
  color: #232323
}

.cid-sLDDGiiNmU img {
  border-radius: 6px;
  width: 137px
}

@media (max-width: 768px) {
  .cid-sLDDGiiNmU img {
    margin-bottom: 2rem
  }
}

.cid-sLDDGiiNmU .title .mbr-section-btn, .cid-sLDDGiiNmU .title .mbr-section-title {
  text-align: center;
  color: #767676
}

.cid-sLDDGiiNmU .card .card-wrapper .text-wrapper .card-title, .cid-sLDDGiiNmU .card .card-wrapper .text-wrapper .mbr-section-btn {
  color: #282124;
  text-align: center
}

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

.cid-sLDG7hp0M7 .card-wrapper {
  border-radius: 4px
}

.cid-sLDG7hp0M7 .card-subtitle {
  color: #0095ff
}

.cid-sLDG7hp0M7 .card-subtitle, .cid-sLDG7hp0M7 .mbr-text {
  color: #232323
}

.cid-sLDG7hp0M7 img {
  border-radius: 6px;
  width: 137px
}

@media (max-width: 768px) {
  .cid-sLDG7hp0M7 img {
    margin-bottom: 2rem
  }
}

.cid-sLDG7hp0M7 .title .mbr-section-btn, .cid-sLDG7hp0M7 .title .mbr-section-title {
  text-align: center
}

.cid-sLDG7hp0M7 .card .card-wrapper .text-wrapper .card-title, .cid-sLDG7hp0M7 .card .card-wrapper .text-wrapper .mbr-section-btn {
  color: #282124;
  text-align: center
}

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

.cid-sLDGlEJVw6 .card-wrapper {
  border-radius: 4px
}

.cid-sLDGlEJVw6 .card-subtitle {
  color: #0095ff
}

.cid-sLDGlEJVw6 .card-subtitle, .cid-sLDGlEJVw6 .mbr-text {
  color: #232323
}

.cid-sLDGlEJVw6 img {
  border-radius: 6px;
  width: 137px
}

@media (max-width: 768px) {
  .cid-sLDGlEJVw6 img {
    margin-bottom: 2rem
  }
}

.cid-sLDGlEJVw6 .title .mbr-section-btn, .cid-sLDGlEJVw6 .title .mbr-section-title {
  text-align: center
}

.cid-sLDGlEJVw6 .card .card-wrapper .text-wrapper .card-title, .cid-sLDGlEJVw6 .card .card-wrapper .text-wrapper .mbr-section-btn {
  color: #282124;
  text-align: center
}

@media (min-width: 768px) {
  .cid-sLGPKjR6FF {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-image: url("../../../assets/images/background1-1.webp")
  }
}

@media (max-width: 767px) {
  .cid-sLGPKjR6FF {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #c1c1c1
  }
}

.cid-sLGPKjR6FF .mbr-overlay {
  backdrop-filter: blur(3.5px)
}

.cid-sLGPKjR6FF h2, .cid-sLGPKjR6FF p {
  margin: 0
}

.cid-sLGPKjR6FF .row-border {
  border-bottom: 1px solid #e4e4e4;
  align-items: center;
  padding: 1rem 0
}

.cid-sLGPKjR6FF .card {
  padding: 0
}

.cid-sLGPKjR6FF .card-wrapper {
  align-items: center;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center
}

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

.cid-sLGPKjR6FF .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px
}

.cid-sLGPKjR6FF .mbr-section-title {
  color: #263d5a;
  text-align: left
}

.cid-sLGPKjR6FF .mbr-text {
  color: #263d5a;
  text-align: left
}

.cid-sLGPKjR6FF .mbr-section-subtitle {
  color: #263d5a
}

.cid-sLGPKjR6FF .mbr-link {
  color: #263d5a
}

.cid-sLDtybnfwL {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #f9f9f9
}

.cid-sLDtybnfwL .card-wrapper {
  display: flex
}

@media (max-width: 991px) {
  .cid-sLDtybnfwL .card-wrapper {
    margin-bottom: 2rem
  }
}

@media (max-width: 767px) {
  .cid-sLDtybnfwL .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
    align-items: center;
    margin-bottom: 2rem
  }
}

.cid-sLDtybnfwL .card-box {
  margin: auto
}

.cid-sLDtybnfwL .item-img, .cid-sLDtybnfwL img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 1.5rem
}

@media (max-width: 767px) {
  .cid-sLDtybnfwL .item-img, .cid-sLDtybnfwL img {
    margin-right: 0;
    margin-bottom: 1rem
  }
}

.cid-sLDtybnfwL .mbr-section-title {
  border-top: 1px solid #a6a6a6;
  padding-top: 1rem;
  text-align: center;
  color: #767676
}

.cid-sLDtybnfwL .card-text {
  color: #a6a6a6
}

.cid-sLDtQ199O1 {
  padding-top: 0;
  padding-bottom: 1rem;
  background-color: #f9f9f9
}

.cid-sLDtQ199O1 .card-wrapper {
  display: flex
}

@media (max-width: 991px) {
  .cid-sLDtQ199O1 .card-wrapper {
    margin-bottom: 2rem
  }
}

@media (max-width: 767px) {
  .cid-sLDtQ199O1 .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
    align-items: center;
    margin-bottom: 2rem
  }
}

.cid-sLDtQ199O1 .card-box {
  margin: auto
}

.cid-sLDtQ199O1 .item-img, .cid-sLDtQ199O1 img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 1.5rem
}

@media (max-width: 767px) {
  .cid-sLDtQ199O1 .item-img, .cid-sLDtQ199O1 img {
    margin-right: 0;
    margin-bottom: 1rem
  }
}

.cid-sLDtQ199O1 .mbr-section-title {
  border-top: 1px solid #a6a6a6;
  padding-top: 1rem;
  text-align: center
}

.cid-sLDtQ199O1 .card-text {
  color: #a6a6a6
}

.cid-sLDu34KXqL {
  padding-top: 0;
  padding-bottom: 1rem;
  background-color: #f9f9f9
}

.cid-sLDu34KXqL .card-wrapper {
  display: flex
}

@media (max-width: 991px) {
  .cid-sLDu34KXqL .card-wrapper {
    margin-bottom: 2rem
  }
}

@media (max-width: 767px) {
  .cid-sLDu34KXqL .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
    align-items: center;
    margin-bottom: 2rem
  }
}

.cid-sLDu34KXqL .card-box {
  margin: auto
}

.cid-sLDu34KXqL .item-img, .cid-sLDu34KXqL img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 1.5rem
}

@media (max-width: 767px) {
  .cid-sLDu34KXqL .item-img, .cid-sLDu34KXqL img {
    margin-right: 0;
    margin-bottom: 1rem
  }
}

.cid-sLDu34KXqL .mbr-section-title {
  border-top: 1px solid #a6a6a6;
  padding-top: 1rem;
  text-align: center
}

.cid-sLDu34KXqL .card-text {
  color: #a6a6a6
}

.cid-sLD5nqxdhn {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #f9f9f9
}

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

.cid-sLD5sFlJsQ .mbr-section-subtitle {
  color: #8d97ad
}

.cid-sLD5sFlJsQ .mbr-section-title {
  text-align: center;
  color: #767676
}

.cid-sLD495PE6h {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff
}

.cid-sLD495PE6h li {
  list-style: none
}

.cid-sLD495PE6h .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 10px
}

.cid-sLD495PE6h .item-wrap:hover .mbr-iconfont {
  color: #181818 !important
}

.cid-sLD495PE6h .mbr-iconfont {
  font-size: 22px;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #f58f3d !important
}

.cid-sLD495PE6h h4 {
  margin: 0
}

.cid-sLD495PE6h ul {
  padding: 0;
  margin: 0
}

@media (max-width: 992px) {
  .cid-sLD495PE6h .md-pb {
    padding-bottom: 2rem
  }
}

.cid-sLD495PE6h .col-title2 {
  color: #ed6436
}

.cid-sLD495PE6h .icon-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 2rem;
  margin-right: 2rem
}

.cid-sLD495PE6h .icon-wrap p {
  margin-bottom: 0.2rem
}

.cid-sLD495PE6h .align-wrap {
  width: fit-content;
  display: inline-block
}

.cid-sLD495PE6h .icon-wrap .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.2rem;
  margin-right: 1.4rem;
  padding-bottom: 4px;
  border-right: 1px solid #181818
}

@media (max-width: 767px) {
  .cid-sLD495PE6h .icon-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
  }
  .cid-sLD495PE6h .align-wrap {
    width: 100%
  }
  .cid-sLD495PE6h .icon-wrap .mbr-iconfont {
    border-right: 0 solid #181818;
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 1rem
  }
}

.cid-sLD1BpHxEk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff
}

.cid-sLD1BpHxEk .content-row {
  background-color: #fdb32a;
  padding: 5rem
}

@media (max-width: 767px) {
  .cid-sLD1BpHxEk .content-row {
    padding: 1rem
  }
}

.cid-sLD1BpHxEk p {
  margin-bottom: 0
}

.cid-sLD1BpHxEk .btn {
  margin-bottom: 0
}

.cid-sLD1BpHxEk .mbr-section-title {
  margin-bottom: 20px
}

.cid-sLD1BpHxEk .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px
}

.cid-sLD1BpHxEk .mbr-section-btn {
  margin-right: 0
}

@media (max-width: 767px) {
  .cid-sLD1BpHxEk .mbr-section-btn {
    text-align: left
  }
  .cid-sLD1BpHxEk .btn {
    margin-left: 0
  }
}

@media (min-width: 767px) and (max-width: 992px) {
  .cid-sLD1BpHxEk .mbr-section-btn {
    text-align: left
  }
  .cid-sLD1BpHxEk .btn {
    margin-left: 0
  }
}

@media (max-width: 991px) {
  .cid-sLD1BpHxEk .mbr-section-btn {
    margin-top: 2rem
  }
}

@media (min-width: 992px) {
  .cid-sLD1BpHxEk .btn {
    margin-top: 0
  }
}

.cid-sLD1BpHxEk H1 {
  text-align: left
}

.cid-sLD1BpHxEk .mbr-text {
  text-align: left;
  color: #282124
}

.cid-sLD1BpHxEk P {
  text-align: center
}

.cid-sLBHlFaZKK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efeeee;
  padding-top: 15px;
  padding-bottom: 15px
}

.cid-sLBHlFaZKK a {
  padding: 0;
  border: 0;
  transition: all 0.2s ease-out;
  padding-left: 0;
  padding-right: 0;
  word-break: normal;
  justify-content: center;
  position: relative
}

.cid-sLBHlFaZKK .mbr-text {
  padding-top: 10px
}

.cid-sLBHlFaZKK .padd {
  margin: 0 -15px;
  padding-bottom: 10px
}

.cid-sLBHlFaZKK .bottom {
  margin-bottom: 20px;
  font-weight: 500
}

.cid-sLBHlFaZKK .small-bottom {
  margin-bottom: 10px;
  font-weight: 500
}

@media (min-width: 571px) and (max-width: 990px) {
  .cid-sLBHlFaZKK .top {
    padding-top: 43px
  }
}

.cid-sLBHlFaZKK .right {
  padding-right: 70px
}

@media (max-width: 570px) {
  .cid-sLBHlFaZKK .small {
    padding-top: 43px
  }
  .cid-sLBHlFaZKK .bottom, .cid-sLBHlFaZKK .lin {
    text-align: center
  }
}

.cid-sLBHlFaZKK .text-secondary:hover {
  color: #ffffff !important
}

.cid-sLBHlFaZKK .bottom, .cid-sLBHlFaZKK .lin {
  color: #f58f3d;
  text-align: left
}

.cid-sLBHlFaZKK .container {
  max-width: 1000px
}

.cid-sLBHlFaZKK .lin {
  color: #282124
}

.cid-sLBHlFaZKK .logo {
  max-width: 80px;
  width: 100%;
  margin: auto auto 1rem
}

.cid-sLBHlFaZKK .icon-wrap {
  display: flex;
  margin-bottom: 1rem
}

.cid-sLBHlFaZKK .icon-wrap span {
  margin-right: 14px;
  margin-top: 4px;
  font-size: 1.2rem;
  color: #89b758
}

.cid-sLBHlFaZKK .feedimg {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px
}

@media (max-width: 767px) {
  .cid-sLBHlFaZKK .feedimg {
    width: 80px;
    height: 80px
  }
}

.cid-sLBHlFaZKK .mbr-section-btn, .cid-sLBHlFaZKK .mbr-text {
  color: #808080
}

.cid-sLBHlFaZKK .icon-wrap, .cid-sLBHlFaZKK .location {
  color: #808080
}

.cid-sLBHlFaZKK H3 {
  color: #767676
}

.cid-sLH9fgbMT8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/topimg5-970x345.webp")
}

.cid-sLH9fgbMT8 .row {
  justify-content: flex-end
}

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

.cid-sLH9fgbMT8 .block {
  background-color: #fcd96f
}

.cid-sLH9fgbMT8 img {
  width: 100%
}

.cid-sLH9fgbMT8 .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem
}

.cid-sLH9fgbMT8 .content {
  max-width: 600px
}

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

@media (max-width: 1600px) {
  .cid-sLH9fgbMT8 .content-wrapper {
    padding: 6rem 4rem
  }
  .cid-sLH9fgbMT8 h4 {
    right: 6rem
  }
}

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

.cid-sN2cPYC6BL {
  padding-top: 90px;
  padding-bottom: 75px;
  position: relative;
  background-color: #ffffff
}

.cid-sN2cPYC6BL .title-text {
  margin-bottom: 70px
}

.cid-sN2cPYC6BL .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800
}

.cid-sN2cPYC6BL .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px
}

.cid-sN2cPYC6BL .title-text .mbr-section-title {
  color: #130947
}

.cid-sN2cPYC6BL .title-text .mbr-section-title span {
  font-weight: 900
}

.cid-sN2cPYC6BL .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px
}

.cid-sN2cPYC6BL .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #fdb32a
}

.cid-sN2cPYC6BL .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.4s;
  transition: all 0.4s
}

.cid-sN2cPYC6BL .p-4 {
  padding: 1rem 0 !important
}

.cid-sN2cPYC6BL .accordion .card .card-header {
  margin-bottom: 0
}

.cid-sN2cPYC6BL .mbri-arrow-down:before {
  content: '\e960'
}

.cid-sN2cPYC6BL .mbri-arrow-up:before {
  content: '\e960'
}

.cid-sN2cPYC6BL .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg)
}

.cid-sN2cPYC6BL .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s
}

.cid-sN2cPYC6BL .card {
  border-radius: 0;
  border-bottom: 2px solid #efefef !important
}

.cid-sN2cPYC6BL .card:last-child {
  border-bottom: none !important
}

.cid-sN2cPYC6BL .card .card-header {
  border-radius: 0;
  border: 0;
  background-color: transparent;
  padding: 0
}

.cid-sN2cPYC6BL .card .card-header h4 {
  -webkit-box-pack: start;
  justify-content: flex-start;
  width: 100%
}

.cid-sN2cPYC6BL .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  justify-content: space-between
}

.cid-sN2cPYC6BL .card .card-header a.panel-title:focus {
  text-decoration: none !important
}

.cid-sN2cPYC6BL .card .card-header a.panel-title h4 {
  padding: 1.2rem 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #28303f
}

.cid-sN2cPYC6BL .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important
}

.cid-sN2cPYC6BL .card .card-header a.panel-title .toggle-icon {
  right: 7px;
  position: absolute;
  top: 36px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px
}

.cid-sN2cPYC6BL .card .card-header a.panel-title .toggle-icon:after, .cid-sN2cPYC6BL .card .card-header a.panel-title .toggle-icon:before {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%
}

.cid-sN2cPYC6BL .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none
}

.cid-sN2cPYC6BL .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px
}

.cid-sN2cPYC6BL .card .panel-body {
  padding: 14px 20px
}

.cid-sN2cPYC6BL .card .panel-body p {
  color: #6d7a8c;
  line-height: 1.5
}

.cid-sN2cPYC6BL .card .panel-body .display-4 {
  font-size: 16px
}

.cid-sN2cPYC6BL .title-text .mbr-section-subtitle {
  color: #232323
}

.cid-sN2cPYC6BL .title-text .mbr-section-title {
  color: #fdb32a
}

.cid-sN2cPYC6BL .card .panel-body p {
  color: #333333
}

.cid-sN2ewmTBMP {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  background-color: #ffffff
}

.cid-sN2ewmTBMP .title-text {
  margin-bottom: 70px
}

.cid-sN2ewmTBMP .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800
}

.cid-sN2ewmTBMP .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px
}

.cid-sN2ewmTBMP .title-text .mbr-section-title {
  color: #130947
}

.cid-sN2ewmTBMP .title-text .mbr-section-title span {
  font-weight: 900
}

.cid-sN2ewmTBMP .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px
}

.cid-sN2ewmTBMP .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #fdb32a
}

.cid-sN2ewmTBMP .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.4s;
  transition: all 0.4s
}

.cid-sN2ewmTBMP .p-4 {
  padding: 1rem 0 !important
}

.cid-sN2ewmTBMP .accordion .card .card-header {
  margin-bottom: 0
}

.cid-sN2ewmTBMP .mbri-arrow-down:before {
  content: '\e960'
}

.cid-sN2ewmTBMP .mbri-arrow-up:before {
  content: '\e960'
}

.cid-sN2ewmTBMP .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg)
}

.cid-sN2ewmTBMP .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s
}

.cid-sN2ewmTBMP .card {
  border-radius: 0;
  border-bottom: 2px solid #efefef !important
}

.cid-sN2ewmTBMP .card:last-child {
  border-bottom: none !important
}

.cid-sN2ewmTBMP .card .card-header {
  border-radius: 0;
  border: 0;
  background-color: transparent;
  padding: 0
}

.cid-sN2ewmTBMP .card .card-header h4 {
  -webkit-box-pack: start;
  justify-content: flex-start;
  width: 100%
}

.cid-sN2ewmTBMP .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  justify-content: space-between
}

.cid-sN2ewmTBMP .card .card-header a.panel-title:focus {
  text-decoration: none !important
}

.cid-sN2ewmTBMP .card .card-header a.panel-title h4 {
  padding: 1.2rem 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #28303f
}

.cid-sN2ewmTBMP .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important
}

.cid-sN2ewmTBMP .card .card-header a.panel-title .toggle-icon {
  right: 7px;
  position: absolute;
  top: 36px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px
}

.cid-sN2ewmTBMP .card .card-header a.panel-title .toggle-icon:after, .cid-sN2ewmTBMP .card .card-header a.panel-title .toggle-icon:before {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%
}

.cid-sN2ewmTBMP .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none
}

.cid-sN2ewmTBMP .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px
}

.cid-sN2ewmTBMP .card .panel-body {
  padding: 14px 20px
}

.cid-sN2ewmTBMP .card .panel-body p {
  color: #6d7a8c;
  line-height: 1.5
}

.cid-sN2ewmTBMP .card .panel-body .display-4 {
  font-size: 16px
}

.cid-sN2ewmTBMP .title-text .mbr-section-subtitle {
  color: #fdb32a
}

.cid-sN2ewmTBMP .title-text .mbr-section-title {
  color: #232323
}

.cid-sN2eRc8HmS {
  padding-top: 90px;
  padding-bottom: 75px;
  position: relative;
  background-color: #ffffff
}

.cid-sN2eRc8HmS .title-text {
  margin-bottom: 70px
}

.cid-sN2eRc8HmS .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800
}

.cid-sN2eRc8HmS .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px
}

.cid-sN2eRc8HmS .title-text .mbr-section-title {
  color: #130947
}

.cid-sN2eRc8HmS .title-text .mbr-section-title span {
  font-weight: 900
}

.cid-sN2eRc8HmS .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px
}

.cid-sN2eRc8HmS .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #fdb32a
}

.cid-sN2eRc8HmS .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.4s;
  transition: all 0.4s
}

.cid-sN2eRc8HmS .p-4 {
  padding: 1rem 0 !important
}

.cid-sN2eRc8HmS .accordion .card .card-header {
  margin-bottom: 0
}

.cid-sN2eRc8HmS .mbri-arrow-down:before {
  content: '\e960'
}

.cid-sN2eRc8HmS .mbri-arrow-up:before {
  content: '\e960'
}

.cid-sN2eRc8HmS .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg)
}

.cid-sN2eRc8HmS .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s
}

.cid-sN2eRc8HmS .card {
  border-radius: 0;
  border-bottom: 2px solid #efefef !important
}

.cid-sN2eRc8HmS .card:last-child {
  border-bottom: none !important
}

.cid-sN2eRc8HmS .card .card-header {
  border-radius: 0;
  border: 0;
  background-color: transparent;
  padding: 0
}

.cid-sN2eRc8HmS .card .card-header h4 {
  -webkit-box-pack: start;
  justify-content: flex-start;
  width: 100%
}

.cid-sN2eRc8HmS .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  justify-content: space-between
}

.cid-sN2eRc8HmS .card .card-header a.panel-title:focus {
  text-decoration: none !important
}

.cid-sN2eRc8HmS .card .card-header a.panel-title h4 {
  padding: 1.2rem 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #28303f
}

.cid-sN2eRc8HmS .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important
}

.cid-sN2eRc8HmS .card .card-header a.panel-title .toggle-icon {
  right: 7px;
  position: absolute;
  top: 36px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px
}

.cid-sN2eRc8HmS .card .card-header a.panel-title .toggle-icon:after, .cid-sN2eRc8HmS .card .card-header a.panel-title .toggle-icon:before {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%
}

.cid-sN2eRc8HmS .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none
}

.cid-sN2eRc8HmS .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px
}

.cid-sN2eRc8HmS .card .panel-body {
  padding: 14px 20px
}

.cid-sN2eRc8HmS .card .panel-body p {
  color: #6d7a8c;
  line-height: 1.5
}

.cid-sN2eRc8HmS .card .panel-body .display-4 {
  font-size: 16px
}

.cid-sN2eRc8HmS .title-text .mbr-section-subtitle {
  color: #fdb32a
}

.cid-sN2eRc8HmS .title-text .mbr-section-title {
  color: #232323
}

.cid-sN2eTbl84H {
  padding-top: 15px;
  padding-bottom: 105px;
  position: relative;
  background-color: #ffffff
}

.cid-sN2eTbl84H .title-text {
  margin-bottom: 70px
}

.cid-sN2eTbl84H .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800
}

.cid-sN2eTbl84H .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px
}

.cid-sN2eTbl84H .title-text .mbr-section-title {
  color: #130947
}

.cid-sN2eTbl84H .title-text .mbr-section-title span {
  font-weight: 900
}

.cid-sN2eTbl84H .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px
}

.cid-sN2eTbl84H .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #fdb32a
}

.cid-sN2eTbl84H .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.4s;
  transition: all 0.4s
}

.cid-sN2eTbl84H .p-4 {
  padding: 1rem 0 !important
}

.cid-sN2eTbl84H .accordion .card .card-header {
  margin-bottom: 0
}

.cid-sN2eTbl84H .mbri-arrow-down:before {
  content: '\e960'
}

.cid-sN2eTbl84H .mbri-arrow-up:before {
  content: '\e960'
}

.cid-sN2eTbl84H .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg)
}

.cid-sN2eTbl84H .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s
}

.cid-sN2eTbl84H .card {
  border-radius: 0;
  border-bottom: 2px solid #efefef !important
}

.cid-sN2eTbl84H .card:last-child {
  border-bottom: none !important
}

.cid-sN2eTbl84H .card .card-header {
  border-radius: 0;
  border: 0;
  background-color: transparent;
  padding: 0
}

.cid-sN2eTbl84H .card .card-header h4 {
  -webkit-box-pack: start;
  justify-content: flex-start;
  width: 100%
}

.cid-sN2eTbl84H .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  justify-content: space-between
}

.cid-sN2eTbl84H .card .card-header a.panel-title:focus {
  text-decoration: none !important
}

.cid-sN2eTbl84H .card .card-header a.panel-title h4 {
  padding: 1.2rem 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #28303f
}

.cid-sN2eTbl84H .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important
}

.cid-sN2eTbl84H .card .card-header a.panel-title .toggle-icon {
  right: 7px;
  position: absolute;
  top: 36px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px
}

.cid-sN2eTbl84H .card .card-header a.panel-title .toggle-icon:after, .cid-sN2eTbl84H .card .card-header a.panel-title .toggle-icon:before {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%
}

.cid-sN2eTbl84H .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none
}

.cid-sN2eTbl84H .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px
}

.cid-sN2eTbl84H .card .panel-body {
  padding: 14px 20px
}

.cid-sN2eTbl84H .card .panel-body p {
  color: #6d7a8c;
  line-height: 1.5
}

.cid-sN2eTbl84H .card .panel-body .display-4 {
  font-size: 16px
}

.cid-sN2eTbl84H .title-text .mbr-section-subtitle {
  color: #fdb32a
}

.cid-sN2eTbl84H .title-text .mbr-section-title {
  color: #232323
}

.cid-sLI3ywlxHo {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff
}

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

.cid-sLI3ywlxHo img {
  width: 100%
}

.cid-sLI3ywlxHo p {
  margin-top: 6rem
}

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

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

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

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

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

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

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

.cid-sLI75nmpml {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff
}

.cid-sLI75nmpml img {
  border-radius: 0
}

.cid-sLI75nmpml .mbr-section-title {
  color: #000000;
  text-align: center;
  padding-bottom: 17px;
  font-weight: 700
}

.cid-sLI75nmpml .mbr-text {
  padding-bottom: 30px;
  color: #4c4c4c;
  font-weight: 500;
  text-align: center
}

.cid-sLI75nmpml p:last-child {
  margin-bottom: 0
}

.cid-sLI75nmpml .row {
  justify-content: center
}

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

.cid-sLM30GKIGt .row {
  background: #dce8eb;
  padding: 3rem 1rem;
  margin: auto;
  max-width: 900px;
  border-radius: 16px;
  position: relative
}

@media (max-width: 767px) {
  .cid-sLM30GKIGt .row {
    padding: 1rem 0
  }
}

.cid-sLM30GKIGt .mbr-iconfont {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  color: #ffffff;
  font-size: 12rem;
  z-index: 0
}

@media (max-width: 767px) {
  .cid-sLM30GKIGt .mbr-iconfont {
    font-size: 8rem
  }
}

@media (max-width: 767px) {
  .cid-sLM30GKIGt .image-wrapper {
    padding-bottom: 2rem
  }
}

.cid-sLM30GKIGt .card {
  z-index: 2
}

.cid-sLM30GKIGt .mbr-section-btn, .cid-sLM30GKIGt .mbr-text {
  color: #232323;
  text-align: left
}

.cid-sLM30GKIGt .mbr-section-subtitle {
  color: #14191e
}

.cid-sLM30GKIGt .mbr-section-title {
  color: #282124
}

.cid-sLIaYLO19M {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff
}

.cid-sLMfLP98Fh {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff
}

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

.cid-sLMfLP98Fh img {
  width: 100%
}

.cid-sLMfLP98Fh p {
  margin-top: 6rem
}

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

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

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

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

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

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

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

.cid-sLMfLP98Fh .mbr-section-btn, .cid-sLMfLP98Fh .mbr-text {
  text-align: left
}

.cid-sLMfLP98Fh H3 {
  text-align: left
}

.cid-sLMfLP98Fh .text-align-switch {
  text-align: center
}

@media screen and (max-width: 559px) {
  .cid-sLMfLP98Fh .text-align-switch {
    text-align: left
  }
}

.cid-sLMfLPsqU9 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff
}

.cid-sLMfLPsqU9 img {
  border-radius: 0
}

.cid-sLMfLPsqU9 .mbr-section-title {
  color: #000000;
  text-align: center;
  padding-bottom: 17px;
  font-weight: 700
}

.cid-sLMfLPsqU9 .mbr-text {
  padding-bottom: 30px;
  color: #4c4c4c;
  font-weight: 500;
  text-align: center
}

.cid-sLMfLPsqU9 p:last-child {
  margin-bottom: 0
}

.cid-sLMfLPsqU9 .row {
  justify-content: center
}

.cid-sLMfLPsqU9 .text-align-switch {
  text-align: center
}

@media screen and (max-width: 559px) {
  .cid-sLMfLPsqU9 .text-align-switch {
    text-align: left
  }
}

@media screen and (max-width: 767px) {
  .cid-sLMfLPsqU9 br.br-pc {
    display: none !important
  }
}

@media screen and (min-width: 768px) {
  .cid-sLMfLPsqU9 br.br-sp {
    display: none !important
  }
}

.cid-sLMfLPMl43 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff
}

.cid-sLMfLPMl43 .mbr-iconfont {
  font-size: 34px;
  width: 5.125rem;
  transition: color 0.3s;
  padding: 1.5rem;
  position: absolute;
  top: 0;
  color: #fff;
  margin-top: -2.5rem;
  border-radius: 50%
}

.cid-sLMfLPMl43 .mbr-section-title {
  margin: 0
}

.cid-sLMfLPMl43 .mbr-section-subtitle {
  color: #8d97ad
}

.cid-sLMfLPMl43 .card-img {
  text-align: inherit
}

.cid-sLMfLPMl43 .card-img span {
  background: linear-gradient(90deg, #fcd96f, #f58f3d)
}

.cid-sLMfLPMl43 .mbr-text {
  color: #282124;
  text-align: left
}

.cid-sLMfLPMl43 .wrapper {
  border-radius: 0.25rem;
  padding: 1.6rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0 0 30px rgba(115, 128, 157, 0.1)
}

@media (max-width: 991px) {
  .cid-sLMfLPMl43 .wrapper {
    margin-bottom: 5rem
  }
}

.cid-sLMfLPMl43 .text-align-switch {
  text-align: center
}

@media screen and (max-width: 559px) {
  .cid-sLMfLPMl43 .text-align-switch {
    text-align: left
  }
}

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

.cid-sOazjD9pvj .mbr-iconfont {
  font-size: 34px;
  width: 5.125rem;
  transition: color 0.3s;
  padding: 1.5rem;
  position: absolute;
  top: 0;
  color: #fff;
  margin-top: -2.5rem;
  border-radius: 50%
}

.cid-sOazjD9pvj .mbr-section-title {
  margin: 0
}

.cid-sOazjD9pvj .mbr-section-subtitle {
  color: #8d97ad
}

.cid-sOazjD9pvj .card-img {
  text-align: inherit
}

.cid-sOazjD9pvj .card-img span {
  background: linear-gradient(90deg, #fcd96f, #f58f3d)
}

.cid-sOazjD9pvj .mbr-text {
  color: #282124;
  text-align: left
}

.cid-sOazjD9pvj .wrapper {
  border-radius: 0.25rem;
  padding: 2rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0 0 30px rgba(115, 128, 157, 0.1)
}

@media (max-width: 991px) {
  .cid-sOazjD9pvj .wrapper {
    margin-bottom: 5rem
  }
}

.cid-sOazjD9pvj .text-align-switch {
  text-align: center
}

@media screen and (max-width: 559px) {
  .cid-sOazjD9pvj .text-align-switch {
    text-align: left
  }
}

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

.cid-sLMfLQoGtY .row {
  background: #dce8eb;
  padding: 3rem 1rem;
  margin: auto;
  max-width: 900px;
  border-radius: 16px;
  position: relative
}

@media (max-width: 767px) {
  .cid-sLMfLQoGtY .row {
    padding: 1rem 0
  }
}

.cid-sLMfLQoGtY .mbr-iconfont {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  color: #ffffff;
  font-size: 12rem;
  z-index: 0
}

@media (max-width: 767px) {
  .cid-sLMfLQoGtY .mbr-iconfont {
    font-size: 8rem
  }
}

@media (max-width: 767px) {
  .cid-sLMfLQoGtY .image-wrapper {
    padding-bottom: 2rem
  }
}

.cid-sLMfLQoGtY .card {
  z-index: 2
}

.cid-sLMfLQoGtY .mbr-section-btn, .cid-sLMfLQoGtY .mbr-text {
  color: #232323;
  text-align: left
}

.cid-sLMfLQoGtY .mbr-section-subtitle {
  color: #14191e
}

.cid-sLMfLQoGtY .mbr-section-title {
  color: #282124
}

@media screen and (max-width: 767px) {
  .cid-sLMfLQoGtY br.br-pc {
    display: none !important
  }
}

@media screen and (min-width: 768px) {
  .cid-sLMfLQoGtY br.br-sp {
    display: none !important
  }
}

.cid-sLMfLQwAtv {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff
}

.cid-sLMiUgtP7O {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff
}

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

.cid-sLMiUgtP7O img {
  width: 100%
}

.cid-sLMiUgtP7O p {
  margin-top: 6rem
}

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

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

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

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

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

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

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

.cid-sLMiUgLDsQ {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff
}

.cid-sLMiUgLDsQ img {
  border-radius: 0
}

.cid-sLMiUgLDsQ .mbr-section-title {
  color: #000000;
  text-align: center;
  padding-bottom: 17px;
  font-weight: 700
}

.cid-sLMiUgLDsQ .mbr-text {
  padding-bottom: 30px;
  color: #4c4c4c;
  font-weight: 500;
  text-align: center
}

.cid-sLMiUgLDsQ p:last-child {
  margin-bottom: 0
}

.cid-sLMiUgLDsQ .row {
  justify-content: center
}

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

.cid-sLMiUhz5io .row {
  background: #dce8eb;
  padding: 3rem 1rem;
  margin: auto;
  max-width: 900px;
  border-radius: 16px;
  position: relative
}

@media (max-width: 767px) {
  .cid-sLMiUhz5io .row {
    padding: 1rem 0
  }
}

.cid-sLMiUhz5io .mbr-iconfont {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  color: #ffffff;
  font-size: 12rem;
  z-index: 0
}

@media (max-width: 767px) {
  .cid-sLMiUhz5io .mbr-iconfont {
    font-size: 8rem
  }
}

@media (max-width: 767px) {
  .cid-sLMiUhz5io .image-wrapper {
    padding-bottom: 2rem
  }
}

.cid-sLMiUhz5io .card {
  z-index: 2
}

.cid-sLMiUhz5io .mbr-section-btn, .cid-sLMiUhz5io .mbr-text {
  color: #232323;
  text-align: left
}

.cid-sLMiUhz5io .mbr-section-subtitle {
  color: #14191e
}

.cid-sLMiUhz5io .mbr-section-title {
  color: #282124
}

.cid-sLMiUhIONd {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff
}

.cid-sLMnhisvup {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff
}

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

.cid-sLMnhisvup img {
  width: 100%
}

.cid-sLMnhisvup p {
  margin-top: 6rem
}

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

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

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

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

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

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

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

.cid-sLMnhiNSm9 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff
}

.cid-sLMnhiNSm9 img {
  border-radius: 0
}

.cid-sLMnhiNSm9 .mbr-section-title {
  color: #000000;
  text-align: center;
  padding-bottom: 17px;
  font-weight: 700
}

.cid-sLMnhiNSm9 .mbr-text {
  padding-bottom: 30px;
  color: #4c4c4c;
  font-weight: 500;
  text-align: center
}

.cid-sLMnhiNSm9 p:last-child {
  margin-bottom: 0
}

.cid-sLMnhiNSm9 .row {
  justify-content: center
}

.cid-sLMnhjQcvj {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff
}

.cid-sLMnhjQcvj .row {
  background: #dce8eb;
  padding: 3rem 1rem;
  margin: auto;
  max-width: 900px;
  border-radius: 16px;
  position: relative
}

@media (max-width: 767px) {
  .cid-sLMnhjQcvj .row {
    padding: 1rem 0
  }
}

.cid-sLMnhjQcvj .mbr-iconfont {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  color: #ffffff;
  font-size: 12rem;
  z-index: 0
}

@media (max-width: 767px) {
  .cid-sLMnhjQcvj .mbr-iconfont {
    font-size: 8rem
  }
}

@media (max-width: 767px) {
  .cid-sLMnhjQcvj .image-wrapper {
    padding-bottom: 2rem
  }
}

.cid-sLMnhjQcvj .card {
  z-index: 2
}

.cid-sLMnhjQcvj .mbr-section-btn, .cid-sLMnhjQcvj .mbr-text {
  color: #232323;
  text-align: left
}

.cid-sLMnhjQcvj .mbr-section-subtitle {
  color: #14191e
}

.cid-sLMnhjQcvj .mbr-section-title {
  color: #282124
}

.cid-sLMnhk3DVp {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff
}

.cid-sLMJA5GmfA {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff
}

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

.cid-sLMJA5GmfA img {
  width: 100%
}

.cid-sLMJA5GmfA p {
  margin-top: 6rem
}

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

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

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

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

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

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

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

.cid-sLMJA5Rh7J {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff
}

.cid-sLMJA5Rh7J img {
  border-radius: 0
}

.cid-sLMJA5Rh7J .mbr-section-title {
  color: #000000;
  text-align: center;
  padding-bottom: 17px;
  font-weight: 700
}

.cid-sLMJA5Rh7J .mbr-text {
  padding-bottom: 30px;
  color: #4c4c4c;
  font-weight: 500;
  text-align: center
}

.cid-sLMJA5Rh7J p:last-child {
  margin-bottom: 0
}

.cid-sLMJA5Rh7J .row {
  justify-content: center
}

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

.cid-sLMJA6yh0h .row {
  background: #dce8eb;
  padding: 3rem 1rem;
  margin: auto;
  max-width: 900px;
  border-radius: 16px;
  position: relative
}

@media (max-width: 767px) {
  .cid-sLMJA6yh0h .row {
    padding: 1rem 0
  }
}

.cid-sLMJA6yh0h .mbr-iconfont {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  color: #ffffff;
  font-size: 12rem;
  z-index: 0
}

@media (max-width: 767px) {
  .cid-sLMJA6yh0h .mbr-iconfont {
    font-size: 8rem
  }
}

@media (max-width: 767px) {
  .cid-sLMJA6yh0h .image-wrapper {
    padding-bottom: 2rem
  }
}

.cid-sLMJA6yh0h .card {
  z-index: 2
}

.cid-sLMJA6yh0h .mbr-section-btn, .cid-sLMJA6yh0h .mbr-text {
  color: #232323;
  text-align: left
}

.cid-sLMJA6yh0h .mbr-section-subtitle {
  color: #14191e
}

.cid-sLMJA6yh0h .mbr-section-title {
  color: #282124
}

.cid-sLMJA6FwnY {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff
}

.cid-sLMMGvVBCn {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff
}

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

.cid-sLMMGvVBCn img {
  width: 100%
}

.cid-sLMMGvVBCn p {
  margin-top: 6rem
}

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

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

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

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

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

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

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

.cid-sLMMGwdxaE {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff
}

.cid-sLMMGwdxaE img {
  border-radius: 0
}

.cid-sLMMGwdxaE .mbr-section-title {
  color: #000000;
  text-align: center;
  padding-bottom: 17px;
  font-weight: 700
}

.cid-sLMMGwdxaE .mbr-text {
  padding-bottom: 30px;
  color: #4c4c4c;
  font-weight: 500;
  text-align: center
}

.cid-sLMMGwdxaE p:last-child {
  margin-bottom: 0
}

.cid-sLMMGwdxaE .row {
  justify-content: center
}

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

.cid-sLMMGxanFY .row {
  background: #dce8eb;
  padding: 3rem 1rem;
  margin: auto;
  max-width: 900px;
  border-radius: 16px;
  position: relative
}

@media (max-width: 767px) {
  .cid-sLMMGxanFY .row {
    padding: 1rem 0
  }
}

.cid-sLMMGxanFY .mbr-iconfont {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  color: #ffffff;
  font-size: 12rem;
  z-index: 0
}

@media (max-width: 767px) {
  .cid-sLMMGxanFY .mbr-iconfont {
    font-size: 8rem
  }
}

@media (max-width: 767px) {
  .cid-sLMMGxanFY .image-wrapper {
    padding-bottom: 2rem
  }
}

.cid-sLMMGxanFY .card {
  z-index: 2
}

.cid-sLMMGxanFY .mbr-section-btn, .cid-sLMMGxanFY .mbr-text {
  color: #232323;
  text-align: left
}

.cid-sLMMGxanFY .mbr-section-subtitle {
  color: #14191e
}

.cid-sLMMGxanFY .mbr-section-title {
  color: #282124
}

.cid-sLMMGxl4OS {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff
}

.cid-sLMPaRk4fn {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff
}

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

.cid-sLMPaRk4fn img {
  width: 100%
}

.cid-sLMPaRk4fn p {
  margin-top: 6rem
}

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

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

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

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

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

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

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

.cid-sLMPaRDM4w {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff
}

.cid-sLMPaRDM4w img {
  border-radius: 0
}

.cid-sLMPaRDM4w .mbr-section-title {
  color: #000000;
  text-align: center;
  padding-bottom: 17px;
  font-weight: 700
}

.cid-sLMPaRDM4w .mbr-text {
  padding-bottom: 30px;
  color: #4c4c4c;
  font-weight: 500;
  text-align: center
}

.cid-sLMPaRDM4w p:last-child {
  margin-bottom: 0
}

.cid-sLMPaRDM4w .row {
  justify-content: center
}

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

.cid-sLMPaSvugM .row {
  background: #dce8eb;
  padding: 3rem 1rem;
  margin: auto;
  max-width: 900px;
  border-radius: 16px;
  position: relative
}

@media (max-width: 767px) {
  .cid-sLMPaSvugM .row {
    padding: 1rem 0
  }
}

.cid-sLMPaSvugM .mbr-iconfont {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  color: #ffffff;
  font-size: 12rem;
  z-index: 0
}

@media (max-width: 767px) {
  .cid-sLMPaSvugM .mbr-iconfont {
    font-size: 8rem
  }
}

@media (max-width: 767px) {
  .cid-sLMPaSvugM .image-wrapper {
    padding-bottom: 2rem
  }
}

.cid-sLMPaSvugM .card {
  z-index: 2
}

.cid-sLMPaSvugM .mbr-section-btn, .cid-sLMPaSvugM .mbr-text {
  color: #232323;
  text-align: left
}

.cid-sLMPaSvugM .mbr-section-subtitle {
  color: #14191e
}

.cid-sLMPaSvugM .mbr-section-title {
  color: #282124
}

.cid-sLMPaSIYtO {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff
}

.cid-sLMSS4yWTX {
  padding-top: 150px;
  padding-bottom: 30px;
  background-color: #ffd248
}

.cid-sLMSS4yWTX .row {
  position: relative
}

.cid-sLMSS4yWTX .container {
  max-width: 1500px
}

.cid-sLMSS4yWTX .container {
  padding-right: 8rem !important
}

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

.cid-sLMSS4yWTX .content-wrapper {
  max-width: 800px
}

.cid-sLMSS4yWTX H1 {
  color: #333333
}

.cid-sLMSS4yWTX .mbr-section-btn, .cid-sLMSS4yWTX .mbr-text {
  color: #333333
}

.cid-sLMSS4yWTX H3 {
  color: #333333
}

@media (min-width: 767px) {
  .cid-sLMSS4yWTX .container {
    padding: 0 4rem
  }
}

@media (max-width: 767px) {
  .cid-sLMSS4yWTX .container {
    padding-right: 4rem !important
  }
}

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

.cid-sLN9d3KdV7 .item-wrapper {
  width: 100%
}

.cid-sLN9d3KdV7 .left-side {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px
}

.cid-sLN9d3KdV7 .row {
  align-items: stretch
}

@media (max-width: 600px) {
  .cid-sLN9d3KdV7 .mbr-section-btn {
    margin-bottom: 25px
  }
  .cid-sLN9d3KdV7 .mbr-section-title {
    margin-top: 25px
  }
  .cid-sLN9d3KdV7 .left-side {
    padding: 1rem
  }
}

.cid-sLN9d3KdV7 .mbr-section-subtitle {
  padding-top: 0
}

.cid-sLN9d3KdV7 .mbr-section-btn {
  border: 2px solid #149dcc
}

.cid-sLN9d3KdV7 .mbr-section-btn:hover {
  background-color: #149dcc;
  border: 2px solid #149dcc
}

.cid-sLN9d3KdV7 .lin {
  position: relative;
  display: inline;
  color: #626262;
  text-transform: uppercase;
  margin-top: 1.25rem;
  transition: all 0.2s ease-in-out
}

.cid-sLN9d3KdV7 .line {
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 3px;
  background-color: #149dcc;
  opacity: 1
}

.cid-sLN9d3KdV7 .lin:hover {
  color: #149dcc
}

.cid-sLN9d3KdV7 .mbr-link {
  text-align: left;
  margin-top: 1rem
}

.cid-sLN9d3KdV7 a {
  font-weight: 700
}

.cid-sLN9d3KdV7 .text-primary {
  color: #626262 !important
}

.cid-sLN9d3KdV7 P {
  color: #333333
}

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

.cid-sLMYuwGazI .link-wrap {
  width: 100%
}

.cid-sLMYuwGazI .card-box, .cid-sLMYuwGazI .img-wrapper {
  width: 50%
}

.cid-sLMYuwGazI img {
  margin: auto;
  width: 60%
}

.cid-sLMYuwGazI .link {
  display: inline-block
}

.cid-sLMYuwGazI .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600
}

.cid-sLMYuwGazI .link a:before {
  position: absolute;
  right: 0;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem
}

.cid-sLMYuwGazI .link a:hover {
  text-decoration: underline
}

.cid-sLMYuwGazI .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s
}

.cid-sLMYuwGazI .card-wrapper {
  padding: 3rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center
}

.cid-sLMYuwGazI .link, .cid-sLMYuwGazI .link-wrap {
  color: #ffffff
}

@media (max-width: 992px) {
  .cid-sLMYuwGazI .card {
    margin-bottom: 2rem
  }
  .cid-sLMYuwGazI img {
    width: 100%
  }
  .cid-sLMYuwGazI .card-wrapper {
    flex-direction: column
  }
  .cid-sLMYuwGazI .card-box, .cid-sLMYuwGazI .img-wrapper {
    width: 100%
  }
}

@media (max-width: 767px) {
  .cid-sLMYuwGazI .card-wrapper {
    padding: 3rem 1rem
  }
  .cid-sLMYuwGazI .card-box, .cid-sLMYuwGazI .img-wrapper {
    width: 100%
  }
}

.cid-sLMYuwGazI .card-subtitle {
  color: #0077ff
}

.cid-sLMYuwGazI .link-wrap, .cid-sLMYuwGazI .mbr-text {
  color: #333333;
  text-align: left
}

.cid-sLMYuwGazI .card-box, .cid-sLMYuwGazI .card-title {
  text-align: left
}

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

.cid-sLNbV6Vz6P .content-wrapper {
  background: #ffffff
}

@media (max-width: 991px) {
  .cid-sLNbV6Vz6P .content-wrapper .image-wrapper {
    margin-bottom: 0 !important
  }
  .cid-sLNbV6Vz6P .content-wrapper .image-wrapper.reverse {
    margin-bottom: 2rem !important
  }
}

@media (max-width: 767px) {
  .cid-sLNbV6Vz6P .content-wrapper {
    padding: 1rem
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cid-sLNbV6Vz6P .content-wrapper {
    padding: 2rem
  }
}

@media (min-width: 992px) {
  .cid-sLNbV6Vz6P .content-wrapper {
    padding: 4rem
  }
  .cid-sLNbV6Vz6P .content-wrapper .order-2 .text-wrapper {
    padding-left: 6.4rem;
    padding-right: 0
  }
  .cid-sLNbV6Vz6P .content-wrapper .text-wrapper {
    padding-right: 6.4rem
  }
}

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

.cid-sLNbV6Vz6P .card-title {
  margin-bottom: 1.88rem !important;
  color: #1d1e22
}

.cid-sLNbV6Vz6P .mbr-section-btn, .cid-sLNbV6Vz6P .mbr-text {
  color: #333333
}

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

.cid-sLNcfdtesu .content-wrapper {
  background: #ffffff
}

@media (max-width: 991px) {
  .cid-sLNcfdtesu .content-wrapper .image-wrapper {
    margin-bottom: 0 !important
  }
  .cid-sLNcfdtesu .content-wrapper .image-wrapper.reverse {
    margin-bottom: 2rem !important
  }
}

@media (max-width: 767px) {
  .cid-sLNcfdtesu .content-wrapper {
    padding: 1rem
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cid-sLNcfdtesu .content-wrapper {
    padding: 2rem
  }
}

@media (min-width: 992px) {
  .cid-sLNcfdtesu .content-wrapper {
    padding: 4rem
  }
  .cid-sLNcfdtesu .content-wrapper .order-2 .text-wrapper {
    padding-left: 6.4rem;
    padding-right: 0
  }
  .cid-sLNcfdtesu .content-wrapper .text-wrapper {
    padding-right: 6.4rem
  }
}

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

.cid-sLNcfdtesu .card-title {
  margin-bottom: 1.88rem !important;
  color: #1d1e22
}

.cid-sLNcfdtesu .mbr-section-btn, .cid-sLNcfdtesu .mbr-text {
  color: #333333
}

.cid-sLMRSNpcrT {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff
}

.cid-sLMRSNpcrT P {
  text-align: center
}

.cid-sLNz5aFajl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/topimg5-970x345.webp")
}

.cid-sLNz5aFajl .row {
  justify-content: flex-end
}

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

.cid-sLNz5aFajl .block {
  background-color: #fcd96f
}

.cid-sLNz5aFajl img {
  width: 100%
}

.cid-sLNz5aFajl .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem
}

.cid-sLNz5aFajl .content {
  max-width: 600px
}

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

@media (max-width: 1600px) {
  .cid-sLNz5aFajl .content-wrapper {
    padding: 6rem 4rem
  }
  .cid-sLNz5aFajl h4 {
    right: 6rem
  }
}

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

.cid-sLNz5aFajl .mbr-section-btn, .cid-sLNz5aFajl .mbr-text {
  text-align: left
}

.cid-sLNMxogtZl {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff
}

.cid-sLNMxogtZl .cards-bg1 {
  background: #d8eee1
}

.cid-sLNMxogtZl .cards-bg2 {
  background: #fdf1e4
}

.cid-sLNMxogtZl .cards-bg3 {
  background: #f9f295
}

.cid-sLNMxogtZl .cards-bg4 {
  background: #fafafa
}

.cid-sLNMxogtZl .card-wrapper {
  padding: 3rem 1rem;
  border-radius: 8px;
  margin-bottom: 1rem
}

@media (min-width: 0) and (max-width: 1199px) {
  .cid-sLNMxogtZl .card-wrapper {
    padding: 1rem 0.5rem;
    border-radius: 8px
  }
}

.cid-sLNMxogtZl .mbr-text {
  text-align: center
}

.cid-sLNMxogtZl .link, .cid-sLNMxogtZl .mbr-section-subtitle {
  text-align: left
}

.cid-sLNOb9F2Hs {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff
}

.cid-sLNOb9F2Hs .cards-bg1 {
  background: #d8eee1
}

.cid-sLNOb9F2Hs .cards-bg2 {
  background: #fdf1e4
}

.cid-sLNOb9F2Hs .cards-bg3 {
  background: #f9f295
}

.cid-sLNOb9F2Hs .cards-bg4 {
  background: #fafafa
}

.cid-sLNOb9F2Hs .card-wrapper {
  padding: 3rem 1rem;
  border-radius: 8px;
  margin-bottom: 1rem
}

@media (min-width: 0) and (max-width: 1199px) {
  .cid-sLNOb9F2Hs .card-wrapper {
    padding: 1rem 0.5rem;
    border-radius: 8px
  }
}

.cid-sLNOb9F2Hs .mbr-text {
  text-align: center
}

.cid-sLNOb9F2Hs .link, .cid-sLNOb9F2Hs .mbr-section-subtitle {
  text-align: left
}

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

.cid-sLOhK4CXQr .mbr-section-title {
  color: #1d1d1f;
  text-align: center;
  margin-bottom: 0;
  font-weight: 700
}

.cid-sLOhK4CXQr .mbr-section-subtitle {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 0;
  font-weight: 500;
  color: #4c4c4c
}

.cid-sLOhK4CXQr .row {
  align-items: center;
  height: 100%
}

.cid-sLOhK4CXQr .container {
  max-width: 1100px
}

.cid-sLOhK4CXQr .wrapper {
  margin: auto
}

.cid-sLOgyMOuaB {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff
}

.cid-sLOgyMOuaB .cards-bg1 {
  background: #d8eee1
}

.cid-sLOgyMOuaB .cards-bg2 {
  background: #fdf1e4
}

.cid-sLOgyMOuaB .cards-bg3 {
  background: #f9f295
}

.cid-sLOgyMOuaB .cards-bg4 {
  background: #fafafa
}

.cid-sLOgyMOuaB .card-wrapper {
  padding: 3rem 1rem;
  border-radius: 8px;
  margin-bottom: 1rem
}

@media (min-width: 0) and (max-width: 1199px) {
  .cid-sLOgyMOuaB .card-wrapper {
    padding: 1rem 0.5rem;
    border-radius: 8px
  }
}

.cid-sLOgyMOuaB .mbr-text {
  text-align: center
}

.cid-sLOgyMOuaB .link, .cid-sLOgyMOuaB .mbr-section-subtitle {
  text-align: left
}

#custom-html-g7 {}

#custom-html-g7 div {
  padding: 40px 0;
  color: #777;
  text-align: center
}

#custom-html-g7 p {
  font-size: 24px;
  color: #777
}

#custom-html-g7 body {
  font-family: "Open Sans", sans-serif;
  line-height: 1.25
}

#custom-html-g7 table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 780px;
  table-layout: fixed;
  color: #000
}

#custom-html-g7 table tr {
  background-color: #fff;
  padding: 0.35em;
  border-bottom: 1px solid #bbb
}

#custom-html-g7 table thead {
  border-bottom: 5px solid #ff9900
}

#custom-html-g7 table tr:last-child {
  border-bottom: none
}

#custom-html-g7 table td, #custom-html-g7 table th {
  padding: 1em 10px 1em 1em;
  border-right: 1px solid #bbb
}

#custom-html-g7 table td:last-child, #custom-html-g7 table th:last-child {
  border: none
}

#custom-html-g7 tbody th {
  color: #ff9901
}

#custom-html-g7 .txt {
  text-align: left;
  font-size: 0.85em
}

#custom-html-g7 .price {
  text-align: center
}

@media screen and (max-width: 600px) {
  #custom-html-g7 table {
    border: 0;
    width: 100%
  }
  #custom-html-g7 table th {
    display: block;
    border-right: none;
    border-bottom: 5px solid #ff9901;
    padding-bottom: 0.6em;
    margin-bottom: 0.6em
  }
  #custom-html-g7 table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
  }
  #custom-html-g7 table tr {
    display: block;
    margin-bottom: 2em
  }
  #custom-html-g7 table td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: 0.8em;
    text-align: right;
    position: relative;
    padding: 0.625em 0.625em 0.625em 4em;
    border-right: none
  }
  #custom-html-g7 table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px
  }
  #custom-html-g7 table td:last-child {
    border-bottom: 0
  }
}

.cid-sLOy0ynDLM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff
}

.cid-sLOy0ynDLM a {
  position: relative;
  font-weight: bold;
  background: none!important
}

.cid-sLOy0ynDLM a:before {
  content: '';
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
  position: absolute
}

.cid-sLOy0ynDLM a:hover:before {
  width: 0;
  right: 0;
  left: auto
}

.cid-sLOy0ynDLM .mbr-text {
  color: #353535;
  text-align: left
}

.cid-sLOy0ynDLM .mbr-section-title {
  color: #000000
}

.cid-sLNyhJOi5V {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff
}

#custom-html-fy {}

#custom-html-fy div {
  padding: 40px 0;
  color: #777;
  text-align: center
}

#custom-html-fy p {
  font-size: 24px;
  color: #777
}

#custom-html-fy body {
  font-family: "Open Sans", sans-serif;
  line-height: 1.25
}

#custom-html-fy table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 780px;
  table-layout: fixed;
  color: #000
}

#custom-html-fy table tr {
  background-color: #fff;
  padding: 0.35em;
  border-bottom: 1px solid #bbb
}

#custom-html-fy table thead {
  border-bottom: 5px solid #ff9900
}

#custom-html-fy table tr:last-child {
  border-bottom: none
}

#custom-html-fy table td, #custom-html-fy table th {
  padding: 1em 10px 1em 1em;
  border-right: 1px solid #bbb
}

#custom-html-fy table td:last-child, #custom-html-fy table th:last-child {
  border: none
}

#custom-html-fy tbody th {
  color: #ff9901
}

#custom-html-fy .txt {
  text-align: left;
  font-size: 0.85em
}

#custom-html-fy .price {
  text-align: center
}

@media screen and (max-width: 600px) {
  #custom-html-fy table {
    border: 0;
    width: 100%
  }
  #custom-html-fy table th {
    display: block;
    border-right: none;
    border-bottom: 5px solid #ff9901;
    padding-bottom: 0.6em;
    margin-bottom: 0.6em
  }
  #custom-html-fy table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
  }
  #custom-html-fy table tr {
    display: block;
    margin-bottom: 2em
  }
  #custom-html-fy table td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: 0.8em;
    text-align: right;
    position: relative;
    padding: 0.625em 0.625em 0.625em 4em;
    border-right: none
  }
  #custom-html-fy table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px
  }
  #custom-html-fy table td:last-child {
    border-bottom: 0
  }
}

.cid-sMUsnBwoVg {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff
}

.cid-sLOAgXPZWz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff
}

@media (max-width: 991px) {
  .cid-sLOAgXPZWz .image-wrapper {
    margin-bottom: 1rem
  }
}

.cid-sLOAgXPZWz .row {
  flex-direction: row-reverse
}

.cid-sLOAgXPZWz img {
  width: 100%;
  height: auto;
  max-width: 686px
}

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

.cid-sLOFYQ04oK .link-wrap {
  width: 100%
}

.cid-sLOFYQ04oK .card-box, .cid-sLOFYQ04oK .img-wrapper {
  width: 50%
}

.cid-sLOFYQ04oK img {
  margin: auto;
  width: 80%
}

.cid-sLOFYQ04oK .link {
  display: inline-block
}

.cid-sLOFYQ04oK .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600
}

.cid-sLOFYQ04oK .link a:before {
  position: absolute;
  right: 0;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem
}

.cid-sLOFYQ04oK .link a:hover {
  text-decoration: underline
}

.cid-sLOFYQ04oK .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s
}

.cid-sLOFYQ04oK .card-wrapper {
  padding: 3rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center
}

.cid-sLOFYQ04oK .link, .cid-sLOFYQ04oK .link-wrap {
  color: #ffffff
}

@media (max-width: 992px) {
  .cid-sLOFYQ04oK .card {
    margin-bottom: 2rem
  }
  .cid-sLOFYQ04oK img {
    width: 100%
  }
  .cid-sLOFYQ04oK .card-wrapper {
    flex-direction: column
  }
  .cid-sLOFYQ04oK .card-box, .cid-sLOFYQ04oK .img-wrapper {
    width: 100%
  }
}

@media (max-width: 767px) {
  .cid-sLOFYQ04oK .card-wrapper {
    padding: 3rem 1rem
  }
  .cid-sLOFYQ04oK .card-box, .cid-sLOFYQ04oK .img-wrapper {
    width: 100%
  }
}

.cid-sLOFYQ04oK .card-subtitle {
  color: #0077ff
}

.cid-sLOFYQ04oK .link-wrap, .cid-sLOFYQ04oK .mbr-text {
  color: #333333
}

.cid-sLOFYQ04oK .card-box, .cid-sLOFYQ04oK .card-title {
  text-align: left
}

.cid-sLPcEgIZ9J {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-1920x800.jpeg")
}

.cid-sLPcEgIZ9J .row {
  justify-content: flex-end
}

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

.cid-sLPcEgIZ9J .block {
  background-color: #fcd96f
}

.cid-sLPcEgIZ9J img {
  width: 100%
}

.cid-sLPcEgIZ9J .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem
}

.cid-sLPcEgIZ9J .content {
  max-width: 600px
}

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

@media (max-width: 1600px) {
  .cid-sLPcEgIZ9J .content-wrapper {
    padding: 6rem 4rem
  }
  .cid-sLPcEgIZ9J h4 {
    right: 6rem
  }
}

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

.cid-sLPcEgIZ9J H4 {
  text-align: center
}

.cid-sLPcEhrfvt {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff
}

.cid-sLPcEhrfvt .pile1, .cid-sLPcEhrfvt .pile2 {
  padding-bottom: 60px
}

.cid-sLPcEhrfvt .pile1, .cid-sLPcEhrfvt .pile3 {
  padding-right: 60px
}

.cid-sLPcEhrfvt .pile2, .cid-sLPcEhrfvt .pile4 {
  padding-right: 50px
}

.cid-sLPcEhrfvt .text {
  display: flex;
  flex-direction: row
}

.cid-sLPcEhrfvt .card-title {
  margin-bottom: 14px
}

.cid-sLPcEhrfvt .card-text {
  padding-bottom: 24px;
  font-weight: 500
}

.cid-sLPcEhrfvt a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out
}

.cid-sLPcEhrfvt rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: 0.5
}

.cid-sLPcEhrfvt .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear
}

.cid-sLPcEhrfvt svg {
  margin-left: 15px
}

.cid-sLPcEhrfvt path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor
}

.cid-sLPcEhrfvt .link:hover rect {
  animation: qode-button-line 0.7s ease forwards
}

.cid-sLPcEhrfvt .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-sLPcEhrfvt .link a {
  background-image: none !important
}

.cid-sLPcEhrfvt img {
  max-width: 140px;
  height: auto
}

.cid-sLPcEhrfvt .card-text, .cid-sLPcEhrfvt .lin {
  color: #4c4c4c
}

@media (max-width: 770px) {
  .cid-sLPcEhrfvt .dir {
    flex-direction: column
  }
  .cid-sLPcEhrfvt .top {
    padding-top: 60px
  }
  .cid-sLPcEhrfvt .iconfont-wrapper {
    margin-bottom: 20px
  }
}

@media (max-width: 575px) {
  .cid-sLPcEhrfvt .top1 {
    padding-top: 60px
  }
  .cid-sLPcEhrfvt .pile {
    padding-right: 0
  }
  .cid-sLPcEhrfvt .card-title {
    text-align: center
  }
  .cid-sLPcEhrfvt .card-text {
    text-align: center
  }
  .cid-sLPcEhrfvt .iconfont-wrapper {
    text-align: center
  }
  .cid-sLPcEhrfvt img {
    display: inline
  }
  .cid-sLPcEhrfvt .link {
    text-align: center
  }
}

.cid-sLPcEhrfvt .card-text, .cid-sLPcEhrfvt .link {
  text-align: left
}

.cid-sLPhL5xSEQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff
}

.cid-sLPhL5xSEQ .pile1, .cid-sLPhL5xSEQ .pile2 {
  padding-bottom: 60px
}

.cid-sLPhL5xSEQ .pile1, .cid-sLPhL5xSEQ .pile3 {
  padding-right: 60px
}

.cid-sLPhL5xSEQ .pile2, .cid-sLPhL5xSEQ .pile4 {
  padding-right: 50px
}

.cid-sLPhL5xSEQ .text {
  display: flex;
  flex-direction: row
}

.cid-sLPhL5xSEQ .card-title {
  margin-bottom: 14px
}

.cid-sLPhL5xSEQ .card-text {
  padding-bottom: 24px;
  font-weight: 500
}

.cid-sLPhL5xSEQ a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out
}

.cid-sLPhL5xSEQ rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: 0.5
}

.cid-sLPhL5xSEQ .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear
}

.cid-sLPhL5xSEQ svg {
  margin-left: 15px
}

.cid-sLPhL5xSEQ path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor
}

.cid-sLPhL5xSEQ .link:hover rect {
  animation: qode-button-line 0.7s ease forwards
}

.cid-sLPhL5xSEQ .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-sLPhL5xSEQ .link a {
  background-image: none !important
}

.cid-sLPhL5xSEQ img {
  max-width: 140px;
  height: auto
}

.cid-sLPhL5xSEQ .card-text, .cid-sLPhL5xSEQ .lin {
  color: #4c4c4c
}

@media (max-width: 770px) {
  .cid-sLPhL5xSEQ .dir {
    flex-direction: column
  }
  .cid-sLPhL5xSEQ .top {
    padding-top: 60px
  }
  .cid-sLPhL5xSEQ .iconfont-wrapper {
    margin-bottom: 20px
  }
}

@media (max-width: 575px) {
  .cid-sLPhL5xSEQ .top1 {
    padding-top: 60px
  }
  .cid-sLPhL5xSEQ .pile {
    padding-right: 0
  }
  .cid-sLPhL5xSEQ .card-title {
    text-align: center
  }
  .cid-sLPhL5xSEQ .card-text {
    text-align: center
  }
  .cid-sLPhL5xSEQ .iconfont-wrapper {
    text-align: center
  }
  .cid-sLPhL5xSEQ img {
    display: inline
  }
  .cid-sLPhL5xSEQ .link {
    text-align: center
  }
}

.cid-sLPhL5xSEQ .card-text, .cid-sLPhL5xSEQ .link {
  text-align: left
}

.cid-sLSTFq6CCT {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff
}

.cid-sLSTFq6CCT .pile1, .cid-sLSTFq6CCT .pile2 {
  padding-bottom: 60px
}

.cid-sLSTFq6CCT .pile1, .cid-sLSTFq6CCT .pile3 {
  padding-right: 60px
}

.cid-sLSTFq6CCT .pile2, .cid-sLSTFq6CCT .pile4 {
  padding-right: 50px
}

.cid-sLSTFq6CCT .text {
  display: flex;
  flex-direction: row
}

.cid-sLSTFq6CCT .card-title {
  margin-bottom: 14px
}

.cid-sLSTFq6CCT .card-text {
  padding-bottom: 24px;
  font-weight: 500
}

.cid-sLSTFq6CCT a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out
}

.cid-sLSTFq6CCT rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: 0.5
}

.cid-sLSTFq6CCT .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear
}

.cid-sLSTFq6CCT svg {
  margin-left: 15px
}

.cid-sLSTFq6CCT path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor
}

.cid-sLSTFq6CCT .link:hover rect {
  animation: qode-button-line 0.7s ease forwards
}

.cid-sLSTFq6CCT .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-sLSTFq6CCT .link a {
  background-image: none !important
}

.cid-sLSTFq6CCT img {
  max-width: 140px;
  height: auto
}

.cid-sLSTFq6CCT .card-text, .cid-sLSTFq6CCT .lin {
  color: #4c4c4c
}

@media (max-width: 770px) {
  .cid-sLSTFq6CCT .dir {
    flex-direction: column
  }
  .cid-sLSTFq6CCT .top {
    padding-top: 60px
  }
  .cid-sLSTFq6CCT .iconfont-wrapper {
    margin-bottom: 20px
  }
}

@media (max-width: 575px) {
  .cid-sLSTFq6CCT .top1 {
    padding-top: 60px
  }
  .cid-sLSTFq6CCT .pile {
    padding-right: 0
  }
  .cid-sLSTFq6CCT .card-title {
    text-align: center
  }
  .cid-sLSTFq6CCT .card-text {
    text-align: center
  }
  .cid-sLSTFq6CCT .iconfont-wrapper {
    text-align: center
  }
  .cid-sLSTFq6CCT img {
    display: inline
  }
  .cid-sLSTFq6CCT .link {
    text-align: center
  }
}

.cid-sLSTFq6CCT .card-text, .cid-sLSTFq6CCT .link {
  text-align: left
}

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

.cid-sLPcEhN2z9 .pile1, .cid-sLPcEhN2z9 .pile2 {
  padding-bottom: 60px
}

.cid-sLPcEhN2z9 .pile1, .cid-sLPcEhN2z9 .pile3 {
  padding-right: 60px
}

.cid-sLPcEhN2z9 .pile2, .cid-sLPcEhN2z9 .pile4 {
  padding-right: 50px
}

.cid-sLPcEhN2z9 .text {
  display: flex;
  flex-direction: row
}

.cid-sLPcEhN2z9 .card-title {
  margin-bottom: 14px
}

.cid-sLPcEhN2z9 .card-text {
  padding-bottom: 24px;
  font-weight: 500
}

.cid-sLPcEhN2z9 a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out
}

.cid-sLPcEhN2z9 rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: 0.5
}

.cid-sLPcEhN2z9 .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear
}

.cid-sLPcEhN2z9 svg {
  margin-left: 15px
}

.cid-sLPcEhN2z9 path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor
}

.cid-sLPcEhN2z9 .link:hover rect {
  animation: qode-button-line 0.7s ease forwards
}

.cid-sLPcEhN2z9 .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-sLPcEhN2z9 .link a {
  background-image: none !important
}

.cid-sLPcEhN2z9 img {
  max-width: 140px;
  height: auto
}

.cid-sLPcEhN2z9 .card-text, .cid-sLPcEhN2z9 .lin {
  color: #4c4c4c
}

@media (max-width: 770px) {
  .cid-sLPcEhN2z9 .dir {
    flex-direction: column
  }
  .cid-sLPcEhN2z9 .top {
    padding-top: 60px
  }
  .cid-sLPcEhN2z9 .iconfont-wrapper {
    margin-bottom: 20px
  }
}

@media (max-width: 575px) {
  .cid-sLPcEhN2z9 .top1 {
    padding-top: 60px
  }
  .cid-sLPcEhN2z9 .pile {
    padding-right: 0
  }
  .cid-sLPcEhN2z9 .card-title {
    text-align: center
  }
  .cid-sLPcEhN2z9 .card-text {
    text-align: center
  }
  .cid-sLPcEhN2z9 .iconfont-wrapper {
    text-align: center
  }
  .cid-sLPcEhN2z9 img {
    display: inline
  }
  .cid-sLPcEhN2z9 .link {
    text-align: center
  }
}

.cid-sN1Xtrg8Zu {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff
}

.cid-sN1Xtrg8Zu .row {
  background: #dce8eb;
  padding: 3rem 1rem;
  margin: auto;
  max-width: 900px;
  border-radius: 16px;
  position: relative
}

@media (max-width: 767px) {
  .cid-sN1Xtrg8Zu .row {
    padding: 1rem 0
  }
}

.cid-sN1Xtrg8Zu .mbr-iconfont {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  color: #ffffff;
  font-size: 12rem;
  z-index: 0
}

@media (max-width: 767px) {
  .cid-sN1Xtrg8Zu .mbr-iconfont {
    font-size: 8rem
  }
}

@media (max-width: 767px) {
  .cid-sN1Xtrg8Zu .image-wrapper {
    padding-bottom: 2rem
  }
}

.cid-sN1Xtrg8Zu .card {
  z-index: 2
}

.cid-sN1Xtrg8Zu .mbr-section-btn, .cid-sN1Xtrg8Zu .mbr-text {
  color: #232323;
  text-align: left
}

.cid-sN1Xtrg8Zu .mbr-section-subtitle {
  color: #14191e
}

.cid-sN1Xtrg8Zu .mbr-section-title {
  color: #282124
}

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

.cid-sLTKOQybg3 .row {
  justify-content: flex-end
}

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

.cid-sLTKOQybg3 .block {
  background-color: #ffd248
}

.cid-sLTKOQybg3 img {
  width: 100%
}

.cid-sLTKOQybg3 .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem
}

.cid-sLTKOQybg3 .content {
  max-width: 600px
}

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

@media (max-width: 1600px) {
  .cid-sLTKOQybg3 .content-wrapper {
    padding: 6rem 4rem
  }
  .cid-sLTKOQybg3 h4 {
    right: 6rem
  }
}

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

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

.cid-sMUj4I3rAn .mbr-text {
  color: #767676;
  text-align: left
}

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

.cid-sMUj4I3rAn .mbr-section-title {
  color: #767676;
  text-align: center
}

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

.cid-sMU7toz3sP .mbr-text {
  color: #767676;
  text-align: left
}

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

.cid-sMU7toz3sP .mbr-section-title {
  color: #767676;
  text-align: center
}

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

.cid-sMUlvyD5nk .mbr-text {
  color: #767676;
  text-align: left
}

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

.cid-sMUlvyD5nk .mbr-section-title {
  color: #767676;
  text-align: center
}

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

.cid-sMUk3Bdwum .mbr-text {
  color: #767676;
  text-align: left
}

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

.cid-sMUk3Bdwum .mbr-section-title {
  color: #767676;
  text-align: center
}

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

.cid-sMUm5RvCrQ .mbr-text {
  color: #767676;
  text-align: left
}

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

.cid-sMUm5RvCrQ .mbr-section-title {
  color: #767676;
  text-align: center
}

.cid-sLTKORTUk2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efeeee;
  padding-top: 15px;
  padding-bottom: 15px
}

.cid-sLTKORTUk2 a {
  padding: 0;
  border: 0;
  transition: all 0.2s ease-out;
  padding-left: 0;
  padding-right: 0;
  word-break: normal;
  justify-content: center;
  position: relative
}

.cid-sLTKORTUk2 .mbr-text {
  padding-top: 10px
}

.cid-sLTKORTUk2 .padd {
  margin: 0 -15px;
  padding-bottom: 10px
}

.cid-sLTKORTUk2 .bottom {
  margin-bottom: 20px;
  font-weight: 500
}

.cid-sLTKORTUk2 .small-bottom {
  margin-bottom: 10px;
  font-weight: 500
}

@media (min-width: 571px) and (max-width: 990px) {
  .cid-sLTKORTUk2 .top {
    padding-top: 43px
  }
}

.cid-sLTKORTUk2 .right {
  padding-right: 70px
}

@media (max-width: 570px) {
  .cid-sLTKORTUk2 .small {
    padding-top: 43px
  }
  .cid-sLTKORTUk2 .bottom, .cid-sLTKORTUk2 .lin {
    text-align: center
  }
}

.cid-sLTKORTUk2 .text-secondary:hover {
  color: #ffffff !important
}

.cid-sLTKORTUk2 .bottom, .cid-sLTKORTUk2 .lin {
  color: #f58f3d;
  text-align: left
}

.cid-sLTKORTUk2 .container {
  max-width: 1000px
}

.cid-sLTKORTUk2 .lin {
  color: #282124
}

.cid-sLTKORTUk2 .logo {
  max-width: 80px;
  width: 100%;
  margin: auto auto 1rem
}

.cid-sLTKORTUk2 .icon-wrap {
  display: flex;
  margin-bottom: 1rem
}

.cid-sLTKORTUk2 .icon-wrap span {
  margin-right: 14px;
  margin-top: 4px;
  font-size: 1.2rem;
  color: #89b758
}

.cid-sLTKORTUk2 .feedimg {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px
}

@media (max-width: 767px) {
  .cid-sLTKORTUk2 .feedimg {
    width: 80px;
    height: 80px
  }
}

.cid-sLTKORTUk2 .mbr-section-btn, .cid-sLTKORTUk2 .mbr-text {
  color: #808080
}

.cid-sLTKORTUk2 .icon-wrap, .cid-sLTKORTUk2 .location {
  color: #808080
}

.cid-sLTKORTUk2 H3 {
  color: #767676
}

.cid-sLY2HaQM4I {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-1920x1024.webp")
}

.cid-sLY2HaQM4I .row {
  justify-content: flex-end
}

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

.cid-sLY2HaQM4I .block {
  background-color: #ffd248
}

.cid-sLY2HaQM4I img {
  width: 100%
}

.cid-sLY2HaQM4I .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem
}

.cid-sLY2HaQM4I .content {
  max-width: 600px
}

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

@media (max-width: 1600px) {
  .cid-sLY2HaQM4I .content-wrapper {
    padding: 6rem 4rem
  }
  .cid-sLY2HaQM4I h4 {
    right: 6rem
  }
}

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

.cid-sLYwAX40a5 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/topimg5-1-970x345.png")
}

.cid-sLYwAX40a5 .row {
  justify-content: flex-end
}

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

.cid-sLYwAX40a5 .block {
  background-color: #fcd96f
}

.cid-sLYwAX40a5 img {
  width: 100%
}

.cid-sLYwAX40a5 .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem
}

.cid-sLYwAX40a5 .content {
  max-width: 600px
}

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

@media (max-width: 1600px) {
  .cid-sLYwAX40a5 .content-wrapper {
    padding: 6rem 4rem
  }
  .cid-sLYwAX40a5 h4 {
    right: 6rem
  }
}

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

.cid-sLYwAX40a5 .mbr-section-btn, .cid-sLYwAX40a5 .mbr-text {
  text-align: left
}

.cid-sLYxH2tbMM {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff
}

.cid-sLYxH2tbMM .card-wrapper {
  position: relative;
  margin: 0.5rem
}

.cid-sLYxH2tbMM .card-wrapper:hover img {
  transform: scale(1.1)
}

@media (max-width: 1400px) {
  .cid-sLYxH2tbMM .card-wrapper {
    margin: 0
  }
}

.cid-sLYxH2tbMM .card {
  height: 450px
}

@media (min-width: 767px) {
  .cid-sLYxH2tbMM .row {
    padding: 0 4rem
  }
}

.cid-sLYxH2tbMM .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #ffd248
}

.cid-sLYxH2tbMM .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem
}

.cid-sLYxH2tbMM .card-box {
  padding: 3rem 3rem 4rem;
  width: 100%
}

.cid-sLYxH2tbMM .card1 {
  background-color: #f4f4f4
}

.cid-sLYxH2tbMM .card2 {
  background-color: #f4f4f4
}

.cid-sLYxH2tbMM .card3 {
  background-color: #f4f4f4
}

.cid-sLYxH2tbMM .card4 {
  background-color: #f4f4f4
}

.cid-sLYxH2tbMM img {
  width: 100%;
  transition: 5s;
  object-fit: cover
}

.cid-sLYxH2tbMM .img-wrap {
  max-height: 200px;
  overflow: hidden
}

.cid-sLYxH2tbMM .container {
  max-width: 1500px
}

.cid-sLYxH2tbMM .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden
}

.cid-sLYxH2tbMM .mbr-iconfont {
  font-size: 1.3rem;
  color: #333333;
  display: flex;
  justify-content: center
}

.cid-sLYxH2tbMM P {
  color: #c1c1c1
}

@media (max-width: 1200px) {
  .cid-sLYxH2tbMM .img-wrap {
    max-height: 180px
  }
}

@media (max-width: 992px) {
  .cid-sLYxH2tbMM .card-box {
    margin: 0;
    padding: 2rem 2rem 6rem
  }
  .cid-sLYxH2tbMM .col2, .cid-sLYxH2tbMM .col3, .cid-sLYxH2tbMM .col4 {
    margin-top: 0
  }
  .cid-sLYxH2tbMM .img-wrap {
    max-height: 180px
  }
}

@media (max-width: 767px) {
  .cid-sLYxH2tbMM .card-box {
    padding: 1rem 2rem 5rem 1rem
  }
  .cid-sLYxH2tbMM .number {
    margin: auto
  }
}

.cid-sLYxH2tbMM .mbr-text {
  color: #cccccc
}

.cid-sLYxH2tbMM .text2 {
  color: #333333;
  text-align: left
}

.cid-sLYxH2tbMM .text3 {
  color: #333333;
  text-align: left
}

.cid-sLYxH2tbMM .title2 {
  color: #282124
}

.cid-sLYxH2tbMM .title1 {
  color: #282124
}

.cid-sLYxH2tbMM .title3 {
  color: #282124
}

.cid-sLYxH2tbMM .title4 {
  color: #282124
}

.cid-sLYxH2tbMM .text4 {
  color: #282124;
  text-align: left
}

.cid-sLYxH2tbMM .text1 {
  color: #282124;
  text-align: left
}

.cid-sLYxH2tbMM .title3 B {
  color: #c1c1c1
}

.cid-sLYxH2tbMM H1 {
  color: #333333
}

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

.cid-sLYAO4I1to .card-wrapper {
  position: relative;
  margin: 0.5rem
}

.cid-sLYAO4I1to .card-wrapper:hover img {
  transform: scale(1.1)
}

@media (max-width: 1400px) {
  .cid-sLYAO4I1to .card-wrapper {
    margin: 0
  }
}

.cid-sLYAO4I1to .card {
  height: fit-content
}

@media (min-width: 767px) {
  .cid-sLYAO4I1to .row {
    padding: 0 4rem
  }
}

.cid-sLYAO4I1to .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #ffd248
}

.cid-sLYAO4I1to .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem
}

.cid-sLYAO4I1to .card-box {
  padding: 3rem 3rem 4rem;
  width: 100%
}

.cid-sLYAO4I1to .card1 {
  background-color: #f4f4f4
}

.cid-sLYAO4I1to .card2 {
  background-color: #f4f4f4
}

.cid-sLYAO4I1to .card3 {
  background-color: #f4f4f4
}

.cid-sLYAO4I1to .card4 {
  background-color: #f4f4f4
}

.cid-sLYAO4I1to img {
  width: 100%;
  transition: 5s;
  object-fit: cover
}

.cid-sLYAO4I1to .img-wrap {
  max-height: 200px;
  overflow: hidden
}

.cid-sLYAO4I1to .container {
  max-width: 1500px
}

.cid-sLYAO4I1to .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden
}

.cid-sLYAO4I1to .mbr-iconfont {
  font-size: 1.3rem;
  color: #333333;
  display: flex;
  justify-content: center
}

.cid-sLYAO4I1to P {
  color: #c1c1c1
}

@media (max-width: 1200px) {
  .cid-sLYAO4I1to .img-wrap {
    max-height: 180px
  }
}

@media (max-width: 992px) {
  .cid-sLYAO4I1to .card-box {
    margin: 0;
    padding: 2rem 2rem 6rem
  }
  .cid-sLYAO4I1to .col2, .cid-sLYAO4I1to .col3, .cid-sLYAO4I1to .col4 {
    margin-top: 0
  }
  .cid-sLYAO4I1to .img-wrap {
    max-height: 180px
  }
}

@media (max-width: 767px) {
  .cid-sLYAO4I1to .card-box {
    padding: 1rem 2rem 5rem 1rem
  }
  .cid-sLYAO4I1to .number {
    margin: auto
  }
}

.cid-sLYAO4I1to .mbr-text {
  color: #cccccc
}

.cid-sLYAO4I1to .text2 {
  color: #333333;
  text-align: left
}

.cid-sLYAO4I1to .text3 {
  color: #333333;
  text-align: left
}

.cid-sLYAO4I1to .title2 {
  color: #282124
}

.cid-sLYAO4I1to .title1 {
  color: #282124
}

.cid-sLYAO4I1to .title3 {
  color: #282124
}

.cid-sLYAO4I1to .title4 {
  color: #282124
}

.cid-sLYAO4I1to .text4 {
  color: #282124
}

.cid-sLYAO4I1to .text1 {
  color: #282124;
  text-align: left
}

.cid-sLYAO4I1to .title3 B {
  color: #c1c1c1
}

.cid-sLYAO4I1to H1 {
  color: #333333
}

.cid-sLYF2aEMUJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-1920x1079.jpg")
}

.cid-sLYF2aEMUJ .row {
  justify-content: flex-end
}

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

.cid-sLYF2aEMUJ .block {
  background-color: #fcd96f
}

.cid-sLYF2aEMUJ img {
  width: 100%
}

.cid-sLYF2aEMUJ .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem
}

.cid-sLYF2aEMUJ .content {
  max-width: 600px
}

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

@media (max-width: 1600px) {
  .cid-sLYF2aEMUJ .content-wrapper {
    padding: 6rem 4rem
  }
  .cid-sLYF2aEMUJ h4 {
    right: 6rem
  }
}

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

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

.cid-sM0Z94vbJF .cards-bg1 {
  background: #d8eee1
}

.cid-sM0Z94vbJF .cards-bg2 {
  background: #fdf1e4
}

.cid-sM0Z94vbJF .cards-bg3 {
  background: #f9f295
}

.cid-sM0Z94vbJF .cards-bg4 {
  background: #fafafa
}

.cid-sM0Z94vbJF .card-wrapper {
  padding: 3rem 1rem;
  border-radius: 8px;
  margin-bottom: 1rem
}

@media (min-width: 0) and (max-width: 1199px) {
  .cid-sM0Z94vbJF .card-wrapper {
    padding: 1rem 0.5rem;
    border-radius: 8px
  }
}

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

.cid-sM0XeiAfeu .card-wrapper {
  background: #f4f4f4;
  padding: 10%
}

.cid-sM0XeiAfeu .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #f58f3d;
  margin-bottom: 18px
}

.cid-sM0XeiAfeu .mbr-section-title {
  padding: 0 0 85px;
  margin: 0
}

@media (max-width: 690px) {
  .cid-sM0XeiAfeu .item {
    padding-bottom: 15px
  }
}

.cid-sM0XeiAfeu .title {
  margin-bottom: 10px;
  font-weight: 600
}

.cid-sM0XeiAfeu .card-title, .cid-sM0XeiAfeu .iconfont-wrapper {
  color: #282124
}

.cid-sM0XeiAfeu .card-text {
  color: #282124;
  text-align: left
}

@media (max-width: 990px) {
  .cid-sM0XeiAfeu .top {
    padding-top: 10px
  }
}

@media (max-width: 575px) {
  .cid-sM0XeiAfeu .top1 {
    padding-top: 10px
  }
}

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

.cid-sLYF2bxqKU .card-wrapper {
  position: relative;
  margin: 0.5rem
}

.cid-sLYF2bxqKU .card-wrapper:hover img {
  transform: scale(1.1)
}

@media (max-width: 1400px) {
  .cid-sLYF2bxqKU .card-wrapper {
    margin: 0
  }
}

.cid-sLYF2bxqKU .card {
  height: 420px
}

@media (min-width: 767px) {
  .cid-sLYF2bxqKU .row {
    padding: 0 4rem
  }
}

.cid-sLYF2bxqKU .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #ffd248
}

.cid-sLYF2bxqKU .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem
}

.cid-sLYF2bxqKU .card-box {
  padding: 1rem;
  width: 100%
}

.cid-sLYF2bxqKU .card1 {
  background-color: #f4f4f4
}

.cid-sLYF2bxqKU .card2 {
  background-color: #f4f4f4
}

.cid-sLYF2bxqKU .card3 {
  background-color: #f4f4f4
}

.cid-sLYF2bxqKU .card4 {
  background-color: #f4f4f4
}

.cid-sLYF2bxqKU img {
  width: 100%;
  transition: 5s;
  object-fit: cover
}

.cid-sLYF2bxqKU .img-wrap {
  max-height: 200px;
  overflow: hidden
}

.cid-sLYF2bxqKU .container {
  max-width: 1500px
}

.cid-sLYF2bxqKU .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden
}

.cid-sLYF2bxqKU .mbr-iconfont {
  font-size: 1.3rem;
  color: #333333;
  display: flex;
  justify-content: center
}

.cid-sLYF2bxqKU P {
  color: #c1c1c1
}

@media (max-width: 1200px) {
  .cid-sLYF2bxqKU .img-wrap {
    max-height: 180px
  }
}

@media (max-width: 992px) {
  .cid-sLYF2bxqKU .card-box {
    margin: 0;
    padding: 2rem 2rem 6rem
  }
  .cid-sLYF2bxqKU .col2, .cid-sLYF2bxqKU .col3, .cid-sLYF2bxqKU .col4 {
    margin-top: 0
  }
  .cid-sLYF2bxqKU .img-wrap {
    max-height: 180px
  }
}

@media (max-width: 767px) {
  .cid-sLYF2bxqKU .card-box {
    padding: 1rem 2rem 5rem 1rem
  }
  .cid-sLYF2bxqKU .number {
    margin: auto
  }
}

.cid-sLYF2bxqKU .mbr-text {
  color: #cccccc
}

.cid-sLYF2bxqKU .text2 {
  color: #333333;
  text-align: left
}

.cid-sLYF2bxqKU .text3 {
  color: #333333;
  text-align: left
}

.cid-sLYF2bxqKU .title2 {
  color: #282124
}

.cid-sLYF2bxqKU .title1 {
  color: #282124
}

.cid-sLYF2bxqKU .title3 {
  color: #282124
}

.cid-sLYF2bxqKU .title4 {
  color: #282124
}

.cid-sLYF2bxqKU .text4 {
  color: #282124;
  text-align: left
}

.cid-sLYF2bxqKU .text1 {
  color: #282124;
  text-align: left
}

.cid-sLYF2bxqKU .title3 B {
  color: #c1c1c1
}

.cid-sLYF2bxqKU H1 {
  color: #333333
}

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

.cid-sLYGg9pLeE .card-wrapper {
  position: relative;
  margin: 0.5rem
}

.cid-sLYGg9pLeE .card-wrapper:hover img {
  transform: scale(1.1)
}

@media (max-width: 1400px) {
  .cid-sLYGg9pLeE .card-wrapper {
    margin: 0
  }
}

.cid-sLYGg9pLeE .card {
  height: 430px
}

@media (min-width: 767px) {
  .cid-sLYGg9pLeE .row {
    padding: 0 4rem
  }
}

.cid-sLYGg9pLeE .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #ffd248
}

.cid-sLYGg9pLeE .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem
}

.cid-sLYGg9pLeE .card-box {
  padding: 1rem;
  width: 100%
}

.cid-sLYGg9pLeE .card1 {
  background-color: #f4f4f4
}

.cid-sLYGg9pLeE .card2 {
  background-color: #f4f4f4
}

.cid-sLYGg9pLeE .card3 {
  background-color: #f4f4f4
}

.cid-sLYGg9pLeE .card4 {
  background-color: #f4f4f4
}

.cid-sLYGg9pLeE img {
  width: 100%;
  transition: 5s;
  object-fit: cover
}

.cid-sLYGg9pLeE .img-wrap {
  max-height: 200px;
  overflow: hidden
}

.cid-sLYGg9pLeE .container {
  max-width: 1500px
}

.cid-sLYGg9pLeE .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden
}

.cid-sLYGg9pLeE .mbr-iconfont {
  font-size: 1.3rem;
  color: #333333;
  display: flex;
  justify-content: center
}

.cid-sLYGg9pLeE P {
  color: #c1c1c1
}

@media (max-width: 1200px) {
  .cid-sLYGg9pLeE .img-wrap {
    max-height: 180px
  }
}

@media (max-width: 992px) {
  .cid-sLYGg9pLeE .card-box {
    margin: 0;
    padding: 2rem 2rem 6rem
  }
  .cid-sLYGg9pLeE .col2, .cid-sLYGg9pLeE .col3, .cid-sLYGg9pLeE .col4 {
    margin-top: 0
  }
  .cid-sLYGg9pLeE .img-wrap {
    max-height: 180px
  }
}

@media (max-width: 767px) {
  .cid-sLYGg9pLeE .card-box {
    padding: 1rem 2rem 5rem 1rem
  }
  .cid-sLYGg9pLeE .number {
    margin: auto
  }
}

.cid-sLYGg9pLeE .mbr-text {
  color: #cccccc
}

.cid-sLYGg9pLeE .text2 {
  color: #333333;
  text-align: left
}

.cid-sLYGg9pLeE .text3 {
  color: #333333;
  text-align: left
}

.cid-sLYGg9pLeE .title2 {
  color: #282124
}

.cid-sLYGg9pLeE .title1 {
  color: #282124
}

.cid-sLYGg9pLeE .title3 {
  color: #282124
}

.cid-sLYGg9pLeE .title4 {
  color: #282124
}

.cid-sLYGg9pLeE .text4 {
  color: #282124;
  text-align: left
}

.cid-sLYGg9pLeE .text1 {
  color: #282124;
  text-align: left
}

.cid-sLYGg9pLeE .title3 B {
  color: #c1c1c1
}

.cid-sLYGg9pLeE H1 {
  color: #333333
}

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

.cid-sLYGgX7HPP .card-wrapper {
  position: relative;
  margin: 0.5rem
}

.cid-sLYGgX7HPP .card-wrapper:hover img {
  transform: scale(1.1)
}

@media (max-width: 1400px) {
  .cid-sLYGgX7HPP .card-wrapper {
    margin: 0
  }
}

.cid-sLYGgX7HPP .card {
  height: 420px
}

@media (min-width: 767px) {
  .cid-sLYGgX7HPP .row {
    padding: 0 4rem
  }
}

.cid-sLYGgX7HPP .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #ffd248
}

.cid-sLYGgX7HPP .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem
}

.cid-sLYGgX7HPP .card-box {
  padding: 1rem;
  width: 100%
}

.cid-sLYGgX7HPP .card1 {
  background-color: #f4f4f4
}

.cid-sLYGgX7HPP .card2 {
  background-color: #f4f4f4
}

.cid-sLYGgX7HPP .card3 {
  background-color: #f4f4f4
}

.cid-sLYGgX7HPP .card4 {
  background-color: #f4f4f4
}

.cid-sLYGgX7HPP img {
  width: 100%;
  transition: 5s;
  object-fit: cover
}

.cid-sLYGgX7HPP .img-wrap {
  max-height: 200px;
  overflow: hidden
}

.cid-sLYGgX7HPP .container {
  max-width: 1500px
}

.cid-sLYGgX7HPP .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden
}

.cid-sLYGgX7HPP .mbr-iconfont {
  font-size: 1.3rem;
  color: #333333;
  display: flex;
  justify-content: center
}

.cid-sLYGgX7HPP P {
  color: #c1c1c1
}

@media (max-width: 1200px) {
  .cid-sLYGgX7HPP .img-wrap {
    max-height: 180px
  }
}

@media (max-width: 992px) {
  .cid-sLYGgX7HPP .card-box {
    margin: 0;
    padding: 2rem 2rem 6rem
  }
  .cid-sLYGgX7HPP .col2, .cid-sLYGgX7HPP .col3, .cid-sLYGgX7HPP .col4 {
    margin-top: 0
  }
  .cid-sLYGgX7HPP .img-wrap {
    max-height: 180px
  }
}

@media (max-width: 767px) {
  .cid-sLYGgX7HPP .card-box {
    padding: 1rem 2rem 5rem 1rem
  }
  .cid-sLYGgX7HPP .number {
    margin: auto
  }
}

.cid-sLYGgX7HPP .mbr-text {
  color: #cccccc
}

.cid-sLYGgX7HPP .text2 {
  color: #333333;
  text-align: left
}

.cid-sLYGgX7HPP .text3 {
  color: #333333;
  text-align: left
}

.cid-sLYGgX7HPP .title2 {
  color: #282124
}

.cid-sLYGgX7HPP .title1 {
  color: #282124
}

.cid-sLYGgX7HPP .title3 {
  color: #282124
}

.cid-sLYGgX7HPP .title4 {
  color: #282124
}

.cid-sLYGgX7HPP .text4 {
  color: #282124;
  text-align: left
}

.cid-sLYGgX7HPP .text1 {
  color: #282124;
  text-align: left
}

.cid-sLYGgX7HPP .title3 B {
  color: #c1c1c1
}

.cid-sLYGgX7HPP H1 {
  color: #333333
}

.cid-sLZbsnBG8B {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff
}

.cid-sLZbsnBG8B .card-wrapper {
  position: relative;
  margin: 0.5rem
}

.cid-sLZbsnBG8B .card-wrapper:hover img {
  transform: scale(1.1)
}

@media (max-width: 1400px) {
  .cid-sLZbsnBG8B .card-wrapper {
    margin: 0
  }
}

.cid-sLZbsnBG8B .card {
  height: 400px
}

@media (min-width: 767px) {
  .cid-sLZbsnBG8B .row {
    padding: 0 4rem
  }
}

.cid-sLZbsnBG8B .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #ffd248
}

.cid-sLZbsnBG8B .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem
}

.cid-sLZbsnBG8B .card-box {
  padding: 1rem;
  width: 100%
}

.cid-sLZbsnBG8B .card1 {
  background-color: #f4f4f4
}

.cid-sLZbsnBG8B .card2 {
  background-color: #f4f4f4
}

.cid-sLZbsnBG8B .card3 {
  background-color: #f4f4f4
}

.cid-sLZbsnBG8B .card4 {
  background-color: #f4f4f4
}

.cid-sLZbsnBG8B img {
  width: 100%;
  transition: 5s;
  object-fit: cover
}

.cid-sLZbsnBG8B .img-wrap {
  max-height: 200px;
  overflow: hidden
}

.cid-sLZbsnBG8B .container {
  max-width: 1500px
}

.cid-sLZbsnBG8B .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden
}

.cid-sLZbsnBG8B .mbr-iconfont {
  font-size: 1.3rem;
  color: #333333;
  display: flex;
  justify-content: center
}

.cid-sLZbsnBG8B P {
  color: #282124
}

@media (max-width: 1200px) {
  .cid-sLZbsnBG8B .img-wrap {
    max-height: 180px
  }
}

@media (max-width: 992px) {
  .cid-sLZbsnBG8B .card-box {
    margin: 0;
    padding: 2rem 2rem 6rem
  }
  .cid-sLZbsnBG8B .col2, .cid-sLZbsnBG8B .col3, .cid-sLZbsnBG8B .col4 {
    margin-top: 0
  }
  .cid-sLZbsnBG8B .img-wrap {
    max-height: 180px
  }
}

@media (max-width: 767px) {
  .cid-sLZbsnBG8B .card-box {
    padding: 1rem 2rem 5rem 1rem
  }
  .cid-sLZbsnBG8B .number {
    margin: auto
  }
}

.cid-sLZbsnBG8B .mbr-text {
  color: #cccccc
}

.cid-sLZbsnBG8B .text2 {
  color: #333333;
  text-align: left
}

.cid-sLZbsnBG8B .text3 {
  color: #333333;
  text-align: left
}

.cid-sLZbsnBG8B .title2 {
  color: #282124
}

.cid-sLZbsnBG8B .title1 {
  color: #282124
}

.cid-sLZbsnBG8B .title3 {
  color: #282124
}

.cid-sLZbsnBG8B .title4 {
  color: #282124
}

.cid-sLZbsnBG8B .text4 {
  color: #282124;
  text-align: left
}

.cid-sLZbsnBG8B .text1 {
  color: #282124;
  text-align: left
}

.cid-sLZbsnBG8B .title3 B {
  color: #c1c1c1
}

.cid-sLZbsnBG8B H1 {
  color: #333333
}

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

.cid-sLZoHTGitl .card-wrapper {
  position: relative;
  margin: 0.5rem
}

.cid-sLZoHTGitl .card-wrapper:hover img {
  transform: scale(1.1)
}

@media (max-width: 1400px) {
  .cid-sLZoHTGitl .card-wrapper {
    margin: 0
  }
}

.cid-sLZoHTGitl .card {
  height: 400px
}

@media (min-width: 767px) {
  .cid-sLZoHTGitl .row {
    padding: 0 4rem
  }
}

.cid-sLZoHTGitl .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #ffd248
}

.cid-sLZoHTGitl .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem
}

.cid-sLZoHTGitl .card-box {
  padding: 1rem;
  width: 100%
}

.cid-sLZoHTGitl .card1 {
  background-color: #f4f4f4
}

.cid-sLZoHTGitl .card2 {
  background-color: #f4f4f4
}

.cid-sLZoHTGitl .card3 {
  background-color: #f4f4f4
}

.cid-sLZoHTGitl .card4 {
  background-color: #f4f4f4
}

.cid-sLZoHTGitl img {
  width: 100%;
  transition: 5s;
  object-fit: cover
}

.cid-sLZoHTGitl .img-wrap {
  max-height: 200px;
  overflow: hidden
}

.cid-sLZoHTGitl .container {
  max-width: 1500px
}

.cid-sLZoHTGitl .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden
}

.cid-sLZoHTGitl .mbr-iconfont {
  font-size: 1.3rem;
  color: #333333;
  display: flex;
  justify-content: center
}

.cid-sLZoHTGitl P {
  color: #c1c1c1
}

@media (max-width: 1200px) {
  .cid-sLZoHTGitl .img-wrap {
    max-height: 180px
  }
}

@media (max-width: 992px) {
  .cid-sLZoHTGitl .card-box {
    margin: 0;
    padding: 2rem 2rem 6rem
  }
  .cid-sLZoHTGitl .col2, .cid-sLZoHTGitl .col3, .cid-sLZoHTGitl .col4 {
    margin-top: 0
  }
  .cid-sLZoHTGitl .img-wrap {
    max-height: 180px
  }
}

@media (max-width: 767px) {
  .cid-sLZoHTGitl .card-box {
    padding: 1rem 2rem 5rem 1rem
  }
  .cid-sLZoHTGitl .number {
    margin: auto
  }
}

.cid-sLZoHTGitl .mbr-text {
  color: #cccccc
}

.cid-sLZoHTGitl .text2 {
  color: #333333;
  text-align: left
}

.cid-sLZoHTGitl .text3 {
  color: #333333;
  text-align: left
}

.cid-sLZoHTGitl .title2 {
  color: #282124
}

.cid-sLZoHTGitl .title1 {
  color: #282124
}

.cid-sLZoHTGitl .title3 {
  color: #282124
}

.cid-sLZoHTGitl .title4 {
  color: #282124
}

.cid-sLZoHTGitl .text4 {
  color: #282124;
  text-align: left
}

.cid-sLZoHTGitl .text1 {
  color: #282124;
  text-align: left
}

.cid-sLZoHTGitl .title3 B {
  color: #c1c1c1
}

.cid-sLZoHTGitl H1 {
  color: #333333
}

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

.cid-sLZp31UqNT .card-wrapper {
  position: relative;
  margin: 0.5rem
}

.cid-sLZp31UqNT .card-wrapper:hover img {
  transform: scale(1.1)
}

@media (max-width: 1400px) {
  .cid-sLZp31UqNT .card-wrapper {
    margin: 0
  }
}

.cid-sLZp31UqNT .card {
  height: 400px
}

@media (min-width: 767px) {
  .cid-sLZp31UqNT .row {
    padding: 0 4rem
  }
}

.cid-sLZp31UqNT .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #ffd248
}

.cid-sLZp31UqNT .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem
}

.cid-sLZp31UqNT .card-box {
  padding: 1rem;
  width: 100%
}

.cid-sLZp31UqNT .card1 {
  background-color: #f4f4f4
}

.cid-sLZp31UqNT .card2 {
  background-color: #f4f4f4
}

.cid-sLZp31UqNT .card3 {
  background-color: #f4f4f4
}

.cid-sLZp31UqNT .card4 {
  background-color: #f4f4f4
}

.cid-sLZp31UqNT img {
  width: 100%;
  transition: 5s;
  object-fit: cover
}

.cid-sLZp31UqNT .img-wrap {
  max-height: 200px;
  overflow: hidden
}

.cid-sLZp31UqNT .container {
  max-width: 1500px
}

.cid-sLZp31UqNT .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden
}

.cid-sLZp31UqNT .mbr-iconfont {
  font-size: 1.3rem;
  color: #333333;
  display: flex;
  justify-content: center
}

.cid-sLZp31UqNT P {
  color: #c1c1c1
}

@media (max-width: 1200px) {
  .cid-sLZp31UqNT .img-wrap {
    max-height: 180px
  }
}

@media (max-width: 992px) {
  .cid-sLZp31UqNT .card-box {
    margin: 0;
    padding: 2rem 2rem 6rem
  }
  .cid-sLZp31UqNT .col2, .cid-sLZp31UqNT .col3, .cid-sLZp31UqNT .col4 {
    margin-top: 0
  }
  .cid-sLZp31UqNT .img-wrap {
    max-height: 180px
  }
}

@media (max-width: 767px) {
  .cid-sLZp31UqNT .card-box {
    padding: 1rem 2rem 5rem 1rem
  }
  .cid-sLZp31UqNT .number {
    margin: auto
  }
}

.cid-sLZp31UqNT .mbr-text {
  color: #cccccc
}

.cid-sLZp31UqNT .text2 {
  color: #333333;
  text-align: left
}

.cid-sLZp31UqNT .text3 {
  color: #333333
}

.cid-sLZp31UqNT .title2 {
  color: #282124
}

.cid-sLZp31UqNT .title1 {
  color: #282124
}

.cid-sLZp31UqNT .title3 {
  color: #282124
}

.cid-sLZp31UqNT .title4 {
  color: #282124
}

.cid-sLZp31UqNT .text4 {
  color: #282124
}

.cid-sLZp31UqNT .text1 {
  color: #282124;
  text-align: left
}

.cid-sLZp31UqNT .title3 B {
  color: #c1c1c1
}

.cid-sLZp31UqNT H1 {
  color: #333333
}

.cid-sM10e5UF3e {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff
}

.cid-sM10e5UF3e .card-wrapper {
  display: flex
}

@media (max-width: 991px) {
  .cid-sM10e5UF3e .card-wrapper {
    margin-bottom: 2rem
  }
}

@media (max-width: 767px) {
  .cid-sM10e5UF3e .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
    align-items: center;
    margin-bottom: 2rem
  }
}

.cid-sM10e5UF3e .card-box {
  margin: auto
}

.cid-sM10e5UF3e .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 4rem;
  padding-right: 1.5rem;
  color: #f58f3d
}

@media (max-width: 767px) {
  .cid-sM10e5UF3e .iconfont-wrapper .mbr-iconfont {
    padding-right: 0;
    margin-bottom: 1rem
  }
}

.cid-sM10e5UF3e .mbr-section-title {
  border-top: 1px solid #a6a6a6;
  padding-top: 1rem
}

.cid-sM10e5UF3e .card-text {
  color: #a6a6a6
}

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

.cid-sM10wOn4bg .card-wrapper {
  display: flex
}

@media (max-width: 991px) {
  .cid-sM10wOn4bg .card-wrapper {
    margin-bottom: 2rem
  }
}

@media (max-width: 767px) {
  .cid-sM10wOn4bg .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
    align-items: center;
    margin-bottom: 2rem
  }
}

.cid-sM10wOn4bg .card-box {
  margin: auto
}

.cid-sM10wOn4bg .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 4rem;
  padding-right: 1.5rem;
  color: #f58f3d
}

@media (max-width: 767px) {
  .cid-sM10wOn4bg .iconfont-wrapper .mbr-iconfont {
    padding-right: 0;
    margin-bottom: 1rem
  }
}

.cid-sM10wOn4bg .mbr-section-title {
  border-top: 1px solid #a6a6a6;
  padding-top: 1rem
}

.cid-sM10wOn4bg .card-text {
  color: #a6a6a6
}

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

.cid-sM10xvhAtq .card-wrapper {
  display: flex
}

@media (max-width: 991px) {
  .cid-sM10xvhAtq .card-wrapper {
    margin-bottom: 2rem
  }
}

@media (max-width: 767px) {
  .cid-sM10xvhAtq .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
    align-items: center;
    margin-bottom: 2rem
  }
}

.cid-sM10xvhAtq .card-box {
  margin: auto
}

.cid-sM10xvhAtq .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 4rem;
  padding-right: 1.5rem;
  color: #f58f3d
}

@media (max-width: 767px) {
  .cid-sM10xvhAtq .iconfont-wrapper .mbr-iconfont {
    padding-right: 0;
    margin-bottom: 1rem
  }
}

.cid-sM10xvhAtq .mbr-section-title {
  border-top: 1px solid #a6a6a6;
  padding-top: 1rem
}

.cid-sM10xvhAtq .card-text {
  color: #a6a6a6
}

.cid-sM3NRwnrpE {
  padding-top: 135px;
  padding-bottom: 30px;
  background-color: #ffd248
}

.cid-sM3NRwnrpE .row {
  position: relative
}

.cid-sM3NRwnrpE .container {
  max-width: 1500px
}

.cid-sM3NRwnrpE .container {
  padding-right: 8rem !important
}

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

.cid-sM3NRwnrpE .content-wrapper {
  max-width: 800px
}

.cid-sM3NRwnrpE H1 {
  color: #333333;
  text-align: left
}

.cid-sM3NRwnrpE .mbr-section-btn, .cid-sM3NRwnrpE .mbr-text {
  color: #333333
}

.cid-sM3NRwnrpE H3 {
  color: #333333;
  text-align: left
}

@media (min-width: 767px) {
  .cid-sM3NRwnrpE .container {
    padding: 0 4rem
  }
}

@media (max-width: 767px) {
  .cid-sM3NRwnrpE .container {
    padding-right: 4rem !important
  }
}

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

.cid-sM3NRwIqoG .item-wrapper {
  width: 100%
}

.cid-sM3NRwIqoG .left-side {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px
}

.cid-sM3NRwIqoG .row {
  align-items: stretch
}

@media (max-width: 600px) {
  .cid-sM3NRwIqoG .mbr-section-btn {
    margin-bottom: 25px
  }
  .cid-sM3NRwIqoG .mbr-section-title {
    margin-top: 25px
  }
  .cid-sM3NRwIqoG .left-side {
    padding: 1rem
  }
}

.cid-sM3NRwIqoG .mbr-section-subtitle {
  padding-top: 0
}

.cid-sM3NRwIqoG .mbr-section-btn {
  border: 2px solid #149dcc
}

.cid-sM3NRwIqoG .mbr-section-btn:hover {
  background-color: #149dcc;
  border: 2px solid #149dcc
}

.cid-sM3NRwIqoG .lin {
  position: relative;
  display: inline;
  color: #626262;
  text-transform: uppercase;
  margin-top: 1.25rem;
  transition: all 0.2s ease-in-out
}

.cid-sM3NRwIqoG .line {
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 3px;
  background-color: #149dcc;
  opacity: 1
}

.cid-sM3NRwIqoG .lin:hover {
  color: #149dcc
}

.cid-sM3NRwIqoG .mbr-link {
  text-align: left;
  margin-top: 1rem
}

.cid-sM3NRwIqoG a {
  font-weight: 700
}

.cid-sM3NRwIqoG .text-primary {
  color: #626262 !important
}

.cid-sM3NRwIqoG P {
  color: #333333
}

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

.cid-sM3NRx8xBz .content-wrapper {
  background: #ffffff
}

@media (max-width: 991px) {
  .cid-sM3NRx8xBz .content-wrapper .image-wrapper {
    margin-bottom: 0 !important
  }
  .cid-sM3NRx8xBz .content-wrapper .image-wrapper.reverse {
    margin-bottom: 2rem !important
  }
}

@media (max-width: 767px) {
  .cid-sM3NRx8xBz .content-wrapper {
    padding: 1rem
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cid-sM3NRx8xBz .content-wrapper {
    padding: 2rem
  }
}

@media (min-width: 992px) {
  .cid-sM3NRx8xBz .content-wrapper {
    padding: 4rem
  }
  .cid-sM3NRx8xBz .content-wrapper .order-2 .text-wrapper {
    padding-left: 6.4rem;
    padding-right: 0
  }
  .cid-sM3NRx8xBz .content-wrapper .text-wrapper {
    padding-right: 6.4rem
  }
}

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

.cid-sM3NRx8xBz .card-title {
  margin-bottom: 1.88rem !important;
  color: #1d1e22
}

.cid-sM3NRx8xBz .mbr-section-btn, .cid-sM3NRx8xBz .mbr-text {
  color: #333333
}

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

.cid-sM3NRwWc5v .link-wrap {
  width: 100%
}

.cid-sM3NRwWc5v .card-box, .cid-sM3NRwWc5v .img-wrapper {
  width: 50%
}

.cid-sM3NRwWc5v img {
  margin: auto;
  width: 320px
}

.cid-sM3NRwWc5v .link {
  display: inline-block
}

.cid-sM3NRwWc5v .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600
}

.cid-sM3NRwWc5v .link a:before {
  position: absolute;
  right: 0;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem
}

.cid-sM3NRwWc5v .link a:hover {
  text-decoration: underline
}

.cid-sM3NRwWc5v .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s
}

.cid-sM3NRwWc5v .card-wrapper {
  padding: 3rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center
}

.cid-sM3NRwWc5v .link, .cid-sM3NRwWc5v .link-wrap {
  color: #ffffff
}

@media (max-width: 992px) {
  .cid-sM3NRwWc5v .card {
    margin-bottom: 2rem
  }
  .cid-sM3NRwWc5v img {
    width: 100%
  }
  .cid-sM3NRwWc5v .card-wrapper {
    flex-direction: column
  }
  .cid-sM3NRwWc5v .card-box, .cid-sM3NRwWc5v .img-wrapper {
    width: 100%
  }
}

@media (max-width: 767px) {
  .cid-sM3NRwWc5v .card-wrapper {
    padding: 3rem 1rem
  }
  .cid-sM3NRwWc5v .card-box, .cid-sM3NRwWc5v .img-wrapper {
    width: 100%
  }
}

.cid-sM3NRwWc5v .card-subtitle {
  color: #0077ff
}

.cid-sM3NRwWc5v .link-wrap, .cid-sM3NRwWc5v .mbr-text {
  color: #333333;
  text-align: left
}

.cid-sM3NRwWc5v .card-box, .cid-sM3NRwWc5v .card-title {
  text-align: left
}

.cid-sM3NRxBABI {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff
}

.cid-sM3NRxBABI P {
  text-align: center
}

.cid-sM3SP2XcKD {
  padding-top: 135px;
  padding-bottom: 30px;
  background-color: #ffd248
}

.cid-sM3SP2XcKD .row {
  position: relative
}

.cid-sM3SP2XcKD .container {
  max-width: 1500px
}

.cid-sM3SP2XcKD .container {
  padding-right: 8rem !important
}

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

.cid-sM3SP2XcKD .content-wrapper {
  max-width: 800px
}

.cid-sM3SP2XcKD H1 {
  color: #333333;
  text-align: left
}

.cid-sM3SP2XcKD .mbr-section-btn, .cid-sM3SP2XcKD .mbr-text {
  color: #333333
}

.cid-sM3SP2XcKD H3 {
  color: #333333;
  text-align: left
}

@media (min-width: 767px) {
  .cid-sM3SP2XcKD .container {
    padding: 0 4rem
  }
}

@media (max-width: 767px) {
  .cid-sM3SP2XcKD .container {
    padding-right: 4rem !important
  }
}

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

.cid-sM3SP3eGM5 .item-wrapper {
  width: 100%
}

.cid-sM3SP3eGM5 .left-side {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px
}

.cid-sM3SP3eGM5 .row {
  align-items: stretch
}

@media (max-width: 600px) {
  .cid-sM3SP3eGM5 .mbr-section-btn {
    margin-bottom: 25px
  }
  .cid-sM3SP3eGM5 .mbr-section-title {
    margin-top: 25px
  }
  .cid-sM3SP3eGM5 .left-side {
    padding: 1rem
  }
}

.cid-sM3SP3eGM5 .mbr-section-subtitle {
  padding-top: 0
}

.cid-sM3SP3eGM5 .mbr-section-btn {
  border: 2px solid #149dcc
}

.cid-sM3SP3eGM5 .mbr-section-btn:hover {
  background-color: #149dcc;
  border: 2px solid #149dcc
}

.cid-sM3SP3eGM5 .lin {
  position: relative;
  display: inline;
  color: #626262;
  text-transform: uppercase;
  margin-top: 1.25rem;
  transition: all 0.2s ease-in-out
}

.cid-sM3SP3eGM5 .line {
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 3px;
  background-color: #149dcc;
  opacity: 1
}

.cid-sM3SP3eGM5 .lin:hover {
  color: #149dcc
}

.cid-sM3SP3eGM5 .mbr-link {
  text-align: left;
  margin-top: 1rem
}

.cid-sM3SP3eGM5 a {
  font-weight: 700
}

.cid-sM3SP3eGM5 .text-primary {
  color: #626262 !important
}

.cid-sM3SP3eGM5 P {
  color: #333333
}

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

.cid-sM3SP3pcFJ .link-wrap {
  width: 100%
}

.cid-sM3SP3pcFJ .card-box, .cid-sM3SP3pcFJ .img-wrapper {
  width: 50%
}

.cid-sM3SP3pcFJ img {
  margin: auto;
  width: 100%
}

.cid-sM3SP3pcFJ .link {
  display: inline-block
}

.cid-sM3SP3pcFJ .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600
}

.cid-sM3SP3pcFJ .link a:before {
  position: absolute;
  right: 0;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem
}

.cid-sM3SP3pcFJ .link a:hover {
  text-decoration: underline
}

.cid-sM3SP3pcFJ .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s
}

.cid-sM3SP3pcFJ .card-wrapper {
  padding: 3rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center
}

.cid-sM3SP3pcFJ .link, .cid-sM3SP3pcFJ .link-wrap {
  color: #ffffff
}

@media (max-width: 992px) {
  .cid-sM3SP3pcFJ .card {
    margin-bottom: 2rem
  }
  .cid-sM3SP3pcFJ img {
    width: 100%
  }
  .cid-sM3SP3pcFJ .card-wrapper {
    flex-direction: column
  }
  .cid-sM3SP3pcFJ .card-box, .cid-sM3SP3pcFJ .img-wrapper {
    width: 100%
  }
}

@media (max-width: 767px) {
  .cid-sM3SP3pcFJ .card-wrapper {
    padding: 3rem 1rem
  }
  .cid-sM3SP3pcFJ .card-box, .cid-sM3SP3pcFJ .img-wrapper {
    width: 100%
  }
}

.cid-sM3SP3pcFJ .card-subtitle {
  color: #0077ff
}

.cid-sM3SP3pcFJ .link-wrap, .cid-sM3SP3pcFJ .mbr-text {
  color: #333333;
  text-align: left
}

.cid-sM3SP3pcFJ .card-box, .cid-sM3SP3pcFJ .card-title {
  text-align: left
}

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

@media (max-width: 991px) {
  .cid-sM3VUURF24 .image-wrapper {
    margin-bottom: 1rem
  }
}

.cid-sM3VUURF24 .row {
  flex-direction: row-reverse
}

.cid-sM3VUURF24 img {
  width: 100%
}

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

.cid-sM3SP3BySO .content-wrapper {
  background: #ffffff
}

@media (max-width: 991px) {
  .cid-sM3SP3BySO .content-wrapper .image-wrapper {
    margin-bottom: 0 !important
  }
  .cid-sM3SP3BySO .content-wrapper .image-wrapper.reverse {
    margin-bottom: 2rem !important
  }
}

@media (max-width: 767px) {
  .cid-sM3SP3BySO .content-wrapper {
    padding: 1rem
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cid-sM3SP3BySO .content-wrapper {
    padding: 2rem
  }
}

@media (min-width: 992px) {
  .cid-sM3SP3BySO .content-wrapper {
    padding: 4rem
  }
  .cid-sM3SP3BySO .content-wrapper .order-2 .text-wrapper {
    padding-left: 6.4rem;
    padding-right: 0
  }
  .cid-sM3SP3BySO .content-wrapper .text-wrapper {
    padding-right: 6.4rem
  }
}

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

.cid-sM3SP3BySO .card-title {
  margin-bottom: 1.88rem !important;
  color: #1d1e22
}

.cid-sM3SP3BySO .mbr-section-btn, .cid-sM3SP3BySO .mbr-text {
  color: #333333
}

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

@media (max-width: 991px) {
  .cid-sM3WzCWzET .image-wrapper {
    margin-bottom: 1rem
  }
}

.cid-sM3WzCWzET .row {
  flex-direction: row-reverse
}

.cid-sM3WzCWzET img {
  width: 100%
}

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

.cid-sM3SP3N9jp .content-wrapper {
  background: #ffffff
}

@media (max-width: 991px) {
  .cid-sM3SP3N9jp .content-wrapper .image-wrapper {
    margin-bottom: 0 !important
  }
  .cid-sM3SP3N9jp .content-wrapper .image-wrapper.reverse {
    margin-bottom: 2rem !important
  }
}

@media (max-width: 767px) {
  .cid-sM3SP3N9jp .content-wrapper {
    padding: 1rem
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cid-sM3SP3N9jp .content-wrapper {
    padding: 2rem
  }
}

@media (min-width: 992px) {
  .cid-sM3SP3N9jp .content-wrapper {
    padding: 4rem
  }
  .cid-sM3SP3N9jp .content-wrapper .order-2 .text-wrapper {
    padding-left: 6.4rem;
    padding-right: 0
  }
  .cid-sM3SP3N9jp .content-wrapper .text-wrapper {
    padding-right: 6.4rem
  }
}

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

.cid-sM3SP3N9jp .card-title {
  margin-bottom: 1.88rem !important;
  color: #1d1e22
}

.cid-sM3SP3N9jp .mbr-section-btn, .cid-sM3SP3N9jp .mbr-text {
  color: #333333
}

.cid-sM3SP3YDAj {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff
}

.cid-sM3SP3YDAj P {
  text-align: center
}

.cid-sM3XeIrtvE {
  padding-top: 135px;
  padding-bottom: 30px;
  background-color: #ffd248
}

.cid-sM3XeIrtvE .row {
  position: relative
}

.cid-sM3XeIrtvE .container {
  max-width: 1500px
}

.cid-sM3XeIrtvE .container {
  padding-right: 8rem !important
}

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

.cid-sM3XeIrtvE .content-wrapper {
  max-width: 800px
}

.cid-sM3XeIrtvE H1 {
  color: #333333;
  text-align: left
}

.cid-sM3XeIrtvE .mbr-section-btn, .cid-sM3XeIrtvE .mbr-text {
  color: #333333
}

.cid-sM3XeIrtvE H3 {
  color: #333333;
  text-align: left
}

@media (min-width: 767px) {
  .cid-sM3XeIrtvE .container {
    padding: 0 4rem
  }
}

@media (max-width: 767px) {
  .cid-sM3XeIrtvE .container {
    padding-right: 4rem !important
  }
}

.cid-sM3XeIrtvE H4 {
  text-align: right
}

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

.cid-sM3XeILU5Y .item-wrapper {
  width: 100%
}

.cid-sM3XeILU5Y .left-side {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px
}

.cid-sM3XeILU5Y .row {
  align-items: stretch
}

@media (max-width: 600px) {
  .cid-sM3XeILU5Y .mbr-section-btn {
    margin-bottom: 25px
  }
  .cid-sM3XeILU5Y .mbr-section-title {
    margin-top: 25px
  }
  .cid-sM3XeILU5Y .left-side {
    padding: 1rem
  }
}

.cid-sM3XeILU5Y .mbr-section-subtitle {
  padding-top: 0
}

.cid-sM3XeILU5Y .mbr-section-btn {
  border: 2px solid #149dcc
}

.cid-sM3XeILU5Y .mbr-section-btn:hover {
  background-color: #149dcc;
  border: 2px solid #149dcc
}

.cid-sM3XeILU5Y .lin {
  position: relative;
  display: inline;
  color: #626262;
  text-transform: uppercase;
  margin-top: 1.25rem;
  transition: all 0.2s ease-in-out
}

.cid-sM3XeILU5Y .line {
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 3px;
  background-color: #149dcc;
  opacity: 1
}

.cid-sM3XeILU5Y .lin:hover {
  color: #149dcc
}

.cid-sM3XeILU5Y .mbr-link {
  text-align: left;
  margin-top: 1rem
}

.cid-sM3XeILU5Y a {
  font-weight: 700
}

.cid-sM3XeILU5Y .text-primary {
  color: #626262 !important
}

.cid-sM3XeILU5Y P {
  color: #333333
}

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

.cid-sM3XeIZMJg .link-wrap {
  width: 100%
}

.cid-sM3XeIZMJg .card-box, .cid-sM3XeIZMJg .img-wrapper {
  width: 50%
}

.cid-sM3XeIZMJg img {
  margin: auto;
  width: 100%
}

.cid-sM3XeIZMJg .link {
  display: inline-block
}

.cid-sM3XeIZMJg .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600
}

.cid-sM3XeIZMJg .link a:before {
  position: absolute;
  right: 0;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem
}

.cid-sM3XeIZMJg .link a:hover {
  text-decoration: underline
}

.cid-sM3XeIZMJg .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s
}

.cid-sM3XeIZMJg .card-wrapper {
  padding: 3rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center
}

.cid-sM3XeIZMJg .link, .cid-sM3XeIZMJg .link-wrap {
  color: #ffffff
}

@media (max-width: 992px) {
  .cid-sM3XeIZMJg .card {
    margin-bottom: 2rem
  }
  .cid-sM3XeIZMJg img {
    width: 100%
  }
  .cid-sM3XeIZMJg .card-wrapper {
    flex-direction: column
  }
  .cid-sM3XeIZMJg .card-box, .cid-sM3XeIZMJg .img-wrapper {
    width: 100%
  }
}

@media (max-width: 767px) {
  .cid-sM3XeIZMJg .card-wrapper {
    padding: 3rem 1rem
  }
  .cid-sM3XeIZMJg .card-box, .cid-sM3XeIZMJg .img-wrapper {
    width: 100%
  }
}

.cid-sM3XeIZMJg .card-subtitle {
  color: #0077ff
}

.cid-sM3XeIZMJg .link-wrap, .cid-sM3XeIZMJg .mbr-text {
  color: #333333;
  text-align: left
}

.cid-sM3XeIZMJg .card-box, .cid-sM3XeIZMJg .card-title {
  text-align: left
}

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

.cid-sM3XeJhiSn .content-wrapper {
  background: #ffffff
}

@media (max-width: 991px) {
  .cid-sM3XeJhiSn .content-wrapper .image-wrapper {
    margin-bottom: 0 !important
  }
  .cid-sM3XeJhiSn .content-wrapper .image-wrapper.reverse {
    margin-bottom: 2rem !important
  }
}

@media (max-width: 767px) {
  .cid-sM3XeJhiSn .content-wrapper {
    padding: 1rem
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cid-sM3XeJhiSn .content-wrapper {
    padding: 2rem
  }
}

@media (min-width: 992px) {
  .cid-sM3XeJhiSn .content-wrapper {
    padding: 4rem
  }
  .cid-sM3XeJhiSn .content-wrapper .order-2 .text-wrapper {
    padding-left: 6.4rem;
    padding-right: 0
  }
  .cid-sM3XeJhiSn .content-wrapper .text-wrapper {
    padding-right: 6.4rem
  }
}

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

.cid-sM3XeJhiSn .card-title {
  margin-bottom: 1.88rem !important;
  color: #1d1e22
}

.cid-sM3XeJhiSn .mbr-section-btn, .cid-sM3XeJhiSn .mbr-text {
  color: #333333
}

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

.cid-sM3XeJAYDI .content-wrapper {
  background: #ffffff
}

@media (max-width: 991px) {
  .cid-sM3XeJAYDI .content-wrapper .image-wrapper {
    margin-bottom: 0 !important
  }
  .cid-sM3XeJAYDI .content-wrapper .image-wrapper.reverse {
    margin-bottom: 2rem !important
  }
}

@media (max-width: 767px) {
  .cid-sM3XeJAYDI .content-wrapper {
    padding: 1rem
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cid-sM3XeJAYDI .content-wrapper {
    padding: 2rem
  }
}

@media (min-width: 992px) {
  .cid-sM3XeJAYDI .content-wrapper {
    padding: 4rem
  }
  .cid-sM3XeJAYDI .content-wrapper .order-2 .text-wrapper {
    padding-left: 6.4rem;
    padding-right: 0
  }
  .cid-sM3XeJAYDI .content-wrapper .text-wrapper {
    padding-right: 6.4rem
  }
}

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

.cid-sM3XeJAYDI .card-title {
  margin-bottom: 1.88rem !important;
  color: #1d1e22
}

.cid-sM3XeJAYDI .mbr-section-btn, .cid-sM3XeJAYDI .mbr-text {
  color: #333333
}

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

.cid-sM3ZXVTioW .content-wrapper {
  background: #ffffff
}

@media (max-width: 991px) {
  .cid-sM3ZXVTioW .content-wrapper .image-wrapper {
    margin-bottom: 0 !important
  }
  .cid-sM3ZXVTioW .content-wrapper .image-wrapper.reverse {
    margin-bottom: 2rem !important
  }
}

@media (max-width: 767px) {
  .cid-sM3ZXVTioW .content-wrapper {
    padding: 1rem
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cid-sM3ZXVTioW .content-wrapper {
    padding: 2rem
  }
}

@media (min-width: 992px) {
  .cid-sM3ZXVTioW .content-wrapper {
    padding: 4rem
  }
  .cid-sM3ZXVTioW .content-wrapper .order-2 .text-wrapper {
    padding-left: 6.4rem;
    padding-right: 0
  }
  .cid-sM3ZXVTioW .content-wrapper .text-wrapper {
    padding-right: 6.4rem
  }
}

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

.cid-sM3ZXVTioW .card-title {
  margin-bottom: 1.88rem !important;
  color: #1d1e22
}

.cid-sM3ZXVTioW .mbr-section-btn, .cid-sM3ZXVTioW .mbr-text {
  color: #1d1e22
}

.cid-sM3XeJLpKk {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff
}

.cid-sM3XeJLpKk P {
  text-align: center
}

.cid-sM414HWhw6 {
  padding-top: 150px;
  padding-bottom: 30px;
  background-color: #ffd248
}

.cid-sM414HWhw6 .row {
  position: relative
}

.cid-sM414HWhw6 .container {
  max-width: 1500px
}

.cid-sM414HWhw6 .container {
  padding-right: 8rem !important
}

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

.cid-sM414HWhw6 .content-wrapper {
  max-width: 800px
}

.cid-sM414HWhw6 H1 {
  color: #333333
}

.cid-sM414HWhw6 .mbr-section-btn, .cid-sM414HWhw6 .mbr-text {
  color: #333333
}

.cid-sM414HWhw6 H3 {
  color: #333333;
  text-align: left
}

@media (min-width: 767px) {
  .cid-sM414HWhw6 .container {
    padding: 0 4rem
  }
}

@media (max-width: 767px) {
  .cid-sM414HWhw6 .container {
    padding-right: 4rem !important
  }
}

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

.cid-sM414Iuei0 .item-wrapper {
  width: 100%
}

.cid-sM414Iuei0 .left-side {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px
}

.cid-sM414Iuei0 .row {
  align-items: stretch
}

@media (max-width: 600px) {
  .cid-sM414Iuei0 .mbr-section-btn {
    margin-bottom: 25px
  }
  .cid-sM414Iuei0 .mbr-section-title {
    margin-top: 25px
  }
  .cid-sM414Iuei0 .left-side {
    padding: 1rem
  }
}

.cid-sM414Iuei0 .mbr-section-subtitle {
  padding-top: 0
}

.cid-sM414Iuei0 .mbr-section-btn {
  border: 2px solid #149dcc
}

.cid-sM414Iuei0 .mbr-section-btn:hover {
  background-color: #149dcc;
  border: 2px solid #149dcc
}

.cid-sM414Iuei0 .lin {
  position: relative;
  display: inline;
  color: #626262;
  text-transform: uppercase;
  margin-top: 1.25rem;
  transition: all 0.2s ease-in-out
}

.cid-sM414Iuei0 .line {
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 3px;
  background-color: #149dcc;
  opacity: 1
}

.cid-sM414Iuei0 .lin:hover {
  color: #149dcc
}

.cid-sM414Iuei0 .mbr-link {
  text-align: left;
  margin-top: 1rem
}

.cid-sM414Iuei0 a {
  font-weight: 700
}

.cid-sM414Iuei0 .text-primary {
  color: #626262 !important
}

.cid-sM414Iuei0 P {
  color: #333333
}

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

.cid-sM414IJxwY .link-wrap {
  width: 100%
}

.cid-sM414IJxwY .card-box, .cid-sM414IJxwY .img-wrapper {
  width: 50%
}

.cid-sM414IJxwY img {
  margin: auto;
  width: 100%
}

.cid-sM414IJxwY .link {
  display: inline-block
}

.cid-sM414IJxwY .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600
}

.cid-sM414IJxwY .link a:before {
  position: absolute;
  right: 0;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem
}

.cid-sM414IJxwY .link a:hover {
  text-decoration: underline
}

.cid-sM414IJxwY .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s
}

.cid-sM414IJxwY .card-wrapper {
  padding: 3rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center
}

.cid-sM414IJxwY .link, .cid-sM414IJxwY .link-wrap {
  color: #ffffff
}

@media (max-width: 992px) {
  .cid-sM414IJxwY .card {
    margin-bottom: 2rem
  }
  .cid-sM414IJxwY img {
    width: 100%
  }
  .cid-sM414IJxwY .card-wrapper {
    flex-direction: column
  }
  .cid-sM414IJxwY .card-box, .cid-sM414IJxwY .img-wrapper {
    width: 100%
  }
}

@media (max-width: 767px) {
  .cid-sM414IJxwY .card-wrapper {
    padding: 3rem 1rem
  }
  .cid-sM414IJxwY .card-box, .cid-sM414IJxwY .img-wrapper {
    width: 100%
  }
}

.cid-sM414IJxwY .card-subtitle {
  color: #0077ff
}

.cid-sM414IJxwY .link-wrap, .cid-sM414IJxwY .mbr-text {
  color: #333333
}

.cid-sM414IJxwY .card-box, .cid-sM414IJxwY .card-title {
  text-align: left
}

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

.cid-sM414IXXcD .content-wrapper {
  background: #ffffff
}

@media (max-width: 991px) {
  .cid-sM414IXXcD .content-wrapper .image-wrapper {
    margin-bottom: 0 !important
  }
  .cid-sM414IXXcD .content-wrapper .image-wrapper.reverse {
    margin-bottom: 2rem !important
  }
}

@media (max-width: 767px) {
  .cid-sM414IXXcD .content-wrapper {
    padding: 1rem
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cid-sM414IXXcD .content-wrapper {
    padding: 2rem
  }
}

@media (min-width: 992px) {
  .cid-sM414IXXcD .content-wrapper {
    padding: 4rem
  }
  .cid-sM414IXXcD .content-wrapper .order-2 .text-wrapper {
    padding-left: 6.4rem;
    padding-right: 0
  }
  .cid-sM414IXXcD .content-wrapper .text-wrapper {
    padding-right: 6.4rem
  }
}

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

.cid-sM414IXXcD .card-title {
  margin-bottom: 1.88rem !important;
  color: #1d1e22
}

.cid-sM414IXXcD .mbr-section-btn, .cid-sM414IXXcD .mbr-text {
  color: #333333
}

.cid-sM414JDfU3 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff
}

.cid-sM414JDfU3 P {
  text-align: center
}

.cid-sM4HleUjOq {
  padding-top: 135px;
  padding-bottom: 30px;
  background-color: #ffd248
}

.cid-sM4HleUjOq .row {
  position: relative
}

.cid-sM4HleUjOq .container {
  max-width: 1500px
}

.cid-sM4HleUjOq .container {
  padding-right: 8rem !important
}

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

.cid-sM4HleUjOq .content-wrapper {
  max-width: 800px
}

.cid-sM4HleUjOq H1 {
  color: #333333
}

.cid-sM4HleUjOq .mbr-section-btn, .cid-sM4HleUjOq .mbr-text {
  color: #333333
}

.cid-sM4HleUjOq H3 {
  color: #333333
}

@media (min-width: 767px) {
  .cid-sM4HleUjOq .container {
    padding: 0 4rem
  }
}

@media (max-width: 767px) {
  .cid-sM4HleUjOq .container {
    padding-right: 4rem !important
  }
}

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

.cid-sM4HlfesRg .item-wrapper {
  width: 100%
}

.cid-sM4HlfesRg .left-side {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px
}

.cid-sM4HlfesRg .row {
  align-items: stretch
}

@media (max-width: 600px) {
  .cid-sM4HlfesRg .mbr-section-btn {
    margin-bottom: 25px
  }
  .cid-sM4HlfesRg .mbr-section-title {
    margin-top: 25px
  }
  .cid-sM4HlfesRg .left-side {
    padding: 1rem
  }
}

.cid-sM4HlfesRg .mbr-section-subtitle {
  padding-top: 0
}

.cid-sM4HlfesRg .mbr-section-btn {
  border: 2px solid #149dcc
}

.cid-sM4HlfesRg .mbr-section-btn:hover {
  background-color: #149dcc;
  border: 2px solid #149dcc
}

.cid-sM4HlfesRg .lin {
  position: relative;
  display: inline;
  color: #626262;
  text-transform: uppercase;
  margin-top: 1.25rem;
  transition: all 0.2s ease-in-out
}

.cid-sM4HlfesRg .line {
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 3px;
  background-color: #149dcc;
  opacity: 1
}

.cid-sM4HlfesRg .lin:hover {
  color: #149dcc
}

.cid-sM4HlfesRg .mbr-link {
  text-align: left;
  margin-top: 1rem
}

.cid-sM4HlfesRg a {
  font-weight: 700
}

.cid-sM4HlfesRg .text-primary {
  color: #626262 !important
}

.cid-sM4HlfesRg P {
  color: #333333
}

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

.cid-sM4HlfteBO .link-wrap {
  width: 100%
}

.cid-sM4HlfteBO .card-box, .cid-sM4HlfteBO .img-wrapper {
  width: 50%
}

.cid-sM4HlfteBO img {
  margin: auto;
  width: 100%
}

.cid-sM4HlfteBO .link {
  display: inline-block
}

.cid-sM4HlfteBO .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600
}

.cid-sM4HlfteBO .link a:before {
  position: absolute;
  right: 0;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem
}

.cid-sM4HlfteBO .link a:hover {
  text-decoration: underline
}

.cid-sM4HlfteBO .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s
}

.cid-sM4HlfteBO .card-wrapper {
  padding: 3rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center
}

.cid-sM4HlfteBO .link, .cid-sM4HlfteBO .link-wrap {
  color: #ffffff
}

@media (max-width: 992px) {
  .cid-sM4HlfteBO .card {
    margin-bottom: 2rem
  }
  .cid-sM4HlfteBO img {
    width: 100%
  }
  .cid-sM4HlfteBO .card-wrapper {
    flex-direction: column
  }
  .cid-sM4HlfteBO .card-box, .cid-sM4HlfteBO .img-wrapper {
    width: 100%
  }
}

@media (max-width: 767px) {
  .cid-sM4HlfteBO .card-wrapper {
    padding: 3rem 1rem
  }
  .cid-sM4HlfteBO .card-box, .cid-sM4HlfteBO .img-wrapper {
    width: 100%
  }
}

.cid-sM4HlfteBO .card-subtitle {
  color: #0077ff
}

.cid-sM4HlfteBO .link-wrap, .cid-sM4HlfteBO .mbr-text {
  color: #333333
}

.cid-sM4HlfteBO .card-box, .cid-sM4HlfteBO .card-title {
  text-align: left
}

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

.cid-sM4HlfFHuG .content-wrapper {
  background: #ffffff
}

@media (max-width: 991px) {
  .cid-sM4HlfFHuG .content-wrapper .image-wrapper {
    margin-bottom: 0 !important
  }
  .cid-sM4HlfFHuG .content-wrapper .image-wrapper.reverse {
    margin-bottom: 2rem !important
  }
}

@media (max-width: 767px) {
  .cid-sM4HlfFHuG .content-wrapper {
    padding: 1rem
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cid-sM4HlfFHuG .content-wrapper {
    padding: 2rem
  }
}

@media (min-width: 992px) {
  .cid-sM4HlfFHuG .content-wrapper {
    padding: 4rem
  }
  .cid-sM4HlfFHuG .content-wrapper .order-2 .text-wrapper {
    padding-left: 6.4rem;
    padding-right: 0
  }
  .cid-sM4HlfFHuG .content-wrapper .text-wrapper {
    padding-right: 6.4rem
  }
}

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

.cid-sM4HlfFHuG .card-title {
  margin-bottom: 1.88rem !important;
  color: #1d1e22
}

.cid-sM4HlfFHuG .mbr-section-btn, .cid-sM4HlfFHuG .mbr-text {
  color: #333333
}

.cid-sM4HlfUZ8M {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff
}

.cid-sM4N2kypc0 {
  padding-top: 150px;
  padding-bottom: 30px;
  background-color: #ffd248
}

.cid-sM4N2kypc0 .row {
  position: relative
}

.cid-sM4N2kypc0 .container {
  max-width: 1500px
}

.cid-sM4N2kypc0 .container {
  padding-right: 8rem !important
}

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

.cid-sM4N2kypc0 .content-wrapper {
  max-width: 800px
}

.cid-sM4N2kypc0 H1 {
  color: #333333
}

.cid-sM4N2kypc0 .mbr-section-btn, .cid-sM4N2kypc0 .mbr-text {
  color: #333333
}

.cid-sM4N2kypc0 H3 {
  color: #333333
}

@media (min-width: 767px) {
  .cid-sM4N2kypc0 .container {
    padding: 0 4rem
  }
}

@media (max-width: 767px) {
  .cid-sM4N2kypc0 .container {
    padding-right: 4rem !important
  }
}

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

.cid-sM4N2kQLlU .item-wrapper {
  width: 100%
}

.cid-sM4N2kQLlU .left-side {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px
}

.cid-sM4N2kQLlU .row {
  align-items: stretch
}

@media (max-width: 600px) {
  .cid-sM4N2kQLlU .mbr-section-btn {
    margin-bottom: 25px
  }
  .cid-sM4N2kQLlU .mbr-section-title {
    margin-top: 25px
  }
  .cid-sM4N2kQLlU .left-side {
    padding: 1rem
  }
}

.cid-sM4N2kQLlU .mbr-section-subtitle {
  padding-top: 0
}

.cid-sM4N2kQLlU .mbr-section-btn {
  border: 2px solid #149dcc
}

.cid-sM4N2kQLlU .mbr-section-btn:hover {
  background-color: #149dcc;
  border: 2px solid #149dcc
}

.cid-sM4N2kQLlU .lin {
  position: relative;
  display: inline;
  color: #626262;
  text-transform: uppercase;
  margin-top: 1.25rem;
  transition: all 0.2s ease-in-out
}

.cid-sM4N2kQLlU .line {
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 3px;
  background-color: #149dcc;
  opacity: 1
}

.cid-sM4N2kQLlU .lin:hover {
  color: #149dcc
}

.cid-sM4N2kQLlU .mbr-link {
  text-align: left;
  margin-top: 1rem
}

.cid-sM4N2kQLlU a {
  font-weight: 700
}

.cid-sM4N2kQLlU .text-primary {
  color: #626262 !important
}

.cid-sM4N2kQLlU P {
  color: #333333
}

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

.cid-sM4PgMRC3r .link-wrap {
  width: 100%
}

.cid-sM4PgMRC3r .card-box, .cid-sM4PgMRC3r .img-wrapper {
  width: 50%
}

.cid-sM4PgMRC3r img {
  margin: auto;
  width: 100%
}

.cid-sM4PgMRC3r .link {
  display: inline-block
}

.cid-sM4PgMRC3r .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600
}

.cid-sM4PgMRC3r .link a:before {
  position: absolute;
  right: 0;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem
}

.cid-sM4PgMRC3r .link a:hover {
  text-decoration: underline
}

.cid-sM4PgMRC3r .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s
}

.cid-sM4PgMRC3r .card-wrapper {
  padding: 3rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center
}

.cid-sM4PgMRC3r .link, .cid-sM4PgMRC3r .link-wrap {
  color: #ffffff
}

@media (max-width: 992px) {
  .cid-sM4PgMRC3r .card {
    margin-bottom: 2rem
  }
  .cid-sM4PgMRC3r img {
    width: 100%
  }
  .cid-sM4PgMRC3r .card-wrapper {
    flex-direction: column
  }
  .cid-sM4PgMRC3r .card-box, .cid-sM4PgMRC3r .img-wrapper {
    width: 100%
  }
}

@media (max-width: 767px) {
  .cid-sM4PgMRC3r .card-wrapper {
    padding: 3rem 1rem
  }
  .cid-sM4PgMRC3r .card-box, .cid-sM4PgMRC3r .img-wrapper {
    width: 100%
  }
}

.cid-sM4PgMRC3r .card-subtitle {
  color: #0077ff
}

.cid-sM4PgMRC3r .link-wrap, .cid-sM4PgMRC3r .mbr-text {
  color: #333333
}

.cid-sM4PgMRC3r .card-box, .cid-sM4PgMRC3r .card-title {
  text-align: left
}

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

.cid-sM4N2lgv6z .content-wrapper {
  background: #ffffff
}

@media (max-width: 991px) {
  .cid-sM4N2lgv6z .content-wrapper .image-wrapper {
    margin-bottom: 0 !important
  }
  .cid-sM4N2lgv6z .content-wrapper .image-wrapper.reverse {
    margin-bottom: 2rem !important
  }
}

@media (max-width: 767px) {
  .cid-sM4N2lgv6z .content-wrapper {
    padding: 1rem
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cid-sM4N2lgv6z .content-wrapper {
    padding: 2rem
  }
}

@media (min-width: 992px) {
  .cid-sM4N2lgv6z .content-wrapper {
    padding: 4rem
  }
  .cid-sM4N2lgv6z .content-wrapper .order-2 .text-wrapper {
    padding-left: 6.4rem;
    padding-right: 0
  }
  .cid-sM4N2lgv6z .content-wrapper .text-wrapper {
    padding-right: 6.4rem
  }
}

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

.cid-sM4N2lgv6z .card-title {
  margin-bottom: 1.88rem !important;
  color: #1d1e22
}

.cid-sM4N2lgv6z .mbr-section-btn, .cid-sM4N2lgv6z .mbr-text {
  color: #333333
}

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

.cid-sM4TmRxPIN .content-wrapper {
  background: #ffffff
}

@media (max-width: 991px) {
  .cid-sM4TmRxPIN .content-wrapper .image-wrapper {
    margin-bottom: 0 !important
  }
  .cid-sM4TmRxPIN .content-wrapper .image-wrapper.reverse {
    margin-bottom: 2rem !important
  }
}

@media (max-width: 767px) {
  .cid-sM4TmRxPIN .content-wrapper {
    padding: 1rem
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cid-sM4TmRxPIN .content-wrapper {
    padding: 2rem
  }
}

@media (min-width: 992px) {
  .cid-sM4TmRxPIN .content-wrapper {
    padding: 4rem
  }
  .cid-sM4TmRxPIN .content-wrapper .order-2 .text-wrapper {
    padding-left: 6.4rem;
    padding-right: 0
  }
  .cid-sM4TmRxPIN .content-wrapper .text-wrapper {
    padding-right: 6.4rem
  }
}

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

.cid-sM4TmRxPIN .card-title {
  margin-bottom: 1.88rem !important;
  color: #1d1e22
}

.cid-sM4TmRxPIN .mbr-section-btn, .cid-sM4TmRxPIN .mbr-text {
  color: #1d1e22
}

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

.cid-sM4U4EWh24 .cards-bg1 {
  background: #d8eee1
}

.cid-sM4U4EWh24 .cards-bg2 {
  background: #fdf1e4
}

.cid-sM4U4EWh24 .cards-bg3 {
  background: #f9f295
}

.cid-sM4U4EWh24 .cards-bg4 {
  background: #fafafa
}

.cid-sM4U4EWh24 .card-wrapper {
  padding: 3rem 1rem;
  border-radius: 8px;
  margin-bottom: 1rem
}

@media (min-width: 0) and (max-width: 1199px) {
  .cid-sM4U4EWh24 .card-wrapper {
    padding: 1rem 0.5rem;
    border-radius: 8px
  }
}

.cid-sM4U4EWh24 .mbr-text {
  color: #767676
}

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

.cid-sM4ZlrTEkq .container-fluid {
  padding: 0 3rem
}

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

.cid-sM4ZlrTEkq .scroll {
  overflow-x: auto;
  padding: 0
}

.cid-sM4ZlrTEkq .table-wrapper {
  margin: 0 auto
}

.cid-sM4ZlrTEkq table {
  width: 74% !important;
  margin-top: 3px;
  margin-bottom: 0
}

.cid-sM4ZlrTEkq table thead tr {
  border: none !important
}

.cid-sM4ZlrTEkq table th {
  padding: 1.2rem 1.6rem;
  text-align: left;
  border-color: #b8b8b8;
  border-top: none;
  color: white;
  vertical-align: middle;
  background: #ffffff
}

.cid-sM4ZlrTEkq table tr td {
  border-color: #bbbbbb
}

.cid-sM4ZlrTEkq table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
  min-width: 120px
}

.cid-sM4ZlrTEkq table.table {
  background: #ffffff
}

.cid-sM4ZlrTEkq th:after, .cid-sM4ZlrTEkq th:before {
  display: none !important
}

.cid-sM4ZlrTEkq .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto
}

.cid-sM4ZlrTEkq .dataTables_scrollHeadInner .table {
  width: 100% !important
}

@media (max-width: 767px) {
  .cid-sM4ZlrTEkq table td, .cid-sM4ZlrTEkq table th {
    padding: 0.75rem
  }
}

.cid-sM4ZlrTEkq .body-item {
  text-align: left
}

.cid-sM4ZlrTEkq .mbr-text {
  color: #767676
}

.cid-sM4ZlrTEkq .head-item {
  color: #232323
}

.cid-sM4ZlrTEkq .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem
}

.cid-sM4ZlrTEkq .table, .cid-sM4ZlrTEkq .table tbody .tableColumns .body-item {
  color: #282124
}

.cid-sM520Ik4lj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff
}

.cid-sM520Ik4lj .row {
  background: #dce8eb;
  padding: 3rem 1rem;
  margin: auto;
  max-width: 900px;
  border-radius: 16px;
  position: relative
}

@media (max-width: 767px) {
  .cid-sM520Ik4lj .row {
    padding: 1rem 0
  }
}

.cid-sM520Ik4lj .mbr-iconfont {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  color: #ffffff;
  font-size: 12rem;
  z-index: 0
}

@media (max-width: 767px) {
  .cid-sM520Ik4lj .mbr-iconfont {
    font-size: 8rem
  }
}

@media (max-width: 767px) {
  .cid-sM520Ik4lj .image-wrapper {
    padding-bottom: 2rem
  }
}

.cid-sM520Ik4lj .card {
  z-index: 2
}

.cid-sM520Ik4lj .mbr-section-btn, .cid-sM520Ik4lj .mbr-text {
  color: #232323;
  text-align: left
}

.cid-sM520Ik4lj .mbr-section-subtitle {
  color: #14191e
}

.cid-sM520Ik4lj .mbr-section-title {
  color: #282124;
  text-align: left
}

.cid-sM4N2lqpjb {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff
}

.cid-sM4N2lqpjb P {
  text-align: center
}

.cid-sM56SdYDfV {
  padding-top: 135px;
  padding-bottom: 30px;
  background-color: #ffd248
}

.cid-sM56SdYDfV .row {
  position: relative
}

.cid-sM56SdYDfV .container {
  max-width: 1500px
}

.cid-sM56SdYDfV .container {
  padding-right: 8rem !important
}

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

.cid-sM56SdYDfV .content-wrapper {
  max-width: 800px
}

.cid-sM56SdYDfV H1 {
  color: #333333
}

.cid-sM56SdYDfV .mbr-section-btn, .cid-sM56SdYDfV .mbr-text {
  color: #333333
}

.cid-sM56SdYDfV H3 {
  color: #333333
}

@media (min-width: 767px) {
  .cid-sM56SdYDfV .container {
    padding: 0 4rem
  }
}

@media (max-width: 767px) {
  .cid-sM56SdYDfV .container {
    padding-right: 4rem !important
  }
}

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

.cid-sM56Sekukb .item-wrapper {
  width: 100%
}

.cid-sM56Sekukb .left-side {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px
}

.cid-sM56Sekukb .row {
  align-items: stretch
}

@media (max-width: 600px) {
  .cid-sM56Sekukb .mbr-section-btn {
    margin-bottom: 25px
  }
  .cid-sM56Sekukb .mbr-section-title {
    margin-top: 25px
  }
  .cid-sM56Sekukb .left-side {
    padding: 1rem
  }
}

.cid-sM56Sekukb .mbr-section-subtitle {
  padding-top: 0
}

.cid-sM56Sekukb .mbr-section-btn {
  border: 2px solid #149dcc
}

.cid-sM56Sekukb .mbr-section-btn:hover {
  background-color: #149dcc;
  border: 2px solid #149dcc
}

.cid-sM56Sekukb .lin {
  position: relative;
  display: inline;
  color: #626262;
  text-transform: uppercase;
  margin-top: 1.25rem;
  transition: all 0.2s ease-in-out
}

.cid-sM56Sekukb .line {
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 3px;
  background-color: #149dcc;
  opacity: 1
}

.cid-sM56Sekukb .lin:hover {
  color: #149dcc
}

.cid-sM56Sekukb .mbr-link {
  text-align: left;
  margin-top: 1rem
}

.cid-sM56Sekukb a {
  font-weight: 700
}

.cid-sM56Sekukb .text-primary {
  color: #626262 !important
}

.cid-sM56Sekukb P {
  color: #333333
}

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

.cid-sM56SeDfPj .link-wrap {
  width: 100%
}

.cid-sM56SeDfPj .card-box, .cid-sM56SeDfPj .img-wrapper {
  width: 50%
}

.cid-sM56SeDfPj img {
  margin: auto;
  width: 100%
}

.cid-sM56SeDfPj .link {
  display: inline-block
}

.cid-sM56SeDfPj .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600
}

.cid-sM56SeDfPj .link a:before {
  position: absolute;
  right: 0;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem
}

.cid-sM56SeDfPj .link a:hover {
  text-decoration: underline
}

.cid-sM56SeDfPj .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s
}

.cid-sM56SeDfPj .card-wrapper {
  padding: 3rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center
}

.cid-sM56SeDfPj .link, .cid-sM56SeDfPj .link-wrap {
  color: #ffffff
}

@media (max-width: 992px) {
  .cid-sM56SeDfPj .card {
    margin-bottom: 2rem
  }
  .cid-sM56SeDfPj img {
    width: 100%
  }
  .cid-sM56SeDfPj .card-wrapper {
    flex-direction: column
  }
  .cid-sM56SeDfPj .card-box, .cid-sM56SeDfPj .img-wrapper {
    width: 100%
  }
}

@media (max-width: 767px) {
  .cid-sM56SeDfPj .card-wrapper {
    padding: 3rem 1rem
  }
  .cid-sM56SeDfPj .card-box, .cid-sM56SeDfPj .img-wrapper {
    width: 100%
  }
}

.cid-sM56SeDfPj .card-subtitle {
  color: #0077ff
}

.cid-sM56SeDfPj .link-wrap, .cid-sM56SeDfPj .mbr-text {
  color: #333333
}

.cid-sM56SeDfPj .card-box, .cid-sM56SeDfPj .card-title {
  text-align: left
}

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

.cid-sM56SeQ8tL .content-wrapper {
  background: #ffffff
}

@media (max-width: 991px) {
  .cid-sM56SeQ8tL .content-wrapper .image-wrapper {
    margin-bottom: 0 !important
  }
  .cid-sM56SeQ8tL .content-wrapper .image-wrapper.reverse {
    margin-bottom: 2rem !important
  }
}

@media (max-width: 767px) {
  .cid-sM56SeQ8tL .content-wrapper {
    padding: 1rem
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cid-sM56SeQ8tL .content-wrapper {
    padding: 2rem
  }
}

@media (min-width: 992px) {
  .cid-sM56SeQ8tL .content-wrapper {
    padding: 4rem
  }
  .cid-sM56SeQ8tL .content-wrapper .order-2 .text-wrapper {
    padding-left: 6.4rem;
    padding-right: 0
  }
  .cid-sM56SeQ8tL .content-wrapper .text-wrapper {
    padding-right: 6.4rem
  }
}

.cid-sM56SeQ8tL .image-wrapper img {
  width: 60%;
  object-fit: cover
}

.cid-sM56SeQ8tL .card-title {
  margin-bottom: 1.88rem !important;
  color: #1d1e22
}

.cid-sM56SeQ8tL .mbr-section-btn, .cid-sM56SeQ8tL .mbr-text {
  color: #333333
}

.cid-sM56Sf2gIn {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff
}

.cid-sM56Sf2gIn P {
  text-align: center
}

.cid-sM58rabaN8 {
  padding-top: 135px;
  padding-bottom: 30px;
  background-color: #ffd248
}

.cid-sM58rabaN8 .row {
  position: relative
}

.cid-sM58rabaN8 .container {
  max-width: 1500px
}

.cid-sM58rabaN8 .container {
  padding-right: 8rem !important
}

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

.cid-sM58rabaN8 .content-wrapper {
  max-width: 800px
}

.cid-sM58rabaN8 H1 {
  color: #333333
}

.cid-sM58rabaN8 .mbr-section-btn, .cid-sM58rabaN8 .mbr-text {
  color: #333333
}

.cid-sM58rabaN8 H3 {
  color: #333333
}

@media (min-width: 767px) {
  .cid-sM58rabaN8 .container {
    padding: 0 4rem
  }
}

@media (max-width: 767px) {
  .cid-sM58rabaN8 .container {
    padding-right: 4rem !important
  }
}

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

.cid-sM58rau4tB .item-wrapper {
  width: 100%
}

.cid-sM58rau4tB .left-side {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px
}

.cid-sM58rau4tB .row {
  align-items: stretch
}

@media (max-width: 600px) {
  .cid-sM58rau4tB .mbr-section-btn {
    margin-bottom: 25px
  }
  .cid-sM58rau4tB .mbr-section-title {
    margin-top: 25px
  }
  .cid-sM58rau4tB .left-side {
    padding: 1rem
  }
}

.cid-sM58rau4tB .mbr-section-subtitle {
  padding-top: 0
}

.cid-sM58rau4tB .mbr-section-btn {
  border: 2px solid #149dcc
}

.cid-sM58rau4tB .mbr-section-btn:hover {
  background-color: #149dcc;
  border: 2px solid #149dcc
}

.cid-sM58rau4tB .lin {
  position: relative;
  display: inline;
  color: #626262;
  text-transform: uppercase;
  margin-top: 1.25rem;
  transition: all 0.2s ease-in-out
}

.cid-sM58rau4tB .line {
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 3px;
  background-color: #149dcc;
  opacity: 1
}

.cid-sM58rau4tB .lin:hover {
  color: #149dcc
}

.cid-sM58rau4tB .mbr-link {
  text-align: left;
  margin-top: 1rem
}

.cid-sM58rau4tB a {
  font-weight: 700
}

.cid-sM58rau4tB .text-primary {
  color: #626262 !important
}

.cid-sM58rau4tB P {
  color: #333333
}

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

.cid-sM58raLmzG .link-wrap {
  width: 100%
}

.cid-sM58raLmzG .card-box, .cid-sM58raLmzG .img-wrapper {
  width: 50%
}

.cid-sM58raLmzG img {
  margin: auto;
  width: 100%
}

.cid-sM58raLmzG .link {
  display: inline-block
}

.cid-sM58raLmzG .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600
}

.cid-sM58raLmzG .link a:before {
  position: absolute;
  right: 0;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem
}

.cid-sM58raLmzG .link a:hover {
  text-decoration: underline
}

.cid-sM58raLmzG .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s
}

.cid-sM58raLmzG .card-wrapper {
  padding: 3rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center
}

.cid-sM58raLmzG .link, .cid-sM58raLmzG .link-wrap {
  color: #ffffff
}

@media (max-width: 992px) {
  .cid-sM58raLmzG .card {
    margin-bottom: 2rem
  }
  .cid-sM58raLmzG img {
    width: 100%
  }
  .cid-sM58raLmzG .card-wrapper {
    flex-direction: column
  }
  .cid-sM58raLmzG .card-box, .cid-sM58raLmzG .img-wrapper {
    width: 100%
  }
}

@media (max-width: 767px) {
  .cid-sM58raLmzG .card-wrapper {
    padding: 3rem 1rem
  }
  .cid-sM58raLmzG .card-box, .cid-sM58raLmzG .img-wrapper {
    width: 100%
  }
}

.cid-sM58raLmzG .card-subtitle {
  color: #0077ff
}

.cid-sM58raLmzG .link-wrap, .cid-sM58raLmzG .mbr-text {
  color: #333333
}

.cid-sM58raLmzG .card-box, .cid-sM58raLmzG .card-title {
  text-align: left
}

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

.cid-sM58rb02D9 .content-wrapper {
  background: #ffffff
}

@media (max-width: 991px) {
  .cid-sM58rb02D9 .content-wrapper .image-wrapper {
    margin-bottom: 0 !important
  }
  .cid-sM58rb02D9 .content-wrapper .image-wrapper.reverse {
    margin-bottom: 2rem !important
  }
}

@media (max-width: 767px) {
  .cid-sM58rb02D9 .content-wrapper {
    padding: 1rem
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cid-sM58rb02D9 .content-wrapper {
    padding: 2rem
  }
}

@media (min-width: 992px) {
  .cid-sM58rb02D9 .content-wrapper {
    padding: 4rem
  }
  .cid-sM58rb02D9 .content-wrapper .order-2 .text-wrapper {
    padding-left: 6.4rem;
    padding-right: 0
  }
  .cid-sM58rb02D9 .content-wrapper .text-wrapper {
    padding-right: 6.4rem
  }
}

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

.cid-sM58rb02D9 .card-title {
  margin-bottom: 1.88rem !important;
  color: #1d1e22
}

.cid-sM58rb02D9 .mbr-section-btn, .cid-sM58rb02D9 .mbr-text {
  color: #333333
}

.cid-sM58rbea1B {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff
}

.cid-sM58rbea1B P {
  text-align: center
}

.cid-sM5dKE886X {
  padding-top: 135px;
  padding-bottom: 30px;
  background-color: #ffd248
}

.cid-sM5dKE886X .row {
  position: relative
}

.cid-sM5dKE886X .container {
  max-width: 1500px
}

.cid-sM5dKE886X .container {
  padding-right: 8rem !important
}

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

.cid-sM5dKE886X .content-wrapper {
  max-width: 800px
}

.cid-sM5dKE886X H1 {
  color: #333333
}

.cid-sM5dKE886X .mbr-section-btn, .cid-sM5dKE886X .mbr-text {
  color: #333333
}

.cid-sM5dKE886X H3 {
  color: #333333
}

@media (min-width: 767px) {
  .cid-sM5dKE886X .container {
    padding: 0 4rem
  }
}

@media (max-width: 767px) {
  .cid-sM5dKE886X .container {
    padding-right: 4rem !important
  }
}

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

.cid-sM5dKEswb9 .item-wrapper {
  width: 100%
}

.cid-sM5dKEswb9 .left-side {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px
}

.cid-sM5dKEswb9 .row {
  align-items: stretch
}

@media (max-width: 600px) {
  .cid-sM5dKEswb9 .mbr-section-btn {
    margin-bottom: 25px
  }
  .cid-sM5dKEswb9 .mbr-section-title {
    margin-top: 25px
  }
  .cid-sM5dKEswb9 .left-side {
    padding: 1rem
  }
}

.cid-sM5dKEswb9 .mbr-section-subtitle {
  padding-top: 0
}

.cid-sM5dKEswb9 .mbr-section-btn {
  border: 2px solid #149dcc
}

.cid-sM5dKEswb9 .mbr-section-btn:hover {
  background-color: #149dcc;
  border: 2px solid #149dcc
}

.cid-sM5dKEswb9 .lin {
  position: relative;
  display: inline;
  color: #626262;
  text-transform: uppercase;
  margin-top: 1.25rem;
  transition: all 0.2s ease-in-out
}

.cid-sM5dKEswb9 .line {
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 3px;
  background-color: #149dcc;
  opacity: 1
}

.cid-sM5dKEswb9 .lin:hover {
  color: #149dcc
}

.cid-sM5dKEswb9 .mbr-link {
  text-align: left;
  margin-top: 1rem
}

.cid-sM5dKEswb9 a {
  font-weight: 700
}

.cid-sM5dKEswb9 .text-primary {
  color: #626262 !important
}

.cid-sM5dKEswb9 P {
  color: #333333
}

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

.cid-sM5dKEHoW7 .link-wrap {
  width: 100%
}

.cid-sM5dKEHoW7 .card-box, .cid-sM5dKEHoW7 .img-wrapper {
  width: 50%
}

.cid-sM5dKEHoW7 img {
  margin: auto;
  width: 100%
}

.cid-sM5dKEHoW7 .link {
  display: inline-block
}

.cid-sM5dKEHoW7 .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600
}

.cid-sM5dKEHoW7 .link a:before {
  position: absolute;
  right: 0;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem
}

.cid-sM5dKEHoW7 .link a:hover {
  text-decoration: underline
}

.cid-sM5dKEHoW7 .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s
}

.cid-sM5dKEHoW7 .card-wrapper {
  padding: 3rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center
}

.cid-sM5dKEHoW7 .link, .cid-sM5dKEHoW7 .link-wrap {
  color: #ffffff
}

@media (max-width: 992px) {
  .cid-sM5dKEHoW7 .card {
    margin-bottom: 2rem
  }
  .cid-sM5dKEHoW7 img {
    width: 100%
  }
  .cid-sM5dKEHoW7 .card-wrapper {
    flex-direction: column
  }
  .cid-sM5dKEHoW7 .card-box, .cid-sM5dKEHoW7 .img-wrapper {
    width: 100%
  }
}

@media (max-width: 767px) {
  .cid-sM5dKEHoW7 .card-wrapper {
    padding: 3rem 1rem
  }
  .cid-sM5dKEHoW7 .card-box, .cid-sM5dKEHoW7 .img-wrapper {
    width: 100%
  }
}

.cid-sM5dKEHoW7 .card-subtitle {
  color: #0077ff
}

.cid-sM5dKEHoW7 .link-wrap, .cid-sM5dKEHoW7 .mbr-text {
  color: #333333
}

.cid-sM5dKEHoW7 .card-box, .cid-sM5dKEHoW7 .card-title {
  text-align: left
}

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

.cid-sM5dKEYhc2 .content-wrapper {
  background: #ffffff
}

@media (max-width: 991px) {
  .cid-sM5dKEYhc2 .content-wrapper .image-wrapper {
    margin-bottom: 0 !important
  }
  .cid-sM5dKEYhc2 .content-wrapper .image-wrapper.reverse {
    margin-bottom: 2rem !important
  }
}

@media (max-width: 767px) {
  .cid-sM5dKEYhc2 .content-wrapper {
    padding: 1rem
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cid-sM5dKEYhc2 .content-wrapper {
    padding: 2rem
  }
}

@media (min-width: 992px) {
  .cid-sM5dKEYhc2 .content-wrapper {
    padding: 4rem
  }
  .cid-sM5dKEYhc2 .content-wrapper .order-2 .text-wrapper {
    padding-left: 6.4rem;
    padding-right: 0
  }
  .cid-sM5dKEYhc2 .content-wrapper .text-wrapper {
    padding-right: 6.4rem
  }
}

.cid-sM5dKEYhc2 .image-wrapper img {
  width: 80%;
  object-fit: cover
}

.cid-sM5dKEYhc2 .card-title {
  margin-bottom: 1.88rem !important;
  color: #1d1e22
}

.cid-sM5dKEYhc2 .mbr-section-btn, .cid-sM5dKEYhc2 .mbr-text {
  color: #333333
}

.cid-sM5dKFaqrf {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff
}

.cid-sM5dKFaqrf P {
  text-align: center
}

.cid-sM5fOCyaYb {
  padding-top: 135px;
  padding-bottom: 30px;
  background-color: #ffd248
}

.cid-sM5fOCyaYb .row {
  position: relative
}

.cid-sM5fOCyaYb .container {
  max-width: 1500px
}

.cid-sM5fOCyaYb .container {
  padding-right: 8rem !important
}

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

.cid-sM5fOCyaYb .content-wrapper {
  max-width: 800px
}

.cid-sM5fOCyaYb H1 {
  color: #333333
}

.cid-sM5fOCyaYb .mbr-section-btn, .cid-sM5fOCyaYb .mbr-text {
  color: #333333
}

.cid-sM5fOCyaYb H3 {
  color: #333333
}

@media (min-width: 767px) {
  .cid-sM5fOCyaYb .container {
    padding: 0 4rem
  }
}

@media (max-width: 767px) {
  .cid-sM5fOCyaYb .container {
    padding-right: 4rem !important
  }
}

.cid-sM5fOCyaYb H4 {
  text-align: center
}

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

.cid-sM5fOCTqv8 .item-wrapper {
  width: 100%
}

.cid-sM5fOCTqv8 .left-side {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px
}

.cid-sM5fOCTqv8 .row {
  align-items: stretch
}

@media (max-width: 600px) {
  .cid-sM5fOCTqv8 .mbr-section-btn {
    margin-bottom: 25px
  }
  .cid-sM5fOCTqv8 .mbr-section-title {
    margin-top: 25px
  }
  .cid-sM5fOCTqv8 .left-side {
    padding: 1rem
  }
}

.cid-sM5fOCTqv8 .mbr-section-subtitle {
  padding-top: 0
}

.cid-sM5fOCTqv8 .mbr-section-btn {
  border: 2px solid #149dcc
}

.cid-sM5fOCTqv8 .mbr-section-btn:hover {
  background-color: #149dcc;
  border: 2px solid #149dcc
}

.cid-sM5fOCTqv8 .lin {
  position: relative;
  display: inline;
  color: #626262;
  text-transform: uppercase;
  margin-top: 1.25rem;
  transition: all 0.2s ease-in-out
}

.cid-sM5fOCTqv8 .line {
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 3px;
  background-color: #149dcc;
  opacity: 1
}

.cid-sM5fOCTqv8 .lin:hover {
  color: #149dcc
}

.cid-sM5fOCTqv8 .mbr-link {
  text-align: left;
  margin-top: 1rem
}

.cid-sM5fOCTqv8 a {
  font-weight: 700
}

.cid-sM5fOCTqv8 .text-primary {
  color: #626262 !important
}

.cid-sM5fOCTqv8 P {
  color: #333333
}

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

.cid-sM5fOD97zD .link-wrap {
  width: 100%
}

.cid-sM5fOD97zD .card-box, .cid-sM5fOD97zD .img-wrapper {
  width: 50%
}

.cid-sM5fOD97zD img {
  margin: auto;
  width: 100%
}

.cid-sM5fOD97zD .link {
  display: inline-block
}

.cid-sM5fOD97zD .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600
}

.cid-sM5fOD97zD .link a:before {
  position: absolute;
  right: 0;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem
}

.cid-sM5fOD97zD .link a:hover {
  text-decoration: underline
}

.cid-sM5fOD97zD .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s
}

.cid-sM5fOD97zD .card-wrapper {
  padding: 3rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center
}

.cid-sM5fOD97zD .link, .cid-sM5fOD97zD .link-wrap {
  color: #ffffff
}

@media (max-width: 992px) {
  .cid-sM5fOD97zD .card {
    margin-bottom: 2rem
  }
  .cid-sM5fOD97zD img {
    width: 100%
  }
  .cid-sM5fOD97zD .card-wrapper {
    flex-direction: column
  }
  .cid-sM5fOD97zD .card-box, .cid-sM5fOD97zD .img-wrapper {
    width: 100%
  }
}

@media (max-width: 767px) {
  .cid-sM5fOD97zD .card-wrapper {
    padding: 3rem 1rem
  }
  .cid-sM5fOD97zD .card-box, .cid-sM5fOD97zD .img-wrapper {
    width: 100%
  }
}

.cid-sM5fOD97zD .card-subtitle {
  color: #0077ff
}

.cid-sM5fOD97zD .link-wrap, .cid-sM5fOD97zD .mbr-text {
  color: #333333
}

.cid-sM5fOD97zD .card-box, .cid-sM5fOD97zD .card-title {
  text-align: left
}

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

.cid-sM5fODmwUa .content-wrapper {
  background: #ffffff
}

@media (max-width: 991px) {
  .cid-sM5fODmwUa .content-wrapper .image-wrapper {
    margin-bottom: 0 !important
  }
  .cid-sM5fODmwUa .content-wrapper .image-wrapper.reverse {
    margin-bottom: 2rem !important
  }
}

@media (max-width: 767px) {
  .cid-sM5fODmwUa .content-wrapper {
    padding: 1rem
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cid-sM5fODmwUa .content-wrapper {
    padding: 2rem
  }
}

@media (min-width: 992px) {
  .cid-sM5fODmwUa .content-wrapper {
    padding: 4rem
  }
  .cid-sM5fODmwUa .content-wrapper .order-2 .text-wrapper {
    padding-left: 6.4rem;
    padding-right: 0
  }
  .cid-sM5fODmwUa .content-wrapper .text-wrapper {
    padding-right: 6.4rem
  }
}

.cid-sM5fODmwUa .image-wrapper img {
  width: 70%;
  object-fit: cover
}

.cid-sM5fODmwUa .card-title {
  margin-bottom: 1.88rem !important;
  color: #1d1e22
}

.cid-sM5fODmwUa .mbr-section-btn, .cid-sM5fODmwUa .mbr-text {
  color: #333333
}

.cid-sM5fODBmu9 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff
}

.cid-sM5fODBmu9 P {
  text-align: center
}

.cid-sM5jUAA38P {
  padding-top: 150px;
  padding-bottom: 30px;
  background-color: #ffd248
}

.cid-sM5jUAA38P .row {
  position: relative
}

.cid-sM5jUAA38P .container {
  max-width: 1500px
}

.cid-sM5jUAA38P .container {
  padding-right: 8rem !important
}

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

.cid-sM5jUAA38P .content-wrapper {
  max-width: 800px
}

.cid-sM5jUAA38P H1 {
  color: #333333
}

.cid-sM5jUAA38P .mbr-section-btn, .cid-sM5jUAA38P .mbr-text {
  color: #333333
}

.cid-sM5jUAA38P H3 {
  color: #333333
}

@media (min-width: 767px) {
  .cid-sM5jUAA38P .container {
    padding: 0 4rem
  }
}

@media (max-width: 767px) {
  .cid-sM5jUAA38P .container {
    padding-right: 4rem !important
  }
}

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

.cid-sM5jUATN3a .item-wrapper {
  width: 100%
}

.cid-sM5jUATN3a .left-side {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px
}

.cid-sM5jUATN3a .row {
  align-items: stretch
}

@media (max-width: 600px) {
  .cid-sM5jUATN3a .mbr-section-btn {
    margin-bottom: 25px
  }
  .cid-sM5jUATN3a .mbr-section-title {
    margin-top: 25px
  }
  .cid-sM5jUATN3a .left-side {
    padding: 1rem
  }
}

.cid-sM5jUATN3a .mbr-section-subtitle {
  padding-top: 0
}

.cid-sM5jUATN3a .mbr-section-btn {
  border: 2px solid #149dcc
}

.cid-sM5jUATN3a .mbr-section-btn:hover {
  background-color: #149dcc;
  border: 2px solid #149dcc
}

.cid-sM5jUATN3a .lin {
  position: relative;
  display: inline;
  color: #626262;
  text-transform: uppercase;
  margin-top: 1.25rem;
  transition: all 0.2s ease-in-out
}

.cid-sM5jUATN3a .line {
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 3px;
  background-color: #149dcc;
  opacity: 1
}

.cid-sM5jUATN3a .lin:hover {
  color: #149dcc
}

.cid-sM5jUATN3a .mbr-link {
  text-align: left;
  margin-top: 1rem
}

.cid-sM5jUATN3a a {
  font-weight: 700
}

.cid-sM5jUATN3a .text-primary {
  color: #626262 !important
}

.cid-sM5jUATN3a P {
  color: #333333
}

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

.cid-sM5jUB9fWl .link-wrap {
  width: 100%
}

.cid-sM5jUB9fWl .card-box, .cid-sM5jUB9fWl .img-wrapper {
  width: 50%
}

.cid-sM5jUB9fWl img {
  margin: auto;
  width: 50%
}

.cid-sM5jUB9fWl .link {
  display: inline-block
}

.cid-sM5jUB9fWl .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600
}

.cid-sM5jUB9fWl .link a:before {
  position: absolute;
  right: 0;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem
}

.cid-sM5jUB9fWl .link a:hover {
  text-decoration: underline
}

.cid-sM5jUB9fWl .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s
}

.cid-sM5jUB9fWl .card-wrapper {
  padding: 3rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center
}

.cid-sM5jUB9fWl .link, .cid-sM5jUB9fWl .link-wrap {
  color: #ffffff
}

@media (max-width: 992px) {
  .cid-sM5jUB9fWl .card {
    margin-bottom: 2rem
  }
  .cid-sM5jUB9fWl img {
    width: 100%
  }
  .cid-sM5jUB9fWl .card-wrapper {
    flex-direction: column
  }
  .cid-sM5jUB9fWl .card-box, .cid-sM5jUB9fWl .img-wrapper {
    width: 100%
  }
}

@media (max-width: 767px) {
  .cid-sM5jUB9fWl .card-wrapper {
    padding: 3rem 1rem
  }
  .cid-sM5jUB9fWl .card-box, .cid-sM5jUB9fWl .img-wrapper {
    width: 100%
  }
}

.cid-sM5jUB9fWl .card-subtitle {
  color: #0077ff
}

.cid-sM5jUB9fWl .link-wrap, .cid-sM5jUB9fWl .mbr-text {
  color: #333333
}

.cid-sM5jUB9fWl .card-box, .cid-sM5jUB9fWl .card-title {
  text-align: left
}

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

.cid-sM5jUBAfKT .content-wrapper {
  background: #ffffff
}

@media (max-width: 991px) {
  .cid-sM5jUBAfKT .content-wrapper .image-wrapper {
    margin-bottom: 0 !important
  }
  .cid-sM5jUBAfKT .content-wrapper .image-wrapper.reverse {
    margin-bottom: 2rem !important
  }
}

@media (max-width: 767px) {
  .cid-sM5jUBAfKT .content-wrapper {
    padding: 1rem
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cid-sM5jUBAfKT .content-wrapper {
    padding: 2rem
  }
}

@media (min-width: 992px) {
  .cid-sM5jUBAfKT .content-wrapper {
    padding: 4rem
  }
  .cid-sM5jUBAfKT .content-wrapper .order-2 .text-wrapper {
    padding-left: 6.4rem;
    padding-right: 0
  }
  .cid-sM5jUBAfKT .content-wrapper .text-wrapper {
    padding-right: 6.4rem
  }
}

.cid-sM5jUBAfKT .image-wrapper img {
  width: 75%;
  object-fit: cover
}

.cid-sM5jUBAfKT .card-title {
  margin-bottom: 1.88rem !important;
  color: #1d1e22
}

.cid-sM5jUBAfKT .mbr-section-btn, .cid-sM5jUBAfKT .mbr-text {
  color: #333333
}

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

.cid-sM6uOhdFpe .cards-bg1 {
  background: #d8eee1
}

.cid-sM6uOhdFpe .cards-bg2 {
  background: #fdf1e4
}

.cid-sM6uOhdFpe .cards-bg3 {
  background: #f9f295
}

.cid-sM6uOhdFpe .cards-bg4 {
  background: #fafafa
}

.cid-sM6uOhdFpe .card-wrapper {
  padding: 3rem 1rem;
  border-radius: 8px;
  margin-bottom: 1rem
}

@media (min-width: 0) and (max-width: 1199px) {
  .cid-sM6uOhdFpe .card-wrapper {
    padding: 1rem 0.5rem;
    border-radius: 8px
  }
}

.cid-sM6uOhdFpe .mbr-text {
  color: #767676
}

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

@media (min-width: 768px) {
  .cid-sM6vZ1i90y .no-gutters {
    margin-right: 0 !important;
    margin-left: 0 !important
  }
  .cid-sM6vZ1i90y .no-gutters>[class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important
  }
}

.cid-sM6vZ1i90y .border_line {
  border-top: 1px dotted rgba(55, 60, 66, 0.5)
}

.cid-sM6vZ1i90y .card_wrap {
  padding: 5rem
}

@media (max-width: 1199px) {
  .cid-sM6vZ1i90y .card_wrap {
    padding: 4rem
  }
}

@media (max-width: 991px) {
  .cid-sM6vZ1i90y .card_wrap {
    padding: 3rem
  }
}

.cid-sM6vZ1i90y .column .card_wrap {
  border-bottom: 1px dotted rgba(55, 60, 66, 0.5)
}

.cid-sM6vZ1i90y .border_right {
  border-right: 1px dotted rgba(55, 60, 66, 0.5)
}

.cid-sM6vZ1i90y .header_box {
  margin-bottom: 2rem;
  display: inline-flex;
  align-items: center
}

.cid-sM6vZ1i90y .header_wrap {
  width: 100%
}

.cid-sM6vZ1i90y .number_wrap {
  background-color: #f58f3d;
  width: 4rem;
  height: 5rem;
  transform: rotateY(35deg) rotateX(-35deg);
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem
}

.cid-sM6vZ1i90y .card_number {
  color: #eae8e4
}

@media (max-width: 767px) {
  .cid-sM6vZ1i90y .card_wrap {
    padding: 2.5rem 0.75rem
  }
  .cid-sM6vZ1i90y .header_box {
    margin-bottom: 1.5rem
  }
  .cid-sM6vZ1i90y .border_right {
    border-right: none
  }
  .cid-sM6vZ1i90y .number_wrap {
    width: 2.5rem;
    height: 3.5rem
  }
}

.cid-sM5jUD6wnZ {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff
}

.cid-sM5jUD6wnZ P {
  text-align: center
}

.cid-sM6zYRdfo2 {
  padding-top: 135px;
  padding-bottom: 30px;
  background-color: #ffd248
}

.cid-sM6zYRdfo2 .row {
  position: relative
}

.cid-sM6zYRdfo2 .container {
  max-width: 1500px
}

.cid-sM6zYRdfo2 .container {
  padding-right: 8rem !important
}

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

.cid-sM6zYRdfo2 .content-wrapper {
  max-width: 800px
}

.cid-sM6zYRdfo2 H1 {
  color: #333333
}

.cid-sM6zYRdfo2 .mbr-section-btn, .cid-sM6zYRdfo2 .mbr-text {
  color: #333333
}

.cid-sM6zYRdfo2 H3 {
  color: #333333
}

@media (min-width: 767px) {
  .cid-sM6zYRdfo2 .container {
    padding: 0 4rem
  }
}

@media (max-width: 767px) {
  .cid-sM6zYRdfo2 .container {
    padding-right: 4rem !important
  }
}

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

.cid-sM6zYRHP77 .item-wrapper {
  width: 100%
}

.cid-sM6zYRHP77 .left-side {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px
}

.cid-sM6zYRHP77 .row {
  align-items: stretch
}

@media (max-width: 600px) {
  .cid-sM6zYRHP77 .mbr-section-btn {
    margin-bottom: 25px
  }
  .cid-sM6zYRHP77 .mbr-section-title {
    margin-top: 25px
  }
  .cid-sM6zYRHP77 .left-side {
    padding: 1rem
  }
}

.cid-sM6zYRHP77 .mbr-section-subtitle {
  padding-top: 0
}

.cid-sM6zYRHP77 .mbr-section-btn {
  border: 2px solid #149dcc
}

.cid-sM6zYRHP77 .mbr-section-btn:hover {
  background-color: #149dcc;
  border: 2px solid #149dcc
}

.cid-sM6zYRHP77 .lin {
  position: relative;
  display: inline;
  color: #626262;
  text-transform: uppercase;
  margin-top: 1.25rem;
  transition: all 0.2s ease-in-out
}

.cid-sM6zYRHP77 .line {
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 3px;
  background-color: #149dcc;
  opacity: 1
}

.cid-sM6zYRHP77 .lin:hover {
  color: #149dcc
}

.cid-sM6zYRHP77 .mbr-link {
  text-align: left;
  margin-top: 1rem
}

.cid-sM6zYRHP77 a {
  font-weight: 700
}

.cid-sM6zYRHP77 .text-primary {
  color: #626262 !important
}

.cid-sM6zYRHP77 P {
  color: #333333
}

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

.cid-sM6zYS7Pvz .link-wrap {
  width: 100%
}

.cid-sM6zYS7Pvz .card-box, .cid-sM6zYS7Pvz .img-wrapper {
  width: 50%
}

.cid-sM6zYS7Pvz img {
  margin: auto;
  width: 100%
}

.cid-sM6zYS7Pvz .link {
  display: inline-block
}

.cid-sM6zYS7Pvz .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600
}

.cid-sM6zYS7Pvz .link a:before {
  position: absolute;
  right: 0;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem
}

.cid-sM6zYS7Pvz .link a:hover {
  text-decoration: underline
}

.cid-sM6zYS7Pvz .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s
}

.cid-sM6zYS7Pvz .card-wrapper {
  padding: 3rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center
}

.cid-sM6zYS7Pvz .link, .cid-sM6zYS7Pvz .link-wrap {
  color: #ffffff
}

@media (max-width: 992px) {
  .cid-sM6zYS7Pvz .card {
    margin-bottom: 2rem
  }
  .cid-sM6zYS7Pvz img {
    width: 100%
  }
  .cid-sM6zYS7Pvz .card-wrapper {
    flex-direction: column
  }
  .cid-sM6zYS7Pvz .card-box, .cid-sM6zYS7Pvz .img-wrapper {
    width: 100%
  }
}

@media (max-width: 767px) {
  .cid-sM6zYS7Pvz .card-wrapper {
    padding: 3rem 1rem
  }
  .cid-sM6zYS7Pvz .card-box, .cid-sM6zYS7Pvz .img-wrapper {
    width: 100%
  }
}

.cid-sM6zYS7Pvz .card-subtitle {
  color: #0077ff
}

.cid-sM6zYS7Pvz .link-wrap, .cid-sM6zYS7Pvz .mbr-text {
  color: #333333
}

.cid-sM6zYS7Pvz .card-box, .cid-sM6zYS7Pvz .card-title {
  text-align: left
}

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

.cid-sM6CZPE9FK .cards-bg1 {
  background: #d8eee1
}

.cid-sM6CZPE9FK .cards-bg2 {
  background: #fdf1e4
}

.cid-sM6CZPE9FK .cards-bg3 {
  background: #f9f295
}

.cid-sM6CZPE9FK .cards-bg4 {
  background: #fafafa
}

.cid-sM6CZPE9FK .card-wrapper {
  padding: 3rem 1rem;
  border-radius: 8px;
  margin-bottom: 1rem
}

@media (min-width: 0) and (max-width: 1199px) {
  .cid-sM6CZPE9FK .card-wrapper {
    padding: 1rem 0.5rem;
    border-radius: 8px
  }
}

.cid-sM6CZPE9FK .mbr-text {
  color: #767676
}

.cid-sM6CDwqrBe {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff
}

.cid-sM6CDwqrBe .pile1, .cid-sM6CDwqrBe .pile2 {
  padding-bottom: 60px
}

.cid-sM6CDwqrBe .pile1, .cid-sM6CDwqrBe .pile3 {
  padding-right: 60px
}

.cid-sM6CDwqrBe .pile2, .cid-sM6CDwqrBe .pile4 {
  padding-right: 50px
}

.cid-sM6CDwqrBe .text {
  display: flex;
  flex-direction: row
}

.cid-sM6CDwqrBe .card-title {
  margin-bottom: 14px
}

.cid-sM6CDwqrBe .card-text {
  padding-bottom: 24px;
  font-weight: 500
}

.cid-sM6CDwqrBe a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out
}

.cid-sM6CDwqrBe rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: 0.5
}

.cid-sM6CDwqrBe .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear
}

.cid-sM6CDwqrBe svg {
  margin-left: 15px
}

.cid-sM6CDwqrBe path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor
}

.cid-sM6CDwqrBe .link:hover rect {
  animation: qode-button-line 0.7s ease forwards
}

.cid-sM6CDwqrBe .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-sM6CDwqrBe .link a {
  background-image: none !important
}

.cid-sM6CDwqrBe img {
  max-width: 140px;
  height: auto
}

.cid-sM6CDwqrBe .card-text, .cid-sM6CDwqrBe .lin {
  color: #4c4c4c
}

@media (max-width: 770px) {
  .cid-sM6CDwqrBe .dir {
    flex-direction: column
  }
  .cid-sM6CDwqrBe .top {
    padding-top: 60px
  }
  .cid-sM6CDwqrBe .iconfont-wrapper {
    margin-bottom: 20px
  }
}

@media (max-width: 575px) {
  .cid-sM6CDwqrBe .top1 {
    padding-top: 60px
  }
  .cid-sM6CDwqrBe .pile {
    padding-right: 15px
  }
  .cid-sM6CDwqrBe .card-title {
    text-align: center
  }
  .cid-sM6CDwqrBe .card-text {
    text-align: center
  }
  .cid-sM6CDwqrBe .iconfont-wrapper {
    text-align: center
  }
  .cid-sM6CDwqrBe img {
    display: inline
  }
  .cid-sM6CDwqrBe .link {
    text-align: center
  }
}

.cid-sM6CDwqrBe .card-text, .cid-sM6CDwqrBe .link {
  text-align: left;
  color: #767676
}

.cid-sM6CDwqrBe .card-title, .cid-sM6CDwqrBe .iconfont-wrapper {
  color: #282124
}

.cid-sM6zYTvV8Z {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff
}

.cid-sM6zYTvV8Z P {
  text-align: center
}

.cid-sMaipKrAYn {
  padding-top: 135px;
  padding-bottom: 30px;
  background-color: #ffd248
}

.cid-sMaipKrAYn .row {
  position: relative
}

.cid-sMaipKrAYn .container {
  max-width: 1500px
}

.cid-sMaipKrAYn .container {
  padding-right: 8rem !important
}

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

.cid-sMaipKrAYn .content-wrapper {
  max-width: 800px
}

.cid-sMaipKrAYn H1 {
  color: #333333
}

.cid-sMaipKrAYn .mbr-section-btn, .cid-sMaipKrAYn .mbr-text {
  color: #333333
}

.cid-sMaipKrAYn H3 {
  color: #333333
}

@media (min-width: 767px) {
  .cid-sMaipKrAYn .container {
    padding: 0 4rem
  }
}

@media (max-width: 767px) {
  .cid-sMaipKrAYn .container {
    padding-right: 4rem !important
  }
}

.cid-sMaipKrAYn H4 {
  text-align: left
}

@media (min-width: 768px) {
  .cid-sMaidrb72k {
    padding-top: 3rem;
    padding-bottom: 10rem;
    background-image: url("../../../assets/images/background1-1.webp")
  }
}

@media (max-width: 767px) {
  .cid-sMaidrb72k {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #c1c1c1
  }
}

.cid-sMaidrb72k .mbr-overlay {
  backdrop-filter: blur(3.5px)
}

.cid-sMaidrb72k h2, .cid-sMaidrb72k p {
  margin: 0
}

.cid-sMaidrb72k .row-border {
  border-bottom: 1px solid #e4e4e4;
  align-items: center;
  padding: 1rem 0
}

.cid-sMaidrb72k .card {
  padding: 0
}

.cid-sMaidrb72k .card-wrapper {
  align-items: center;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center
}

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

.cid-sMaidrb72k .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px
}

.cid-sMaidrb72k .mbr-section-title {
  color: #263d5a;
  text-align: left
}

.cid-sMaidrb72k .mbr-text {
  color: #263d5a
}

.cid-sMaidrb72k .mbr-section-subtitle {
  color: #263d5a
}

.cid-sMaidrb72k .mbr-link {
  color: #263d5a
}

.cid-sMaL1rAiui {
  padding-top: 135px;
  padding-bottom: 30px;
  background-color: #ffd248
}

.cid-sMaL1rAiui .row {
  position: relative
}

.cid-sMaL1rAiui .container {
  max-width: 1500px
}

.cid-sMaL1rAiui .container {
  padding-right: 8rem !important
}

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

.cid-sMaL1rAiui .content-wrapper {
  max-width: 800px
}

.cid-sMaL1rAiui H1 {
  color: #333333
}

.cid-sMaL1rAiui .mbr-section-btn, .cid-sMaL1rAiui .mbr-text {
  color: #333333
}

.cid-sMaL1rAiui H3 {
  color: #333333
}

@media (min-width: 767px) {
  .cid-sMaL1rAiui .container {
    padding: 0 4rem
  }
}

@media (max-width: 767px) {
  .cid-sMaL1rAiui .container {
    padding-right: 4rem !important
  }
}

.cid-sMaL1rAiui H4 {
  text-align: left
}

@media (min-width: 768px) {
  .cid-sMaL1scoAp {
    padding-top: 3rem;
    padding-bottom: 10rem;
    background-image: url("../../../assets/images/background1-1.webp")
  }
}

@media (max-width: 767px) {
  .cid-sMaL1scoAp {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #c1c1c1
  }
}

.cid-sMaL1scoAp .mbr-overlay {
  backdrop-filter: blur(3.5px)
}

.cid-sMaL1scoAp h2, .cid-sMaL1scoAp p {
  margin: 0
}

.cid-sMaL1scoAp .row-border {
  border-bottom: 1px solid #e4e4e4;
  align-items: center;
  padding: 1rem 0
}

.cid-sMaL1scoAp .card {
  padding: 0
}

.cid-sMaL1scoAp .card-wrapper {
  align-items: center;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center
}

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

.cid-sMaL1scoAp .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px
}

.cid-sMaL1scoAp .mbr-section-title {
  color: #263d5a;
  text-align: left
}

.cid-sMaL1scoAp .mbr-text {
  color: #263d5a
}

.cid-sMaL1scoAp .mbr-section-subtitle {
  color: #263d5a
}

.cid-sMaL1scoAp .mbr-link {
  color: #263d5a
}

.cid-sMb1ENKatv {
  padding-top: 135px;
  padding-bottom: 30px;
  background-color: #ffd248
}

.cid-sMb1ENKatv .row {
  position: relative
}

.cid-sMb1ENKatv .container {
  max-width: 1500px
}

.cid-sMb1ENKatv .container {
  padding-right: 8rem !important
}

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

.cid-sMb1ENKatv .content-wrapper {
  max-width: 800px
}

.cid-sMb1ENKatv H1 {
  color: #333333
}

.cid-sMb1ENKatv .mbr-section-btn, .cid-sMb1ENKatv .mbr-text {
  color: #333333
}

.cid-sMb1ENKatv H3 {
  color: #333333
}

@media (min-width: 767px) {
  .cid-sMb1ENKatv .container {
    padding: 0 4rem
  }
}

@media (max-width: 767px) {
  .cid-sMb1ENKatv .container {
    padding-right: 4rem !important
  }
}

.cid-sMb1ENKatv H4 {
  text-align: left
}

@media (min-width: 768px) {
  .cid-sMb1EO8VBO {
    padding-top: 3rem;
    padding-bottom: 10rem;
    background-image: url("../../../assets/images/background1-1.webp")
  }
}

@media (max-width: 767px) {
  .cid-sMb1EO8VBO {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #c1c1c1
  }
}

.cid-sMb1EO8VBO .mbr-overlay {
  backdrop-filter: blur(3.5px)
}

.cid-sMb1EO8VBO h2, .cid-sMb1EO8VBO p {
  margin: 0
}

.cid-sMb1EO8VBO .row-border {
  border-bottom: 1px solid #e4e4e4;
  align-items: center;
  padding: 1rem 0
}

.cid-sMb1EO8VBO .card {
  padding: 0
}

.cid-sMb1EO8VBO .card-wrapper {
  align-items: center;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center
}

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

.cid-sMb1EO8VBO .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px
}

.cid-sMb1EO8VBO .mbr-section-title {
  color: #263d5a;
  text-align: left
}

.cid-sMb1EO8VBO .mbr-text {
  color: #263d5a
}

.cid-sMb1EO8VBO .mbr-section-subtitle {
  color: #263d5a
}

.cid-sMb1EO8VBO .mbr-link {
  color: #263d5a
}

.cid-sNd7JiLTAg {
  padding-top: 90px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-1920x1080.webp")
}

.cid-sNd7JiLTAg .row {
  justify-content: flex-end
}

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

.cid-sNd7JiLTAg .block {
  background-color: #ffd248
}

.cid-sNd7JiLTAg img {
  width: 100%
}

.cid-sNd7JiLTAg .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem
}

.cid-sNd7JiLTAg .content {
  max-width: 600px
}

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

@media (max-width: 1600px) {
  .cid-sNd7JiLTAg .content-wrapper {
    padding: 6rem 4rem
  }
  .cid-sNd7JiLTAg h4 {
    right: 6rem
  }
}

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

.cid-sNd7JiLTAg H1 {
  text-align: center
}

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

.cid-sNd3j5PW2W .mbr-section-subtitle {
  color: #8d97ad
}

.cid-sNd3j5PW2W .mbr-section-title {
  text-align: center;
  color: #333333
}

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

@media (max-width: 991px) {
  .cid-sNd4js1O9u .image-wrapper {
    margin-bottom: 1rem
  }
}

.cid-sNd4js1O9u .row {
  flex-direction: row-reverse
}

.cid-sNd4js1O9u img {
  width: 100%
}

dd, dl, dt, li, p, table, ul {
  font-family: "Noto San JP", "Open Sans", sans-serif
}

table.support {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 780px;
  table-layout: fixed;
  color: #000;
  font-family: "Noto San JP", "Open Sans", sans-serif
}

.txt {
  text-align: left;
  font-size: 0.85em;
  font-family: "Noto Sans JP", sans-serif
}

.cid-sLByAUxwqL .dropdown-menu {
  max-height: 1020px
}

.cid-sLNMxogtZl .mbr-section-subtitle, .cid-sLNOb9F2Hs .mbr-section-subtitle, .cid-sLOgyMOuaB .mbr-section-subtitle {
  text-align: center
}

.spleft_pccenter {
  text-align: center !important
}

.cid-sLYF2bxqKU .mbr-iconfont, .cid-sLYGg9pLeE .mbr-iconfont, .cid-sLYGgX7HPP .mbr-iconfont, .cid-sLZp31UqNT .mbr-iconfont {
  font-size: 1rem
}

.cid-sLYF2bxqKU .icon, .cid-sLYGg9pLeE .icon, .cid-sLYGgX7HPP .icon, .cid-sLZp31UqNT .icon {
  padding: 1rem
}

.cid-sLYF2bxqKU .icon:hover, .cid-sLYGg9pLeE .icon:hover, .cid-sLYGgX7HPP .icon:hover, .cid-sLZp31UqNT .icon:hover {
  padding-right: 0.7rem;
  padding-left: 1.3rem
}

@media (max-width: 767px) {
  .cid-sLYF2bxqKU .mbr-iconfont, .cid-sLYGg9pLeE .mbr-iconfont, .cid-sLYGgX7HPP .mbr-iconfont, .cid-sLZp31UqNT .mbr-iconfont {
    font-size: 1.3rem
  }
  .cid-sLYF2bxqKU .icon, .cid-sLYGg9pLeE .icon, .cid-sLYGgX7HPP .icon, .cid-sLZp31UqNT .icon {
    padding: 1.5rem
  }
  .cid-sLYF2bxqKU .icon:hover, .cid-sLYGg9pLeE .icon:hover, .cid-sLYGgX7HPP .icon:hover, .cid-sLZp31UqNT .icon:hover {
    padding-right: 1rem;
    padding-left: 2rem
  }
}

.cid-sLYxH2tbMM .card {
  height: auto
}

.cid-sLYF2bxqKU .card, .cid-sLYGg9pLeE .card, .cid-sLYGgX7HPP .card, .cid-sLZbsnBG8B .card, .cid-sLZoHTGitl .card, .cid-sLZp31UqNT .card {
  height: auto
}

.flex-box {
  display: flex;
  flex-wrap: wrap
}

.flex-box .myapagebox {
  width: 50%;
  border-bottom: 1px dotted rgba(55, 60, 66, 0.5)
}

.flex-box .myapagebox:nth-child(odd) {
  border-right: 1px dotted rgba(55, 60, 66, 0.5)
}

#table8772 .tr .td {
  border: 1px #dedede !important
}

@media (min-width: 767px) {
  table#table8772 {
    width: 60%
  }
}

@media (max-width: 780px) {
  table.support {
    width: 90% !important
  }
  .cid-sLByAUxwqL .dropdown .dropdown-menu {
    display: none
  }
  .cid-sLByAUxwqL .dropdown .dropdown-menu .dropdown-item, .cid-sLD1BpHxEk .dropdown .dropdown-menu .dropdown-item {
    padding: 0.2em 1em 0.2em 0.2em !important
  }
  .cid-sLByAUxwqL .dropdown-menu, .cid-sLD1BpHxEk .dropdown-menu {
    max-height: 1100px
  }
  .cid-sLD1BpHxEk .mbr-section-btn {
    text-align: center
  }
  #features7-6p, #features7-6q, #features7-6v, #features7-6w {
    padding-right: 15px
  }
  .cid-sLNMxogtZl .mbr-section-subtitle, .cid-sLNOb9F2Hs .mbr-section-subtitle, .cid-sLOgyMOuaB .mbr-section-subtitle {
    text-align: left
  }
  .ft2nd {
    padding-top: 0 !important
  }
  .ft2nd h5:first-of-type, .ft2nd p {
    display: none
  }
  .spleft_pccenter {
    text-align: left !important
  }
  .cid-sM4ZlrTEkq table td {
    display: block
  }
  .cid-sM4N2kypc0 .container {
    width: 90%
  }
  .cid-sM3VUURF24 img, .cid-sM3WzCWzET img {
    padding: 0 15px
  }
  .flex-box .myapagebox {
    width: 100%
  }
  .flex-box .myapagebox:nth-child(odd) {
    border-right: 0
  }
  .cid-sM5jUB9fWl img {
    width: 75%
  }
  .cid-sM5jUB9fWl .img-wrapper, .cid-sM5jUBAfKT .content-wrapper .image-wrapper.reverse {
    text-align: center
  }
  .p-3 {
    padding: 0 1rem !important;
    margin: 20px 0 !important
  }
  .cid-sN2cPYC6BL .card:last-child, .cid-sN2eRc8HmS .card:last-child, .cid-sN2eTbl84H .card:last-child, .cid-sN2ewmTBMP .card:last-child {
    border-bottom: 2px solid #efefef !important
  }
  .cid-sLBHlFaZKK .container {
    width: 90%;
    max-width: 100%;
    box-sizing: border-box
  }
}

.pc-none {
  display: none
}

.sp-none {
  display: block
}

@media screen and (max-width: 768px) {
  .pc-none {
    display: block
  }
  .sp-none {
    display: none
  }
}

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

@media screen and (max-width: 559px) {
  .text-align-switch {
    text-align: left
  }
}

@media screen and (max-width: 767px) {
  br.br-pc {
    display: none !important
  }
}

@media screen and (min-width: 768px) {
  br.br-sp {
    display: none !important
  }
}

.cid-sP5DFGGUnC {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff
}

.cid-sP5DFGGUnC .card-wrapper {
  border-radius: 4px
}

.cid-sP5DFGGUnC .card-subtitle {
  color: #0095ff
}

.cid-sP5DFGGUnC .card-subtitle, .cid-sP5DFGGUnC .mbr-text {
  color: #232323
}

.cid-sP5DFGGUnC img {
  border-radius: 6px;
  width: 50%
}

@media (max-width: 768px) {
  .cid-sP5DFGGUnC img {
    margin-bottom: 2rem
  }
}

@media screen and (min-width: 781px) and (max-width: 991px) {
  .cid-sLD1BpHxEk .mbr-section-btn {
    text-align: center
  }
}

.cid-sP5lsoa5NU .block {
  background-color: #fcd96f
}

.cid-sP5lsoa5NU img {
  width: 100%
}

.cid-sP5lsoa5NU .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem
}

.cid-sP5lsoa5NU .content {
  max-width: 600px
}

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

@media (max-width: 1600px) {
  .cid-sP5lsoa5NU .content-wrapper {
    padding: 6rem 4rem
  }
  .cid-sP5lsoa5NU h4 {
    right: 6rem
  }
}

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

.cid-sP5lsoa5NU .mbr-section-btn, .cid-sP5lsoa5NU .mbr-text {
  text-align: left
}

.cid-sP5syliIbS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff
}

.cid-sP5syliIbS .container {
  max-width: 1000px
}

.cid-sP5syliIbS .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #696969
}

.cid-sM6vZ1i90y .number_wrap {
  width: 2.5rem;
  height: 2.5rem
}

.cid-sM6vZ1i90y .number_wrap {
  transform: none
}

.forpctop {
  display: block !important
}

.forsptop {
  display: none !important
}

@media only screen and (max-width: 768px) {
  .forpctop {
    display: none !important
  }
  .forsptop {
    display: block !important
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  #features006-9a > div:nth-child(4) div.card {
    margin: auto !important;
  }
}