.btn {
  border-width: 2px;
}
body {
  font-family: Syne;
}
.display-1 {
  font-family: 'Syne', sans-serif;
  font-size: 2.9376rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.672rem;
}
.display-2 {
  font-family: 'Syne', sans-serif;
  font-size: 1.875rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.34375rem;
}
.display-4 {
  font-family: 'Syne', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'EB Garamond', serif;
  font-size: 1.4375rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.796875rem;
}
.display-7 {
  font-family: 'Syne', 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: 2.35008rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.05632rem;
    font-size: calc( 1.67816rem + (2.9376 - 1.67816) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.67816rem + (2.9376 - 1.67816) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.15rem;
    font-size: calc( 1.153125rem + (1.4375 - 1.153125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.153125rem + (1.4375 - 1.153125) * ((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 */
.mbr-section-btn {
  text-transform: uppercase;
  margin-top: 24px;
}
.mbr-section-title {
  text-transform: uppercase;
  margin: 0;
}
.price {
  padding: 0;
  margin: 0;
  margin-top: 2px;
}
.mbr-section-subtitle {
  padding: 0;
  margin: 0;
  margin-top: 9px;
}
.mbr-text {
  padding: 0;
  margin: 0;
}
/*.mbr-section-btn {
border: 2px solid @primaryColor;
background-color: rgba(0, 0, 0, 0);
text-transform: uppercase;
display: inline-block;
color: #000000;
margin: 0;
margin-top: 24px;
}

.mbr-section-btn:hover {
background-color: @primaryColor;
border: 2px solid @primaryColor;
}

.btn-txt {
    color: #000000;
    display: inline-block;

}

.mbr-section-btn:hover .btn-txt {
    color: #ffffff;
}*/
.btn {
  padding: 0.6rem 2.8rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 2.8rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 2.8rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 2.8rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #4030b4 !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: #4030b4 !important;
  border-color: #4030b4 !important;
  color: #000000 !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: #281e70 !important;
  border-color: #4030b4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #281e70 !important;
  border-color: #4030b4 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #000000 !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: #ff6666 !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: #ff6666 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #000000 !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: #47b5ed !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: #47b5ed !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #000000 !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: #40b0bf !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: #40b0bf !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ffd10a !important;
  border-color: #ffe161 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffd10a !important;
  border-color: #ffe161 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #000000 !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: #ff9966 !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: #ff9966 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #000000 !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: #ffffff !important;
  background-color: #d4d4d4 !important;
  border-color: #ffffff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #ffffff !important;
  background-color: #d4d4d4 !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !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: #2b2b2b !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: #2b2b2b !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #4030b4;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #4030b4 !important;
  border-color: #4030b4;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4030b4 !important;
  border-color: #4030b4 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666;
  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: #47b5ed;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed;
  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: #40b0bf;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf;
  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: #ffe161;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background-color: #ffe161 !important;
  border-color: #ffe161;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966;
  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: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #4030b4 !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: #ffffff;
}
.text-black {
  color: #000000;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ff0000 !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: #000000;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #ffffff;
}
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;
  transition: all 0.2s ease-in-out;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  /*transition: background-position 0s ease-in-out;*/
  /*background-image: linear-gradient(currentColor 50%, currentColor 50%);*/
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #4030b4;
}
.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: #4030b4;
  border-color: #4030b4;
  /*.color: contrast(@primaryColor, darken(@primaryColor, 45%), #ffffff, 60%);*/
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #4030b4;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #9085de;
}
.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: 'Syne', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  /*border-color: @primaryColor!important;*/
}
.form-control:-webkit-input-placeholder {
  font-family: 'Syne', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #4030b4;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4030b4;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0s ease;
}
.jq-number__spin:hover {
  border-color: #4030b4;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0s;
  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: #4030b4;
  border-bottom-color: #4030b4;
}
.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: #4030b4 !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='%234030b4' %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 0s;
}
.cid-sv2vBMRHby {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffb18a;
}
.cid-sv2vBMRHby .item-wrapper {
  width: 100%;
}
.cid-sv2vBMRHby .left-side {
  text-align: left;
  padding-left: 5rem;
}
.cid-sv2vBMRHby .row {
  align-items: center;
}
@media (max-width: 600px) {
  .cid-sv2vBMRHby .mbr-section-btn {
    margin-bottom: 25px;
  }
}
.cid-sv2vBMRHby .mbr-section-subtitle {
  color: #626262;
}
.cid-sv2vBMRHby .row {
  flex-direction: row-reverse;
}
.cid-sv2vBMRHby .left-side {
  padding-left: 15px;
  padding-right: 5rem;
}
@media (max-width: 690px) {
  .cid-sv2vBMRHby .mbr-section-title {
    margin-top: 25px;
  }
  .cid-sv2vBMRHby .left-side {
    padding-right: 15px;
    padding-left: 15px;
  }
  .cid-sv2vBMRHby .right-side {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.cid-sv2vBMRHby .button-align {
  width: 100%;
}
.cid-sv2vBMRHby .mbr-text {
  padding-top: 10px;
}
.cid-sv2wrdrnE2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sv2wrdrnE2 .card-wrapper {
  border-radius: 4px;
  background: #ff9966;
}
@media (min-width: 992px) {
  .cid-sv2wrdrnE2 .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sv2wrdrnE2 .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sv2wrdrnE2 .text-box {
    padding: 2rem;
  }
}
.cid-sv2wrdrnE2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sv2wrdrnE2 .lin {
  position: relative;
  display: inline;
  color: #626262;
  text-transform: uppercase;
  margin-top: 1.25rem;
}
.cid-sv2wrdrnE2 .line {
  left: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: #4030b4;
  opacity: 0;
}
.cid-sv2wrdrnE2 .lin:hover .line {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 0.3s;
}
.cid-sv2wrdrnE2 .small-img {
  width: 40%;
  margin: auto;
}
.cid-sv2wrdrnE2 .text-box {
  text-align: center;
}
.cid-sv2wrdrnE2 .mbr-section-title {
  text-align: center;
}
.cid-sv2wrdrnE2 .mbr-text {
  padding-top: 10px;
}
.cid-sv2wrdrnE2 .mbr-section-subtitle {
  color: #626262;
}
.cid-sv2wrdrnE2 .text-white:hover {
  color: #000000 !important;
}
.cid-sv2yR4hXdk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sv2yR4hXdk .carousel,
.cid-sv2yR4hXdk .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sv2yR4hXdk .item-wrapper {
  width: 100%;
}
.cid-sv2yR4hXdk .carousel-caption {
  bottom: 40px;
}
.cid-sv2yR4hXdk .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sv2yR4hXdk .carousel-control {
  color: #000000;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 50px;
  transition: all 0.3s;
}
.cid-sv2yR4hXdk .carousel-control.carousel-control-prev {
  left: -100px;
  margin-left: 2.5rem;
}
.cid-sv2yR4hXdk .carousel-control.carousel-control-next {
  right: -100px;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sv2yR4hXdk .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sv2yR4hXdk .carousel-control:hover {
  color: #4030b4;
}
.cid-sv2yR4hXdk .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
@media (min-width: 990px) {
  .cid-sv2yR4hXdk .mobi-mbri-arrow-next {
    margin-left: -50px;
  }
  .cid-sv2yR4hXdk .mobi-mbri-arrow-prev {
    margin-right: -50px;
  }
}
.cid-sv2yR4hXdk .carousel-indicators {
  display: none;
}
.cid-sv2yR4hXdk .text-content {
  width: 100%;
}
.cid-sv2yR4hXdk .left-side {
  text-align: left;
}
.cid-sv2yR4hXdk .row {
  align-items: center;
}
@media (max-width: 600px) {
  .cid-sv2yR4hXdk .carousel-control {
    display: none;
  }
}
.cid-sv2yR4hXdk .mbr-section-subtitle {
  color: #ffffff;
  text-transform: uppercase;
}
.cid-sv2yR4hXdk .mbr-text {
  color: #ffffff;
  padding-top: 10px;
  text-align: left;
}
.cid-sv2z7cxJi8 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sv2z7cxJi8 .item-wrapper {
  width: 100%;
}
.cid-sv2z7cxJi8 .left-side {
  text-align: left;
  padding: 5rem;
}
.cid-sv2z7cxJi8 .row {
  align-items: center;
}
@media (max-width: 600px) {
  .cid-sv2z7cxJi8 .mbr-section-btn {
    margin-bottom: 25px;
  }
  .cid-sv2z7cxJi8 .mbr-section-title {
    margin-top: 25px;
  }
  .cid-sv2z7cxJi8 .rating {
    padding-top: 20px;
  }
  .cid-sv2z7cxJi8 .left-side {
    padding: 2rem 1rem;
  }
}
.cid-sv2z7cxJi8 .mbr-section-subtitle {
  color: #000000;
}
.cid-sv2z7cxJi8 .mbr-text {
  color: #000000;
  padding-top: 10px;
  text-align: left;
}
.cid-sv2z7cxJi8 .row {
  flex-direction: row-reverse;
}
.cid-sv2z7cxJi8 .iconfont-wrapper {
  display: flex;
  justify-content: center;
}
.cid-sv2wZI9udm {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffb18a;
}
.cid-sv2wZI9udm img {
  border-radius: 0px;
}
.cid-sv2wZI9udm .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-sv2wZI9udm .date {
  text-transform: uppercase;
  color: #4030b4;
  text-align: left;
  padding-top: 1rem;
}
.cid-sv2wZI9udm .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-sv2wZI9udm .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-sv2wZI9udm .right {
  display: flex;
  flex-direction: column;
}
.cid-sv2wZI9udm .mbr-section-btn {
  border: 2px solid #4030b4;
  width: auto;
}
.cid-sv2wZI9udm .mbr-section-btn:hover {
  background-color: #4030b4;
  border: 2px solid #4030b4;
}
.cid-sv2wZI9udm .card-heading {
  padding-top: 0;
  text-align: center;
}
.cid-sv2wZI9udm .mbr-text {
  padding-top: 10px;
  text-align: center;
}
.cid-tQubuGGtop {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tQubuGGtop img {
  border-radius: 0px;
  padding-bottom: 16px;
}
.cid-tQubuGGtop .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 15px;
}
.cid-tQubuGGtop .date {
  text-transform: uppercase;
  color: #4030b4;
  text-align: left;
  padding-bottom: 2px;
}
.cid-tQubuGGtop .right {
  display: flex;
  flex-direction: column;
}
.cid-tQubuGGtop .heading {
  margin: 0;
  padding: 0;
  padding-bottom: 100px;
  text-align: center;
}
.cid-tQubuGGtop .card-heading {
  padding-bottom: 12px;
  text-align: center;
}
.cid-tQubuGGtop .p {
  padding-bottom: 20px;
  text-align: center;
}
.cid-tQubuGGtop .last-p {
  padding-bottom: 0;
}
.cid-ujU9iZMRYd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffb18a;
}
.cid-ujU9iZMRYd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujU9iZMRYd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujU9iZMRYd .title-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ujU9iZMRYd .title-wrapper {
    padding: 0;
  }
}
.cid-ujU9iZMRYd .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-ujU9iZMRYd .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-ujU9iZMRYd .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-ujU9iZMRYd .content-wrapper {
  background-color: #f7e8f4;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ujU9iZMRYd .content-wrapper {
    display: block;
  }
}
.cid-ujU9iZMRYd .content-wrapper .content-wrap {
  padding: 100px 60px 100px;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-ujU9iZMRYd .content-wrapper .content-wrap {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-ujU9iZMRYd .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-ujU9iZMRYd .content-wrapper .content-wrap .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-ujU9iZMRYd .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-ujU9iZMRYd .content-wrapper .image-wrapper {
  position: relative;
  width: 40%;
  min-height: 350px;
}
@media (max-width: 1200px) {
  .cid-ujU9iZMRYd .content-wrapper .image-wrapper {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-ujU9iZMRYd .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-ujU9iZMRYd .content-wrapper .image-wrapper .image-wrap {
  height: 100%;
}
.cid-ujU9iZMRYd .content-wrapper .image-wrapper .image-wrap img {
  height: 100%;
  width: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ujU9iZMRYd .content-wrapper .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-ujU9iZMRYd .content-wrapper .image-wrapper .price-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 32px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ujU9iZMRYd .content-wrapper .image-wrapper .price-wrapper {
    padding: 22px;
    position: static;
    min-height: auto;
    width: 100%;
    display: block;
    transform: none;
  }
}
.cid-ujU9iZMRYd .content-wrapper .image-wrapper .price-wrapper .price-wrap {
  width: 100%;
}
.cid-ujU9iZMRYd .content-wrapper .image-wrapper .price-wrapper .price-wrap .mbr-price {
  margin-bottom: 10px;
}
.cid-ujU9iZMRYd .content-wrapper .image-wrapper .price-wrapper .price-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-ujU9iZMRYd .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-ujU9iZMRYd .mbr-text {
  color: #51565c;
}
.cid-ujU9iZMRYd .mbr-price {
  color: #ff8576;
}
.cid-ujU9iZMRYd .mbr-desc {
  color: #ff8576;
}
.cid-ujU9iZMRYd .mbr-text,
.cid-ujU9iZMRYd .mbr-section-btn {
  color: #000000;
}
.cid-tQucO0k0AO {
  overflow: hidden;
  background-image: url("../../../assets/images/9-2000x1200.jpg");
}
.cid-tQucO0k0AO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQucO0k0AO .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-tQucO0k0AO .container {
    padding: 0 28px;
  }
}
.cid-tQucO0k0AO .row {
  justify-content: center;
}
.cid-tQucO0k0AO .card-wrapper {
  border: 1px solid #707070;
  padding: 70px 80px;
  background-color: #ff9966;
  display: flex;
  justify-content: space-between;
  border-radius: 0 !important;
}
@media (max-width: 1200px) {
  .cid-tQucO0k0AO .card-wrapper {
    padding: 70px 40px;
  }
}
@media (max-width: 992px) {
  .cid-tQucO0k0AO .card-wrapper {
    padding: 100px 28px;
  }
}
@media (max-width: 768px) {
  .cid-tQucO0k0AO .card-wrapper {
    display: block;
  }
}
.cid-tQucO0k0AO .card-wrapper .image-wrapper img {
  width: 170px;
  height: 170px;
  margin-right: 30px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tQucO0k0AO .card-wrapper .image-wrapper img {
    margin: 0 auto 30px;
    width: 100%;
  }
}
.cid-tQucO0k0AO .card-wrapper .content-wrap {
  width: 100%;
}
.cid-tQucO0k0AO .card-wrapper .content-wrap .mbr-name {
  margin-bottom: 10px;
}
.cid-tQucO0k0AO .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 5px;
}
.cid-tQucO0k0AO .card-wrapper .content-wrap .social-wrapper {
  margin-top: 25px;
}
.cid-tQucO0k0AO .card-wrapper .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-tQucO0k0AO .card-wrapper .content-wrap .social-wrapper .social-wrap .social-item {
  display: inline-flex;
  margin-right: 15px;
}
.cid-tQucO0k0AO .card-wrapper .content-wrap .social-wrapper .social-wrap .social-item:hover .mbr-soc::after,
.cid-tQucO0k0AO .card-wrapper .content-wrap .social-wrapper .social-wrap .social-item:focus .mbr-soc::after {
  width: 100%;
}
.cid-tQucO0k0AO .card-wrapper .content-wrap .social-wrapper .social-wrap .social-item .mbr-soc {
  margin-bottom: 0;
  position: relative;
}
.cid-tQucO0k0AO .card-wrapper .content-wrap .social-wrapper .social-wrap .social-item .mbr-soc::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 5px;
  transition: all 0.3s ease-in-out;
  background-color: #4030b4;
}
.cid-tQucO0k0AO .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tQucO0k0AO .mbr-name {
  color: #000000;
}
.cid-tQucO0k0AO .mbr-soc {
  color: #000000;
}
.cid-tQucO0k0AO .mbr-name,
.cid-tQucO0k0AO .social-wrapper {
  text-align: center;
}
.cid-ujUbtGKSmI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ujUbtGKSmI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujUbtGKSmI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujUbtGKSmI .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-ujUbtGKSmI .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ujUbtGKSmI .container {
    padding: 0 16px;
  }
}
.cid-ujUbtGKSmI .card {
  justify-content: center;
}
.cid-ujUbtGKSmI .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #c6f15c;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-ujUbtGKSmI .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ujUbtGKSmI .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-ujUbtGKSmI .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-ujUbtGKSmI .mbr-section-title {
  color: #000000;
}
.cid-ujUbtGKSmI .mbr-text {
  color: #000000;
}
.cid-ujUbtGKSmI .mbr-desc {
  color: #000000;
}
.cid-ujUbtGKSmI .mbr-section-title,
.cid-ujUbtGKSmI .title-wrapper {
  text-align: center;
}
.cid-uR59GkD0B6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9966;
}
.cid-uR59GkD0B6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR59GkD0B6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR59GkD0B6 .mbr-section-title {
  margin-bottom: 64px;
  color: #000c3f;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uR59GkD0B6 .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uR59GkD0B6 .google-map iframe {
  height: 500px;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-uR59GkD0B6 .google-map iframe {
    height: 300px;
  }
}
.cid-uR59MzW00t {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-uR59MzW00t .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uR59MzW00t .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uR59MzW00t .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #ff9966;
  pointer-events: none;
}
.cid-uR59MzW00t .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #ff9966;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uR59MzW00t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR59MzW00t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR59MzW00t .row {
  justify-content: center;
}
.cid-uR59MzW00t .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uR59MzW00t .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-uR59MzW00t .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uR59MzW00t .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uR59MzW00t .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uR59MzW00t .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uR59MzW00t .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uR59MzW00t .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uR59MzW00t .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uR59MzW00t .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uR59MzW00t .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uR59MzW00t .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uR59MzW00t .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uR59MzW00t .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uR59MzW00t .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-uR59MzW00t .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uR59MzW00t .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uR59MzW00t .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-uR59MzW00t .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-uR59MzW00t .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-uR59MzW00t .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-uR59MzW00t .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #ff9966;
  pointer-events: none;
}
.cid-uR59MzW00t .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uR59MzW00t .mbr-section-title {
  color: #f1f5eb;
}
.cid-uR59MzW00t .mbr-text,
.cid-uR59MzW00t .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uR59MzW00t .mbr-section-btn,
.cid-uR59MzW00t .mbr-section-title {
  text-align: center;
}
.cid-uR59MzW00t .mbr-soc {
  color: #f1f5eb;
}
.cid-uR59MzW00t .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-uR59MzW00t .mbr-copy,
.cid-uR59MzW00t .copy-wrapper {
  color: #000000;
}
.cid-sv2qK02niL .nav-item:focus,
.cid-sv2qK02niL .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sv2qK02niL .nav-item {
    position: relative;
  }
}
.cid-sv2qK02niL .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: #ffffff;
}
.cid-sv2qK02niL .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
}
.cid-sv2qK02niL .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sv2qK02niL .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-sv2qK02niL .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-sv2qK02niL .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sv2qK02niL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sv2qK02niL .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sv2qK02niL .navbar.collapsed .navbar-collapse.show,
.cid-sv2qK02niL .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sv2qK02niL .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sv2qK02niL .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sv2qK02niL .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sv2qK02niL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sv2qK02niL .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-sv2qK02niL .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sv2qK02niL .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
.cid-sv2qK02niL .navbar.collapsed .right-menu,
.cid-sv2qK02niL .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sv2qK02niL .navbar .navbar-collapse.show,
  .cid-sv2qK02niL .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-sv2qK02niL .navbar .navbar-collapse.show .brand-container,
  .cid-sv2qK02niL .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sv2qK02niL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sv2qK02niL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sv2qK02niL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sv2qK02niL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sv2qK02niL .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-sv2qK02niL .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sv2qK02niL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sv2qK02niL .navbar .right-menu,
  .cid-sv2qK02niL .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sv2qK02niL .navbar.navbar-short {
  min-height: 60px;
}
.cid-sv2qK02niL .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-sv2qK02niL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sv2qK02niL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-sv2qK02niL .navbar {
    padding-left: 65px;
    padding-right: 65px;
  }
}
.cid-sv2qK02niL .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sv2qK02niL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sv2qK02niL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sv2qK02niL .dropdown-item.active,
.cid-sv2qK02niL .dropdown-item:active {
  background-color: transparent;
}
.cid-sv2qK02niL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sv2qK02niL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-sv2qK02niL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sv2qK02niL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sv2qK02niL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sv2qK02niL ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sv2qK02niL ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sv2qK02niL .navbar-buttons {
  margin-left: auto;
}
.cid-sv2qK02niL button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-sv2qK02niL button.navbar-toggler:hover {
  outline: none;
}
.cid-sv2qK02niL button.navbar-toggler:active {
  outline: none;
}
.cid-sv2qK02niL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sv2qK02niL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sv2qK02niL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sv2qK02niL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sv2qK02niL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sv2qK02niL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sv2qK02niL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-sv2qK02niL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-sv2qK02niL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sv2qK02niL a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-sv2qK02niL .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sv2qK02niL .right-menu,
.cid-sv2qK02niL .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sv2qK02niL .left-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sv2qK02niL .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sv2qK02niL .right-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sv2qK02niL .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sv2qK02niL .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sv2qK02niL .card-wrapper {
  z-index: 3;
}
.cid-sv2qK02niL .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sv2qK02niL .navbar-collapse {
    padding-top: 0;
  }
}
.cid-sv2qK02niL .nav-item:not(:last-child) {
  margin-right: 32px !important;
}
.cid-sv2qK02niL .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-sv2qK02niL .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-sv2qK02niL .nav-link {
  position: relative;
  padding: 0;
  display: inline-block;
}
.cid-sv2qK02niL .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease-in-out;
}
.cid-sv2qK02niL .nav-link:hover .line-animation {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.cid-sv2qK02niL .link {
  padding: 0;
  margin: 0;
}
.cid-sv2qK02niL .dropdown-menu {
  margin-top: 0px;
}
.cid-sv2qK02niL .navbar-caption {
  color: #ffffff;
}
.cid-sv2qK02niL .navbar-caption:hover {
  color: #ffffff;
}
.cid-sv2qK02niL .dropdown-item:hover {
  color: #4030b4 !important;
}
.cid-sv2qK02niL .dropdown-toggle:after {
  display: none;
}
.cid-sv2qK02niL a:hover .line-animation {
  opacity: 1;
}
.cid-sv2qK02niL .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-sv2qK02niL .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sv2qK02niL .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-ujUc0CK7HH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffb18a;
}
.cid-ujUc0CK7HH .item-wrapper {
  width: 100%;
}
.cid-ujUc0CK7HH .left-side {
  text-align: left;
  padding-left: 5rem;
}
.cid-ujUc0CK7HH .row {
  align-items: center;
}
@media (max-width: 600px) {
  .cid-ujUc0CK7HH .mbr-section-btn {
    margin-bottom: 25px;
  }
}
.cid-ujUc0CK7HH .mbr-section-subtitle {
  color: #626262;
}
.cid-ujUc0CK7HH .row {
  flex-direction: row-reverse;
}
.cid-ujUc0CK7HH .left-side {
  padding-left: 15px;
  padding-right: 5rem;
}
@media (max-width: 690px) {
  .cid-ujUc0CK7HH .mbr-section-title {
    margin-top: 25px;
  }
  .cid-ujUc0CK7HH .left-side {
    padding-right: 15px;
    padding-left: 15px;
  }
  .cid-ujUc0CK7HH .right-side {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.cid-ujUc0CK7HH .button-align {
  width: 100%;
}
.cid-ujUc0CK7HH .mbr-text {
  padding-top: 10px;
}
.cid-ujUc0DWuRz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ujUc0DWuRz img {
  border-radius: 0px;
}
.cid-ujUc0DWuRz .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-ujUc0DWuRz .date {
  text-transform: uppercase;
  color: #4030b4;
  text-align: left;
  padding-top: 1rem;
}
.cid-ujUc0DWuRz .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-ujUc0DWuRz .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-ujUc0DWuRz .right {
  display: flex;
  flex-direction: column;
}
.cid-ujUc0DWuRz .mbr-section-btn {
  border: 2px solid #4030b4;
  width: auto;
}
.cid-ujUc0DWuRz .mbr-section-btn:hover {
  background-color: #4030b4;
  border: 2px solid #4030b4;
}
.cid-ujUc0DWuRz .card-heading {
  padding-top: 0;
  text-align: center;
}
.cid-ujUc0DWuRz .mbr-text {
  padding-top: 10px;
  text-align: left;
}
.cid-uR5aaOKJkj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #faebc5;
}
.cid-uR5aaOKJkj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR5aaOKJkj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR5aaOKJkj .mbr-section-title {
  margin-bottom: 64px;
  color: #000c3f;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uR5aaOKJkj .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uR5aaOKJkj .google-map iframe {
  height: 500px;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-uR5aaOKJkj .google-map iframe {
    height: 300px;
  }
}
.cid-ujUc0FJfa9 .nav-item:focus,
.cid-ujUc0FJfa9 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-ujUc0FJfa9 .nav-item {
    position: relative;
  }
}
.cid-ujUc0FJfa9 .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: #ffffff;
}
.cid-ujUc0FJfa9 .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
}
.cid-ujUc0FJfa9 .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ujUc0FJfa9 .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-ujUc0FJfa9 .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-ujUc0FJfa9 .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-ujUc0FJfa9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ujUc0FJfa9 .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-ujUc0FJfa9 .navbar.collapsed .navbar-collapse.show,
.cid-ujUc0FJfa9 .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ujUc0FJfa9 .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-ujUc0FJfa9 .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-ujUc0FJfa9 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ujUc0FJfa9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujUc0FJfa9 .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-ujUc0FJfa9 .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ujUc0FJfa9 .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
.cid-ujUc0FJfa9 .navbar.collapsed .right-menu,
.cid-ujUc0FJfa9 .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-ujUc0FJfa9 .navbar .navbar-collapse.show,
  .cid-ujUc0FJfa9 .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-ujUc0FJfa9 .navbar .navbar-collapse.show .brand-container,
  .cid-ujUc0FJfa9 .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-ujUc0FJfa9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujUc0FJfa9 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ujUc0FJfa9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujUc0FJfa9 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ujUc0FJfa9 .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-ujUc0FJfa9 .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ujUc0FJfa9 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-ujUc0FJfa9 .navbar .right-menu,
  .cid-ujUc0FJfa9 .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-ujUc0FJfa9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ujUc0FJfa9 .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-ujUc0FJfa9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ujUc0FJfa9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-ujUc0FJfa9 .navbar {
    padding-left: 65px;
    padding-right: 65px;
  }
}
.cid-ujUc0FJfa9 .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-ujUc0FJfa9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujUc0FJfa9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujUc0FJfa9 .dropdown-item.active,
.cid-ujUc0FJfa9 .dropdown-item:active {
  background-color: transparent;
}
.cid-ujUc0FJfa9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujUc0FJfa9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-ujUc0FJfa9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujUc0FJfa9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujUc0FJfa9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujUc0FJfa9 ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-ujUc0FJfa9 ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-ujUc0FJfa9 .navbar-buttons {
  margin-left: auto;
}
.cid-ujUc0FJfa9 button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-ujUc0FJfa9 button.navbar-toggler:hover {
  outline: none;
}
.cid-ujUc0FJfa9 button.navbar-toggler:active {
  outline: none;
}
.cid-ujUc0FJfa9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ujUc0FJfa9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ujUc0FJfa9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ujUc0FJfa9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ujUc0FJfa9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ujUc0FJfa9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujUc0FJfa9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-ujUc0FJfa9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-ujUc0FJfa9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujUc0FJfa9 a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-ujUc0FJfa9 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ujUc0FJfa9 .right-menu,
.cid-ujUc0FJfa9 .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-ujUc0FJfa9 .left-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-ujUc0FJfa9 .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-ujUc0FJfa9 .right-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ujUc0FJfa9 .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ujUc0FJfa9 .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ujUc0FJfa9 .card-wrapper {
  z-index: 3;
}
.cid-ujUc0FJfa9 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-ujUc0FJfa9 .navbar-collapse {
    padding-top: 0;
  }
}
.cid-ujUc0FJfa9 .nav-item:not(:last-child) {
  margin-right: 32px !important;
}
.cid-ujUc0FJfa9 .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-ujUc0FJfa9 .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-ujUc0FJfa9 .nav-link {
  position: relative;
  padding: 0;
  display: inline-block;
}
.cid-ujUc0FJfa9 .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease-in-out;
}
.cid-ujUc0FJfa9 .nav-link:hover .line-animation {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.cid-ujUc0FJfa9 .link {
  padding: 0;
  margin: 0;
}
.cid-ujUc0FJfa9 .dropdown-menu {
  margin-top: 0px;
}
.cid-ujUc0FJfa9 .navbar-caption {
  color: #ffffff;
}
.cid-ujUc0FJfa9 .navbar-caption:hover {
  color: #ffffff;
}
.cid-ujUc0FJfa9 .dropdown-item:hover {
  color: #4030b4 !important;
}
.cid-ujUc0FJfa9 .dropdown-toggle:after {
  display: none;
}
.cid-ujUc0FJfa9 a:hover .line-animation {
  opacity: 1;
}
.cid-ujUc0FJfa9 .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-ujUc0FJfa9 .dropdown-menu {
    margin-top: 0px;
  }
  .cid-ujUc0FJfa9 .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-uR59MzW00t {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-uR59MzW00t .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uR59MzW00t .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uR59MzW00t .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #ff9966;
  pointer-events: none;
}
.cid-uR59MzW00t .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #ff9966;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uR59MzW00t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR59MzW00t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR59MzW00t .row {
  justify-content: center;
}
.cid-uR59MzW00t .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uR59MzW00t .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-uR59MzW00t .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uR59MzW00t .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uR59MzW00t .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uR59MzW00t .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uR59MzW00t .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uR59MzW00t .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uR59MzW00t .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uR59MzW00t .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uR59MzW00t .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uR59MzW00t .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uR59MzW00t .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uR59MzW00t .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uR59MzW00t .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-uR59MzW00t .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uR59MzW00t .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uR59MzW00t .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-uR59MzW00t .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-uR59MzW00t .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-uR59MzW00t .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-uR59MzW00t .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #ff9966;
  pointer-events: none;
}
.cid-uR59MzW00t .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uR59MzW00t .mbr-section-title {
  color: #f1f5eb;
}
.cid-uR59MzW00t .mbr-text,
.cid-uR59MzW00t .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uR59MzW00t .mbr-section-btn,
.cid-uR59MzW00t .mbr-section-title {
  text-align: center;
}
.cid-uR59MzW00t .mbr-soc {
  color: #f1f5eb;
}
.cid-uR59MzW00t .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-uR59MzW00t .mbr-copy,
.cid-uR59MzW00t .copy-wrapper {
  color: #000000;
}
.cid-uR5bbzupZL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffb18a;
}
.cid-uR5bbzupZL .item-wrapper {
  width: 100%;
}
.cid-uR5bbzupZL .left-side {
  text-align: left;
  padding-left: 5rem;
}
.cid-uR5bbzupZL .row {
  align-items: center;
}
@media (max-width: 600px) {
  .cid-uR5bbzupZL .mbr-section-btn {
    margin-bottom: 25px;
  }
}
.cid-uR5bbzupZL .mbr-section-subtitle {
  color: #626262;
}
.cid-uR5bbzupZL .row {
  flex-direction: row-reverse;
}
.cid-uR5bbzupZL .left-side {
  padding-left: 15px;
  padding-right: 5rem;
}
@media (max-width: 690px) {
  .cid-uR5bbzupZL .mbr-section-title {
    margin-top: 25px;
  }
  .cid-uR5bbzupZL .left-side {
    padding-right: 15px;
    padding-left: 15px;
  }
  .cid-uR5bbzupZL .right-side {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.cid-uR5bbzupZL .button-align {
  width: 100%;
}
.cid-uR5bbzupZL .mbr-text {
  padding-top: 10px;
}
.cid-uR5bbAmmw4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uR5bbAmmw4 img {
  border-radius: 0px;
}
.cid-uR5bbAmmw4 .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-uR5bbAmmw4 .date {
  text-transform: uppercase;
  color: #4030b4;
  text-align: left;
  padding-top: 1rem;
}
.cid-uR5bbAmmw4 .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-uR5bbAmmw4 .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-uR5bbAmmw4 .right {
  display: flex;
  flex-direction: column;
}
.cid-uR5bbAmmw4 .mbr-section-btn {
  border: 2px solid #4030b4;
  width: auto;
}
.cid-uR5bbAmmw4 .mbr-section-btn:hover {
  background-color: #4030b4;
  border: 2px solid #4030b4;
}
.cid-uR5bbAmmw4 .card-heading {
  padding-top: 0;
  text-align: center;
}
.cid-uR5bbAmmw4 .mbr-text {
  padding-top: 10px;
  text-align: left;
}
.cid-uR5bbAJ1YD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #faebc5;
}
.cid-uR5bbAJ1YD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR5bbAJ1YD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR5bbAJ1YD .mbr-section-title {
  margin-bottom: 64px;
  color: #000c3f;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uR5bbAJ1YD .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uR5bbAJ1YD .google-map iframe {
  height: 500px;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-uR5bbAJ1YD .google-map iframe {
    height: 300px;
  }
}
.cid-uR5bbB7e9T .nav-item:focus,
.cid-uR5bbB7e9T .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uR5bbB7e9T .nav-item {
    position: relative;
  }
}
.cid-uR5bbB7e9T .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: #ffffff;
}
.cid-uR5bbB7e9T .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
}
.cid-uR5bbB7e9T .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uR5bbB7e9T .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uR5bbB7e9T .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uR5bbB7e9T .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uR5bbB7e9T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uR5bbB7e9T .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uR5bbB7e9T .navbar.collapsed .navbar-collapse.show,
.cid-uR5bbB7e9T .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uR5bbB7e9T .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uR5bbB7e9T .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uR5bbB7e9T .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uR5bbB7e9T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uR5bbB7e9T .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uR5bbB7e9T .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uR5bbB7e9T .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
.cid-uR5bbB7e9T .navbar.collapsed .right-menu,
.cid-uR5bbB7e9T .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-uR5bbB7e9T .navbar .navbar-collapse.show,
  .cid-uR5bbB7e9T .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uR5bbB7e9T .navbar .navbar-collapse.show .brand-container,
  .cid-uR5bbB7e9T .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uR5bbB7e9T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uR5bbB7e9T .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uR5bbB7e9T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uR5bbB7e9T .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uR5bbB7e9T .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uR5bbB7e9T .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uR5bbB7e9T .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uR5bbB7e9T .navbar .right-menu,
  .cid-uR5bbB7e9T .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uR5bbB7e9T .navbar.navbar-short {
  min-height: 60px;
}
.cid-uR5bbB7e9T .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-uR5bbB7e9T .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uR5bbB7e9T .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uR5bbB7e9T .navbar {
    padding-left: 65px;
    padding-right: 65px;
  }
}
.cid-uR5bbB7e9T .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uR5bbB7e9T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uR5bbB7e9T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uR5bbB7e9T .dropdown-item.active,
.cid-uR5bbB7e9T .dropdown-item:active {
  background-color: transparent;
}
.cid-uR5bbB7e9T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uR5bbB7e9T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uR5bbB7e9T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uR5bbB7e9T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uR5bbB7e9T .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uR5bbB7e9T ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uR5bbB7e9T ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uR5bbB7e9T .navbar-buttons {
  margin-left: auto;
}
.cid-uR5bbB7e9T button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-uR5bbB7e9T button.navbar-toggler:hover {
  outline: none;
}
.cid-uR5bbB7e9T button.navbar-toggler:active {
  outline: none;
}
.cid-uR5bbB7e9T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uR5bbB7e9T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uR5bbB7e9T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uR5bbB7e9T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uR5bbB7e9T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uR5bbB7e9T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uR5bbB7e9T nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uR5bbB7e9T nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uR5bbB7e9T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uR5bbB7e9T a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uR5bbB7e9T .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uR5bbB7e9T .right-menu,
.cid-uR5bbB7e9T .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uR5bbB7e9T .left-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uR5bbB7e9T .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uR5bbB7e9T .right-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uR5bbB7e9T .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uR5bbB7e9T .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uR5bbB7e9T .card-wrapper {
  z-index: 3;
}
.cid-uR5bbB7e9T .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-uR5bbB7e9T .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uR5bbB7e9T .nav-item:not(:last-child) {
  margin-right: 32px !important;
}
.cid-uR5bbB7e9T .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-uR5bbB7e9T .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-uR5bbB7e9T .nav-link {
  position: relative;
  padding: 0;
  display: inline-block;
}
.cid-uR5bbB7e9T .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease-in-out;
}
.cid-uR5bbB7e9T .nav-link:hover .line-animation {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.cid-uR5bbB7e9T .link {
  padding: 0;
  margin: 0;
}
.cid-uR5bbB7e9T .dropdown-menu {
  margin-top: 0px;
}
.cid-uR5bbB7e9T .navbar-caption {
  color: #ffffff;
}
.cid-uR5bbB7e9T .navbar-caption:hover {
  color: #ffffff;
}
.cid-uR5bbB7e9T .dropdown-item:hover {
  color: #4030b4 !important;
}
.cid-uR5bbB7e9T .dropdown-toggle:after {
  display: none;
}
.cid-uR5bbB7e9T a:hover .line-animation {
  opacity: 1;
}
.cid-uR5bbB7e9T .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-uR5bbB7e9T .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uR5bbB7e9T .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-uR5bbBJuZB {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-uR5bbBJuZB .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uR5bbBJuZB .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uR5bbBJuZB .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #ff9966;
  pointer-events: none;
}
.cid-uR5bbBJuZB .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #ff9966;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uR5bbBJuZB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR5bbBJuZB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR5bbBJuZB .row {
  justify-content: center;
}
.cid-uR5bbBJuZB .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uR5bbBJuZB .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-uR5bbBJuZB .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uR5bbBJuZB .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uR5bbBJuZB .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uR5bbBJuZB .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uR5bbBJuZB .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uR5bbBJuZB .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uR5bbBJuZB .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uR5bbBJuZB .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uR5bbBJuZB .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uR5bbBJuZB .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uR5bbBJuZB .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uR5bbBJuZB .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uR5bbBJuZB .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-uR5bbBJuZB .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uR5bbBJuZB .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uR5bbBJuZB .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-uR5bbBJuZB .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-uR5bbBJuZB .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-uR5bbBJuZB .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-uR5bbBJuZB .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #ff9966;
  pointer-events: none;
}
.cid-uR5bbBJuZB .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uR5bbBJuZB .mbr-section-title {
  color: #f1f5eb;
}
.cid-uR5bbBJuZB .mbr-text,
.cid-uR5bbBJuZB .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uR5bbBJuZB .mbr-section-btn,
.cid-uR5bbBJuZB .mbr-section-title {
  text-align: center;
}
.cid-uR5bbBJuZB .mbr-soc {
  color: #f1f5eb;
}
.cid-uR5bbBJuZB .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-uR5bbBJuZB .mbr-copy,
.cid-uR5bbBJuZB .copy-wrapper {
  color: #000000;
}
.cid-uR5bXFpEFT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffb18a;
}
.cid-uR5bXFpEFT .item-wrapper {
  width: 100%;
}
.cid-uR5bXFpEFT .left-side {
  text-align: left;
  padding-left: 5rem;
}
.cid-uR5bXFpEFT .row {
  align-items: center;
}
@media (max-width: 600px) {
  .cid-uR5bXFpEFT .mbr-section-btn {
    margin-bottom: 25px;
  }
}
.cid-uR5bXFpEFT .mbr-section-subtitle {
  color: #626262;
}
.cid-uR5bXFpEFT .row {
  flex-direction: row-reverse;
}
.cid-uR5bXFpEFT .left-side {
  padding-left: 15px;
  padding-right: 5rem;
}
@media (max-width: 690px) {
  .cid-uR5bXFpEFT .mbr-section-title {
    margin-top: 25px;
  }
  .cid-uR5bXFpEFT .left-side {
    padding-right: 15px;
    padding-left: 15px;
  }
  .cid-uR5bXFpEFT .right-side {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.cid-uR5bXFpEFT .button-align {
  width: 100%;
}
.cid-uR5bXFpEFT .mbr-text {
  padding-top: 10px;
}
.cid-uR5bXGaPgA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uR5bXGaPgA img {
  border-radius: 0px;
}
.cid-uR5bXGaPgA .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-uR5bXGaPgA .date {
  text-transform: uppercase;
  color: #4030b4;
  text-align: left;
  padding-top: 1rem;
}
.cid-uR5bXGaPgA .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-uR5bXGaPgA .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-uR5bXGaPgA .right {
  display: flex;
  flex-direction: column;
}
.cid-uR5bXGaPgA .mbr-section-btn {
  border: 2px solid #4030b4;
  width: auto;
}
.cid-uR5bXGaPgA .mbr-section-btn:hover {
  background-color: #4030b4;
  border: 2px solid #4030b4;
}
.cid-uR5bXGaPgA .card-heading {
  padding-top: 0;
  text-align: center;
}
.cid-uR5bXGaPgA .mbr-text {
  padding-top: 10px;
  text-align: left;
}
.cid-uR5bXGq31n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #faebc5;
}
.cid-uR5bXGq31n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR5bXGq31n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR5bXGq31n .mbr-section-title {
  margin-bottom: 64px;
  color: #000c3f;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uR5bXGq31n .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uR5bXGq31n .google-map iframe {
  height: 500px;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-uR5bXGq31n .google-map iframe {
    height: 300px;
  }
}
.cid-uR5bXGCkiy .nav-item:focus,
.cid-uR5bXGCkiy .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uR5bXGCkiy .nav-item {
    position: relative;
  }
}
.cid-uR5bXGCkiy .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: #ffffff;
}
.cid-uR5bXGCkiy .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
}
.cid-uR5bXGCkiy .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uR5bXGCkiy .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uR5bXGCkiy .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uR5bXGCkiy .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uR5bXGCkiy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uR5bXGCkiy .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uR5bXGCkiy .navbar.collapsed .navbar-collapse.show,
.cid-uR5bXGCkiy .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uR5bXGCkiy .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uR5bXGCkiy .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uR5bXGCkiy .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uR5bXGCkiy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uR5bXGCkiy .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uR5bXGCkiy .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uR5bXGCkiy .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
.cid-uR5bXGCkiy .navbar.collapsed .right-menu,
.cid-uR5bXGCkiy .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-uR5bXGCkiy .navbar .navbar-collapse.show,
  .cid-uR5bXGCkiy .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uR5bXGCkiy .navbar .navbar-collapse.show .brand-container,
  .cid-uR5bXGCkiy .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uR5bXGCkiy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uR5bXGCkiy .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uR5bXGCkiy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uR5bXGCkiy .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uR5bXGCkiy .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uR5bXGCkiy .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uR5bXGCkiy .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uR5bXGCkiy .navbar .right-menu,
  .cid-uR5bXGCkiy .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uR5bXGCkiy .navbar.navbar-short {
  min-height: 60px;
}
.cid-uR5bXGCkiy .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-uR5bXGCkiy .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uR5bXGCkiy .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uR5bXGCkiy .navbar {
    padding-left: 65px;
    padding-right: 65px;
  }
}
.cid-uR5bXGCkiy .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uR5bXGCkiy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uR5bXGCkiy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uR5bXGCkiy .dropdown-item.active,
.cid-uR5bXGCkiy .dropdown-item:active {
  background-color: transparent;
}
.cid-uR5bXGCkiy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uR5bXGCkiy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uR5bXGCkiy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uR5bXGCkiy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uR5bXGCkiy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uR5bXGCkiy ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uR5bXGCkiy ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uR5bXGCkiy .navbar-buttons {
  margin-left: auto;
}
.cid-uR5bXGCkiy button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-uR5bXGCkiy button.navbar-toggler:hover {
  outline: none;
}
.cid-uR5bXGCkiy button.navbar-toggler:active {
  outline: none;
}
.cid-uR5bXGCkiy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uR5bXGCkiy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uR5bXGCkiy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uR5bXGCkiy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uR5bXGCkiy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uR5bXGCkiy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uR5bXGCkiy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uR5bXGCkiy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uR5bXGCkiy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uR5bXGCkiy a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uR5bXGCkiy .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uR5bXGCkiy .right-menu,
.cid-uR5bXGCkiy .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uR5bXGCkiy .left-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uR5bXGCkiy .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uR5bXGCkiy .right-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uR5bXGCkiy .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uR5bXGCkiy .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uR5bXGCkiy .card-wrapper {
  z-index: 3;
}
.cid-uR5bXGCkiy .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-uR5bXGCkiy .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uR5bXGCkiy .nav-item:not(:last-child) {
  margin-right: 32px !important;
}
.cid-uR5bXGCkiy .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-uR5bXGCkiy .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-uR5bXGCkiy .nav-link {
  position: relative;
  padding: 0;
  display: inline-block;
}
.cid-uR5bXGCkiy .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease-in-out;
}
.cid-uR5bXGCkiy .nav-link:hover .line-animation {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.cid-uR5bXGCkiy .link {
  padding: 0;
  margin: 0;
}
.cid-uR5bXGCkiy .dropdown-menu {
  margin-top: 0px;
}
.cid-uR5bXGCkiy .navbar-caption {
  color: #ffffff;
}
.cid-uR5bXGCkiy .navbar-caption:hover {
  color: #ffffff;
}
.cid-uR5bXGCkiy .dropdown-item:hover {
  color: #4030b4 !important;
}
.cid-uR5bXGCkiy .dropdown-toggle:after {
  display: none;
}
.cid-uR5bXGCkiy a:hover .line-animation {
  opacity: 1;
}
.cid-uR5bXGCkiy .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-uR5bXGCkiy .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uR5bXGCkiy .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-uR5bXH3z5X {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-uR5bXH3z5X .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uR5bXH3z5X .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uR5bXH3z5X .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #ff9966;
  pointer-events: none;
}
.cid-uR5bXH3z5X .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #ff9966;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uR5bXH3z5X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR5bXH3z5X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR5bXH3z5X .row {
  justify-content: center;
}
.cid-uR5bXH3z5X .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uR5bXH3z5X .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-uR5bXH3z5X .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uR5bXH3z5X .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uR5bXH3z5X .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uR5bXH3z5X .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uR5bXH3z5X .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uR5bXH3z5X .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uR5bXH3z5X .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uR5bXH3z5X .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uR5bXH3z5X .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uR5bXH3z5X .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uR5bXH3z5X .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uR5bXH3z5X .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uR5bXH3z5X .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-uR5bXH3z5X .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uR5bXH3z5X .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uR5bXH3z5X .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-uR5bXH3z5X .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-uR5bXH3z5X .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-uR5bXH3z5X .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-uR5bXH3z5X .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #ff9966;
  pointer-events: none;
}
.cid-uR5bXH3z5X .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uR5bXH3z5X .mbr-section-title {
  color: #f1f5eb;
}
.cid-uR5bXH3z5X .mbr-text,
.cid-uR5bXH3z5X .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uR5bXH3z5X .mbr-section-btn,
.cid-uR5bXH3z5X .mbr-section-title {
  text-align: center;
}
.cid-uR5bXH3z5X .mbr-soc {
  color: #f1f5eb;
}
.cid-uR5bXH3z5X .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-uR5bXH3z5X .mbr-copy,
.cid-uR5bXH3z5X .copy-wrapper {
  color: #000000;
}
