body {
  font-family: EB Garamond;
}
.display-1 {
  font-family: 'BoosterNextFY-Bold';
  font-size: 3.2rem;
}
.display-1 > .mbr-iconfont {
  font-size: 5.12rem;
}
.display-2 {
  font-family: 'BoosterNextFY-Bold';
  font-size: 2.4rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-4 {
  font-family: 'BoosterNextFY-Regular';
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 500;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'BoosterNextFY-Bold';
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 500;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'BoosterNextFY-Regular';
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((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.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #9d7a81 !important;
}
.bg-success {
  background-color: #9cb2a5 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #767676 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #9d7a81 !important;
  border-color: #9d7a81 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #75565c !important;
  border-color: #75565c !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #75565c !important;
  border-color: #75565c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #efe6df !important;
  border-color: #efe6df !important;
  color: #8a6345 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #8a6345 !important;
  background-color: #d5beac !important;
  border-color: #d5beac !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #8a6345 !important;
  background-color: #d5beac !important;
  border-color: #d5beac !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #9cb2a5 !important;
  border-color: #9cb2a5 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #71917e !important;
  border-color: #71917e !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #71917e !important;
  border-color: #71917e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #767676 !important;
  border-color: #767676 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #505050 !important;
  border-color: #505050 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #505050 !important;
  border-color: #505050 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #664b50;
  color: #664b50;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #9d7a81;
  border-color: #9d7a81;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #9d7a81 !important;
  border-color: #9d7a81 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cdb19b;
  color: #cdb19b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #8a6345;
  background-color: #efe6df;
  border-color: #efe6df;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #8a6345 !important;
  background-color: #efe6df !important;
  border-color: #efe6df !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #668271;
  color: #668271;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #9cb2a5;
  border-color: #9cb2a5;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #9cb2a5 !important;
  border-color: #9cb2a5 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #434343;
  color: #434343;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #767676;
  border-color: #767676;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #767676 !important;
  border-color: #767676 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #9d7a81 !important;
}
.text-secondary {
  color: #efe6df !important;
}
.text-success {
  color: #9cb2a5 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #767676 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #664b50 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cdb19b !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #668271 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #434343 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #767676;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #9d7a81;
  border-color: #9d7a81;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #9d7a81;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d3c3c7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e4eae6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b6b6b6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'BoosterNextFY-Regular';
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #9d7a81;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #9d7a81;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #9d7a81;
  border-bottom-color: #9d7a81;
}
.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: #9d7a81 !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: #efe6df !important;
  box-shadow: none !important;
}
.btn-white-outline {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn-white-outline:before {
  content: "";
  width: 100%;
  height: 100%;
  background: white;
  position: absolute;
  transition: all 0.6s ease-in-out;
  top: 0;
  left: -100%;
  z-index: -1;
}
.btn-white-outline:hover {
  background: transparent !important;
  color: #9d7a81 !important;
}
.btn-white-outline:hover:before {
  left: 0px;
}
.btn-primary-outline {
  margin: 0.3rem !important;
  padding: 0.2rem 0;
  border: none;
  position: relative;
  z-index: 1;
  color: #9d7a81 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:active {
  background: transparent;
  color: #9d7a81;
}
.btn-primary-outline:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #9d7a81;
  position: absolute;
  transition: all 0.6s ease-in-out;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.btn-primary-outline:hover:before {
  width: 0;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 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='%239d7a81' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-sXxIpS0XmW {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/shutterstock-570143806-1500x738.jpg");
}
.cid-sXxIpS0XmW .mbr-text,
.cid-sXxIpS0XmW .mbr-section-btn {
  color: #232323;
}
.cid-sXxIpS0XmW .mbr-section-title {
  color: #9d7a81;
}
.cid-sXtGOOuxve {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sXtGOOuxve .link-wrap {
  width: 100%;
}
.cid-sXtGOOuxve .link {
  display: inline-block;
}
.cid-sXtGOOuxve .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding: 0 1rem;
  font-weight: 600;
}
.cid-sXtGOOuxve .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-sXtGOOuxve .link a:hover {
  text-decoration: underline;
}
.cid-sXtGOOuxve .link,
.cid-sXtGOOuxve .link-wrap {
  color: #ffffff;
}
.cid-sXtGOOuxve .mbr-text,
.cid-sXtGOOuxve .mbr-section-btn {
  color: #333333;
}
.cid-sXtGOOuxve .card-title,
.cid-sXtGOOuxve .card-box {
  color: #9cb2a5;
}
.cid-sXxoSOcJKF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sXxoSOcJKF .container-fluid {
  padding: 0 1rem;
}
.cid-sXxoSOcJKF .row {
  position: relative;
}
.cid-sXxoSOcJKF .arrow-down {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #ffffff;
}
.cid-sXxoSOcJKF .mbr-section-btn {
  position: absolute;
  bottom: 3rem;
  width: fit-content;
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.cid-sXxoSOcJKF .main-title {
  position: absolute;
  top: 3rem;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  color: #ffffff;
}
.cid-sXxoSOcJKF .mbr-iconfont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  font-size: 30rem;
  color: #f6f6f6;
  opacity: 0.2;
  z-index: 1;
}
.cid-sXxoSOcJKF .card-box {
  z-index: 2;
  margin: auto;
  position: relative;
  max-width: 450px;
  height: 100%;
}
.cid-sXxoSOcJKF .card-wrapper {
  position: relative;
  transition: all 0.3s;
  padding: 15rem 1rem;
  overflow: visible;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sXxoSOcJKF .card1 {
  background-color: #9d7a81;
  overflow: hidden;
}
.cid-sXxoSOcJKF .card2 {
  background-color: #9cb2a5;
  overflow: hidden;
}
.cid-sXxoSOcJKF .card-title,
.cid-sXxoSOcJKF .card-box {
  color: #ffffff;
}
.cid-sXxoSOcJKF .display-4 {
  font-size: 1rem;
  line-height: 1.5;
}
.cid-sXxrX1tmdq {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #f6f6f6;
}
.cid-sXxrX1tmdq .link-wrap {
  width: 100%;
}
.cid-sXxrX1tmdq .link {
  display: inline-block;
}
.cid-sXxrX1tmdq .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding: 0 1rem;
  font-weight: 600;
}
.cid-sXxrX1tmdq .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-sXxrX1tmdq .link a:hover {
  text-decoration: underline;
}
.cid-sXxrX1tmdq .link,
.cid-sXxrX1tmdq .link-wrap {
  color: #ffffff;
}
.cid-sXxrX1tmdq .mbr-text,
.cid-sXxrX1tmdq .mbr-section-btn {
  color: #333333;
}
.cid-sXxrX1tmdq .card-title,
.cid-sXxrX1tmdq .card-box {
  color: #9cb2a5;
}
.cid-sXtCZUNmS0 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sXtCZUNmS0 .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sXtCZUNmS0 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #9d7a81;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-sXtCZUNmS0 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sXtCZUNmS0 .mbr-section-title {
  margin: 0;
  font-weight: 500;
  margin-bottom: 46px;
  color: #404040;
}
.cid-sXtCZUNmS0 .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-sXtCZUNmS0 .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-box-align: left;
  align-items: left;
  text-align: left;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.cid-sXtCZUNmS0 .icon-main .process-icon {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-sXtCZUNmS0 .icon-main .process-icon .wrapper {
  position: relative;
  margin-bottom: 20px;
  margin-right: 9px;
}
.cid-sXtCZUNmS0 .icon-main .process-icon .wrapper .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-sXtCZUNmS0 .icon-main .process-icon .wrapper .icon-container a {
  display: inherit;
}
.cid-sXtCZUNmS0 .icon-main .process-icon .wrapper .icon-container a .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 24px;
  height: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 32px;
  line-height: 1;
  color: #ffffff;
  font-weight: normal;
}
.cid-sXtCZUNmS0 .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon1 {
  background-color: rgba(209, 107, 134, 0.3);
  color: #d16b86;
}
.cid-sXtCZUNmS0 .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon2 {
  background-color: rgba(92, 167, 219, 0.3);
  color: #5ca7db;
}
.cid-sXtCZUNmS0 .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon3 {
  background-color: rgba(156, 205, 126, 0.3);
  color: #9ccd7e;
}
.cid-sXtCZUNmS0 .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon4 {
  background-color: rgba(132, 138, 189, 0.3);
  color: #848abd;
}
.cid-sXtCZUNmS0 .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon5 {
  background-color: rgba(251, 157, 126, 0.3);
  color: #fb9d7e;
}
.cid-sXtCZUNmS0 .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon6 {
  background-color: rgba(185, 126, 205, 0.3);
  color: #b97ecd;
}
.cid-sXtCZUNmS0 .icon-main .process-icon .wrapper .icon-container .step {
  margin: 0;
  position: absolute;
  bottom: -3px;
  left: 11px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  font-size: 11px;
  line-height: normal;
  font-weight: 500;
  z-index: 2;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  text-align: center;
  color: #ffffff;
}
.cid-sXtCZUNmS0 .icon-main .process-icon .wrapper .icon-container .step_1 {
  background: #d16b86;
}
.cid-sXtCZUNmS0 .icon-main .process-icon .wrapper .icon-container .step_2 {
  background: #5ca7db;
}
.cid-sXtCZUNmS0 .icon-main .process-icon .wrapper .icon-container .step_3 {
  background: #9ccd7e;
}
.cid-sXtCZUNmS0 .icon-main .process-icon .wrapper .icon-container .step_4 {
  background: #848abd;
}
.cid-sXtCZUNmS0 .icon-main .process-icon .wrapper .icon-container .step_5 {
  background: #fb9d7e;
}
.cid-sXtCZUNmS0 .icon-main .process-icon .wrapper .icon-container .step_6 {
  background: #b97ecd;
}
.cid-sXtCZUNmS0 .icon-main .process-icon .text-wrap .subicon-title {
  color: #404040;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 600;
  margin-bottom: 12px;
}
.cid-sXtCZUNmS0 .icon-main .process-icon .text-wrap .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
  color: #606060;
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-sXtCZUNmS0 .wrapper::before {
    display: none;
  }
}
.cid-sXtCZUNmS0 .mbr-section-title,
.cid-sXtCZUNmS0 .underline {
  color: #767676;
}
.cid-sXtCZUNmS0 .icon-main .process-icon {
  width: 100%;
  padding-bottom: 0rem;
}
.cid-sXxqW9KKG2 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #9cb2a5;
}
.cid-sXxqW9KKG2 .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-sXxqW9KKG2 .mbr-section-title {
  color: #233d63;
}
.cid-sXxqW9KKG2 .mbr-section-subtitle {
  text-align: center;
}
.cid-sXxqW9KKG2 .mbr-section-btn {
  margin-top: 15px;
}
.cid-sXxqW9KKG2 .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0);
}
.cid-sXxqW9KKG2 .mbr-section-btn .btn-white:hover {
  background-color: #9d7a81 !important;
  border-color: #9d7a81 !important;
  color: #ffffff !important;
}
.cid-sXxqW9KKG2 .mbr-section-title,
.cid-sXxqW9KKG2 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-sXxqW9KKG2 .animation__background .circle {
  display: inline-block;
  position: absolute;
  opacity: 10%;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 100px solid #ffffff;
  bottom: -165px;
  right: -165px;
}
.cid-sXxqW9KKG2 .animation__background .circle2 {
  display: inline-block;
  position: absolute;
  opacity: 10%;
  width: 200px;
  height: 250px;
  border-radius: 50%;
  border: 50px solid #ffffff;
  top: -20%;
  left: -80px;
}
.cid-swjbrTgoMf {
  padding-top: 210px;
  padding-bottom: 210px;
  background-image: url("../../../assets/images/shutterstock-1069081127-scaled-6-2000x1334.jpeg");
}
.cid-swjbrTgoMf .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-swjbrTgoMf .mbr-arrow i {
  color: #ffffff !important;
}
.cid-swjbrTgoMf .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-swjbrTgoMf .animated-element,
.cid-swjbrTgoMf .typed-cursor {
  color: #ffffff;
}
.cid-swjbrTgoMf .animated-element {
  border-bottom: 5px solid #f7aa4a;
}
@media (max-width: 767px) {
  .cid-swjbrTgoMf .typed-text {
    text-align: center;
  }
}
.cid-sXtInEhGxS {
  padding-top: 45px;
  padding-bottom: 30px;
  background: #f6f6f6;
}
.cid-sXtInEhGxS .container-fluid {
  padding: 0 3rem;
}
.cid-sXtInEhGxS .table-wrap {
  margin: 0 1rem 3rem 1rem;
  border: 2px solid #9cb2a5;
  border-radius: 3%;
  padding: 2rem;
  transition: all 0.3s ease-in-out;
}
.cid-sXtInEhGxS .table-wrap:hover {
  transition: all 0.3s ease-in-out;
  background-color: #9cb2a5;
}
.cid-sXtInEhGxS .table-wrap:hover .table-pricing,
.cid-sXtInEhGxS .table-wrap:hover .table-icon {
  color: #ffffff !important;
}
.cid-sXtInEhGxS .table-wrap:hover .table-heading,
.cid-sXtInEhGxS .table-wrap:hover .mbr-section-subtitle {
  color: #ffffff !important;
}
.cid-sXtInEhGxS .section-heading {
  margin-bottom: 2rem;
}
.cid-sXtInEhGxS .table-heading {
  margin-bottom: 2em;
}
.cid-sXtInEhGxS ul {
  word-wrap: break-word;
  padding: 0 4rem;
  margin: 0;
  list-style: none;
}
.cid-sXtInEhGxS ul li {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding: 0.7em 0;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-sXtInEhGxS ul li span {
  font-size: 32px;
  color: #000000;
}
.cid-sXtInEhGxS hr {
  display: none;
  background: #f6f6f6;
}
.cid-sXtInEhGxS hr {
  display: block;
}
.cid-sXtInEhGxS .table-heading,
.cid-sXtInEhGxS .table-pricing,
.cid-sXtInEhGxS .table-icon {
  color: #9cb2a5;
  text-align: left;
  transition: all 0.3s ease-in-out;
}
.cid-sXtInEhGxS .mbr-section-subtitle {
  color: #767676;
  transition: all 0.3s ease-in-out;
}
.cid-sXtInEhGxS .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sXtInEhGxS .mbr-iconfont {
  font-size: 50px;
}
@media (max-width: 1200px) {
  .cid-sXtInEhGxS .table-wrap {
    margin: 1.5rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-sXtInEhGxS .container-fluid {
    padding: 0 0rem;
  }
}
.cid-sXtInEhGxS .mbr-section-title,
.cid-sXtInEhGxS .underline {
  color: #9d7a81;
}
.cid-sXtInEhGxS .mbr-section-subtitle,
.cid-sXtInEhGxS .mbr-section-btn {
  text-align: left;
}
.cid-sXtInEhGxS .pt-5,
.cid-sXtInEhGxS .py-5 {
  padding-top: 0.5rem!important;
}
.cid-sXtJYAcn61 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #9cb2a5;
}
.cid-sXtJYAcn61 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #efe6df;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sXtJYAcn61 H2 {
  color: #ffffff;
}
.cid-sXtJYAcn61 H3 {
  color: #36404c;
}
.cid-sXtJYAcn61 .mbr-text,
.cid-sXtJYAcn61 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sXtJYAcn61 .photo {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-sXtJYAcn61 .md-pb {
    padding-bottom: 2rem;
  }
  .cid-sXtJYAcn61 .photo {
    width: 100%;
  }
}
.cid-sXtJYAcn61 .signature {
  filter: invert(0.5);
  width: auto;
}
.cid-sXxmmyUq3g {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #efe6df;
}
.cid-sXxmmyUq3g .container.main,
.cid-sXxmmyUq3g .container-fluid.main {
  padding-left: 30px;
  padding-right: 30px;
}
.cid-sXxmmyUq3g .container .mbr-section-subtitle,
.cid-sXxmmyUq3g .container-fluid .mbr-section-subtitle {
  color: #efe6df;
  margin-bottom: 10px;
}
.cid-sXxmmyUq3g .container .mbr-section-title,
.cid-sXxmmyUq3g .container-fluid .mbr-section-title {
  margin-bottom: 20px;
  color: #9d7a81;
}
.cid-sXxmmyUq3g .container .mbr-text,
.cid-sXxmmyUq3g .container-fluid .mbr-text {
  color: #82786e;
}
.cid-sXxmmyUq3g .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 0rem;
}
.cid-sXxmmyUq3g .carousel-item > div {
  width: 100%;
}
.cid-sXxmmyUq3g .carousel-item.active,
.cid-sXxmmyUq3g .carousel-item-next,
.cid-sXxmmyUq3g .carousel-item-prev {
  display: flex;
}
.cid-sXxmmyUq3g .carousel-indicators {
  left: 0%;
  margin: 20px auto 0;
  align-items: center;
  bottom: -60px !important;
}
.cid-sXxmmyUq3g .carousel-indicators .active {
  border: 3px solid #ffffff;
  background-color: #ffffff !important;
}
.cid-sXxmmyUq3g .carousel-indicators li {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  transition: border 0.5s;
  background-color: #ffffff;
  font-size: 2rem;
  opacity: 1;
  border-width: 0px;
  margin: 6px;
}
.cid-sXxmmyUq3g .carousel-indicators li:hover {
  opacity: 1;
}
@media (max-width: 991px) {
  .cid-sXxmmyUq3g .carousel-controls {
    display: none;
  }
}
.cid-sXxmmyUq3g .carousel-controls .carousel-control-prev,
.cid-sXxmmyUq3g .carousel-controls .carousel-control-next {
  opacity: 1;
}
.cid-sXxmmyUq3g .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 15px;
}
.cid-sXxmmyUq3g .carousel-controls a span {
  padding: 16.5px;
  border-radius: 50%;
  color: #9d7a81;
  background: #ffffff;
  font-weight: bold;
  box-shadow: 0 10px 30px 0 #e7eaf2;
}
.cid-sXxmmyUq3g .carousel-controls a:hover span {
  opacity: 1;
}
.cid-sXxmmyUq3g .card {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 40px 40px 30px;
  position: relative;
}
.cid-sXxmmyUq3g .card .client-content {
  display: block;
}
.cid-sXxmmyUq3g .card .client-content .service-icon {
  text-align: left;
  position: relative;
  display: block;
}
.cid-sXxmmyUq3g .card .client-content .service-icon .front {
  color: #9cb2a5;
  font-size: 3.1875rem;
  position: relative;
  margin-bottom: 22px;
}
.cid-sXxmmyUq3g .card .client-content .service-icon:after {
  opacity: 0.5;
  width: 76px;
  height: 76px;
  content: "";
  position: absolute;
  top: -34px;
  left: 50%;
  margin-left: -13%;
  border-radius: 50%;
  z-index: 0;
}
.cid-sXxmmyUq3g .card .client-content .card-text {
  margin-bottom: 25px;
  color: #82786e;
  line-height: 1.4;
}
.cid-sXxmmyUq3g .card .client-info {
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 30px;
}
.cid-sXxmmyUq3g .card .client-info::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -40px;
  right: -40px;
  height: 1px;
  background-color: #9d7a81;
}
.cid-sXxmmyUq3g .card .client-info .client-image {
  margin-right: 20px;
  flex: none;
  display: block;
}
.cid-sXxmmyUq3g .card .client-info .client-image img {
  width: 65px;
  height: 65px;
  object-fit: cover;
  border-radius: 50%;
  margin: auto;
  display: block;
  max-width: 100%;
}
.cid-sXxmmyUq3g .card .client-info .name-job .signature {
  margin-bottom: 0;
  color: #9d7a81;
}
.cid-sXxmmyUq3g .card .client-info .name-job .profession {
  color: #82786e;
}
@media (min-width: 768px) {
  .cid-sXxmmyUq3g .carousel-controls a {
    width: 5%;
  }
  .cid-sXxmmyUq3g .client-info {
    flex-direction: column;
    justify-content: center;
  }
  .cid-sXxmmyUq3g .client-info .client-image {
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
  .cid-sXxmmyUq3g * {
    text-align: center;
  }
}
.cid-swjrP1Z2Fs {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-swjrP1Z2Fs .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-swjrP1Z2Fs .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-swjrP1Z2Fs .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-swjrP1Z2Fs .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-swjrP1Z2Fs .container {
  padding: 0;
}
.cid-swjrP1Z2Fs .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-swjrP1Z2Fs .icon-focus {
  display: none;
}
.cid-swjrP1Z2Fs .btn[class*=-outline] {
  border: none!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  color: #808080 !important;
  font-weight: 400;
  box-shadow: none !important;
}
.cid-swjrP1Z2Fs .btn[class*=-outline]:hover,
.cid-swjrP1Z2Fs .btn[class*=-outline]:active {
  background: transparent!important;
}
.cid-swjrP1Z2Fs li:hover .btn-primary-outline,
.cid-swjrP1Z2Fs li:active .btn-primary-outline,
.cid-swjrP1Z2Fs li.active .btn-primary-outline {
  color: #9d7a81 !important;
}
.cid-swjrP1Z2Fs li:hover .btn-secondary-outline,
.cid-swjrP1Z2Fs li:active .btn-secondary-outline,
.cid-swjrP1Z2Fs li.active .btn-secondary-outline {
  color: #efe6df !important;
}
.cid-swjrP1Z2Fs li:hover .btn-info-outline,
.cid-swjrP1Z2Fs li:active .btn-info-outline,
.cid-swjrP1Z2Fs li.active .btn-info-outline {
  color: #82786e !important;
}
.cid-swjrP1Z2Fs li:hover .btn-warning-outline,
.cid-swjrP1Z2Fs li:active .btn-warning-outline,
.cid-swjrP1Z2Fs li.active .btn-warning-outline {
  color: #767676 !important;
}
.cid-swjrP1Z2Fs li:hover .btn-white-outline,
.cid-swjrP1Z2Fs li:active .btn-white-outline,
.cid-swjrP1Z2Fs li.active .btn-white-outline {
  color: #ffffff !important;
}
.cid-swjrP1Z2Fs li:hover .btn-black-outline,
.cid-swjrP1Z2Fs li:active .btn-black-outline,
.cid-swjrP1Z2Fs li.active .btn-black-outline {
  color: #000000 !important;
}
.cid-swjrP1Z2Fs li:hover .btn-success-outline,
.cid-swjrP1Z2Fs li:active .btn-success-outline,
.cid-swjrP1Z2Fs li.active .btn-success-outline {
  color: #9cb2a5 !important;
}
.cid-swjrP1Z2Fs li:hover .btn-danger-outline,
.cid-swjrP1Z2Fs li:active .btn-danger-outline,
.cid-swjrP1Z2Fs li.active .btn-danger-outline {
  color: #b1a374 !important;
}
.cid-swjrP1Z2Fs li {
  position: relative;
}
.cid-swjrP1Z2Fs .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 6px;
  top: 50%;
  background: #d3d3d3 !important;
  transform: rotate(35deg) translateY(-59%);
}
.cid-swjrP1Z2Fs .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-swjrP1Z2Fs .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-swjrP1Z2Fs .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-swjrP1Z2Fs .btn {
  font-family: EB Garamond !important;
}
.cid-swjrP1Z2Fs .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-swjrP1Z2Fs .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-swjrP1Z2Fs .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-swjrP1Z2Fs .btn[class*="-outline"] {
    padding: 0rem 1rem;
    margin: 0!important;
  }
}
.cid-swjrP1Z2Fs .mbr-section-title {
  color: #9d7a81;
  text-align: center;
  padding-bottom: 20px;
}
.cid-swjrjQsAtR {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  background-color: #9d7a81;
}
.cid-swjrjQsAtR ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-swjrjQsAtR ul li {
  padding: 1rem 0;
}
.cid-swjrjQsAtR ul li:hover {
  color: #ffffff;
}
.cid-swjrjQsAtR .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-swjrjQsAtR .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-swjrjQsAtR .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-swjrjQsAtR .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-swjrjQsAtR .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-swjrjQsAtR .map {
    height: auto;
  }
}
.cid-swjrjQsAtR .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-swjrjQsAtR .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-swjrjQsAtR .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-swjrjQsAtR .social-list a:hover {
  opacity: 1;
}
.cid-swjrjQsAtR .row-element,
.cid-swjrjQsAtR .image-element {
  padding: 0;
}
.cid-swjrjQsAtR .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-swjrjQsAtR .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #9d7a81, #efe6df);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-swjrjQsAtR .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-swjrjQsAtR .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-swjrjQsAtR .text-content {
    padding: 2rem 1rem;
  }
  .cid-swjrjQsAtR .underline .line {
    height: 2px;
  }
  .cid-swjrjQsAtR .mbr-title,
  .cid-swjrjQsAtR .underline,
  .cid-swjrjQsAtR .mbr-text,
  .cid-swjrjQsAtR .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-swjrjQsAtR .mbr-title,
.cid-swjrjQsAtR .underline {
  color: #ffffff;
}
.cid-swjrjQsAtR .mbr-text,
.cid-swjrjQsAtR .mbr-section-btn {
  color: #ffffff;
}
.cid-swjrjQsAtR mbr-list LI {
  color: #ffffff;
}
.cid-swjrjQsAtR mbr-list {
  text-align: center;
}
.cid-swjrjQsAtR .mbr-list,
.cid-swjrjQsAtR .social-list mbr-list {
  color: #ffffff;
}
.cid-sXxnwEwkdS {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sXxnwEwkdS .navbar-logo {
  width: 250px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sXxnwEwkdS .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sXxnwEwkdS .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sXxnwEwkdS .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-sXxnwEwkdS .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-sXxnwEwkdS .text2 {
  color: #000000;
  text-align: left;
}
.cid-sXxnwEwkdS .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-sXxnwEwkdS .logo-title {
  text-align: center;
}
.cid-sXxnwEwkdS .logo-sub-title {
  text-align: center;
}
.cid-sXxnwEwkdS .links {
  text-align: center;
  color: #656565;
}
.cid-sXxnwEwkdS .logo-sub-title i {
  color: #9e9e9e;
}
