@import url(https://fonts.googleapis.com/css?family=Rubik:300,400,500,600,700,800,900,300i,400i,500i,600i,700i,800i,900i&display=swap);





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.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: #1d68b2 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #57b647 !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1d68b2 !important;
  border-color: #1d68b2 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #124270 !important;
  border-color: #124270 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #124270 !important;
  border-color: #124270 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #57b647 !important;
  border-color: #57b647 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #3d7f32 !important;
  border-color: #3d7f32 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #3d7f32 !important;
  border-color: #3d7f32 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0f355a;
  color: #0f355a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #1d68b2;
  border-color: #1d68b2;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1d68b2 !important;
  border-color: #1d68b2 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  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: #346d2a;
  color: #346d2a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #57b647;
  border-color: #57b647;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #57b647 !important;
  border-color: #57b647 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  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:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #1d68b2 !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #57b647 !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0f355a !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #346d2a !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #57b647;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  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: #1d68b2;
  border-color: #1d68b2;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #1d68b2;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #68a8e6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #aadba2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #1d68b2;
}
/* Forms */
.mbr-form .btn {
  margin: .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);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #1d68b2;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #1d68b2;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1d68b2;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #1d68b2;
  border-bottom-color: #1d68b2;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #1d68b2 !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-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%231d68b2' %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.3;
}
.cid-vqULaymBHH .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-vqULaymBHH .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vqULaymBHH a {
  font-style: normal;
}
.cid-vqULaymBHH .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-vqULaymBHH .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-vqULaymBHH .nav-item:focus,
.cid-vqULaymBHH .nav-link:focus {
  outline: none;
}
.cid-vqULaymBHH .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vqULaymBHH .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-vqULaymBHH .menu-logo {
  margin-right: auto;
}
.cid-vqULaymBHH .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vqULaymBHH .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-vqULaymBHH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vqULaymBHH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vqULaymBHH .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vqULaymBHH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vqULaymBHH .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-vqULaymBHH .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-vqULaymBHH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-vqULaymBHH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vqULaymBHH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vqULaymBHH .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-vqULaymBHH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-vqULaymBHH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqULaymBHH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vqULaymBHH .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-vqULaymBHH .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-vqULaymBHH .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-vqULaymBHH .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-vqULaymBHH .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vqULaymBHH .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vqULaymBHH .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vqULaymBHH .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vqULaymBHH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-vqULaymBHH button.navbar-toggler:focus {
  outline: none;
}
.cid-vqULaymBHH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1d68b2;
}
.cid-vqULaymBHH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vqULaymBHH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vqULaymBHH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vqULaymBHH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vqULaymBHH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqULaymBHH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vqULaymBHH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vqULaymBHH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqULaymBHH .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vqULaymBHH .collapsed .btn {
  display: -webkit-flex;
}
.cid-vqULaymBHH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vqULaymBHH .collapsed .navbar-collapse.collapsing,
.cid-vqULaymBHH .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vqULaymBHH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vqULaymBHH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vqULaymBHH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vqULaymBHH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vqULaymBHH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vqULaymBHH .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-vqULaymBHH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vqULaymBHH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-vqULaymBHH .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vqULaymBHH .collapsed button.navbar-toggler {
  display: block;
}
.cid-vqULaymBHH .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-vqULaymBHH .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vqULaymBHH .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-vqULaymBHH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vqULaymBHH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vqULaymBHH .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-vqULaymBHH.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vqULaymBHH img {
    height: 3.8rem !important;
  }
  .cid-vqULaymBHH .btn {
    display: -webkit-flex;
  }
  .cid-vqULaymBHH button.navbar-toggler {
    display: block;
  }
  .cid-vqULaymBHH .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-vqULaymBHH .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vqULaymBHH .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vqULaymBHH .navbar-collapse.collapsing,
  .cid-vqULaymBHH .navbar-collapse.show {
    display: block !important;
  }
  .cid-vqULaymBHH .navbar-collapse.collapsing .navbar-nav,
  .cid-vqULaymBHH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vqULaymBHH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vqULaymBHH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vqULaymBHH .navbar-collapse.collapsing .navbar-buttons,
  .cid-vqULaymBHH .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-vqULaymBHH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vqULaymBHH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vqULaymBHH .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-vqULaymBHH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vqULaymBHH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vqULaymBHH .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-vqULaymBHH .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-vqULaymBHH .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-vqULaymBHH .nav-link:hover,
.cid-vqULaymBHH .dropdown-item:hover {
  color: #57b647 !important;
}
.cid-vqUOuLXZqv .modal-body .close {
  background: #1b1b1b;
}
.cid-vqUOuLXZqv .modal-body .close span {
  font-style: normal;
}
.cid-vqUOuLXZqv .carousel-inner > .active,
.cid-vqUOuLXZqv .carousel-inner > .next,
.cid-vqUOuLXZqv .carousel-inner > .prev {
  display: flex;
}
.cid-vqUOuLXZqv .carousel-control .icon-next,
.cid-vqUOuLXZqv .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-vqUOuLXZqv .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vqUOuLXZqv .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vqUOuLXZqv .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-vqUOuLXZqv .boxed-slider > div {
  position: relative;
}
.cid-vqUOuLXZqv .container img {
  width: 100%;
}
.cid-vqUOuLXZqv .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-vqUOuLXZqv .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-vqUOuLXZqv .mbr-table-cell {
  padding: 0;
}
.cid-vqUOuLXZqv .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vqUOuLXZqv .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-vqUOuLXZqv .mbr-overlay {
  z-index: 1;
}
.cid-vqUOuLXZqv .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-vqUOuLXZqv .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-vqUOuLXZqv .carousel-item.active.right,
.cid-vqUOuLXZqv .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-vqUOuLXZqv .carousel-item.active.left,
.cid-vqUOuLXZqv .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-vqUOuLXZqv .carousel-item.active,
.cid-vqUOuLXZqv .carousel-item.next.left,
.cid-vqUOuLXZqv .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-vqUOuLXZqv .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-vqUOuLXZqv .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vqUOuLXZqv .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vqUOuLXZqv .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-vqUOuLXZqv .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vqUOuLXZqv .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vqUOuLXZqv .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-vqUOuLXZqv .mbr-slider .carousel-indicators li.active,
.cid-vqUOuLXZqv .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-vqUOuLXZqv .mbr-slider .carousel-indicators li::after,
.cid-vqUOuLXZqv .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-vqUOuLXZqv .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-vqUOuLXZqv .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-vqUOuLXZqv .mbr-slider > .container img {
  width: 100%;
}
.cid-vqUOuLXZqv .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-vqUOuLXZqv .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-vqUOuLXZqv .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vqUOuLXZqv .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-vqUOuLXZqv .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-vqUOuLXZqv .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-vqUOuLXZqv .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-vqUOuLXZqv .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-vqUOuLXZqv .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-vqUOuLXZqv .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-vqUOuLXZqv .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-vqUOuLXZqv .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-vqUOuLXZqv .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-vqV4ueS7GJ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #1d68b2;
}
.cid-vqV4ueS7GJ h4 {
  text-align: left;
  font-weight: 500;
}
.cid-vqV4ueS7GJ p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-vqV4ueS7GJ .card-img {
  width: auto;
}
.cid-vqV4ueS7GJ .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-vqV4ueS7GJ .card-box {
  padding-left: 1rem;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-vqV4ueS7GJ .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
}
@media (max-width: 300px) {
  .cid-vqV4ueS7GJ .card-img span {
    font-size: 40px !important;
  }
}
.cid-vqV4ueS7GJ .card-title,
.cid-vqV4ueS7GJ .card-img {
  color: #ffffff;
}
.cid-vqV4ueS7GJ P {
  color: #ffffff;
}
.cid-vqVgbNESRt {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-vqVgbNESRt .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-vqVgbNESRt .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-vqVgbNESRt .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vqVgbNESRt .mbr-text {
    text-align: center;
  }
}
.cid-vqVgbNESRt H1 {
  color: #1d68b2;
}
.cid-vqVgbNESRt .mbr-text,
.cid-vqVgbNESRt .mbr-section-btn {
  color: #232323;
}
.cid-vqVrTVBvJ7 {
  background-image: url("../../../assets/images/img-20260907-wa0008-1600x1200.jpg");
}
.cid-vqVrTVBvJ7 .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-vqVrTVBvJ7 .media-container-column {
  background-color: #57b647;
}
@media (max-width: 767px) {
  .cid-vqVrTVBvJ7 .media-container-column {
    padding: 1rem !important;
  }
}
.cid-vqVrTVBvJ7 .mbr-text,
.cid-vqVrTVBvJ7 .mbr-section-btn {
  color: #ffffff;
}
.cid-vqVrTVBvJ7 H1 {
  color: #ffffff;
}
.cid-vqVxd7Y6AO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #234e1c;
  background: linear-gradient(45deg, #234e1c, #1d68b2);
}
@media (min-width: 992px) {
  .cid-vqVxd7Y6AO .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-vqVxd7Y6AO .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vqVxd7Y6AO .mbr-text {
    text-align: center;
  }
}
.cid-vqVxd7Y6AO H1 {
  color: #ffffff;
}
.cid-vqVxd7Y6AO .mbr-text,
.cid-vqVxd7Y6AO .mbr-section-btn {
  color: #ffffff;
}
.cid-vqX6q61sJ3 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/2149329714-1500x1000.jpg");
}
.cid-vqX6q61sJ3 .main {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-vqX6q61sJ3 .main .mbr-section-btn {
  text-align: right;
}
.cid-vqX6q61sJ3 .btn {
  margin: 0 0 .5rem 0;
}
.cid-vqX6q61sJ3 H2 {
  text-align: left;
}
.cid-vqX6q61sJ3 H3 {
  text-align: left;
}
.cid-vqX6OTTdd7 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-vqX6OTTdd7 .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-vqX6OTTdd7 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-vqX6OTTdd7 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vqX6OTTdd7 .mbr-text {
    text-align: center;
  }
}
.cid-vqX6OTTdd7 H1 {
  color: #1d68b2;
}
.cid-vqX6OTTdd7 .mbr-text,
.cid-vqX6OTTdd7 .mbr-section-btn {
  color: #232323;
}
.cid-vqX9HoFEhO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-vqX9HoFEhO .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-vqX9HoFEhO .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-vqX9HoFEhO .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vqX9HoFEhO .mbr-text {
    text-align: center;
  }
}
.cid-vqX9HoFEhO H1 {
  color: #1d68b2;
}
.cid-vqX9HoFEhO .mbr-text,
.cid-vqX9HoFEhO .mbr-section-btn {
  color: #232323;
}
.cid-vqXhrlo1It {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #234e1c;
  background: linear-gradient(45deg, #234e1c, #57b647);
}
.cid-vqXhrlo1It .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-vqXhrlo1It .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-vqXhrlo1It .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vqXhrlo1It .mbr-text {
    text-align: center;
  }
}
.cid-vqXhrlo1It H1 {
  color: #ffffff;
}
.cid-vqXhrlo1It .mbr-text,
.cid-vqXhrlo1It .mbr-section-btn {
  color: #ffffff;
}
.cid-vrE5Ujt7BL {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #e7ffe3;
}
.cid-vrE5Ujt7BL .mbr-section-subtitle,
.cid-vrE5Ujt7BL .mbr-text {
  color: #767676;
}
.cid-vrE5Ujt7BL .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-vrE5Ujt7BL .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-vrE5Ujt7BL .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-vrE5Ujt7BL .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-vrE5Ujt7BL .card-wrapper .card-img .mbr-section-btn {
  position: absolute;
  transition: opacity .3s;
  width: 100%;
  left: 0;
  top: 50%;
  height: auto;
  transform: translateY(-50%);
}
.cid-vrE5Ujt7BL .card-wrapper .card-img img {
  width: 100%;
}
.cid-vrE5Ujt7BL .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-vrE5Ujt7BL .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-vrE5Ujt7BL .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-vrE5Ujt7BL .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-vrE5Ujt7BL .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-vrE5Ujt7BL .card-img .mbr-section-btn {
  opacity: 0;
}
.cid-vrE5Ujt7BL .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-vrE5Ujt7BL .card-img:hover .mbr-section-btn {
  opacity: 1;
}
.cid-vrE5Ujt7BL .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-vrE5Ujt7BL .mbr-section-title {
  color: #1d68b2;
}
.cid-vrE5Ujt7BL .card-title {
  color: #1d68b2;
}
.cid-vrE5Ujt7BL .mbr-text {
  color: #232323;
}
.cid-vqYxpIsR6L {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-vqYxpIsR6L .mbr-section-subtitle {
  color: #232323;
}
.cid-vqYxpIsR6L .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vqYxpIsR6L .mbr-text {
  color: #0d2e4e;
}
.cid-vqYxpIsR6L .mbr-author-desc {
  display: block;
  color: #c08f08;
}
.cid-vqYxpIsR6L .mbr-author-name {
  color: #57b647;
}
.cid-vqYxpIsR6L .mbr-testimonial .panel-item {
  background-color: #ffffff;
}
.cid-vqYxpIsR6L .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-vqYxpIsR6L .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-vqYxpIsR6L .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-vqYxpIsR6L .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-vqYxpIsR6L .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-vqYxpIsR6L H2 {
  color: #1d68b2;
}
.cid-vqYLD06orK {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #f9f9f9;
}
.cid-vqYLD06orK .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-vqYLD06orK .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-vqYLD06orK .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-vqYLD06orK .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-vqYLD06orK .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-vqYLD06orK .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-vqYLD06orK .card .panel-body {
  color: #767676;
}
.cid-vqYLD06orK H2 {
  color: #1d68b2;
}
.cid-vqYLD06orK H4 {
  color: #0d2e4e;
}
.cid-vqYLD06orK .panel-text {
  color: #232323;
}
.cid-vqYOBxQT60 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/2148440523-1-1500x1000.jpg");
}
.cid-vqYOBxQT60 .main {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-vqYOBxQT60 .main .mbr-section-btn {
  text-align: right;
}
.cid-vqYOBxQT60 .btn {
  margin: 0 0 .5rem 0;
}
.cid-vqYOBxQT60 H2 {
  text-align: left;
}
.cid-vqYOBxQT60 H3 {
  text-align: left;
}
.cid-vqYPeKjV7u {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-vqYPeKjV7u .title {
  margin-bottom: 2rem;
}
.cid-vqYPeKjV7u .mbr-section-subtitle {
  color: #232323;
}
.cid-vqYPeKjV7u a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-vqYPeKjV7u a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-vqYPeKjV7u textarea.form-control {
  min-height: 188px;
}
.cid-vqYPeKjV7u H2 {
  color: #1d68b2;
}
.cid-vqYSaQtzPE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1d68b2;
}
@media (max-width: 767px) {
  .cid-vqYSaQtzPE .content {
    text-align: center;
  }
  .cid-vqYSaQtzPE .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vqYSaQtzPE .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-vqYSaQtzPE .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vqYSaQtzPE .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-vqYSaQtzPE .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vqYSaQtzPE .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-vqYSaQtzPE .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vqYSaQtzPE .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vqYSaQtzPE .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vqYSaQtzPE .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vqYSaQtzPE .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vqYSaQtzPE .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vqYUUA9XUw .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-vqYUUA9XUw .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vqYUUA9XUw a {
  font-style: normal;
}
.cid-vqYUUA9XUw .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-vqYUUA9XUw .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-vqYUUA9XUw .nav-item:focus,
.cid-vqYUUA9XUw .nav-link:focus {
  outline: none;
}
.cid-vqYUUA9XUw .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vqYUUA9XUw .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-vqYUUA9XUw .menu-logo {
  margin-right: auto;
}
.cid-vqYUUA9XUw .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vqYUUA9XUw .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-vqYUUA9XUw .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vqYUUA9XUw .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vqYUUA9XUw .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vqYUUA9XUw .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vqYUUA9XUw .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-vqYUUA9XUw .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-vqYUUA9XUw .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-vqYUUA9XUw .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vqYUUA9XUw .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vqYUUA9XUw .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-vqYUUA9XUw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-vqYUUA9XUw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqYUUA9XUw .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vqYUUA9XUw .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-vqYUUA9XUw .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-vqYUUA9XUw .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-vqYUUA9XUw .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-vqYUUA9XUw .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vqYUUA9XUw .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vqYUUA9XUw .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vqYUUA9XUw .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vqYUUA9XUw button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-vqYUUA9XUw button.navbar-toggler:focus {
  outline: none;
}
.cid-vqYUUA9XUw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1d68b2;
}
.cid-vqYUUA9XUw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vqYUUA9XUw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vqYUUA9XUw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vqYUUA9XUw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vqYUUA9XUw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqYUUA9XUw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vqYUUA9XUw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vqYUUA9XUw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqYUUA9XUw .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vqYUUA9XUw .collapsed .btn {
  display: -webkit-flex;
}
.cid-vqYUUA9XUw .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vqYUUA9XUw .collapsed .navbar-collapse.collapsing,
.cid-vqYUUA9XUw .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vqYUUA9XUw .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vqYUUA9XUw .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vqYUUA9XUw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vqYUUA9XUw .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vqYUUA9XUw .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vqYUUA9XUw .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-vqYUUA9XUw .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vqYUUA9XUw .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-vqYUUA9XUw .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vqYUUA9XUw .collapsed button.navbar-toggler {
  display: block;
}
.cid-vqYUUA9XUw .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-vqYUUA9XUw .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vqYUUA9XUw .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-vqYUUA9XUw .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vqYUUA9XUw .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vqYUUA9XUw .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-vqYUUA9XUw.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vqYUUA9XUw img {
    height: 3.8rem !important;
  }
  .cid-vqYUUA9XUw .btn {
    display: -webkit-flex;
  }
  .cid-vqYUUA9XUw button.navbar-toggler {
    display: block;
  }
  .cid-vqYUUA9XUw .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-vqYUUA9XUw .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vqYUUA9XUw .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vqYUUA9XUw .navbar-collapse.collapsing,
  .cid-vqYUUA9XUw .navbar-collapse.show {
    display: block !important;
  }
  .cid-vqYUUA9XUw .navbar-collapse.collapsing .navbar-nav,
  .cid-vqYUUA9XUw .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vqYUUA9XUw .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vqYUUA9XUw .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vqYUUA9XUw .navbar-collapse.collapsing .navbar-buttons,
  .cid-vqYUUA9XUw .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-vqYUUA9XUw .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vqYUUA9XUw .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vqYUUA9XUw .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-vqYUUA9XUw .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vqYUUA9XUw .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vqYUUA9XUw .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-vqYUUA9XUw .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-vqYUUA9XUw .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-vqYUUA9XUw .nav-link:hover,
.cid-vqYUUA9XUw .dropdown-item:hover {
  color: #57b647 !important;
}
.cid-vqYY9GLRob {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/img-20260907-wa0006-1-1280x960.jpeg");
}
.cid-vqYUUPmoPK {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-vqYUUPmoPK .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-vqYUUPmoPK .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-vqYUUPmoPK .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vqYUUPmoPK .mbr-text {
    text-align: center;
  }
}
.cid-vqYUUPmoPK H1 {
  color: #1d68b2;
}
.cid-vqYUUPmoPK .mbr-text,
.cid-vqYUUPmoPK .mbr-section-btn {
  color: #232323;
}
.cid-vqYUUYE0rW {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #234e1c;
  background: linear-gradient(45deg, #234e1c, #1d68b2);
}
.cid-vqYUUYE0rW .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-vqYUUYE0rW .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-vqYUUYE0rW .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vqYUUYE0rW .mbr-text {
    text-align: center;
  }
}
.cid-vqYUUYE0rW H1 {
  color: #ffffff;
}
.cid-vqYUUYE0rW .mbr-text,
.cid-vqYUUYE0rW .mbr-section-btn {
  color: #ffffff;
}
.cid-vqYUV75saf {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-vqYUV75saf .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-vqYUV75saf .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-vqYUV75saf .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vqYUV75saf .mbr-text {
    text-align: center;
  }
}
.cid-vqYUV75saf H1 {
  color: #1d68b2;
}
.cid-vqYUV75saf .mbr-text,
.cid-vqYUV75saf .mbr-section-btn {
  color: #232323;
}
.cid-vrEe2sjtak {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/2149329714-1500x1000.jpg");
}
.cid-vrEe2sjtak .main {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-vrEe2sjtak .main .mbr-section-btn {
  text-align: right;
}
.cid-vrEe2sjtak .btn {
  margin: 0 0 .5rem 0;
}
.cid-vrEe2sjtak H2 {
  text-align: left;
}
.cid-vrEe2sjtak H3 {
  text-align: left;
}
.cid-vqYUVbtNUX {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-vqYUVbtNUX .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-vqYUVbtNUX .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-vqYUVbtNUX .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vqYUVbtNUX .mbr-text {
    text-align: center;
  }
}
.cid-vqYUVbtNUX H1 {
  color: #1d68b2;
}
.cid-vqYUVbtNUX .mbr-text,
.cid-vqYUVbtNUX .mbr-section-btn {
  color: #232323;
}
.cid-vqYUVfdvSS {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #234e1c;
  background: linear-gradient(45deg, #234e1c, #57b647);
}
.cid-vqYUVfdvSS .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-vqYUVfdvSS .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-vqYUVfdvSS .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vqYUVfdvSS .mbr-text {
    text-align: center;
  }
}
.cid-vqYUVfdvSS H1 {
  color: #ffffff;
}
.cid-vqYUVfdvSS .mbr-text,
.cid-vqYUVfdvSS .mbr-section-btn {
  color: #ffffff;
}
.cid-vrEdYAA57r {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/2148440523-1-1500x1000.jpg");
}
.cid-vrEdYAA57r .main {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-vrEdYAA57r .main .mbr-section-btn {
  text-align: right;
}
.cid-vrEdYAA57r .btn {
  margin: 0 0 .5rem 0;
}
.cid-vrEdYAA57r H2 {
  text-align: left;
}
.cid-vrEdYAA57r H3 {
  text-align: left;
}
.cid-vrR8740jc7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1d68b2;
}
@media (max-width: 767px) {
  .cid-vrR8740jc7 .content {
    text-align: center;
  }
  .cid-vrR8740jc7 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vrR8740jc7 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-vrR8740jc7 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vrR8740jc7 .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-vrR8740jc7 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vrR8740jc7 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-vrR8740jc7 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vrR8740jc7 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vrR8740jc7 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vrR8740jc7 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vrR8740jc7 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vrR8740jc7 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vr0ZVjplgG .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-vr0ZVjplgG .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vr0ZVjplgG a {
  font-style: normal;
}
.cid-vr0ZVjplgG .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-vr0ZVjplgG .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-vr0ZVjplgG .nav-item:focus,
.cid-vr0ZVjplgG .nav-link:focus {
  outline: none;
}
.cid-vr0ZVjplgG .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vr0ZVjplgG .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-vr0ZVjplgG .menu-logo {
  margin-right: auto;
}
.cid-vr0ZVjplgG .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vr0ZVjplgG .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-vr0ZVjplgG .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vr0ZVjplgG .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vr0ZVjplgG .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vr0ZVjplgG .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vr0ZVjplgG .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-vr0ZVjplgG .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-vr0ZVjplgG .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-vr0ZVjplgG .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vr0ZVjplgG .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vr0ZVjplgG .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-vr0ZVjplgG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-vr0ZVjplgG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vr0ZVjplgG .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vr0ZVjplgG .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-vr0ZVjplgG .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-vr0ZVjplgG .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-vr0ZVjplgG .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-vr0ZVjplgG .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vr0ZVjplgG .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vr0ZVjplgG .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vr0ZVjplgG .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vr0ZVjplgG button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-vr0ZVjplgG button.navbar-toggler:focus {
  outline: none;
}
.cid-vr0ZVjplgG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1d68b2;
}
.cid-vr0ZVjplgG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vr0ZVjplgG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vr0ZVjplgG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vr0ZVjplgG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vr0ZVjplgG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vr0ZVjplgG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vr0ZVjplgG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vr0ZVjplgG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vr0ZVjplgG .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vr0ZVjplgG .collapsed .btn {
  display: -webkit-flex;
}
.cid-vr0ZVjplgG .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vr0ZVjplgG .collapsed .navbar-collapse.collapsing,
.cid-vr0ZVjplgG .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vr0ZVjplgG .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vr0ZVjplgG .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vr0ZVjplgG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vr0ZVjplgG .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vr0ZVjplgG .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vr0ZVjplgG .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-vr0ZVjplgG .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vr0ZVjplgG .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-vr0ZVjplgG .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vr0ZVjplgG .collapsed button.navbar-toggler {
  display: block;
}
.cid-vr0ZVjplgG .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-vr0ZVjplgG .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vr0ZVjplgG .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-vr0ZVjplgG .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vr0ZVjplgG .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vr0ZVjplgG .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-vr0ZVjplgG.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vr0ZVjplgG img {
    height: 3.8rem !important;
  }
  .cid-vr0ZVjplgG .btn {
    display: -webkit-flex;
  }
  .cid-vr0ZVjplgG button.navbar-toggler {
    display: block;
  }
  .cid-vr0ZVjplgG .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-vr0ZVjplgG .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vr0ZVjplgG .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vr0ZVjplgG .navbar-collapse.collapsing,
  .cid-vr0ZVjplgG .navbar-collapse.show {
    display: block !important;
  }
  .cid-vr0ZVjplgG .navbar-collapse.collapsing .navbar-nav,
  .cid-vr0ZVjplgG .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vr0ZVjplgG .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vr0ZVjplgG .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vr0ZVjplgG .navbar-collapse.collapsing .navbar-buttons,
  .cid-vr0ZVjplgG .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-vr0ZVjplgG .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vr0ZVjplgG .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vr0ZVjplgG .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-vr0ZVjplgG .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vr0ZVjplgG .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vr0ZVjplgG .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-vr0ZVjplgG .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-vr0ZVjplgG .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-vr0ZVjplgG .nav-link:hover,
.cid-vr0ZVjplgG .dropdown-item:hover {
  color: #57b647 !important;
}
.cid-vr0ZVlaxIL {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/img-20260907-wa0006-6-1280x960.jpeg");
}
.cid-vr0ZVnu8Fg {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-vr0ZVnu8Fg .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-vr0ZVnu8Fg .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-vr0ZVnu8Fg .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vr0ZVnu8Fg .mbr-text {
    text-align: center;
  }
}
.cid-vr0ZVnu8Fg H1 {
  color: #1d68b2;
}
.cid-vr0ZVnu8Fg .mbr-text,
.cid-vr0ZVnu8Fg .mbr-section-btn {
  color: #232323;
}
.cid-vr0ZVDmuNC {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #234e1c;
  background: linear-gradient(45deg, #234e1c, #57b647);
}
.cid-vr0ZVDmuNC .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-vr0ZVDmuNC .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-vr0ZVDmuNC .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vr0ZVDmuNC .mbr-text {
    text-align: center;
  }
}
.cid-vr0ZVDmuNC H1 {
  color: #ffffff;
}
.cid-vr0ZVDmuNC .mbr-text,
.cid-vr0ZVDmuNC .mbr-section-btn {
  color: #ffffff;
}
.cid-vrEeegGPeG {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/2149329714-1500x1000.jpg");
}
.cid-vrEeegGPeG .main {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-vrEeegGPeG .main .mbr-section-btn {
  text-align: right;
}
.cid-vrEeegGPeG .btn {
  margin: 0 0 .5rem 0;
}
.cid-vrEeegGPeG H2 {
  text-align: left;
}
.cid-vrEeegGPeG H3 {
  text-align: left;
}
.cid-vr174slw8r {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-vr174slw8r .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-vr174slw8r .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
}
@media (max-width: 767px) {
  .cid-vr174slw8r .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-vr174slw8r .separline {
  position: relative;
}
.cid-vr174slw8r .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-vr174slw8r .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-vr174slw8r .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-vr174slw8r .media-block {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vr174slw8r .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-bottom: 2rem;
  }
}
.cid-vr174slw8r .mbr-step-title {
  color: #1d68b2;
}
.cid-vr174slw8r .mbr-section-title {
  color: #1d68b2;
}
.cid-vrEefGIiOb {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/2148440523-1-1500x1000.jpg");
}
.cid-vrEefGIiOb .main {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-vrEefGIiOb .main .mbr-section-btn {
  text-align: right;
}
.cid-vrEefGIiOb .btn {
  margin: 0 0 .5rem 0;
}
.cid-vrEefGIiOb H2 {
  text-align: left;
}
.cid-vrEefGIiOb H3 {
  text-align: left;
}
.cid-vrR8Eyuiho {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1d68b2;
}
@media (max-width: 767px) {
  .cid-vrR8Eyuiho .content {
    text-align: center;
  }
  .cid-vrR8Eyuiho .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vrR8Eyuiho .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-vrR8Eyuiho .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vrR8Eyuiho .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-vrR8Eyuiho .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vrR8Eyuiho .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-vrR8Eyuiho .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vrR8Eyuiho .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vrR8Eyuiho .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vrR8Eyuiho .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vrR8Eyuiho .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vrR8Eyuiho .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vr0RwPOP82 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-vr0RwPOP82 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vr0RwPOP82 a {
  font-style: normal;
}
.cid-vr0RwPOP82 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-vr0RwPOP82 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-vr0RwPOP82 .nav-item:focus,
.cid-vr0RwPOP82 .nav-link:focus {
  outline: none;
}
.cid-vr0RwPOP82 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vr0RwPOP82 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-vr0RwPOP82 .menu-logo {
  margin-right: auto;
}
.cid-vr0RwPOP82 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vr0RwPOP82 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-vr0RwPOP82 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vr0RwPOP82 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vr0RwPOP82 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vr0RwPOP82 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vr0RwPOP82 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-vr0RwPOP82 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-vr0RwPOP82 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-vr0RwPOP82 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vr0RwPOP82 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vr0RwPOP82 .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-vr0RwPOP82 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-vr0RwPOP82 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vr0RwPOP82 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vr0RwPOP82 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-vr0RwPOP82 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-vr0RwPOP82 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-vr0RwPOP82 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-vr0RwPOP82 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vr0RwPOP82 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vr0RwPOP82 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vr0RwPOP82 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vr0RwPOP82 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-vr0RwPOP82 button.navbar-toggler:focus {
  outline: none;
}
.cid-vr0RwPOP82 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1d68b2;
}
.cid-vr0RwPOP82 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vr0RwPOP82 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vr0RwPOP82 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vr0RwPOP82 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vr0RwPOP82 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vr0RwPOP82 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vr0RwPOP82 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vr0RwPOP82 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vr0RwPOP82 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vr0RwPOP82 .collapsed .btn {
  display: -webkit-flex;
}
.cid-vr0RwPOP82 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vr0RwPOP82 .collapsed .navbar-collapse.collapsing,
.cid-vr0RwPOP82 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vr0RwPOP82 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vr0RwPOP82 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vr0RwPOP82 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vr0RwPOP82 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vr0RwPOP82 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vr0RwPOP82 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-vr0RwPOP82 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vr0RwPOP82 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-vr0RwPOP82 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vr0RwPOP82 .collapsed button.navbar-toggler {
  display: block;
}
.cid-vr0RwPOP82 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-vr0RwPOP82 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vr0RwPOP82 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-vr0RwPOP82 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vr0RwPOP82 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vr0RwPOP82 .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-vr0RwPOP82.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vr0RwPOP82 img {
    height: 3.8rem !important;
  }
  .cid-vr0RwPOP82 .btn {
    display: -webkit-flex;
  }
  .cid-vr0RwPOP82 button.navbar-toggler {
    display: block;
  }
  .cid-vr0RwPOP82 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-vr0RwPOP82 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vr0RwPOP82 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vr0RwPOP82 .navbar-collapse.collapsing,
  .cid-vr0RwPOP82 .navbar-collapse.show {
    display: block !important;
  }
  .cid-vr0RwPOP82 .navbar-collapse.collapsing .navbar-nav,
  .cid-vr0RwPOP82 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vr0RwPOP82 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vr0RwPOP82 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vr0RwPOP82 .navbar-collapse.collapsing .navbar-buttons,
  .cid-vr0RwPOP82 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-vr0RwPOP82 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vr0RwPOP82 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vr0RwPOP82 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-vr0RwPOP82 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vr0RwPOP82 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vr0RwPOP82 .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-vr0RwPOP82 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-vr0RwPOP82 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-vr0RwPOP82 .nav-link:hover,
.cid-vr0RwPOP82 .dropdown-item:hover {
  color: #57b647 !important;
}
.cid-vr0RwUrNuc {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/img-20260907-wa0006-7-1280x960.jpeg");
}
.cid-vrD1njEOSo {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-vrD1njEOSo .title {
  margin-bottom: 2rem;
}
.cid-vrD1njEOSo .mbr-section-subtitle {
  color: #232323;
}
.cid-vrD1njEOSo a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-vrD1njEOSo a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-vrD1njEOSo textarea.form-control {
  min-height: 188px;
}
.cid-vrD1njEOSo H2 {
  color: #1d68b2;
}
.cid-vrEf2tQqqK {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/2148440523-1-1500x1000.jpg");
}
.cid-vrEf2tQqqK .main {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-vrEf2tQqqK .main .mbr-section-btn {
  text-align: right;
}
.cid-vrEf2tQqqK .btn {
  margin: 0 0 .5rem 0;
}
.cid-vrEf2tQqqK H2 {
  text-align: left;
}
.cid-vrEf2tQqqK H3 {
  text-align: left;
}
.cid-vrR8Kml4Wn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1d68b2;
}
@media (max-width: 767px) {
  .cid-vrR8Kml4Wn .content {
    text-align: center;
  }
  .cid-vrR8Kml4Wn .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vrR8Kml4Wn .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-vrR8Kml4Wn .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vrR8Kml4Wn .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-vrR8Kml4Wn .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vrR8Kml4Wn .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-vrR8Kml4Wn .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vrR8Kml4Wn .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vrR8Kml4Wn .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vrR8Kml4Wn .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vrR8Kml4Wn .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vrR8Kml4Wn .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vrEM4rMt0E .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-vrEM4rMt0E .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vrEM4rMt0E a {
  font-style: normal;
}
.cid-vrEM4rMt0E .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-vrEM4rMt0E .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-vrEM4rMt0E .nav-item:focus,
.cid-vrEM4rMt0E .nav-link:focus {
  outline: none;
}
.cid-vrEM4rMt0E .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vrEM4rMt0E .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-vrEM4rMt0E .menu-logo {
  margin-right: auto;
}
.cid-vrEM4rMt0E .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vrEM4rMt0E .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-vrEM4rMt0E .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vrEM4rMt0E .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vrEM4rMt0E .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vrEM4rMt0E .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vrEM4rMt0E .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-vrEM4rMt0E .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-vrEM4rMt0E .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-vrEM4rMt0E .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vrEM4rMt0E .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vrEM4rMt0E .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-vrEM4rMt0E .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-vrEM4rMt0E .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vrEM4rMt0E .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vrEM4rMt0E .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-vrEM4rMt0E .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-vrEM4rMt0E .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-vrEM4rMt0E .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-vrEM4rMt0E .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vrEM4rMt0E .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vrEM4rMt0E .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vrEM4rMt0E .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vrEM4rMt0E button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-vrEM4rMt0E button.navbar-toggler:focus {
  outline: none;
}
.cid-vrEM4rMt0E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1d68b2;
}
.cid-vrEM4rMt0E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vrEM4rMt0E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vrEM4rMt0E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vrEM4rMt0E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vrEM4rMt0E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vrEM4rMt0E nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vrEM4rMt0E nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vrEM4rMt0E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vrEM4rMt0E .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vrEM4rMt0E .collapsed .btn {
  display: -webkit-flex;
}
.cid-vrEM4rMt0E .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vrEM4rMt0E .collapsed .navbar-collapse.collapsing,
.cid-vrEM4rMt0E .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vrEM4rMt0E .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vrEM4rMt0E .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vrEM4rMt0E .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vrEM4rMt0E .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vrEM4rMt0E .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vrEM4rMt0E .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-vrEM4rMt0E .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vrEM4rMt0E .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-vrEM4rMt0E .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vrEM4rMt0E .collapsed button.navbar-toggler {
  display: block;
}
.cid-vrEM4rMt0E .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-vrEM4rMt0E .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vrEM4rMt0E .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-vrEM4rMt0E .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vrEM4rMt0E .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vrEM4rMt0E .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-vrEM4rMt0E.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vrEM4rMt0E img {
    height: 3.8rem !important;
  }
  .cid-vrEM4rMt0E .btn {
    display: -webkit-flex;
  }
  .cid-vrEM4rMt0E button.navbar-toggler {
    display: block;
  }
  .cid-vrEM4rMt0E .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-vrEM4rMt0E .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vrEM4rMt0E .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vrEM4rMt0E .navbar-collapse.collapsing,
  .cid-vrEM4rMt0E .navbar-collapse.show {
    display: block !important;
  }
  .cid-vrEM4rMt0E .navbar-collapse.collapsing .navbar-nav,
  .cid-vrEM4rMt0E .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vrEM4rMt0E .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vrEM4rMt0E .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vrEM4rMt0E .navbar-collapse.collapsing .navbar-buttons,
  .cid-vrEM4rMt0E .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-vrEM4rMt0E .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vrEM4rMt0E .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vrEM4rMt0E .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-vrEM4rMt0E .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vrEM4rMt0E .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vrEM4rMt0E .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-vrEM4rMt0E .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-vrEM4rMt0E .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-vrEM4rMt0E .nav-link:hover,
.cid-vrEM4rMt0E .dropdown-item:hover {
  color: #57b647 !important;
}
.cid-vrEM4u8p0V {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/img-20260907-wa0006-2-1280x960.jpeg");
}
.cid-vrEM4xHTHe {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-vrEM4xHTHe .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-vrEM4xHTHe .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-vrEM4xHTHe .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vrEM4xHTHe .mbr-text {
    text-align: center;
  }
}
.cid-vrEM4xHTHe H1 {
  color: #1d68b2;
}
.cid-vrEM4xHTHe .mbr-text,
.cid-vrEM4xHTHe .mbr-section-btn {
  color: #232323;
}
.cid-vrEXq9jpYe {
  background-image: url("../../../assets/images/2151249717-1500x1000.jpg");
}
.cid-vrEXq9jpYe .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-vrEXq9jpYe .media-container-column {
  background-color: #1d68b2;
}
@media (max-width: 767px) {
  .cid-vrEXq9jpYe .media-container-column {
    padding: 1rem !important;
  }
}
.cid-vrEQWBLceF {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-vrEQWBLceF H2 {
  color: #1d68b2;
}
.cid-vrEQWBLceF H3 {
  color: #232323;
}
.cid-vrEQWBLceF .mbr-text,
.cid-vrEQWBLceF .mbr-section-btn {
  color: #232323;
}
.cid-vrF78WRUs6 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #e7ffe3;
}
.cid-vrF78WRUs6 H2 {
  color: #1d68b2;
}
.cid-vrF78WRUs6 H3 {
  color: #232323;
}
.cid-vrF78WRUs6 .mbr-text,
.cid-vrF78WRUs6 .mbr-section-btn {
  color: #232323;
}
.cid-vrF7KTmQ2z {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #daedff;
}
.cid-vrF7KTmQ2z H2 {
  color: #1d68b2;
}
.cid-vrF7KTmQ2z H3 {
  color: #232323;
}
.cid-vrF7KTmQ2z .mbr-text,
.cid-vrF7KTmQ2z .mbr-section-btn {
  color: #232323;
}
.cid-vrEM4J6QzO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/2149329714-1500x1000.jpg");
}
.cid-vrEM4J6QzO .main {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-vrEM4J6QzO .main .mbr-section-btn {
  text-align: right;
}
.cid-vrEM4J6QzO .btn {
  margin: 0 0 .5rem 0;
}
.cid-vrEM4J6QzO H2 {
  text-align: left;
}
.cid-vrEM4J6QzO H3 {
  text-align: left;
}
.cid-vrFh9zvpJc {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #daedff;
}
.cid-vrFh9zvpJc H2 {
  color: #1d68b2;
}
.cid-vrFh9zvpJc H3 {
  color: #232323;
}
.cid-vrFh9zvpJc .mbr-text,
.cid-vrFh9zvpJc .mbr-section-btn {
  color: #232323;
}
.cid-vrFhqEDiwn {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #e7ffe3;
}
.cid-vrFhqEDiwn H2 {
  color: #1d68b2;
}
.cid-vrFhqEDiwn H3 {
  color: #232323;
}
.cid-vrFhqEDiwn .mbr-text,
.cid-vrFhqEDiwn .mbr-section-btn {
  color: #232323;
}
.cid-vrFhRAiuHO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-vrFhRAiuHO H2 {
  color: #1d68b2;
}
.cid-vrFhRAiuHO H3 {
  color: #232323;
}
.cid-vrFhRAiuHO .mbr-text,
.cid-vrFhRAiuHO .mbr-section-btn {
  color: #232323;
}
.cid-vrEM4VlP4x {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/2148440523-1-1500x1000.jpg");
}
.cid-vrEM4VlP4x .main {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-vrEM4VlP4x .main .mbr-section-btn {
  text-align: right;
}
.cid-vrEM4VlP4x .btn {
  margin: 0 0 .5rem 0;
}
.cid-vrEM4VlP4x H2 {
  text-align: left;
}
.cid-vrEM4VlP4x H3 {
  text-align: left;
}
.cid-vrFiWdWIKE {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-vrFiWdWIKE H2 {
  color: #1d68b2;
}
.cid-vrFiWdWIKE H3 {
  color: #232323;
}
.cid-vrFiWdWIKE .mbr-text,
.cid-vrFiWdWIKE .mbr-section-btn {
  color: #232323;
}
.cid-vrFjaVL4BM {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #e7ffe3;
}
.cid-vrFjaVL4BM H2 {
  color: #1d68b2;
}
.cid-vrFjaVL4BM H3 {
  color: #232323;
}
.cid-vrFjaVL4BM .mbr-text,
.cid-vrFjaVL4BM .mbr-section-btn {
  color: #232323;
}
.cid-vrFjsysCmN {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #e7ffe3;
}
.cid-vrFjsysCmN H2 {
  color: #1d68b2;
}
.cid-vrFjsysCmN H3 {
  color: #232323;
}
.cid-vrFjsysCmN .mbr-text,
.cid-vrFjsysCmN .mbr-section-btn {
  color: #232323;
}
.cid-vrEM4R2lZF {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #234e1c;
  background: linear-gradient(45deg, #234e1c, #57b647);
}
.cid-vrEM4R2lZF .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-vrEM4R2lZF .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-vrEM4R2lZF .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vrEM4R2lZF .mbr-text {
    text-align: center;
  }
}
.cid-vrEM4R2lZF H1 {
  color: #ffffff;
}
.cid-vrEM4R2lZF .mbr-text,
.cid-vrEM4R2lZF .mbr-section-btn {
  color: #ffffff;
}
.cid-vrR8esuuOg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1d68b2;
}
@media (max-width: 767px) {
  .cid-vrR8esuuOg .content {
    text-align: center;
  }
  .cid-vrR8esuuOg .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vrR8esuuOg .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-vrR8esuuOg .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vrR8esuuOg .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-vrR8esuuOg .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vrR8esuuOg .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-vrR8esuuOg .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vrR8esuuOg .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vrR8esuuOg .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vrR8esuuOg .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vrR8esuuOg .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vrR8esuuOg .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vrFknscYe6 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-vrFknscYe6 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vrFknscYe6 a {
  font-style: normal;
}
.cid-vrFknscYe6 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-vrFknscYe6 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-vrFknscYe6 .nav-item:focus,
.cid-vrFknscYe6 .nav-link:focus {
  outline: none;
}
.cid-vrFknscYe6 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vrFknscYe6 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-vrFknscYe6 .menu-logo {
  margin-right: auto;
}
.cid-vrFknscYe6 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vrFknscYe6 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-vrFknscYe6 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vrFknscYe6 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vrFknscYe6 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vrFknscYe6 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vrFknscYe6 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-vrFknscYe6 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-vrFknscYe6 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-vrFknscYe6 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vrFknscYe6 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vrFknscYe6 .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-vrFknscYe6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-vrFknscYe6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vrFknscYe6 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vrFknscYe6 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-vrFknscYe6 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-vrFknscYe6 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-vrFknscYe6 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-vrFknscYe6 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vrFknscYe6 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vrFknscYe6 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vrFknscYe6 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vrFknscYe6 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-vrFknscYe6 button.navbar-toggler:focus {
  outline: none;
}
.cid-vrFknscYe6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1d68b2;
}
.cid-vrFknscYe6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vrFknscYe6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vrFknscYe6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vrFknscYe6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vrFknscYe6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vrFknscYe6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vrFknscYe6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vrFknscYe6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vrFknscYe6 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vrFknscYe6 .collapsed .btn {
  display: -webkit-flex;
}
.cid-vrFknscYe6 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vrFknscYe6 .collapsed .navbar-collapse.collapsing,
.cid-vrFknscYe6 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vrFknscYe6 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vrFknscYe6 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vrFknscYe6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vrFknscYe6 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vrFknscYe6 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vrFknscYe6 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-vrFknscYe6 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vrFknscYe6 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-vrFknscYe6 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vrFknscYe6 .collapsed button.navbar-toggler {
  display: block;
}
.cid-vrFknscYe6 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-vrFknscYe6 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vrFknscYe6 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-vrFknscYe6 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vrFknscYe6 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vrFknscYe6 .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-vrFknscYe6.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vrFknscYe6 img {
    height: 3.8rem !important;
  }
  .cid-vrFknscYe6 .btn {
    display: -webkit-flex;
  }
  .cid-vrFknscYe6 button.navbar-toggler {
    display: block;
  }
  .cid-vrFknscYe6 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-vrFknscYe6 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vrFknscYe6 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vrFknscYe6 .navbar-collapse.collapsing,
  .cid-vrFknscYe6 .navbar-collapse.show {
    display: block !important;
  }
  .cid-vrFknscYe6 .navbar-collapse.collapsing .navbar-nav,
  .cid-vrFknscYe6 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vrFknscYe6 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vrFknscYe6 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vrFknscYe6 .navbar-collapse.collapsing .navbar-buttons,
  .cid-vrFknscYe6 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-vrFknscYe6 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vrFknscYe6 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vrFknscYe6 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-vrFknscYe6 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vrFknscYe6 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vrFknscYe6 .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-vrFknscYe6 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-vrFknscYe6 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-vrFknscYe6 .nav-link:hover,
.cid-vrFknscYe6 .dropdown-item:hover {
  color: #57b647 !important;
}
.cid-vrFknv0TNU {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/img-20260907-wa0006-3-1280x960.jpeg");
}
.cid-vrFknxRjm6 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-vrFknxRjm6 .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-vrFknxRjm6 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-vrFknxRjm6 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vrFknxRjm6 .mbr-text {
    text-align: center;
  }
}
.cid-vrFknxRjm6 H1 {
  color: #1d68b2;
}
.cid-vrFknxRjm6 .mbr-text,
.cid-vrFknxRjm6 .mbr-section-btn {
  color: #232323;
}
.cid-vrFknB32iG {
  background-image: url("../../../assets/images/2151249717-1500x1000.jpg");
}
.cid-vrFknB32iG .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-vrFknB32iG .media-container-column {
  background-color: #1d68b2;
}
@media (max-width: 767px) {
  .cid-vrFknB32iG .media-container-column {
    padding: 1rem !important;
  }
}
.cid-vrFknEOmCg {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-vrFknEOmCg H2 {
  color: #1d68b2;
}
.cid-vrFknEOmCg H3 {
  color: #232323;
}
.cid-vrFknEOmCg .mbr-text,
.cid-vrFknEOmCg .mbr-section-btn {
  color: #232323;
}
.cid-vrFknI3NsQ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #e7ffe3;
}
.cid-vrFknI3NsQ H2 {
  color: #1d68b2;
}
.cid-vrFknI3NsQ H3 {
  color: #232323;
}
.cid-vrFknI3NsQ .mbr-text,
.cid-vrFknI3NsQ .mbr-section-btn {
  color: #232323;
}
.cid-vrFknKX684 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #daedff;
}
.cid-vrFknKX684 H2 {
  color: #1d68b2;
}
.cid-vrFknKX684 H3 {
  color: #232323;
}
.cid-vrFknKX684 .mbr-text,
.cid-vrFknKX684 .mbr-section-btn {
  color: #232323;
}
.cid-vrFknO2z6q {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/2151044432-1-1500x1072.jpeg");
}
.cid-vrFknO2z6q .main {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-vrFknO2z6q .main .mbr-section-btn {
  text-align: right;
}
.cid-vrFknO2z6q .btn {
  margin: 0 0 .5rem 0;
}
.cid-vrFknO2z6q H2 {
  text-align: left;
  color: #ffffff;
}
.cid-vrFknO2z6q H3 {
  text-align: left;
}
.cid-vrFknQWqTy {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #daedff;
}
.cid-vrFknQWqTy H2 {
  color: #1d68b2;
}
.cid-vrFknQWqTy H3 {
  color: #232323;
}
.cid-vrFknQWqTy .mbr-text,
.cid-vrFknQWqTy .mbr-section-btn {
  color: #232323;
}
.cid-vrFknTP4TX {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #e7ffe3;
}
.cid-vrFknTP4TX H2 {
  color: #1d68b2;
}
.cid-vrFknTP4TX H3 {
  color: #232323;
}
.cid-vrFknTP4TX .mbr-text,
.cid-vrFknTP4TX .mbr-section-btn {
  color: #232323;
}
.cid-vrFknWJAag {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-vrFknWJAag H2 {
  color: #1d68b2;
}
.cid-vrFknWJAag H3 {
  color: #232323;
}
.cid-vrFknWJAag .mbr-text,
.cid-vrFknWJAag .mbr-section-btn {
  color: #232323;
}
.cid-vrFknZFMeN {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/2149329714-1500x1000.jpeg");
}
.cid-vrFknZFMeN .main {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-vrFknZFMeN .main .mbr-section-btn {
  text-align: right;
}
.cid-vrFknZFMeN .btn {
  margin: 0 0 .5rem 0;
}
.cid-vrFknZFMeN H2 {
  text-align: left;
}
.cid-vrFknZFMeN H3 {
  text-align: left;
}
.cid-vrFkobWCVG {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #234e1c;
  background: linear-gradient(45deg, #234e1c, #57b647);
}
.cid-vrFkobWCVG .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-vrFkobWCVG .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-vrFkobWCVG .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vrFkobWCVG .mbr-text {
    text-align: center;
  }
}
.cid-vrFkobWCVG H1 {
  color: #ffffff;
}
.cid-vrFkobWCVG .mbr-text,
.cid-vrFkobWCVG .mbr-section-btn {
  color: #ffffff;
}
.cid-vrR8lK9e6J {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1d68b2;
}
@media (max-width: 767px) {
  .cid-vrR8lK9e6J .content {
    text-align: center;
  }
  .cid-vrR8lK9e6J .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vrR8lK9e6J .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-vrR8lK9e6J .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vrR8lK9e6J .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-vrR8lK9e6J .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vrR8lK9e6J .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-vrR8lK9e6J .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vrR8lK9e6J .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vrR8lK9e6J .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vrR8lK9e6J .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vrR8lK9e6J .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vrR8lK9e6J .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vrQigKiacu .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-vrQigKiacu .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vrQigKiacu a {
  font-style: normal;
}
.cid-vrQigKiacu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-vrQigKiacu .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-vrQigKiacu .nav-item:focus,
.cid-vrQigKiacu .nav-link:focus {
  outline: none;
}
.cid-vrQigKiacu .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vrQigKiacu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-vrQigKiacu .menu-logo {
  margin-right: auto;
}
.cid-vrQigKiacu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vrQigKiacu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-vrQigKiacu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vrQigKiacu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vrQigKiacu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vrQigKiacu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vrQigKiacu .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-vrQigKiacu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-vrQigKiacu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-vrQigKiacu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vrQigKiacu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vrQigKiacu .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-vrQigKiacu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-vrQigKiacu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vrQigKiacu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vrQigKiacu .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-vrQigKiacu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-vrQigKiacu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-vrQigKiacu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-vrQigKiacu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vrQigKiacu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vrQigKiacu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vrQigKiacu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vrQigKiacu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-vrQigKiacu button.navbar-toggler:focus {
  outline: none;
}
.cid-vrQigKiacu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1d68b2;
}
.cid-vrQigKiacu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vrQigKiacu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vrQigKiacu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vrQigKiacu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vrQigKiacu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vrQigKiacu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vrQigKiacu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vrQigKiacu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vrQigKiacu .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vrQigKiacu .collapsed .btn {
  display: -webkit-flex;
}
.cid-vrQigKiacu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vrQigKiacu .collapsed .navbar-collapse.collapsing,
.cid-vrQigKiacu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vrQigKiacu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vrQigKiacu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vrQigKiacu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vrQigKiacu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vrQigKiacu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vrQigKiacu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-vrQigKiacu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vrQigKiacu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-vrQigKiacu .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vrQigKiacu .collapsed button.navbar-toggler {
  display: block;
}
.cid-vrQigKiacu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-vrQigKiacu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vrQigKiacu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-vrQigKiacu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vrQigKiacu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vrQigKiacu .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-vrQigKiacu.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vrQigKiacu img {
    height: 3.8rem !important;
  }
  .cid-vrQigKiacu .btn {
    display: -webkit-flex;
  }
  .cid-vrQigKiacu button.navbar-toggler {
    display: block;
  }
  .cid-vrQigKiacu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-vrQigKiacu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vrQigKiacu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vrQigKiacu .navbar-collapse.collapsing,
  .cid-vrQigKiacu .navbar-collapse.show {
    display: block !important;
  }
  .cid-vrQigKiacu .navbar-collapse.collapsing .navbar-nav,
  .cid-vrQigKiacu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vrQigKiacu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vrQigKiacu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vrQigKiacu .navbar-collapse.collapsing .navbar-buttons,
  .cid-vrQigKiacu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-vrQigKiacu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vrQigKiacu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vrQigKiacu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-vrQigKiacu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vrQigKiacu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vrQigKiacu .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-vrQigKiacu .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-vrQigKiacu .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-vrQigKiacu .nav-link:hover,
.cid-vrQigKiacu .dropdown-item:hover {
  color: #57b647 !important;
}
.cid-vrQigOsNL7 {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/img-20260907-wa0006-5-1280x960.jpeg");
}
.cid-vrQigR8qet {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-vrQigR8qet .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-vrQigR8qet .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-vrQigR8qet .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vrQigR8qet .mbr-text {
    text-align: center;
  }
}
.cid-vrQigR8qet H1 {
  color: #1d68b2;
}
.cid-vrQigR8qet .mbr-text,
.cid-vrQigR8qet .mbr-section-btn {
  color: #232323;
}
.cid-vrQih7puw2 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/2151044432-1-1500x1072.jpeg");
}
.cid-vrQih7puw2 .main {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-vrQih7puw2 .main .mbr-section-btn {
  text-align: right;
}
.cid-vrQih7puw2 .btn {
  margin: 0 0 .5rem 0;
}
.cid-vrQih7puw2 H2 {
  text-align: left;
  color: #ffffff;
}
.cid-vrQih7puw2 H3 {
  text-align: left;
}
.cid-vrQnGE8TZe {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-vrQnGE8TZe .mbr-section-subtitle {
  color: #232323;
  text-align: center;
  font-weight: 300;
}
.cid-vrQnGE8TZe .step {
  width: 72px;
  height: 72px;
  font-size: 36px;
  border-radius: 50%;
  border: 2px solid #efefef;
  padding-bottom: 0;
  color: #57b647;
}
@media (min-width: 768px) {
  .cid-vrQnGE8TZe .separline .step-wrapper {
    position: relative;
  }
  .cid-vrQnGE8TZe .separline .step-wrapper:before,
  .cid-vrQnGE8TZe .separline .step-wrapper:after {
    top: 38px;
    position: absolute;
    content: "";
    height: 2px;
    width: calc(50% + 15px - 36px - 8px);
    background-color: #efefef;
  }
  .cid-vrQnGE8TZe .separline .step-wrapper:before {
    left: -15px;
  }
  .cid-vrQnGE8TZe .separline .step-wrapper:after {
    left: calc(50% + 8px + 36px);
  }
  .cid-vrQnGE8TZe .separline.last-child .step-wrapper:after,
  .cid-vrQnGE8TZe .separline:nth-child(3n) .step-wrapper:after,
  .cid-vrQnGE8TZe .separline:nth-child(3n+1) .step-wrapper:before {
    background: none;
  }
}
@media (max-width: 767px) {
  .cid-vrQnGE8TZe .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-vrQnGE8TZe .mbr-step-title {
  color: #1d68b2;
}
.cid-vrQnGE8TZe .mbr-section-title {
  color: #1d68b2;
}
.cid-vrQnGE8TZe .mbr-step-text {
  color: #232323;
}
.cid-vrQigUOO9v {
  background-image: url("../../../assets/images/2151249717-1500x1000.jpg");
}
.cid-vrQigUOO9v .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-vrQigUOO9v .media-container-column {
  background-color: #1d68b2;
}
@media (max-width: 767px) {
  .cid-vrQigUOO9v .media-container-column {
    padding: 1rem !important;
  }
}
.cid-vrQigUOO9v H1 {
  color: #daedff;
}
.cid-vrQigYwu6T {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-vrQigYwu6T H2 {
  color: #1d68b2;
}
.cid-vrQigYwu6T H3 {
  color: #232323;
}
.cid-vrQigYwu6T .mbr-text,
.cid-vrQigYwu6T .mbr-section-btn {
  color: #232323;
}
.cid-vrQih1r9n8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #e7ffe3;
}
.cid-vrQih1r9n8 H2 {
  color: #1d68b2;
}
.cid-vrQih1r9n8 H3 {
  color: #232323;
}
.cid-vrQih1r9n8 .mbr-text,
.cid-vrQih1r9n8 .mbr-section-btn {
  color: #232323;
}
.cid-vrQih46nVX {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #daedff;
}
.cid-vrQih46nVX H2 {
  color: #1d68b2;
}
.cid-vrQih46nVX H3 {
  color: #232323;
}
.cid-vrQih46nVX .mbr-text,
.cid-vrQih46nVX .mbr-section-btn {
  color: #232323;
}
.cid-vrQihmCKcZ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/2149329714-1500x1000.jpeg");
}
.cid-vrQihmCKcZ .main {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-vrQihmCKcZ .main .mbr-section-btn {
  text-align: right;
}
.cid-vrQihmCKcZ .btn {
  margin: 0 0 .5rem 0;
}
.cid-vrQihmCKcZ H2 {
  text-align: left;
}
.cid-vrQihmCKcZ H3 {
  text-align: left;
}
.cid-vrQPv2Y6Dz {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-vrQPv2Y6Dz p {
  color: #767676;
}
.cid-vrQPv2Y6Dz .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-vrQPv2Y6Dz .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-vrQPv2Y6Dz .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-vrQPv2Y6Dz .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-vrQPv2Y6Dz .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-vrQPv2Y6Dz .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-vrQPv2Y6Dz H2 {
  color: #1d68b2;
}
.cid-vrQPv2Y6Dz H4 {
  color: #1d68b2;
}
.cid-vrQPv2Y6Dz .panel-text {
  color: #232323;
}
.cid-vrQihwSZwo {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #234e1c;
  background: linear-gradient(45deg, #234e1c, #57b647);
}
.cid-vrQihwSZwo .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-vrQihwSZwo .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-vrQihwSZwo .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vrQihwSZwo .mbr-text {
    text-align: center;
  }
}
.cid-vrQihwSZwo H1 {
  color: #ffffff;
}
.cid-vrQihwSZwo .mbr-text,
.cid-vrQihwSZwo .mbr-section-btn {
  color: #ffffff;
}
.cid-vrR8xaQD9s {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1d68b2;
}
@media (max-width: 767px) {
  .cid-vrR8xaQD9s .content {
    text-align: center;
  }
  .cid-vrR8xaQD9s .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vrR8xaQD9s .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-vrR8xaQD9s .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vrR8xaQD9s .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-vrR8xaQD9s .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vrR8xaQD9s .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-vrR8xaQD9s .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vrR8xaQD9s .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vrR8xaQD9s .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vrR8xaQD9s .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vrR8xaQD9s .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vrR8xaQD9s .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vrQxUH3f8e .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-vrQxUH3f8e .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vrQxUH3f8e a {
  font-style: normal;
}
.cid-vrQxUH3f8e .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-vrQxUH3f8e .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-vrQxUH3f8e .nav-item:focus,
.cid-vrQxUH3f8e .nav-link:focus {
  outline: none;
}
.cid-vrQxUH3f8e .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vrQxUH3f8e .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-vrQxUH3f8e .menu-logo {
  margin-right: auto;
}
.cid-vrQxUH3f8e .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vrQxUH3f8e .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-vrQxUH3f8e .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vrQxUH3f8e .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vrQxUH3f8e .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vrQxUH3f8e .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vrQxUH3f8e .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-vrQxUH3f8e .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-vrQxUH3f8e .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-vrQxUH3f8e .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vrQxUH3f8e .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vrQxUH3f8e .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-vrQxUH3f8e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-vrQxUH3f8e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vrQxUH3f8e .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vrQxUH3f8e .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-vrQxUH3f8e .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-vrQxUH3f8e .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-vrQxUH3f8e .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-vrQxUH3f8e .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vrQxUH3f8e .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vrQxUH3f8e .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vrQxUH3f8e .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vrQxUH3f8e button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-vrQxUH3f8e button.navbar-toggler:focus {
  outline: none;
}
.cid-vrQxUH3f8e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1d68b2;
}
.cid-vrQxUH3f8e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vrQxUH3f8e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vrQxUH3f8e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vrQxUH3f8e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vrQxUH3f8e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vrQxUH3f8e nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vrQxUH3f8e nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vrQxUH3f8e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vrQxUH3f8e .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vrQxUH3f8e .collapsed .btn {
  display: -webkit-flex;
}
.cid-vrQxUH3f8e .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vrQxUH3f8e .collapsed .navbar-collapse.collapsing,
.cid-vrQxUH3f8e .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vrQxUH3f8e .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vrQxUH3f8e .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vrQxUH3f8e .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vrQxUH3f8e .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vrQxUH3f8e .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vrQxUH3f8e .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-vrQxUH3f8e .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vrQxUH3f8e .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-vrQxUH3f8e .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vrQxUH3f8e .collapsed button.navbar-toggler {
  display: block;
}
.cid-vrQxUH3f8e .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-vrQxUH3f8e .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vrQxUH3f8e .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-vrQxUH3f8e .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vrQxUH3f8e .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vrQxUH3f8e .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-vrQxUH3f8e.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vrQxUH3f8e img {
    height: 3.8rem !important;
  }
  .cid-vrQxUH3f8e .btn {
    display: -webkit-flex;
  }
  .cid-vrQxUH3f8e button.navbar-toggler {
    display: block;
  }
  .cid-vrQxUH3f8e .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-vrQxUH3f8e .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vrQxUH3f8e .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vrQxUH3f8e .navbar-collapse.collapsing,
  .cid-vrQxUH3f8e .navbar-collapse.show {
    display: block !important;
  }
  .cid-vrQxUH3f8e .navbar-collapse.collapsing .navbar-nav,
  .cid-vrQxUH3f8e .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vrQxUH3f8e .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vrQxUH3f8e .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vrQxUH3f8e .navbar-collapse.collapsing .navbar-buttons,
  .cid-vrQxUH3f8e .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-vrQxUH3f8e .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vrQxUH3f8e .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vrQxUH3f8e .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-vrQxUH3f8e .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vrQxUH3f8e .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vrQxUH3f8e .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-vrQxUH3f8e .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-vrQxUH3f8e .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-vrQxUH3f8e .nav-link:hover,
.cid-vrQxUH3f8e .dropdown-item:hover {
  color: #57b647 !important;
}
.cid-vrQxUKXv6F {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/img-20260907-wa0006-4-1280x960.jpeg");
}
.cid-vrQxUPaW4X {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-vrQxUPaW4X .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-vrQxUPaW4X .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-vrQxUPaW4X .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vrQxUPaW4X .mbr-text {
    text-align: center;
  }
}
.cid-vrQxUPaW4X H1 {
  color: #1d68b2;
}
.cid-vrQxUPaW4X .mbr-text,
.cid-vrQxUPaW4X .mbr-section-btn {
  color: #232323;
}
.cid-vrQxUUwHxq {
  background-image: url("../../../assets/images/2151249717-1500x1000.jpg");
}
.cid-vrQxUUwHxq .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-vrQxUUwHxq .media-container-column {
  background-color: #1d68b2;
}
@media (max-width: 767px) {
  .cid-vrQxUUwHxq .media-container-column {
    padding: 1rem !important;
  }
}
.cid-vrQxUUwHxq H1 {
  color: #daedff;
}
.cid-vrQxUZImgQ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-vrQxUZImgQ H2 {
  color: #1d68b2;
}
.cid-vrQxUZImgQ H3 {
  color: #232323;
}
.cid-vrQxUZImgQ .mbr-text,
.cid-vrQxUZImgQ .mbr-section-btn {
  color: #232323;
}
.cid-vrQxV52KCY {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #e7ffe3;
}
.cid-vrQxV52KCY H2 {
  color: #1d68b2;
}
.cid-vrQxV52KCY H3 {
  color: #232323;
}
.cid-vrQxV52KCY .mbr-text,
.cid-vrQxV52KCY .mbr-section-btn {
  color: #232323;
}
.cid-vrQxV9PYtz {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #daedff;
}
.cid-vrQxV9PYtz H2 {
  color: #1d68b2;
}
.cid-vrQxV9PYtz H3 {
  color: #232323;
}
.cid-vrQxV9PYtz .mbr-text,
.cid-vrQxV9PYtz .mbr-section-btn {
  color: #232323;
}
.cid-vrQxVdjXqk {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/2151044432-1-1500x1072.jpeg");
}
.cid-vrQxVdjXqk .main {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-vrQxVdjXqk .main .mbr-section-btn {
  text-align: right;
}
.cid-vrQxVdjXqk .btn {
  margin: 0 0 .5rem 0;
}
.cid-vrQxVdjXqk H2 {
  text-align: left;
  color: #ffffff;
}
.cid-vrQxVdjXqk H3 {
  text-align: left;
}
.cid-vrQNFeIwT9 {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-vrQNFeIwT9 p {
  color: #767676;
}
.cid-vrQNFeIwT9 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-vrQNFeIwT9 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-vrQNFeIwT9 .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-vrQNFeIwT9 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-vrQNFeIwT9 .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-vrQNFeIwT9 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-vrQNFeIwT9 H2 {
  color: #1d68b2;
}
.cid-vrQNFeIwT9 H4 {
  color: #1d68b2;
}
.cid-vrQNFeIwT9 .panel-text {
  color: #232323;
}
.cid-vrQxVtjgKR {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #234e1c;
  background: linear-gradient(45deg, #234e1c, #57b647);
}
.cid-vrQxVtjgKR .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-vrQxVtjgKR .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-vrQxVtjgKR .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vrQxVtjgKR .mbr-text {
    text-align: center;
  }
}
.cid-vrQxVtjgKR H1 {
  color: #ffffff;
}
.cid-vrQxVtjgKR .mbr-text,
.cid-vrQxVtjgKR .mbr-section-btn {
  color: #ffffff;
}
.cid-vrR8sPOq1i {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1d68b2;
}
@media (max-width: 767px) {
  .cid-vrR8sPOq1i .content {
    text-align: center;
  }
  .cid-vrR8sPOq1i .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vrR8sPOq1i .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-vrR8sPOq1i .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vrR8sPOq1i .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-vrR8sPOq1i .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vrR8sPOq1i .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-vrR8sPOq1i .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vrR8sPOq1i .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vrR8sPOq1i .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vrR8sPOq1i .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vrR8sPOq1i .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vrR8sPOq1i .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
