body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((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.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #2b45b6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #2b45b6 !important;
  border-color: #2b45b6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #1a2a70 !important;
  border-color: #1a2a70 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a2a70 !important;
  border-color: #1a2a70 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2b45b6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #1a2a70 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2b45b6 !important;
  border-color: #2b45b6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #2b45b6 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #182663 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #2b45b6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #2b45b6;
  border-color: #2b45b6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #2b45b6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #8092e1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #2b45b6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #2b45b6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #2b45b6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #2b45b6;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #2b45b6;
  border-bottom-color: #2b45b6;
}
.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: #2b45b6 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%232b45b6' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tWdJUQZi5X {
  background-color: transparent;
}
.cid-tWdJUQZi5X .navbar-dropdown {
  background-color: #fff0b0 !important;
  padding: 0;
}
.cid-tWdJUQZi5X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fff0b0 !important;
  background: #fff0b0;
}
.cid-tWdJUQZi5X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWdJUQZi5X .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tWdJUQZi5X .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tWdJUQZi5X .menu_box .navbar.opened,
  .cid-tWdJUQZi5X .menu_box .navbar-collapse {
    background-color: #fff0b0 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tWdJUQZi5X .navbar-dropdown {
  position: relative !important;
}
.cid-tWdJUQZi5X .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tWdJUQZi5X .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tWdJUQZi5X .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tWdJUQZi5X .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tWdJUQZi5X .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tWdJUQZi5X .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-tWdJUQZi5X .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tWdJUQZi5X .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tWdJUQZi5X .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tWdJUQZi5X .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tWdJUQZi5X .offcanvas-body .mbr-text,
  .cid-tWdJUQZi5X .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tWdJUQZi5X .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tWdJUQZi5X .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tWdJUQZi5X .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-tWdJUQZi5X .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tWdJUQZi5X .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tWdJUQZi5X .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tWdJUQZi5X .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tWdJUQZi5X ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tWdJUQZi5X .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tWdJUQZi5X .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tWdJUQZi5X .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tWdJUQZi5X li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tWdJUQZi5X .lg_brand {
    margin: 0 1rem;
  }
  .cid-tWdJUQZi5X .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tWdJUQZi5X .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tWdJUQZi5X .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tWdJUQZi5X .nav-item {
    margin: 0 !important;
  }
}
.cid-tWdJUQZi5X .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-tWdJUQZi5X .nav-item .nav-link:hover,
.cid-tWdJUQZi5X .nav-item .nav-link:focus {
  color: #2b45b6 !important;
  text-shadow: 2px 2px 4px #2b45b6;
}
.cid-tWdJUQZi5X .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tWdJUQZi5X .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tWdJUQZi5X .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tWdJUQZi5X .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tWdJUQZi5X .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tWdJUQZi5X .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tWdJUQZi5X .offcanvas_box {
    display: none;
  }
}
.cid-tWdJUQZi5X .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tWdJUQZi5X .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tWdJUQZi5X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tWdJUQZi5X .container {
  display: flex;
  margin: auto;
}
.cid-tWdJUQZi5X .iconfont-wrapper {
  color: #f2ac2b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tWdJUQZi5X .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tWdJUQZi5X .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tWdJUQZi5X .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tWdJUQZi5X .navbar-nav {
    margin: 0;
  }
}
.cid-tWdJUQZi5X .dropdown-menu,
.cid-tWdJUQZi5X .navbar.opened {
  background-color: false !important;
}
.cid-tWdJUQZi5X .nav-item:focus,
.cid-tWdJUQZi5X .nav-link:focus {
  outline: none;
}
.cid-tWdJUQZi5X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWdJUQZi5X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWdJUQZi5X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWdJUQZi5X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWdJUQZi5X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWdJUQZi5X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWdJUQZi5X .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tWdJUQZi5X .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tWdJUQZi5X .navbar.opened {
  transition: all 0.3s;
}
.cid-tWdJUQZi5X .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tWdJUQZi5X .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-tWdJUQZi5X .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tWdJUQZi5X .navbar.collapsed {
  justify-content: center;
}
.cid-tWdJUQZi5X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWdJUQZi5X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tWdJUQZi5X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWdJUQZi5X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWdJUQZi5X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWdJUQZi5X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tWdJUQZi5X .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tWdJUQZi5X .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tWdJUQZi5X .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-tWdJUQZi5X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWdJUQZi5X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWdJUQZi5X .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tWdJUQZi5X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWdJUQZi5X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tWdJUQZi5X .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWdJUQZi5X .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tWdJUQZi5X .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tWdJUQZi5X .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tWdJUQZi5X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tWdJUQZi5X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWdJUQZi5X .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tWdJUQZi5X .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWdJUQZi5X .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWdJUQZi5X .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWdJUQZi5X .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWdJUQZi5X .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-tWdJUQZi5X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWdJUQZi5X .dropdown-item.active,
.cid-tWdJUQZi5X .dropdown-item:active {
  background-color: transparent;
}
.cid-tWdJUQZi5X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-tWdJUQZi5X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWdJUQZi5X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWdJUQZi5X .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWdJUQZi5X ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tWdJUQZi5X .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWdJUQZi5X button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fff0b0;
  background: #ffe885;
}
.cid-tWdJUQZi5X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-tWdJUQZi5X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWdJUQZi5X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWdJUQZi5X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWdJUQZi5X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWdJUQZi5X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWdJUQZi5X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWdJUQZi5X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWdJUQZi5X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWdJUQZi5X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tWdJUQZi5X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWdJUQZi5X .navbar {
    height: 70px;
  }
  .cid-tWdJUQZi5X .navbar.opened {
    height: auto;
  }
  .cid-tWdJUQZi5X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWdJUQZi5X .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tWdJUQZi5X .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-tWdJUQZi5X .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tWdJUQZi5X .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tWdJUQZi5X .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-tWdJUQZi5X .navbar-caption:hover {
  color: #2b45b6;
}
@media (min-width: 992px) {
  .cid-tWdJUQZi5X .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tWdJUQZi5X .text_widget {
  margin-bottom: 32px;
}
.cid-tWdJUQZi5X .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tWdJUQZi5X .text_widget a:hover,
.cid-tWdJUQZi5X .text_widget a:focus {
  opacity: .6;
}
.cid-tWdJUQZi5X .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-tWdJUQZi5X .navbar-caption {
  color: #f2ac2b;
}
.cid-tWdJUQZi5X .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tWdJUQZi5X .mbr-section-subtitle,
.cid-tWdJUQZi5X .text_widget,
.cid-tWdJUQZi5X .mbr-section-btn {
  text-align: center;
}
.cid-tWdJUQZi5X a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tWeOMgIRHC {
  padding: 60px;
  background-color: #000000;
}
@media (max-width: 768px) {
  .cid-tWeOMgIRHC {
    padding: 26px;
  }
}
.cid-tWeOMgIRHC .container-fluid {
  padding: 0 60px;
  padding: 60px;
}
@media (max-width: 768px) {
  .cid-tWeOMgIRHC .container-fluid {
    padding: 26px;
  }
}
@media (max-width: 768px) {
  .cid-tWeOMgIRHC .container-fluid {
    padding: 26px;
  }
}
@media (max-width: 768px) {
  .cid-tWeOMgIRHC .container {
    padding: 26px;
  }
}
.cid-tWeOMgIRHC .container-fluid,
.cid-tWeOMgIRHC .container {
  background-image: url("../../../assets/images/window-cleaning.webp");
  background-size: cover;
}
.cid-tWeOMgIRHC .container-fluid .mbr-fallback-image.disabled,
.cid-tWeOMgIRHC .container .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWeOMgIRHC .container-fluid .mbr-fallback-image,
.cid-tWeOMgIRHC .container .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWeOMgIRHC .title-wrapper {
  position: relative;
  padding-top: 35%;
}
.cid-tWeOMgIRHC .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tWeOMgIRHC .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tWeOMgIRHC .title-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-tWeOMgIRHC .mbr-section-title {
  color: #ffffff;
}
.cid-tWeOMgIRHC .mbr-text {
  color: #ffffff;
}
.cid-tWePkFQybv {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #942780;
}
.cid-tWePkFQybv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWePkFQybv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWePkFQybv .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tWePkFQybv .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-tWePkFQybv .container {
    padding: 0 24px;
  }
}
.cid-tWePkFQybv .row {
  justify-content: center;
}
.cid-tWePkFQybv .content-wrapper {
  border-radius: 40px;
  background-color: #f3f4f7;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-tWePkFQybv .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-tWePkFQybv .content-wrapper {
    padding: 32px;
  }
}
.cid-tWePkFQybv .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tWePkFQybv .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-tWePkFQybv .mbr-section-title {
  color: #FF3399;
}
.cid-tWePkFQybv .mbr-text {
  color: #262642;
}
.cid-tWibqbBKCk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #14204b;
}
.cid-tWibqbBKCk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWibqbBKCk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWibqbBKCk .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tWibqbBKCk .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tWibqbBKCk .container {
    padding: 0 16px;
  }
}
.cid-tWibqbBKCk .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-tWibqbBKCk .row {
    margin: 0 10px;
  }
}
.cid-tWibqbBKCk .row .card {
  padding: 0;
}
.cid-tWibqbBKCk .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tWibqbBKCk .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tWibqbBKCk .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tWibqbBKCk .google-map iframe {
  height: 500px;
  border: 10px solid #f9a600 !important;
  border-radius: 20px !important;
  background-color: #f9a600 !important;
}
@media (max-width: 992px) {
  .cid-tWibqbBKCk .google-map iframe {
    height: 350px;
  }
}
.cid-tWibqbBKCk .mbr-section-title {
  color: #fdfcfc;
}
.cid-tWdSpgemnO {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #fff0b0;
}
.cid-tWdSpgemnO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWdSpgemnO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWdSpgemnO .row {
  justify-content: space-between;
}
.cid-tWdSpgemnO .mbr-section-title {
  margin: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tWdSpgemnO .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tWdSpgemnO .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tWdSpgemnO .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-tWdSpgemnO .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #000000;
}
.cid-tWdSpgemnO .list li {
  margin-bottom: 25px;
}
.cid-tWdSpgemnO .list li:last-child {
  margin-bottom: 0;
}
.cid-tWdSpgemnO .mbr-desc {
  margin-bottom: 8px;
}
.cid-tWdSpgemnO .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tWdSpgemnO .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-tWdSpgemnO .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #47b5ed;
}
.cid-tWdSpgemnO .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #14204b;
  transition: all .3s ease;
}
.cid-tWdSpgemnO .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #005241;
  text-align: center;
}
.cid-tWdSpgemnO .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #14204b;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-tWdSpgemnO .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-tWdSpgemnO .mbr-desc,
.cid-tWdSpgemnO .mbr-iconfont {
  color: #000000;
}
.cid-tWdSpgemnO .mbr-text,
.cid-tWdSpgemnO .mbr-section-btn {
  color: #000000;
}
.cid-tWeQ67Bl9v {
  background-color: transparent;
}
.cid-tWeQ67Bl9v .navbar-dropdown {
  background-color: #fff0b0 !important;
  padding: 0;
}
.cid-tWeQ67Bl9v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fff0b0 !important;
  background: #fff0b0;
}
.cid-tWeQ67Bl9v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWeQ67Bl9v .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tWeQ67Bl9v .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tWeQ67Bl9v .menu_box .navbar.opened,
  .cid-tWeQ67Bl9v .menu_box .navbar-collapse {
    background-color: #fff0b0 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tWeQ67Bl9v .navbar-dropdown {
  position: relative !important;
}
.cid-tWeQ67Bl9v .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tWeQ67Bl9v .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tWeQ67Bl9v .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tWeQ67Bl9v .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tWeQ67Bl9v .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tWeQ67Bl9v .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-tWeQ67Bl9v .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tWeQ67Bl9v .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tWeQ67Bl9v .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tWeQ67Bl9v .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tWeQ67Bl9v .offcanvas-body .mbr-text,
  .cid-tWeQ67Bl9v .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tWeQ67Bl9v .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tWeQ67Bl9v .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tWeQ67Bl9v .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-tWeQ67Bl9v .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tWeQ67Bl9v .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tWeQ67Bl9v .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tWeQ67Bl9v .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tWeQ67Bl9v ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tWeQ67Bl9v .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tWeQ67Bl9v .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tWeQ67Bl9v .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tWeQ67Bl9v li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tWeQ67Bl9v .lg_brand {
    margin: 0 1rem;
  }
  .cid-tWeQ67Bl9v .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tWeQ67Bl9v .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tWeQ67Bl9v .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tWeQ67Bl9v .nav-item {
    margin: 0 !important;
  }
}
.cid-tWeQ67Bl9v .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-tWeQ67Bl9v .nav-item .nav-link:hover,
.cid-tWeQ67Bl9v .nav-item .nav-link:focus {
  color: #2b45b6 !important;
  text-shadow: 2px 2px 4px #2b45b6;
}
.cid-tWeQ67Bl9v .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tWeQ67Bl9v .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tWeQ67Bl9v .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tWeQ67Bl9v .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tWeQ67Bl9v .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tWeQ67Bl9v .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tWeQ67Bl9v .offcanvas_box {
    display: none;
  }
}
.cid-tWeQ67Bl9v .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tWeQ67Bl9v .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tWeQ67Bl9v .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tWeQ67Bl9v .container {
  display: flex;
  margin: auto;
}
.cid-tWeQ67Bl9v .iconfont-wrapper {
  color: #f2ac2b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tWeQ67Bl9v .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tWeQ67Bl9v .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tWeQ67Bl9v .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tWeQ67Bl9v .navbar-nav {
    margin: 0;
  }
}
.cid-tWeQ67Bl9v .dropdown-menu,
.cid-tWeQ67Bl9v .navbar.opened {
  background-color: false !important;
}
.cid-tWeQ67Bl9v .nav-item:focus,
.cid-tWeQ67Bl9v .nav-link:focus {
  outline: none;
}
.cid-tWeQ67Bl9v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWeQ67Bl9v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWeQ67Bl9v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWeQ67Bl9v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWeQ67Bl9v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWeQ67Bl9v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWeQ67Bl9v .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tWeQ67Bl9v .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tWeQ67Bl9v .navbar.opened {
  transition: all 0.3s;
}
.cid-tWeQ67Bl9v .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tWeQ67Bl9v .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-tWeQ67Bl9v .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tWeQ67Bl9v .navbar.collapsed {
  justify-content: center;
}
.cid-tWeQ67Bl9v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWeQ67Bl9v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tWeQ67Bl9v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWeQ67Bl9v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWeQ67Bl9v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWeQ67Bl9v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tWeQ67Bl9v .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tWeQ67Bl9v .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tWeQ67Bl9v .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-tWeQ67Bl9v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWeQ67Bl9v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWeQ67Bl9v .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tWeQ67Bl9v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWeQ67Bl9v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tWeQ67Bl9v .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWeQ67Bl9v .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tWeQ67Bl9v .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tWeQ67Bl9v .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tWeQ67Bl9v .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tWeQ67Bl9v .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWeQ67Bl9v .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tWeQ67Bl9v .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWeQ67Bl9v .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWeQ67Bl9v .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWeQ67Bl9v .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWeQ67Bl9v .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-tWeQ67Bl9v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWeQ67Bl9v .dropdown-item.active,
.cid-tWeQ67Bl9v .dropdown-item:active {
  background-color: transparent;
}
.cid-tWeQ67Bl9v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-tWeQ67Bl9v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWeQ67Bl9v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWeQ67Bl9v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWeQ67Bl9v ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tWeQ67Bl9v .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWeQ67Bl9v button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fff0b0;
  background: #ffe885;
}
.cid-tWeQ67Bl9v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-tWeQ67Bl9v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWeQ67Bl9v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWeQ67Bl9v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWeQ67Bl9v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWeQ67Bl9v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWeQ67Bl9v nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWeQ67Bl9v nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWeQ67Bl9v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWeQ67Bl9v a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tWeQ67Bl9v .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWeQ67Bl9v .navbar {
    height: 70px;
  }
  .cid-tWeQ67Bl9v .navbar.opened {
    height: auto;
  }
  .cid-tWeQ67Bl9v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWeQ67Bl9v .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tWeQ67Bl9v .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-tWeQ67Bl9v .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tWeQ67Bl9v .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tWeQ67Bl9v .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-tWeQ67Bl9v .navbar-caption:hover {
  color: #2b45b6;
}
@media (min-width: 992px) {
  .cid-tWeQ67Bl9v .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tWeQ67Bl9v .text_widget {
  margin-bottom: 32px;
}
.cid-tWeQ67Bl9v .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tWeQ67Bl9v .text_widget a:hover,
.cid-tWeQ67Bl9v .text_widget a:focus {
  opacity: .6;
}
.cid-tWeQ67Bl9v .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-tWeQ67Bl9v .navbar-caption {
  color: #f2ac2b;
}
.cid-tWeQ67Bl9v .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tWeQ67Bl9v .mbr-section-subtitle,
.cid-tWeQ67Bl9v .text_widget,
.cid-tWeQ67Bl9v .mbr-section-btn {
  text-align: center;
}
.cid-tWeQ67Bl9v a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tWeQ68iMjt {
  padding: 60px;
  background-color: #9fdbf8;
}
@media (max-width: 768px) {
  .cid-tWeQ68iMjt {
    padding: 26px;
  }
}
.cid-tWeQ68iMjt .container-fluid {
  padding: 0 60px;
  padding: 60px;
}
@media (max-width: 768px) {
  .cid-tWeQ68iMjt .container-fluid {
    padding: 26px;
  }
}
@media (max-width: 768px) {
  .cid-tWeQ68iMjt .container-fluid {
    padding: 26px;
  }
}
@media (max-width: 768px) {
  .cid-tWeQ68iMjt .container {
    padding: 26px;
  }
}
.cid-tWeQ68iMjt .container-fluid,
.cid-tWeQ68iMjt .container {
  background-image: url("../../../assets/images/pacific-beach-pressure-washing-on-yelp-1296x729.jpg");
  background-size: cover;
}
.cid-tWeQ68iMjt .container-fluid .mbr-fallback-image.disabled,
.cid-tWeQ68iMjt .container .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWeQ68iMjt .container-fluid .mbr-fallback-image,
.cid-tWeQ68iMjt .container .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWeQ68iMjt .title-wrapper {
  position: relative;
  padding-top: 35%;
}
.cid-tWeQ68iMjt .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tWeQ68iMjt .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tWeQ68iMjt .title-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-tWeQ68iMjt .mbr-section-title {
  color: #ffffff;
}
.cid-tWeQ68iMjt .mbr-text {
  color: #ffffff;
}
.cid-tWeQ68NJrk {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #2b45b6;
}
.cid-tWeQ68NJrk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWeQ68NJrk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWeQ68NJrk .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tWeQ68NJrk .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-tWeQ68NJrk .container {
    padding: 0 24px;
  }
}
.cid-tWeQ68NJrk .row {
  justify-content: center;
}
.cid-tWeQ68NJrk .content-wrapper {
  border-radius: 40px;
  background-color: #f3f4f7;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-tWeQ68NJrk .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-tWeQ68NJrk .content-wrapper {
    padding: 32px;
  }
}
.cid-tWeQ68NJrk .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tWeQ68NJrk .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-tWeQ68NJrk .mbr-section-title {
  color: #FF3399;
}
.cid-tWeQ68NJrk .mbr-text {
  color: #262642;
}
.cid-tWeQ69dcIk {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #fff0b0;
}
.cid-tWeQ69dcIk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWeQ69dcIk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWeQ69dcIk .row {
  justify-content: space-between;
}
.cid-tWeQ69dcIk .mbr-section-title {
  margin: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tWeQ69dcIk .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tWeQ69dcIk .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tWeQ69dcIk .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-tWeQ69dcIk .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #000000;
}
.cid-tWeQ69dcIk .list li {
  margin-bottom: 25px;
}
.cid-tWeQ69dcIk .list li:last-child {
  margin-bottom: 0;
}
.cid-tWeQ69dcIk .mbr-desc {
  margin-bottom: 8px;
}
.cid-tWeQ69dcIk .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tWeQ69dcIk .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-tWeQ69dcIk .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #47b5ed;
}
.cid-tWeQ69dcIk .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #14204b;
  transition: all .3s ease;
}
.cid-tWeQ69dcIk .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #005241;
  text-align: center;
}
.cid-tWeQ69dcIk .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #14204b;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-tWeQ69dcIk .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-tWeQ69dcIk .mbr-desc,
.cid-tWeQ69dcIk .mbr-iconfont {
  color: #000000;
}
.cid-tWeQ69dcIk .mbr-text,
.cid-tWeQ69dcIk .mbr-section-btn {
  color: #000000;
}
.cid-tWdJUQZi5X {
  background-color: transparent;
}
.cid-tWdJUQZi5X .navbar-dropdown {
  background-color: #fff0b0 !important;
  padding: 0;
}
.cid-tWdJUQZi5X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fff0b0 !important;
  background: #fff0b0;
}
.cid-tWdJUQZi5X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWdJUQZi5X .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tWdJUQZi5X .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tWdJUQZi5X .menu_box .navbar.opened,
  .cid-tWdJUQZi5X .menu_box .navbar-collapse {
    background-color: #fff0b0 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tWdJUQZi5X .navbar-dropdown {
  position: relative !important;
}
.cid-tWdJUQZi5X .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tWdJUQZi5X .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tWdJUQZi5X .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tWdJUQZi5X .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tWdJUQZi5X .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tWdJUQZi5X .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-tWdJUQZi5X .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tWdJUQZi5X .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tWdJUQZi5X .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tWdJUQZi5X .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tWdJUQZi5X .offcanvas-body .mbr-text,
  .cid-tWdJUQZi5X .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tWdJUQZi5X .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tWdJUQZi5X .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tWdJUQZi5X .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-tWdJUQZi5X .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tWdJUQZi5X .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tWdJUQZi5X .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tWdJUQZi5X .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tWdJUQZi5X ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tWdJUQZi5X .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tWdJUQZi5X .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tWdJUQZi5X .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tWdJUQZi5X li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tWdJUQZi5X .lg_brand {
    margin: 0 1rem;
  }
  .cid-tWdJUQZi5X .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tWdJUQZi5X .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tWdJUQZi5X .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tWdJUQZi5X .nav-item {
    margin: 0 !important;
  }
}
.cid-tWdJUQZi5X .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-tWdJUQZi5X .nav-item .nav-link:hover,
.cid-tWdJUQZi5X .nav-item .nav-link:focus {
  color: #2b45b6 !important;
  text-shadow: 2px 2px 4px #2b45b6;
}
.cid-tWdJUQZi5X .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tWdJUQZi5X .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tWdJUQZi5X .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tWdJUQZi5X .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tWdJUQZi5X .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tWdJUQZi5X .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tWdJUQZi5X .offcanvas_box {
    display: none;
  }
}
.cid-tWdJUQZi5X .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tWdJUQZi5X .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tWdJUQZi5X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tWdJUQZi5X .container {
  display: flex;
  margin: auto;
}
.cid-tWdJUQZi5X .iconfont-wrapper {
  color: #f2ac2b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tWdJUQZi5X .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tWdJUQZi5X .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tWdJUQZi5X .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tWdJUQZi5X .navbar-nav {
    margin: 0;
  }
}
.cid-tWdJUQZi5X .dropdown-menu,
.cid-tWdJUQZi5X .navbar.opened {
  background-color: false !important;
}
.cid-tWdJUQZi5X .nav-item:focus,
.cid-tWdJUQZi5X .nav-link:focus {
  outline: none;
}
.cid-tWdJUQZi5X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWdJUQZi5X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWdJUQZi5X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWdJUQZi5X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWdJUQZi5X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWdJUQZi5X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWdJUQZi5X .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tWdJUQZi5X .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tWdJUQZi5X .navbar.opened {
  transition: all 0.3s;
}
.cid-tWdJUQZi5X .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tWdJUQZi5X .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-tWdJUQZi5X .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tWdJUQZi5X .navbar.collapsed {
  justify-content: center;
}
.cid-tWdJUQZi5X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWdJUQZi5X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tWdJUQZi5X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWdJUQZi5X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWdJUQZi5X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWdJUQZi5X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tWdJUQZi5X .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tWdJUQZi5X .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tWdJUQZi5X .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-tWdJUQZi5X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWdJUQZi5X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWdJUQZi5X .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tWdJUQZi5X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWdJUQZi5X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tWdJUQZi5X .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWdJUQZi5X .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tWdJUQZi5X .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tWdJUQZi5X .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tWdJUQZi5X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tWdJUQZi5X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWdJUQZi5X .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tWdJUQZi5X .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWdJUQZi5X .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWdJUQZi5X .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWdJUQZi5X .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWdJUQZi5X .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-tWdJUQZi5X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWdJUQZi5X .dropdown-item.active,
.cid-tWdJUQZi5X .dropdown-item:active {
  background-color: transparent;
}
.cid-tWdJUQZi5X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-tWdJUQZi5X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWdJUQZi5X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWdJUQZi5X .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWdJUQZi5X ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tWdJUQZi5X .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWdJUQZi5X button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fff0b0;
  background: #ffe885;
}
.cid-tWdJUQZi5X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-tWdJUQZi5X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWdJUQZi5X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWdJUQZi5X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWdJUQZi5X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWdJUQZi5X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWdJUQZi5X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWdJUQZi5X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWdJUQZi5X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWdJUQZi5X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tWdJUQZi5X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWdJUQZi5X .navbar {
    height: 70px;
  }
  .cid-tWdJUQZi5X .navbar.opened {
    height: auto;
  }
  .cid-tWdJUQZi5X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWdJUQZi5X .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tWdJUQZi5X .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-tWdJUQZi5X .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tWdJUQZi5X .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tWdJUQZi5X .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-tWdJUQZi5X .navbar-caption:hover {
  color: #2b45b6;
}
@media (min-width: 992px) {
  .cid-tWdJUQZi5X .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tWdJUQZi5X .text_widget {
  margin-bottom: 32px;
}
.cid-tWdJUQZi5X .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tWdJUQZi5X .text_widget a:hover,
.cid-tWdJUQZi5X .text_widget a:focus {
  opacity: .6;
}
.cid-tWdJUQZi5X .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-tWdJUQZi5X .navbar-caption {
  color: #f2ac2b;
}
.cid-tWdJUQZi5X .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tWdJUQZi5X .mbr-section-subtitle,
.cid-tWdJUQZi5X .text_widget,
.cid-tWdJUQZi5X .mbr-section-btn {
  text-align: center;
}
.cid-tWdJUQZi5X a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tWlJXveoxM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4479d9;
}
.cid-tWlJXveoxM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWlJXveoxM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tWlJXveoxM .container {
    padding: 0 20px;
  }
}
.cid-tWlJXveoxM .row {
  margin-top: -2px;
}
.cid-tWlJXveoxM .card {
  padding: 0;
}
.cid-tWlJXveoxM .image-wrapper {
  border: 2px solid #fff0b0;
}
.cid-tWlJXveoxM .image-wrapper img {
  height: 650px;
  width: 70%;
  object-fit: cover;
  border-bottom-right-radius: 45rem;
}
@media (max-width: 992px) {
  .cid-tWlJXveoxM .image-wrapper img {
    height: 450px;
    width: 100%;
  }
}
.cid-tWlJXveoxM .title-wrapper {
  border: 2px solid #fff0b0;
  border-top: none;
  padding: 0 64px 64px;
  margin-top: -4rem;
}
@media (max-width: 992px) {
  .cid-tWlJXveoxM .title-wrapper {
    padding: 0 20px 50px;
  }
}
@media (max-width: 425px) {
  .cid-tWlJXveoxM .title-wrapper {
    margin-top: -2rem;
  }
}
.cid-tWlJXveoxM .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tWlJXveoxM .title-wrapper .text-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tWlJXveoxM .title-wrapper .text-wrapper {
    display: block;
  }
}
.cid-tWlJXveoxM .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
  width: 50%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tWlJXveoxM .title-wrapper .text-wrapper .mbr-text {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-tWlJXveoxM .title-wrapper .text-wrapper .mbr-section-btn {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tWlJXveoxM .title-wrapper .text-wrapper .mbr-section-btn {
    width: 100%;
  }
}
.cid-tWlJXveoxM .mbr-section-title {
  color: #ffffff;
}
.cid-tWlJXveoxM .mbr-text {
  color: #ffffff;
}
.cid-tWlJXveoxM .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-tWlJXveoxM .mbr-section-btn {
    text-align: left;
  }
}
.cid-tWdKj2y2Rz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tWdKj2y2Rz .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-tWdKj2y2Rz .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tWdKj2y2Rz .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-tWdKj2y2Rz .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #2b45b6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWdKj2y2Rz .mbr-text {
  color: #2b45b6;
}
.cid-tWdJYtvIcd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0b0;
}
.cid-tWdJYtvIcd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWdJYtvIcd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWdJYtvIcd .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tWdJYtvIcd .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tWdJYtvIcd .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tWdJYtvIcd .card-wrapper {
    padding: 4rem;
  }
}
.cid-tWdJYtvIcd .mbr-text,
.cid-tWdJYtvIcd .mbr-section-btn {
  text-align: left;
}
.cid-tWl02JoKb7 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tWl02JoKb7 .row {
  justify-content: center;
}
.cid-tWl02JoKb7 .col-title {
  margin-bottom: 2.5rem;
}
.cid-tWl02JoKb7 .mbr-section-title {
  color: #44af69;
}
.cid-tWl02JoKb7 .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
}
.cid-tWl02JoKb7 .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .cid-tWl02JoKb7 .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-tWl02JoKb7 .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tWl02JoKb7 .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  overflow: hidden;
}
.cid-tWl02JoKb7 .card:nth-child(1) .card-box {
  background-color: #4479d9;
}
.cid-tWl02JoKb7 .card:nth-child(2) .card-box {
  background-color: #4479d9;
}
.cid-tWl02JoKb7 .card:nth-child(3) .card-box {
  background-color: #4479d9;
}
.cid-tWl02JoKb7 .card:nth-child(4) .card-box {
  background-color: #ff4545;
}
.cid-tWl02JoKb7 .card:nth-child(5) .card-box {
  background-color: #ff7f11;
}
.cid-tWl02JoKb7 .card:nth-child(6) .card-box {
  background-color: #504a24;
}
.cid-tWl02JoKb7 .card-wrapper {
  height: 100%;
  display: flex;
}
.cid-tWl02JoKb7 .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 40px;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-tWl02JoKb7 .card-box {
    padding: 32px;
  }
}
.cid-tWl02JoKb7 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.cid-tWl02JoKb7 .mbr-iconfont {
  display: block;
  font-size: 15px;
  color: #fed243;
  margin-right: 5px;
}
.cid-tWl02JoKb7 .card-title {
  width: 100%;
  margin-bottom: 0;
}
.cid-tWl02JoKb7 .card-title-1 {
  color: #fafafa;
  text-align: center;
}
.cid-tWl02JoKb7 .card-title-2 {
  color: #fafafa;
  text-align: center;
}
.cid-tWl02JoKb7 .card-title-3 {
  color: #fafafa;
  text-align: center;
}
.cid-tWl02JoKb7 .card-title-4 {
  color: #F9C9C8;
}
.cid-tWl02JoKb7 .card-title-5 {
  color: #FDC99C;
}
.cid-tWl02JoKb7 .card-title-6 {
  color: #FFEDB4;
}
.cid-tWl02JoKb7 .card-text {
  width: 100%;
  color: #1f1d1a;
  margin-top: 0.5rem;
  margin-bottom: 0;
  text-align: center;
}
.cid-tWl02JoKb7 .card-name {
  width: 100%;
  color: #44af69;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.cid-tWdR5AOO5p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0b0;
}
.cid-tWdR5AOO5p .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWdR5AOO5p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWdR5AOO5p .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tWdR5AOO5p .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tWdR5AOO5p .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tWdR5AOO5p .card-wrapper {
    padding: 4rem;
  }
}
.cid-tWdR5AOO5p .mbr-text,
.cid-tWdR5AOO5p .mbr-section-btn {
  color: #000000;
}
.cid-tWdR5AOO5p .card-title,
.cid-tWdR5AOO5p .card-box {
  text-align: left;
  color: #000000;
}
.cid-tWdQXU5Siy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #4479d9;
}
.cid-tWdQXU5Siy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWdQXU5Siy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWdQXU5Siy .col-title {
  margin-bottom: 2.5rem;
}
.cid-tWdQXU5Siy .mbr-section-title {
  color: #ffffff;
}
.cid-tWdQXU5Siy .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-tWdQXU5Siy .cards-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (max-width: 639px) {
  .cid-tWdQXU5Siy .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tWdQXU5Siy .card-box {
  width: 100%;
}
.cid-tWdQXU5Siy .image-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-top: 32px;
}
.cid-tWdQXU5Siy .iconfont-wrapper {
  padding: 8px;
}
.cid-tWdQXU5Siy .mbr-iconfont {
  font-size: 92px;
  color: #000000;
}
.cid-tWdQXU5Siy .card-container {
  width: 100%;
  padding: 32px;
}
.cid-tWdQXU5Siy .card-title {
  color: #fafafa;
  margin-bottom: 0;
}
.cid-tWdQXU5Siy .card-text {
  color: #FEF9EE;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.cid-tWdQXU5Siy .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-tWfv0ssHLe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0b0;
}
.cid-tWfv0ssHLe .mbr-section-subtitle {
  color: #000000;
}
.cid-tWfv0ssHLe .mbr-text {
  color: #000000;
}
.cid-tWdR8T2WN0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #4479d9;
}
.cid-tWdR8T2WN0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWdR8T2WN0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWdR8T2WN0 .mbr-section-head {
  width: 100%;
  margin-bottom: 3rem;
}
.cid-tWdR8T2WN0 .mbr-section-title {
  color: #fafafa;
  margin-bottom: 0;
  text-align: center;
}
.cid-tWdR8T2WN0 .mbr-section-subtitle {
  color: #232323;
  margin-top: 20px;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tWdR8T2WN0 .col-img {
    padding-bottom: 2rem;
    margin: auto;
  }
}
.cid-tWdR8T2WN0 .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #fcf0d5;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-tWdR8T2WN0 .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  opacity: 0;
  transition: .3s all;
}
.cid-tWdR8T2WN0 .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-tWdR8T2WN0 .panel-group {
  border: none;
  border-top: 1px solid #0b253e;
  margin-top: 10px;
  border-radius: 0;
}
@media (max-width: 991px) {
  .cid-tWdR8T2WN0 .panel-group {
    margin-top: 0;
  }
}
.cid-tWdR8T2WN0 .card {
  border-bottom: 1px solid #0b253e;
  border-radius: 0 !important;
}
.cid-tWdR8T2WN0 .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-tWdR8T2WN0 .card-header {
    padding: 8px 0;
  }
}
.cid-tWdR8T2WN0 img,
.cid-tWdR8T2WN0 .img-wrap,
.cid-tWdR8T2WN0 .img-box {
  height: 100%;
  object-fit: cover;
  min-height: 300px;
}
.cid-tWdR8T2WN0 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-tWdR8T2WN0 .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-tWdR8T2WN0 .panel-title-edit {
  color: #fafafa;
}
.cid-tWdR8T2WN0 .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-tWdR8T2WN0 .panel-body {
    padding: 0 0 24px;
  }
}
.cid-tWdR8T2WN0 .panel-text {
  color: #ffffff;
  margin: 0;
}
.cid-tWdR8T2WN0 .mbr-section-subtitle,
.cid-tWdR8T2WN0 .mbr-section-btn {
  text-align: left;
}
.cid-tWfvReDz6E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0b0;
}
.cid-tWfvReDz6E blockquote {
  border-color: #ca6e33;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tWdSxjipDS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4479d9;
}
.cid-tWdSxjipDS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWdSxjipDS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tWdSxjipDS .container {
    padding: 0 20px;
  }
}
.cid-tWdSxjipDS .row {
  margin: 0;
}
.cid-tWdSxjipDS .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tWdSxjipDS .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tWdSxjipDS .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-tWdSxjipDS .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-tWdSxjipDS .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tWdSxjipDS .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-tWdSxjipDS .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-tWfvVpBn7i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0b0;
}
.cid-tWfvVpBn7i .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWfvVpBn7i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWfvVpBn7i .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tWfvVpBn7i .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tWfvVpBn7i .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tWfvVpBn7i .card-wrapper {
    padding: 4rem;
  }
}
.cid-tWfvVpBn7i .mbr-text,
.cid-tWfvVpBn7i .mbr-section-btn {
  color: #000000;
}
.cid-tWfvVpBn7i .card-title,
.cid-tWfvVpBn7i .card-box {
  text-align: left;
  color: #000000;
}
.cid-tWdSq8JoQe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
  position: relative;
  overflow: hidden;
}
.cid-tWdSq8JoQe .row {
  justify-content: center;
}
.cid-tWdSq8JoQe .title-container {
  max-width: 720px;
  padding: 0;
  margin-bottom: 80px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-tWdSq8JoQe .title-container {
    margin-bottom: 64px;
  }
}
@media (max-width: 767px) {
  .cid-tWdSq8JoQe .title-container {
    margin-bottom: 56px;
  }
}
.cid-tWdSq8JoQe .mbr-section-title {
  color: #6148ff;
}
.cid-tWdSq8JoQe .mbr-section-subtitle {
  color: #161616;
  margin-top: 24px;
}
.cid-tWdSq8JoQe .grid-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 80px;
  grid-row-gap: 0;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tWdSq8JoQe .grid-container {
    grid-column-gap: 48px;
  }
}
@media (max-width: 767px) {
  .cid-tWdSq8JoQe .grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-tWdSq8JoQe .content-container {
  display: flex;
  padding: 0 !important;
}
.cid-tWdSq8JoQe .text-container {
  margin-bottom: 24px;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .cid-tWdSq8JoQe .text-container {
    margin-bottom: 56px;
    padding: 0;
  }
}
.cid-tWdSq8JoQe .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  flex-grow: 1;
}
.cid-tWdSq8JoQe .text-padding {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0;
}
.cid-tWdSq8JoQe .opinion-stars {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 21px;
}
@media (max-width: 767px) {
  .cid-tWdSq8JoQe .opinion-stars {
    margin-bottom: 13px;
  }
}
.cid-tWdSq8JoQe .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3px 3px;
}
.cid-tWdSq8JoQe .iconfont-wrapper .mbr-iconfont {
  font-size: 21px;
  color: #3e1fff;
}
.cid-tWdSq8JoQe .card-title {
  width: 100%;
  color: #fafafa;
  margin-bottom: 1rem;
  margin-top: 8px;
}
.cid-tWdSq8JoQe .mbr-text {
  width: 100%;
  color: #fafafa;
  opacity: 0.75;
  margin-bottom: 40px !important;
}
@media (max-width: 767px) {
  .cid-tWdSq8JoQe .mbr-text {
    margin-bottom: 24px !important;
  }
}
.cid-tWdSq8JoQe .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 16px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tWdSq8JoQe .image-wrapper {
    width: 48px;
    height: 48px;
  }
}
.cid-tWdSq8JoQe .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tWdSq8JoQe .name-text {
  color: #161616;
  width: 100%;
  margin-bottom: 0;
}
.cid-tWdSq8JoQe .prof-text {
  max-width: 350px;
  color: #000000;
  opacity: 0.75;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tWdSq8JoQe .prof-text {
    max-width: 100%;
    width: 100%;
  }
}
.cid-tWdSq8JoQe .circle-blur {
  position: absolute;
  top: 5%;
  left: 5%;
  bottom: auto;
  display: block;
  width: 440px;
  height: 440px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(132deg, #99f5fe 27%, #99f5fe 50%, #4568ae 79%);
  opacity: .97;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
.cid-tWfw0pSyz5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0b0;
}
.cid-tWfw0pSyz5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWfw0pSyz5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWfw0pSyz5 .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tWfw0pSyz5 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tWfw0pSyz5 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tWfw0pSyz5 .card-wrapper {
    padding: 4rem;
  }
}
.cid-tWfw0pSyz5 .mbr-text,
.cid-tWfw0pSyz5 .mbr-section-btn {
  color: #000000;
}
.cid-tWfw0pSyz5 .card-title,
.cid-tWfw0pSyz5 .card-box {
  text-align: left;
  color: #000000;
}
.cid-tWevaHEEVt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #4479d9;
}
.cid-tWevaHEEVt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWevaHEEVt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tWevaHEEVt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tWevaHEEVt .row {
  flex-direction: row-reverse;
}
.cid-tWevaHEEVt img {
  width: 100%;
}
.cid-tWfxPGOqpy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0b0;
}
.cid-tWfxPGOqpy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWfxPGOqpy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWfxPGOqpy .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tWfxPGOqpy .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tWfxPGOqpy .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tWfxPGOqpy .card-wrapper {
    padding: 4rem;
  }
}
.cid-tWfxPGOqpy .mbr-text,
.cid-tWfxPGOqpy .mbr-section-btn {
  color: #000000;
}
.cid-tWfxPGOqpy .card-title,
.cid-tWfxPGOqpy .card-box {
  text-align: left;
  color: #000000;
}
.cid-tWeXJZlv5b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4479d9;
}
.cid-tWeXJZlv5b .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWeXJZlv5b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWeXJZlv5b .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tWeXJZlv5b .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tWeXJZlv5b .container {
    padding: 0 16px;
  }
}
.cid-tWeXJZlv5b .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-tWeXJZlv5b .row {
    margin: 0 10px;
  }
}
.cid-tWeXJZlv5b .row .card {
  padding: 0;
}
.cid-tWeXJZlv5b .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tWeXJZlv5b .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tWeXJZlv5b .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tWeXJZlv5b .google-map iframe {
  height: 500px;
  border: 10px solid #f9a600 !important;
  border-radius: 20px !important;
  background-color: #f9a600 !important;
}
@media (max-width: 992px) {
  .cid-tWeXJZlv5b .google-map iframe {
    height: 350px;
  }
}
.cid-tWeXJZlv5b .mbr-section-title {
  color: #ffffff;
}
.cid-tWdSpgemnO {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #fff0b0;
}
.cid-tWdSpgemnO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWdSpgemnO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWdSpgemnO .row {
  justify-content: space-between;
}
.cid-tWdSpgemnO .mbr-section-title {
  margin: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tWdSpgemnO .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tWdSpgemnO .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tWdSpgemnO .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-tWdSpgemnO .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #000000;
}
.cid-tWdSpgemnO .list li {
  margin-bottom: 25px;
}
.cid-tWdSpgemnO .list li:last-child {
  margin-bottom: 0;
}
.cid-tWdSpgemnO .mbr-desc {
  margin-bottom: 8px;
}
.cid-tWdSpgemnO .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tWdSpgemnO .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-tWdSpgemnO .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #47b5ed;
}
.cid-tWdSpgemnO .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #14204b;
  transition: all .3s ease;
}
.cid-tWdSpgemnO .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #005241;
  text-align: center;
}
.cid-tWdSpgemnO .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #14204b;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-tWdSpgemnO .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-tWdSpgemnO .mbr-desc,
.cid-tWdSpgemnO .mbr-iconfont {
  color: #000000;
}
.cid-tWdSpgemnO .mbr-text,
.cid-tWdSpgemnO .mbr-section-btn {
  color: #000000;
}
.cid-tWlRTxuIY3 {
  background-color: transparent;
}
.cid-tWlRTxuIY3 .navbar-dropdown {
  background-color: #fff0b0 !important;
  padding: 0;
}
.cid-tWlRTxuIY3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fff0b0 !important;
  background: #fff0b0;
}
.cid-tWlRTxuIY3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWlRTxuIY3 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tWlRTxuIY3 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tWlRTxuIY3 .menu_box .navbar.opened,
  .cid-tWlRTxuIY3 .menu_box .navbar-collapse {
    background-color: #fff0b0 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tWlRTxuIY3 .navbar-dropdown {
  position: relative !important;
}
.cid-tWlRTxuIY3 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tWlRTxuIY3 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tWlRTxuIY3 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tWlRTxuIY3 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tWlRTxuIY3 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tWlRTxuIY3 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-tWlRTxuIY3 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tWlRTxuIY3 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tWlRTxuIY3 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tWlRTxuIY3 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tWlRTxuIY3 .offcanvas-body .mbr-text,
  .cid-tWlRTxuIY3 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tWlRTxuIY3 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tWlRTxuIY3 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tWlRTxuIY3 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-tWlRTxuIY3 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tWlRTxuIY3 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tWlRTxuIY3 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tWlRTxuIY3 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tWlRTxuIY3 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tWlRTxuIY3 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tWlRTxuIY3 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tWlRTxuIY3 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tWlRTxuIY3 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tWlRTxuIY3 .lg_brand {
    margin: 0 1rem;
  }
  .cid-tWlRTxuIY3 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tWlRTxuIY3 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tWlRTxuIY3 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tWlRTxuIY3 .nav-item {
    margin: 0 !important;
  }
}
.cid-tWlRTxuIY3 .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-tWlRTxuIY3 .nav-item .nav-link:hover,
.cid-tWlRTxuIY3 .nav-item .nav-link:focus {
  color: #2b45b6 !important;
  text-shadow: 2px 2px 4px #2b45b6;
}
.cid-tWlRTxuIY3 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tWlRTxuIY3 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tWlRTxuIY3 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tWlRTxuIY3 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tWlRTxuIY3 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tWlRTxuIY3 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tWlRTxuIY3 .offcanvas_box {
    display: none;
  }
}
.cid-tWlRTxuIY3 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tWlRTxuIY3 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tWlRTxuIY3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tWlRTxuIY3 .container {
  display: flex;
  margin: auto;
}
.cid-tWlRTxuIY3 .iconfont-wrapper {
  color: #f2ac2b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tWlRTxuIY3 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tWlRTxuIY3 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tWlRTxuIY3 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tWlRTxuIY3 .navbar-nav {
    margin: 0;
  }
}
.cid-tWlRTxuIY3 .dropdown-menu,
.cid-tWlRTxuIY3 .navbar.opened {
  background-color: false !important;
}
.cid-tWlRTxuIY3 .nav-item:focus,
.cid-tWlRTxuIY3 .nav-link:focus {
  outline: none;
}
.cid-tWlRTxuIY3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWlRTxuIY3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWlRTxuIY3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWlRTxuIY3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWlRTxuIY3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWlRTxuIY3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWlRTxuIY3 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tWlRTxuIY3 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tWlRTxuIY3 .navbar.opened {
  transition: all 0.3s;
}
.cid-tWlRTxuIY3 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tWlRTxuIY3 .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-tWlRTxuIY3 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tWlRTxuIY3 .navbar.collapsed {
  justify-content: center;
}
.cid-tWlRTxuIY3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWlRTxuIY3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tWlRTxuIY3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWlRTxuIY3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWlRTxuIY3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWlRTxuIY3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tWlRTxuIY3 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tWlRTxuIY3 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tWlRTxuIY3 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-tWlRTxuIY3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWlRTxuIY3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWlRTxuIY3 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tWlRTxuIY3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWlRTxuIY3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tWlRTxuIY3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWlRTxuIY3 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tWlRTxuIY3 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tWlRTxuIY3 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tWlRTxuIY3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tWlRTxuIY3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWlRTxuIY3 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tWlRTxuIY3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWlRTxuIY3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWlRTxuIY3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWlRTxuIY3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWlRTxuIY3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-tWlRTxuIY3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWlRTxuIY3 .dropdown-item.active,
.cid-tWlRTxuIY3 .dropdown-item:active {
  background-color: transparent;
}
.cid-tWlRTxuIY3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-tWlRTxuIY3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWlRTxuIY3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWlRTxuIY3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWlRTxuIY3 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tWlRTxuIY3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWlRTxuIY3 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fff0b0;
  background: #ffe885;
}
.cid-tWlRTxuIY3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-tWlRTxuIY3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWlRTxuIY3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWlRTxuIY3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWlRTxuIY3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWlRTxuIY3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWlRTxuIY3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWlRTxuIY3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWlRTxuIY3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWlRTxuIY3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tWlRTxuIY3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWlRTxuIY3 .navbar {
    height: 70px;
  }
  .cid-tWlRTxuIY3 .navbar.opened {
    height: auto;
  }
  .cid-tWlRTxuIY3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWlRTxuIY3 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tWlRTxuIY3 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-tWlRTxuIY3 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tWlRTxuIY3 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tWlRTxuIY3 .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-tWlRTxuIY3 .navbar-caption:hover {
  color: #2b45b6;
}
@media (min-width: 992px) {
  .cid-tWlRTxuIY3 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tWlRTxuIY3 .text_widget {
  margin-bottom: 32px;
}
.cid-tWlRTxuIY3 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tWlRTxuIY3 .text_widget a:hover,
.cid-tWlRTxuIY3 .text_widget a:focus {
  opacity: .6;
}
.cid-tWlRTxuIY3 .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-tWlRTxuIY3 .navbar-caption {
  color: #f2ac2b;
}
.cid-tWlRTxuIY3 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tWlRTxuIY3 .mbr-section-subtitle,
.cid-tWlRTxuIY3 .text_widget,
.cid-tWlRTxuIY3 .mbr-section-btn {
  text-align: center;
}
.cid-tWlRTxuIY3 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tWlRTyi3Ad {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4479d9;
}
.cid-tWlRTyi3Ad .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWlRTyi3Ad .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tWlRTyi3Ad .container {
    padding: 0 20px;
  }
}
.cid-tWlRTyi3Ad .row {
  margin-top: -2px;
}
.cid-tWlRTyi3Ad .card {
  padding: 0;
}
.cid-tWlRTyi3Ad .image-wrapper {
  border: 2px solid #fff0b0;
}
.cid-tWlRTyi3Ad .image-wrapper img {
  height: 650px;
  width: 70%;
  object-fit: cover;
  border-bottom-right-radius: 45rem;
}
@media (max-width: 992px) {
  .cid-tWlRTyi3Ad .image-wrapper img {
    height: 450px;
    width: 100%;
  }
}
.cid-tWlRTyi3Ad .title-wrapper {
  border: 2px solid #fff0b0;
  border-top: none;
  padding: 0 64px 64px;
  margin-top: -4rem;
}
@media (max-width: 992px) {
  .cid-tWlRTyi3Ad .title-wrapper {
    padding: 0 20px 50px;
  }
}
@media (max-width: 425px) {
  .cid-tWlRTyi3Ad .title-wrapper {
    margin-top: -2rem;
  }
}
.cid-tWlRTyi3Ad .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tWlRTyi3Ad .title-wrapper .text-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tWlRTyi3Ad .title-wrapper .text-wrapper {
    display: block;
  }
}
.cid-tWlRTyi3Ad .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
  width: 50%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tWlRTyi3Ad .title-wrapper .text-wrapper .mbr-text {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-tWlRTyi3Ad .title-wrapper .text-wrapper .mbr-section-btn {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tWlRTyi3Ad .title-wrapper .text-wrapper .mbr-section-btn {
    width: 100%;
  }
}
.cid-tWlRTyi3Ad .mbr-section-title {
  color: #ffffff;
}
.cid-tWlRTyi3Ad .mbr-text {
  color: #ffffff;
}
.cid-tWlRTyi3Ad .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-tWlRTyi3Ad .mbr-section-btn {
    text-align: left;
  }
}
.cid-tWlRTyJuXc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tWlRTyJuXc .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-tWlRTyJuXc .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tWlRTyJuXc .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-tWlRTyJuXc .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #2b45b6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWlRTyJuXc .mbr-text {
  color: #2b45b6;
}
.cid-tWlRTz8hYQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0b0;
}
.cid-tWlRTz8hYQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWlRTz8hYQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWlRTz8hYQ .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tWlRTz8hYQ .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tWlRTz8hYQ .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tWlRTz8hYQ .card-wrapper {
    padding: 4rem;
  }
}
.cid-tWlRTz8hYQ .mbr-text,
.cid-tWlRTz8hYQ .mbr-section-btn {
  text-align: left;
}
.cid-tWlRTzBGGi {
  padding-top: 3rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tWlRTzBGGi .row {
  justify-content: center;
}
.cid-tWlRTzBGGi .col-title {
  margin-bottom: 2.5rem;
}
.cid-tWlRTzBGGi .mbr-section-title {
  color: #44af69;
}
.cid-tWlRTzBGGi .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
}
.cid-tWlRTzBGGi .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .cid-tWlRTzBGGi .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-tWlRTzBGGi .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tWlRTzBGGi .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  overflow: hidden;
}
.cid-tWlRTzBGGi .card:nth-child(1) .card-box {
  background-color: #4479d9;
}
.cid-tWlRTzBGGi .card:nth-child(2) .card-box {
  background-color: #4479d9;
}
.cid-tWlRTzBGGi .card:nth-child(3) .card-box {
  background-color: #4479d9;
}
.cid-tWlRTzBGGi .card:nth-child(4) .card-box {
  background-color: #ff4545;
}
.cid-tWlRTzBGGi .card:nth-child(5) .card-box {
  background-color: #ff7f11;
}
.cid-tWlRTzBGGi .card:nth-child(6) .card-box {
  background-color: #504a24;
}
.cid-tWlRTzBGGi .card-wrapper {
  height: 100%;
  display: flex;
}
.cid-tWlRTzBGGi .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 40px;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-tWlRTzBGGi .card-box {
    padding: 32px;
  }
}
.cid-tWlRTzBGGi .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.cid-tWlRTzBGGi .mbr-iconfont {
  display: block;
  font-size: 15px;
  color: #fed243;
  margin-right: 5px;
}
.cid-tWlRTzBGGi .card-title {
  width: 100%;
  margin-bottom: 0;
}
.cid-tWlRTzBGGi .card-title-1 {
  color: #fafafa;
  text-align: center;
}
.cid-tWlRTzBGGi .card-title-2 {
  color: #fafafa;
  text-align: center;
}
.cid-tWlRTzBGGi .card-title-3 {
  color: #fafafa;
  text-align: center;
}
.cid-tWlRTzBGGi .card-title-4 {
  color: #F9C9C8;
}
.cid-tWlRTzBGGi .card-title-5 {
  color: #FDC99C;
}
.cid-tWlRTzBGGi .card-title-6 {
  color: #FFEDB4;
}
.cid-tWlRTzBGGi .card-text {
  width: 100%;
  color: #1f1d1a;
  margin-top: 0.5rem;
  margin-bottom: 0;
  text-align: center;
}
.cid-tWlRTzBGGi .card-name {
  width: 100%;
  color: #44af69;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.cid-tWlRTAwA0i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0b0;
}
.cid-tWlRTAwA0i .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWlRTAwA0i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWlRTAwA0i .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tWlRTAwA0i .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tWlRTAwA0i .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tWlRTAwA0i .card-wrapper {
    padding: 4rem;
  }
}
.cid-tWlRTAwA0i .mbr-text,
.cid-tWlRTAwA0i .mbr-section-btn {
  color: #000000;
}
.cid-tWlRTAwA0i .card-title,
.cid-tWlRTAwA0i .card-box {
  text-align: left;
  color: #000000;
}
.cid-tWlRTAYBXx {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #4479d9;
}
.cid-tWlRTAYBXx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWlRTAYBXx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWlRTAYBXx .col-title {
  margin-bottom: 2.5rem;
}
.cid-tWlRTAYBXx .mbr-section-title {
  color: #ffffff;
}
.cid-tWlRTAYBXx .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-tWlRTAYBXx .cards-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (max-width: 639px) {
  .cid-tWlRTAYBXx .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tWlRTAYBXx .card-box {
  width: 100%;
}
.cid-tWlRTAYBXx .image-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-top: 32px;
}
.cid-tWlRTAYBXx .iconfont-wrapper {
  padding: 8px;
}
.cid-tWlRTAYBXx .mbr-iconfont {
  font-size: 92px;
  color: #000000;
}
.cid-tWlRTAYBXx .card-container {
  width: 100%;
  padding: 32px;
}
.cid-tWlRTAYBXx .card-title {
  color: #fafafa;
  margin-bottom: 0;
}
.cid-tWlRTAYBXx .card-text {
  color: #FEF9EE;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.cid-tWlRTAYBXx .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-tWlRTBWWMC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0b0;
}
.cid-tWlRTBWWMC .mbr-section-subtitle {
  color: #000000;
}
.cid-tWlRTBWWMC .mbr-text {
  color: #000000;
}
.cid-tWlRTCtA55 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #4479d9;
}
.cid-tWlRTCtA55 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWlRTCtA55 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWlRTCtA55 .mbr-section-head {
  width: 100%;
  margin-bottom: 3rem;
}
.cid-tWlRTCtA55 .mbr-section-title {
  color: #fafafa;
  margin-bottom: 0;
  text-align: center;
}
.cid-tWlRTCtA55 .mbr-section-subtitle {
  color: #232323;
  margin-top: 20px;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tWlRTCtA55 .col-img {
    padding-bottom: 2rem;
    margin: auto;
  }
}
.cid-tWlRTCtA55 .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #fcf0d5;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-tWlRTCtA55 .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  opacity: 0;
  transition: .3s all;
}
.cid-tWlRTCtA55 .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-tWlRTCtA55 .panel-group {
  border: none;
  border-top: 1px solid #0b253e;
  margin-top: 10px;
  border-radius: 0;
}
@media (max-width: 991px) {
  .cid-tWlRTCtA55 .panel-group {
    margin-top: 0;
  }
}
.cid-tWlRTCtA55 .card {
  border-bottom: 1px solid #0b253e;
  border-radius: 0 !important;
}
.cid-tWlRTCtA55 .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-tWlRTCtA55 .card-header {
    padding: 8px 0;
  }
}
.cid-tWlRTCtA55 img,
.cid-tWlRTCtA55 .img-wrap,
.cid-tWlRTCtA55 .img-box {
  height: 100%;
  object-fit: cover;
  min-height: 300px;
}
.cid-tWlRTCtA55 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-tWlRTCtA55 .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-tWlRTCtA55 .panel-title-edit {
  color: #fafafa;
}
.cid-tWlRTCtA55 .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-tWlRTCtA55 .panel-body {
    padding: 0 0 24px;
  }
}
.cid-tWlRTCtA55 .panel-text {
  color: #ffffff;
  margin: 0;
}
.cid-tWlRTCtA55 .mbr-section-subtitle,
.cid-tWlRTCtA55 .mbr-section-btn {
  text-align: left;
}
.cid-tWlRTDr5Q8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0b0;
}
.cid-tWlRTDr5Q8 blockquote {
  border-color: #ca6e33;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tWlRTEoPdv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4479d9;
}
.cid-tWlRTEoPdv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWlRTEoPdv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tWlRTEoPdv .container {
    padding: 0 20px;
  }
}
.cid-tWlRTEoPdv .row {
  margin: 0;
}
.cid-tWlRTEoPdv .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tWlRTEoPdv .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tWlRTEoPdv .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-tWlRTEoPdv .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-tWlRTEoPdv .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tWlRTEoPdv .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-tWlRTEoPdv .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-tWlRTFwPPw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0b0;
}
.cid-tWlRTFwPPw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWlRTFwPPw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWlRTFwPPw .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tWlRTFwPPw .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tWlRTFwPPw .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tWlRTFwPPw .card-wrapper {
    padding: 4rem;
  }
}
.cid-tWlRTFwPPw .mbr-text,
.cid-tWlRTFwPPw .mbr-section-btn {
  color: #000000;
}
.cid-tWlRTFwPPw .card-title,
.cid-tWlRTFwPPw .card-box {
  text-align: left;
  color: #000000;
}
.cid-tWlRTGuCoB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
  position: relative;
  overflow: hidden;
}
.cid-tWlRTGuCoB .row {
  justify-content: center;
}
.cid-tWlRTGuCoB .title-container {
  max-width: 720px;
  padding: 0;
  margin-bottom: 80px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-tWlRTGuCoB .title-container {
    margin-bottom: 64px;
  }
}
@media (max-width: 767px) {
  .cid-tWlRTGuCoB .title-container {
    margin-bottom: 56px;
  }
}
.cid-tWlRTGuCoB .mbr-section-title {
  color: #6148ff;
}
.cid-tWlRTGuCoB .mbr-section-subtitle {
  color: #161616;
  margin-top: 24px;
}
.cid-tWlRTGuCoB .grid-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 80px;
  grid-row-gap: 0;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tWlRTGuCoB .grid-container {
    grid-column-gap: 48px;
  }
}
@media (max-width: 767px) {
  .cid-tWlRTGuCoB .grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-tWlRTGuCoB .content-container {
  display: flex;
  padding: 0 !important;
}
.cid-tWlRTGuCoB .text-container {
  margin-bottom: 24px;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .cid-tWlRTGuCoB .text-container {
    margin-bottom: 56px;
    padding: 0;
  }
}
.cid-tWlRTGuCoB .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  flex-grow: 1;
}
.cid-tWlRTGuCoB .text-padding {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0;
}
.cid-tWlRTGuCoB .opinion-stars {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 21px;
}
@media (max-width: 767px) {
  .cid-tWlRTGuCoB .opinion-stars {
    margin-bottom: 13px;
  }
}
.cid-tWlRTGuCoB .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3px 3px;
}
.cid-tWlRTGuCoB .iconfont-wrapper .mbr-iconfont {
  font-size: 21px;
  color: #3e1fff;
}
.cid-tWlRTGuCoB .card-title {
  width: 100%;
  color: #fafafa;
  margin-bottom: 1rem;
  margin-top: 8px;
}
.cid-tWlRTGuCoB .mbr-text {
  width: 100%;
  color: #fafafa;
  opacity: 0.75;
  margin-bottom: 40px !important;
}
@media (max-width: 767px) {
  .cid-tWlRTGuCoB .mbr-text {
    margin-bottom: 24px !important;
  }
}
.cid-tWlRTGuCoB .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 16px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tWlRTGuCoB .image-wrapper {
    width: 48px;
    height: 48px;
  }
}
.cid-tWlRTGuCoB .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tWlRTGuCoB .name-text {
  color: #161616;
  width: 100%;
  margin-bottom: 0;
}
.cid-tWlRTGuCoB .prof-text {
  max-width: 350px;
  color: #000000;
  opacity: 0.75;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tWlRTGuCoB .prof-text {
    max-width: 100%;
    width: 100%;
  }
}
.cid-tWlRTGuCoB .circle-blur {
  position: absolute;
  top: 5%;
  left: 5%;
  bottom: auto;
  display: block;
  width: 440px;
  height: 440px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(132deg, #99f5fe 27%, #99f5fe 50%, #4568ae 79%);
  opacity: .97;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
.cid-tWlRTIg8S1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0b0;
}
.cid-tWlRTIg8S1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWlRTIg8S1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWlRTIg8S1 .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tWlRTIg8S1 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tWlRTIg8S1 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tWlRTIg8S1 .card-wrapper {
    padding: 4rem;
  }
}
.cid-tWlRTIg8S1 .mbr-text,
.cid-tWlRTIg8S1 .mbr-section-btn {
  color: #000000;
}
.cid-tWlRTIg8S1 .card-title,
.cid-tWlRTIg8S1 .card-box {
  text-align: left;
  color: #000000;
}
.cid-tWlRTJv42K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #4479d9;
}
.cid-tWlRTJv42K .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWlRTJv42K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tWlRTJv42K .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tWlRTJv42K .row {
  flex-direction: row-reverse;
}
.cid-tWlRTJv42K img {
  width: 100%;
}
.cid-tWlRTKK7nl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0b0;
}
.cid-tWlRTKK7nl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWlRTKK7nl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWlRTKK7nl .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tWlRTKK7nl .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tWlRTKK7nl .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tWlRTKK7nl .card-wrapper {
    padding: 4rem;
  }
}
.cid-tWlRTKK7nl .mbr-text,
.cid-tWlRTKK7nl .mbr-section-btn {
  color: #000000;
}
.cid-tWlRTKK7nl .card-title,
.cid-tWlRTKK7nl .card-box {
  text-align: left;
  color: #000000;
}
.cid-tWmlQTyoBM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tWmlQTyoBM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWmlQTyoBM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWmlQTyoBM .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tWmlQTyoBM .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWmlQTyoBM .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tWmlQTyoBM .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWmlQTyoBM .container {
    padding: 0 12px;
  }
}
.cid-tWmlQTyoBM .title-wrapper {
  padding: 64px;
  background-color: #fff0b0;
  border-radius: 32px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tWmlQTyoBM .title-wrapper {
    margin-bottom: 32px;
    height: auto;
    padding: 24px;
  }
}
.cid-tWmlQTyoBM .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-tWmlQTyoBM .title-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .6;
}
.cid-tWmlQTyoBM .panel-group {
  padding: 64px;
  background-color: #fff0b0;
  border-radius: 32px;
}
@media (max-width: 992px) {
  .cid-tWmlQTyoBM .panel-group {
    padding: 24px;
  }
}
.cid-tWmlQTyoBM .panel-group .card {
  border: 1px solid #bbbbbb;
  border-radius: 32px !important;
  background-color: #4479d9;
  margin-bottom: 32px;
}
.cid-tWmlQTyoBM .panel-group .card .card-header {
  padding: 32px;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-tWmlQTyoBM .panel-group .card .card-header {
    padding: 24px;
  }
}
.cid-tWmlQTyoBM .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tWmlQTyoBM .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(90deg);
}
.cid-tWmlQTyoBM .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tWmlQTyoBM .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  background-color: #ffffff;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  font-size: 23px;
  color: #000000;
}
.cid-tWmlQTyoBM .panel-group .card .panel-collapse .panel-body {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-tWmlQTyoBM .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 24px;
  }
}
.cid-tWmlQTyoBM .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .6;
}
.cid-tWmlQTyoBM .mbr-section-title {
  color: #000000;
}
.cid-tWmlQTyoBM .mbr-text {
  color: #ffffff;
}
.cid-tWmlQTyoBM .panel-title-edit {
  color: #000000;
}
.cid-tWmlQTyoBM .panel-text {
  color: #ffffff;
}
.cid-tWlVOmkf4K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4479d9;
}
.cid-tWlVOmkf4K .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWlVOmkf4K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWlVOmkf4K .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tWlVOmkf4K .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tWlVOmkf4K .container {
    padding: 0 16px;
  }
}
.cid-tWlVOmkf4K .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-tWlVOmkf4K .row {
    margin: 0 10px;
  }
}
.cid-tWlVOmkf4K .row .card {
  padding: 0;
}
.cid-tWlVOmkf4K .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tWlVOmkf4K .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tWlVOmkf4K .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tWlVOmkf4K .google-map iframe {
  height: 500px;
  border: 10px solid #f9a600 !important;
  border-radius: 20px !important;
  background-color: #f9a600 !important;
}
@media (max-width: 992px) {
  .cid-tWlVOmkf4K .google-map iframe {
    height: 350px;
  }
}
.cid-tWlVOmkf4K .mbr-section-title {
  color: #fdfcfc;
}
.cid-tWlRTNfVVF {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #fff0b0;
}
.cid-tWlRTNfVVF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWlRTNfVVF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWlRTNfVVF .row {
  justify-content: space-between;
}
.cid-tWlRTNfVVF .mbr-section-title {
  margin: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tWlRTNfVVF .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tWlRTNfVVF .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tWlRTNfVVF .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-tWlRTNfVVF .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #000000;
}
.cid-tWlRTNfVVF .list li {
  margin-bottom: 25px;
}
.cid-tWlRTNfVVF .list li:last-child {
  margin-bottom: 0;
}
.cid-tWlRTNfVVF .mbr-desc {
  margin-bottom: 8px;
}
.cid-tWlRTNfVVF .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tWlRTNfVVF .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-tWlRTNfVVF .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #47b5ed;
}
.cid-tWlRTNfVVF .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #14204b;
  transition: all .3s ease;
}
.cid-tWlRTNfVVF .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #005241;
  text-align: center;
}
.cid-tWlRTNfVVF .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #14204b;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-tWlRTNfVVF .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-tWlRTNfVVF .mbr-desc,
.cid-tWlRTNfVVF .mbr-iconfont {
  color: #000000;
}
.cid-tWlRTNfVVF .mbr-text,
.cid-tWlRTNfVVF .mbr-section-btn {
  color: #000000;
}
.cid-tWlYQex1wX {
  background-color: transparent;
}
.cid-tWlYQex1wX .navbar-dropdown {
  background-color: #fff0b0 !important;
  padding: 0;
}
.cid-tWlYQex1wX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fff0b0 !important;
  background: #fff0b0;
}
.cid-tWlYQex1wX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWlYQex1wX .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tWlYQex1wX .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tWlYQex1wX .menu_box .navbar.opened,
  .cid-tWlYQex1wX .menu_box .navbar-collapse {
    background-color: #fff0b0 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tWlYQex1wX .navbar-dropdown {
  position: relative !important;
}
.cid-tWlYQex1wX .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tWlYQex1wX .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tWlYQex1wX .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tWlYQex1wX .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tWlYQex1wX .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tWlYQex1wX .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-tWlYQex1wX .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tWlYQex1wX .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tWlYQex1wX .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tWlYQex1wX .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tWlYQex1wX .offcanvas-body .mbr-text,
  .cid-tWlYQex1wX .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tWlYQex1wX .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tWlYQex1wX .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tWlYQex1wX .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-tWlYQex1wX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tWlYQex1wX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tWlYQex1wX .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tWlYQex1wX .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tWlYQex1wX ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tWlYQex1wX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tWlYQex1wX .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tWlYQex1wX .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tWlYQex1wX li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tWlYQex1wX .lg_brand {
    margin: 0 1rem;
  }
  .cid-tWlYQex1wX .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tWlYQex1wX .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tWlYQex1wX .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tWlYQex1wX .nav-item {
    margin: 0 !important;
  }
}
.cid-tWlYQex1wX .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-tWlYQex1wX .nav-item .nav-link:hover,
.cid-tWlYQex1wX .nav-item .nav-link:focus {
  color: #2b45b6 !important;
  text-shadow: 2px 2px 4px #2b45b6;
}
.cid-tWlYQex1wX .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tWlYQex1wX .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tWlYQex1wX .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tWlYQex1wX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tWlYQex1wX .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tWlYQex1wX .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tWlYQex1wX .offcanvas_box {
    display: none;
  }
}
.cid-tWlYQex1wX .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tWlYQex1wX .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tWlYQex1wX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tWlYQex1wX .container {
  display: flex;
  margin: auto;
}
.cid-tWlYQex1wX .iconfont-wrapper {
  color: #f2ac2b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tWlYQex1wX .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tWlYQex1wX .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tWlYQex1wX .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tWlYQex1wX .navbar-nav {
    margin: 0;
  }
}
.cid-tWlYQex1wX .dropdown-menu,
.cid-tWlYQex1wX .navbar.opened {
  background-color: false !important;
}
.cid-tWlYQex1wX .nav-item:focus,
.cid-tWlYQex1wX .nav-link:focus {
  outline: none;
}
.cid-tWlYQex1wX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWlYQex1wX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWlYQex1wX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWlYQex1wX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWlYQex1wX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWlYQex1wX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWlYQex1wX .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tWlYQex1wX .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tWlYQex1wX .navbar.opened {
  transition: all 0.3s;
}
.cid-tWlYQex1wX .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tWlYQex1wX .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-tWlYQex1wX .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tWlYQex1wX .navbar.collapsed {
  justify-content: center;
}
.cid-tWlYQex1wX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWlYQex1wX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tWlYQex1wX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWlYQex1wX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWlYQex1wX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWlYQex1wX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tWlYQex1wX .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tWlYQex1wX .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tWlYQex1wX .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-tWlYQex1wX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWlYQex1wX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWlYQex1wX .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tWlYQex1wX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWlYQex1wX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tWlYQex1wX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWlYQex1wX .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tWlYQex1wX .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tWlYQex1wX .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tWlYQex1wX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tWlYQex1wX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWlYQex1wX .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tWlYQex1wX .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWlYQex1wX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWlYQex1wX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWlYQex1wX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWlYQex1wX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-tWlYQex1wX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWlYQex1wX .dropdown-item.active,
.cid-tWlYQex1wX .dropdown-item:active {
  background-color: transparent;
}
.cid-tWlYQex1wX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-tWlYQex1wX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWlYQex1wX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWlYQex1wX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWlYQex1wX ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tWlYQex1wX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWlYQex1wX button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fff0b0;
  background: #ffe885;
}
.cid-tWlYQex1wX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-tWlYQex1wX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWlYQex1wX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWlYQex1wX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWlYQex1wX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWlYQex1wX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWlYQex1wX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWlYQex1wX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWlYQex1wX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWlYQex1wX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tWlYQex1wX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWlYQex1wX .navbar {
    height: 70px;
  }
  .cid-tWlYQex1wX .navbar.opened {
    height: auto;
  }
  .cid-tWlYQex1wX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWlYQex1wX .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tWlYQex1wX .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-tWlYQex1wX .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tWlYQex1wX .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tWlYQex1wX .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-tWlYQex1wX .navbar-caption:hover {
  color: #2b45b6;
}
@media (min-width: 992px) {
  .cid-tWlYQex1wX .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tWlYQex1wX .text_widget {
  margin-bottom: 32px;
}
.cid-tWlYQex1wX .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tWlYQex1wX .text_widget a:hover,
.cid-tWlYQex1wX .text_widget a:focus {
  opacity: .6;
}
.cid-tWlYQex1wX .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-tWlYQex1wX .navbar-caption {
  color: #f2ac2b;
}
.cid-tWlYQex1wX .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tWlYQex1wX .mbr-section-subtitle,
.cid-tWlYQex1wX .text_widget,
.cid-tWlYQex1wX .mbr-section-btn {
  text-align: center;
}
.cid-tWlYQex1wX a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tWlYQfkD2z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4479d9;
}
.cid-tWlYQfkD2z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWlYQfkD2z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tWlYQfkD2z .container {
    padding: 0 20px;
  }
}
.cid-tWlYQfkD2z .row {
  margin-top: -2px;
}
.cid-tWlYQfkD2z .card {
  padding: 0;
}
.cid-tWlYQfkD2z .image-wrapper {
  border: 2px solid #fff0b0;
}
.cid-tWlYQfkD2z .image-wrapper img {
  height: 650px;
  width: 70%;
  object-fit: cover;
  border-bottom-right-radius: 45rem;
}
@media (max-width: 992px) {
  .cid-tWlYQfkD2z .image-wrapper img {
    height: 450px;
    width: 100%;
  }
}
.cid-tWlYQfkD2z .title-wrapper {
  border: 2px solid #fff0b0;
  border-top: none;
  padding: 0 64px 64px;
  margin-top: -4rem;
}
@media (max-width: 992px) {
  .cid-tWlYQfkD2z .title-wrapper {
    padding: 0 20px 50px;
  }
}
@media (max-width: 425px) {
  .cid-tWlYQfkD2z .title-wrapper {
    margin-top: -2rem;
  }
}
.cid-tWlYQfkD2z .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tWlYQfkD2z .title-wrapper .text-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tWlYQfkD2z .title-wrapper .text-wrapper {
    display: block;
  }
}
.cid-tWlYQfkD2z .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
  width: 50%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tWlYQfkD2z .title-wrapper .text-wrapper .mbr-text {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-tWlYQfkD2z .title-wrapper .text-wrapper .mbr-section-btn {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tWlYQfkD2z .title-wrapper .text-wrapper .mbr-section-btn {
    width: 100%;
  }
}
.cid-tWlYQfkD2z .mbr-section-title {
  color: #ffffff;
}
.cid-tWlYQfkD2z .mbr-text {
  color: #ffffff;
}
.cid-tWlYQfkD2z .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-tWlYQfkD2z .mbr-section-btn {
    text-align: left;
  }
}
.cid-tWlYQfIufc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tWlYQfIufc .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-tWlYQfIufc .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tWlYQfIufc .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-tWlYQfIufc .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #2b45b6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWlYQfIufc .mbr-text {
  color: #2b45b6;
}
.cid-tWlYQg5x8f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0b0;
}
.cid-tWlYQg5x8f .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWlYQg5x8f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWlYQg5x8f .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tWlYQg5x8f .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tWlYQg5x8f .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tWlYQg5x8f .card-wrapper {
    padding: 4rem;
  }
}
.cid-tWlYQg5x8f .mbr-text,
.cid-tWlYQg5x8f .mbr-section-btn {
  text-align: left;
}
.cid-tWlYQgqSva {
  padding-top: 3rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tWlYQgqSva .row {
  justify-content: center;
}
.cid-tWlYQgqSva .col-title {
  margin-bottom: 2.5rem;
}
.cid-tWlYQgqSva .mbr-section-title {
  color: #44af69;
}
.cid-tWlYQgqSva .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
}
.cid-tWlYQgqSva .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .cid-tWlYQgqSva .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-tWlYQgqSva .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tWlYQgqSva .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  overflow: hidden;
}
.cid-tWlYQgqSva .card:nth-child(1) .card-box {
  background-color: #4479d9;
}
.cid-tWlYQgqSva .card:nth-child(2) .card-box {
  background-color: #4479d9;
}
.cid-tWlYQgqSva .card:nth-child(3) .card-box {
  background-color: #4479d9;
}
.cid-tWlYQgqSva .card:nth-child(4) .card-box {
  background-color: #ff4545;
}
.cid-tWlYQgqSva .card:nth-child(5) .card-box {
  background-color: #ff7f11;
}
.cid-tWlYQgqSva .card:nth-child(6) .card-box {
  background-color: #504a24;
}
.cid-tWlYQgqSva .card-wrapper {
  height: 100%;
  display: flex;
}
.cid-tWlYQgqSva .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 40px;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-tWlYQgqSva .card-box {
    padding: 32px;
  }
}
.cid-tWlYQgqSva .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.cid-tWlYQgqSva .mbr-iconfont {
  display: block;
  font-size: 15px;
  color: #fed243;
  margin-right: 5px;
}
.cid-tWlYQgqSva .card-title {
  width: 100%;
  margin-bottom: 0;
}
.cid-tWlYQgqSva .card-title-1 {
  color: #fafafa;
  text-align: center;
}
.cid-tWlYQgqSva .card-title-2 {
  color: #fafafa;
  text-align: center;
}
.cid-tWlYQgqSva .card-title-3 {
  color: #fafafa;
  text-align: center;
}
.cid-tWlYQgqSva .card-title-4 {
  color: #F9C9C8;
}
.cid-tWlYQgqSva .card-title-5 {
  color: #FDC99C;
}
.cid-tWlYQgqSva .card-title-6 {
  color: #FFEDB4;
}
.cid-tWlYQgqSva .card-text {
  width: 100%;
  color: #1f1d1a;
  margin-top: 0.5rem;
  margin-bottom: 0;
  text-align: center;
}
.cid-tWlYQgqSva .card-name {
  width: 100%;
  color: #44af69;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.cid-tWlYQhhjlr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0b0;
}
.cid-tWlYQhhjlr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWlYQhhjlr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWlYQhhjlr .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tWlYQhhjlr .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tWlYQhhjlr .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tWlYQhhjlr .card-wrapper {
    padding: 4rem;
  }
}
.cid-tWlYQhhjlr .mbr-text,
.cid-tWlYQhhjlr .mbr-section-btn {
  color: #000000;
}
.cid-tWlYQhhjlr .card-title,
.cid-tWlYQhhjlr .card-box {
  text-align: left;
  color: #000000;
}
.cid-tWlYQhGqbr {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #4479d9;
}
.cid-tWlYQhGqbr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWlYQhGqbr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWlYQhGqbr .col-title {
  margin-bottom: 2.5rem;
}
.cid-tWlYQhGqbr .mbr-section-title {
  color: #ffffff;
}
.cid-tWlYQhGqbr .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-tWlYQhGqbr .cards-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (max-width: 639px) {
  .cid-tWlYQhGqbr .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tWlYQhGqbr .card-box {
  width: 100%;
}
.cid-tWlYQhGqbr .image-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-top: 32px;
}
.cid-tWlYQhGqbr .iconfont-wrapper {
  padding: 8px;
}
.cid-tWlYQhGqbr .mbr-iconfont {
  font-size: 92px;
  color: #000000;
}
.cid-tWlYQhGqbr .card-container {
  width: 100%;
  padding: 32px;
}
.cid-tWlYQhGqbr .card-title {
  color: #fafafa;
  margin-bottom: 0;
}
.cid-tWlYQhGqbr .card-text {
  color: #FEF9EE;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.cid-tWlYQhGqbr .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-tWlYQikqZm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0b0;
}
.cid-tWlYQikqZm .mbr-section-subtitle {
  color: #000000;
}
.cid-tWlYQikqZm .mbr-text {
  color: #000000;
}
.cid-tWlYQiEGis {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #4479d9;
}
.cid-tWlYQiEGis .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWlYQiEGis .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWlYQiEGis .mbr-section-head {
  width: 100%;
  margin-bottom: 3rem;
}
.cid-tWlYQiEGis .mbr-section-title {
  color: #fafafa;
  margin-bottom: 0;
  text-align: center;
}
.cid-tWlYQiEGis .mbr-section-subtitle {
  color: #232323;
  margin-top: 20px;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tWlYQiEGis .col-img {
    padding-bottom: 2rem;
    margin: auto;
  }
}
.cid-tWlYQiEGis .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #fcf0d5;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-tWlYQiEGis .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  opacity: 0;
  transition: .3s all;
}
.cid-tWlYQiEGis .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-tWlYQiEGis .panel-group {
  border: none;
  border-top: 1px solid #0b253e;
  margin-top: 10px;
  border-radius: 0;
}
@media (max-width: 991px) {
  .cid-tWlYQiEGis .panel-group {
    margin-top: 0;
  }
}
.cid-tWlYQiEGis .card {
  border-bottom: 1px solid #0b253e;
  border-radius: 0 !important;
}
.cid-tWlYQiEGis .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-tWlYQiEGis .card-header {
    padding: 8px 0;
  }
}
.cid-tWlYQiEGis img,
.cid-tWlYQiEGis .img-wrap,
.cid-tWlYQiEGis .img-box {
  height: 100%;
  object-fit: cover;
  min-height: 300px;
}
.cid-tWlYQiEGis .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-tWlYQiEGis .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-tWlYQiEGis .panel-title-edit {
  color: #fafafa;
}
.cid-tWlYQiEGis .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-tWlYQiEGis .panel-body {
    padding: 0 0 24px;
  }
}
.cid-tWlYQiEGis .panel-text {
  color: #ffffff;
  margin: 0;
}
.cid-tWlYQiEGis .mbr-section-subtitle,
.cid-tWlYQiEGis .mbr-section-btn {
  text-align: left;
}
.cid-tWlYQjrZ5g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0b0;
}
.cid-tWlYQjrZ5g blockquote {
  border-color: #ca6e33;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tWlYQjRbfP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4479d9;
}
.cid-tWlYQjRbfP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWlYQjRbfP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tWlYQjRbfP .container {
    padding: 0 20px;
  }
}
.cid-tWlYQjRbfP .row {
  margin: 0;
}
.cid-tWlYQjRbfP .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tWlYQjRbfP .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tWlYQjRbfP .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-tWlYQjRbfP .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-tWlYQjRbfP .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tWlYQjRbfP .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-tWlYQjRbfP .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-tWlYQkgxvt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0b0;
}
.cid-tWlYQkgxvt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWlYQkgxvt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWlYQkgxvt .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tWlYQkgxvt .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tWlYQkgxvt .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tWlYQkgxvt .card-wrapper {
    padding: 4rem;
  }
}
.cid-tWlYQkgxvt .mbr-text,
.cid-tWlYQkgxvt .mbr-section-btn {
  color: #000000;
}
.cid-tWlYQkgxvt .card-title,
.cid-tWlYQkgxvt .card-box {
  text-align: left;
  color: #000000;
}
.cid-tWlYQkFSCy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
  position: relative;
  overflow: hidden;
}
.cid-tWlYQkFSCy .row {
  justify-content: center;
}
.cid-tWlYQkFSCy .title-container {
  max-width: 720px;
  padding: 0;
  margin-bottom: 80px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-tWlYQkFSCy .title-container {
    margin-bottom: 64px;
  }
}
@media (max-width: 767px) {
  .cid-tWlYQkFSCy .title-container {
    margin-bottom: 56px;
  }
}
.cid-tWlYQkFSCy .mbr-section-title {
  color: #6148ff;
}
.cid-tWlYQkFSCy .mbr-section-subtitle {
  color: #161616;
  margin-top: 24px;
}
.cid-tWlYQkFSCy .grid-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 80px;
  grid-row-gap: 0;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tWlYQkFSCy .grid-container {
    grid-column-gap: 48px;
  }
}
@media (max-width: 767px) {
  .cid-tWlYQkFSCy .grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-tWlYQkFSCy .content-container {
  display: flex;
  padding: 0 !important;
}
.cid-tWlYQkFSCy .text-container {
  margin-bottom: 24px;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .cid-tWlYQkFSCy .text-container {
    margin-bottom: 56px;
    padding: 0;
  }
}
.cid-tWlYQkFSCy .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  flex-grow: 1;
}
.cid-tWlYQkFSCy .text-padding {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0;
}
.cid-tWlYQkFSCy .opinion-stars {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 21px;
}
@media (max-width: 767px) {
  .cid-tWlYQkFSCy .opinion-stars {
    margin-bottom: 13px;
  }
}
.cid-tWlYQkFSCy .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3px 3px;
}
.cid-tWlYQkFSCy .iconfont-wrapper .mbr-iconfont {
  font-size: 21px;
  color: #3e1fff;
}
.cid-tWlYQkFSCy .card-title {
  width: 100%;
  color: #fafafa;
  margin-bottom: 1rem;
  margin-top: 8px;
}
.cid-tWlYQkFSCy .mbr-text {
  width: 100%;
  color: #fafafa;
  opacity: 0.75;
  margin-bottom: 40px !important;
}
@media (max-width: 767px) {
  .cid-tWlYQkFSCy .mbr-text {
    margin-bottom: 24px !important;
  }
}
.cid-tWlYQkFSCy .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 16px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tWlYQkFSCy .image-wrapper {
    width: 48px;
    height: 48px;
  }
}
.cid-tWlYQkFSCy .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tWlYQkFSCy .name-text {
  color: #161616;
  width: 100%;
  margin-bottom: 0;
}
.cid-tWlYQkFSCy .prof-text {
  max-width: 350px;
  color: #000000;
  opacity: 0.75;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tWlYQkFSCy .prof-text {
    max-width: 100%;
    width: 100%;
  }
}
.cid-tWlYQkFSCy .circle-blur {
  position: absolute;
  top: 5%;
  left: 5%;
  bottom: auto;
  display: block;
  width: 440px;
  height: 440px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(132deg, #99f5fe 27%, #99f5fe 50%, #4568ae 79%);
  opacity: .97;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
.cid-tWlYQlmcJ8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0b0;
}
.cid-tWlYQlmcJ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWlYQlmcJ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWlYQlmcJ8 .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tWlYQlmcJ8 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tWlYQlmcJ8 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tWlYQlmcJ8 .card-wrapper {
    padding: 4rem;
  }
}
.cid-tWlYQlmcJ8 .mbr-text,
.cid-tWlYQlmcJ8 .mbr-section-btn {
  color: #000000;
}
.cid-tWlYQlmcJ8 .card-title,
.cid-tWlYQlmcJ8 .card-box {
  text-align: left;
  color: #000000;
}
.cid-tWlYQlOZSr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #4479d9;
}
.cid-tWlYQlOZSr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWlYQlOZSr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tWlYQlOZSr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tWlYQlOZSr .row {
  flex-direction: row-reverse;
}
.cid-tWlYQlOZSr img {
  width: 100%;
}
.cid-tWlYQmchph {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0b0;
}
.cid-tWlYQmchph .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWlYQmchph .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWlYQmchph .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tWlYQmchph .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tWlYQmchph .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tWlYQmchph .card-wrapper {
    padding: 4rem;
  }
}
.cid-tWlYQmchph .mbr-text,
.cid-tWlYQmchph .mbr-section-btn {
  color: #000000;
}
.cid-tWlYQmchph .card-title,
.cid-tWlYQmchph .card-box {
  text-align: left;
  color: #000000;
}
.cid-tWmqASFDj9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tWmqASFDj9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWmqASFDj9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWmqASFDj9 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tWmqASFDj9 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWmqASFDj9 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tWmqASFDj9 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWmqASFDj9 .container {
    padding: 0 12px;
  }
}
.cid-tWmqASFDj9 .title-wrapper {
  padding: 64px;
  background-color: #fff0b0;
  border-radius: 32px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tWmqASFDj9 .title-wrapper {
    margin-bottom: 32px;
    height: auto;
    padding: 24px;
  }
}
.cid-tWmqASFDj9 .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-tWmqASFDj9 .title-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .6;
}
.cid-tWmqASFDj9 .panel-group {
  padding: 64px;
  background-color: #fff0b0;
  border-radius: 32px;
}
@media (max-width: 992px) {
  .cid-tWmqASFDj9 .panel-group {
    padding: 24px;
  }
}
.cid-tWmqASFDj9 .panel-group .card {
  border: 1px solid #bbbbbb;
  border-radius: 32px !important;
  background-color: #4479d9;
  margin-bottom: 32px;
}
.cid-tWmqASFDj9 .panel-group .card .card-header {
  padding: 32px;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-tWmqASFDj9 .panel-group .card .card-header {
    padding: 24px;
  }
}
.cid-tWmqASFDj9 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tWmqASFDj9 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(90deg);
}
.cid-tWmqASFDj9 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tWmqASFDj9 .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  background-color: #ffffff;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  font-size: 23px;
  color: #000000;
}
.cid-tWmqASFDj9 .panel-group .card .panel-collapse .panel-body {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-tWmqASFDj9 .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 24px;
  }
}
.cid-tWmqASFDj9 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .6;
}
.cid-tWmqASFDj9 .mbr-section-title {
  color: #000000;
}
.cid-tWmqASFDj9 .mbr-text {
  color: #ffffff;
}
.cid-tWmqASFDj9 .panel-title-edit {
  color: #000000;
}
.cid-tWmqASFDj9 .panel-text {
  color: #ffffff;
}
.cid-tWlYQmB90F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4479d9;
}
.cid-tWlYQmB90F .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWlYQmB90F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWlYQmB90F .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tWlYQmB90F .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tWlYQmB90F .container {
    padding: 0 16px;
  }
}
.cid-tWlYQmB90F .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-tWlYQmB90F .row {
    margin: 0 10px;
  }
}
.cid-tWlYQmB90F .row .card {
  padding: 0;
}
.cid-tWlYQmB90F .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tWlYQmB90F .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tWlYQmB90F .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tWlYQmB90F .google-map iframe {
  height: 500px;
  border: 10px solid #f9a600 !important;
  border-radius: 20px !important;
  background-color: #f9a600 !important;
}
@media (max-width: 992px) {
  .cid-tWlYQmB90F .google-map iframe {
    height: 350px;
  }
}
.cid-tWlYQmB90F .mbr-section-title {
  color: #fdfcfc;
}
.cid-tWlYQn81fM {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #fff0b0;
}
.cid-tWlYQn81fM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWlYQn81fM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWlYQn81fM .row {
  justify-content: space-between;
}
.cid-tWlYQn81fM .mbr-section-title {
  margin: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tWlYQn81fM .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tWlYQn81fM .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tWlYQn81fM .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-tWlYQn81fM .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #000000;
}
.cid-tWlYQn81fM .list li {
  margin-bottom: 25px;
}
.cid-tWlYQn81fM .list li:last-child {
  margin-bottom: 0;
}
.cid-tWlYQn81fM .mbr-desc {
  margin-bottom: 8px;
}
.cid-tWlYQn81fM .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tWlYQn81fM .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-tWlYQn81fM .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #47b5ed;
}
.cid-tWlYQn81fM .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #14204b;
  transition: all .3s ease;
}
.cid-tWlYQn81fM .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #005241;
  text-align: center;
}
.cid-tWlYQn81fM .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #14204b;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-tWlYQn81fM .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-tWlYQn81fM .mbr-desc,
.cid-tWlYQn81fM .mbr-iconfont {
  color: #000000;
}
.cid-tWlYQn81fM .mbr-text,
.cid-tWlYQn81fM .mbr-section-btn {
  color: #000000;
}
.cid-tWm8n2u56a {
  background-color: transparent;
}
.cid-tWm8n2u56a .navbar-dropdown {
  background-color: #fff0b0 !important;
  padding: 0;
}
.cid-tWm8n2u56a .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fff0b0 !important;
  background: #fff0b0;
}
.cid-tWm8n2u56a .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWm8n2u56a .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tWm8n2u56a .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tWm8n2u56a .menu_box .navbar.opened,
  .cid-tWm8n2u56a .menu_box .navbar-collapse {
    background-color: #fff0b0 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tWm8n2u56a .navbar-dropdown {
  position: relative !important;
}
.cid-tWm8n2u56a .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tWm8n2u56a .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tWm8n2u56a .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tWm8n2u56a .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tWm8n2u56a .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tWm8n2u56a .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-tWm8n2u56a .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tWm8n2u56a .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tWm8n2u56a .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tWm8n2u56a .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tWm8n2u56a .offcanvas-body .mbr-text,
  .cid-tWm8n2u56a .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tWm8n2u56a .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tWm8n2u56a .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tWm8n2u56a .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-tWm8n2u56a .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tWm8n2u56a .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tWm8n2u56a .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tWm8n2u56a .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tWm8n2u56a ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tWm8n2u56a .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tWm8n2u56a .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tWm8n2u56a .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tWm8n2u56a li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tWm8n2u56a .lg_brand {
    margin: 0 1rem;
  }
  .cid-tWm8n2u56a .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tWm8n2u56a .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tWm8n2u56a .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tWm8n2u56a .nav-item {
    margin: 0 !important;
  }
}
.cid-tWm8n2u56a .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-tWm8n2u56a .nav-item .nav-link:hover,
.cid-tWm8n2u56a .nav-item .nav-link:focus {
  color: #2b45b6 !important;
  text-shadow: 2px 2px 4px #2b45b6;
}
.cid-tWm8n2u56a .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tWm8n2u56a .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tWm8n2u56a .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tWm8n2u56a .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tWm8n2u56a .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tWm8n2u56a .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tWm8n2u56a .offcanvas_box {
    display: none;
  }
}
.cid-tWm8n2u56a .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tWm8n2u56a .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tWm8n2u56a .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tWm8n2u56a .container {
  display: flex;
  margin: auto;
}
.cid-tWm8n2u56a .iconfont-wrapper {
  color: #f2ac2b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tWm8n2u56a .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tWm8n2u56a .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tWm8n2u56a .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tWm8n2u56a .navbar-nav {
    margin: 0;
  }
}
.cid-tWm8n2u56a .dropdown-menu,
.cid-tWm8n2u56a .navbar.opened {
  background-color: false !important;
}
.cid-tWm8n2u56a .nav-item:focus,
.cid-tWm8n2u56a .nav-link:focus {
  outline: none;
}
.cid-tWm8n2u56a .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWm8n2u56a .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWm8n2u56a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWm8n2u56a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWm8n2u56a .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWm8n2u56a .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWm8n2u56a .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tWm8n2u56a .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tWm8n2u56a .navbar.opened {
  transition: all 0.3s;
}
.cid-tWm8n2u56a .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tWm8n2u56a .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-tWm8n2u56a .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tWm8n2u56a .navbar.collapsed {
  justify-content: center;
}
.cid-tWm8n2u56a .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWm8n2u56a .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tWm8n2u56a .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWm8n2u56a .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWm8n2u56a .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWm8n2u56a .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tWm8n2u56a .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tWm8n2u56a .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tWm8n2u56a .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-tWm8n2u56a .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWm8n2u56a .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWm8n2u56a .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tWm8n2u56a .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWm8n2u56a .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tWm8n2u56a .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWm8n2u56a .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tWm8n2u56a .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tWm8n2u56a .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tWm8n2u56a .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tWm8n2u56a .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWm8n2u56a .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tWm8n2u56a .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWm8n2u56a .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWm8n2u56a .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWm8n2u56a .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWm8n2u56a .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-tWm8n2u56a .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWm8n2u56a .dropdown-item.active,
.cid-tWm8n2u56a .dropdown-item:active {
  background-color: transparent;
}
.cid-tWm8n2u56a .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-tWm8n2u56a .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWm8n2u56a .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWm8n2u56a .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWm8n2u56a ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tWm8n2u56a .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWm8n2u56a button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fff0b0;
  background: #ffe885;
}
.cid-tWm8n2u56a button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-tWm8n2u56a button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWm8n2u56a button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWm8n2u56a button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWm8n2u56a button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWm8n2u56a nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWm8n2u56a nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWm8n2u56a nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWm8n2u56a nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWm8n2u56a a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tWm8n2u56a .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWm8n2u56a .navbar {
    height: 70px;
  }
  .cid-tWm8n2u56a .navbar.opened {
    height: auto;
  }
  .cid-tWm8n2u56a .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWm8n2u56a .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tWm8n2u56a .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-tWm8n2u56a .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tWm8n2u56a .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tWm8n2u56a .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-tWm8n2u56a .navbar-caption:hover {
  color: #2b45b6;
}
@media (min-width: 992px) {
  .cid-tWm8n2u56a .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tWm8n2u56a .text_widget {
  margin-bottom: 32px;
}
.cid-tWm8n2u56a .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tWm8n2u56a .text_widget a:hover,
.cid-tWm8n2u56a .text_widget a:focus {
  opacity: .6;
}
.cid-tWm8n2u56a .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-tWm8n2u56a .navbar-caption {
  color: #f2ac2b;
}
.cid-tWm8n2u56a .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tWm8n2u56a .mbr-section-subtitle,
.cid-tWm8n2u56a .text_widget,
.cid-tWm8n2u56a .mbr-section-btn {
  text-align: center;
}
.cid-tWm8n2u56a a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tWm8n3oMaN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4479d9;
}
.cid-tWm8n3oMaN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWm8n3oMaN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tWm8n3oMaN .container {
    padding: 0 20px;
  }
}
.cid-tWm8n3oMaN .row {
  margin-top: -2px;
}
.cid-tWm8n3oMaN .card {
  padding: 0;
}
.cid-tWm8n3oMaN .image-wrapper {
  border: 2px solid #fff0b0;
}
.cid-tWm8n3oMaN .image-wrapper img {
  height: 650px;
  width: 70%;
  object-fit: cover;
  border-bottom-right-radius: 45rem;
}
@media (max-width: 992px) {
  .cid-tWm8n3oMaN .image-wrapper img {
    height: 450px;
    width: 100%;
  }
}
.cid-tWm8n3oMaN .title-wrapper {
  border: 2px solid #fff0b0;
  border-top: none;
  padding: 0 64px 64px;
  margin-top: -4rem;
}
@media (max-width: 992px) {
  .cid-tWm8n3oMaN .title-wrapper {
    padding: 0 20px 50px;
  }
}
@media (max-width: 425px) {
  .cid-tWm8n3oMaN .title-wrapper {
    margin-top: -2rem;
  }
}
.cid-tWm8n3oMaN .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tWm8n3oMaN .title-wrapper .text-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tWm8n3oMaN .title-wrapper .text-wrapper {
    display: block;
  }
}
.cid-tWm8n3oMaN .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
  width: 50%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tWm8n3oMaN .title-wrapper .text-wrapper .mbr-text {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-tWm8n3oMaN .title-wrapper .text-wrapper .mbr-section-btn {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tWm8n3oMaN .title-wrapper .text-wrapper .mbr-section-btn {
    width: 100%;
  }
}
.cid-tWm8n3oMaN .mbr-section-title {
  color: #ffffff;
}
.cid-tWm8n3oMaN .mbr-text {
  color: #ffffff;
}
.cid-tWm8n3oMaN .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-tWm8n3oMaN .mbr-section-btn {
    text-align: left;
  }
}
.cid-tWm8n3TAE9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tWm8n3TAE9 .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-tWm8n3TAE9 .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tWm8n3TAE9 .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-tWm8n3TAE9 .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #2b45b6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWm8n3TAE9 .mbr-text {
  color: #2b45b6;
}
.cid-tWm8n4hszE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0b0;
}
.cid-tWm8n4hszE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWm8n4hszE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWm8n4hszE .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tWm8n4hszE .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tWm8n4hszE .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tWm8n4hszE .card-wrapper {
    padding: 4rem;
  }
}
.cid-tWm8n4hszE .mbr-text,
.cid-tWm8n4hszE .mbr-section-btn {
  text-align: left;
}
.cid-tWm8n4Mo4a {
  padding-top: 3rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tWm8n4Mo4a .row {
  justify-content: center;
}
.cid-tWm8n4Mo4a .col-title {
  margin-bottom: 2.5rem;
}
.cid-tWm8n4Mo4a .mbr-section-title {
  color: #44af69;
}
.cid-tWm8n4Mo4a .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
}
.cid-tWm8n4Mo4a .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .cid-tWm8n4Mo4a .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-tWm8n4Mo4a .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tWm8n4Mo4a .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  overflow: hidden;
}
.cid-tWm8n4Mo4a .card:nth-child(1) .card-box {
  background-color: #4479d9;
}
.cid-tWm8n4Mo4a .card:nth-child(2) .card-box {
  background-color: #4479d9;
}
.cid-tWm8n4Mo4a .card:nth-child(3) .card-box {
  background-color: #4479d9;
}
.cid-tWm8n4Mo4a .card:nth-child(4) .card-box {
  background-color: #ff4545;
}
.cid-tWm8n4Mo4a .card:nth-child(5) .card-box {
  background-color: #ff7f11;
}
.cid-tWm8n4Mo4a .card:nth-child(6) .card-box {
  background-color: #504a24;
}
.cid-tWm8n4Mo4a .card-wrapper {
  height: 100%;
  display: flex;
}
.cid-tWm8n4Mo4a .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 40px;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-tWm8n4Mo4a .card-box {
    padding: 32px;
  }
}
.cid-tWm8n4Mo4a .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.cid-tWm8n4Mo4a .mbr-iconfont {
  display: block;
  font-size: 15px;
  color: #fed243;
  margin-right: 5px;
}
.cid-tWm8n4Mo4a .card-title {
  width: 100%;
  margin-bottom: 0;
}
.cid-tWm8n4Mo4a .card-title-1 {
  color: #fafafa;
  text-align: center;
}
.cid-tWm8n4Mo4a .card-title-2 {
  color: #fafafa;
  text-align: center;
}
.cid-tWm8n4Mo4a .card-title-3 {
  color: #fafafa;
  text-align: center;
}
.cid-tWm8n4Mo4a .card-title-4 {
  color: #F9C9C8;
}
.cid-tWm8n4Mo4a .card-title-5 {
  color: #FDC99C;
}
.cid-tWm8n4Mo4a .card-title-6 {
  color: #FFEDB4;
}
.cid-tWm8n4Mo4a .card-text {
  width: 100%;
  color: #1f1d1a;
  margin-top: 0.5rem;
  margin-bottom: 0;
  text-align: center;
}
.cid-tWm8n4Mo4a .card-name {
  width: 100%;
  color: #44af69;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.cid-tWm8n5SNRw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0b0;
}
.cid-tWm8n5SNRw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWm8n5SNRw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWm8n5SNRw .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tWm8n5SNRw .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tWm8n5SNRw .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tWm8n5SNRw .card-wrapper {
    padding: 4rem;
  }
}
.cid-tWm8n5SNRw .mbr-text,
.cid-tWm8n5SNRw .mbr-section-btn {
  color: #000000;
}
.cid-tWm8n5SNRw .card-title,
.cid-tWm8n5SNRw .card-box {
  text-align: left;
  color: #000000;
}
.cid-tWm8n6m65T {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #4479d9;
}
.cid-tWm8n6m65T .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWm8n6m65T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWm8n6m65T .col-title {
  margin-bottom: 2.5rem;
}
.cid-tWm8n6m65T .mbr-section-title {
  color: #ffffff;
}
.cid-tWm8n6m65T .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-tWm8n6m65T .cards-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (max-width: 639px) {
  .cid-tWm8n6m65T .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tWm8n6m65T .card-box {
  width: 100%;
}
.cid-tWm8n6m65T .image-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-top: 32px;
}
.cid-tWm8n6m65T .iconfont-wrapper {
  padding: 8px;
}
.cid-tWm8n6m65T .mbr-iconfont {
  font-size: 92px;
  color: #000000;
}
.cid-tWm8n6m65T .card-container {
  width: 100%;
  padding: 32px;
}
.cid-tWm8n6m65T .card-title {
  color: #fafafa;
  margin-bottom: 0;
}
.cid-tWm8n6m65T .card-text {
  color: #FEF9EE;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.cid-tWm8n6m65T .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-tWm8n7cx40 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0b0;
}
.cid-tWm8n7cx40 .mbr-section-subtitle {
  color: #000000;
}
.cid-tWm8n7cx40 .mbr-text {
  color: #000000;
}
.cid-tWm8n7PU7N {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #4479d9;
}
.cid-tWm8n7PU7N .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWm8n7PU7N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWm8n7PU7N .mbr-section-head {
  width: 100%;
  margin-bottom: 3rem;
}
.cid-tWm8n7PU7N .mbr-section-title {
  color: #fafafa;
  margin-bottom: 0;
  text-align: center;
}
.cid-tWm8n7PU7N .mbr-section-subtitle {
  color: #232323;
  margin-top: 20px;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tWm8n7PU7N .col-img {
    padding-bottom: 2rem;
    margin: auto;
  }
}
.cid-tWm8n7PU7N .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #fcf0d5;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-tWm8n7PU7N .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  opacity: 0;
  transition: .3s all;
}
.cid-tWm8n7PU7N .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-tWm8n7PU7N .panel-group {
  border: none;
  border-top: 1px solid #0b253e;
  margin-top: 10px;
  border-radius: 0;
}
@media (max-width: 991px) {
  .cid-tWm8n7PU7N .panel-group {
    margin-top: 0;
  }
}
.cid-tWm8n7PU7N .card {
  border-bottom: 1px solid #0b253e;
  border-radius: 0 !important;
}
.cid-tWm8n7PU7N .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-tWm8n7PU7N .card-header {
    padding: 8px 0;
  }
}
.cid-tWm8n7PU7N img,
.cid-tWm8n7PU7N .img-wrap,
.cid-tWm8n7PU7N .img-box {
  height: 100%;
  object-fit: cover;
  min-height: 300px;
}
.cid-tWm8n7PU7N .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-tWm8n7PU7N .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-tWm8n7PU7N .panel-title-edit {
  color: #fafafa;
}
.cid-tWm8n7PU7N .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-tWm8n7PU7N .panel-body {
    padding: 0 0 24px;
  }
}
.cid-tWm8n7PU7N .panel-text {
  color: #ffffff;
  margin: 0;
}
.cid-tWm8n7PU7N .mbr-section-subtitle,
.cid-tWm8n7PU7N .mbr-section-btn {
  text-align: left;
}
.cid-tWm8n8NuzE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0b0;
}
.cid-tWm8n8NuzE blockquote {
  border-color: #ca6e33;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tWm8n9gTra {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4479d9;
}
.cid-tWm8n9gTra .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWm8n9gTra .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tWm8n9gTra .container {
    padding: 0 20px;
  }
}
.cid-tWm8n9gTra .row {
  margin: 0;
}
.cid-tWm8n9gTra .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tWm8n9gTra .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tWm8n9gTra .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-tWm8n9gTra .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-tWm8n9gTra .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tWm8n9gTra .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-tWm8n9gTra .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-tWm8n9OhQ5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0b0;
}
.cid-tWm8n9OhQ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWm8n9OhQ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWm8n9OhQ5 .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tWm8n9OhQ5 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tWm8n9OhQ5 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tWm8n9OhQ5 .card-wrapper {
    padding: 4rem;
  }
}
.cid-tWm8n9OhQ5 .mbr-text,
.cid-tWm8n9OhQ5 .mbr-section-btn {
  color: #000000;
}
.cid-tWm8n9OhQ5 .card-title,
.cid-tWm8n9OhQ5 .card-box {
  text-align: left;
  color: #000000;
}
.cid-tWm8nalXcJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
  position: relative;
  overflow: hidden;
}
.cid-tWm8nalXcJ .row {
  justify-content: center;
}
.cid-tWm8nalXcJ .title-container {
  max-width: 720px;
  padding: 0;
  margin-bottom: 80px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-tWm8nalXcJ .title-container {
    margin-bottom: 64px;
  }
}
@media (max-width: 767px) {
  .cid-tWm8nalXcJ .title-container {
    margin-bottom: 56px;
  }
}
.cid-tWm8nalXcJ .mbr-section-title {
  color: #6148ff;
}
.cid-tWm8nalXcJ .mbr-section-subtitle {
  color: #161616;
  margin-top: 24px;
}
.cid-tWm8nalXcJ .grid-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 80px;
  grid-row-gap: 0;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tWm8nalXcJ .grid-container {
    grid-column-gap: 48px;
  }
}
@media (max-width: 767px) {
  .cid-tWm8nalXcJ .grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-tWm8nalXcJ .content-container {
  display: flex;
  padding: 0 !important;
}
.cid-tWm8nalXcJ .text-container {
  margin-bottom: 24px;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .cid-tWm8nalXcJ .text-container {
    margin-bottom: 56px;
    padding: 0;
  }
}
.cid-tWm8nalXcJ .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  flex-grow: 1;
}
.cid-tWm8nalXcJ .text-padding {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0;
}
.cid-tWm8nalXcJ .opinion-stars {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 21px;
}
@media (max-width: 767px) {
  .cid-tWm8nalXcJ .opinion-stars {
    margin-bottom: 13px;
  }
}
.cid-tWm8nalXcJ .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3px 3px;
}
.cid-tWm8nalXcJ .iconfont-wrapper .mbr-iconfont {
  font-size: 21px;
  color: #3e1fff;
}
.cid-tWm8nalXcJ .card-title {
  width: 100%;
  color: #fafafa;
  margin-bottom: 1rem;
  margin-top: 8px;
}
.cid-tWm8nalXcJ .mbr-text {
  width: 100%;
  color: #fafafa;
  opacity: 0.75;
  margin-bottom: 40px !important;
}
@media (max-width: 767px) {
  .cid-tWm8nalXcJ .mbr-text {
    margin-bottom: 24px !important;
  }
}
.cid-tWm8nalXcJ .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 16px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tWm8nalXcJ .image-wrapper {
    width: 48px;
    height: 48px;
  }
}
.cid-tWm8nalXcJ .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tWm8nalXcJ .name-text {
  color: #161616;
  width: 100%;
  margin-bottom: 0;
}
.cid-tWm8nalXcJ .prof-text {
  max-width: 350px;
  color: #000000;
  opacity: 0.75;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tWm8nalXcJ .prof-text {
    max-width: 100%;
    width: 100%;
  }
}
.cid-tWm8nalXcJ .circle-blur {
  position: absolute;
  top: 5%;
  left: 5%;
  bottom: auto;
  display: block;
  width: 440px;
  height: 440px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(132deg, #99f5fe 27%, #99f5fe 50%, #4568ae 79%);
  opacity: .97;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
.cid-tWm8nbkh0C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0b0;
}
.cid-tWm8nbkh0C .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWm8nbkh0C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWm8nbkh0C .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tWm8nbkh0C .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tWm8nbkh0C .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tWm8nbkh0C .card-wrapper {
    padding: 4rem;
  }
}
.cid-tWm8nbkh0C .mbr-text,
.cid-tWm8nbkh0C .mbr-section-btn {
  color: #000000;
}
.cid-tWm8nbkh0C .card-title,
.cid-tWm8nbkh0C .card-box {
  text-align: left;
  color: #000000;
}
.cid-tWm8nbQSy1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #4479d9;
}
.cid-tWm8nbQSy1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWm8nbQSy1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tWm8nbQSy1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tWm8nbQSy1 .row {
  flex-direction: row-reverse;
}
.cid-tWm8nbQSy1 img {
  width: 100%;
}
.cid-tWm8nclE8f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0b0;
}
.cid-tWm8nclE8f .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWm8nclE8f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWm8nclE8f .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tWm8nclE8f .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tWm8nclE8f .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tWm8nclE8f .card-wrapper {
    padding: 4rem;
  }
}
.cid-tWm8nclE8f .mbr-text,
.cid-tWm8nclE8f .mbr-section-btn {
  color: #000000;
}
.cid-tWm8nclE8f .card-title,
.cid-tWm8nclE8f .card-box {
  text-align: left;
  color: #000000;
}
.cid-tWmubcb7O6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tWmubcb7O6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWmubcb7O6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWmubcb7O6 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tWmubcb7O6 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWmubcb7O6 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tWmubcb7O6 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWmubcb7O6 .container {
    padding: 0 12px;
  }
}
.cid-tWmubcb7O6 .title-wrapper {
  padding: 64px;
  background-color: #fff0b0;
  border-radius: 32px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tWmubcb7O6 .title-wrapper {
    margin-bottom: 32px;
    height: auto;
    padding: 24px;
  }
}
.cid-tWmubcb7O6 .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-tWmubcb7O6 .title-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .6;
}
.cid-tWmubcb7O6 .panel-group {
  padding: 64px;
  background-color: #fff0b0;
  border-radius: 32px;
}
@media (max-width: 992px) {
  .cid-tWmubcb7O6 .panel-group {
    padding: 24px;
  }
}
.cid-tWmubcb7O6 .panel-group .card {
  border: 1px solid #bbbbbb;
  border-radius: 32px !important;
  background-color: #4479d9;
  margin-bottom: 32px;
}
.cid-tWmubcb7O6 .panel-group .card .card-header {
  padding: 32px;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-tWmubcb7O6 .panel-group .card .card-header {
    padding: 24px;
  }
}
.cid-tWmubcb7O6 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tWmubcb7O6 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(90deg);
}
.cid-tWmubcb7O6 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tWmubcb7O6 .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  background-color: #ffffff;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  font-size: 23px;
  color: #000000;
}
.cid-tWmubcb7O6 .panel-group .card .panel-collapse .panel-body {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-tWmubcb7O6 .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 24px;
  }
}
.cid-tWmubcb7O6 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .6;
}
.cid-tWmubcb7O6 .mbr-section-title {
  color: #000000;
}
.cid-tWmubcb7O6 .mbr-text {
  color: #ffffff;
}
.cid-tWmubcb7O6 .panel-title-edit {
  color: #000000;
}
.cid-tWmubcb7O6 .panel-text {
  color: #ffffff;
}
.cid-tWme9uh1du {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4479d9;
}
.cid-tWme9uh1du .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWme9uh1du .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWme9uh1du .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tWme9uh1du .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tWme9uh1du .container {
    padding: 0 16px;
  }
}
.cid-tWme9uh1du .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-tWme9uh1du .row {
    margin: 0 10px;
  }
}
.cid-tWme9uh1du .row .card {
  padding: 0;
}
.cid-tWme9uh1du .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tWme9uh1du .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tWme9uh1du .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tWme9uh1du .google-map iframe {
  height: 500px;
  border: 10px solid #2b45b6 !important;
  border-radius: 20px !important;
  background-color: #2b45b6 !important;
}
@media (max-width: 992px) {
  .cid-tWme9uh1du .google-map iframe {
    height: 350px;
  }
}
.cid-tWme9uh1du .mbr-section-title {
  color: #ffffff;
}
.cid-tWm8ndyfVA {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #fff0b0;
}
.cid-tWm8ndyfVA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWm8ndyfVA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWm8ndyfVA .row {
  justify-content: space-between;
}
.cid-tWm8ndyfVA .mbr-section-title {
  margin: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tWm8ndyfVA .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tWm8ndyfVA .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tWm8ndyfVA .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-tWm8ndyfVA .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #000000;
}
.cid-tWm8ndyfVA .list li {
  margin-bottom: 25px;
}
.cid-tWm8ndyfVA .list li:last-child {
  margin-bottom: 0;
}
.cid-tWm8ndyfVA .mbr-desc {
  margin-bottom: 8px;
}
.cid-tWm8ndyfVA .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tWm8ndyfVA .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-tWm8ndyfVA .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #47b5ed;
}
.cid-tWm8ndyfVA .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #14204b;
  transition: all .3s ease;
}
.cid-tWm8ndyfVA .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #005241;
  text-align: center;
}
.cid-tWm8ndyfVA .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #14204b;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-tWm8ndyfVA .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-tWm8ndyfVA .mbr-desc,
.cid-tWm8ndyfVA .mbr-iconfont {
  color: #000000;
}
.cid-tWm8ndyfVA .mbr-text,
.cid-tWm8ndyfVA .mbr-section-btn {
  color: #000000;
}
