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





body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 3.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #43c100 !important;
}
.bg-success {
  background-color: #03ff00 !important;
}
.bg-info {
  background-color: #39578f !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff6e08 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #43c100 !important;
  border-color: #43c100 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #318e00 !important;
  border-color: #318e00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #318e00 !important;
  border-color: #318e00 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff3333 !important;
  border-color: #ff3333 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff3333 !important;
  border-color: #ff3333 !important;
}
.btn-info,
.btn-info:active {
  background-color: #39578f !important;
  border-color: #39578f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #2a416b !important;
  border-color: #2a416b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #2a416b !important;
  border-color: #2a416b !important;
}
.btn-success,
.btn-success:active {
  background-color: #03ff00 !important;
  border-color: #03ff00 !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: #02cc00 !important;
  border-color: #02cc00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #02cc00 !important;
  border-color: #02cc00 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #2e2500 !important;
  background-color: #ffd72e !important;
  border-color: #ffd72e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd72e !important;
  border-color: #ffd72e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff6e08 !important;
  border-color: #ff6e08 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #d45800 !important;
  border-color: #d45800 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #d45800 !important;
  border-color: #d45800 !important;
}
.btn-white {
  color: #232323 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #616161 !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-white:hover {
  color: #fafafa !important;
}
.btn-white:hover,
.btn-white:hover:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover:hover,
.btn-white:hover:focus,
.btn-white:hover.focus,
.btn-white:hover.active {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover.disabled,
.btn-white:hover:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-black {
  color: #fafafa !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-black:hover {
  color: #232323 !important;
}
.btn-black:hover,
.btn-black:hover:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover:hover,
.btn-black:hover:focus,
.btn-black:hover.focus,
.btn-black:hover.active {
  color: #616161 !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover.disabled,
.btn-black:hover:disabled {
  color: #7a7a7a !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #43c100;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #318e00 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #43c100 !important;
  border-color: #43c100 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff3333 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #39578f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #2a416b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #39578f !important;
  border-color: #39578f !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #03ff00;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #02cc00 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #03ff00 !important;
  border-color: #03ff00 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd72e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6e08;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d45800 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6e08 !important;
  border-color: #ff6e08 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #fafafa;
  background-color: transparent;
  border-color: transparent;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #232323;
  background-color: transparent;
  border-color: transparent;
}
.text-primary {
  color: #43c100 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #03ff00 !important;
}
.text-info {
  color: #39578f !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff6e08 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205b00 !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: #029900 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1c2b46 !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: #a14200 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #43c100;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #39578f;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff6e08;
}
.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: 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: #43c100;
  border-color: #43c100;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #43c100;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #83ff42;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #cdffcc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #7d98cb;
}
.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: #ffe6d4;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1rem;
}
.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: #43c100 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1rem;
}
blockquote {
  border-color: #43c100;
}
/* Forms */
.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: #43c100;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #43c100;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #43c100;
  border-bottom-color: #43c100;
}
.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: #000000 !important;
  background-color: #43c100 !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='%2343c100' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sXtkHyyya4 {
  overflow-x: hidden !important;
}
.cid-sXtkHyyya4,
.cid-sXtkHyyya4 .scroll-wrapper {
  padding-top: 120px;
  padding-bottom: 105px;
}
.cid-sXtkHyyya4 .row {
  backdrop-filter: blur(10px);
  border: 1px solid white;
}
.cid-sXtkHyyya4 .mbr-section-title {
  color: #ffffff;
}
.cid-sXtkHyyya4 .mbr-section-title span {
  color: #43c100;
}
.cid-sXtkHyyya4 .mbr-text {
  color: #ffe161;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sXtkHyyya4 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/whatsapp-image-2020-11-26-at-11.16.01-am-1-1280x960.jpeg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sXtkHyyya4 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sXtkHyyya4 .mbr-overlay {
  z-index: 1;
}
.cid-sXtkHyyya4 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-t8GFXUhUT1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #113069;
}
.cid-t8GFXUhUT1 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #43c100;
  margin-bottom: 2rem;
}
.cid-t8GFXUhUT1 .card-wrapper {
  padding: 3rem;
  background: #113069;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-t8GFXUhUT1 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t8GFXUhUT1 .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-t8GFXUhUT1 .card-title {
  color: #ff6e08;
}
.cid-t8GFXUhUT1 .mbr-text {
  color: #ff6e08;
  text-align: center;
}
.cid-LoM0g0382Z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #032a71;
}
.cid-LoM0g0382Z .service-box {
  -webkit-box-shadow: 0px 11px 61px 3px rgba(34, 34, 34, 0.09);
  box-shadow: 0px 11px 61px 3px rgba(34, 34, 34, 0.09);
  padding: 30px 30px 20px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #032a71;
  position: relative;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0 0 3px 3px;
}
.cid-LoM0g0382Z .service-box:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  background-color: #ff6e08;
  height: 4px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.cid-LoM0g0382Z .service-box:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.cid-LoM0g0382Z .service-box:hover .service-box-icon i {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  color: #fe9601;
}
.cid-LoM0g0382Z .service-box.service-box-yellow:before {
  background-color: #fe9601;
}
.cid-LoM0g0382Z .service-box.service-box-yellow:hover .service-box-icon i {
  color: #fff;
}
.cid-LoM0g0382Z .service-box.service-box-blue:before {
  background-color: #1b7ffb;
}
.cid-LoM0g0382Z .service-box.service-box-blue:hover .service-box-icon i {
  color: #fff;
}
.cid-LoM0g0382Z .service-box.service-box-green:before {
  background-color: #29c6b8;
}
.cid-LoM0g0382Z .service-box.service-box-green:hover .service-box-icon i {
  color: #fff;
}
.cid-LoM0g0382Z .service-box.service-box-main-color:before {
  background-color: #fe9601;
}
.cid-LoM0g0382Z .service-box.service-box-main-color:hover .service-box-icon i {
  color: #fff;
}
.cid-LoM0g0382Z .service-box.service-box-animating:hover:before {
  height: 100%;
}
.cid-LoM0g0382Z .service-box.service-box-animating:hover .service-box-text h3 {
  color: #fff;
}
.cid-LoM0g0382Z .service-box.service-box-animating:hover .service-box-text p {
  color: #fff;
}
.cid-LoM0g0382Z .service-box-inner {
  position: relative;
}
.cid-LoM0g0382Z .service-box-icon {
  margin-bottom: 20px;
}
.cid-LoM0g0382Z .service-box-icon i {
  font-size: 50px;
  display: block;
  -webkit-transition: color 0.3s linear, -webkit-transform 0.3s cubic-bezier(0.25, 0.55, 0.4, 2.1) 0s;
  transition: transform 0.3s cubic-bezier(0.25, 0.55, 0.4, 2.1) 0s, color 0.3s linear, -webkit-transform 0.3s cubic-bezier(0.25, 0.55, 0.4, 2.1) 0s;
  line-height: 1;
}
.cid-LoM0g0382Z .service-box-icon img {
  max-width: 215px;
  margin: auto;
}
.cid-LoM0g0382Z .service-box-text h3 {
  font-size: 21px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  line-height: 1.4;
}
.cid-LoM0g0382Z .service-box-text p {
  font-size: 16px;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.cid-LoM0g0382Z .service-box-text p:last-child {
  margin-bottom: 0;
}
.cid-LoM0g0382Z .service-box-text p a {
  font-weight: 500;
}
.cid-LoM0g0382Z .service-box-two {
  -webkit-box-flex: 0;
  flex: 0 0 33.33%;
  -ms-flex: 0 0 33.33%;
  max-width: 33.33%;
  width: 33.33%;
  border: 1px dashed #c1c1c1;
  padding: 35px 35px 25px;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-right: -1px;
  margin-bottom: -1px;
  background: #fff;
}
.cid-LoM0g0382Z .service-box-two .service-box-text p a {
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  pointer-events: none;
}
.cid-LoM0g0382Z .service-box-two:hover {
  border: 0;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-box-shadow: 0px 11px 61px 3px rgba(34, 34, 34, 0.09);
  box-shadow: 0px 11px 61px 3px rgba(34, 34, 34, 0.09);
}
.cid-LoM0g0382Z .service-box-two:hover .service-box-icon i {
  color: #fe9601;
}
.cid-LoM0g0382Z .service-box-two:hover .service-box-text p a {
  opacity: 1;
  pointer-events: all;
}
.cid-LoM0g0382Z .service-details-thumb {
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 30px;
}
.cid-LoM0g0382Z .service-details-content h3 {
  font-size: 30px;
  font-weight: 600;
  color: #fe9601;
  margin-bottom: 20px;
}
.cid-LoM0g0382Z .service-details-content p {
  font-size: 17px;
  margin-bottom: 20px;
}
.cid-LoM0g0382Z .service-details-list {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px;
}
.cid-LoM0g0382Z .service-details-list li {
  list-style: none;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 18px;
  font-weight: 500;
  color: #29c6b8;
  margin-bottom: 25px;
}
.cid-LoM0g0382Z .service-details-list li p {
  font-size: 18px;
  font-weight: 500;
  color: #29c6b8;
}
.cid-LoM0g0382Z .service-details-list li a {
  margin-left: 5px;
  margin-right: 5px;
}
.cid-LoM0g0382Z .service-details-list li:last-child {
  margin-bottom: 0;
}
.cid-LoM0g0382Z .service-details-list li:hover .about-list-item-selector {
  background-color: #fe9601;
  color: #fff;
}
.cid-LoM0g0382Z .service-details-grid {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}
.cid-LoM0g0382Z .service-details-grid-item {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
}
.cid-LoM0g0382Z .service-details-grid-item img {
  border-radius: 3px;
}
.cid-LoM0g0382Z .ai-service-list {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.cid-LoM0g0382Z .ai-service-list-item {
  display: flex;
  margin-bottom: 15px;
}
.cid-LoM0g0382Z .ai-service-list-item span {
  font-size: 22px;
  color: #F00;
  margin-right: 15px;
  font-weight: 500;
}
.cid-LoM0g0382Z .ai-service-list-item .ai-service-text p {
  margin-bottom: 5px;
  font-size: 16px;
}
.cid-LoM0g0382Z .ai-service-list-item .ai-service-text p:last-child {
  margin-bottom: 0;
}
.cid-LoM0g0382Z .service-section-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  background-color: #fe9601;
}
.cid-LoM0g0382Z .service-section-bg .btn {
  position: relative;
  z-index: 1;
}
.cid-LoM0g0382Z .service-details-section .widget_categories ul li {
  padding-left: 0 !important;
}
.cid-LoM0g0382Z .service-details-section .widget_categories ul li::before {
  display: none;
}
.cid-LoM0g0382Z .service-details-section .widget_categories ul li a {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 18px 20px;
  border-radius: 3px;
  background-color: #feedee;
  font-size: 16px;
  color: #F00 !important;
}
.cid-LoM0g0382Z .service-details-section .widget_categories ul li span.post-count {
  float: right;
  position: relative;
  top: -42px;
  right: 17px;
  color: #F00;
}
.cid-LoM0g0382Z .post-service-tab {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.cid-LoM0g0382Z .post-service-tab-item {
  padding: 15px 20px;
  border: 1px solid #F00;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  margin-right: -1px;
  margin-bottom: -1px;
}
.cid-LoM0g0382Z .post-service-tab-item.post-service-tab-active {
  background-color: #F00;
  color: #fff;
}
.cid-LoM0g0382Z .post-service-tab-item:first-child {
  border-radius: 3px 0 0 3px;
}
.cid-LoM0g0382Z .post-service-tab-item:last-child {
  border-radius: 0 3px 3px 0;
}
.cid-LoM0g0382Z .post-service-details-content h3 {
  font-size: 24px;
  color: #000;
  margin-bottom: 15px;
  font-weight: 600;
}
.cid-LoM0g0382Z .post-service-details-content p {
  font-size: 16px;
  margin-bottom: 15px;
}
.cid-LoM0g0382Z .post-service-details-list {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.cid-LoM0g0382Z .post-service-details-list li {
  list-style: none;
  margin-bottom: 15px;
  font-size: 16px;
  display: flex;
  color: #000;
}
.cid-LoM0g0382Z .post-service-details-list li:last-child {
  margin-bottom: 0;
}
.cid-LoM0g0382Z .post-service-details-list li span {
  margin-right: 10px;
  font-size: 17px;
}
.cid-LoM0g0382Z .post-service-logos {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -10px;
}
.cid-LoM0g0382Z .post-service-logo-item {
  max-width: 215px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 10px;
}
.cid-LoM0g0382Z .post-service-details-item {
  display: none;
}
.cid-LoM0g0382Z .post-service-details-item.post-service-details-active {
  display: block;
}
.cid-LoM0g0382Z H3 {
  text-align: center;
}
.cid-LoM0g0382Z P {
  text-align: center;
  color: #ff6e08;
}
.cid-sidFa8noCN {
  z-index: 1000;
  width: 100%;
}
.cid-sidFa8noCN nav.navbar {
  position: fixed;
}
.cid-sidFa8noCN .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sidFa8noCN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sidFa8noCN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sidFa8noCN .dropdown-item:hover,
.cid-sidFa8noCN .dropdown-item:focus {
  background: #43c100 !important;
  color: white !important;
}
.cid-sidFa8noCN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sidFa8noCN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sidFa8noCN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sidFa8noCN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sidFa8noCN .nav-link {
  position: relative;
}
.cid-sidFa8noCN .container {
  display: flex;
  margin: auto;
}
.cid-sidFa8noCN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sidFa8noCN .dropdown-menu,
.cid-sidFa8noCN .navbar.opened {
  background: #113069 !important;
}
.cid-sidFa8noCN .nav-item:focus,
.cid-sidFa8noCN .nav-link:focus {
  outline: none;
}
.cid-sidFa8noCN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sidFa8noCN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sidFa8noCN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sidFa8noCN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sidFa8noCN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sidFa8noCN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sidFa8noCN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(17, 48, 105, 0.1);
}
.cid-sidFa8noCN .navbar.opened {
  transition: all 0.3s;
}
.cid-sidFa8noCN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sidFa8noCN .navbar .navbar-logo img {
  width: auto;
}
.cid-sidFa8noCN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sidFa8noCN .navbar.collapsed {
  justify-content: center;
}
.cid-sidFa8noCN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sidFa8noCN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sidFa8noCN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sidFa8noCN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sidFa8noCN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sidFa8noCN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sidFa8noCN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sidFa8noCN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sidFa8noCN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sidFa8noCN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sidFa8noCN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sidFa8noCN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sidFa8noCN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sidFa8noCN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sidFa8noCN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sidFa8noCN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sidFa8noCN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sidFa8noCN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sidFa8noCN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sidFa8noCN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sidFa8noCN .navbar.navbar-short {
  min-height: 60px;
}
.cid-sidFa8noCN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sidFa8noCN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sidFa8noCN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sidFa8noCN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sidFa8noCN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sidFa8noCN .dropdown-item.active,
.cid-sidFa8noCN .dropdown-item:active {
  background-color: transparent;
}
.cid-sidFa8noCN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sidFa8noCN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sidFa8noCN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sidFa8noCN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #113069;
}
.cid-sidFa8noCN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sidFa8noCN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sidFa8noCN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sidFa8noCN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sidFa8noCN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sidFa8noCN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6e08;
}
.cid-sidFa8noCN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sidFa8noCN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sidFa8noCN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sidFa8noCN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sidFa8noCN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sidFa8noCN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sidFa8noCN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sidFa8noCN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sidFa8noCN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sidFa8noCN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sidFa8noCN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sidFa8noCN .navbar {
    height: 70px;
  }
  .cid-sidFa8noCN .navbar.opened {
    height: auto;
  }
  .cid-sidFa8noCN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sXeNSGk7sG {
  background-color: #113069;
}
.cid-sXeNSGk7sG .wave1 {
  fill: #ff6e08;
}
.cid-sXeNSGk7sG .wave2 {
  fill: #ff6e08;
  opacity: 0.5;
}
.cid-sXeNSGk7sG .wave3,
.cid-sXeNSGk7sG .wave4 {
  fill: #ff6e08;
  opacity: 0.35;
}
.cid-ywKFawjtQ8 {
  padding-top: 0px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom right, #ff6e08, #ff6e08);
}
.cid-ywKFawjtQ8 .text-color {
  color: #ffffff;
}
.cid-ywKFawjtQ8 * {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  box-sizing: border-box;
}
.cid-ywKFawjtQ8 *:before,
.cid-ywKFawjtQ8 *:after {
  box-sizing: border-box;
}
.cid-ywKFawjtQ8 html,
.cid-ywKFawjtQ8 body {
  min-height: 100%;
}
.cid-ywKFawjtQ8 h1 {
  display: table;
  margin: 5% auto 0;
  text-transform: uppercase;
  font-family: 'Times Roman', sans-serif;
  font-size: 3em;
  font-weight: 400;
  color: #fff;
  text-shadow: 0 1px white, 0 1px black;
}
.cid-ywKFawjtQ8 .container {
  margin: 4% auto;
  width: 210px;
  height: 140px;
  position: relative;
  perspective: 1000px;
}
.cid-ywKFawjtQ8 #carousel {
  width: 100%;
  height: 100%;
  position: absolute;
  transform-style: preserve-3d;
  animation: rotation 20s infinite linear;
}
.cid-ywKFawjtQ8 #carousel:hover {
  animation-play-state: paused;
}
.cid-ywKFawjtQ8 #carousel figure {
  display: block;
  position: absolute;
  width: 90%;
  height: 50%px;
  left: 10px;
  top: 10px;
  background: black;
  overflow: hidden;
  border: solid 3px black;
}
.cid-ywKFawjtQ8 #carousel figure:nth-child(1) {
  transform: rotateY(0deg) translateZ(288px);
}
.cid-ywKFawjtQ8 #carousel figure:nth-child(2) {
  transform: rotateY(40deg) translateZ(288px);
}
.cid-ywKFawjtQ8 #carousel figure:nth-child(3) {
  transform: rotateY(80deg) translateZ(288px);
}
.cid-ywKFawjtQ8 #carousel figure:nth-child(4) {
  transform: rotateY(120deg) translateZ(288px);
}
.cid-ywKFawjtQ8 #carousel figure:nth-child(5) {
  transform: rotateY(160deg) translateZ(288px);
}
.cid-ywKFawjtQ8 #carousel figure:nth-child(6) {
  transform: rotateY(200deg) translateZ(288px);
}
.cid-ywKFawjtQ8 #carousel figure:nth-child(7) {
  transform: rotateY(240deg) translateZ(288px);
}
.cid-ywKFawjtQ8 #carousel figure:nth-child(8) {
  transform: rotateY(280deg) translateZ(288px);
}
.cid-ywKFawjtQ8 #carousel figure:nth-child(9) {
  transform: rotateY(320deg) translateZ(288px);
}
.cid-ywKFawjtQ8 img:hover {
  -webkit-filter: grayscale(0);
  transform: scale(1.2, 1.2);
}
@keyframes rotation {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}
.cid-hETp8CCDoD {
  background-color: #ff6e08;
}
.cid-hETp8CCDoD .wave1 {
  fill: #ffffff;
}
.cid-hETp8CCDoD .wave2 {
  fill: #ffffff;
  opacity: 0.5;
}
.cid-hETp8CCDoD .wave3,
.cid-hETp8CCDoD .wave4 {
  fill: #ffffff;
  opacity: 0.35;
}
.cid-sY8OSBNHHb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sY8OSBNHHb hr {
  border: none;
  height: 50px;
  width: 90%;
  margin-top: 0;
  border-bottom: 1px solid #1f1209;
  box-shadow: 0 20px 20px -20px #333333;
  margin: -50px auto 10px;
}
.cid-sidFHjocn1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sidFHjocn1 .video-wrapper iframe {
  width: 100%;
}
.cid-sidFHjocn1 .mbr-section-title,
.cid-sidFHjocn1 .mbr-section-subtitle,
.cid-sidFHjocn1 .mbr-text {
  text-align: center;
}
.cid-sidFHjocn1 .mbr-section-title {
  color: #ff9966;
}
.cid-sXvPCq7idS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sXvPCq7idS hr {
  border: none;
  height: 50px;
  width: 90%;
  margin-top: 0;
  border-bottom: 1px solid #1f1209;
  box-shadow: 0 20px 20px -20px #333333;
  margin: -50px auto 10px;
}
.cid-sidGC1r3vh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sidGC1r3vh .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-sidGC1r3vh .card {
    margin-bottom: 2rem!important;
  }
  .cid-sidGC1r3vh .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sidGC1r3vh .link-wrap {
    align-items: center;
  }
}
.cid-sidGC1r3vh .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sXuSENeZEe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sXuSENeZEe hr {
  border: none;
  height: 50px;
  width: 90%;
  margin-top: 0;
  border-bottom: 1px solid #1f1209;
  box-shadow: 0 20px 20px -20px #333333;
  margin: -50px auto 10px;
}
.cid-sidGa8bBvl {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sidGa8bBvl img,
.cid-sidGa8bBvl .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sidGa8bBvl .item:focus,
.cid-sidGa8bBvl span:focus {
  outline: none;
}
.cid-sidGa8bBvl .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sidGa8bBvl .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sidGa8bBvl .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sidGa8bBvl .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sidGa8bBvl .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sidGa8bBvl .mbr-section-title {
  color: #232323;
}
.cid-sidGa8bBvl .mbr-text,
.cid-sidGa8bBvl .mbr-section-btn {
  text-align: left;
}
.cid-sidGa8bBvl .item-title {
  text-align: left;
}
.cid-sidGa8bBvl .item-subtitle {
  text-align: left;
  color: #032a71;
}
.cid-uCn99Pelzt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uCn99Pelzt hr {
  border: none;
  height: 50px;
  width: 90%;
  margin-top: 0;
  border-bottom: 1px solid #1f1209;
  box-shadow: 0 20px 20px -20px #333333;
  margin: -50px auto 10px;
}
.cid-uCn42zYelf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uCn42zYelf .item {
  padding-bottom: 2rem;
}
.cid-uCn42zYelf .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-uCn42zYelf .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uCn42zYelf .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 80px;
  height: 80px;
  font-size: 40px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uCn42zYelf .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uCn42zYelf .carousel-control,
.cid-uCn42zYelf .close {
  background: #1b1b1b;
}
.cid-uCn42zYelf .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uCn42zYelf .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uCn42zYelf .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uCn42zYelf .carousel-control-next span {
  margin-left: 5px;
}
.cid-uCn42zYelf .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uCn42zYelf .close::before {
  content: '\e91a';
}
.cid-uCn42zYelf .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uCn42zYelf .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uCn42zYelf .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uCn42zYelf .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uCn42zYelf .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uCn42zYelf .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uCn42zYelf .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uCn42zYelf .carousel-indicators li.active,
.cid-uCn42zYelf .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uCn42zYelf .carousel-indicators li::after,
.cid-uCn42zYelf .carousel-indicators li::before {
  content: none;
}
.cid-uCn42zYelf .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uCn42zYelf .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uCn42zYelf .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uCn42zYelf .carousel-indicators {
    display: none;
  }
}
.cid-uCn42zYelf .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uCn42zYelf .carousel-inner > .active {
  display: block;
}
.cid-uCn42zYelf .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uCn42zYelf .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uCn42zYelf .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uCn42zYelf .carousel-control,
  .cid-uCn42zYelf .carousel-indicators,
  .cid-uCn42zYelf .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uCn42zYelf .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uCn42zYelf .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uCn42zYelf .carousel-indicators .active,
.cid-uCn42zYelf .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uCn42zYelf .carousel-indicators .active {
  background: #fff;
}
.cid-uCn42zYelf .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uCn42zYelf .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uCn42zYelf .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uCn42zYelf .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uCn42zYelf .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uCn42zYelf .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uCn42zYelf .carousel {
  width: 100%;
}
.cid-uCn42zYelf .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uCn42zYelf .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uCn42zYelf .modal.fade .modal-dialog,
.cid-uCn42zYelf .modal.in .modal-dialog {
  transform: none;
}
.cid-uCn42zYelf .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uCn42zYelf H6 {
  text-align: center;
  color: #fafafa;
}
.cid-sXuTW3pRnA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sXuTW3pRnA hr {
  border: none;
  height: 50px;
  width: 90%;
  margin-top: 0;
  border-bottom: 1px solid #1f1209;
  box-shadow: 0 20px 20px -20px #333333;
  margin: -50px auto 10px;
}
.cid-sWqxKhArHG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sWqxKhArHG .video-wrapper iframe {
  width: 100%;
}
.cid-sWqxKhArHG .mbr-section-title,
.cid-sWqxKhArHG .mbr-section-subtitle,
.cid-sWqxKhArHG .mbr-text {
  text-align: center;
}
.cid-sWqxKhArHG .mbr-text {
  color: #fafafa;
}
.cid-uCyIgEzix9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uCyIgEzix9 hr {
  border: none;
  height: 50px;
  width: 90%;
  margin-top: 0;
  border-bottom: 1px solid #1f1209;
  box-shadow: 0 20px 20px -20px #333333;
  margin: -50px auto 10px;
}
.cid-uCyTmfqhu6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uCyTmfqhu6 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uCyTmfqhu6 .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-uCyTmfqhu6 .mbr-text,
.cid-uCyTmfqhu6 .mbr-section-btn {
  color: #000000;
}
.cid-sXvPGWU2nM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sXvPGWU2nM hr {
  border: none;
  height: 50px;
  width: 90%;
  margin-top: 0;
  border-bottom: 1px solid #1f1209;
  box-shadow: 0 20px 20px -20px #333333;
  margin: -50px auto 10px;
}
.cid-uCtDBkKHGM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uCtDBkKHGM .item {
  padding-bottom: 2rem;
}
.cid-uCtDBkKHGM .item-wrapper {
  height: 200px;
  position: relative;
}
.cid-uCtDBkKHGM .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uCtDBkKHGM .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 80px;
  height: 80px;
  font-size: 40px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uCtDBkKHGM .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uCtDBkKHGM .carousel-control,
.cid-uCtDBkKHGM .close {
  background: #1b1b1b;
}
.cid-uCtDBkKHGM .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uCtDBkKHGM .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uCtDBkKHGM .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uCtDBkKHGM .carousel-control-next span {
  margin-left: 5px;
}
.cid-uCtDBkKHGM .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uCtDBkKHGM .close::before {
  content: '\e91a';
}
.cid-uCtDBkKHGM .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uCtDBkKHGM .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uCtDBkKHGM .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uCtDBkKHGM .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uCtDBkKHGM .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uCtDBkKHGM .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uCtDBkKHGM .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uCtDBkKHGM .carousel-indicators li.active,
.cid-uCtDBkKHGM .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uCtDBkKHGM .carousel-indicators li::after,
.cid-uCtDBkKHGM .carousel-indicators li::before {
  content: none;
}
.cid-uCtDBkKHGM .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uCtDBkKHGM .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uCtDBkKHGM .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uCtDBkKHGM .carousel-indicators {
    display: none;
  }
}
.cid-uCtDBkKHGM .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uCtDBkKHGM .carousel-inner > .active {
  display: block;
}
.cid-uCtDBkKHGM .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uCtDBkKHGM .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uCtDBkKHGM .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uCtDBkKHGM .carousel-control,
  .cid-uCtDBkKHGM .carousel-indicators,
  .cid-uCtDBkKHGM .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uCtDBkKHGM .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uCtDBkKHGM .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uCtDBkKHGM .carousel-indicators .active,
.cid-uCtDBkKHGM .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uCtDBkKHGM .carousel-indicators .active {
  background: #fff;
}
.cid-uCtDBkKHGM .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uCtDBkKHGM .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uCtDBkKHGM .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uCtDBkKHGM .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uCtDBkKHGM .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uCtDBkKHGM .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uCtDBkKHGM .carousel {
  width: 100%;
}
.cid-uCtDBkKHGM .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uCtDBkKHGM .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uCtDBkKHGM .modal.fade .modal-dialog,
.cid-uCtDBkKHGM .modal.in .modal-dialog {
  transform: none;
}
.cid-uCtDBkKHGM .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uCtDBkKHGM H6 {
  text-align: center;
  color: #fafafa;
}
.cid-uCtQvlac0u {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uCtQvlac0u .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uCtQvlac0u .bg-instagram:hover {
  background: #bd005c;
}
.cid-uCtQvlac0u .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uCtQvlac0u [class^="socicon-"]:before,
.cid-uCtQvlac0u [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uCtHv7xYKm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uCtHv7xYKm .google-map {
  height: 30rem;
  position: relative;
}
.cid-uCtHv7xYKm .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uCtHv7xYKm .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uCtHv7xYKm .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uCtHv7xYKm .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uCtHv7xYKm .mbr-section-subtitle {
  color: #25447f;
}
.cid-uCtDEhxffV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uCtDEhxffV hr {
  border: none;
  height: 50px;
  width: 90%;
  margin-top: 0;
  border-bottom: 1px solid #1f1209;
  box-shadow: 0 20px 20px -20px #333333;
  margin: -50px auto 10px;
}
.cid-sjwHHkxei2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sjwHHkxei2 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sjwHHkxei2 .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-sjwHHkxei2 .mbr-text,
.cid-sjwHHkxei2 .mbr-section-btn {
  color: #000000;
}
.cid-sXvQOEmEeM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sXvQOEmEeM hr {
  border: none;
  height: 50px;
  width: 90%;
  margin-top: 0;
  border-bottom: 1px solid #1f1209;
  box-shadow: 0 20px 20px -20px #333333;
  margin: -50px auto 10px;
}
.cid-sip3baD7EI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/whatsapp-image-2020-11-26-at-11.16.01-am-1-1280x960.jpg");
}
.cid-sip3baD7EI .mbr-overlay {
  background-color: #353535;
  opacity: 0.4;
}
.cid-sip3baD7EI form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sip3baD7EI form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-sip3baD7EI form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sip3baD7EI .mbr-section-title {
  color: #ffffff;
}
.cid-sXvRop7uHh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sXvRop7uHh hr {
  border: none;
  height: 50px;
  width: 90%;
  margin-top: 0;
  border-bottom: 1px solid #1f1209;
  box-shadow: 0 20px 20px -20px #333333;
  margin: -50px auto 10px;
}
.cid-sXeHilJ9gb {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #39578f, #ffffff);
}
@media (max-width: 767px) {
  .cid-sXeHilJ9gb .content {
    text-align: center;
  }
  .cid-sXeHilJ9gb .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sXeHilJ9gb .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sXeHilJ9gb .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sXeHilJ9gb .media-wrap img {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-sXeHilJ9gb .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sXeHilJ9gb .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sXeHilJ9gb .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sXeHilJ9gb .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sXeHilJ9gb .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sXeHilJ9gb .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sXeHilJ9gb .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sXeHilJ9gb .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sXeHilJ9gb .google-map {
  height: 25rem;
  position: relative;
}
.cid-sXeHilJ9gb .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sXeHilJ9gb .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sXeHilJ9gb .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sXeHilJ9gb .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sXeHilJ9gb P {
  color: #39578f;
  text-align: left;
}
.cid-sXeHilJ9gb H5 {
  text-align: left;
  color: #ff6e08;
}
.cid-sWz65b5YVD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sWz65b5YVD .media-container-row .mbr-text {
  color: #032a71;
}
.cid-uCtIZyVY45 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uCtIZyVY45 hr {
  border: none;
  height: 50px;
  width: 90%;
  margin-top: 0;
  border-bottom: 1px solid #1f1209;
  box-shadow: 0 20px 20px -20px #333333;
  margin: -50px auto 10px;
}
