.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Bacasime Antique;
}
.display-1 {
  font-family: 'Bacasime Antique', serif;
  font-size: 5rem;
  line-height: 88px;
  letter-spacing: -0.005em;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Bacasime Antique', serif;
  font-size: 3rem;
  line-height: 58px;
  letter-spacing: .005em;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Bacasime Antique', serif;
  font-size: 1.125rem;
  line-height: 110%;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Bacasime Antique', serif;
  font-size: 2.375rem;
  line-height: 46px;
  letter-spacing: .005em;
}
.display-5 > .mbr-iconfont {
  font-size: 2.96875rem;
}
.display-7 {
  font-family: 'Onest', sans-serif;
  font-size: 1.25rem;
  line-height: inherit;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.9rem;
    font-size: calc( 1.48125rem + (2.375 - 1.48125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.48125rem + (2.375 - 1.48125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 6px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #f2ac2b !important;
}
.bg-success {
  background-color: #171827 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #8d5ef1 !important;
}
.bg-danger {
  background-color: #4d1760 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f2ac2b !important;
  border-color: #f2ac2b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #f5bf5b !important;
  border-color: #f5bf5b !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f5bf5b !important;
  border-color: #f5bf5b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ec8c39 !important;
  border-color: #ec8c39 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f0a768 !important;
  border-color: #f0a768 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #f0a768 !important;
  border-color: #f0a768 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #171827 !important;
  border-color: #171827 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #2a2c47 !important;
  border-color: #2a2c47 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a2c47 !important;
  border-color: #2a2c47 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #8d5ef1 !important;
  border-color: #8d5ef1 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ae8df5 !important;
  border-color: #ae8df5 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ae8df5 !important;
  border-color: #ae8df5 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #4d1760 !important;
  border-color: #4d1760 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #6e2189 !important;
  border-color: #6e2189 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #6e2189 !important;
  border-color: #6e2189 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #f2ac2b;
  color: #f2ac2b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #bb7d0b !important;
  background-color: transparent !important;
  border-color: #bb7d0b !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f2ac2b !important;
  border-color: #f2ac2b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ec8c39;
  color: #ec8c39;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #bc6112 !important;
  background-color: transparent !important;
  border-color: #bc6112 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ec8c39 !important;
  border-color: #ec8c39 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #171827;
  color: #171827;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #171827 !important;
  border-color: #171827 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #8d5ef1;
  color: #8d5ef1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5714e4 !important;
  background-color: transparent !important;
  border-color: #5714e4 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #8d5ef1 !important;
  border-color: #8d5ef1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #4d1760;
  color: #4d1760;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #15061a !important;
  background-color: transparent !important;
  border-color: #15061a !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #4d1760 !important;
  border-color: #4d1760 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #f2ac2b !important;
}
.text-secondary {
  color: #ec8c39 !important;
}
.text-success {
  color: #171827 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #8d5ef1 !important;
}
.text-danger {
  color: #4d1760 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ac730b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ae5a11 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #5113d6 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #0b030e !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #f2ac2b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #8d5ef1;
}
.alert-danger {
  background-color: #4d1760;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f2ac2b;
  border-color: #f2ac2b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f2ac2b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fef7eb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c6c7dd;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #a030c7;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Onest', sans-serif;
  font-size: 1.25rem;
  line-height: inherit;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5625rem;
}
.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: #f2ac2b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Onest', sans-serif;
  font-size: 1.25rem;
  line-height: inherit;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #f2ac2b;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .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: #f2ac2b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f2ac2b;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f2ac2b;
  border-bottom-color: #f2ac2b;
}
.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: #f2ac2b !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: #ec8c39 !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='%23f2ac2b' %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;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  box-shadow: none;
  border-width: 1px;
  border-radius: 6px !important;
  padding: 14px 26px;
  font-weight: 400 !important;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary {
  background-image: linear-gradient(94.47deg, #f2ac2b 0, #ec8c39 75%);
  color: #171827 !important;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus {
  background-color: #f2ac2b !important;
  background-image: initial;
}
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary {
  background-image: linear-gradient(94.47deg, #ec8c39 0, #f2ac2b 75%);
}
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn-main .btn-secondary:hover,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn-main .btn-secondary:focus {
  background-color: #ec8c39 !important;
  background-image: initial;
}
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success {
  background-image: linear-gradient(94.47deg, #171827 0, #ec8c39 75%);
}
.mbr-section-btn .btn-success:hover,
.mbr-section-btn-main .btn-success:hover,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn-main .btn-success:focus {
  background-color: #171827 !important;
  background-image: initial;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  background-image: linear-gradient(94.47deg, #ffffff 0, #ec8c39 75%);
}
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus {
  background-color: #ffffff !important;
  background-image: initial;
}
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning {
  background-image: linear-gradient(94.47deg, #8d5ef1 0, #ec8c39 75%);
}
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn-main .btn-warning:hover,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn-main .btn-warning:focus {
  background-color: #8d5ef1 !important;
  background-image: initial;
}
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger {
  background-image: linear-gradient(94.47deg, #4d1760 0, #ec8c39 75%);
}
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn-main .btn-danger:hover,
.mbr-section-btn .btn-danger:focus,
.mbr-section-btn-main .btn-danger:focus {
  background-color: #4d1760 !important;
  background-image: initial;
}
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white {
  background-color: #ffffff !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn-main .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn-main .btn-white:focus {
  background-color: #ffffff !important;
  background-image: initial;
}
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black {
  background-color: #000000 !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn-main .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn-main .btn-black:focus {
  background-color: #000000 !important;
  background-image: initial;
}
img {
  border-radius: 12px !important;
}
.cid-tROHvnO7p6 {
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tROHvnO7p6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tROHvnO7p6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tROHvnO7p6 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tROHvnO7p6 .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-tROHvnO7p6 .container {
    padding: 0 15px;
  }
}
.cid-tROHvnO7p6 .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-tROHvnO7p6 .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tROHvnO7p6 .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-tROHvnO7p6 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-tROHvnO7p6 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tROHvnO7p6 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tROHvnO7p6 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tROHvnO7p6 .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-tROHvnO7p6 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-tROHvnO7p6 .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #373d52;
  box-shadow: 10px 10px 50px #d2d2df;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-tROHvnO7p6 .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-tROHvnO7p6 .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-tROHvnO7p6 .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-tROHvnO7p6 .mbr-section-title {
  color: #ffffff;
}
.cid-tROHvnO7p6 .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-tROHvnO7p6 .mbr-text {
  color: #d2d2df;
}
.cid-tROI4QT8h2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tROI4QT8h2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tROI4QT8h2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tROI4QT8h2 .container {
    padding: 0 15px;
  }
}
.cid-tROI4QT8h2 .row {
  justify-content: center;
}
.cid-tROI4QT8h2 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tROI4QT8h2 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tROI4QT8h2 .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-tROI4QT8h2 .subtitle-wrapper {
    padding: 0;
  }
}
.cid-tROI4QT8h2 .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tROI4QT8h2 .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-tROI4QT8h2 .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-tROI4QT8h2 .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-tROI4QT8h2 .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-tROI4QT8h2 .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tROI4QT8h2 .lists-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -50px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f2ac2b;
  color: #171827;
  font-size: 16px;
}
@media (max-width: 992px) {
  .cid-tROI4QT8h2 .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-tROI4QT8h2 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tROI4QT8h2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tROI4QT8h2 .list {
  color: #ffffff;
}
.cid-tROHPboWa8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tROHPboWa8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tROHPboWa8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tROHPboWa8 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tROHPboWa8 .container {
    padding: 0 15px;
  }
}
.cid-tROHPboWa8 .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-tROHPboWa8 .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-tROHPboWa8 .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tROHPboWa8 .image-wrapper img {
    height: 400px;
  }
}
.cid-tROHPboWa8 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tROHPboWa8 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tROHPboWa8 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-tROHPboWa8 .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-tROHPboWa8 .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-tROHPboWa8 .mbr-section-title {
  color: #ffffff;
}
.cid-tROHPboWa8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tROHPboWa8 .mbr-text {
  color: #d2d2df;
}
.cid-tROHCn2Twe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tROHCn2Twe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tROHCn2Twe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tROHCn2Twe .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tROHCn2Twe .container {
    padding: 0 15px;
  }
}
.cid-tROHCn2Twe .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tROHCn2Twe .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tROHCn2Twe .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tROHCn2Twe .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-tROHCn2Twe .items-wrapper {
    display: block;
  }
}
.cid-tROHCn2Twe .items-wrapper .card-wrap {
  position: relative;
  padding: 0 10px;
}
@media (max-width: 992px) {
  .cid-tROHCn2Twe .items-wrapper .card-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px;
    margin-bottom: 80px;
  }
}
.cid-tROHCn2Twe .items-wrapper .card-wrap .icon-wrapper {
  position: relative;
  margin-bottom: 10px;
}
.cid-tROHCn2Twe .items-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  color: #f2ac2b;
  background-color: #171827;
  font-size: 52px;
  border: 1px solid #373d52;
  border-radius: 100%;
}
.cid-tROHCn2Twe .items-wrapper .card-wrap .item-text {
  position: relative;
  margin-bottom: 0;
}
.cid-tROHCn2Twe .items-wrapper .card-wrap .arrow-wrap {
  position: absolute;
  top: 26%;
  left: -2rem;
}
@media (max-width: 992px) {
  .cid-tROHCn2Twe .items-wrapper .card-wrap .arrow-wrap {
    top: -3.5rem;
    transform: rotate(90deg);
    left: auto;
  }
}
.cid-tROHCn2Twe .items-wrapper .card-wrap .arrow-wrap .mbr-iconfont {
  font-size: 32px;
  color: #1e6bff;
  opacity: .75;
}
@media (max-width: 992px) {
  .cid-tROHCn2Twe .items-wrapper .card-wrap .arrow-wrap .mbr-iconfont {
    display: flex;
  }
}
.cid-tROHCn2Twe .text-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-tROHCn2Twe .text-wrapper {
    margin-top: 40px;
  }
}
.cid-tROHCn2Twe .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tROHCn2Twe .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tROHCn2Twe .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-tROHCn2Twe .item-text {
  color: #d2d2df;
}
.cid-tROHCn2Twe .item-text,
.cid-tROHCn2Twe .icon-wrapper {
  text-align: center;
}
.cid-tROHwunccu {
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tROHwunccu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tROHwunccu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tROHwunccu .row {
  justify-content: center;
}
.cid-tROHwunccu .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tROHwunccu .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-tROHwunccu .container {
    padding: 0 15px;
  }
}
.cid-tROHwunccu .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tROHwunccu .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tROHwunccu .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tROHwunccu .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
}
@media (max-width: 992px) {
  .cid-tROHwunccu .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-tROHwunccu .items-wrapper {
    display: block;
  }
}
@media (max-width: 768px) {
  .cid-tROHwunccu .items-wrapper .item {
    margin-bottom: 15px;
  }
}
.cid-tROHwunccu .items-wrapper .item:hover .item-wrapper::before,
.cid-tROHwunccu .items-wrapper .item:focus .item-wrapper::before {
  margin-right: -10rem;
}
.cid-tROHwunccu .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding: 40px 22px;
  background-color: #171827;
  border: 1px solid #373d52;
  border-radius: 20px !important;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tROHwunccu .items-wrapper .item .item-wrapper {
    padding: 30px 15px;
  }
}
@media (max-width: 768px) {
  .cid-tROHwunccu .items-wrapper .item .item-wrapper {
    height: auto;
  }
}
.cid-tROHwunccu .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: -25%;
  width: 150%;
  height: 50%;
  background-image: linear-gradient(90deg, #ffffff -20%, #41798c 50%, #1e6bff 100%);
  border-radius: 50%;
  filter: blur(100px);
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-tROHwunccu .items-wrapper .item .item-wrapper::before {
    display: none;
  }
}
.cid-tROHwunccu .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-tROHwunccu .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 15px;
}
.cid-tROHwunccu .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 64px;
  color: #ffffff;
}
.cid-tROHwunccu .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-tROHwunccu .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-tROHwunccu .items-wrapper .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-tROHwunccu .items-wrapper .item .item-wrapper .mbr-section-btn .btn-primary-outline,
.cid-tROHwunccu .items-wrapper .item .item-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-tROHwunccu .items-wrapper .item .item-wrapper .mbr-section-btn .btn-success-outline,
.cid-tROHwunccu .items-wrapper .item .item-wrapper .mbr-section-btn .btn-info-outline,
.cid-tROHwunccu .items-wrapper .item .item-wrapper .mbr-section-btn .btn-warning-outline,
.cid-tROHwunccu .items-wrapper .item .item-wrapper .mbr-section-btn .btn-danger-outline,
.cid-tROHwunccu .items-wrapper .item .item-wrapper .mbr-section-btn .btn-white-outline,
.cid-tROHwunccu .items-wrapper .item .item-wrapper .mbr-section-btn .btn-black-outline {
  padding: 0;
  border: none !important;
}
.cid-tROHwunccu .items-wrapper .item .item-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-tROHwunccu .items-wrapper .item .item-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-tROHwunccu .items-wrapper .item .item-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-tROHwunccu .items-wrapper .item .item-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-tROHwunccu .items-wrapper .item .item-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-tROHwunccu .items-wrapper .item .item-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-tROHwunccu .items-wrapper .item .item-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-tROHwunccu .items-wrapper .item .item-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-tROHwunccu .items-wrapper .item .item-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-tROHwunccu .items-wrapper .item .item-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-tROHwunccu .items-wrapper .item .item-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-tROHwunccu .items-wrapper .item .item-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-tROHwunccu .items-wrapper .item .item-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-tROHwunccu .items-wrapper .item .item-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-tROHwunccu .items-wrapper .item .item-wrapper .mbr-section-btn .btn-white-outline:focus,
.cid-tROHwunccu .items-wrapper .item .item-wrapper .mbr-section-btn .btn-black-outline:focus {
  text-decoration: underline;
}
.cid-tROHwunccu .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tROHwunccu .item-title {
  color: #f2ac2b;
}
.cid-tROHwunccu .item-text {
  color: #ffffff;
}
.cid-tROHXWylOb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tROHXWylOb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tROHXWylOb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tROHXWylOb .container {
    padding: 0 15px;
  }
}
.cid-tROHXWylOb .row {
  justify-content: center;
}
.cid-tROHXWylOb .content-wrapper {
  padding: 92px 40px;
  border: 1px solid #373d52;
  position: relative;
  border-radius: 12px;
}
@media (max-width: 992px) {
  .cid-tROHXWylOb .content-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 768px) {
  .cid-tROHXWylOb .content-wrapper {
    padding: 80px 20px;
  }
}
.cid-tROHXWylOb .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tROHXWylOb .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #232b45;
  opacity: .5;
  z-index: 1;
  pointer-events: none;
}
.cid-tROHXWylOb .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tROHXWylOb .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tROHXWylOb .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tROHXWylOb .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tROHXWylOb .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-tROHXWylOb .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 40px;
}
.cid-tROHXWylOb .content-wrapper .countdown-cont {
  position: relative;
  z-index: 1;
}
@media (max-width: 425px) {
  .cid-tROHXWylOb .countdown.countdown-inited .row .col-3 {
    padding: 0 10px;
  }
}
.cid-tROHXWylOb .number-wrap {
  color: #d2d2df;
  text-align: center;
}
.cid-tROHXWylOb .number {
  color: #f2ac2b;
}
.cid-tROHXWylOb .period {
  display: block;
}
.cid-tROHXWylOb .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-tROHXWylOb .period {
    font-size: 0.8rem;
  }
}
.cid-tROHXWylOb .mbr-section-title {
  color: #ffffff;
}
.cid-tROHXWylOb .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-tROHXWylOb .mbr-section-title,
.cid-tROHXWylOb .mbr-section-btn {
  text-align: center;
}
.cid-tROHM6USBC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tROHM6USBC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tROHM6USBC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tROHM6USBC .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tROHM6USBC .container {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-tROHM6USBC .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tROHM6USBC .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tROHM6USBC .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tROHM6USBC .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tROHM6USBC .content-wrapper .list {
  margin: 16px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.cid-tROHM6USBC .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-tROHM6USBC .content-wrapper .list .item-wrap:hover,
.cid-tROHM6USBC .content-wrapper .list .item-wrap:focus {
  color: #f2ac2b;
}
.cid-tROHM6USBC .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
.cid-tROHM6USBC .mbr-section-title {
  color: #ffffff;
}
.cid-tROHM6USBC .mbr-text {
  color: #d2d2df;
}
.cid-tROHM6USBC .list {
  color: #d2d2df;
}
.cid-uxpM8mgStq {
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uxpM8mgStq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxpM8mgStq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxpM8mgStq .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uxpM8mgStq .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uxpM8mgStq .container {
    padding: 0 30px;
  }
}
.cid-uxpM8mgStq .card {
  justify-content: center;
}
.cid-uxpM8mgStq .title-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uxpM8mgStq .title-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uxpM8mgStq .title-wrapper {
    padding: 0;
  }
}
.cid-uxpM8mgStq .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uxpM8mgStq .title-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-uxpM8mgStq .title-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #4d1760;
}
@media (max-width: 992px) {
  .cid-uxpM8mgStq .title-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-uxpM8mgStq .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uxpM8mgStq .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uxpM8mgStq .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uxpM8mgStq .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uxpM8mgStq .content-wrapper {
    padding: 0;
  }
}
.cid-uxpM8mgStq .content-wrapper .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  background-color: transparent;
  padding: 0;
}
.cid-uxpM8mgStq .content-wrapper .panel-group .card:hover::before,
.cid-uxpM8mgStq .content-wrapper .panel-group .card:focus::before,
.cid-uxpM8mgStq .content-wrapper .panel-group .card:hover::after,
.cid-uxpM8mgStq .content-wrapper .panel-group .card:focus::after {
  opacity: 1;
}
.cid-uxpM8mgStq .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #8d5ef1;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-uxpM8mgStq .content-wrapper .panel-group .card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #8d5ef1;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-uxpM8mgStq .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uxpM8mgStq .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uxpM8mgStq .content-wrapper .panel-group .card .card-header .panel-title {
    padding: 40px 0;
  }
}
.cid-uxpM8mgStq .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uxpM8mgStq .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
    display: block;
  }
}
.cid-uxpM8mgStq .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-number {
  min-width: 120px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uxpM8mgStq .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-number {
    display: none;
  }
}
.cid-uxpM8mgStq .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  transition: all 0.5s ease-in-out;
}
.cid-uxpM8mgStq .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit::before {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #8d5ef1;
  transition: all 0.5s ease-in-out;
}
.cid-uxpM8mgStq .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  width: 20px;
  height: 20px;
  min-width: 20px;
  transition: all 0.3s ease-in-out;
  color: #8d5ef1;
  margin-left: 20px;
  opacity: .2;
}
.cid-uxpM8mgStq .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit {
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uxpM8mgStq .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit {
    padding-left: 60px;
  }
}
.cid-uxpM8mgStq .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit::before {
  width: 90px;
}
@media (max-width: 992px) {
  .cid-uxpM8mgStq .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit::before {
    width: 40px;
  }
}
.cid-uxpM8mgStq .content-wrapper .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  opacity: 1;
}
.cid-uxpM8mgStq .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit {
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uxpM8mgStq .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit {
    padding-left: 60px;
  }
}
.cid-uxpM8mgStq .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit::before {
  width: 90px;
}
@media (max-width: 992px) {
  .cid-uxpM8mgStq .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit::before {
    width: 40px;
  }
}
.cid-uxpM8mgStq .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  opacity: 1;
}
.cid-uxpM8mgStq .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 60px 120px;
}
@media (max-width: 992px) {
  .cid-uxpM8mgStq .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 0 40px 0;
  }
}
.cid-uxpM8mgStq .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uxpM8mgStq .mbr-desc {
  color: #bee0d6;
}
.cid-uxpM8mgStq .mbr-section-title {
  color: #bee0d6;
}
.cid-uxpM8mgStq .panel-number {
  color: #bee0d6;
}
.cid-uxpM8mgStq .panel-title-edit {
  color: #bee0d6;
}
.cid-uxpM8mgStq .panel-text {
  color: #bee0d6;
}
.cid-uxhtipNo4H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uxhtipNo4H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxhtipNo4H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxhtipNo4H .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uxhtipNo4H .container {
    padding: 0 15px;
  }
}
.cid-uxhtipNo4H .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uxhtipNo4H .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxhtipNo4H .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uxhtipNo4H .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uxhtipNo4H .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uxhtipNo4H .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
}
@media (max-width: 1200px) {
  .cid-uxhtipNo4H .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uxhtipNo4H .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uxhtipNo4H .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uxhtipNo4H .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uxhtipNo4H .items-wrapper .item a {
  display: block;
}
.cid-uxhtipNo4H .items-wrapper .item a:hover .item-wrapper::before,
.cid-uxhtipNo4H .items-wrapper .item a:focus .item-wrapper::before {
  opacity: 1;
}
.cid-uxhtipNo4H .items-wrapper .item a:hover .item-wrapper .item-img img,
.cid-uxhtipNo4H .items-wrapper .item a:focus .item-wrapper .item-img img {
  transform: scale(1.02);
}
.cid-uxhtipNo4H .items-wrapper .item a .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxhtipNo4H .items-wrapper .item a .item-wrapper::before {
  content: '';
  position: absolute;
  width: 145%;
  height: 60%;
  background-image: linear-gradient(90deg, #1e6bff 16%, #8d5ef1 81%);
  border-radius: 100%;
  filter: blur(55px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-uxhtipNo4H .items-wrapper .item a .item-wrapper::before {
    display: none;
  }
}
.cid-uxhtipNo4H .items-wrapper .item a .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 6px !important;
}
.cid-uxhtipNo4H .items-wrapper .item a .item-wrapper .item-img img {
  height: 535px;
  object-fit: cover;
  border-radius: 6px !important;
  transition: all 0.7s ease-in-out;
}
.cid-uxhtipNo4H .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uxhtipNo4H .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-tROHSN7ets {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tROHSN7ets .mbr-fallback-image.disabled {
  display: none;
}
.cid-tROHSN7ets .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tROHSN7ets .container {
    padding: 0 15px;
  }
}
.cid-tROHSN7ets .row {
  justify-content: center;
}
.cid-tROHSN7ets .content-wrapper {
  padding: 100px 40px;
  border: 1px solid #373d52;
  position: relative;
  border-radius: 12px;
}
@media (max-width: 992px) {
  .cid-tROHSN7ets .content-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 768px) {
  .cid-tROHSN7ets .content-wrapper {
    padding: 80px 20px;
  }
}
.cid-tROHSN7ets .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tROHSN7ets .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #284177;
  opacity: .4;
  z-index: 1;
  pointer-events: none;
}
.cid-tROHSN7ets .content-wrapper .mbr-form {
  position: relative;
  z-index: 1;
}
.cid-tROHSN7ets .content-wrapper .mbr-form .form-wrap .dragArea.row {
  padding: 0 20%;
}
@media (max-width: 992px) {
  .cid-tROHSN7ets .content-wrapper .mbr-form .form-wrap .dragArea.row {
    padding: 0;
  }
}
.cid-tROHSN7ets .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cid-tROHSN7ets .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
    margin-bottom: 20px !important;
  }
}
.cid-tROHSN7ets .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 50px !important;
}
@media (max-width: 992px) {
  .cid-tROHSN7ets .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
    margin-bottom: 20px !important;
  }
}
.cid-tROHSN7ets .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cid-tROHSN7ets .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
    margin-bottom: 20px !important;
  }
}
.cid-tROHSN7ets .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  padding: 14px 20px 16px;
  box-shadow: none;
  border-radius: 0 !important;
  border: none !important;
  border-bottom: 1px solid #f2ac2b !important;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.cid-tROHSN7ets .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-tROHSN7ets .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: inset 4px 4px 12px #284177;
}
.cid-tROHSN7ets .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
}
.cid-tROHSN7ets .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-tROHSN7ets .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-tROHSN7ets .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #f2ac2b;
  border-color: #f2ac2b;
}
.cid-tROHSN7ets .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tROHSN7ets .mbr-section-btn .btn {
    margin-left: 0;
  }
}
.cid-tROHSN7ets .mbr-section-title {
  color: #f2ac2b;
  text-align: center;
}
.cid-tROHSN7ets .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uxswL8QxG9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uxswL8QxG9 nav.navbar {
  position: fixed;
}
.cid-uxswL8QxG9 .navbar {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #012b3a;
}
.cid-uxswL8QxG9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uxswL8QxG9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxswL8QxG9 .navbar .navbar-logo img {
  width: auto;
}
.cid-uxswL8QxG9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxswL8QxG9 .navbar.collapsed {
  justify-content: center;
}
.cid-uxswL8QxG9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxswL8QxG9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxswL8QxG9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uxswL8QxG9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxswL8QxG9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxswL8QxG9 .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-uxswL8QxG9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxswL8QxG9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxswL8QxG9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991px) {
  .cid-uxswL8QxG9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxswL8QxG9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxswL8QxG9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxswL8QxG9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxswL8QxG9 .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-uxswL8QxG9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxswL8QxG9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxswL8QxG9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxswL8QxG9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uxswL8QxG9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxswL8QxG9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxswL8QxG9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uxswL8QxG9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uxswL8QxG9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uxswL8QxG9 .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-uxswL8QxG9 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uxswL8QxG9 .dropdown-item:hover,
.cid-uxswL8QxG9 .dropdown-item:focus {
  color: #f2ac2b !important;
}
.cid-uxswL8QxG9 .nav-dropdown .link {
  padding: 13px 0em !important;
  font-weight: 500;
}
.cid-uxswL8QxG9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxswL8QxG9 .nav-link {
  position: relative;
  padding: 0;
  transition: all 0.3s ease-in-out;
  padding-bottom: 13px !important;
}
.cid-uxswL8QxG9 .container {
  display: flex;
  margin: auto;
}
.cid-uxswL8QxG9 .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxswL8QxG9 .dropdown-menu,
.cid-uxswL8QxG9 .navbar.opened {
  background: #012b3a !important;
}
.cid-uxswL8QxG9 .nav-item:focus,
.cid-uxswL8QxG9 .nav-link:focus {
  outline: none;
}
.cid-uxswL8QxG9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxswL8QxG9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxswL8QxG9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxswL8QxG9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxswL8QxG9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxswL8QxG9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxswL8QxG9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxswL8QxG9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxswL8QxG9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxswL8QxG9 .dropdown-item.active,
.cid-uxswL8QxG9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uxswL8QxG9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxswL8QxG9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxswL8QxG9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxswL8QxG9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #012b3a;
}
.cid-uxswL8QxG9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxswL8QxG9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxswL8QxG9 ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-uxswL8QxG9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxswL8QxG9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxswL8QxG9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uxswL8QxG9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxswL8QxG9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxswL8QxG9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxswL8QxG9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxswL8QxG9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxswL8QxG9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxswL8QxG9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxswL8QxG9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxswL8QxG9 .navbar-dropdown {
  position: fixed;
}
.cid-uxswL8QxG9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxswL8QxG9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxswL8QxG9 .navbar {
    height: 70px;
  }
  .cid-uxswL8QxG9 .navbar.opened {
    height: auto;
  }
  .cid-uxswL8QxG9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxswL8QxG9 a {
  display: inline;
}
.cid-uxswL8QxG9 img {
  display: inline;
  padding-right: 10px;
}
.cid-uxswL8QxG9 .dropdown-toggle:after {
  display: none;
}
.cid-uxswL8QxG9 .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 9px;
  padding-bottom: 9px;
}
.cid-uxswL8QxG9 .dropdown-item:hover {
  color: #75dbcd !important;
}
@media (max-width: 990px) {
  .cid-uxswL8QxG9 .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uxswL8QxG9 .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-uxswL8QxG9 .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-uxswL8QxG9 .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-uxswL8QxG9 ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-uxswL8QxG9 .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-uxswL8QxG9 .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-uxswL8QxG9 .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-uxswL8QxG9 .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-uxswL8QxG9 .btn {
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
}
.cid-uxswL8QxG9 .btn {
  border-radius: 1000px !important;
}
.cid-uxswL8QxG9 .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-uxswL8QxG9 .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-uxswL8QxG9 .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-uxswL8QxG9 .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-uxswL8QxG9 .dropdown-item:focus {
  color: #75dbcd !important;
}
@media (max-width: 945px) {
  .cid-uxswL8QxG9 .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uxswL8QxG9 .top {
    margin-top: 25px;
  }
}
@media (min-width: 992px) {
  .cid-uxswL8QxG9 .container,
  .cid-uxswL8QxG9 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uxswL8QxG9 li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-uxswL8QxG9 ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-uxswL8QxG9 .icons-menu {
    min-width: initial !important;
  }
  .cid-uxswL8QxG9 a.btn {
    margin-top: 10px;
  }
}
.cid-uxswL8QxG9 a.btn > span {
  margin-left: 0.5rem;
}
.cid-uxswL8QxG9 .nav-item {
  position: relative;
}
.cid-uxswL8QxG9 .line-animation {
  padding: 0 40px;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-uxswL8QxG9 .nav-item:hover .line-animation {
  opacity: 1;
  background-color: #75dbcd !important;
}
.cid-uxswL8QxG9 .nav-item:hover .nav-link {
  color: #75dbcd !important;
}
.cid-uxswL8QxG9 a.btn {
  padding: 15px 30px !important;
  letter-spacing: 5.4px;
}
.cid-uxswL8QxG9 li.nav-item {
  padding: 13px 20px !important;
}
.cid-uxswL8QxG9 a.btn:hover {
  background-color: #8e443d !important;
  border-color: #8e443d !important;
}
.cid-uxszuaauDj {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #053849;
  overflow: hidden;
}
